/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    -webkit-text-size-adjust: none;
    position: relative;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {margin: 0; padding: 0; box-sizing: border-box;}

html {scroll-behavior: smooth;}

body {font-weight: 300; color:white; background-color: #000f41; font-family: "Figtree";}

img {image-rendering:-webkit-optimize-contrast; image-rendering:-o-crisp-edges; image-rendering:-moz-crisp-edges; width: 100%; display: block;}

h1,h2,h3,h4,h5,h6 {font-weight: 900; font-family: "Figtree";}

h2 {font-weight: 900; font-size: 21px; line-height: 1.2; margin-bottom: 12px;}

b {font-weight: 900;}

ul li, td {font-family: "Figtree";}

span, p, a {color: white; font-family: "Figtree";}

a {text-decoration: none; color: white;}

.eb {
    font-weight: 900;
    display: inline !important;
}

.medium {
    font-weight: 700 !important;
}

.desktop {
    display: none !important;
}

@media screen and (min-width: 640px) {
    .desktop {
        display: block !important;
    }

    .mobile {
        display: none !important;
    }
}

/* HEADER */

.welcome-wof {
    background-image: url('../images/bg-mobile.webp');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
}

.header-hero {
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 7.442vw;
    padding-bottom: 0;
}

.menu {
    margin-top: 0;
}

.logo {
    margin: 0 auto;
    width: 33.488vw;
}

.hero {
    position: relative;
    margin: 0 auto;
    margin-top: 8.14vw;
    display: flex;
    justify-content: center;
}

.hero span {
    display: block;
    text-align: center;
}

.line1 {
    color: #FFF;
    text-align: center;
    font-family: "Gilroy";
    font-size: 4.651vw;
    font-weight: 600;
    letter-spacing: 0.14vw;
}

.line2 {
    color: #FFF;
    text-align: center;
    font-family: "Gilroy";
    font-size: 8.837vw;
    font-weight: 700;
    line-height: 9.763vw;
    margin-top: 0;
    letter-spacing: 0.265vw;
}

.line3 {
    color: #11CC72;
    font-weight: 800;
    margin-top: 3.256vw;
    font-size: 12.558vw;
}

.line4 {
    font-weight: 800;
    width: 8ch;
    line-height: 1.05;
    margin: 0 auto;
    margin-top: -0.465vw;
    font-size: 8.372vw;
}

.line5 {
    font-weight: 500;
    margin-top: 3.023vw;
    font-size: 4.021vw;
}

.wheel-wrapper {
    width: 90.698vw;
    position: relative;
    margin-top: 7.442vw;
}

.arrow {
    position: absolute;
    top: 4%;
    left: 49.5%;
    transform: translate(-50%, 0%);
    width: 6.512vw;
    z-index: 3;
}

.wheel {
    width: 90.698vw;
}

.wheel-spin {
    animation: 2s ease-in-out wheel-spin;
}

.button {
    cursor: pointer;
    position: absolute;
    width: 26.279vw;
    top: 35.72%;
    left: 50%;
    transform: translate(-50%, 0%);
}

.header-hero .cta {
    position: absolute;
    margin-top: 103.721vw;
}

.cta {
    margin: 0 auto;
    position: relative;
    background: rgb(255, 84, 41);
    background: linear-gradient(90deg, #FF5429 0%, #FF822D 100%);
    display: block;
    text-align: center;
    letter-spacing: .72px;
    font-weight: 700;
    border-radius: 23.023vw;
    font-size: 5.581vw;
    padding: 4.884vw 0 4.651vw;
    width: 87.163vw;
}

.fixed-cta {
    font-size: 5.581vw;
    font-weight: 700;
    color: #fff;
    background: rgb(255, 84, 41);
    background: linear-gradient(90deg, #FF5429 0%, #FF822D 100%);
    padding: 7vw 0;
    border-radius: 0;
    display: block;
    margin: 0;
    height: 9vh;
    display: flex;
    align-items: center;
    justify-content: center;

    text-align: center;
    position: fixed;
    bottom: 0;
    z-index: 999;
    margin: 0;
    width: 100%;
}

.steps {
    margin-top: 36.837vw;
}

.title {
    text-align: center;
    font-size: 5.581vw;
    font-weight: 700;
    letter-spacing: 0.279vw;
    text-transform: uppercase;
    margin-bottom: 0;
}

.steps-wrapper {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 9.535vw;
    width: 86.977vw;
    margin-top: 7.442vw;
}

.step {
    display: flex;
    position: relative;
    gap: 4.884vw;
    width: 100%;
}

.step-number-circle {
    width: 13.953vw;
    background-color: #FF5429;
    border-radius: 22.917vw;
    flex-shrink: 0;
    text-align: center;
    position: relative;
    top: -0.233vw;
    left: 0.233vw;
}

.step-number {
    font-family: "Gilroy";
    font-weight: 700;
    font-size: 9.342vw;
    display: inline !important;
    position: relative;
    top: 1.628vw;
}

.step-text  {
    position: relative;
}

.step-text span {
    display: block;
}

.step-title {
    letter-spacing: .5px;
    font-weight: 700;
    font-size: 3.721vw;
    margin-bottom: 2.093vw;
}

.step-text {
    width: 74.651vw;
}

.step-info {
    font-weight: 400;
    letter-spacing: 0.097vw;
    line-height: normal;
    font-size: 3.256vw;
    margin-top: 1.282vw;
    width: 61.628vw;
}

.start {
    margin-top: 13.953vw;
}

.start-wrapper {
    display: flex;
    align-items: center;   
    flex-direction: column; 
}

.start-wrapper span {
    text-align: center;
    font-weight: 900;
    letter-spacing: 0.139vw;
    line-height: 1.2;
    width: 18ch;
    font-size: 6.154vw;
}

.games {
    margin-top: 10vw;
}

.games-wrapper {
    display: flex;
    margin: 0 auto;
    width: 89.372vw;
    gap: 3.721vw;
    flex-wrap: wrap;
    margin-top: 5.787vw;
}

.game {
    width: 42.326vw;
    overflow: hidden;
    border-radius: 3.256vw;
}

.games-cta {
    margin-top: 10vw;
}

.additional-text {
    margin-top: 10.465vw;
}

.additional-text-wrapper {
    padding: 8.837vw 6.272vw 10.576vw 6.97vw;
    background-color: #23305A;
    border-radius: 4.14vw;
    margin: 0 auto;
    width: 89.302vw;
}

.additional-text-wrapper h2 {
    text-transform: uppercase;
    color: #FFF;
    font-family: "Figtree";
    font-size: 5.227vw;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 0.674px;
    margin-bottom: 3.488vw;
}

.additional-text-wrapper p {
    font-weight: 400;
    line-height: normal;
    font-size: 3.485vw;
    margin-bottom: 7.49px;
}


.additional-text-wrapper p:last-child {
    margin-bottom: 0;
}


.big-win {
    background-image: url('../images/big-win-mobile-bg.webp');
    background-position: center 0px;
    background-size: cover;
    display: none;
    justify-content: center;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgb(0, 15, 63, 0.8);
    z-index: 5;
}

.big-win-wrapper {
    text-align: center;
}

.big-win-image {
    width: 77.546vw;
    margin: 0 auto;
}

.you-win {
    display: block;
    margin: 0 auto;
    font-size: 8.796vw;
    line-height: 8.796vw;
    letter-spacing: -0.046vw;
    font-weight: 800;
    margin-top: -1.852vw;
    position: relative;
    width: 17ch;
}

.big-win .cta {
    margin: 0 auto;
    margin-top: 6.713vw;
    position: relative;
    background: rgb(255, 84, 41);
    background: linear-gradient(90deg, #FF5429 0%, #FF822D 100%);
    display: block;
    text-align: center;
    letter-spacing: .72px;
    font-weight: 700;
    border-radius: 23.023vw;
    font-size: 4.676vw;
    padding: 3.472vw 0;
    width: 76.389vw;
}

@media screen and (min-width: 640px) and (max-width: 1919px) {


    body {
        background-repeat: no-repeat;
        background-size: auto;
        background-position: top center;
    }


    /* HEADER */
    
    .welcome-wof {
        background-image: url('../images/bg-desktop.webp');
        background-size: contain;
    }
    
    .header-hero {
        background-repeat: no-repeat;
        background-size: cover;
        height: auto;
        background-position: center;
        padding-top: 1.25vw;
        padding-bottom: 0;
    }

    .menu {
        margin-top: 0vw;
    }

    .menu-wrapper {
        margin: 0 auto;
        max-width: 74.219vw;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        left: 0.99vw;
    }

    .logo {
        margin: 0;
        width: 7.865vw;
    }

    .register {
        text-align: center;
        width: 8.854vw;
        font-size: 0.938vw;
        text-transform: uppercase;
        font-weight: 700;
        border-radius: 5.156vw;
        letter-spacing: 0.028vw;
        padding: 0.625vw 0 0.521vw;
        background: rgb(255, 84, 41);
        background: linear-gradient(90deg, #FF5429 0%, #FF822D 100%);
        position: relative;
        top: 0;
    }

    .hero {
        margin: 0 auto;
        width: auto;
        margin-top: 5.208vw;
    }

    .hero-wrapper {
        max-width: 74.219vw;
        margin: 0 auto;
        position: relative;
        left: 0;
        text-align: center;
    }

    .hero span {
        display: block;
        text-align: center;
    }

    .line1 {
        font-weight: 800;
        font-size: 1.854vw;
        letter-spacing: 0.056vw;
    }

    .line2 {
        font-weight: 700;
        margin-top: 0.417vw;
        font-size: 3.202vw;
        line-height: 100%;
        width: auto;
        letter-spacing: 0.096vw;
    }

    .line3 {
        color: #11CC72;
        font-weight: 800;
        margin-top: 0.521vw;
        font-size: 3.906vw;
    }

    .line4 {
        line-height: 1.025;
        font-weight: 800;
        width: 7ch;
        margin: 0;
        margin-top: -0.208vw;
        font-size: 2.199vw;
    }

    .line5 {
        font-weight: 400;
        margin-top: 0.99vw;
        font-size: 1.042vw;
    }

    .wheel-wrapper {
        width: 31.875vw;
        position: relative;
        margin-top: 1.146vw;
        left: -0.156vw;
    }
    
    .arrow {
        position: absolute;
        top: 4%;
        left: 49.5%;
        transform: translate(-50%, 0%);
        width: 2.24vw;
    }
    
    .wheel {
        width: 31.875vw;
    }
    
    .button {
        position: absolute;
        width: 9.236vw;
        top: 35.72%;
        left: 50%;
        transform: translate(-50%, 0%);
    }

    .hero .cta {
        margin: 0;
        margin-top: 1.875vw;
        position: relative;
        left: -0.104vw;
    }

    .cta {
        background: rgb(255, 84, 41);
        background: linear-gradient(90deg, #FF5429 0%, #FF822D 100%);
        display: block;
        text-align: center;
        letter-spacing: 0.037vw;
        font-weight: 700;
        border-radius: 5.156vw;
        font-size: 1.458vw;
        padding: 1.302vw 0 !important;
        margin: 0 auto;
        width: 20.313vw;
    }

    .steps {
        margin-top: 10.99vw;
    }

    .title {
        text-align: center;
        font-size: 1.458vw;
        font-weight: 800;
        letter-spacing: 0.044vw;
        text-transform: uppercase;
        margin-bottom: 0;
    }

    .steps-wrapper {
        max-width: 69.375vw;
        position: relative;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        align-items: flex-start;
        padding-top: 0;
        gap: unset;
        height: auto;
        left: 0;
        margin-top: 3.49vw;
    }

    .step {
        display: flex;
        position: relative;
        gap: 1.094vw;
        width: 21.719vw;
        left: 0;
    }

    .step-number-circle {
        width: 5.611vw;
        height: 5.611vw;
        background-color: #FF5429;
        border-radius: 52.031vw;
        flex-shrink: 0;
        text-align: center;
        position: relative;
        top: -1.25vw;
        left: 0;
    }

    .step-number {
        text-align: left;
        font-weight: 700;
        font-size: 3.591vw;
        top: 0.99vw;
        letter-spacing: 0.108vw;
    }

    .step-text  {
        position: relative;
        top: 0;
        width: auto;
    }

    .step-text span {
        display: block;
    }

    .step-title {
        letter-spacing: 0.039vw;
        font-weight: 700;
        font-size: 1.313vw;
        margin-bottom: 0.26vw;
    }

    .step1 .step-info {
        max-width: none;
    }

    .step2 .step-info {
        max-width: none;
    }

    .step3 .step-info {
    }

    .step-info {
        font-weight: 400;
        letter-spacing: 0.024vw;
        line-height: normal;
        font-size: 0.785vw;
        margin-top: 0;
        width: auto;
    }

    .start {
        margin-top: 1.25vw;
    }

    .start-wrapper {
        margin: 0 auto;
        max-width: 60.677vw;
        display: flex;
        align-items: center;   
        justify-content: space-between;
        flex-direction: row; 
        padding-bottom: 0vw;
    }

    .start-wrapper span {
        text-align: left;
        font-weight: 600;
        letter-spacing: 0.135vw;
        line-height: 1.1;
        width: 18ch;
        font-size: 2.5vw;    
    }

    .start .cta {
        margin-top: 0.625vw;
    }

    .games {
        padding: 0;
        margin-top: 3.281vw;
        padding-bottom: 0;
    }
    
    .games-wrapper {
        display: flex;
        margin: 0 auto;
        gap: unset;
        row-gap: unset;
        flex-wrap: wrap;
        width: 68.802vw;
        justify-content: space-between;
        position: relative;
        left: -0.469vw;
        margin-top: 1.458vw;
    }
    
    .game {
        width: 10vw;
        border-radius: 0.8vw
    }

    .games-cta {
        margin-top: 2.708vw;
    }

    .info {
        background-color: transparent;
        margin: 3.75vw 0 2.083vw;
    }

    .info-wrapper {
        width: 100%;
        max-width: 60.521vw;
        margin: 0 auto;
        padding: 1.406vw 1.25vw;
        background-color: #0D3A64;
    }

    .info h3 {
        color: #FFFFFF;
    }

    .info p {
        font-size: 0.833vw;
        line-height: 1.15;
    }

    .additional-text {
        margin-top: 1.719vw;
    }

    .additional-text-wrapper {
        padding: 1.667vw 1.667vw;
        border-radius: 0.99vw;
        width: 73.385vw;
        position: relative;
        left: 0.677vw;
    }
    
    .additional-text-wrapper h2 {
        font-size: 1.25vw;
        font-weight: 900;
        letter-spacing: 0.031vw;
        margin-bottom: 0.833vw;
    }
    
    .additional-text-wrapper p {
        font-size: 0.833vw;
        margin-bottom: 0.417vw;
    }
        
    .additional-text-wrapper p:last-child {
        margin-bottom: 0;
    }

    .big-win {
        background-image: url('../images/big-win-bg.webp');
        background-position: center -2.344vw;
        background-size: cover;
        display: none;
        justify-content: center;
        flex-direction: column;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgb(0, 15, 63, 0.8);
        /* padding-top: 10.052vw; */
    }
    
    .big-win-wrapper {
        text-align: center;
    }
    
    .big-win-image {
        width: 29.385vw;
        margin: 0 auto;
        margin-top: -2vw;
    }
    
    .you-win {
        display: block;
        margin: 0 auto;
        font-size: 3.167vw;
        line-height: 3.167vw;
        letter-spacing: 0.125vw;
        font-weight: 800;
        margin-top: -0.26vw;
        position: relative;
        width: 17ch;
        text-shadow: 0vw 0.208vw 0.208vw rgba(0, 0, 0, 0.25), 0.208vw 0.208vw 1.563vw #051525;
    }
    
    .big-win .cta {
        margin: 0 auto;
        margin-top: 1.302vw;
        position: relative;
        background: rgb(255, 84, 41);
        background: linear-gradient(90deg, #FF5429 0%, #FF822D 100%);
        display: block;
        text-align: center;
        letter-spacing: 0.037vw;
        font-weight: 700;
        border-radius: 5.156vw;
        font-size: 1.458vw;
        padding: 1.094vw 0;
        width: 20.313vw;
    }    

}


@media screen and (min-width: 1920px) {

    body {
        background-repeat: no-repeat;
        background-size: auto;
        background-position: top center;
    }


    /* HEADER */
    
    .welcome-wof {
        background-image: url('../images/bg-desktop.webp');
        background-size: auto;
    }
    
    .header-hero {
        background-repeat: no-repeat;
        background-size: cover;
        height: auto;
        background-position: center;
        padding-top: 24px;
        padding-bottom: 0;
    }

    .menu {
        margin-top: 0px;
    }

    .menu-wrapper {
        margin: 0 auto;
        max-width: 1425px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        left: 19px;
    }

    .logo {
        margin: 0;
        width: 151px;
    }

    .register {
        text-align: center;
        width: 170px;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 700;
        border-radius: 99px;
        letter-spacing: 0.54px;
        padding: 12px 0 10px;
        background: rgb(255, 84, 41);
        background: linear-gradient(90deg, #FF5429 0%, #FF822D 100%);
        position: relative;
        top: 0;
    }

    .hero {
        margin: 0 auto;
        width: auto;
        margin-top: 100px;
    }

    .hero-wrapper {
        max-width: 1425px;
        margin: 0 auto;
        position: relative;
        left: 0;
        text-align: center;
    }

    .hero span {
        display: block;
        text-align: center;
    }

    .line1 {
        font-weight: 800;
        font-size: 35.597px;
        letter-spacing: 1.068px;
    }

    .line2 {
        font-weight: 700;
        margin-top: 8px;
        font-size: 61.485px;
        line-height: 100%;
        width: auto;
        letter-spacing: 1.845px;
    }

    .line3 {
        color: #11CC72;
        font-weight: 800;
        margin-top: 10px;
        font-size: 75px;
    }

    .line4 {
        line-height: 1.025;
        font-weight: 800;
        width: 7ch;
        margin: 0;
        margin-top: -4px;
        font-size: 42.23px;
    }

    .line5 {
        font-weight: 400;
        margin-top: 19px;
        font-size: 20px;
    }

    .wheel-wrapper {
        width: 612px;
        position: relative;
        margin-top: 22px;
        left: -3px;
    }
    
    .arrow {
        position: absolute;
        top: 4%;
        left: 49.5%;
        transform: translate(-50%, 0%);
        width: auto;
    }
    
    .wheel {
        width: 613px;
    }
    
    .button {
        position: absolute;
        width: 187px;
        top: 35.72%;
        left: 50%;
        transform: translate(-50%, 0%);
    }

    .hero .cta {
        margin: 0;
        margin-top: 36px;
        position: relative;
        left: -2px;
    }

    .cta {
        background: rgb(255, 84, 41);
        background: linear-gradient(90deg, #FF5429 0%, #FF822D 100%);
        display: block;
        text-align: center;
        letter-spacing: .72px;
        font-weight: 700;
        border-radius: 99px;
        font-size: 28px;
        padding: 25px 0 !important;
        margin: 0 auto;
        width: 390px;
    }

    .steps {
        margin-top: 211px;
    }

    .title {
        text-align: center;
        font-size: 28px;
        font-weight: 800;
        letter-spacing: 0.84px;
        text-transform: uppercase;
        margin-bottom: 0;
    }

    .steps-wrapper {
        max-width: 1332px;
        position: relative;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        align-items: flex-start;
        padding-top: 0;
        gap: unset;
        height: auto;
        left: 0;
        margin-top: 67px;
    }

    .step {
        display: flex;
        position: relative;
        gap: 21px;
        width: 417px;
        left: 0;
    }

    .step-number-circle {
        width: 107.724px;
        height: 107.724px;
        background-color: #FF5429;
        border-radius: 999px;
        flex-shrink: 0;
        text-align: center;
        position: relative;
        top: -24px;
        left: 0;
    }

    .step-number {
        text-align: left;
        font-weight: 700;
        font-size: 68.943px;
        top: 19px;
        letter-spacing: 2.068px;
    }

    .step-text  {
        position: relative;
        top: 0;
        width: auto;
    }

    .step-text span {
        display: block;
    }

    .step-title {
        letter-spacing: 0.757px;
        font-weight: 700;
        font-size: 25.218px;
        margin-bottom: 5px;
    }

    .step1 .step-info {
        max-width: none;
    }

    .step2 .step-info {
        max-width: none;
    }

    .step3 .step-info {
    }

    .step-info {
        font-weight: 400;
        letter-spacing: 0.452px;
        line-height: normal;
        font-size: 15.081px;
        margin-top: 0;
        width: auto;
    }

    .start {
        margin-top: 24px;
    }

    .start-wrapper {
        margin: 0 auto;
        max-width: 1165px;
        display: flex;
        align-items: center;   
        justify-content: space-between;
        flex-direction: row; 
        padding-bottom: 0px;
    }

    .start-wrapper span {
        text-align: left;
        font-weight: 600;
        letter-spacing: 2.6px;
        line-height: 1.1;
        width: 18ch;
        font-size: 48px;    
    }

    .start .cta {
        margin-top: 12px;
    }

    .games {
        padding: 0;
        margin-top: 63px;
        padding-bottom: 0;
    }
    
    .games-wrapper {
        display: flex;
        margin: 0 auto;
        gap: unset;
        row-gap: unset;
        flex-wrap: wrap;
        width: 1321px;
        justify-content: space-between;
        position: relative;
        left: -9px;
        margin-top: 28px;
    }
    
    .game {
        width: 192px;
        border-radius: 15px
    }

    .games-cta {
        margin-top: 52px;
    }

    .info {
        background-color: transparent;
        margin: 72px 0 40px;
    }

    .info-wrapper {
        width: 100%;
        max-width: 1162px;
        margin: 0 auto;
        padding: 27px 24px;
        background-color: #0D3A64;
    }

    .info h3 {
        color: #FFFFFF;
    }

    .info p {
        font-size: 16px;
        line-height: 1.15;
    }

    .additional-text {
        margin-top: 33px;
    }

    .additional-text-wrapper {
        padding: 32px 32px;
        border-radius: 19px;
        width: 1409px;
        position: relative;
        left: 13px;
    }
    
    .additional-text-wrapper h2 {
        font-size: 24px;
        font-weight: 900;
        letter-spacing: 0.6px;
        margin-bottom: 16px;
    }
    
    .additional-text-wrapper p {
        font-size: 16px;
        margin-bottom: 8px;
    }
        
    .additional-text-wrapper p:last-child {
        margin-bottom: 0;
    }

    .big-win {
        background-image: url(../images/big-win-bg.webp);
        background-position: center -45px;
        background-repeat: no-repeat;
        background-size: auto;
        justify-content: center;
        flex-direction: column;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgb(0, 15, 63, 0.8);
        /* padding-top: 193px; */
    }
    
    .big-win-wrapper {
        text-align: center;
    }
    
    .big-win-image {
        width: 550px;
        margin: 0 auto;
    }
    
    .you-win {
        display: block;
        margin: 0 auto;
        font-size: 70px;
        line-height: 70px;
        letter-spacing: 2.4px;
        font-weight: 800;
        margin-top: -18px;
        position: relative;
        width: 17ch;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 4px 4px 30px #051525;
    }
    
    .big-win .cta {
        margin: 0 auto;
        margin-top: 25px;
        position: relative;
        background: rgb(255, 84, 41);
        background: linear-gradient(90deg, #FF5429 0%, #FF822D 100%);
        display: block;
        text-align: center;
        letter-spacing: .72px;
        font-weight: 700;
        border-radius: 99px;
        font-size: 28px;
        padding: 21px 0;
        width: 390px;
    }    

}


@media screen and (min-width: 1921px) {
   
    .header-hero {
        background-repeat: no-repeat;
        background-size: contain;
    }

}

.footer-wrapper {
    background-color: #061729;
    width: 100%;
}

footer {
    max-width: 1165px;
    margin: 0 auto;
    /* background-color: #020d14; */
    padding: 0 11px;
}

@media screen and (min-width: 1024px) {
    footer {
        background-color: #061729;
    }
}

.nineteen {
    height: 100px;
    border-bottom: 1px solid #283138;
    display: flex;
    align-items: flex-end;
    padding: 0 0 11px 0;
}

@media screen and (min-width: 550px) {
    .nineteen {
        justify-content: flex-end;
    }
}

.nineteen-image {
    margin-top: auto;
    width: 268px;
}

.logos {
    padding: 30px 0 0 0;
    border-top: 1px solid #283138;
    /* display: none; */
}

@media screen and (min-width: 1024px) {
    .logos {
        display: block;
    }
}

.logos a {
    color: #84d7f7;
}

.logos p {
    color: #626d77;
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 20px 0;
    line-height: 1.5;
}

.logos .banners {
    /* width: 960px; */
    margin: 0 0 20px 0;
}

.logos .banners ul {
    display: flex;
    flex-wrap: wrap;
}

.logos .banners ul li {
    margin-right: 20px;
    margin-bottom: 20px;
	display: inline-block;
}

.logos .banners img {
    height: 36px;
	width: auto !important;
}

.logos .banners img:not(.igaming) {
    opacity: 50%;
}


@media screen and (max-width: 639px) {
    .terms-desktop {
        display: none;
    }    
}
@media screen and (min-width: 640px) {
    .terms-mobile {
        display: none;
    }
}



summary {
    display: block;
  }
summary::-webkit-details-marker {display: none;}














@font-face {
	font-display: swap;
	font-family: 'Figtree';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/Figtree-Light.woff2') format('woff2'),  url('../fonts/Figtree-Light.ttf') format('truetype')
}

@font-face {
	font-display: swap;
	font-family: 'Figtree';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/Figtree-Regular.woff2') format('woff2'),  url('../fonts/Figtree-Regular.ttf') format('truetype')
}

@font-face {
	font-display: swap;
	font-family: 'Figtree';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/Figtree-Medium.woff2') format('woff2'),  url('../fonts/Figtree-Medium.ttf') format('truetype')
}

@font-face {
	font-display: swap;
	font-family: 'Figtree';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/Figtree-SemiBold.woff2') format('woff2'),  url('../fonts/Figtree-SemiBold.ttf') format('truetype')
}

@font-face {
	font-display: swap;
	font-family: 'Figtree';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/Figtree-Bold.woff2') format('woff2'),  url('../fonts/Figtree-Bold.ttf') format('truetype')
}

@font-face {
	font-display: swap;
	font-family: 'Figtree';
	font-style: normal;
	font-weight: 800;
	src: url('../fonts/Figtree-ExtraBold.woff2') format('woff2'),  url('../fonts/Figtree-ExtraBold.ttf') format('truetype')
}

@font-face {
	font-display: swap;
	font-family: 'Figtree';
	font-style: normal;
	font-weight: 900;
	src: url('../fonts/Figtree-Black.woff2') format('woff2'),  url('../fonts/Figtree-Black.ttf') format('truetype')
}


@font-face {
	font-display: swap;
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/Gilroy-SemiBold.woff2') format('woff2'),  url('../fonts/Gilroy-SemiBold.ttf') format('truetype')
}

@font-face {
	font-display: swap;
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/Gilroy-Bold.woff2') format('woff2'),  url('../fonts/Gilroy-Bold.ttf') format('truetype')
}


@font-face {
	font-display: swap;
	font-family: 'Gilroy';
	font-style: italic;
	font-weight: 700;
	src: url('../fonts/Gilroy-BoldItalic.woff2') format('woff2'),  url('../fonts/Gilroy-BoldItalic.ttf') format('truetype')
}

.light {
    overflow: hidden;
}

.light::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    background: linear-gradient(90deg, transparent, #ffffff71, transparent);
    transform: translateX(-180px) skew(-20deg);
    animation: slideBackground 3s linear infinite;
    animation-delay: 2s;
}

.cta-text:hover::before {
    animation-play-state: paused;
}

@keyframes slideBackground {
    0% {
        transform: translateX(-180px) skew(-20deg);
    }
    10% {
        transform: translateX(220px) skew(-20deg);
    }
    20% {
        transform: translateX(-180px) skew(-20deg);
    }    
}

.cta-text:hover {
    background-color: #139456;
}

@keyframes wheel-spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(720deg);
    }
  }



/* TERMS */

.terms-wrapper {
    margin: 0 auto;
    width: 81.795vw;
}

details summary::-webkit-details-marker {
    display:none;
}

::marker{ display:none; } summary{ list-style: none }

.terms-title {
}

.terms h2 {
    font-size: 3.256vw;
    font-weight: 800;
    letter-spacing: 0.5px;
    line-height: 1.8;
    text-align: center;
    padding: 4.884vw 0 5vw;
    position: relative;
}

summary .terms-title h2 {
    text-decoration:underline;
    text-decoration-style: dashed;
    text-decoration-color: white;
    text-underline-position: under;
    cursor: pointer;
    text-align: center;
    margin-bottom: 0;
}

.terms-header {
    background-color: #1C78CE;
    padding-top: 15px;
    padding-top: 3.846vw;
    padding-bottom: 15px;
    padding-bottom: 3.846vw;
}

.terms-header h2 {
    text-align: center;
    font-weight: 900;
    font-size: 14px;
    font-size: 3.59vw;
    margin-bottom: 0px;
}

.terms h3 {
    font-weight: 900;
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.terms p, .terms li {
    line-height: 1.2;
    font-weight: 400;
    font-size: 14px;
}

.terms p {
    margin-bottom: 15px;
}

.terms a {
    text-decoration: underline;
}

.terms ol > li {
    list-style-type: decimal;
}

.terms ul > li {
    list-style-type: disc;
}

.terms ol {
    margin-left: 16px;
}

.terms ul {
    margin-left: 16px;
}

.terms ul li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 0px;
}

.terms ul li::before {
    content: ' ';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 17px;
    height: 19px;
    background-image: url(../images/star.png);
    background-size: cover;
    text-align: center;
}

.terms ol li {
    margin-bottom: 4px;
}

.terms table {
    width: 100%;
    max-width: 600px;
    margin: 15px 0;
}

.terms th {
    font-weight: 700;
}

.terms caption {
    margin-bottom: 5px;
}

.terms td, .terms th  {
    width: 50%;
    border: 1px solid white;
    padding: 4px 12px;
    text-align: left;
}

@media screen and (min-width: 640px) {
    .terms {
        margin-top: 7.5vw;
    }

    .terms-title {
    }

    .terms-title h2 {
        width: 100%;
        max-width: 61.354vw;
        margin: 0 auto;
    }

    .terms-wrapper {
        width: 100%;
        max-width: 58.802vw;
        margin: 0 auto;
        padding-top: 0;
        padding-bottom: 1.563vw;
    }

    .terms {
        margin-bottom: 0;
    }

    .terms h2 {
        font-size: 0.833vw;
        font-weight: 700;
        line-height: 1.8;
        padding: 1.615vw 0 1.667vw;
        position: relative;
        text-align: left;
        margin-top: 0vw;
        letter-spacing: 0.125vw;
    }

    .terms h3 {
        font-size: 0.833vw;
        font-weight: 900;
        line-height: 1.16;
        letter-spacing: 0.023vw;
        margin-bottom: 0.781vw;
    }

    .terms {
        margin-top: 0;
        display: flex;
        flex-direction: column;
        padding-bottom: 0vw;
    }

    .terms h3 {
        font-size: 0.833vw;
        font-weight: 700;
        letter-spacing: 0.034vw;
        line-height: 1.16;
        letter-spacing: 0.009vw;
        margin-bottom: 0.677vw;
    }

    .terms p, ol {
        font-size: 0.833vw;
        font-weight: 400;
        line-height: 1.3;
        letter-spacing: 0.016vw;
        margin-bottom: 0.781vw;
    }

    .terms ul, .terms ol {
        margin-left: 1.042vw;
    }
    
    .terms li {
        font-size: 0.833vw;
        font-weight: 400;
        line-height: 1.3;
        letter-spacing: 0.016vw;
        margin-bottom: 0.313vw;
    }
}

@media screen and (min-width: 1920px) {

    .terms {
        margin-top: 144px;
    }

    .terms-title {
    }

    .terms-title h2 {
        width: 100%;
        max-width: 1178px;
        margin: 0 auto;
    }

    .terms-wrapper {
        width: 100%;
        max-width: 1129px;
        margin: 0 auto;
        padding-bottom: 30px;
    }

    .terms {
        margin-bottom: 0;
    }

    .terms h2 {
        font-size: 16px;
        font-weight: 700;
        line-height: 1.8;
        padding: 31px 0 32px;
        position: relative;
        text-align: left;
        margin-top: 0px;
        letter-spacing: 2.4px;
    }

    .terms h3 {
        font-size: 16px;
        font-weight: 900;
        line-height: 1.16;
        letter-spacing: 0.45px;
        margin-bottom: 15px;
    }

    .terms {
        margin-top: 0;
        display: flex;
        flex-direction: column;
        padding-bottom: 0px;
    }

    .terms h3 {
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 0.65px;
        line-height: 1.16;
        letter-spacing: 0.17px;
        margin-bottom: 13px;
    }

    .terms p, ol {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.3;
        letter-spacing: 0.3px;
        margin-bottom: 15px;
    }

    .terms ul, .terms ol {
        margin-left: 20px;
    }

    .terms li {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.3;
        letter-spacing: 0.3px;
        margin-bottom: 6px;
    }

}