/*FONTS*/
/*
@font-face{font-family: 'Satoshi';
    src: url(fonts/Satoshi/Satoshi-Light.eot);
    src: local('Satoshi'), local(Satoshi), url(fonts/Satoshi/Satoshi-Light.eot?#iefix) format("embedded-opentype"), url(fonts/Satoshi/Satoshi-Light.woff) format("woff"), url(fonts/Satoshi/Satoshi-Light.ttf) format("truetype");
    font-weight: 300;font-style: normal;font-display: swap
}
@font-face{font-family: 'Satoshi';
    src: url(fonts/Satoshi/Satoshi-Regular.eot);
    src: local('Satoshi'), local(Satoshi), url(fonts/Satoshi/Satoshi-Regular.eot?#iefix) format("embedded-opentype"), url(fonts/Satoshi/Satoshi-Regular.woff) format("woff"), url(fonts/Satoshi/Satoshi-Regular.ttf) format("truetype");
    font-weight: 400;font-style: normal;font-display: swap
}
@font-face{font-family: 'Satoshi';
    src: url(fonts/Satoshi/Satoshi-Medium.eot);
    src: local('Satoshi'), local(Satoshi), url(fonts/Satoshi/Satoshi-Medium.eot?#iefix) format("embedded-opentype"), url(fonts/Satoshi/Satoshi-Medium.woff) format("woff"), url(fonts/Satoshi/Satoshi-Medium.ttf) format("truetype");
    font-weight: 500;font-style: normal;font-display: swap
}
@font-face{font-family: 'Satoshi';
    src: url(fonts/Satoshi/Satoshi-Bold.eot);
    src: local('Satoshi'), local(Satoshi), url(fonts/Satoshi/Satoshi-Bold.eot?#iefix) format("embedded-opentype"), url(fonts/Satoshi/Satoshi-Bold.woff) format("woff"), url(fonts/Satoshi/Satoshi-Bold.ttf) format("truetype");
    font-weight: 600;font-style: normal;font-display: swap
}
@font-face{font-family: 'Satoshi';
    src: url(fonts/Satoshi/Satoshi-Black.eot);
    src: local('Satoshi'), local(Satoshi), url(fonts/Satoshi/Satoshi-Black.eot?#iefix) format("embedded-opentype"), url(fonts/Satoshi/Satoshi-Black.woff) format("woff"), url(fonts/Satoshi/Satoshi-Black.ttf) format("truetype");
    font-weight: 900;font-style: normal;font-display: swap
}
*/

