.header{z-index:100;background:#17171766;justify-content:space-between;align-items:center;width:100%;padding:32px 16px;display:flex;position:sticky;top:0}@supports ((-webkit-backdrop-filter:none) or (backdrop-filter:none)){.header{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#1717171a}}.header-content{justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;display:flex}.logo{z-index:1001;height:20px}.logo svg{width:clamp(120px,15vw,203px);height:auto}.nav{gap:20px;display:flex}.nav-link{color:var(--primary);letter-spacing:-.02em;font-size:18px;font-weight:600;text-decoration:none;transition:opacity .2s}.nav-link:hover{opacity:.8}.menu-button{background:var(--primary);cursor:pointer;z-index:1001;border:none;border-radius:16px;justify-content:center;align-items:center;width:48px;height:32px;padding:8px 16px;transition:all .3s;display:none}.menu-button:hover{opacity:.9}.menu-button:active{transform:scale(.95)}.mobile-menu-overlay{background:var(--bg-dark);z-index:1000;opacity:0;visibility:hidden;width:100%;transition:opacity .3s,visibility .3s;display:none;position:fixed;top:0;left:0}.mobile-menu-overlay.open{opacity:1;visibility:visible}.mobile-menu-content{flex-direction:column;align-items:center;width:100%;height:100%;padding-bottom:40px;display:flex}.mobile-menu-header{background:#17171766;justify-content:space-between;align-items:center;width:100%;padding:16px;display:flex}@supports ((-webkit-backdrop-filter:none) or (backdrop-filter:none)){.mobile-menu-header{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#1717171a}}.mobile-menu-header .logo svg{width:203px;height:20px}.mobile-nav{flex-direction:column;justify-content:center;align-items:flex-start;gap:16px;width:343px;margin-top:16px;display:flex}.mobile-nav-divider{border-bottom:1px solid var(--border-gray);width:100%;height:0}.mobile-nav-link{letter-spacing:-.02em;color:var(--text-gray);font-family:Inter Variable,sans-serif;font-size:28px;font-style:normal;font-weight:600;line-height:28px;text-decoration:none;transition:color .2s}.mobile-nav-link:hover{color:var(--primary)}.mobile-cta-button{background:var(--primary);cursor:pointer;border:none;border-radius:16px;flex-direction:row;justify-content:center;align-items:center;gap:8px;width:100%;height:64px;padding:20px 24px;transition:all .2s;display:flex}.mobile-cta-button:hover{opacity:.9;transform:translateY(-2px)}.mobile-cta-button:active{transform:translateY(0)}.mobile-cta-button span{letter-spacing:-.03em;color:var(--bg-black);font-family:Inter Variable,sans-serif;font-size:16px;font-style:normal;font-weight:600;line-height:24px}.mobile-socials{flex-direction:row;align-items:center;gap:14px;width:343px;height:40px;margin-top:14px;padding:0;display:flex}.social-icon{background:#383838;border-radius:8px;flex-direction:row;flex:1;justify-content:center;align-items:center;height:40px;padding:9px;text-decoration:none;transition:all .2s;display:flex}.social-icon:hover{background:#484848;transform:translateY(-2px)}.social-icon:active{transform:translateY(0)}@media screen and (max-width:1024px){.header{z-index:1001;background:#17171766;padding:24px 32px;position:sticky;top:0}.nav{gap:16px}.nav-link{font-size:16px}}@media screen and (max-width:768px){.header{z-index:1001;background:#17171766;padding:16px;position:sticky;top:0}@supports ((-webkit-backdrop-filter:none) or (backdrop-filter:none)){.header{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#1717171a}}.logo svg{width:203px;height:20px}.menu-button{display:flex}.nav{display:none}.mobile-menu-overlay{display:block}}@media screen and (max-width:480px){.header{z-index:1001;background:#17171766;position:sticky;top:0}.mobile-nav,.mobile-socials{width:calc(100% - 32px);max-width:343px}}.hero{background:var(--bg-dark);position:relative}.hero-content{flex-direction:column;align-items:center;gap:24px;max-width:1200px;margin:0 auto;padding:60px 16px;display:flex;overflow:hidden}.hero-text{z-index:2;flex-direction:column;flex:1;gap:32px;width:100%;display:flex;position:relative}.hero-title{letter-spacing:-.03em;color:var(--text-white);font-size:64px;font-weight:600;line-height:64px}.hero-subtitle{letter-spacing:-.05em;color:var(--text-gray);font-size:24px;font-weight:600;line-height:32px}.hero-actions{flex-direction:row;align-items:center;gap:16px;display:flex}.hero-image-wrapper{justify-content:center;align-items:center;width:60%;display:flex;position:relative}.hero-image{z-index:2;width:100%;height:auto;position:relative}.hero__video-bg{object-fit:cover;z-index:1;width:100vw;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.badge{letter-spacing:-.02em;color:var(--primary);border-radius:4px;padding:0 4px;font-size:14px;font-weight:600;line-height:16px}.btn{letter-spacing:-.03em;cursor:pointer;border:none;border-radius:16px;justify-content:center;align-items:center;gap:8px;width:250px;padding:20px 24px;font-family:Inter Variable,sans-serif;font-size:16px;font-weight:600;transition:all .3s;display:flex}.btn-primary{background:var(--primary);color:var(--bg-black)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #e9ff274d}.btn-outline{border:1px solid var(--primary);color:var(--primary);background:0 0}@media screen and (min-width:769px){.hero-content{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:0;padding:120px 16px 600px}.hero-text{max-width:75%;padding-top:50px}.hero-image-wrapper{width:auto;max-width:35%;position:static}.hero-image{transform:rotate(0)}.hero-title{font-size:64px;line-height:64px}.hero__video-bg{object-fit:cover;z-index:0;width:100%;height:auto;min-height:100%;position:absolute;top:15%;bottom:0;left:0;transform:none}}@media screen and (min-width:1200px){.hero-image-wrapper{width:auto;max-width:30%;position:static}}@media screen and (min-width:769px) and (max-width:1200px){.hero-title{font-size:48px;line-height:48px}}@media screen and (max-width:768px){.hero-content{padding:60px 16px 40px}.hero-text{gap:24px}.hero-image{rotate:30deg}.hero-title{font-size:48px;line-height:48px}.hero-subtitle{font-size:18px;line-height:24px}}@media screen and (max-width:480px){.hero-actions{flex-direction:column;align-items:stretch}.hero-title{font-size:32px;line-height:32px}.btn{width:100%}.badge{align-self:center}}.features{background:var(--bg-dark);width:100%;padding:80px 0 120px;position:relative;overflow:hidden}.features__container{max-width:1200px;margin:0 auto;padding:0 16px;position:relative}.features__title{letter-spacing:-.03em;color:var(--text-white);font-size:32px;font-weight:600;line-height:40px}.features__content{justify-content:space-between;gap:20px;margin-bottom:100px;display:flex}.features__block{flex-direction:column;flex:1;gap:24px;max-width:360px;display:flex}.features__block-info{flex-direction:column;gap:16px;display:flex}.features__subtitle{letter-spacing:-.05em;color:var(--text-white);font-size:24px;font-weight:600;line-height:32px}.features__list{flex-direction:column;gap:4px;list-style:none;display:flex}.features__list-item{letter-spacing:-.03em;color:var(--text-gray);align-items:center;gap:8px;padding-left:16px;font-size:16px;font-weight:600;line-height:24px;display:flex;position:relative}.features__list-item:before{content:"";background:var(--primary);border-radius:50%;width:8px;height:8px;position:absolute;left:0}.features__badge{background:var(--primary);text-align:center;letter-spacing:-.01em;height:24px;color:var(--bg-black);border-radius:4px;align-items:center;margin-left:4px;padding:0 4px;font-size:14px;font-weight:600;line-height:24px;display:inline-flex}.features__button{border:1px solid var(--primary);letter-spacing:-.03em;width:fit-content;height:64px;color:var(--primary);cursor:pointer;background:0 0;border-radius:16px;justify-content:center;align-items:center;gap:8px;padding:20px 24px;font-size:16px;font-weight:600;line-height:24px;transition:all .3s;display:flex}.features__button:hover{filter:drop-shadow(0 4px 21px #00000040);background:radial-gradient(292.8% 292.8%,#e9ff2700 0%,#e9ff27 100%)}.features__button svg{width:24px;height:24px}.features__currencies{justify-content:center;align-items:center;gap:0;display:flex}.features__currency-icon{background:linear-gradient(180deg,var(--bg-dark)0%,#17171700 100%),var(--bg-black);border:1px solid var(--primary);text-align:center;letter-spacing:-.03em;width:96px;height:96px;color:var(--primary);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin:0 -20px;font-size:51px;font-weight:600;line-height:64px;display:flex}.features__currency-icon:first-child{margin-left:0}.features__currency-icon:last-child{margin-right:0}@media screen and (max-width:1040px){.features__content{flex-direction:column;align-items:center;gap:40px;margin-bottom:80px}}@media screen and (min-width:769px){.features{z-index:10;background:0 0;margin-top:-150px;padding:40px 0 120px}.features__title br{display:none}.features__title{max-width:308px}.features__currencies{justify-content:space-between}.features__currency-icon{margin:0 -30px}}@media screen and (max-width:768px){.features{padding:60px 0 100px}.features__container{padding:0 16px}.features__title{font-size:28px;line-height:36px}.features__content{flex-direction:column;align-items:flex-start;gap:40px;margin-bottom:80px}.features__currencies{grid-template-columns:repeat(4,1fr);justify-items:center;gap:0;max-width:343px;margin:0 auto;display:grid}.features__currency-icon{margin:0 -14px}}@media screen and (max-width:480px){.features{padding:40px 0 80px}.features__container{padding:0 16px}.features__title{font-size:22px;line-height:30px}.features__subtitle{letter-spacing:-.04em;font-size:18px;line-height:24px}.features__content{gap:40px;margin-bottom:60px}.features__button{height:auto;min-height:56px;padding:16px 20px}.features__currencies{grid-template-columns:repeat(4,1fr);justify-items:center;gap:0;max-width:343px;margin:0 auto;display:grid}.features__currency-icon{width:96px;height:96px;margin:0 -14px}}.footer{background:var(--bg-dark);flex-direction:column;width:100%;min-height:310px;padding-top:80px;display:flex;position:relative;overflow-x:clip}.footer__container{z-index:2;flex-direction:column;width:100%;max-width:1200px;height:100%;margin:0 auto;padding:0 16px;display:flex;position:relative}.footer__top{z-index:10;justify-content:space-between;align-items:center;display:flex;position:relative}.footer__nav{flex-direction:row;align-items:center;gap:24px;display:flex}.footer__nav-link{letter-spacing:-.02em;color:#b2b2b2;font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:600;line-height:24px;text-decoration:none;transition:color .3s}.footer__nav-link:hover{color:#fff}.footer__socials{flex-direction:row;align-items:center;gap:14px;display:flex}.footer__social-link{border-radius:8px;width:40px;height:40px;transition:opacity .3s;display:block}.footer__social-link:hover{opacity:.8}.footer__logo-wrapper{justify-content:center;align-items:center;width:100%;margin-top:40px;margin-bottom:70px;display:flex;position:relative}.footer__logo{text-transform:uppercase;color:#e9ff27;z-index:5;text-align:center;letter-spacing:-.04em;width:100%;margin:0;font-family:Inter,sans-serif;font-size:140px;font-style:normal;font-weight:900;line-height:100%}.footer__logo svg{width:100%;height:auto;display:block}.footer__background-video{object-fit:cover;object-position:center top;z-index:1;pointer-events:none;width:100%;height:400px;position:absolute;top:10px;left:0}@media screen and (max-width:1500px){.footer__background-video{height:310px;top:90px}}@media screen and (max-width:1040px){.footer__background-video{height:270px;top:120px}}@media screen and (max-width:768px){.footer__background-video{object-position:left top;width:200%;height:370px;top:200px}}@media screen and (max-width:480px){.footer__background-video{object-position:left top;width:200%;height:280px;top:260px}}.footer__bottom{z-index:10;justify-content:space-between;align-items:center;margin-top:auto;padding-bottom:40px;display:flex;position:relative}.footer__legal{flex-direction:row;align-items:center;gap:16px;display:flex}.footer__copyright,.footer__legal-link,.footer__author{letter-spacing:-.02em;color:#000;font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:16px;text-decoration:none}.footer__legal-link:hover{text-decoration:underline}@media screen and (max-width:1040px){.footer__container{padding:0 24px}.footer__logo{font-size:100px}.footer__nav{gap:16px}.footer__nav-link{font-size:16px}}@media screen and (max-width:768px){.footer{min-height:auto}.footer__container{padding:0 16px}.footer__top{flex-direction:column-reverse;align-items:flex-start;gap:32px}.footer__nav{flex-direction:column;align-items:flex-start;gap:16px}.footer__socials{flex-direction:column;gap:16px;position:absolute;top:0;right:0}.footer__logo-wrapper{justify-content:flex-start;height:auto;margin-top:30px;margin-bottom:30px}.footer__logo{text-align:left;width:auto;font-size:56px}.footer__background-image{height:200px;top:-20px}.footer__bottom,.footer__legal{flex-direction:column;align-items:flex-start;gap:8px}.footer__author{margin-top:0}}@media screen and (max-width:480px){.footer__nav-link{font-size:18px}.footer__logo{font-size:48px}.footer__socials{top:0;right:0}}.promotion{background:var(--bg-dark);width:100%;position:relative}.promotion__container{max-width:1200px;height:550px;margin:0 auto;position:relative}.promotion__background:before{content:"";background:var(--bg-black);width:50vw;position:absolute;top:0;bottom:0;right:100%}.promotion__background{background:var(--bg-black);border-radius:0 16px 16px 0;width:100%;height:550px;position:absolute;top:0;left:0}.promotion__content{z-index:2;flex-direction:column;align-items:flex-start;gap:24px;width:740px;padding:0;display:flex;position:absolute;top:80px;left:16px}.promotion__text-wrapper{width:100%;position:relative}.promotion__title{letter-spacing:-.03em;width:100%;color:var(--text-white);margin:0;font-size:48px;font-weight:600;line-height:48px}.promotion__highlight{color:var(--primary)}.promotion__badge{background:var(--primary);text-align:center;letter-spacing:-.01em;width:80px;height:24px;color:var(--bg-black);border-radius:4px;justify-content:center;align-items:center;padding:0 4px;font-size:14px;font-weight:600;line-height:24px;display:inline-flex;position:absolute;bottom:-48px;left:240px}.promotion__description{letter-spacing:-.05em;width:100%;color:var(--text-gray);margin:0;font-size:24px;font-weight:600;line-height:32px}.promotion__code-badge{background:#e9ff27;text-align:center;letter-spacing:-.01em;color:#000;color:color(display-p3 0 0 0);background:color(display-p3 .929 .996 .357);border-radius:4px;justify-content:center;align-items:center;width:80px;height:24px;margin-left:4px;padding:0 4px;font-family:Inter,sans-serif;font-size:14px;font-weight:600;line-height:24px;display:inline-flex}.promotion__button{background:var(--primary);text-align:center;letter-spacing:-.03em;width:250px;height:64px;color:var(--bg-black);cursor:pointer;border:none;border-radius:16px;justify-content:center;align-items:center;gap:8px;padding:20px 24px;font-size:16px;font-weight:600;line-height:24px;transition:all .3s;display:flex}.promotion__button:hover{opacity:.9;transform:translateY(-2px)}.promotion__button svg{width:24px;height:24px}.promotion__image{object-fit:cover;z-index:1;width:529px;height:592px;position:absolute;bottom:0;right:16px}.promotion__nav{z-index:3;border:1px solid var(--border-gray);background:0 0;border-radius:16px;align-items:center;gap:0;height:64px;padding:20px 16px;display:flex;position:absolute;bottom:20px;left:16px}.promotion__nav-btn{cursor:pointer;width:24px;height:24px;color:var(--text-white);background:0 0;border:none;justify-content:center;align-items:center;transition:opacity .3s;display:flex}.promotion__nav-btn:hover{opacity:.7}.promotion__nav-btn svg{width:24px;height:24px}.promotion__nav-divider{background:var(--border-gray);width:1px;height:24px;margin:0 16px}@media screen and (max-width:1250px) and (min-width:1040px){.promotion__background{width:calc(100% - 16px)}.promotion__content{width:50%}.promotion__image{left:auto;right:16px;transform:none}}@media screen and (max-width:1040px){.promotion__container{height:740px;padding:0 16px}.promotion__background{border-radius:0 16px 16px 0;width:calc(90% - 16px);height:740px}.promotion__content{width:calc(90% - 32px);padding:0 16px 0 0;top:60px;left:16px}.promotion__title{font-size:36px;line-height:40px}.promotion__badge{bottom:-40px;left:180px}.promotion__description{font-size:20px;line-height:28px}.promotion__image{border-radius:0 0 16px;width:400px;height:480px;bottom:0;left:50%;transform:translate(-50%)}}@media screen and (max-width:480px){.promotion__container{height:740px}.promotion__background{border-radius:0 16px 16px 0;width:calc(100% - 16px);height:740px}.promotion__content{gap:24px;width:calc(100% - 32px)}.promotion__title{letter-spacing:-.02em;font-size:28px;line-height:28px}.promotion__badge{bottom:-36px;left:199px}.promotion__description{letter-spacing:-.04em;font-size:18px;line-height:24px}.promotion__image{width:300px;height:420px}}.rates{background:var(--bg-dark);width:100%;padding:120px 0 220px;position:relative}.rates--hidden{padding:120px 0 110px}.rates__container{justify-content:space-between;align-items:flex-start;gap:60px;max-width:1200px;margin:0 auto;display:flex}.rates__info{flex-direction:column;gap:24px;max-width:570px;display:flex}.rates__title{letter-spacing:-.03em;color:var(--text-white);font-size:48px;font-weight:600;line-height:48px}.rates__date{letter-spacing:-.03em;color:var(--text-gray);flex-direction:column;font-size:16px;font-weight:600;line-height:24px;display:flex}.rates__refresh-button{border:1px solid var(--primary);letter-spacing:-.03em;width:250px;height:64px;color:var(--primary);cursor:pointer;background:0 0;border-radius:16px;flex-direction:row;justify-content:center;align-items:center;gap:8px;padding:20px 24px;font-size:16px;font-weight:600;line-height:24px;transition:all .3s;display:flex}.rates__refresh-button:hover{filter:drop-shadow(0 4px 21px #00000040);background:radial-gradient(292.8% 292.8%,#e9ff2700 0%,#e9ff27 100%)}.rates__card{background:var(--bg-secondary);border-radius:16px;flex-direction:column;align-items:flex-start;width:100%;max-width:500px;height:288px;padding:20px 16px;display:flex;position:relative;overflow:hidden}.rates__slider-wrapper{touch-action:pan-y pinch-zoom;flex:1;width:100%;height:calc(100% - 40px);position:relative;overflow:hidden}.rates__slider{will-change:transform;backface-visibility:hidden;flex-direction:row;width:100%;height:100%;transition:transform .35s cubic-bezier(.25,.46,.45,.94);display:flex;transform:translateZ(0)}.rates__page{box-sizing:border-box;flex-direction:column;flex-shrink:0;align-items:flex-start;gap:16px;width:100%;height:100%;padding:0 2px;display:flex}.rates__row{flex-direction:row;flex:none;justify-content:space-between;align-self:stretch;align-items:center;gap:8px;width:100%;height:24px;padding:0;display:flex}.rates__currency-from,.rates__currency-to{flex-direction:row;flex:none;align-items:center;gap:4px;height:24px;padding:0;display:flex}.rates__currency-from{width:auto;min-width:90px}.rates__currency-to{width:auto;min-width:73px}.rates__currency-icon{flex:none;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.rates__currency-label{letter-spacing:-.03em;width:auto;height:24px;color:var(--text-secondary);white-space:nowrap;flex:none;font-family:Inter Variable,sans-serif;font-size:16px;font-style:normal;font-weight:600;line-height:24px}.rates__value{flex-direction:row;flex:none;align-items:center;gap:4px;width:auto;min-width:82px;height:24px;padding:0;display:flex}.rates__equals{letter-spacing:-.03em;width:18px;height:24px;color:var(--line);flex:none;font-family:Inter Variable,sans-serif;font-size:16px;font-style:normal;font-weight:600;line-height:24px}.rates__amount{letter-spacing:-.03em;width:auto;min-width:60px;height:24px;color:var(--text-secondary);flex:none;font-family:Inter Variable,sans-serif;font-size:16px;font-style:normal;font-weight:600;line-height:24px}.rates__divider{background:var(--rates-border-color);flex:none;align-self:stretch;width:100%;height:1px}.rates__pagination{flex-direction:row;flex:none;justify-content:space-between;align-self:stretch;align-items:center;gap:8px;width:100%;height:24px;margin-top:auto;padding:0;display:flex}.rates__nav-btn{cursor:pointer;background:0 0;border:none;flex:none;justify-content:center;align-items:center;width:24px;height:24px;transition:opacity .2s;display:flex}.rates__nav-btn:hover{opacity:.7}.rates__nav-btn:disabled{opacity:.3;cursor:not-allowed}.rates__dots{flex-direction:row;flex:none;justify-content:center;align-items:center;gap:8px;width:auto;height:9px;margin:0 auto;padding:0;display:flex}.rates__dot{background:var(--text-dark);cursor:pointer;border-radius:50%;flex:none;width:4px;height:4px;transition:all .3s}.rates__dot--active{background:var(--text-secondary);width:9px;height:9px}@media screen and (max-width:1200px){.rates__container{padding:0 16px}.rates--hidden{padding:110px 0}}@media screen and (max-width:1040px){.rates{padding:80px 0}.rates--hidden{padding:40px 0}.rates__container{flex-direction:column;align-items:center;gap:60px;padding:0 16px}.rates__info{align-items:flex-start;width:100%}.rates__card{width:100%;max-width:400px}}@media screen and (max-width:1040px) and (min-width:769px){.rates{padding:80px 0 180px}.rates--hidden{padding:110px 0}.rates__card{box-sizing:border-box;width:100%;max-width:400px}}@media screen and (max-width:768px){.rates--hidden{padding:50px 0}.rates__info{align-items:flex-start;width:100%}.rates__card{box-sizing:border-box;width:100%;max-width:400px}}@media screen and (max-width:480px){.rates--hidden{padding:40px 0}.rates__title{letter-spacing:-.02em;font-size:28px;line-height:28px}.rates__refresh-button{align-self:flex-start}.rates__info{align-items:flex-start;gap:24px}.rates__card{box-sizing:border-box;width:100%;max-width:350px}}.faq{justify-content:center;padding-top:120px;padding-bottom:120px;display:flex;position:relative}.faq__container{flex-direction:column;width:100%;margin:0 auto;display:flex}.faq__divider{background-color:var(--border-gray);flex:none;align-self:stretch;width:100%;height:1px}.faq__title{color:var(--text-white);margin-bottom:30px;font-family:Inter,sans-serif;font-weight:600}.faq__item{cursor:pointer;flex-direction:column;align-items:flex-start;gap:10px;padding:24px 0;display:flex}.faq__header{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:10px;width:100%;display:flex}.faq__question{color:var(--text-white);flex-grow:1;font-family:Inter,sans-serif;font-weight:600}.faq__icon-wrapper{background:#383838;border-radius:16px;flex:none;justify-content:center;align-items:center;width:32px;height:32px;transition:background-color .2s;display:flex;position:relative}.faq__icon{width:16px;height:16px;position:relative}.faq__icon:before,.faq__icon:after{content:"";background-color:var(--text-white);transition:transform .3s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.faq__icon:before{width:12px;height:1.5px}.faq__icon:after{width:1.5px;height:12px}.faq__body{width:100%;margin-top:0;display:none}.faq__answer{letter-spacing:-.01em;color:var(--text-gray);max-width:550px;font-family:Inter,sans-serif;font-size:16px;font-weight:600;line-height:24px}.faq__item.active .faq__body{animation:.3s fadeIn;display:block}.faq__item.active .faq__icon:before,.faq__item.active .faq__icon:after{transform:translate(-50%,-50%)rotate(45deg)}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@media screen and (min-width:769px){.faq__container{width:740px}.faq__title{letter-spacing:-.03em;font-size:48px;line-height:48px}.faq__question{letter-spacing:-.05em;font-size:24px;line-height:32px}}@media screen and (max-width:768px){.faq{padding-top:80px;padding-bottom:80px}.faq__container{width:100%;max-width:740px;padding:0 20px}.faq__title{font-size:36px}}@media screen and (max-width:480px){.faq{padding-top:80px}.faq__container{width:100%;padding:0 16px}.faq__title{letter-spacing:-.02em;margin-bottom:30px;font-size:28px;line-height:28px}.faq__item{padding:20px 0}.faq__question{letter-spacing:-.04em;font-size:18px;line-height:24px}.faq__answer{max-width:100%}}.reviews{justify-content:center;padding-top:120px;padding-bottom:120px;display:flex;position:relative;overflow:hidden}.reviews__container{z-index:7;flex-direction:column;align-items:center;gap:64px;width:100%;display:flex;position:relative}.reviews__title{color:var(--text-white);text-align:center;font-family:Inter,sans-serif;font-weight:600}.reviews__grid{flex-direction:row;justify-content:center;align-items:flex-start;padding:0;display:flex}.review-item{z-index:1;cursor:pointer;-webkit-mask-image:-webkit-radial-gradient(#fff,#000);background-color:#171717;border-radius:50%;flex:none;width:260px;height:260px;margin:0 -40px;transition:transform .3s,z-index;position:relative;overflow:hidden;mask-image:radial-gradient(#fff,#000)}.review-item--active{transform:scale(1.05);box-shadow:0 10px 30px #00000080;z-index:30!important}.review-item:hover{z-index:20;transform:scale(1.05);box-shadow:0 10px 30px #00000080}.review-item__video{object-fit:cover;width:100%;height:100%;display:block}.review-item__overlay{z-index:1;pointer-events:none;background:#0003;width:100%;height:100%;position:absolute;top:0;left:0}.review-item__play-btn{background:var(--primary);z-index:2;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 4px 10px #0000004d}.review-item__play-icon{border-top:5px solid #0000;border-bottom:5px solid #0000;border-left:8px solid #000;width:0;height:0;margin-left:2px}.review-item--link{background:var(--bg-dark);border:1px solid var(--primary);z-index:2;isolation:isolate;justify-content:center;align-items:center;text-decoration:none;display:flex}.review-item--link:before{content:"";filter:drop-shadow(0 4px 21px #00000040);opacity:0;z-index:-1;background:radial-gradient(292.8% 292.8%,#e9ff2700 0%,#e9ff27 100%);border-radius:50%;transition:opacity .3s;position:absolute;inset:0}.review-item--link:hover:before{opacity:1}.review-item--link:hover{z-index:20}.review-item__label{text-align:center;letter-spacing:-.03em;color:var(--primary);max-width:180px;font-family:Inter,sans-serif;font-size:16px;font-weight:600;line-height:24px}@media screen and (min-width:769px){.reviews__container{width:100%;height:auto}.reviews__title{letter-spacing:-.03em;width:100%;max-width:800px;font-size:48px;line-height:48px}}@media screen and (min-width:768px) and (max-width:1040px){.review-item{width:200px;height:200px}}@media screen and (max-width:768px){.reviews{padding-top:80px;padding-bottom:80px}.reviews__container{gap:64px;width:100%;height:auto}.reviews__title{letter-spacing:-.02em;max-width:300px;font-size:28px;line-height:28px}.reviews__grid{flex-direction:column;align-items:center;margin:0}.review-item{margin:-40px 0}.review-item:first-child{margin-top:0}}.earn{background:linear-gradient(180deg,#17171700 0%,#262626 100%),var(--bg-dark);width:100%;position:relative;overflow:hidden}.earn-content{z-index:10;max-width:1200px;min-height:885px;margin:0 auto;padding:80px 16px 0;position:relative}.earn-header{text-align:center;z-index:10;flex-direction:column;align-items:center;gap:32px;margin-bottom:100px;display:flex;position:relative}.earn-header h2{letter-spacing:-.03em;color:var(--text-white);margin:0;font-size:48px;font-weight:600;line-height:48px}.earn-header .highlight{color:var(--primary)}.earn-subtitle{letter-spacing:-.05em;color:var(--text-gray);max-width:649px;margin:0;font-size:24px;font-weight:600;line-height:32px}.earn-cards{z-index:10;justify-content:space-between;align-items:flex-start;gap:80px;display:flex;position:relative}.earn-card{flex-direction:column;gap:24px;max-width:360px;display:flex}.earn-card-users{text-align:left;align-items:flex-start}.earn-card-partners{text-align:right;align-items:flex-end}.earn-card h3{letter-spacing:-.03em;color:var(--text-white);margin:0;font-size:32px;font-weight:600;line-height:40px}.earn-card p{letter-spacing:-.03em;color:var(--text-gray);margin:0;font-size:16px;font-weight:600;line-height:24px}.btn-outline{border:1px solid var(--primary);letter-spacing:-.03em;color:var(--primary);cursor:pointer;background:0 0;border-radius:16px;justify-content:center;align-items:center;padding:20px 24px;font-family:inherit;font-size:16px;font-weight:600;line-height:24px;transition:all .3s;display:inline-flex}.btn-outline:hover{filter:drop-shadow(0 4px 21px #00000040);background:radial-gradient(292.8% 292.8%,#e9ff2700 0%,#e9ff27 100%)}.buddha-decoration{pointer-events:none;z-index:1;width:978px;height:589px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.buddha-circle{background:var(--primary);border-radius:50%;width:362px;height:362px;position:absolute;top:-32px;left:50%;transform:translate(-50%)}.buddha-image{object-fit:contain;width:100%;height:100%;position:absolute}@media screen and (min-width:769px){.buddha-circle{transform:translate(-50%)translateY(40px)}.buddha-image{transform:translateY(40px)}}@media screen and (max-width:1040px){.earn-card{max-width:200px}}@media screen and (max-width:768px){.earn-content{min-height:1200px;padding:80px 16px 0}.earn-header{margin-bottom:60px}.earn-header h2{font-size:40px;line-height:44px}.earn-subtitle{font-size:20px;line-height:28px}.earn-cards{flex-direction:column;align-items:center;gap:60px}.earn-card{max-width:500px;text-align:center!important;align-items:center!important}.earn-card h3{font-size:28px;line-height:36px}.buddha-decoration{width:650px;height:390px}.buddha-image{bottom:-40px}.buddha-circle{width:260px;height:260px;top:20px}}@media screen and (max-width:480px){.earn-content{min-height:1070px;padding:80px 16px 0}.earn-header{gap:32px;margin-bottom:60px}.earn-header h2{letter-spacing:-.02em;font-size:28px;line-height:28px}.earn-subtitle{letter-spacing:-.04em;font-size:18px;line-height:24px}.earn-cards{gap:60px}.earn-card h3{font-size:22px;line-height:30px}.earn-card p{font-size:16px;line-height:24px}.buddha-decoration{width:460px;height:277px}.buddha-circle{width:186px;height:186px;top:-8px}.btn-outline{width:auto;min-width:170px}}.additional-services{background:var(--bg-black);width:100%;padding:120px 0;position:relative}.additional-services__mountain{object-fit:cover;object-position:bottom;width:100%;height:100%;position:absolute;bottom:0;left:0;right:0}@media screen and (min-width:769px){.additional-services{padding:120px 0 160px}.additional-services:before{content:"";background:var(--bg-black);z-index:5;height:100px;position:absolute;top:-100px;left:0;right:0}}.additional-services__container{z-index:10;max-width:1200px;margin:0 auto;padding:0 16px;position:relative}.additional-services__content{flex-direction:column;gap:32px;max-width:650px;display:flex;transform:translateY(-50px)}.additional-services__title{letter-spacing:-.03em;color:var(--text-white);margin:0;font-size:48px;font-weight:600;line-height:48px}.additional-services__info{flex-direction:column;gap:24px;display:flex}.additional-services__description{letter-spacing:-.03em;color:var(--text-gray);max-width:600px;margin:0;font-size:32px;font-weight:600;line-height:40px}.additional-services__description .highlight{color:var(--primary)}.additional-services__list{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.additional-services__item{align-items:flex-start;gap:8px;display:flex}.additional-services__dot{background:var(--primary);border-radius:50%;width:8px;min-width:8px;height:8px;margin-top:8px}.additional-services__text{letter-spacing:-.03em;color:var(--text-gray);font-size:16px;font-weight:600;line-height:24px}.additional-services__button{border:1px solid var(--primary);letter-spacing:-.03em;width:fit-content;min-width:188px;height:64px;color:var(--primary);cursor:pointer;background:0 0;border-radius:16px;justify-content:center;align-items:center;padding:20px 24px;font-size:16px;font-weight:600;line-height:24px;transition:all .3s;display:inline-flex}.additional-services__button:hover{filter:drop-shadow(0 4px 21px #00000040);background:radial-gradient(292.8% 292.8%,#e9ff2700 0%,#e9ff27 100%)}@media screen and (max-width:768px){.additional-services{flex-direction:column;padding:80px 0 0;display:flex}.additional-services__mountain{order:2;height:350px;position:relative}.additional-services__container{order:1;padding:0 24px}.additional-services__content{margin-bottom:40px;transform:translateY(0)}.additional-services__title{font-size:36px;line-height:36px}.additional-services__description{font-size:26px;line-height:34px}}@media screen and (max-width:480px){.additional-services__mountain{height:250px}.additional-services{padding:80px 0 0}.additional-services__container{padding:0 16px}.additional-services__content{max-width:100%}.additional-services__title{letter-spacing:-.02em;font-size:28px;line-height:28px}.additional-services__description{font-size:22px;line-height:30px}.additional-services__button{width:100%;max-width:154px}.additional-services__list{gap:4px}.additional-services__item{align-items:flex-start}.additional-services__item:nth-child(2),.additional-services__item:nth-child(3){min-height:48px}}.infrastructure{background:var(--bg-dark);width:100%;position:relative;overflow:hidden}.infrastructure__container{flex-direction:column;gap:40px;max-width:1200px;margin:0 auto;padding:120px 16px;display:flex;position:relative}.infrastructure__content{flex-direction:row;justify-content:space-between;gap:40px;display:flex}.infrastructure__left{flex-direction:column;gap:40px;display:flex}.infrastructure__title{letter-spacing:-.03em;color:var(--text-white);max-width:400px;margin:0;font-size:48px;font-weight:600;line-height:48px}.infrastructure__button{border:1px solid var(--primary);cursor:pointer;background:0 0;border-radius:16px;justify-content:center;align-items:center;width:250px;height:64px;padding:20px 24px;transition:background .3s;display:flex}.infrastructure__button span{letter-spacing:-.03em;color:var(--primary);font-size:16px;font-weight:600;line-height:24px}.infrastructure__button:hover{filter:drop-shadow(0 4px 21px #00000040);background:radial-gradient(292.8% 292.8%,#e9ff2700 0%,#e9ff27 100%)}.infrastructure__button--mobile{display:none}.infrastructure__right{flex-direction:column;gap:40px;display:flex}.infrastructure__stats-top{gap:62px;display:flex}.infrastructure__stats-bottom{gap:70px;display:flex}.infrastructure__stat{flex-direction:column;gap:8px;display:flex}.infrastructure__stat-value{letter-spacing:-.03em;color:var(--text-white);font-size:64px;font-weight:600;line-height:64px}.infrastructure__stat-label{letter-spacing:-.03em;color:var(--text-gray);white-space:nowrap;font-size:16px;font-weight:600;line-height:24px}.infrastructure__map-wrapper{flex-direction:column;align-items:center;gap:20px;display:flex}.infrastructure__toggle{background:var(--primary);border-radius:24px;align-items:center;gap:4px;width:fit-content;padding:4px;transition:background .3s;display:flex;position:relative}.infrastructure__toggle-slider{z-index:0;background:#383838;border-radius:16px;width:calc(50% - 6px);height:calc(100% - 8px);transition:transform .3s,background .3s;position:absolute;top:4px;left:4px}.infrastructure__toggle--list .infrastructure__toggle-slider{background:#383838;transform:translate(calc(100% + 4px))}.infrastructure__toggle--list{background:#fff}.infrastructure__toggle-btn{z-index:1;text-align:center;letter-spacing:-.03em;cursor:pointer;color:#262626;background:0 0;border:none;border-radius:16px;height:32px;padding:8px 16px;font-size:16px;font-weight:600;line-height:16px;transition:all .3s;position:relative}.infrastructure__toggle-btn--active{color:var(--primary)}.infrastructure__toggle--list .infrastructure__toggle-btn--active{color:#fff}.infrastructure__map{pointer-events:none;width:100%;height:auto}.infrastructure__list-container{flex-direction:row;justify-content:center;gap:60px;width:100%;padding:0;display:flex}.infrastructure__location-section{flex-direction:column;flex:1;gap:32px;min-width:0;display:flex}.infrastructure__columns{gap:40px;width:100%;display:flex}.infrastructure__columns--offices,.infrastructure__columns--delivery{flex-direction:row}.infrastructure__column{flex-direction:column;flex:1;gap:16px;min-width:0;display:flex}.infrastructure__location-group{flex-direction:column;gap:8px;display:flex}.infrastructure__location-title{letter-spacing:-.05em;color:var(--text-white);margin:0;font-size:24px;font-weight:600;line-height:32px}.infrastructure__location-list{flex-direction:column;gap:16px;display:flex}.infrastructure__location-country{letter-spacing:-.01em;color:var(--text-white);font-size:15px;font-weight:600;line-height:24px}.infrastructure__location-cities{letter-spacing:-.01em;color:#b2b2b2;white-space:pre-line;font-size:15px;font-weight:600;line-height:24px}@media screen and (max-width:968px){.infrastructure__content{flex-direction:column;gap:40px}.infrastructure__list-container{gap:40px}.infrastructure__button--desktop{display:none}.infrastructure__button--mobile{width:100%;max-width:343px;display:flex}.infrastructure__list-container{flex-direction:column;gap:40px}.infrastructure__columns--offices,.infrastructure__columns--delivery{flex-direction:row}}@media screen and (max-width:768px){.infrastructure__content{flex-direction:column;gap:40px}.infrastructure__container{gap:40px;padding:80px 16px}.infrastructure__title{font-size:32px;line-height:36px}.infrastructure__stat-value{font-size:48px;line-height:48px}.infrastructure__stats-top,.infrastructure__stats-bottom{gap:60px}.infrastructure__list-container{flex-direction:column;gap:32px}.infrastructure__location-section{width:100%}.infrastructure__columns--offices,.infrastructure__columns--delivery{flex-direction:row;gap:20px}}@media screen and (max-width:600px){.infrastructure__columns--delivery{flex-flow:wrap}.infrastructure__columns--delivery .infrastructure__column{flex:calc(50% - 20px);min-width:calc(50% - 20px)}}@media screen and (max-width:480px){.infrastructure__content{flex-direction:column;gap:40px}.infrastructure__title{font-size:28px;line-height:28px}.infrastructure__stat-value{font-size:32px;line-height:32px}.infrastructure__stats-top,.infrastructure__stats-bottom{gap:60px}.infrastructure__toggle{width:100%;max-width:180px}.infrastructure__toggle-btn{flex:1}.infrastructure__button--mobile{width:100%;max-width:100%}.infrastructure__columns--offices,.infrastructure__columns--delivery{flex-direction:column;gap:16px}.infrastructure__columns--delivery .infrastructure__column{flex:100%;min-width:100%}}:root{--primary:#e9ff27;--bg-dark:#171717;--bg-black:#000;--text-white:#fff;--text-gray:#b2b2b2;--border-gray:#262626;--bg-primary:#171717;--bg-secondary:#262626;--bg-card:#383838;--text-primary:#fff;--text-secondary:#b2b2b2;--text-dark:#383838;--text-black:#000;--accent-color:#e9ff27;--border-color:#383838;--rates-border-color:#383838;--line:#383838;--active-tab:#e9ff27;--date-badge:#b2b2b2;--message-time:#b2b2b2;--nav-bar-text:#b2b2b2;--nav-bar-background:#69696933}html{scroll-behavior:smooth}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg-dark);color:var(--text-white);font-family:Inter Variable,sans-serif;line-height:1.5}.app{margin:0}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-cyrillic-ext-wght-normal-BOeWTOD4.woff2)format("woff2-variations");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-cyrillic-wght-normal-DqGufNeO.woff2)format("woff2-variations");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-greek-ext-wght-normal-DlzME5K_.woff2)format("woff2-variations");unicode-range:U+1F??}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-greek-wght-normal-CkhJZR-_.woff2)format("woff2-variations");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-vietnamese-wght-normal-CBcvBZtf.woff2)format("woff2-variations");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-latin-ext-wght-normal-DO1Apj_S.woff2)format("woff2-variations");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-latin-wght-normal-Dx4kXJAl.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
