:root{--clr-accent-1:#00082D;--clr-accent-2:#0095FF;--font-family-alt:"Montserrat"}html{font-size:62.5%;scroll-behavior:smooth}@media screen and (max-width:520px){html{font-size:1.923vw}}body{background:var(--clr-accent-1)}.container{max-width:144rem;padding:0 2rem;margin:0 auto}@media screen and (max-width:820px){.container{padding:0 1rem}}.home{background:bottom 0 left 0/44vw no-repeat url(../img/common/king.webp),bottom 8rem left 100%/40vw no-repeat url(../img/common/coin3.webp)}@media (min-width:1920px){.home{background:bottom 0 left 0/85rem no-repeat url(../img/common/king.webp),bottom 8rem left 100%/76rem no-repeat url(../img/common/coin3.webp)}}@media (max-width:1200px){.home{background-size:50vw,40vw}}@media (max-width:768px){.home{background-position:bottom 4rem left 0,bottom 84rem center;background-size:58rem,30rem}}@media (max-width:580px){.home{background-position:bottom 4rem left 0,bottom 88rem center}}.body--scroll-disabled{overflow:hidden}.page--fs{min-height:100vh;display:flex;flex-direction:column}.page--fs footer{margin-top:auto}*,::after,::before{margin:0;padding:0;box-sizing:inherit}body{box-sizing:border-box}img{display:block;max-width:100%;border-style:none}ul{list-style:none;text-decoration:none}a{background-color:transparent;text-decoration:none;color:inherit}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{appearance:button;-webkit-appearance:button;outline:0;border:none}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}@font-face{font-family:Montserrat;src:url(../fonts/Montserrat-Bold.woff) format("woff");font-weight:700;font-style:normal}@font-face{font-family:Montserrat;src:url(../fonts/Montserrat-Black.woff) format("woff");font-weight:900;font-style:normal}@font-face{font-family:Poppins;src:url(../fonts/Poppins-Medium.woff) format("woff");font-weight:500;font-style:normal}@font-face{font-family:Poppins;src:url(../fonts/Poppins-SemiBold.woff) format("woff");font-weight:600;font-style:normal}@font-face{font-family:Poppins;src:url(../fonts/Poppins-Bold.woff) format("woff");font-weight:700;font-style:normal}body{font-family:Poppins,sans-serif;font-weight:500;color:#fff;font-size:2rem;line-height:normal;cursor:default}h1{color:#fff;font-size:5rem;line-height:6.8rem;font-weight:700;margin-bottom:4rem;text-align:center}h1 span{color:var(--clr-accent-2)}@media (max-width:768px){h1{font-size:3rem;line-height:4rem;margin-bottom:2rem}}.clr--accent{color:var(--clr-accent-2)}.pop-up-age{display:none;font-family:Montserrat,serif}.pop-up-age--active{position:fixed;height:100vh;width:100vw;z-index:9998;top:0;left:0;-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);background:rgba(0,0,0,.4);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-animation:pop-up--in .4s forwards;animation:pop-up--in .4s forwards}.pop-up-age__title{color:#ffb300;text-align:center;line-height:1.2;font-size:6.4rem;font-weight:900;text-transform:uppercase}.pop-up-age__desc{color:#fff;text-align:center;line-height:1.2;font-size:3rem;font-weight:700;text-transform:uppercase;margin-bottom:1rem}.pop-up-age__modal{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-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:5rem 4rem;background:rgba(0,0,0,.4);border:1px solid #fff;backdrop-filter:blur(20px);max-width:60.5rem;width:100%;-webkit-animation:pop-up__modal--in .4s forwards;animation:pop-up__modal--in .4s forwards}.pop-up-age__buttons{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.pop-up-age__buttons .btn{font-size:1.6rem;text-transform:capitalize;padding:1.4rem 1rem;color:#fff;max-width:unset;font-weight:400;width:110px;cursor:pointer;border:1px solid #fff;background:#d26749}.pop-up-age__buttons .btn:hover{background:#fff;color:#d26749;box-shadow:none}.pop-up-age__buttons .pop-up-age__btn--yes{background:#fff;color:#000}.pop-up-age__buttons .pop-up-age__btn--yes:hover{background:#000}.pop-up-age__buttons .pop-up-age__btn--no{background:0 0;color:#fff}.pop-up-restrict{display:none}.pop-up-restrict--active{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100vh;width:100vw;z-index:9999;position:fixed;top:0;left:0;-webkit-animation:pop-up--in .4s forwards;animation:pop-up--in .4s forwards}.pop-up-restrict__desc{font-size:3.2rem;padding:3rem 2rem;border-radius:4rem;background-color:#000;color:#fff;font-weight:700;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:2px solid #fff;white-space:nowrap;-webkit-animation:pop-up__modal--in .4s forwards;animation:pop-up__modal--in .4s forwards}@-webkit-keyframes pop-up--in{0%{-webkit-backdrop-filter:blur(0) opacity(0);backdrop-filter:blur(0) opacity(0)}100%{-webkit-backdrop-filter:blur(1rem) opacity(1);backdrop-filter:blur(1rem) opacity(1)}}@keyframes pop-up--in{0%{-webkit-backdrop-filter:blur(0) opacity(0);background:0 0;backdrop-filter:blur(0) opacity(0)}100%{-webkit-backdrop-filter:blur(1rem) opacity(1);backdrop-filter:blur(1rem) opacity(1);background:rgba(0,0,0,.6)}}@-webkit-keyframes pop-up--out{0%{-webkit-backdrop-filter:blur(1rem) opacity(1);backdrop-filter:blur(1rem) opacity(1);background:rgba(0,0,0,.6)}100%{-webkit-backdrop-filter:blur(0) opacity(0);backdrop-filter:blur(0) opacity(0);background:0 0;display:none}}@keyframes pop-up--out{0%{-webkit-backdrop-filter:blur(1rem) opacity(1);backdrop-filter:blur(1rem) opacity(1)}100%{-webkit-backdrop-filter:blur(0) opacity(0);backdrop-filter:blur(0) opacity(0);display:none}}@-webkit-keyframes pop-up__modal--in{0%{scale:0}100%{scale:1}}@keyframes pop-up__modal--in{0%{scale:0}100%{scale:1}}@-webkit-keyframes pop-up__modal--out{0%{scale:1;opacity:1}100%{scale:0;opacity:0}}@keyframes pop-up__modal--out{0%{scale:1;opacity:1}100%{scale:0;opacity:0}}.body--scroll-disabled{overflow:hidden}.pop-up--out{-webkit-animation:pop-up--out .2s forwards;animation:pop-up--out .2s forwards}.pop-up__modal--out{-webkit-animation:pop-up__modal--out .2s forwards;animation:pop-up__modal--out .2s forwards}.cookie{position:fixed;max-width:70rem;display:grid;grid-template-columns:1.5fr 1fr;right:-100%;bottom:3rem;background:rgba(0,0,0,.5);backdrop-filter:blur(3px);border-radius:2rem;z-index:10;gap:2rem;margin:0 auto;padding:3rem;opacity:0}@media screen and (max-width:680px){.cookie{max-width:40rem;grid-template-columns:1fr}}.cookie--visible{animation:cookie-show .6s .5s ease-out forwards}@media screen and (max-width:820px){.cookie--visible{animation:cookie-show--mobile .5s ease-out forwards}}.cookie--hidden{animation:cookie-hide .5s ease-out forwards}@media screen and (max-width:560px){.cookie--hidden{animation:cookie-hide--mobile .5s ease-out forwards}}.cookie__title{font-size:2.4rem;margin-bottom:1rem}.cookie__desc{font-size:1.6rem;font-weight:400}.cookie .btn{font-size:1.4rem;max-width:unset;width:100%;background:0 0;border:.1rem solid #fff;text-transform:none;cursor:pointer;color:#fff;font-weight:400;border-radius:3rem}.cookie .btn:not(:last-of-type){margin-bottom:2rem}@keyframes cookie-show{0%{right:-100%;opacity:0}100%{right:2rem;opacity:1}}@keyframes cookie-show--mobile{0%{right:-100%;opacity:0}100%{right:0;opacity:1}}@keyframes cookie-hide{0%{right:2rem;opacity:1}100%{right:-100%;opacity:0}}@keyframes cookie-hide--mobile{0%{right:0;opacity:1}100%{right:-100%;opacity:0}}.logo{font-weight:900;color:#fff}@media screen and (max-width:968px){.logo{font-size:2.4rem}}.btn{display:block;max-width:fit-content;background:rgba(2,2,2,.47);color:inherit;text-align:center;border:3px solid var(--clr-accent-2);padding:1.8rem 3.5rem;font-size:2rem;font-weight:900;text-transform:uppercase;color:var(--clr-accent-2);cursor:pointer}.btn:hover{background:#fff;color:var(--clr-accent-2)}.form input{display:block;color:inherit;padding:1.5rem 2.5rem;background:0 0;border:.1rem solid var(--clr-accent-2);font-weight:700;width:100%;margin-bottom:3rem}.form input::placeholder{color:#d4cccc;font-weight:700;opacity:1}.form input:focus{outline:0}.form fieldset{border:none}.form legend{text-align:center;font-size:3rem;margin-bottom:4rem}.page--contact .form-section h1{margin-bottom:0}@media (max-width:768px){.page--contact .form-section{padding-bottom:10rem}}.cta-subs{max-width:45rem;margin:0 auto}.cta-subs .btn{margin:0 auto}.header{z-index:100;position:absolute;width:100%}@media (max-width:968px){.header{background:rgba(4,2,52,.5)}}.header .container{display:flex;align-items:center;justify-content:space-between;padding:3rem 2rem}@media screen and (max-width:968px){.header .container{max-width:100%;display:flex;align-items:center;padding:0 1rem}}.header::before{content:"";visibility:hidden;position:absolute;top:0;left:0;width:100%;height:100vh;background:rgba(0,0,0,0);transition:all .2s}.header--active::before{visibility:visible;background:rgba(0,0,0,.7);backdrop-filter:blur(3px);z-index:99}.header .logo{z-index:999;font-size:2rem}@media screen and (max-width:968px){.header .logo{margin:unset}}@media screen and (max-width:968px){.header__nav{max-height:0;overflow:hidden;transition:all .3s;background:var(--clr-accent-1);padding:0;position:absolute;top:0;left:0;width:100%;z-index:100}.header__nav--active{max-height:60rem;height:fit-content}}.header__nav ul{display:flex;align-items:center;justify-content:space-between;gap:2.5vw}@media screen and (max-width:968px){.header__nav ul{flex-direction:column;align-items:center;gap:2.5rem;padding:12rem 2rem 6rem 2rem}}.header__nav ul li.active a{color:var(--clr-accent-2)}.header__nav ul li a{display:block;font-size:2rem;white-space:nowrap;text-transform:capitalize}@media screen and (max-width:1200px){.header__nav ul li a{color:#fff;font-size:1.6rem}}.burger{display:none;z-index:100}@media screen and (max-width:968px){.burger{width:5rem;height:5rem;display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:.4rem;cursor:pointer}}.burger__bottom,.burger__middle,.burger__top{width:100%;height:.4rem;background-color:#fff;border-radius:1rem;transition:all .2s;position:relative}.burger.burger--active{align-items:center}.burger.burger--active .burger__top{rotate:45deg;top:.4rem}.burger.burger--active .burger__bottom{rotate:-45deg;bottom:.4rem}.burger.burger--active .burger__middle{scale:0}.hero{position:relative;background:url(../img/hero/hero-img.webp) no-repeat right bottom/47vw,url(../img/hero/hero-bg.webp) no-repeat top center/cover;min-height:103rem;font-family:var(--font-family-alt)}@media screen and (max-width:1500px){.hero{min-height:80rem;background-size:48vw,cover}}@media (max-width:968px){.hero{background-position:bottom center,top center;background-size:32rem,cover}}@media (max-width:768px){.hero{background-size:42rem,cover}}@media (max-width:520px){.hero{background-size:45rem,cover}}.hero__title{position:relative;padding:22rem 1rem 0 1rem;margin-bottom:18.4rem;line-height:1}@media screen and (max-width:1500px){.hero__title{padding:18rem 1rem 0 1rem;margin-bottom:10rem}}@media screen and (max-width:968px){.hero__title{padding-top:10rem;display:flex;flex-direction:column;align-items:center}}@media screen and (max-width:375px){.hero__title{padding:12rem 1rem 0 1rem}}.hero__title h1{font-size:8rem;line-height:10rem;margin-bottom:0;font-weight:900;text-align:left}@media (max-width:1500px){.hero__title h1{font-size:6rem;line-height:7rem}}@media (max-width:768px){.hero__title h1{font-size:3.2rem;line-height:4rem}}.hero__title p{max-width:95rem;font-weight:700;font-size:4rem;line-height:5rem;margin:2rem 0}@media screen and (max-width:1500px){.hero__title p{font-size:3rem;line-height:4rem}}@media (max-width:768px){.hero__title p{font-size:1.8rem;line-height:2.2rem}}.hero__btm-article{max-width:90rem;font-size:3rem;text-align:center;line-height:1}@media screen and (max-width:680px){.hero__btm-article{padding-bottom:4rem;font-size:2rem}}.hero__btm-article .btn{margin:3rem auto 0 auto}.benefits{padding:12rem 2rem 2rem;background:url(../img/common/coin1.webp) no-repeat left 0 top 0/13vw}@media (min-width:1921px){.benefits{background-size:26rem}}@media screen and (max-width:970px){.benefits{background-position:left 5% top 2%}}@media screen and (max-width:768px){.benefits{padding:10rem 2rem 2rem}}.benefits__list{display:grid;grid-template-columns:repeat(3,1fr);gap:4vw}@media screen and (max-width:968px){.benefits__list{grid-template-columns:1fr;grid-auto-rows:1fr}}.benefits__item{min-height:17rem;padding:1rem;border:.1rem solid var(--clr-accent-2);font-size:2.4rem;line-height:1.2;text-align:center;text-transform:uppercase;display:flex;align-items:center;justify-content:center}.benefits__item *{max-width:30rem}@media screen and (max-width:680px){.benefits__item *{width:100%}}@media screen and (max-width:968px){.benefits__item{min-height:unset;height:100%;padding:2rem;font-size:2.4rem}}.games{background:url(../img/common/coin2.webp) no-repeat right 0 top 0/11vw;margin-bottom:2rem;padding-top:12rem}@media (min-width:1921px){.games{background-size:21rem}}@media screen and (max-width:680px){.games{background-position:100% top}}.games__list{display:grid;grid-template-columns:repeat(5,1fr);gap:2rem;margin-bottom:20rem}@media screen and (max-width:1640px){.games__list{margin-bottom:10rem}}@media screen and (max-width:1440px){.games__list{gap:2rem}}@media screen and (max-width:968px){.games__list{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:680px){.games__list{grid-template-columns:repeat(2,1fr);margin-bottom:12rem}}@media screen and (max-width:500px){.games__list{grid-template-columns:repeat(1,1fr);margin-bottom:15rem}}.game-card{padding:1.8rem;border:1px solid var(--clr-accent-2);box-shadow:0 0 4px #0026ff}@media screen and (max-width:1440px){.game-card{padding:1.5rem}}.game-card__logo{width:100%;margin-bottom:2rem}.game-card .btn{max-width:unset;width:100%;padding:1.2rem 1rem;margin:0 auto}@media screen and (max-width:680px){.game-card .btn{max-width:30rem}}.form-section{padding-bottom:12rem}@media (max-width:768px){.form-section{padding-bottom:39rem}}.footer{padding:2rem}.footer__copyright{font-size:1.3rem;font-weight:900;text-align:center}.contact-us{margin-bottom:20rem}@media (max-width:968px){.contact-us{margin-bottom:6rem}}.contact-us .benefits{background:0 0}@media screen and (max-width:968px){.contact-us .benefits{padding:10rem 1rem 5rem 1rem}}.contact-us .benefits__item{word-break:break-word;text-align:left}.contact-us .benefits__item span{font-weight:700}.contact-us__form h2{text-align:center;margin-bottom:4rem;font-weight:900}@media screen and (max-width:968px){.contact-us__form h2{font-size:2rem;margin-bottom:2rem}}.contact-us__form fieldset{display:flex;align-items:center;gap:3rem}@media screen and (max-width:968px){.contact-us__form fieldset{display:block}}.contact-us__form .btn{margin:2rem auto 0 auto}.page--contact{background:top 11rem left 3%/9vw no-repeat url(../img/common/coin1.webp),top 29rem left 78%/27vw no-repeat url(../img/common/coin3.webp),bottom 3rem left 90%/12vw no-repeat url(../img/common/coin2.webp),right -50rem top -41rem/100% no-repeat url(../img/common/radial.webp)}@media (min-width:1921px){.page--contact{background:top 11rem left 3%/16rem no-repeat url(../img/common/coin1.webp),top 29rem left 78%/51rem no-repeat url(../img/common/coin3.webp),bottom 3rem left 90%/23rem no-repeat url(../img/common/coin2.webp),right -50rem top -41rem/100% no-repeat url(../img/common/radial.webp)}}@media (max-width:1400px){.page--contact{background-position:top 11rem left 3%,top 40rem left 85%,bottom 3rem left 90%,right -50rem top -41rem}}@media screen and (max-width:968px){.page--contact{background-size:12rem,35rem,8rem,100%;background-position:top 5rem right 3%,bottom -4rem left 100%,bottom 64rem left 5%,right -50rem top -41rem}}@media screen and (max-width:768px){.page--contact{background-size:12rem,32rem,8rem,100%;background-position:top 5rem right 3%,bottom -4rem left 120%,bottom 55rem left 5%,right -50rem top -41rem}}.terms{margin-bottom:30rem;margin-top:17rem}@media (max-width:968px){.terms{margin-top:10rem;margin-bottom:25rem;font-size:1.6rem;line-height:2.2rem}}.terms article{word-break:break-word}.terms article h1{text-align:left;margin-bottom:3rem}.terms article p{margin-bottom:2rem;max-width:70%}@media (max-width:968px){.terms article p{max-width:100%}}.terms article a{color:var(--clr-accent-2)}.page--terms{background:top 6rem right 34%/25vw no-repeat url(../img/common/coin33.webp),top 59rem left 52%/7vw no-repeat url(../img/common/coin1.webp),bottom -9rem left 10%/28vw no-repeat url(../img/common/coin3.webp),bottom 7rem left 100%/33vw no-repeat url(../img/common/king-big.webp),right -50rem top -41rem/100% no-repeat url(../img/common/radial.webp)}@media (min-width:1921px){.page--terms{background:top 6rem right 34%/47rem no-repeat url(../img/common/coin33.webp),top 59rem left 52%/13rem no-repeat url(../img/common/coin1.webp),bottom -9rem left 10%/51rem no-repeat url(../img/common/coin3.webp),bottom -4rem left 100%/100rem no-repeat url(../img/common/king-big.webp),right -50rem top -41rem/100% no-repeat url(../img/common/radial.webp)}}@media (max-width:1600px){.page--terms{background-position:top 3rem right 34%,top 59rem left 52%,bottom -4rem left 0,bottom 8rem left 100%,right -50rem bottom 0;background-size:25vw,7vw,29vw,35vw,100%}}@media (max-width:968px){.page--terms{background:top 8% right 5%/8rem no-repeat url(../img/common/coin1.webp),bottom 26rem right 0/36rem no-repeat url(../img/common/coin3.webp),bottom -8rem center/60rem no-repeat url(../img/common/king-big.webp),right -20rem bottom 0/100% 100% no-repeat url(../img/common/radial.webp)}}@media (max-width:600px){.page--terms{background:top 8% right 5%/8rem no-repeat url(../img/common/coin1.webp),bottom 26rem right 0/29rem no-repeat url(../img/common/coin3.webp),bottom -8rem center/54rem no-repeat url(../img/common/king-big.webp),right -9rem bottom/100% 100% no-repeat url(../img/common/radial.webp)}}