*{margin:0;padding:0;box-sizing:border-box}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}a{text-decoration:none}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}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{-webkit-appearance:button}[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}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}img{display:block;width:auto;height:auto;max-width:100%;max-height:100%}:root{--font-family:"Inter",sans-serif;--second-family:"Open Sans",sans-serif;--accent:#34b1e6;--text-accent:#d9b766}body{display:flex;flex-direction:column;background-color:#171717}main{flex:1;padding-top:clamp(49px,5.65vw,64px)}ol,ul{list-style:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-family);font-weight:700;text-transform:uppercase;color:#eee}h1>.accent,h2>.accent,h3>.accent,h4>.accent,h5>.accent,h6>.accent{color:var(--text-accent)}p{font-family:var(--font-family)}.container{max-width:1232px;padding:0 16px;margin:0 auto;width:100%}.button-prime{border:1px solid rgba(238,240,244,.04);border-radius:8px;background:var(--accent);padding:10px 16px;font-family:var(--font-family);font-weight:500;font-size:14px;text-align:center;color:#071836;display:flex;align-items:center;justify-content:center}.button-prime.animated{animation:buttonPrimeAnim 1.5s ease-in-out infinite alternate}.button-prime.animated:hover{animation-play-state:paused}@keyframes buttonPrimeAnim{0%{box-shadow:0 0 0 0 rgba(52,177,230,0),0 2px 8px 0 rgba(52,177,230,0),0 0 0 0 rgba(52,177,230,0)}50%{box-shadow:0 0 26px 0 rgba(52,177,230,.19),0 2px 8px 0 rgba(52,177,230,0),0 0 5px 0 rgba(52,177,230,.32)}100%{box-shadow:0 0 26px 0 rgba(52,177,230,.58),0 2px 8px 0 rgba(52,177,230,.83),0 0 5px 0 var(--accent)}}.header{backdrop-filter:blur(44.9043197632px);background:#212121;border-bottom:1.02px solid rgba(238,240,244,.04);padding:clamp(6px,.8vw,11px) 0;position:fixed;z-index:10;top:0;left:0;width:100%;transition:padding .3s ease-in,box-shadow .3s ease-in}.header.active{padding:clamp(4px,.5vw,6px) 0;box-shadow:5px 2px 10px var(--accent)}.header .container{display:grid;align-items:center;grid-template-columns:300px 1fr 300px}@media screen and (max-width:768px){.header .container{display:flex;justify-content:space-between}}@media screen and (max-width:768px){.header .header__nav{display:none}}.header .header__nav-ul{display:flex;gap:24px;align-items:center}.header .header__nav-link{font-family:var(--second-family);font-weight:600;font-size:16px;line-height:100%;color:#edeff2;display:flex;align-items:center;gap:6px}.header .header__logo{max-width:clamp(92px,7.6vw,120px);margin:0 auto}@media screen and (max-width:768px){.header .header__logo{margin:unset}}.header .header__button{padding:0 clamp(21px,2.6vw,32px);height:100%;margin-left:auto;height:clamp(28px,3.4vw,40px);font-size:clamp(11px,1.25vw,14px)}.header .header__nav-li{position:relative}.header .header__nav-li:not(.header__nav-li--dropdown) a{transition:color .2s ease-in}.header .header__nav-li:not(.header__nav-li--dropdown):hover a{color:var(--text-accent)}.header .header__nav-li--dropdown:hover .header__dropdown{opacity:1;pointer-events:all;transform:translateY(0)}.header .header__nav-li--dropdown:hover .header__nav-arrow{transform:rotate(180deg)}.header .header__nav-arrow{transition:transform .22s cubic-bezier(.4,0,.2,1)}.header .header__dropdown{position:absolute;top:calc(100% + 14px);left:0;transform:translateX(0) translateY(6px);opacity:0;pointer-events:none;transition:opacity .2s ease,transform .22s cubic-bezier(.4,0,.2,1);z-index:20;min-width:200px;background:#212121;border:1px solid rgba(238,240,244,.08);border-radius:12px;padding:8px;backdrop-filter:blur(44px)}.header .header__dropdown::before{content:"";position:absolute;top:-20px;left:0;width:100%;height:20px;transform:none}.header .header__dropdown-ul{display:grid;grid-template-columns:repeat(4,1fr);gap:2px}.header .header__dropdown-link{display:block;padding:8px 12px;border-radius:8px;font-family:var(--second-family);font-weight:500;font-size:14px;line-height:100%;color:rgba(237,239,242,.7);transition:background .15s,color .15s;white-space:nowrap}.header .header__dropdown-link:hover{background:rgba(238,240,244,.06);color:var(--text-accent)}.hero{min-height:calc(100vh - clamp(49px,5.65vw,64px));padding-top:124px;padding-bottom:160px;background:image-set(url("/hero_bg.avif") type("image/avif"), url("/hero_bg.webp") type("image/webp"), url("/hero_bg.png") type("image/png")) no-repeat center/cover;display:flex}@media screen and (max-width:992px){.hero{background:url(/hero_bg.png) no-repeat 70%/cover}}@media screen and (max-width:768px){.hero{background:url(/hero_bg_mobile.png) no-repeat center/cover;min-height:unset;padding-top:408px;padding-bottom:28px}}@media screen and (max-width:480px){.hero{padding-top:308px}}.hero .container{align-self:center}.hero .hero__info{max-width:53.8%}@media screen and (max-width:768px){.hero .hero__info{display:flex;flex-direction:column;align-items:center;text-align:center;margin:0 auto}}@media screen and (max-width:576px){.hero .hero__info{max-width:unset}}.hero .hero__title{font-size:clamp(32px,5.2vw,62px);line-height:100%;letter-spacing:-.04em;margin-bottom:clamp(14px,1.5vw,16px)}.hero .hero__button{max-width:184px;width:100%;height:48px;margin-bottom:clamp(8px,1vw,12px);text-transform:uppercase}@media screen and (max-width:768px){.hero .hero__button{max-width:223px}}.hero .hero__link{font-family:var(--font-family);font-weight:500;font-size:12px;line-height:167%;text-decoration:underline;text-decoration-skip-ink:none;color:var(--accent);transition:.3s ease-in}.hero .hero__link:hover{opacity:.8}.hero .hero__info .hero__info-bonus{font-family:var(--font-family);font-weight:400;font-size:14px;line-height:113%;letter-spacing:-.04em;color:#eee;margin-bottom:12px;text-transform:none}.hero .hero__info p{font-family:var(--font-family);font-weight:500;font-size:clamp(18px,2.3vw,28px);line-height:113%;letter-spacing:-.04em;text-transform:uppercase;color:#eee;margin-bottom:clamp(24px,2.9vw,34px)}.steps{padding-bottom:clamp(40px,5.2vw,64px);padding-top:60px}.steps__title{font-family:var(--font-family);font-weight:700;font-size:clamp(30px,3.5vw,40px);line-height:113%;letter-spacing:-.04em;text-transform:uppercase;text-align:center;color:#eee;margin-bottom:14px}.steps__title span{color:#d9b766}.steps__subtitle{font-family:var(--font-family);font-weight:400;font-size:clamp(12px,1.4vw,16px);line-height:113%;letter-spacing:-.04em;text-align:center;color:#eee;margin-bottom:clamp(32px,4vw,48px)}.steps__items{display:grid;grid-template-columns:repeat(3,268px);justify-content:center;gap:48px;align-items:baseline}.steps__item{display:flex;flex-direction:column;align-items:center;position:relative}.steps__item:not(:last-of-type) p::after{content:"";background:url(/images/triangle.svg) no-repeat center/contain;width:12px;height:14px;position:absolute;top:0;right:-30px;transform:translate(0,-50%)}.steps__item img{margin-bottom:14px}.steps__item p{font-family:var(--font-family);font-weight:400;font-size:18px;line-height:130%;letter-spacing:-.04em;text-align:center;color:#eee;border-top:1px solid #d9b766;padding-top:16px;position:relative}.steps__item p span{color:#d9b766}.steps__button{max-width:184px;height:48px;margin:0 auto;margin-top:clamp(28px,3.6vw,44px);margin-bottom:34px;text-transform:uppercase}@media screen and (max-width:576px){.steps__button{max-width:222px;margin-bottom:54px}}.deposit{padding-top:142px;padding-bottom:182px;margin-bottom:60px;background:url(/deposit_bg.png) no-repeat center/cover}@media screen and (max-width:992px){.deposit{padding-top:215px;padding-bottom:80px;margin-bottom:0;background:url(/deposit_bg-mobile.png) no-repeat top/contain}}.deposit .wrapper{max-width:932px;padding:0 16px;margin:0 auto;display:flex;flex-direction:column;align-items:end}@media screen and (max-width:992px){.deposit .wrapper{align-items:center}.deposit .wrapper>div{display:flex;align-items:center;text-align:center;flex-direction:column}}.deposit h2{font-family:var(--font-family);font-weight:700;font-size:clamp(32px,3.6vw,40px);line-height:113%;letter-spacing:-.04em;text-transform:uppercase;color:#eee;margin-bottom:18px}.deposit h3{font-size:clamp(16px,1.8vw,20px);line-height:113%;letter-spacing:-.04em}.deposit h2 span{color:#d9b766}.deposit a{border-radius:8px;width:184px;height:48px;max-width:184px;height:48px;display:flex;align-items:center;justify-content:center;text-transform:uppercase;font-family:var(--font-family);font-weight:600;font-size:14px;line-height:114%;text-align:center;color:#071836;animation:glowPulse 2.5s ease-in-out infinite;margin-bottom:10px}.cto{position:relative;padding-bottom:54px;padding-top:clamp(40px,5.2vw,64px)}.cto .container{display:flex;align-items:center;flex-direction:column;gap:38px;position:relative;z-index:1}@media screen and (max-width:576px){.cto .container{gap:50px}}.cto .cto__title{font-size:clamp(18px,2.1vw,24px);line-height:113%;letter-spacing:-.04em;text-align:center}.cto .cto__button{width:100%;max-width:184px;height:48px;text-transform:uppercase;font-weight:600}@media screen and (max-width:576px){.cto .cto__button{max-width:222px}}.cto .cto__light{max-width:1000px;position:absolute;bottom:0;left:50%;transform:translate(-50%,0);width:100%;z-index:-1}@media screen and (max-width:992px){.steps__items{grid-template-columns:248px;gap:18px}.steps__item:not(:last-of-type) p::after{content:unset}}@keyframes marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}.footer{padding-top:clamp(20px,2.5vw,30px);padding-bottom:clamp(24px,3.2vw,40px)}.footer .footer__top{display:flex;margin-bottom:clamp(40px,5.2vw,64px)}@media screen and (max-width:992px){.footer .footer__top{flex-direction:column;gap:40px}}.footer .footer__menu{flex:1;display:flex;justify-content:space-between;padding-right:clamp(1px,6.8vw,136px)}@media screen and (max-width:992px){.footer .footer__menu{padding-right:0}}@media screen and (max-width:576px){.footer .footer__menu{flex-direction:column;gap:44px}}.footer .footer__menu-col{display:flex;flex-direction:column;gap:clamp(16px,2vw,24px)}.footer .footer__menu-title{font-weight:500;font-size:clamp(16px,1.7vw,18px);color:#edeff2;text-transform:unset}.footer .footer__menu-ul{display:flex;flex-direction:column;gap:16px}.footer .footer__menu-li a{font-family:var(--font-family);font-weight:400;font-size:14px;color:#929fb0;transition:.2s ease-in}.footer .footer__menu-li a:hover{color:var(--text-accent)}.footer .footer__contact{max-width:362px;width:100%;display:flex;flex-direction:column;gap:8px}@media screen and (max-width:576px){.footer .footer__contact{max-width:unset}}.footer .footer__contact-help{border-radius:8px;padding:16px;background:rgba(238,240,244,.04)}.footer .footer__contact-help h4{font-weight:600;font-size:14px;line-height:114%;color:#edeff2;text-transform:none;font-family:var(--second-family);margin-bottom:4px}.footer .footer__contact-help p{font-size:12px;line-height:167%;color:#929fb0;margin-bottom:16px}.footer .footer__contact-buttons{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.footer .footer__contact-email,.footer .footer__contact-tel{height:32px;border:1px solid rgba(238,240,244,.04);border-radius:6px;display:flex;align-items:center;justify-content:center;gap:6px;font-family:var(--second-family);font-weight:600;font-size:12px;color:#edeff2}.footer .footer__contact-email{background:rgba(238,240,244,.06);transition:.3s ease-in}.footer .footer__contact-email:hover{background:rgba(238,240,244,.24)}.footer .footer__contact-tel{background:#ff550c;transition:.3s ease-in}.footer .footer__contact-tel:hover{background:#ff9466}.footer .footer__partners{padding:12px 0;overflow:hidden;border:1px solid rgba(238,240,244,.08);border-radius:8px;margin-bottom:clamp(40px,5.2vw,64px)}.footer .footer__partners-track{display:flex;width:max-content;animation:marquee 24s linear infinite}.footer .footer__partners-track:hover{animation-play-state:paused}.footer .footer__partners-group{display:grid;grid-template-columns:repeat(7,1fr);gap:16px}.footer .footer__license{display:flex;justify-content:space-between;padding-bottom:clamp(24px,2.8vw,32px);gap:16px;border-bottom:1px solid rgba(238,240,244,.08)}@media screen and (max-width:768px){.footer .footer__license{flex-direction:column;text-align:center}}.footer .footer__license>p{font-size:14px;line-height:143%;color:#929fb0;max-width:816px}.footer .footer__license-images{flex-shrink:0;display:flex;align-items:center;gap:26px}@media screen and (max-width:768px){.footer .footer__license-images{justify-content:center}}.footer .footer__copyright{display:flex;justify-content:center;align-items:center;padding-top:clamp(24px,3.2vw,40px)}.footer .footer__copyright>p{font-size:14px;line-height:143%;color:#929fb0}.select-root{position:relative}.trigger{display:flex;align-items:center;gap:10px;padding:11px 14px;background:rgba(238,240,244,.04);border-radius:8px;cursor:pointer;user-select:none;transition:border-color .15s,box-shadow .15s}.trigger>svg{transition:.2s ease-in}.trigger.open>svg{transform:rotate(180deg)}.flag>img{width:20px;height:20px}.trigger-label{flex:1;font-family:var(--second-family);font-weight:600;font-size:14px;line-height:114%;color:#929fb0}.chevron{width:16px;height:16px;color:#888;transition:transform .2s cubic-bezier(.4,0,.2,1)}.chevron.open{transform:rotate(180deg)}.dropdown{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#1a1a1a;border:1px solid #2e2e2e;border-radius:8px;overflow:hidden;box-shadow:0 4px 24px rgba(0,0,0,.4);transform-origin:top;transform:scaleY(.92) translateY(-4px);opacity:0;pointer-events:none;transition:transform .18s cubic-bezier(.4,0,.2,1),opacity .15s ease;z-index:10}.dropdown.visible{transform:scaleY(1) translateY(0);opacity:1;pointer-events:all}.option{display:flex;align-items:center;gap:10px;padding:9px 14px;cursor:pointer;transition:background .1s}.option:hover{background:#222}.option.selected{background:#222}.option-label{font-family:var(--second-family);font-weight:600;font-size:14px;line-height:114%;color:#929fb0}.check{margin-left:auto;width:14px;height:14px;color:#e8e8e8;opacity:0;transition:opacity .1s}.option.selected .check{opacity:1}.separator{height:1px;background:#2e2e2e;margin:2px 0}