:root{--white-color:#fff;--black-color:#000;--primary-color:#2c90fe;--primary-color-light:#2786fd;--primary-color-lightest:#5fccfc;--primary-color-dark:#043466;--primary-color-darkest:#021e3b;--primary-grad:linear-gradient(149deg,#41c6ff 8.4%,#1a64fc 80.38%);--accent-color:#4de892;--bg-color:#1a2136;--surface-color:#161d30;--surface-color-alt:rgba(25,33,54,.765);--surface-color-hover:#192136;--header-bg-color:transparent;--footer-bg-color:#111a29;--menu-bg-color:var(--primary-color-dark);--scrollbar-color:var(--surface-color);--border-color:#232e45;--divider-color:#131926;--text-color:var(--white-color);--text-color-alt:#677a9d;--text-color-accent:var(--accent-color);--container-width:1400px;--container-padding-x:15px;--header-height:90px;--transition-duration:0.2s;--font-primary:"Inter",sans-serif;--font-secondary:"Arial",sans-serif;--font-render-type:swap}*{border:none;margin:0;padding:0}*,:after,:before{box-sizing:border-box}a{color:inherit;text-decoration:none}aside,footer,header,main,nav,section{display:block}h1,h2,h3,h4,h5,h6,p{font-size:inherit;font-weight:inherit}ul,ul li{list-style:none}img{vertical-align:top}img,svg{height:auto;max-width:100%}address{font-style:normal}button,input,select,textarea{background-color:transparent;color:inherit;font-family:inherit;font-size:inherit}input::-ms-clear{display:none}button,input[type=submit]{background-color:transparent;background:none;box-shadow:none;cursor:pointer;display:inline-block}button:active,button:focus,input:active,input:focus{outline:none}button::-moz-focus-inner{border:0;padding:0}label{cursor:pointer}legend{display:block}body,html{scroll-behavior:smooth;scroll-margin-top:5rem}html{font-size:100%}body{background-attachment:fixed;background-color:#0c111c;background-image:url(../static/img/bg-common.webp);background-repeat:no-repeat;background-size:cover;color:var(--text-color);font-family:var(--font-primary);-webkit-user-select:none;-moz-user-select:none;user-select:none}@media screen and (max-width:1023px){.mobile-hidden{display:none}}@media screen and (min-width:1024px){.desktop-hidden{display:none}}.surface{background:var(--surface-color-alt);border-radius:var(--border-radius-sm)}.no-scroll{overflow-y:hidden}h1,h2,h3,h4{line-height:120%}p{line-height:140%}h1{font-size:3rem}@media screen and (max-width:992px){h1{font-size:2.5rem}}@media screen and (max-width:576px){h1{font-size:2rem}}h2{font-size:2.25rem}@media screen and (max-width:992px){h2{font-size:2rem}}@media screen and (max-width:576px){h2{font-size:1.8rem}}h3{font-size:1.6rem}@media screen and (max-width:992px){h3{font-size:1.5rem}}@media screen and (max-width:576px){h3{font-size:1.2rem}}p{font-size:1rem}@media screen and (max-width:992px){p{font-size:1rem}}@media screen and (max-width:576px){p{font-size:1rem}}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(../static/font/Inter/Inter24pt-Black.woff2) format("woff2"),url(../static/font/Inter/Inter24pt-Black.woff) format("woff"),url(../static/font/Inter/Inter24pt-Black.ttf) format("truetype")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(../static/font/Inter/Inter24pt-Bold.woff2) format("woff2"),url(../static/font/Inter/Inter24pt-Bold.woff) format("woff"),url(../static/font/Inter/Inter24pt-Bold.ttf) format("truetype")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(../static/font/Inter/Inter24pt-Medium.woff2) format("woff2"),url(../static/font/Inter/Inter24pt-Medium.woff) format("woff"),url(../static/font/Inter/Inter24pt-Medium.ttf) format("truetype")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(../static/font/Inter/Inter24pt-Regular.woff2) format("woff2"),url(../static/font/Inter/Inter24pt-Regular.woff) format("woff"),url(../static/font/Inter/Inter24pt-Regular.ttf) format("truetype")}.container{margin-left:auto;margin-right:auto;max-width:calc(var(--container-width) + var(--container-padding-x)*2);padding:0 15px;width:100%}.container--s{max-width:calc(1320px + var(--container-padding-x)*2)}@media screen and (max-width:1200px){.container{max-width:1160px}}@media screen and (max-width:1024px){.container{max-width:980px}}@media screen and (max-width:576px){.container{max-width:100%}}body,html{height:100%;scrollbar-color:var(--scrollbar-color) transparent;scrollbar-width:thin;-ms-overflow-style:auto}body::-webkit-scrollbar,html::-webkit-scrollbar{height:6px;width:6px}body::-webkit-scrollbar-track,html::-webkit-scrollbar-track{background:transparent}body::-webkit-scrollbar-thumb,html::-webkit-scrollbar-thumb{background:var(--scrollbar-color);border-radius:10px}body::-webkit-scrollbar-thumb:hover,html::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-color);opacity:.8}.page{display:flex;flex-direction:column;height:100%}.page__header{width:100%}.page__main{flex:1 1 auto}.page__footer{flex:0 0 auto}.header{background:var(--header-bg-color);border-bottom:1px solid transparent;padding:1rem 0;position:sticky;top:0;transition:all var(--transition-duration) ease;z-index:900}.header--scrolled{backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-bottom-color:var(--divider-color)}.header__inner{gap:2rem;justify-content:space-between}.header__inner,.header__main{align-items:center;display:flex}.header__main{gap:1.5rem}.header__actions{display:flex;gap:.5rem}@media (max-width:768px){.header__actions .btn--accent{display:none}}@media screen and (max-width:1023px){.header .header__btn{font-size:.875rem;padding:.5rem}}.menu-btn{min-width:1.5rem}.menu-btn__icon{color:var(--accent-color)}.logo{display:inline-block;max-width:150px}.top-panel{border-bottom:1px solid var(--divider-color);padding:1rem 0}.top-panel__left,.top-panel__right{align-items:center;display:flex;gap:.5rem}.top-panel__inner{align-items:center;display:flex;gap:1rem;justify-content:space-between}@media screen and (max-width:768px){.top-panel{display:none}}.vpn-banner{align-items:center;background:var(--primary-color-darkest);border:2px solid transparent;border-radius:.5rem;display:flex;font-weight:700;height:2rem;padding:0 25px 0 50px;position:relative;text-transform:uppercase;transition:.2s}.vpn-banner__accent{color:var(--primary-color-lightest)}.vpn-banner__img{bottom:-2px;filter:drop-shadow(0 0 10px #2d94fe);left:0;position:absolute;top:auto;transform:none}.vpn-banner__text{font-size:.75rem}.vpn-banner__after{transform:translateY(-30%)}@media (any-hover:hover){.vpn-banner:hover{border-color:var(--primary-color-lightest)}}.account-banner{align-items:center;background-image:linear-gradient(180deg,#043466,#043466),linear-gradient(180deg,#2786fd 20%,#043466 47%);border:2px solid transparent;border-radius:.5rem;display:flex;height:2rem;padding:0 35px 0 50px;position:relative}.account-banner__img{left:-18px;position:absolute;top:50%;transform:translateY(-50%);z-index:1}.account-banner__after{bottom:-3px;position:absolute;right:0}.account-banner__decor{left:0;position:absolute;top:-2px}.account-banner__text{font-size:.75rem;font-weight:700;position:relative;text-shadow:0 2.577px 2.577px rgba(0,0,0,.251);z-index:2}@media (any-hover:hover){.account-banner:hover{border-color:var(--primary-color-light)}}.app-banner{align-items:center;background:var(--surface-color);border:2px solid transparent;border-radius:.5rem;color:var(--text-color-alt);font-size:.75rem;padding:5px 1rem}.app-banner,.app-banner__part{display:flex}.app-banner__part--column{border-left:1px solid var(--border-color);flex-direction:column;padding-left:.5rem}.app-banner__part--row{align-items:center;gap:.5rem;padding-right:.5rem}.app-banner__icon{flex-shrink:0}.app-banner__accent{color:var(--text-color)}@media (any-hover:hover){.app-banner:hover{border-color:var(--border-color)}}.btn{align-items:center;background:var(--surface-color-alt);border-radius:1rem;display:inline-flex;font-size:1rem;font-weight:900;gap:.5rem;padding:1rem 3rem;text-align:center;text-shadow:0 3px 5px rgba(10,13,17,.302)}.btn--s{border:2px solid transparent;border-radius:.5rem;font-size:.75rem;padding:.55rem}.btn--accent{background:var(--primary-grad);text-shadow:inherit}.btn__label{color:var(--text-color)}.btn__label:first-letter{text-transform:uppercase}.btn--square{justify-content:center;padding:0}@media (any-hover:hover){.btn:hover{background:var(--surface-color-hover)}.btn--s:hover{background:var(--surface-color-alt);border-color:var(--border-color)}.btn--accent:hover{background:var(--primary-grad)}}@media (max-width:1023px){.btn{font-size:.9rem;padding:.8rem 2rem}}@media (max-width:768px){.btn{border-radius:.8rem;font-size:.85rem;padding:.7rem 1.5rem}}.games__section{margin-bottom:2rem}.scroll-gallery__top{margin-bottom:1.5rem}.scroll-gallery__scroll{overflow-x:auto;scrollbar-color:var(--scrollbar-color) transparent;scrollbar-width:thin;-ms-overflow-style:auto;padding-bottom:2rem}.scroll-gallery__scroll::-webkit-scrollbar{height:6px;width:6px}.scroll-gallery__scroll::-webkit-scrollbar-track{background:transparent}.scroll-gallery__scroll::-webkit-scrollbar-thumb{background:var(--scrollbar-color);border-radius:10px}.scroll-gallery__scroll::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-color);opacity:.8}.scroll-gallery__row{display:flex;gap:1.5rem}.scroll-gallery__item{flex:1 0 162px}@media screen and (max-width:576px){.scroll-gallery__item{flex:1 0 111px}.scroll-gallery__row{gap:1rem}}.card{border-radius:1.25rem;display:inline-block;overflow:visible;position:relative;transition:transform .25s ease-in-out}.card__overlay{align-items:center;background:rgba(16,19,31,.749);bottom:0;display:flex;flex-direction:column;height:110%;left:0;opacity:0;padding:.5rem;position:absolute;right:0;text-align:center;top:0;transition:opacity .2s ease-in-out;z-index:2}.card__play{box-shadow:0 5px 6px 0 rgba(17,20,27,.122),0 0 36.54px 0 rgba(58,124,255,.671);height:90px;width:90px}.card__overlay-title{font-weight:700;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card__overlay-desc{color:var(--text-color-alt);margin-bottom:.5rem}.card:after{background-color:var(--under-color,#333);border-radius:23px;content:"";height:100%;left:0;position:absolute;top:8px;transition:transform .25s ease-in-out;width:100%;z-index:-1}@media (any-hover:hover){.card:hover{transform:translateY(6px)}.card:hover:after{transform:translateY(-6px)}.card:hover .card__overlay{opacity:1}}.card__content{background:linear-gradient(180deg,var(--start-color) 0,var(--end-color) 81.73%);border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;bottom:0;display:flex;flex-direction:column;left:0;padding:.5rem 3px;position:absolute;right:0;text-align:center;top:auto;z-index:1}.card__cover{border-radius:1.25rem}.card__title{font-size:1.25rem;font-weight:900;line-height:100%;overflow-wrap:break-word;text-shadow:0 4px 4px rgba(0,0,0,.251);text-transform:uppercase}.card__desc{font-size:.75rem;font-weight:500;opacity:.8;text-transform:uppercase}@media screen and (max-width:576px){.card__title{font-size:1rem}}.copyright{text-align:center}.footer{background:var(--footer-bg-color);color:var(--text-color-alt);font-size:14px;line-height:1.5;padding:60px 0 30px}@media (max-width:1023px){.footer{padding:40px 0 20px}}@media (max-width:768px){.footer{font-size:13px;padding:30px 0 15px}}.footer__content{display:grid;gap:60px;grid-template-columns:1fr 2fr;margin-bottom:40px}@media (max-width:1280px){.footer__content{gap:40px}}@media (max-width:1023px){.footer__content{gap:30px;grid-template-columns:1fr;margin-bottom:30px}}.footer__brand{max-width:400px}@media (max-width:1023px){.footer__brand{max-width:none}}.footer__logo{height:auto;margin-bottom:20px;max-width:150px}@media (max-width:768px){.footer__logo{margin-bottom:15px}}.footer__logo-img{height:40px;width:auto}@media (max-width:768px){.footer__logo-img{height:32px}}.footer__description p{color:var(--text-color-alt);font-size:13px;line-height:1.6;margin:0}@media (max-width:768px){.footer__description p{font-size:12px}}.footer__nav{display:grid;gap:40px;grid-template-columns:repeat(3,1fr)}@media (max-width:1280px){.footer__nav{gap:30px}}@media (max-width:1023px){.footer__nav{gap:30px 20px;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.footer__nav{gap:25px;grid-template-columns:1fr}}@media (max-width:1023px) and (min-width:769px){.footer__nav-column:last-child{grid-column:1/-1}}.footer__nav-title{color:var(--text-color);font-size:16px;font-weight:600;margin:0 0 20px}@media (max-width:768px){.footer__nav-title{font-size:15px;margin-bottom:15px}}.footer__nav-list{list-style:none;margin:0;padding:0}.footer__nav-item{margin-bottom:12px}.footer__nav-item:last-child{margin-bottom:0}@media (max-width:768px){.footer__nav-item{margin-bottom:10px}}.footer__nav-link{color:var(--text-color-alt);text-decoration:none;transition:color var(--transition-duration) ease}.footer__nav-link--inline,.footer__nav-link:focus,.footer__nav-link:hover{color:var(--primary-color)}.footer__nav-link--inline:focus,.footer__nav-link--inline:hover{color:var(--primary-color-light)}.footer__nav-text{color:var(--text-color-alt);display:block}.footer__payments{border-bottom:1px solid var(--divider-color);border-top:1px solid var(--divider-color);margin-bottom:30px;padding:30px 0}@media (max-width:1023px){.footer__payments{margin-bottom:25px;padding:25px 0}}@media (max-width:768px){.footer__payments{margin-bottom:20px;padding:20px 0}}.footer__payments-list{align-items:center;display:flex;flex-wrap:wrap;gap:24px;justify-content:center}@media (max-width:1023px){.footer__payments-list{gap:20px}}@media (max-width:768px){.footer__payments-list{gap:16px;justify-content:space-between}}.footer__payment-item{align-items:center;display:flex;justify-content:center;transition:opacity var(--transition-duration) ease}.footer__payment-item:hover{opacity:.7}.footer__payment-logo{height:32px;max-width:80px;-o-object-fit:contain;object-fit:contain;width:auto}@media (max-width:1023px){.footer__payment-logo{height:28px;max-width:70px}}@media (max-width:768px){.footer__payment-logo{height:24px;max-width:60px}}.footer__disclaimer{border-top:1px solid var(--divider-color);margin-bottom:30px;padding-top:30px}@media (max-width:1023px){.footer__disclaimer{margin-bottom:25px;padding-top:25px}}@media (max-width:768px){.footer__disclaimer{margin-bottom:20px;padding-top:20px}}.footer__age-restriction{align-items:flex-start;display:flex;gap:16px}@media (max-width:768px){.footer__age-restriction{gap:12px}}.footer__age-icon{flex-shrink:0;height:24px;opacity:.8;width:24px}@media (max-width:768px){.footer__age-icon{height:32px;width:32px}}.footer__age-text p{color:var(--text-color-alt);font-size:13px;line-height:1.6;margin:0}@media (max-width:768px){.footer__age-text p{font-size:12px}}.hero{display:block;height:430px;max-height:430px;position:relative;width:100%}.hero__wrapper{margin-bottom:2rem;margin-top:3rem}.hero__bg{border-radius:1.5rem;height:100%;width:100%}.hero__bg,.hero__img{-o-object-fit:cover;object-fit:cover}.hero__img{bottom:0;height:470px;position:absolute;right:25%}.hero__content{bottom:10%;display:flex;flex-direction:column;justify-content:space-between;left:7%;position:absolute;right:7%;top:10%}.hero__accent{color:var(--accent-color);font-size:115px;font-weight:900;letter-spacing:-1.15px;line-height:95%;padding:0;text-shadow:0 2.5px 49px rgba(76,232,146,.588)}.hero__title{font-size:48px;font-style:normal;font-weight:900;letter-spacing:-.492px;line-height:115%;text-transform:uppercase}.hero__large{font-size:66px}.hero__info{display:flex}.hero__col{border-radius:1rem;margin-right:1rem}.hero__subtitle{color:var(--accent-color);font-size:41px;letter-spacing:-.418px;text-shadow:0 2.596px 49.315px rgba(76,232,146,.588)}.hero__subtitle,.hero__text{font-weight:900;text-transform:uppercase}.hero__text{font-size:1.125rem;letter-spacing:-.175px;line-height:97.8%;max-width:150px}@media screen and (max-width:1100px){.hero__img{right:10%}}@media screen and (max-width:900px){.hero{height:260px;max-height:260px}.hero__accent{font-size:58px}.hero__title{font-size:30px}.hero__large{font-size:38px}.hero__subtitle{font-size:1.3rem}.hero__text{font-size:12px;max-width:95px}.hero__img{height:300px;width:auto}}@media screen and (max-width:600px){.hero{height:210px;max-height:210px}.hero__img{height:230px;right:0}.hero__accent{font-size:52px}.hero__title{font-size:22px}.hero__large{font-size:26px}.hero__subtitle{font-size:1rem}}.smart-copyright{text-align:center}.faq{margin:2rem 0}.faq-card,.faq__title{margin-bottom:1rem}.faq-card{background:var(--primary-grad);border:1px solid var(--border-color);border-radius:1rem;cursor:pointer;display:inline-flex;flex-direction:column;height:auto;padding:1rem 1rem .5rem;width:100%}.faq-card.show .faq-card__answer{display:block}.faq-card.show .faq-card__toggle-icon{transform:rotate(45deg)}.faq-card .faq-card__question{color:var(--text-color)}.faq-card__top{align-items:flex-start;border-bottom:1px solid var(--primary-color);display:flex;gap:1rem;justify-content:space-between;padding-bottom:.5rem}.faq-card__toggle-icon{height:1.5rem;min-width:1.5rem;transition:.2s;will-change:transform}.faq-card__answer{display:none;padding-top:1rem}.seo-content{margin-bottom:2rem}.seo-content h1,.seo-content h2,.seo-content h3,.seo-content h4,.seo-content h5,.seo-content h6{font-weight:700}.seo-content li,.seo-content p{color:var(--text-color)}.seo-content h1,.seo-content h2,.seo-content h3{color:var(--accent-color);margin-top:1rem}.seo-content p{margin-top:1rem}.seo-content li{margin-left:1.5rem;margin-top:.5rem}.seo-content ol li,.seo-content ul li{font-size:1rem}.seo-content ul li{list-style-type:disc}.seo-content .table-wrap{max-width:100%;overflow-x:scroll}.seo-content .table-wrap::-webkit-scrollbar{height:5px}.seo-content .table-wrap::-webkit-scrollbar-thumb{background-color:transparent;border-radius:20px}.seo-content .table-wrap::-webkit-scrollbar-track{background:transparent}.seo-content table{margin:1rem 0}.seo-content table,.seo-content td,.seo-content th{border:2px solid var(--border-color);border-collapse:collapse}.seo-content thead td,.seo-content thead th{background:var(--primary-grad);color:var(--text-color);padding:.5rem}.seo-content td{color:var(--text-color);padding:1rem 2rem 1rem 1rem;text-align:center}.seo-content th{padding:1rem 4rem 1rem 1rem}.seo-content img{border-radius:10px;display:block;max-width:450px}.seo-content .btn{margin:.5rem 0}.seo-content .faq-list{margin-left:0}@media screen and (max-width:1024px){.seo-content,.seo-content .table__wrap,.seo-content__inner{max-width:100vw}}@media screen and (max-width:768px){.seo-content ol li,.seo-content ul li{font-size:1rem}}@media screen and (max-width:450px){.seo-content img{max-width:100%}}