﻿body, html
{
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 16px;
    background: #003;
    font-family: Anta,sans-serif;
}
body
{
    height: 100%;
    color: #fff!important;
    font-family: Anta,sans-serif;
    background: #003;
    background: linear-gradient(to bottom,#003 0%,#200645 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#010103",endColorstr="#005865",GradientType=0);
}
*
{
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
img
{
    border: 0!important;
    outline: none!important;
}
a
{
    text-decoration: none!important;
    outline: none;
}
p
{
    margin-block: 0!important;
}
.match
{
    margin-block: 0 0!important;
}
.matchCode
{
    font-size: 24px!important;
}
.matchCode span
{/* color: #0dbaf0; */
    font-weight: bold;
}
.Transitions
{
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.ClearFix
{
    clear: both;
}
.gameName
{
    max-width: 455px;
    line-height: normal;
}
.BtnCopy
{
    border: none;
    cursor: pointer;
    overflow: hidden;
    transition-duration: 700ms;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: fit-content;
}
.BtnCopy span
{
    margin-top: -16px;
}
.BtnCopy span:first-child
{
    position: relative;
    transform: translate(0%,50%);
    width: fit-content;
}
.BtnCopy span:last-child
{
    position: relative;
    opacity: 0;
    transform: translateY(50%) translateX(0%);
    width: fit-content;
    margin: 0 auto;
    display: block;
}
.BtnCopy:focus
{
    transition-delay: 100ms;
    transition-duration: 500ms;
}
.BtnCopy:focus span:first-child
{
    color: #b5ccf3;
    transform: translateX(0%) translateY(-150%);
    opacity: 0;
    transition-duration: 500ms;
}
.BtnCopy:focus span:last-child
{
    transform: translateX(0%) translateY(-50%);
    opacity: 1;
    transition-delay: 300ms;
    transition-duration: 500ms;
}
.BtnCopy:focus:end
{
    background-color: #fff;
    width: 120px;
    height: 40px;
    transition-duration: 900ms;
}
#TopContent
{
    display: block;
    width: 100%;
    height: auto;
    background: url("../../willbetgambling/image/bg5.jpg") no-repeat top center;
    position: relative;
    background-size: 100%;
    padding: 0 0 0 0;/* margin-top: 53px; */
}
#TopContent .lg
{
    width: 100%;
    max-width: 185px;
    margin: 0 auto 0 auto;
}
#TopContent .PromoContent
{
    display: block;
    width: 100%;
    max-width: 605px;
    height: auto;
    max-height: fit-content;
    background: url(../../willbetgambling/image/shape1.png) no-repeat top center;
    background-size: cover;
    margin: 0 auto 10px auto;
    padding: 10px 37px 120px;
}
#TopContent .PromoContent h1
{
    display: block;
    font-size: 26px;
    line-height: 12px;
    color: #fff;
    font-weight: 400;
}
#TopContent .PromoContent h2
{
    display: block;
    font-family: "Rubik",sans-serif;
    font-style: italic;
    font-size: 55px;
    line-height: 50px;
    color: #fff;
    margin: 0 auto 8px;
}
#TopContent .PromoContent p
{
    display: block;
    font-size: 18px;/* line-height: 51px; */
    color: #fff;
    font-weight: 400;
}
#TopContent .PromoContent .ContentCode
{
    width: 100%;
    max-width: fit-content;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px auto;
    border: 1px solid #fff;
    background-color: #000f24db;
    border-radius: 42px;
    z-index: 999;
}
#TopContent .PromoContent .ContentCode .Code
{
    width: 88%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    color: #fb009f;
    font-weight: 700;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 0 0 0 10px;
}
#TopContent .PromoContent .ContentCode .BtnCopy
{
    width: fit-content;
    height: 53px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fb009f;
    font-size: 18px;
    line-height: 18px;
    padding: 0 22px;
    color: #fff;
    cursor: pointer;
    border-radius: 999px;
}
#TopContent .PromoContent .ContentCode .BtnCopy:hover
{
    background: #b12295;
}
#TopContent .PromoContent .ContentCode .BtnCopy:active
{
    background: #ff2465;
}
#TopContent .PromoContent .Cta
{
    width: 100%;
    max-width: 300px;
    height: 60px;
    line-height: 60px;
    background: #07b2f3;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    border-radius: 10px;
    padding: 10px 70px;
    transition: all .3s ease;
}
#TopContent .PromoContent .Cta:hover
{
    transition: all .3s ease;
    background: #fb009f;
    color: #fff;
}
#TopContent .smallText
{
    display: block;
    font-size: 14px;
}
#MiddleContent
{
    display: block;
    width: 100%;
    max-width: 1260px;
    height: auto;
    margin: 25px auto 0 auto;
    padding: 0 30px;
}
#MiddleContent h3
{
    display: block;
    font-size: 30px;
    line-height: 30px;
}
#MiddleContent p
{
    font-size: 16px;
    line-height: normal;
    margin-top: 10px;
    font-family: Anta,sans-serif;
    font-weight: normal;
}
#MiddleContent .ContentBoxGame
{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    margin-bottom: 20px;
}
#MiddleContent .ContentBoxGame .BoxGame
{
    width: 33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px 10px;
}
#MiddleContent .ContentBoxGame .BoxGame .Game
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
#MiddleContent .ContentBoxGame .BoxGame .Game img
{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 16px!important;
}
#MiddleContent .ContentBoxGame .BoxGame .titleGame
{
    font-size: 22px;
    margin-top: 20px;
    font-weight: 700;
    color: #fb009f;
}
#MiddleContent .Cta
{
    width: 100%;
    max-width: 300px;
    height: 60px;
    line-height: 60px;
    background: #07b2f3;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    border-radius: 10px;
    padding: 14px 40px;
    margin: 20px auto;
}
#MiddleContent .Cta:hover
{
    background: #fea036;
    color: #fff;
}
#Bar_Footer
{
    display: block;
    width: 100%;
    min-height: 60px;
}
#Bar_Footer .CenterCont
{
    display: block;
    width: 100%;
    max-width: 785px;
    height: fit-content;
    margin: 0 auto 0 auto;/* padding-top: 25px */
}
#Bar_Footer #BtnBTerms
{
    display: block;
    width: 100%;
    max-width: 140px;
    height: 40px;
    line-height: 40px;
    margin: 20px auto;
    border: 1px solid #fff;
    border-radius: 30px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    cursor: pointer!important;
}
#Bar_Footer #BtnBTerms:hover
{
    background: #2f3447;
    color: #fff;
    cursor: pointer!important;
}
.pollSlider
{
    position: fixed;
    width: 100%;
    background: #00393f;
    bottom: -120px;
    height: 120px;
}
#pollSlider-button
{
    position: fixed;
    bottom: 0;
    left: calc(50% - 100px);
    height: fit-content!important;
    width: fit-content;
    background-color: #0000!important;
}
#pollSlider-button button
{
    background: #0dbaf0;
    color: #005865;
    width: 100%;
    max-width: fit-content;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    margin: 3px auto;
    border: 1px solid #0dbaf0;
    border-radius: 30px;
    font-family: Anta,sans-serif;
    font-size: 16px;
}
#pollSlider-button button:hover
{
    background: #0dbaf0;
    color: #fff;
    cursor: pointer!important;
}
.card
{
    background-color: #07052c!important;
}
ul
{
    text-align: center;
    font-family: Anta,sans-serif;
    margin-top: 15px;
    font-size: 16px;
    list-style: none;
}
.tagLine
{
    font-weight: bold;
    color: #fea036;/* -moz-animation: flicker 4s 0s infinite;
    -webkit-animation: flicker 4s 0s infinite;
    animation: flicker 4s 0s infinite; */
    display: inline;
}
@-moz-keyframes flicker
{
    0%, 6%, 12%
    {
        text-shadow: none;
        color: #111;
    }
    3%, 9%
    {
        text-shadow: 0 0 8px rgba(250,103,1,.6);
        color: #fa6701;
    }
    60%
    {
        text-shadow: 0 0 8px rgba(250,103,1,.6),0 0 16px rgba(250,103,1,.4),0 0 20px rgba(255,0,84,.2),0 0 22px rgba(255,0,84,.1);
        color: #fa6701;
    }
    100%
    {
        text-shadow: 0 0 8px rgba(250,103,1,.6),0 0 16px rgba(250,103,1,.4),0 0 20px rgba(255,0,84,.2),0 0 22px rgba(255,0,84,.1);
        color: #fa6701;
    }
}
@-webkit-keyframes flicker
{
    0%, 6%, 12%
    {
        text-shadow: none;
        color: #111;
    }
    3%, 9%
    {
        text-shadow: 0 0 8px rgba(250,103,1,.6);
        color: #fa6701;
    }
    60%
    {
        text-shadow: 0 0 8px rgba(250,103,1,.6),0 0 16px rgba(250,103,1,.4),0 0 20px rgba(255,0,84,.2),0 0 22px rgba(255,0,84,.1);
        color: #fa6701;
    }
    100%
    {
        text-shadow: 0 0 8px rgba(250,103,1,.6),0 0 16px rgba(250,103,1,.4),0 0 20px rgba(255,0,84,.2),0 0 22px rgba(255,0,84,.1);
        color: #fa6701;
    }
}
@keyframes flicker
{
    0%, 6%, 12%
    {
        text-shadow: none;
        color: #111;
    }
    3%, 9%
    {
        text-shadow: 0 0 8px rgba(250,103,1,.6);
        color: #fa6701;
    }
    60%
    {
        text-shadow: 0 0 8px rgba(250,103,1,.6),0 0 16px rgba(250,103,1,.4),0 0 20px rgba(255,0,84,.2),0 0 22px rgba(255,0,84,.1);
        color: #fa6701;
    }
    100%
    {
        text-shadow: 0 0 8px rgba(250,103,1,.6),0 0 16px rgba(250,103,1,.4),0 0 20px rgba(255,0,84,.2),0 0 22px rgba(255,0,84,.1);
        color: #fa6701;
    }
}
.Cta
{
    color: #fff;
    animation: animate-pulse 3s linear infinite;
}/*@keyframes text-pulse {
    0% {
        text-shadow: 2px 2px 3px #59ceff80 !important;
    }

    40% {
        text-shadow: 20px 20px 30px #59ceff70 !important;
    }

    80% {
        text-shadow: 20px 20px 30px #59ceff00 !important;
    }

    100% {
        text-shadow: 2px 2px 3px #59ceff00 !important;
    }
}*/
@keyframes animate-pulse
{
    0%
    {
        box-shadow: 0 0 0 0 #59ceff80,0 0 0 0 #59ceff80;
    }
    40%
    {
        box-shadow: 0 0 0 30px #59ceff00,0 0 0 0 #59ceff70;
    }
    80%
    {
        box-shadow: 0 0 0 30px #59ceff00,0 0 0 20px #59ceff00;
    }
    100%
    {
        box-shadow: 0 0 0 0 #59ceff00,0 0 0 20px #59ceff00;
    }
}
.footer-icons img
{
    height: 25px;
    margin: 5px;
}
@media only screen and (min-width: 480px)
{
    .footer-icons img
    {
        height: 28px;
        margin: 5px;
    }
}
@media only screen and (min-width: 901px) and (max-width: 1200px)
{
    #TopContent
    {
        background-size: cover;
    }
}
@media only screen and (min-width: 768px) and (max-width: 900px)
{
    #TopContent
    {
        background-size: 150%;
    }
    #MiddleContent
    {
        padding: 0 20px 20px;
    }
    #MiddleContent h3
    {
        display: block;
        font-size: 20px;
        line-height: 20px;
    }
    #MiddleContent .ContentBoxGame
    {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #MiddleContent .ContentBoxGame .BoxGame
    {
        width: 70%;
    }
    #MiddleContent .Cta
    {
        width: 100%;
        max-width: 250px;
        font-size: 18px;/* font-weight: 500; */
        padding: 10px 25px;
    }
}
@media only screen and (min-width: 668px) and (max-width: 767px)
{
    #TopContent
    {
        background-size: 150%;
    }
    #MiddleContent
    {
        padding: 0 20px 20px;
    }
    #MiddleContent h3
    {
        display: block;
        font-size: 20px;
        line-height: 20px;
    }
    #MiddleContent .ContentBoxGame
    {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #MiddleContent .ContentBoxGame .BoxGame
    {
        width: 70%;
    }
    #MiddleContent .Cta
    {
        width: 100%;
        max-width: 250px;
        font-size: 18px;/* font-weight: 500; */
        padding: 10px 25px;
    }
}
@media only screen and (min-width: 568px) and (max-width: 667px)
{
    #TopContent
    {
        background-size: 150%;
    }
    #TopContent .PromoContent
    {
        padding: 5px 20px 150px;
        margin: 10px auto 0 auto;
    }
    #MiddleContent
    {
        padding: 0 20px 20px;
    }
    #MiddleContent h3
    {
        display: block;
        font-size: 20px;
        line-height: 20px;
    }
    #MiddleContent .ContentBoxGame
    {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #MiddleContent .ContentBoxGame .BoxGame
    {
        width: 70%;
    }
    #MiddleContent .Cta
    {
        width: 100%;
        max-width: 250px;
        font-size: 18px;/* font-weight: 500; */
        padding: 10px 25px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 567px)
{
    #TopContent
    {
        background: url("../../willbetgambling/image/bg-mobile.jpg") no-repeat top center;
        padding: 10px 0 0 0;
        background-size: 100%;
    }
    #TopContent .PromoContent
    {
        padding: 10px 20px 120px;
        margin: 10px auto 10px auto;
    }
    #TopContent .PromoContent h1
    {
        font-size: 18px;
        line-height: 18px;
    }
    #TopContent .PromoContent h2
    {
        font-size: 39px;
        line-height: 35px;
        margin: 10px auto;
    }
    #TopContent .PromoContent p
    {
        font-size: 18px;
        line-height: 18px;
    }
    #MiddleContent
    {
        padding: 0 20px 20px;
    }
    #MiddleContent h3
    {
        display: block;
        font-size: 20px;
        line-height: 20px;
    }
    #MiddleContent .ContentBoxGame
    {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #MiddleContent .ContentBoxGame .BoxGame
    {
        width: 100%;
    }
    #MiddleContent .Cta
    {
        width: 100%;
        max-width: 250px;
        font-size: 18px;/* font-weight: 500; */
        padding: 10px 25px;
    }
}
@media only screen and (min-width: 415px) and (max-width: 479px)
{
    .footer-icons img
    {
        height: 25px;
        margin: 5px;
    }
    .gameName
    {
        max-width: 275px;
        line-height: normal;
    }
    #TopContent
    {
        background: url("../../willbetgambling/image/bg-mobile.jpg") no-repeat top center;
        padding: 10px 0 0 0;
        background-size: 100%;
    }
    #TopContent .lg
    {
        display: block;
        width: 100%;
        max-width: 150px;
    }
    #TopContent .PromoContent
    {
        padding: 0 20px 100px;
        margin: 0 auto 10px auto;
    }
    #TopContent .PromoContent h1
    {
        font-size: 18px;
        line-height: 18px;
    }
    #TopContent .PromoContent h2
    {
        font-size: 35px;
        line-height: 35px;
        margin: 10px auto;
    }
    #TopContent .PromoContent p
    {
        font-size: 18px;
        line-height: 18px;
    }
    #TopContent .PromoContent .ContentCode
    {
        width: 100%;
        max-width: fit-content;
        height: 45px;
        margin: 10px auto;
    }
    #TopContent .PromoContent .ContentCode .Code
    {
        font-size: 20px;
    }
    #TopContent .PromoContent .ContentCode .BtnCopy
    {
        height: 43px;
        font-size: 12px;
        line-height: 12px;
        padding: 0 0;
    }
    #TopContent .PromoContent .Cta
    {
        width: 100%;
        max-width: 210px;
        font-size: 22px;
        padding: 8px 40px;
    }
    #MiddleContent
    {
        padding: 0 20px 20px;
    }
    #MiddleContent h3
    {
        display: block;
        font-size: 20px;
        line-height: 20px;
    }
    #MiddleContent .ContentBoxGame
    {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #MiddleContent .ContentBoxGame .BoxGame
    {
        width: 100%;
    }
    #MiddleContent .Cta
    {
        width: 100%;
        max-width: 250px;
        font-size: 18px;/* font-weight: 500; */
        padding: 10px 25px;
    }
}
@media only screen and (min-width: 377px) and (max-width: 414px)
{
    .footer-icons img
    {
        height: 25px;
        margin: 5px;
    }
    .gameName
    {
        max-width: 355px;
        line-height: normal;
    }
    #TopContent
    {
        background: url("../../willbetgambling/image/bg-mobile.jpg") no-repeat top center;
        padding: 10px 0 0 0;
        background-size: 100%;
    }
    #TopContent .lg
    {
        display: block;
        width: 100%;
        max-width: 145px;
    }
    #TopContent .PromoContent
    {
        padding: 10px 0 80px;
        margin: 0 auto 0 auto;
        background-size: cover;
    }
    #TopContent .PromoContent h1
    {
        font-size: 18px;
        line-height: 16px;
    }
    #TopContent .PromoContent h2
    {
        font-size: 42px;
        line-height: 38px;
        margin: 0 auto 15px;
    }
    #TopContent .PromoContent p
    {
        font-size: 18px;
        line-height: 24px;
    }
    #TopContent .PromoContent .ContentCode
    {
        width: 100%;
        max-width: fit-content;
        height: 36px;
        margin: 10px auto;
    }
    #TopContent .PromoContent .ContentCode .Code
    {
        font-size: 20px;
    }
    #TopContent .PromoContent .ContentCode .BtnCopy
    {
        height: 33px;
        font-size: 13px;
        line-height: 12px;
        padding: 0 0;
        width: fit-content;
    }
    #TopContent .PromoContent .Cta
    {
        width: 100%;
        max-width: 190px;
        font-size: 22px;
        padding: 10px 60px;
    }
    #MiddleContent
    {
        padding: 0 20px 20px;
    }
    #MiddleContent h3
    {
        display: block;
        font-size: 24px;
        line-height: 26px;
    }
    #MiddleContent .ContentBoxGame
    {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #MiddleContent .ContentBoxGame .BoxGame
    {
        width: 100%;
    }
    #MiddleContent .Cta
    {
        width: 100%;
        max-width: 250px;
        font-size: 22px;/* font-weight: 500; */
        padding: 12px 30px;
    }
}
@media only screen and (min-width: 361px) and (max-width: 376px)
{
    .footer-icons img
    {
        height: 25px;
        margin: 5px;
    }
    .gameName
    {
        max-width: 290px;
        line-height: normal;
    }
    #TopContent
    {
        background: url("../../willbetgambling/image/bg-mobile.jpg") no-repeat top center;
        padding: 10px 0 0 0;
        background-size: 100%;
    }
    #TopContent .lg
    {
        display: block;
        width: 100%;
        max-width: 140px;
    }
    #TopContent .PromoContent
    {
        padding: 5px 0 70px;
        margin: 0 auto 0 auto;
    }
    #TopContent .PromoContent h1
    {
        font-size: 16px;
        line-height: 16px;
    }
    #TopContent .PromoContent h2
    {
        font-size: 42px;
        line-height: 37px;
        margin: 0 auto 15px;
    }
    #TopContent .PromoContent p
    {
        font-size: 16px;
        line-height: 20px;
    }
    #TopContent .PromoContent .ContentCode
    {
        width: 100%;
        max-width: fit-content;
        height: 35px;
        margin: 10px auto;
    }
    #TopContent .PromoContent .ContentCode .Code
    {
        font-size: 20px;
    }
    #TopContent .PromoContent .ContentCode .BtnCopy
    {
        height: 33px;
        font-size: 12px;
        line-height: 12px;
        padding: 0 0;
    }
    #TopContent .PromoContent .Cta
    {
        width: 100%;
        max-width: 190px;
        font-size: 23px;
        padding: 8px 42px;
    }
    #MiddleContent
    {
        padding: 0 20px 20px;
    }
    #MiddleContent h3
    {
        display: block;
        font-size: 20px;
        line-height: 20px;
    }
    #MiddleContent .ContentBoxGame
    {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #MiddleContent .ContentBoxGame .BoxGame
    {
        width: 100%;
    }
    #MiddleContent .Cta
    {
        width: 100%;
        max-width: 250px;
        font-size: 18px;/* font-weight: 500; */
    }
}
@media only screen and (min-width: 321px) and (max-width: 360px)
{
    .footer-icons img
    {
        height: 25px;
        margin: 5px;
    }
    .gameName
    {
        max-width: 288px;
        line-height: normal;
    }
    #TopContent
    {
        background: url("../../willbetgambling/image/bg-mobile.jpg") no-repeat top center;
        padding: 10px 0 0 0;
        background-size: 100%;
    }
    #TopContent .lg
    {
        display: block;
        width: 100%;
        max-width: 140px;
    }
    #TopContent .PromoContent
    {
        padding: 0 20px 90px;
        margin: 0 auto 0 auto;
    }
    #TopContent .PromoContent h1
    {
        font-size: 16px;
        line-height: 14px;
    }
    #TopContent .PromoContent h2
    {
        font-size: 38px;
        line-height: 28px;
        margin: 10px auto;
    }
    #TopContent .PromoContent p
    {
        font-size: 14px;
        line-height: 25px;
    }
    #TopContent .PromoContent .ContentCode
    {
        width: 100%;
        max-width: fit-content;
        height: 35px;
        margin: 5px auto;
    }
    #TopContent .PromoContent .ContentCode .Code
    {
        font-size: 17px;
    }
    #TopContent .PromoContent .ContentCode .BtnCopy
    {
        height: 33px;
        font-size: 12px;
        line-height: 12px;
        padding: 0 0;
    }
    #TopContent .PromoContent .Cta
    {
        width: 100%;
        max-width: 180px;
        font-size: 22px;
        padding: 8px 45px;
    }
    #MiddleContent
    {
        padding: 0 20px 20px;
    }
    #MiddleContent h3
    {
        display: block;
        font-size: 20px;
        line-height: 20px;
    }
    #MiddleContent .ContentBoxGame
    {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #MiddleContent .ContentBoxGame .BoxGame
    {
        width: 100%;
    }
    #MiddleContent .Cta
    {
        width: 100%;
        max-width: 250px;
        font-size: 18px;/* font-weight: 500; */
        padding: 10px 25px;
    }
}
@media only screen and (min-width: 280px) and (max-width: 320px)
{
    .footer-icons img
    {
        height: 25px;
        margin: 5px;
    }
    .gameName
    {
        max-width: 255px;
        line-height: normal;
    }
    #MiddleContent .Cta:hover
    {
        font-size: 22px;
    }
    #TopContent
    {
        background: url("../../willbetgambling/image/bg-mobile.jpg") no-repeat top center;
        padding: 10px 0 0 0;
        background-size: 100%;
    }
    #TopContent .lg
    {
        display: block;
        width: 100%;
        max-width: 100px;
    }
    #TopContent .PromoContent
    {
        padding: 10px 20px 70px;
        margin: 0 auto 10px auto;
    }
    #TopContent .PromoContent h1
    {
        font-size: 17px;
        line-height: 14px;
    }
    #TopContent .PromoContent h2
    {
        font-size: 27px;
        line-height: 24px;
        margin: 10px auto;
    }
    #TopContent .PromoContent p
    {
        font-size: 14px;
        line-height: 14px;
    }
    #TopContent .PromoContent .ContentCode
    {
        width: 100%;
        max-width: fit-content;
        height: 35px;
        margin: 5px auto;
    }
    #TopContent .PromoContent .ContentCode .Code
    {
        font-size: 16px;
    }
    #TopContent .PromoContent .ContentCode .BtnCopy
    {
        height: 33px;
        font-size: 12px;
        line-height: 12px;
        padding: 0 0;
    }
    #TopContent .PromoContent .Cta
    {
        width: 100%;
        max-width: 180px;
        font-size: 20px;
        padding: 8px 32px;
    }
    #MiddleContent
    {
        padding: 0 20px 20px;
    }
    #MiddleContent h3
    {
        display: block;
        font-size: 20px;
        line-height: 20px;
    }
    #MiddleContent .ContentBoxGame
    {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #MiddleContent .ContentBoxGame .BoxGame
    {
        width: 100%;
    }
    #MiddleContent .Cta
    {
        width: 100%;
        max-width: 250px;
        font-size: 18px;/* font-weight: 500; */
        padding: 10px 25px;
    }
}
@media only screen and (min-width: 1px) and (max-width: 279px)
{
    .footer-icons img
    {
        height: 25px;
        margin: 5px;
    }
    #TopContent
    {
        display: none;
    }
    #MiddleContent
    {
        display: none;
    }
    #Bar_Footer
    {
        display: none;
    }
}
.crypto-icons img
{
    height: 35px;
    margin: 5px;
}
.icons
{
    max-width: 100px;
    float: left;
    margin-inline: 5px;
}
.icons img
{
    max-width: 75px;
}
footer
{
    padding-block: 15px 70px;
    background-color: #0000!important;
}