@font-face {
    font-family: 'Mikado';
    src: url('fonts/StellarBurst/Mikado-Black.eot');
    src: url('fonts/StellarBurst/Mikado-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/StellarBurst/Mikado-Black.woff2') format('woff2'),
        url('fonts/StellarBurst/Mikado-Black.woff') format('woff'),
        url('fonts/StellarBurst/Mikado-Black.ttf') format('truetype'),
        url('fonts/StellarBurst/Mikado-Black.svg#Mikado-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Mikado';
    src: url('fonts/StellarBurst/Mikado-Bold.eot');
    src: url('fonts/StellarBurst/Mikado-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/StellarBurst/Mikado-Bold.woff2') format('woff2'),
        url('fonts/StellarBurst/Mikado-Bold.woff') format('woff'),
        url('fonts/StellarBurst/Mikado-Bold.ttf') format('truetype'),
        url('fonts/StellarBurst/Mikado-Bold.svg#Mikado-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Mikado';
    src: url('fonts/StellarBurst/Mikado-Medium.eot');
    src: url('fonts/StellarBurst/Mikado-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/StellarBurst/Mikado-Medium.woff2') format('woff2'),
        url('fonts/StellarBurst/Mikado-Medium.woff') format('woff'),
        url('fonts/StellarBurst/Mikado-Medium.ttf') format('truetype'),
        url('fonts/StellarBurst/Mikado-Medium.svg#Mikado-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/*FONTS*/

/*PRIMARY*/
html, body{position: relative; padding: 0; margin: 0; background: #fff}
html{max-width: 1920px;margin: 0 auto;overflow-x: clip}
body{-webkit-text-size-adjust: none;background: #fff;overflow-x: hidden;font-family: 'Mikado', sans-serif;font-style: normal;font-weight: 400;font-size: 20px;line-height: 170%;color: #242424;}
*{margin: 0; padding: 0; box-sizing: border-box;outline: none}
p, ol, ul, table, blockquote{margin: 0 0 32px}
ol, ul{list-style-position: inside}
ol{counter-reset: item}
ol li{display: block}
ol > li:before{content: counters(item, ".") ". ";counter-increment: item;}
ol > li li{margin: 0}
ol ul{list-style: none;margin: 0}
ol ol{margin: 0}
ol > li, ol h6, ol .h6{margin: 0 0 34px}
b, strong, .b, .strong{font-weight: 600}
a, .a{color: #242424;text-decoration: underline;transition: all .3s linear}
a:hover, .a:hover{text-decoration: none}
img{max-width: 100%;height: auto}
.blue{color: #0072FF}
/*PRIMARY*/

/*GRID*/
.flex{display: flex}
.flex-wrap{flex-wrap: wrap}
.align-center{align-items: center}
.align-end{align-items: end}
.align-start{align-items: flex-start}
.space-between{justify-content: space-between}
.space-center{justify-content: center}
.flex-end{justify-content: flex-end}
.row-reverse{flex-direction: row-reverse}

.d_inline_block{display: inline-block}

.container{position: relative;padding: 0 15px;max-width: 1260px;margin: 0 auto}
.container.lg{max-width: 1726px;}
.row{margin: 0 -15px}
.row:before, .row:after{display: block;width: 100%;height: 0;content: '';clear: both}
.row.flex > div{float: none}
.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12{padding:0 15px;float: left}
.col-12{width:100%}
.col-11{width:91.66666667%}
.col-10{width:83.33333333%}
.col-9{width:75%}
.col-8{width:66.66666667%}
.col-7{width:58.33333333%}
.col-6{width:50%}
.col-5{width:41.66666667%}
.col-4{width:33.33333333%}
.col-3{width:25%}
.col-2{width:16.66666667%}
.col-1{width:8.33333333%}
/*GRID*/

/*ELEMENTS*/
h1, .h1{
    font-weight: 600;
    font-size: 40px;
    line-height: 54px;
    color: #242424;
    margin: 0 0 25px;
}
h2, .h2{
    font-weight: 600;
    font-size: 36px;
    line-height: 42px;
    color: #242424;
    margin: 0 0 25px 0;
}
h3, .h3{
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    color: #242424;
    margin: 0 0 25px 0;
}
h4, .h4{
    font-weight: 900;
    font-size: 28px;
    line-height: 34px;
    color: #242424;
    margin: 0 0 25px 0;
    text-transform: uppercase;
}
h5, .h5{
    font-weight: 900;
    font-size: 24px;
    line-height: 29px;
    color: #242424;
    margin: 0 0 25px 0;
}
h6, .h6{
    font-weight: 900;
    font-size: 20px;
    line-height: 34px;
    color: #242424;
    margin: 0 0 25px 0;
}
.small{
    font-size: 20px;
    line-height: 34px;
    font-weight: 100;
}

.text_left{text-align: left}
.text_right{text-align: right}
.text_center{text-align: center}
.text_justify{text-align: justify}

.p_relative{position: relative}
.p_absolute{position: absolute}

.no_padding{padding: 0!important;}
.no_margin{margin: 0!important;}

.button{
    -webkit-appearance: none;
    outline: none;
    box-shadow: none;
    border: 1px solid #0072FF;
    text-decoration: none;
    transition: all .3s linear;
    white-space: normal;
    cursor: pointer;
    font-family: 'Mikado', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    padding: 12px 28px;
    background: #0072FF;
    border-radius: 80px;
    display: inline-block;
}
.button:hover{
    opacity: .8;
}
.button img{
    margin: 2px -7px -2px 7px;
}
/*ELEMENTS*/

.link{
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    leading-trim: both;
    text-edge: cap;
    align-items: center;
    letter-spacing: -0.4px;
    text-transform: uppercase;
    color: #fff;
}
.link:hover{
    opacity: .8;
}
.top-line{
    padding: 19px 0 9px 0;
    background: #242424;
}
.top-line .link{
    margin: 0 0 12px;
}
.slide{
    height: 880px;
    padding: 50px 15px 52px;
}
.slide.v1{
    background: #000 url("images/Frame1.webp") no-repeat top center;
}
.slide.v2{
    background: #000 url("images/Frame2.webp") no-repeat top center;
}
.slide .h1{
    font-weight: 900;
    font-size: 150px;
    line-height: 100%;
    leading-trim: both;
    text-edge: cap;
    background: linear-gradient(270deg, #FF6100 4.37%, #FFC300 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
}
section{
    padding: 40px 0 30px;
}
section.dark-bg{
    background: #F5F5F7;
    padding: 0;
}
section.dark-bg img{
    margin: -30px -10% 0 auto;
    display: block;
}
section.dark-bg .text-group{
    max-width: 555px;
    margin: 0 auto 0 10%;
}
.container .text-col{
    padding-left: 0;
}
.container .row-reverse .text-col{
    padding-left: 15px;
    padding-right: 40px;
}
.container .text-col > *:last-child{
    margin-bottom: 0;
}
.games-section{
    padding: 80px 0;
    background: #F5F5F7;
}
.games-section .text-group{
    max-width: 1000px;
    margin: 0 auto 56px;
}
.games-section .h5{
    margin: 27px 0 32px;
}
footer{
    padding: 40px 0 52px;
    background: #242424;
}
footer ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.logo-link-footer{
    display: inline-block;
    margin: 0 0 47px;
}
.socials{
    font-size: 0;
    line-height: 0;
    gap: 16px;
}
.socials a{
    text-decoration: none;
}
.socials a:hover{
    opacity: .8;
}
footer .bottom-line{
    margin-top: 33px;
    padding-top: 31px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.copy{
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #BDBDBD;
}
.copy a{
    text-decoration: none;
}
.bottom-menu{
    gap: 31px;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #F5F5F7;
}
.bottom-menu a{
    text-decoration: none;
    color: inherit;
}
.bottom-menu a:hover{
    opacity: .8;
}
.store-pay{
    gap: 40px;
}
@media screen and (max-width: 1439px){
    .slide{
        height: 680px;
    }
    .slide .h1{
        font-size: 90px;
    }
}
@media screen and (max-width: 1023px){
    body{
        font-size: 16px;
    }
    .small{
        font-size: 16px;
        line-height: 30px;
    }
    .col-lg-12{
        width: 100%;
    }
    .container .text-col{
        padding-left: 15px;
        margin-top: 30px;
    }
    section.dark-bg img{
        margin: -30px auto 0;
    }
    section.dark-bg .text-group {
        max-width: 100%;
        margin: 30px auto 0;
    }
    section.dark-bg{
        padding: 0 0 30px;
    }
}
@media screen and (max-width: 767px){
    .logo-link img{
        max-width: 140px;
    }
    .slide .h1{
        font-size: 45px;
    }
    .slide{
        height: 520px;
    }
    .store-pay{
        gap: 20px;
    }
    .store-pay img{
        max-height: 60px;
    }
    footer .bottom-line{
        flex-direction: column;
    }
    .copy{
        margin: 0 0 25px;
    }
    .bottom-menu{
        gap: 16px;
    }
    .socials{
        width: 100%;
        margin: 20px 0 0;
        justify-content: center;
    }
    .logo-link-footer{
        margin: 0 0 20px;
    }
}