.ThemeToggle_switch__SEDW8{background:var(--surface);border:1px solid var(--border);border-radius:50px;padding:4px;cursor:pointer;transition:all var(--duration) var(--ease);width:64px;height:32px;display:flex;align-items:center;position:relative;outline:none}.ThemeToggle_switch__SEDW8:hover{border-color:var(--accent);background:var(--bg);box-shadow:0 4px 12px rgba(155,240,25,.1)}.ThemeToggle_track__TXy7U{display:flex;width:100%;height:100%;justify-content:space-between;align-items:center;padding:0 4px;position:relative}.ThemeToggle_iconWrapper__HcXtc{display:flex;align-items:center;justify-content:center;z-index:1;color:var(--text-secondary);transition:color var(--duration) var(--ease)}.ThemeToggle_switch__SEDW8[data-theme=light] .ThemeToggle_iconWrapper__HcXtc:first-child{color:#000000}.ThemeToggle_switch__SEDW8[data-theme=dark] .ThemeToggle_iconWrapper__HcXtc:last-child{color:#FFFFFF}.ThemeToggle_thumb__PPCwr{position:absolute;top:0;left:0;width:24px;height:24px;background:var(--bg);border:1px solid var(--border);border-radius:50%;transition:transform .25s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px rgba(0,0,0,.05)}.ThemeToggle_switch__SEDW8[data-theme=light] .ThemeToggle_thumb__PPCwr{transform:translateX(0)}.ThemeToggle_switch__SEDW8[data-theme=dark] .ThemeToggle_thumb__PPCwr{transform:translateX(32px);background:#1a1a1a;border-color:rgba(255,255,255,.1)}.ThemeToggle_placeholder__wBqzv{width:64px;height:32px;background:var(--surface);border-radius:50px;border:1px solid var(--border)}@media (max-width:968px){.ThemeToggle_switch__SEDW8{width:72px;height:36px}.ThemeToggle_thumb__PPCwr{width:28px;height:28px}.ThemeToggle_switch__SEDW8[data-theme=dark] .ThemeToggle_thumb__PPCwr{transform:translateX(36px)}}.Header_headerWrapper__mp2v2{position:fixed;top:0;left:0;right:0;z-index:1000}.Header_securityStrip__WNsdQ{background-color:var(--color-green);height:32px;display:flex;align-items:center;justify-content:center;width:100%}.Header_securityContainer__TnBQv{width:100%;max-width:var(--container-max-width);margin:0 auto;padding:0 var(--container-padding)}.Header_securityFlex__Xq9z4{display:flex;align-items:center;justify-content:center;gap:8px}.Header_lockIcon__6ThK9{color:var(--color-black);flex-shrink:0}.Header_marqueeWrapperDesktop__FHJt9{display:flex;align-items:center;justify-content:center}.Header_marqueeWrapperMobile___I6FZ{display:none}.Header_securityText__Nn1c1{color:var(--color-black);font-size:13px;font-weight:500;margin:0;white-space:nowrap}@media (max-width:1024px){.Header_marqueeWrapperDesktop__FHJt9{display:none}.Header_marqueeWrapperMobile___I6FZ{flex:1;overflow:hidden;display:flex;gap:40px}.Header_marqueeWrapperMobile___I6FZ .Header_securityText__Nn1c1{animation:Header_marquee__7qVrD 20s linear infinite;flex-shrink:0}}@keyframes Header_marquee__7qVrD{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.Header_header__KwdYD{height:72px;background:#ffffff;border-bottom:none;width:100%}[data-theme=dark] .Header_header__KwdYD{background:#01061a;border-bottom:none}.Header_container__vrI8C{max-width:var(--container-max-width);margin:0 auto;padding:0 var(--container-padding);height:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;position:relative}.Header_logo____uDV{display:flex;align-items:center;flex-shrink:0}.Header_logoImage__NjB6a{height:38px;width:auto;-o-object-fit:contain;object-fit:contain}.Header_nav__tNWGY{display:flex;align-items:center;gap:24px}.Header_navLink__Rvw2c{font-size:15px;font-weight:500;color:var(--text);text-decoration:none;transition:color .2s ease;background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;gap:6px;font-family:var(--font-family-main)!important;white-space:nowrap}.Header_navLink__Rvw2c:hover{color:var(--color-primary)}.Header_partnershipLink__NIGFM{background:linear-gradient(120deg,#1356be,#4cd201 30%,#1356be 50%,rgba(255,255,255,.8) 70%,#1356be);background-size:300% auto;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:Header_shimmerGradient__Ad9yi 8s ease-in-out infinite;transition:filter .3s ease;will-change:background-position}[data-theme=dark] .Header_partnershipLink__NIGFM{background:linear-gradient(120deg,#4cd201,#1356be 30%,#4cd201 50%,#ffffff 70%,#4cd201);background-size:300% auto;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.Header_partnershipLink__NIGFM:hover{filter:brightness(1.2);animation-duration:4s}@keyframes Header_shimmerGradient__Ad9yi{0%{background-position:-150%}to{background-position:150%}}.Header_dropdown__4_v0S{position:relative;height:100%;display:flex;align-items:center}.Header_dropdownContent__oR64_{position:absolute;top:calc(100% + 12px);left:50%;transform:translateX(-50%) translateY(4px);background:var(--bg);border:1px solid var(--border);border-top:2px solid var(--color-primary);border-radius:0;padding:0;opacity:0;visibility:hidden;transition:opacity .18s ease-out,transform .18s ease-out,visibility .18s;box-shadow:0 30px 60px -12px rgba(0,0,0,.12);z-index:100;pointer-events:none}[data-theme=dark] .Header_dropdownContent__oR64_{background:#01061a}.Header_dropdownContent__oR64_.Header_show__FldZX{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0);pointer-events:auto}.Header_megaMenuWide__u28t2{width:680px}.Header_megaMenuMedium__qa_Vl{width:480px}.Header_megaMenuSmall__KTm7o{width:320px}.Header_megaMenuGrid__oOiH1{display:grid;grid-template-columns:1fr 1fr;min-height:280px}.Header_megaMenuColumn__OKGNG{padding:var(--space-lg);display:flex;flex-direction:column;gap:var(--space-md);border-right:1px solid var(--border)}.Header_megaMenuColumn__OKGNG:last-child{border-right:none}.Header_megaMenuTitle__q1tl1{font-size:11px;font-weight:600;color:var(--color-primary);letter-spacing:.1em;margin-bottom:var(--space-md);text-transform:uppercase;opacity:.8}.Header_megaMenuFeatured__H2LRJ{padding:var(--space-lg);display:flex;flex-direction:column;justify-content:center;background:rgba(19,86,190,.02)}[data-theme=dark] .Header_megaMenuFeatured__H2LRJ{background:rgba(19,86,190,.05)}.Header_megaMenuItem__5Bmqf{display:block;padding:var(--space-sm) 0;text-decoration:none;transition:transform .2s ease}.Header_megaMenuItem__5Bmqf:hover{transform:translateX(4px)}.Header_itemText__4i21k{display:flex;flex-direction:column}.Header_itemTitle__3UMTx{font-size:15px;font-weight:500;color:var(--text);margin-bottom:2px;transition:color .15s ease}.Header_megaMenuItem__5Bmqf:hover .Header_itemTitle__3UMTx{color:var(--color-primary)}.Header_itemDesc__uqwsV{font-size:13px;color:var(--text-secondary);line-height:1.4;font-weight:400}.Header_simpleGrid__T4RQE{display:grid;grid-template-columns:repeat(2,1fr);padding:var(--space-lg);-moz-column-gap:var(--space-xl);column-gap:var(--space-xl);row-gap:var(--space-md)}.Header_columnGrid__QmJM5{display:grid;grid-template-columns:1fr;padding:var(--space-lg);gap:var(--space-md)}.Header_dropdown__4_v0S.Header_active__c7HdO .Header_dropdownIndicator__hoCHz{transform:rotate(180deg)}.Header_dropdownIndicator__hoCHz{transition:transform .3s ease}.Header_actions__dQYHE{display:flex;align-items:center;gap:24px;flex-shrink:0}.Header_authButtons__dfYMw{display:flex;align-items:center;gap:6px}.Header_loginTextBtn__mKpNn{color:var(--text);font-size:15px;font-weight:500;text-decoration:none;padding:10px 12px;display:inline-flex;align-items:center;justify-content:center;line-height:1;transition:all var(--duration) var(--ease)}.Header_loginTextBtn__mKpNn svg{transform:translateY(-1px)}.Header_loginTextBtn__mKpNn:hover{filter:brightness(1.2)}.Header_signupBtn__lMDdv{background-color:var(--color-black);color:#fff;font-size:15px;font-weight:500;padding:10px 24px;border-radius:100px;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:10px;line-height:1;transition:all var(--duration) var(--ease)}.Header_signupBtn__lMDdv svg{transform:translateY(-1px)}.Header_signupBtn__lMDdv:hover{filter:brightness(1.15)}[data-theme=dark] .Header_signupBtn__lMDdv{background-color:#FFFFFF;color:#01061a}[data-theme=dark] .Header_signupBtn__lMDdv:hover{filter:brightness(.85)}.Header_mobileControls__LmB46{display:none;align-items:center;gap:10px}.Header_hamburger__zEELl{display:flex;flex-direction:column;justify-content:space-between;width:24px;height:18px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001}.Header_hamburger__zEELl span{width:100%;height:2px;background-color:var(--text);transition:all .3s ease}.Header_mobileMenu__YC5Nj{display:none}@media (max-width:968px){.Header_mobileMenu__YC5Nj{display:block;position:fixed;top:0;right:-100%;width:100%;max-width:320px;height:100vh;background-color:var(--bg);z-index:1000;transition:right .4s cubic-bezier(.16,1,.3,1);box-shadow:-10px 0 40px rgba(0,0,0,.08);border-left:1px solid var(--border)}[data-theme=dark] .Header_mobileMenu__YC5Nj{background-color:#01061a;box-shadow:-10px 0 40px rgba(0,0,0,.3)}.Header_menuOpen__DChsz.Header_mobileMenu__YC5Nj{right:0}.Header_mobileMenuScroll__fyI4I{height:100%;overflow-y:auto;padding:80px 24px 40px;display:flex;flex-direction:column}.Header_mobileNav__FuzZI{display:flex;flex-direction:column;gap:8px}.Header_mobileMainLink__T4l0X{font-size:15px;font-weight:500;color:var(--text);text-decoration:none;padding:14px 0;display:block;transition:color .2s ease}.Header_mobileDropdown__K9HUM,.Header_mobileMainLink__T4l0X{border-bottom:1px solid var(--border)}.Header_mobileDropdownBtn__7xz5s{width:100%;display:flex;align-items:center;justify-content:space-between;padding:14px 0;background:none;border:none;font-size:15px;font-weight:500;color:var(--text);cursor:pointer;font-family:inherit}.Header_mobileChevron__Dz9b2{transition:transform .3s ease;color:var(--text-secondary);opacity:.6}.Header_mobileDropdownBtn__7xz5s.Header_active__c7HdO .Header_mobileChevron__Dz9b2{transform:rotate(180deg);color:var(--color-primary);opacity:1}.Header_mobileDropdownBtn__7xz5s.Header_active__c7HdO{color:var(--color-primary)}.Header_mobileDropdownLinks__ziqIZ{display:grid;grid-template-rows:0fr;transition:grid-template-rows .4s cubic-bezier(.16,1,.3,1),opacity .3s ease,visibility .3s ease;overflow:hidden;opacity:0;visibility:hidden}.Header_mobileDropdownLinks__ziqIZ.Header_expanded__CjIeu{grid-template-rows:1fr;opacity:1;visibility:visible}.Header_mobileDropdownInner__2wdUu{min-height:0;overflow:hidden;display:flex;flex-direction:column;padding-bottom:12px}.Header_mobileNavLink__Ai4_9{display:block;padding:10px 16px;font-size:14px;color:var(--text-secondary);text-decoration:none;transition:all .2s ease;border-left:1px solid var(--border);margin-left:8px}.Header_mobileNavLink__Ai4_9:active,.Header_mobileNavLink__Ai4_9:hover{color:var(--color-primary);background:rgba(19,86,190,.05);border-left-color:var(--color-primary)}.Header_mobileActions__Ld388{margin-top:32px;display:flex;flex-direction:column;gap:12px}.Header_mobileLoginBtn__gmLou,.Header_mobileSignupBtn__CQP8n{font-size:15px;font-weight:500;text-align:center;padding:12px;border-radius:8px;text-decoration:none;transition:all .2s ease}.Header_mobileLoginBtn__gmLou{color:var(--text);border:1px solid var(--border);background:var(--surface)}.Header_mobileSignupBtn__CQP8n{background-color:var(--color-black);color:#fff}[data-theme=dark] .Header_mobileSignupBtn__CQP8n{background-color:#FFFFFF;color:#01061a}.Header_overlay__QkI_s{position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:999;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.Header_actions__dQYHE,.Header_nav__tNWGY{display:none}.Header_mobileControls__LmB46{display:flex}.Header_logoImage__NjB6a{height:26px}.Header_container__vrI8C{padding:0 12px;gap:4px}.Header_mobileControls__LmB46{gap:6px}}.Preloader_preloaderWrapper__ZNxke{position:fixed;inset:0;z-index:999999;display:flex;align-items:center;justify-content:center;background-color:#ffffff;transition:opacity .5s ease-in-out;overflow:hidden;pointer-events:all;visibility:visible}.Preloader_hidden__TddY6{opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease-in-out}.Preloader_progressBar__fglts{position:absolute;top:0;left:0;height:3px;background:linear-gradient(90deg,#1356be,#4cd201);z-index:1000000;transition:width .4s ease-out}.Preloader_visible__yj07l{opacity:1;visibility:visible;pointer-events:all;transition:opacity .2s ease-out}.Preloader_backgroundGlow__zKL1S{position:absolute;inset:0;z-index:1;background:radial-gradient(circle at -10% -10%,rgba(19,86,190,.12) 0,transparent 50%),radial-gradient(circle at 110% 110%,rgba(76,210,1,.12) 0,transparent 50%),radial-gradient(circle at 50% 50%,rgba(255,255,255,.9) 0,rgba(255,255,255,.2) 100%);filter:blur(80px);animation:Preloader_glowMove__WvMBo 8s ease-in-out infinite alternate}@keyframes Preloader_glowMove__WvMBo{0%{transform:scale(1) translate(0)}to{transform:scale(1.1) translate(2%,2%)}}.Preloader_logoContainer__O1ISo{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:24px}.Preloader_logoWrapper__6osxJ{position:relative;display:flex;align-items:center;justify-content:center;padding:40px}.Preloader_logo__ScSzf{width:200px;height:auto;-o-object-fit:contain;object-fit:contain;animation:Preloader_pulse___x_PS 2s ease-in-out infinite;filter:drop-shadow(0 0 20px rgba(19,86,190,.1))}@keyframes Preloader_pulse___x_PS{0%,to{transform:scale(.96);opacity:.9}50%{transform:scale(1.04);opacity:1}}@media (max-width:1024px){.Preloader_logo__ScSzf{width:160px}}@media (max-width:768px){.Preloader_logo__ScSzf{width:140px}}.Footer_footerWrapper__f24Gx{width:100%;position:relative;background-color:#000521;border-radius:0;margin-top:40px;padding:20px 0 0;font-family:var(--font-family-main)}[data-theme=dark] .Footer_footerWrapper__f24Gx{margin-top:0}.Footer_ctaWrapper__3BeEI{width:100%;max-width:none;margin:0 auto;padding:0 40px;position:relative;z-index:10}.Footer_ctaBanner__OfSt4{background-color:#4cd201;border-radius:40px;padding:60px 40px 140px;position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;text-align:center}.Footer_ctaOverlay__udDq1{position:absolute;bottom:0;left:0;width:100%;height:100%;opacity:.45;pointer-events:none;z-index:1;-o-object-fit:contain;object-fit:contain;-o-object-position:bottom;object-position:bottom}.Footer_ctaContent__stQvn{position:relative;z-index:2;max-width:800px}.Footer_ctaTitle__smo3q{font-size:clamp(32px,4vw,40px);font-weight:var(--h1-weight);color:#FFFFFF;margin-bottom:12px;line-height:var(--h1-line)}.Footer_ctaDesc__jvOza{font-size:16px;color:rgba(255,255,255,.9);max-width:620px;margin:0 auto 26px;line-height:1.55}.Footer_ctaButton__9LlaV{background-color:#FFFFFF;color:#000000;padding:14px 32px;border-radius:40px;font-weight:var(--label-weight);font-size:16px;display:inline-flex;align-items:center;justify-content:center;gap:12px;text-decoration:none;line-height:1;transition:all var(--duration) var(--ease)}.Footer_ctaButton__9LlaV svg{transform:translateY(-1px)}.Footer_ctaButton__9LlaV:hover{filter:brightness(.95)}.Footer_btnIcon__kj3IO{background-color:#FFFFFF;color:#000000;border-radius:50%;display:flex;align-items:center;justify-content:center}.Footer_mainFooter__IRNSv{max-width:var(--container-max-width);margin:0 auto;padding:40px var(--container-padding) 40px}.Footer_grid__88hvW{display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr;gap:48px;margin-bottom:40px}.Footer_brandColumn__gCAVl{display:flex;flex-direction:column;align-items:flex-start}.Footer_footerLogo__4BA6d{height:48px;width:auto;margin-bottom:20px;-o-object-fit:contain;object-fit:contain}.Footer_tagline__edhu4{font-size:18px;font-weight:var(--label-weight);color:#FFFFFF;margin-bottom:24px}.Footer_socialRow__o2WwH{display:flex;gap:12px}.Footer_socialIcon__fsVbM{width:36px;height:36px;background:rgba(255,255,255,.08);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#FFFFFF;transition:all .3s ease;text-decoration:none}.Footer_socialIcon__fsVbM:hover{filter:brightness(1.1);background-color:#4cd201;color:#000000!important;transform:translateY(-3px)}.Footer_socialIcon__fsVbM:hover svg{color:#000000}.Footer_columnTitle__WcnMX{font-size:14px;font-weight:var(--label-weight);color:#FFFFFF;margin-bottom:20px;text-transform:uppercase;letter-spacing:.5px}.Footer_linkList__Js__Y{list-style:none;padding:0;margin:0}.Footer_linkItem__iZlZR{margin-bottom:12px}.Footer_link__TBOP7{font-size:14px;font-weight:400;color:rgba(255,255,255,.85);text-decoration:none;transition:color .2s ease}.Footer_link__TBOP7:hover{color:#FFFFFF}.Footer_details__AesSH{display:flex;flex-direction:column;gap:16px}.Footer_detailItem__yPcKK{font-size:14px;color:rgba(255,255,255,.75);line-height:1.55;margin:0}.Footer_disclaimers__8fa78{padding:0;margin-bottom:40px}.Footer_disclaimerText__cF2bQ{font-size:13px;line-height:1.6;color:rgba(255,255,255,.45);max-width:1000px;margin-bottom:20px}.Footer_disclaimerText__cF2bQ strong{color:rgba(255,255,255,.6);font-weight:var(--label-weight)}.Footer_copyrightBar__GEQFt{border-top:1px solid rgba(255,255,255,.1);padding:22px 0;display:flex;justify-content:space-between;align-items:center;font-size:13px;color:rgba(255,255,255,.6)}.Footer_legalLinks__eScbR{display:flex;gap:22px}.Footer_legalLink__pFBJM{color:rgba(255,255,255,.7);text-decoration:none;transition:color .2s ease}.Footer_legalLink__pFBJM:hover{color:#FFFFFF}@media (max-width:1024px){.Footer_grid__88hvW{grid-template-columns:repeat(2,1fr);gap:40px}.Footer_ctaBanner__OfSt4{padding:60px 24px 120px}}@media (max-width:768px){.Footer_footerWrapper__f24Gx{padding:24px 0 0}.Footer_ctaWrapper__3BeEI{padding:0 20px}.Footer_mainFooter__IRNSv{padding:40px var(--container-padding) 40px}.Footer_grid__88hvW{grid-template-columns:repeat(2,1fr);gap:40px 20px;text-align:center}.Footer_brandColumn__gCAVl{grid-column:span 2;align-items:center;order:1}.Footer_grid__88hvW>div:nth-child(3){order:2;display:flex;flex-direction:column;align-items:center;text-align:center;padding-left:0}.Footer_grid__88hvW>div:nth-child(2){order:3;display:flex;flex-direction:column;align-items:center;text-align:center}.Footer_grid__88hvW>div:nth-child(4){grid-column:span 2;order:4;display:flex;flex-direction:column;align-items:center;text-align:center}.Footer_socialRow__o2WwH{justify-content:center}.Footer_disclaimerText__cF2bQ{text-align:center;margin-left:auto;margin-right:auto}.Footer_copyrightBar__GEQFt{flex-direction:column;gap:16px;text-align:center}.Footer_legalLinks__eScbR{flex-wrap:wrap;justify-content:center;gap:12px 20px}.Footer_ctaWrapper__3BeEI{margin-top:0}.Footer_ctaBanner__OfSt4{border-radius:40px 40px 24px 24px;padding:60px 20px 100px}}.HeroSection_hero__tOd4X{position:relative;width:100%;text-align:center;min-height:900px;padding-top:160px;overflow:hidden;z-index:1;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;background-color:#FFFFFF}.HeroSection_hero__tOd4X[data-hero-theme=dark]{background-color:#000000}.HeroSection_mobileBr__clgpt{display:none}@media (max-width:768px){.HeroSection_mobileBr__clgpt{display:block}}.HeroSection_heroBackground__9Qknu{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:0;pointer-events:none;margin:0;padding:0}.HeroSection_staticGraphic__HQnNU{position:absolute;inset:0;width:100%;height:100%;z-index:1;display:none;transition:opacity .5s ease-in-out}.HeroSection_staticGraphic__HQnNU.HeroSection_activeGraphic__oZPU7{display:block}.HeroSection_staticGraphic__HQnNU.HeroSection_fadeGraphic__t4aDa{opacity:0;pointer-events:none}@media (min-width:1025px){.HeroSection_staticGraphic__HQnNU{position:absolute;inset:0;width:100%;height:100%;z-index:1}.HeroSection_graphicImage___MLN8{-o-object-fit:cover;object-fit:cover;-o-object-position:center bottom;object-position:center bottom}.HeroSection_darkImg__F2zoc,.HeroSection_lightImg__pSDe9{display:none}[data-hero-theme=dark] .HeroSection_darkImg__F2zoc.HeroSection_activeGraphic__oZPU7,[data-hero-theme=light] .HeroSection_lightImg__pSDe9.HeroSection_activeGraphic__oZPU7{display:block}}.HeroSection_bgVideo__69sit{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center bottom;object-position:center bottom;transition:opacity .5s ease-in-out;z-index:2;transform:translateZ(0);backface-visibility:hidden;will-change:opacity;opacity:0;visibility:hidden}.HeroSection_showVideo__FPHUD{opacity:1!important;visibility:visible!important;animation:HeroSection_videoScaleIn__5_0Y9 .8s ease-out forwards}@keyframes HeroSection_videoScaleIn__5_0Y9{0%{transform:scale(1.05) translate3d(0,5px,0)}to{transform:scale(1) translateZ(0)}}.HeroSection_hideVideo__Oe1ph{opacity:0!important;visibility:hidden!important}.HeroSection_hero__tOd4X:after{content:"";position:absolute;top:0;left:0;width:100%;height:35%;pointer-events:none;z-index:5}[data-hero-theme=light] .HeroSection_hero__tOd4X:after{background:linear-gradient(180deg,#FFFFFF,transparent)}[data-hero-theme=dark] .HeroSection_hero__tOd4X:after{background:linear-gradient(180deg,#000000,transparent)}.HeroSection_heroWrapper__eie0G{width:100%;max-width:var(--container-max-width);margin:0 auto;padding:0 var(--container-padding);z-index:10}.HeroSection_heroContent__l1sAn{position:relative;z-index:12;display:flex;flex-direction:column;align-items:center;max-width:900px;margin:0 auto;padding-bottom:0}.HeroSection_heading__rsvES{font-size:var(--h1-size);font-weight:var(--h1-weight);line-height:var(--h1-line);color:var(--text);margin-bottom:var(--space-md);opacity:0;animation:HeroSection_heroHeadingReveal__q6AuT 1s cubic-bezier(.22,1,.36,1) forwards;animation-delay:.2s}@keyframes HeroSection_heroHeadingReveal__q6AuT{0%{opacity:0;transform:translateY(12px);filter:blur(8px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}[data-hero-theme=dark] .HeroSection_heading__rsvES{color:#FFFFFF}.HeroSection_shimmerText__L4BBB{background:linear-gradient(120deg,#1356be,#4cd201 30%,#1356be 50%,rgba(30,30,30,.8) 75%,#1356be);background-size:300% auto;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:HeroSection_shimmerGradient__Sx3kc 8s ease-in-out infinite;display:inline-block}[data-hero-theme=dark] .HeroSection_shimmerText__L4BBB{background:linear-gradient(120deg,#4cd201,#1356be 30%,#4cd201 50%,#ffffff 75%,#4cd201);background-size:300% auto;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@keyframes HeroSection_shimmerGradient__Sx3kc{0%{background-position:-150%}to{background-position:150%}}.HeroSection_subheading__jdS2l{font-size:var(--body-lg-size)!important;line-height:var(--body-lg-line);color:var(--text-secondary);max-width:760px;margin:0 auto;opacity:0}.HeroSection_subheadingAnimate__XQoil{animation:HeroSection_heroHeadingReveal__q6AuT 1s cubic-bezier(.22,1,.36,1) forwards;animation-delay:.35s}[data-hero-theme=dark] .HeroSection_subheading__jdS2l{color:var(--text-secondary)}.HeroSection_mobileActions__9PAMM{display:none}.HeroSection_desktopCta__90o8y{display:inline-flex;align-items:center;justify-content:center;gap:12px;background-color:var(--btn-primary-bg);color:var(--btn-primary-color);padding:var(--btn-primary-padding);border-radius:var(--btn-primary-radius);font-size:var(--btn-primary-font-size);font-weight:600;text-decoration:none;transition:all var(--duration) var(--ease);margin-top:var(--space-xl)}.HeroSection_desktopCta__90o8y:hover{background-color:var(--btn-primary-hover-bg);transform:translateY(-2px);box-shadow:var(--shadow-lg)}@media (max-width:1024px){.HeroSection_hero__tOd4X{min-height:80vh;padding-top:140px;padding-bottom:40px;justify-content:flex-start}.HeroSection_desktopCta__90o8y{display:none}.HeroSection_mobileActions__9PAMM{display:flex;flex-direction:row;gap:8px;width:100%;max-width:320px;margin:var(--space-lg) auto 0;justify-content:center}.HeroSection_mobileLoginBtn___VEDd,.HeroSection_mobileSignupBtn__NpoU0{flex:1;padding:10px 16px;font-size:14px;font-weight:600;border-radius:100px;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;transition:all .3s ease}.HeroSection_mobileLoginBtn___VEDd{background-color:#FFFFFF!important;color:#01061a!important;border:1px solid #e2e8f0}.HeroSection_mobileSignupBtn__NpoU0{background-color:var(--btn-primary-bg);color:var(--btn-primary-color)}.HeroSection_heroBackground__9Qknu{display:flex;align-items:flex-end}.HeroSection_staticGraphic__HQnNU{top:auto;bottom:0;left:0;width:100%!important;margin:0!important;padding:0!important;height:auto;min-height:250px;max-height:55%}.HeroSection_graphicImage___MLN8{-o-object-fit:contain!important;object-fit:contain!important;-o-object-position:bottom!important;object-position:bottom!important}.HeroSection_hero__tOd4X[data-hero-theme=dark]{background-color:#000000!important}.HeroSection_hero__tOd4X[data-hero-theme=light]{background-color:#FFFFFF!important}.HeroSection_bgVideo__69sit{position:absolute;top:auto;bottom:0;left:0;width:100%!important;margin:0!important;padding:0!important;height:auto;min-height:250px;max-height:55%;-o-object-fit:contain;object-fit:contain;-o-object-position:bottom;object-position:bottom;transform:translateZ(0);backface-visibility:hidden;will-change:opacity;pointer-events:none}.HeroSection_heroContent__l1sAn{text-align:center;width:100%;margin-top:0}.HeroSection_heading__rsvES{font-size:clamp(20px,5.5vw,26px);line-height:1.25;margin-bottom:16px}.HeroSection_subheading__jdS2l{padding:0 var(--container-padding);font-size:15px!important}}@media (min-width:1441px){.HeroSection_hero__tOd4X{min-height:950px;padding-top:180px}}@media (min-width:1921px){.HeroSection_hero__tOd4X{min-height:1050px;padding-top:200px}}.MT5Section_section__yE3B7{background-color:#FFFFFF;position:relative;padding:100px 0;min-height:auto;color:#111111;overflow:visible;display:block}.MT5Section_grid__qYA9i{display:grid;grid-template-columns:1.1fr 1fr;gap:60px;align-items:center;width:100%}.MT5Section_content__hsCP7{position:relative;z-index:2;max-width:600px}.MT5Section_heading__b7rIC{font-size:clamp(28px,3.5vw,40px);font-weight:var(--h2-weight);line-height:var(--h1-line);color:var(--color-black);margin-bottom:24px;letter-spacing:-.02em}.MT5Section_highlightText__C5_CV{background:linear-gradient(120deg,#1356be,#4cd201 30%,#1356be 50%,rgba(30,30,30,.8) 75%,#1356be);background-size:300% auto;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:MT5Section_shimmerGradient__q4D5M 8s ease-in-out infinite;display:inline-block}[data-theme=dark] .MT5Section_highlightText__C5_CV{background:linear-gradient(120deg,#ffffff,#4cd201 25%,#1356be 50%,#ffffff 75%,#4cd201);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@keyframes MT5Section_shimmerGradient__q4D5M{0%{background-position:-150%}to{background-position:150%}}.MT5Section_paragraph__q_6WV{font-size:16px;line-height:1.6;color:#444444;margin-bottom:24px;max-width:100%}.MT5Section_availableHeading__JRTs9{font-size:24px;font-weight:700;color:#000000;text-transform:uppercase;letter-spacing:.02em;margin:40px 0 20px}.MT5Section_badges__7oz4Z{display:flex;align-items:center;gap:16px;flex-wrap:wrap;max-width:620px}.MT5Section_downloadButton__RPiAd{display:flex;align-items:center;gap:14px;padding:14px 22px;background:#FFFFFF;border-radius:14px;--button-border-width:clamp(4px,0.6vw,6px);border:var(--button-border-width) solid #f2f6fa;box-shadow:0 0 0 1px rgba(0,0,0,.05),0 4px 12px rgba(0,0,0,.03);text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);min-width:185px;flex:1 1 calc(33.333% - 11px)}.MT5Section_downloadButton__RPiAd:hover{transform:translateY(-3px);box-shadow:0 0 0 1px rgba(0,0,0,.08),0 8px 20px rgba(0,0,0,.06),inset 0 0 0 1px var(--color-green);border-color:#FFFFFF}.MT5Section_buttonIcon__xo75o{width:32px;height:32px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.MT5Section_downloadIcon__ciaF2{width:100%;height:100%;color:var(--brand-blue,#1356be)}.MT5Section_buttonText__I6Kbx{display:flex;flex-direction:column;line-height:1.2}.MT5Section_downloadFor___Xoul{font-size:10px;color:#666666;font-weight:500;text-transform:uppercase;letter-spacing:.02em}.MT5Section_deviceName__Tvau2{font-size:15px;font-weight:700;color:#000000}.MT5Section_imageColumn__Eghgm,.MT5Section_imageWrapper__n01Du{display:flex;justify-content:center;align-items:center}.MT5Section_imageWrapper__n01Du{width:100%;max-width:550px}.MT5Section_imageWrapper__n01Du img{width:100%;height:auto;-o-object-fit:contain;object-fit:contain;display:block}.MT5Section_imageDark__sVyEk,[data-theme=dark] .MT5Section_imageLight__A1fNv{display:none!important}[data-theme=dark] .MT5Section_imageDark__sVyEk{display:block!important}.MT5Section_mobileImageContainer___BAp_{display:none;width:100%;margin:24px 0}@media (max-width:1024px){.MT5Section_section__yE3B7{padding:80px 0}.MT5Section_grid__qYA9i{grid-template-columns:1fr;text-align:center;gap:48px}.MT5Section_content__hsCP7{margin:0 auto;display:flex;flex-direction:column;align-items:center}.MT5Section_badges__7oz4Z{justify-content:center}.MT5Section_imageWrapper__n01Du{max-width:500px;margin:0 auto}.MT5Section_imageColumn__Eghgm{display:none!important}.MT5Section_mobileImageContainer___BAp_{display:block!important}}@media (max-width:768px){.MT5Section_section__yE3B7{padding:60px 0 42px}.MT5Section_heading__b7rIC{font-size:32px}.MT5Section_imageWrapper__n01Du{max-width:100%}.MT5Section_badges__7oz4Z{gap:12px;width:100%;margin:0 auto}.MT5Section_downloadButton__RPiAd{padding:14px 18px;min-width:0;flex:1 1 calc(50% - 6px);justify-content:flex-start;gap:12px;box-sizing:border-box;text-align:left}.MT5Section_buttonIcon__xo75o{width:24px;height:24px}.MT5Section_deviceName__Tvau2{font-size:13px}}[data-theme=dark] .MT5Section_section__yE3B7{background-color:#01061a!important;color:#FFFFFF}[data-theme=dark] .MT5Section_heading__b7rIC{color:#FFFFFF}[data-theme=dark] .MT5Section_paragraph__q_6WV{color:rgba(255,255,255,.85)}[data-theme=dark] .MT5Section_availableHeading__JRTs9{color:#FFFFFF}[data-theme=dark] .MT5Section_downloadButton__RPiAd{background:#0d1428;border-color:#1a233a;box-shadow:0 0 0 1px rgba(255,255,255,.05),0 4px 15px rgba(0,0,0,.3)}[data-theme=dark] .MT5Section_downloadButton__RPiAd:hover{background:#111a36;border-color:#1a233a;box-shadow:0 0 0 1px rgba(255,255,255,.08),0 8px 25px rgba(0,0,0,.5),inset 0 0 0 1px var(--color-green)}[data-theme=dark] .MT5Section_downloadFor___Xoul{color:#9CA3AF}[data-theme=dark] .MT5Section_deviceName__Tvau2{color:#FFFFFF}.PaymentMethodsSection_section__WygQP{padding:60px 0;--withdrawal-bg:#F0F4FE;--withdrawal-icon:#1356be;background-color:#FFFFFF;position:relative;width:100%;overflow:hidden;font-family:var(--font-family-main);transition:background-color .3s ease}[data-theme=dark] .PaymentMethodsSection_section__WygQP{background-color:var(--bg);--withdrawal-bg:rgba(255,255,255,0.08);--withdrawal-icon:#4cd201}.PaymentMethodsSection_container__h6C5n{max-width:var(--container-max-width);margin:0 auto;padding:0 var(--container-padding)}.PaymentMethodsSection_layout___F3_M{display:flex;gap:40px;align-items:stretch;width:100%}.PaymentMethodsSection_leftColumn__JeS6y{flex:0 0 520px;display:flex;flex-direction:column;justify-content:space-between;align-self:stretch}.PaymentMethodsSection_contentWrapper__CyHTj{display:flex;flex-direction:column}.PaymentMethodsSection_gridReveal__MbMMr{height:100%}.PaymentMethodsSection_rightColumn__yapNZ{flex:1}.PaymentMethodsSection_label__m_LKM{font-size:14px;font-weight:var(--label-weight);color:#1356be;text-transform:uppercase;margin-bottom:12px;letter-spacing:.5px}.PaymentMethodsSection_title__kE_CV{font-size:clamp(28px,3.5vw,36px);font-weight:var(--h2-weight);color:#000000;line-height:var(--h1-line);margin-bottom:18px}[data-theme=dark] .PaymentMethodsSection_title__kE_CV{color:#FFFFFF}.PaymentMethodsSection_title__kE_CV .PaymentMethodsSection_shimmerText__PwHBR{font-size:100%!important;font-weight:inherit;line-height:inherit;display:inline}.PaymentMethodsSection_description__oOQfg{font-size:16px;font-weight:400;line-height:1.55;color:rgba(30,30,30,.7);margin-bottom:32px}[data-theme=dark] .PaymentMethodsSection_description__oOQfg{color:rgba(255,255,255,.7)}.PaymentMethodsSection_ctaButton__hihP2{background-color:#1356be;color:#FFFFFF;padding:14px 32px;border-radius:40px;font-size:16px;font-weight:var(--label-weight);display:inline-flex;align-items:center;gap:10px;text-decoration:none;transition:all .3s ease;margin-bottom:32px;box-shadow:0 4px 12px rgba(19,86,190,.2)}.PaymentMethodsSection_ctaButton__hihP2:hover{background-color:#1356be;transform:translateY(-1px);box-shadow:0 6px 16px rgba(19,86,190,.3)}.PaymentMethodsSection_withdrawalsRow__oltOJ{display:flex;align-items:center;gap:30px;padding:20px 0;margin:0;position:relative}.PaymentMethodsSection_withdrawalsRow__oltOJ,[data-theme=dark] .PaymentMethodsSection_withdrawalsRow__oltOJ{background-color:transparent;border:none;box-shadow:none}.PaymentMethodsSection_featureIconBox__Cggdo{width:64px;height:64px;background:var(--color-primary);border-radius:16px;display:flex;align-items:center;justify-content:center;color:white;box-shadow:0 8px 16px rgba(19,86,190,.2)}[data-theme=dark] .PaymentMethodsSection_featureIconBox__Cggdo{background:var(--color-green);color:black;box-shadow:0 8px 16px rgba(76,210,1,.2)}.PaymentMethodsSection_withdrawBrandedIcon__M6t_f,.PaymentMethodsSection_withdrawIconContainer__kMEq1{flex-shrink:0;display:flex;align-items:center;justify-content:center}.PaymentMethodsSection_withdrawBrandedIcon__M6t_f{width:88px;height:88px;border-radius:20px;-o-object-fit:contain;object-fit:contain;clip-path:inset(2px round 20px)}.PaymentMethodsSection_withdrawText__vllZf{display:flex;flex-direction:column;gap:6px}.PaymentMethodsSection_withdrawReveal__w3Sfa{margin-top:auto;width:100%}.PaymentMethodsSection_withdrawTitle__Vy1Cs{font-size:32px;font-weight:700;color:var(--text);margin-bottom:2px}.PaymentMethodsSection_withdrawDesc__mUFAi{font-size:clamp(14px,1.5vw,16px);line-height:1.4;color:var(--text-secondary);max-width:none;display:flex;flex-direction:column;gap:6px;white-space:normal}.PaymentMethodsSection_withdrawDesc__mUFAi .PaymentMethodsSection_shimmerText__PwHBR{font-size:clamp(16px,2vw,20px);font-weight:600;line-height:1.2;margin-bottom:2px}.PaymentMethodsSection_grid__u32RM{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.PaymentMethodsSection_card__bKnN5{position:relative;aspect-ratio:1/1;background-color:#FFFFFF;--card-border-width:clamp(6px,0.9vw,10px);border:var(--card-border-width) solid #f2f6fa;border-radius:40px;padding:40px 16px 24px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:12px;transition:all .4s cubic-bezier(.23,1,.32,1);box-shadow:0 0 0 1px rgba(0,0,0,.05),0 4px 12px rgba(0,0,0,.02);overflow:hidden}.PaymentMethodsSection_card__bKnN5:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(29,79,216,0),rgba(29,79,216,.02) 40%,rgba(29,79,216,.05) 60%,rgba(29,79,216,.1));z-index:1;pointer-events:none}.PaymentMethodsSection_badge__w_AFb,.PaymentMethodsSection_iconBox__60bp3,.PaymentMethodsSection_methodLabel__fpLUI,.PaymentMethodsSection_methodName__EWkg5{position:relative;z-index:2}[data-theme=dark] .PaymentMethodsSection_card__bKnN5{background-color:#040913;border-color:#0b1120;box-shadow:0 0 0 1px rgba(255,255,255,.08),0 10px 30px rgba(0,0,0,.4)}[data-theme=dark] .PaymentMethodsSection_card__bKnN5:after{background:linear-gradient(180deg,rgba(76,210,1,0),rgba(76,210,1,.02) 40%,rgba(76,210,1,.05) 60%,rgba(76,210,1,.12))}.PaymentMethodsSection_card__bKnN5:hover{transform:translateY(-12px);box-shadow:0 0 0 1px rgba(0,0,0,.08),0 30px 60px rgba(0,0,0,.1),inset 0 0 0 2px var(--color-green);border-color:#FFFFFF}[data-theme=dark] .PaymentMethodsSection_card__bKnN5:hover{border-color:#1a233a;background:#081129;box-shadow:0 0 0 1px rgba(255,255,255,.1),0 25px 60px rgba(0,0,0,.7),inset 0 0 0 2px var(--color-green)}.PaymentMethodsSection_badge__w_AFb{position:absolute;top:16px;right:16px;padding:4px 10px;border-radius:100px;background:rgba(19,86,190,.1);backdrop-filter:blur(8px);border:1px solid rgba(19,86,190,.2);display:flex;align-items:center;justify-content:center;overflow:hidden;z-index:10}[data-theme=dark] .PaymentMethodsSection_badge__w_AFb{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1)}.PaymentMethodsSection_badgeText__L6h_k{font-size:10px;font-weight:600;color:var(--color-primary);text-transform:uppercase;letter-spacing:.05em;position:relative;z-index:2}[data-theme=dark] .PaymentMethodsSection_badgeText__L6h_k{color:var(--color-green)}.PaymentMethodsSection_badgeInstant__zsMDN{background:rgba(76,210,1,.1)!important;border:1px solid rgba(76,210,1,.4)!important;box-shadow:0 0 10px rgba(76,210,1,.1)}.PaymentMethodsSection_badgeInstant__zsMDN .PaymentMethodsSection_badgeText__L6h_k{color:#3AA100!important}[data-theme=dark] .PaymentMethodsSection_badgeInstant__zsMDN{background:rgba(76,210,1,.1)!important;border:1px solid rgba(76,210,1,.3)!important}[data-theme=dark] .PaymentMethodsSection_badgeInstant__zsMDN .PaymentMethodsSection_badgeText__L6h_k{color:#4cd201!important}.PaymentMethodsSection_badgeShimmer__eP5Uw{position:absolute;top:0;left:-100%;width:200%;height:100%;background:linear-gradient(120deg,rgba(255,255,255,0) 30%,rgba(255,255,255,.8) 50%,rgba(255,255,255,0) 70%);animation:PaymentMethodsSection_badgeShimmerMove__ewMus 3s linear infinite;z-index:1}@keyframes PaymentMethodsSection_badgeShimmerMove__ewMus{0%{transform:translateX(-50%) skewX(-20deg)}to{transform:translateX(100%) skewX(-20deg)}}.PaymentMethodsSection_card__bKnN5:before{content:"";position:absolute;inset:0;background:linear-gradient(-45deg,transparent,transparent 40%,rgba(255,255,255,.4) 50%,transparent 60%,transparent);background-size:300% 300%;background-position:-150% -150%;background-repeat:no-repeat;transition:background-position .8s ease;pointer-events:none;z-index:5}.PaymentMethodsSection_card__bKnN5:hover:before{background-position:150% 150%}.PaymentMethodsSection_iconBox__60bp3{width:60px;height:60px;display:flex;align-items:center;justify-content:center;margin-bottom:4px;margin-top:20px}.PaymentMethodsSection_methodName__EWkg5{font-size:clamp(15px,1.6vw,18px);font-weight:700;color:var(--text);margin:0}.PaymentMethodsSection_methodLabel__fpLUI{font-size:13px;font-weight:400;color:var(--text-secondary);margin:0;opacity:.8}[data-theme=dark] .PaymentMethodsSection_invertDark__EVTbR{filter:invert(1) brightness(2)}@media (max-width:1024px){.PaymentMethodsSection_section__WygQP{padding:100px 0}.PaymentMethodsSection_layout___F3_M{display:flex;flex-direction:column;gap:10px}.PaymentMethodsSection_leftColumn__JeS6y,.PaymentMethodsSection_rightColumn__yapNZ{flex:0 0 100%;max-width:100%}.PaymentMethodsSection_grid__u32RM{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.PaymentMethodsSection_section__WygQP{padding:40px 0 60px}.PaymentMethodsSection_grid__u32RM{grid-template-columns:repeat(2,1fr);gap:12px;padding:0 4px}.PaymentMethodsSection_card__bKnN5{aspect-ratio:auto;padding:42px 12px 28px;min-height:190px;gap:8px}.PaymentMethodsSection_badge__w_AFb{top:10px;right:10px;padding:2px 8px}.PaymentMethodsSection_badgeText__L6h_k{font-size:9px}.PaymentMethodsSection_iconBox__60bp3{width:48px;height:48px;margin-top:8px}.PaymentMethodsSection_methodIcon__2GHUY{width:44px;height:44px}.PaymentMethodsSection_methodName__EWkg5{font-size:15px}.PaymentMethodsSection_methodLabel__fpLUI{font-size:12px}.PaymentMethodsSection_withdrawalsRow__oltOJ{flex-direction:column;align-items:center;text-align:center;gap:24px;padding:42px 16px;background:rgba(255,255,255,.03);border-radius:32px;border:1px solid rgba(255,255,255,.1);width:100%;box-sizing:border-box}[data-theme=dark] .PaymentMethodsSection_withdrawalsRow__oltOJ{background:rgba(255,255,255,.05)}.PaymentMethodsSection_withdrawBrandedIcon__M6t_f{width:72px;height:72px;clip-path:inset(2px round 16px);border-radius:16px}.PaymentMethodsSection_withdrawTitle__Vy1Cs{font-size:26px}.PaymentMethodsSection_withdrawText__vllZf{width:100%;align-items:center}.PaymentMethodsSection_withdrawDesc__mUFAi{max-width:100%;font-size:14px;white-space:normal!important;text-align:center;align-items:center;line-height:1.5;text-wrap:balance}.PaymentMethodsSection_withdrawDesc__mUFAi .PaymentMethodsSection_shimmerText__PwHBR{font-size:17px;margin-bottom:4px}.PaymentMethodsSection_shimmerText__PwHBR{white-space:normal!important;display:inline-block;text-align:center;width:100%;text-wrap:balance}.PaymentMethodsSection_title__kE_CV{font-size:30px;white-space:normal;text-align:center}.PaymentMethodsSection_description__oOQfg{text-align:center;font-size:15px;margin-bottom:24px}.PaymentMethodsSection_contentWrapper__CyHTj{align-items:center}.PaymentMethodsSection_ctaButton__hihP2{width:100%;justify-content:center}.PaymentMethodsSection_desktopBr__9saRM{display:none}}.PaymentMethodsSection_desktopBr__9saRM{display:block}.PaymentMethodsSection_shimmerText__PwHBR{background:linear-gradient(120deg,#1356be,#4cd201 30%,#1356be 50%,rgba(30,30,30,.8) 75%,#1356be);background-size:300% auto;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:PaymentMethodsSection_shimmerGradient__Y4MEk 8s ease-in-out infinite;display:inline-block}[data-theme=dark] .PaymentMethodsSection_shimmerText__PwHBR{background:linear-gradient(120deg,#4cd201,#1356be 30%,#4cd201 50%,#ffffff 75%,#4cd201);background-size:300% auto;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@keyframes PaymentMethodsSection_shimmerGradient__Y4MEk{0%{background-position:-150%}to{background-position:150%}}.PremiumMarketsSection_section__E__wB{padding:100px 0 120px;background:var(--bg);transition:background-color var(--duration) var(--ease);position:relative;width:100%;overflow:hidden;border:none!important;box-shadow:none!important}.PremiumMarketsSection_container__TWhYr{max-width:var(--container-max-width);margin:0 auto;padding:0 var(--container-padding)}.PremiumMarketsSection_header__cmINH{margin-bottom:40px;display:flex;justify-content:space-between;align-items:flex-end;gap:40px}.PremiumMarketsSection_headerContent__5X4LJ{max-width:840px}.PremiumMarketsSection_heading__HsyHm{font-size:var(--h2-size);font-weight:var(--h2-weight);line-height:var(--h1-line);color:var(--text);margin-bottom:24px;letter-spacing:-.02em;font-family:var(--font-family-main)}.PremiumMarketsSection_heading__HsyHm .PremiumMarketsSection_shimmerText__vlYhm{font-size:inherit;font-weight:inherit;line-height:inherit}.PremiumMarketsSection_desktopHeading__0PJ3c{display:none}.PremiumMarketsSection_mobileHeading__Z8Wem{display:block}@media (min-width:768px){.PremiumMarketsSection_desktopHeading__0PJ3c{display:block;white-space:nowrap}.PremiumMarketsSection_mobileHeading__Z8Wem{display:none}}.PremiumMarketsSection_shimmerText__vlYhm{background:linear-gradient(120deg,#1356be,#4cd201 30%,#1356be 50%,rgba(255,255,255,.8) 70%,#1356be);background-size:300% auto;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:PremiumMarketsSection_shimmerGradient__5ZED6 8s ease-in-out infinite;display:inline-block}[data-theme=dark] .PremiumMarketsSection_shimmerText__vlYhm{background:linear-gradient(120deg,#4cd201,#1356be 30%,#4cd201 50%,#ffffff 70%,#4cd201);background-size:300% auto;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@keyframes PremiumMarketsSection_shimmerGradient__5ZED6{0%{background-position:-150%}to{background-position:150%}}.PremiumMarketsSection_subtext__qdNHz{font-size:18px;line-height:1.6;color:var(--text-secondary);max-width:640px}.PremiumMarketsSection_carouselWrapper__Kratd{position:relative;width:100vw;left:50%;transform:translateX(-50%);margin-top:20px;overflow:visible}.PremiumMarketsSection_carouselContainer__khDb7{max-width:var(--container-max-width);margin:0 auto;padding:40px var(--container-padding) 80px;overflow:visible;position:relative;box-sizing:border-box}.PremiumMarketsSection_track__Fw8AV{display:flex;gap:15px;cursor:grab;align-items:stretch;justify-content:flex-start}.PremiumMarketsSection_track__Fw8AV:active{cursor:grabbing}.PremiumMarketsSection_cardContainer__ucikR{flex:0 0 calc(33.333% - 10px);width:calc(33.333% - 10px);max-width:calc(33.333% - 10px);flex-shrink:0}[data-theme=dark] .PremiumMarketsSection_section__E__wB{background-color:var(--bg);border:none!important;box-shadow:none!important}.PremiumMarketsSection_card__CKCLd{position:relative;border-radius:48px;overflow:hidden;background:#FFFFFF;height:480px;display:flex;flex-direction:column;text-decoration:none;transition:all .5s cubic-bezier(.16,1,.3,1);--card-border-width:clamp(6px,0.9vw,10px);border:var(--card-border-width) solid #f2f6fa;box-shadow:0 0 0 1px rgba(0,0,0,.05),0 10px 30px rgba(0,0,0,.04);will-change:transform,box-shadow;isolation:isolate}.PremiumMarketsSection_card__CKCLd:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(29,79,216,0),rgba(29,79,216,.02) 25%,rgba(29,79,216,.08) 40%,rgba(29,79,216,.2) 50%,rgba(29,79,216,.35) 60%,rgba(29,79,216,.5) 70%,rgba(29,79,216,.65) 80%,rgba(29,79,216,.75) 90%,rgba(29,79,216,.8));z-index:2;pointer-events:none;transition:opacity .5s ease}[data-theme=dark] .PremiumMarketsSection_card__CKCLd{background:#040913;border-color:#0d1428;box-shadow:0 0 0 1px rgba(255,255,255,.08),0 20px 40px rgba(0,0,0,.4)}[data-theme=dark] .PremiumMarketsSection_card__CKCLd:after{background:linear-gradient(180deg,rgba(76,210,1,0),rgba(76,210,1,.02) 40%,rgba(76,210,1,.05) 60%,rgba(76,210,1,.15))}.PremiumMarketsSection_cardOverlay__4En95{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.15),rgba(255,255,255,0) 40%,rgba(255,255,255,0) 60%,rgba(255,255,255,.05));z-index:5;pointer-events:none;opacity:.6}.PremiumMarketsSection_imageArea__ELwhJ{position:relative;width:100%;height:70%;padding:0;overflow:visible;display:flex;align-items:center;justify-content:center;z-index:4;mask-image:linear-gradient(180deg,black 0,black 50%,rgba(0,0,0,.95) 60%,rgba(0,0,0,.85) 70%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.3) 90%,transparent);-webkit-mask-image:linear-gradient(180deg,black 0,black 50%,rgba(0,0,0,.95) 60%,rgba(0,0,0,.85) 70%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.3) 90%,transparent)}[data-theme=dark] .PremiumMarketsSection_imageArea__ELwhJ{background:transparent}.PremiumMarketsSection_cardImage__7Zjec{-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top;transform:scale(2.24)}.PremiumMarketsSection_card__CKCLd:hover .PremiumMarketsSection_cardImage__7Zjec{transform:scale(2.35)}.PremiumMarketsSection_lightImg__E09T6{display:block}.PremiumMarketsSection_darkImg__lhtQD,[data-theme=dark] .PremiumMarketsSection_lightImg__E09T6{display:none}[data-theme=dark] .PremiumMarketsSection_darkImg__lhtQD{display:block}.PremiumMarketsSection_infoArea__xCJWr{position:relative;height:30%;margin-top:-40px;padding:0 24px 24px;display:flex;flex-direction:column;align-items:center;text-align:center;z-index:10;background:transparent;justify-content:center;gap:8px}.PremiumMarketsSection_cardImage__7Zjec{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transform:scale(.85);transition:transform .4s var(--ease);will-change:transform}.PremiumMarketsSection_card__CKCLd:hover .PremiumMarketsSection_cardImage__7Zjec{transform:scale(.92)}.PremiumMarketsSection_cardDescription__60G5b{font-size:14px;line-height:1.5;font-weight:400;margin:0 0 16px;font-family:var(--font-family-main);max-width:240px}.PremiumMarketsSection_cardDescription__60G5b,[data-theme=dark] .PremiumMarketsSection_cardDescription__60G5b{color:rgba(255,255,255,.9)}.PremiumMarketsSection_miniCta__VuW4_{display:inline-flex;align-items:center;justify-content:center;padding:12px 32px;border-radius:100px;font-size:15px;font-weight:400;transition:all .3s cubic-bezier(.23,1,.32,1);box-shadow:0 4px 12px rgba(76,210,1,.2);border:none;cursor:pointer}.PremiumMarketsSection_miniCta__VuW4_,[data-theme=dark] .PremiumMarketsSection_miniCta__VuW4_{background:var(--color-green);color:#000000}.PremiumMarketsSection_miniCta__VuW4_:hover{transform:translateY(-2px) scale(1.02);filter:brightness(1.1);box-shadow:0 8px 24px rgba(76,210,1,.3)}.PremiumMarketsSection_miniCta__VuW4_ svg{margin-left:8px;transition:transform .3s ease}.PremiumMarketsSection_miniCta__VuW4_:hover svg{transform:translateX(3px)}.PremiumMarketsSection_glow__kzZlT{position:absolute;bottom:-30px;left:20%;right:20%;height:60px;border-radius:50%;background:var(--color-primary);filter:blur(40px);opacity:0;transition:opacity .5s ease;z-index:1;pointer-events:none}.PremiumMarketsSection_card__CKCLd:nth-child(2n) .PremiumMarketsSection_glow__kzZlT{background:var(--color-green)}.PremiumMarketsSection_card__CKCLd:hover{transform:translateY(-12px);border-color:#FFFFFF;box-shadow:0 0 0 1px rgba(0,0,0,.08),0 30px 60px rgba(0,0,0,.12),inset 0 0 0 2px var(--color-green)}[data-theme=dark] .PremiumMarketsSection_card__CKCLd:hover{border-color:#1a233a;box-shadow:0 0 0 1px rgba(255,255,255,.12),0 40px 80px rgba(0,0,0,.6),inset 0 0 0 2px var(--color-green)}.PremiumMarketsSection_card__CKCLd:hover .PremiumMarketsSection_glow__kzZlT{opacity:.12}.PremiumMarketsSection_card__CKCLd:hover .PremiumMarketsSection_miniCta__VuW4_ svg{transform:translateX(4px)}.PremiumMarketsSection_ctaWrapper__j_m6g{display:flex;align-items:center}.PremiumMarketsSection_getStartedBtn__uZDqC{background-color:var(--color-green);color:#000000;padding:14px 32px;border-radius:999px;font-weight:600;font-size:16px;display:inline-flex;align-items:center;gap:12px;text-decoration:none;transition:all .3s var(--ease);box-shadow:0 4px 15px rgba(76,210,1,.2)}.PremiumMarketsSection_getStartedBtn__uZDqC:hover{transform:translateY(-2px);filter:brightness(1.1);box-shadow:0 8px 25px rgba(76,210,1,.3)}.PremiumMarketsSection_edgeGradientLeft__V52ST,.PremiumMarketsSection_edgeGradientRight__cIg60{position:absolute;top:0;bottom:0;width:calc((100vw - var(--container-max-width)) / 2 + 100px);z-index:50;pointer-events:none}.PremiumMarketsSection_edgeGradientLeft__V52ST{left:0;background:linear-gradient(to right,var(--bg) 0,var(--bg) 30%,transparent 100%)}.PremiumMarketsSection_edgeGradientRight__cIg60{right:0;background:linear-gradient(to left,var(--bg) 0,var(--bg) 30%,transparent 100%)}@media (min-width:769px){.PremiumMarketsSection_section__E__wB{padding:36px 0 20px}}@media (max-width:1200px){.PremiumMarketsSection_cardContainer__ucikR{flex:0 0 calc(50% - 12px);width:calc(50% - 12px);max-width:calc(50% - 12px)}}@media (max-width:1024px){.PremiumMarketsSection_header__cmINH{flex-direction:column;align-items:flex-start;gap:24px;margin-bottom:40px}.PremiumMarketsSection_edgeGradientLeft__V52ST,.PremiumMarketsSection_edgeGradientRight__cIg60{display:none}}@media (max-width:768px){.PremiumMarketsSection_header__cmINH{padding:0 10px}.PremiumMarketsSection_cardContainer__ucikR{flex:0 0 84%;width:84%;max-width:84%}.PremiumMarketsSection_section__E__wB{padding:42px 0 40px}.PremiumMarketsSection_carouselContainer__khDb7{padding:20px 10px}.PremiumMarketsSection_card__CKCLd{height:480px}.PremiumMarketsSection_infoArea__xCJWr{padding:0 20px 40px;gap:15px}.PremiumMarketsSection_cardTitle__bKl00{font-size:22px;font-weight:600;margin:0;font-family:var(--font-family-main)}.PremiumMarketsSection_cardTitle__bKl00,.PremiumMarketsSection_section__E__wB .PremiumMarketsSection_cardTitle__bKl00,h3.PremiumMarketsSection_cardTitle__bKl00{color:#FFFFFF!important;text-shadow:0 2px 8px rgba(0,0,0,.28)!important}.PremiumMarketsSection_cardDescription__60G5b{font-size:13px;line-height:1.4}.PremiumMarketsSection_heading__HsyHm{font-size:28px;text-align:center;width:100%}.PremiumMarketsSection_subtext__qdNHz{font-size:15px;text-align:center;margin:0 auto}.PremiumMarketsSection_ctaWrapper__j_m6g{width:100%;justify-content:center;margin-top:10px}}.AccountPlansSection_section__EzLVL{padding:20px 0 100px;text-align:center;color:var(--text);background:none}.AccountPlansSection_inner__NK1R2{max-width:var(--container-max-width);margin:0 auto;padding:0 var(--container-padding)}.AccountPlansSection_title__ApqV_{font-size:var(--h2-size);font-weight:var(--h2-weight);line-height:var(--h1-line);color:var(--color-black);margin-bottom:var(--space-md);max-width:800px;margin-left:auto;margin-right:auto}[data-theme=dark] .AccountPlansSection_title__ApqV_{color:#FFFFFF}.AccountPlansSection_title__ApqV_ .AccountPlansSection_shimmerText__wazZc{font-size:inherit;font-weight:inherit;line-height:inherit}[data-theme=dark] .AccountPlansSection_shimmerText__wazZc{background:linear-gradient(120deg,#4cd201,#1356be 30%,#4cd201 50%,#ffffff 75%,#4cd201);background-size:300% auto;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.AccountPlansSection_shimmerText__wazZc{background:linear-gradient(120deg,#1356be,#4cd201 30%,#1356be 50%,rgba(30,30,30,.8) 75%,#1356be);background-size:300% auto;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:AccountPlansSection_shimmerGradient__YjMb0 8s ease-in-out infinite;display:inline-block}@keyframes AccountPlansSection_shimmerGradient__YjMb0{0%{background-position:-150%}to{background-position:150%}}.AccountPlansSection_subtitle__AwI11{font-size:var(--body-md-size);line-height:1.55;color:var(--color-dark-gray);max-width:720px;margin:0 auto 60px}[data-theme=dark] .AccountPlansSection_subtitle__AwI11{color:#D4D4D4}.AccountPlansSection_grid__mDBeE{display:flex;justify-content:center;align-items:center;gap:32px;perspective:1200px;position:relative;min-height:580px}.AccountPlansSection_cardMainContent__SWsbn{transition:filter .5s ease}.AccountPlansSection_card__hGZZW{position:relative;background:#FFFFFF;border-radius:40px;--card-border-width:clamp(6px,0.9vw,8px);border:var(--card-border-width) solid #f2f6fa;box-shadow:0 0 0 1px rgba(0,0,0,.04),0 10px 30px rgba(0,0,0,.03);width:340px;height:600px;padding:40px 28px 50px;text-align:left;transition:all .5s cubic-bezier(.16,1,.3,1);z-index:1;overflow:hidden;isolation:isolate}.AccountPlansSection_card__hGZZW:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(76,210,1,0),rgba(76,210,1,.02) 40%,rgba(76,210,1,.05) 60%,rgba(76,210,1,.12));z-index:-1;pointer-events:none;transition:opacity .5s ease}.AccountPlansSection_cardMainContent__SWsbn{position:relative;z-index:2;display:flex;flex-direction:column;gap:24px;height:100%}.AccountPlansSection_card__hGZZW:not(.AccountPlansSection_cardActive__vGuUG){opacity:.7;transform:scale(.95)}.AccountPlansSection_card__hGZZW:not(.AccountPlansSection_cardActive__vGuUG) .AccountPlansSection_cardMainContent__SWsbn{filter:blur(20px) grayscale(.2)}.AccountPlansSection_cardActive__vGuUG{z-index:10;filter:blur(0) grayscale(0)!important;opacity:1!important;transform:scale(1.02)!important;border-color:#F2F6FA!important;box-shadow:0 0 0 1px rgba(0,0,0,.05),0 15px 45px rgba(0,0,0,.07);background:#FFFFFF}.AccountPlansSection_card__hGZZW:hover{transform:translateY(-12px);border-color:#FFFFFF;box-shadow:0 0 0 1px rgba(0,0,0,.08),0 20px 50px rgba(0,0,0,.08),inset 0 0 0 2px var(--color-green)}.AccountPlansSection_cardActive__vGuUG:hover{transform:scale(1.05) translateY(-12px)!important;border-color:#FFFFFF!important}.AccountPlansSection_cardActive__vGuUG .AccountPlansSection_cardMainContent__SWsbn{filter:blur(0)!important}[data-theme=dark] .AccountPlansSection_card__hGZZW{background:#040913;border-color:#0d1428;color:#FFFFFF;box-shadow:0 0 0 1px rgba(255,255,255,.06),0 15px 35px rgba(0,0,0,.4)}[data-theme=dark] .AccountPlansSection_card__hGZZW:after{background:linear-gradient(180deg,rgba(76,210,1,0),rgba(76,210,1,.02) 40%,rgba(76,210,1,.05) 60%,rgba(76,210,1,.15))}[data-theme=dark] .AccountPlansSection_cardActive__vGuUG{border-color:#0d1428!important;background:#060e1f!important;box-shadow:0 0 0 1px rgba(255,255,255,.06),0 15px 35px rgba(0,0,0,.4)}[data-theme=dark] .AccountPlansSection_cardActive__vGuUG:hover{border-color:#1a233a!important;background:#081129!important;box-shadow:0 0 0 1px rgba(255,255,255,.08),0 20px 50px rgba(0,0,0,.6),inset 0 0 0 2px var(--color-green)!important}[data-theme=dark] .AccountPlansSection_card__hGZZW:hover{border-color:#1a233a;background:#081129;box-shadow:0 0 0 1px rgba(255,255,255,.08),0 20px 50px rgba(0,0,0,.6),inset 0 0 0 2px var(--color-green)}.AccountPlansSection_cardOverlay__PIwdU{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;z-index:20;opacity:0;padding:20px;transition:opacity .4s ease,transform .4s ease;transform:scale(.9)}.AccountPlansSection_card__hGZZW:not(.AccountPlansSection_cardActive__vGuUG):hover .AccountPlansSection_cardOverlay__PIwdU{opacity:1;transform:scale(1)}.AccountPlansSection_overlayText__F6axd{font-size:16px;color:var(--color-dark-gray);font-weight:500;margin-bottom:15px}[data-theme=dark] .AccountPlansSection_overlayText__F6axd{color:#9CA3AF}.AccountPlansSection_contactBtn__9AHWC{background:#FFFFFF;border:2px solid #4cd201;color:#4cd201!important;padding:12px 30px;border-radius:100px;font-size:15px;font-weight:600;text-decoration:none;transition:all .3s ease;white-space:nowrap}[data-theme=dark] .AccountPlansSection_contactBtn__9AHWC{background:#111827}.AccountPlansSection_contactBtn__9AHWC:hover{background:#4cd201;color:#FFFFFF!important;box-shadow:0 5px 15px rgba(76,210,1,.2)}.AccountPlansSection_cardTitle__vM6rX{font-size:24px;font-weight:600;margin-bottom:4px}.AccountPlansSection_cardDesc__LAE9b{font-size:14px;font-weight:400;line-height:1.6;color:var(--color-dark-gray)}[data-theme=dark] .AccountPlansSection_cardDesc__LAE9b{color:#9CA3AF}.AccountPlansSection_price__xGgvH{display:flex;align-items:baseline;gap:6px}.AccountPlansSection_dollar__Bip9n{color:var(--color-green);font-size:20px;font-weight:600}.AccountPlansSection_amount__tR1lC{font-size:48px;font-weight:700;color:var(--color-black);letter-spacing:-1px}[data-theme=dark] .AccountPlansSection_amount__tR1lC,[data-theme=dark] .AccountPlansSection_dollar__Bip9n{color:#FFFFFF}.AccountPlansSection_features__RnhIa{display:flex;flex-direction:column;gap:16px;padding:0;list-style:none}.AccountPlansSection_featureItem__4eZk5{display:flex;align-items:center;gap:12px;font-size:14px;font-weight:500}.AccountPlansSection_checkIcon__mACIJ{color:var(--color-green);flex-shrink:0}.AccountPlansSection_cta__UGUqQ{margin-top:auto;display:inline-flex;align-items:center;justify-content:center;gap:10px;background:#4cd201;color:#FFFFFF!important;padding:16px 32px;border-radius:100px;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s ease;width:100%}.AccountPlansSection_cta__UGUqQ:hover{background:#3eb101;transform:translateY(-2px)}@media (max-width:1100px){.AccountPlansSection_grid__mDBeE{perspective:none;min-height:auto;flex-direction:column;gap:30px;padding:0 var(--container-padding)}.AccountPlansSection_card__hGZZW:not(.AccountPlansSection_cardActive__vGuUG){display:none!important}.AccountPlansSection_cardActive__vGuUG{display:flex!important;max-width:400px;width:100%;margin:0 auto;height:auto;min-height:650px;padding-bottom:48px;flex-direction:column}.AccountPlansSection_cardActive__vGuUG .AccountPlansSection_cardMainContent__SWsbn{flex:1}.AccountPlansSection_cardActive__vGuUG .AccountPlansSection_cta__UGUqQ{margin-top:32px;flex-shrink:0}}@media (max-width:768px){.AccountPlansSection_section__EzLVL{padding:60px 0}.AccountPlansSection_inner__NK1R2{padding:0 var(--container-padding)}.AccountPlansSection_title__ApqV_{font-size:32px}.AccountPlansSection_cta__UGUqQ{padding:14px 24px;font-size:15px}}.AboutHero_aboutHeroSection__MJAwp{padding:80px 0 100px;margin-top:104px;background-color:var(--bg);overflow:hidden;min-height:calc(100vh - 104px);display:flex;align-items:center;font-family:var(--font-family-main);transition:background-color .3s ease}[data-theme=dark] .AboutHero_aboutHeroSection__MJAwp{background-color:var(--bg)!important}.AboutHero_aboutHeroContainer__22Fcf{max-width:1280px;margin:0 auto;padding:0 40px}@media (max-width:768px){.AboutHero_aboutHeroContainer__22Fcf{padding:0 20px}}.AboutHero_aboutHeroGrid__RkMDF{display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:center}.AboutHero_aboutHeroContent__DJPW2{max-width:620px}.AboutHero_aboutHeroLabel__SzuQ7{font-size:var(--label-size);font-weight:var(--label-weight);color:#4cd201;margin-bottom:12px;text-transform:uppercase;letter-spacing:1px}.AboutHero_aboutHeroHeading__FzcrD{font-size:clamp(30px,5vw,42px);font-weight:var(--h1-weight);color:var(--text);line-height:var(--h1-line);margin-bottom:20px;transition:color .3s ease}[data-theme=dark] .AboutHero_aboutHeroHeading__FzcrD{color:#FFFFFF!important}.AboutHero_aboutHeroPara__wPK0P{font-size:16px;font-weight:400;line-height:1.55;color:rgba(30,30,30,.75);margin-bottom:40px}[data-theme=dark] .AboutHero_aboutHeroPara__wPK0P{color:rgba(255,255,255,.8)!important}.AboutHero_aboutHeroFeatures__TjUVm{display:flex;flex-direction:row;gap:32px}.AboutHero_aboutHeroFeatureItem__cCZDp{display:flex;flex-direction:column;align-items:flex-start;gap:12px;flex:1}.AboutHero_aboutHeroFeatureIcon___6SY0{width:104px;height:104px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:transparent;border:none;margin-bottom:12px;transition:transform .4s var(--ease)}.AboutHero_aboutHeroFeatureItem__cCZDp:hover .AboutHero_aboutHeroFeatureIcon___6SY0{transform:none}.AboutHero_aboutHeroFeatureIcon___6SY0 img{width:88px;height:88px;border-radius:16px;-o-object-fit:contain;object-fit:contain;clip-path:inset(2px round 16px)}.AboutHero_aboutHeroFeatureIcon___6SY0 svg{width:100%;height:100%}.AboutHero_aboutHeroFeatureText__voYVx{font-size:15px;font-weight:500;color:var(--text);line-height:1.35;max-width:200px}[data-theme=dark] .AboutHero_aboutHeroFeatureText__voYVx{color:#FFFFFF!important}.AboutHero_aboutHeroMedia__VIay5{width:100%;max-width:460px;margin-left:auto}.AboutHero_aboutHeroImgWrapper__jZhVD{width:100%;border-radius:20px;overflow:hidden;position:relative;box-shadow:none}.AboutHero_aboutHeroImg__69awU{width:100%;height:auto;-o-object-fit:contain;object-fit:contain;display:block}@media (max-width:1024px){.AboutHero_aboutHeroGrid__RkMDF{grid-template-columns:1fr;gap:60px;text-align:center}.AboutHero_aboutHeroContent__DJPW2{margin:0 auto}.AboutHero_aboutHeroFeatures__TjUVm{justify-content:center;flex-wrap:wrap}.AboutHero_aboutHeroFeatureItem__cCZDp{align-items:center;text-align:center}.AboutHero_aboutHeroMedia__VIay5{max-width:600px;margin:0 auto}}@media (max-width:768px){.AboutHero_aboutHeroSection__MJAwp{padding:60px 0;margin-top:80px}.AboutHero_aboutHeroHeading__FzcrD{font-size:32px}.AboutHero_aboutHeroFeatures__TjUVm{flex-direction:column;gap:40px}}@media (max-width:480px){.AboutHero_aboutHeroFeatureItem__cCZDp{flex-direction:column;text-align:center}}.StepsSection_section__bN4hc{position:relative;width:100%;overflow:hidden;background-color:white;border:none!important;box-shadow:none!important}[data-theme=dark] .StepsSection_section__bN4hc{background-color:#01061a;border:none!important;box-shadow:none!important;padding-bottom:0!important}.StepsSection_backgroundSection__PCXBD{position:relative;width:100%;background-image:url(/bg-steps-section.png);background-size:100% auto;background-position:bottom;background-repeat:no-repeat;padding-top:80px;padding-bottom:80px;min-height:750px;display:flex;align-items:flex-start}@media (min-width:1920px){.StepsSection_backgroundSection__PCXBD{min-height:1250px;padding-top:100px;padding-bottom:100px}}@media (min-width:1600px) and (max-width:1919px){.StepsSection_backgroundSection__PCXBD{min-height:1100px;padding-top:90px;padding-bottom:90px}}@media (min-width:1441px) and (max-width:1599px){.StepsSection_backgroundSection__PCXBD{min-height:950px;padding-top:85px;padding-bottom:85px}}@media (max-width:1440px){.StepsSection_backgroundSection__PCXBD{min-height:890px}.StepsSection_card__Ax_0K{aspect-ratio:1/1;min-height:auto;padding:40px 24px 50px}.StepsSection_centeredIconContainer__cDNzy{width:64px;height:64px;margin-bottom:4px}.StepsSection_stepIcon__MYiRZ{width:44px;height:44px}.StepsSection_stepTitle__N6_GW{font-size:17px}}[data-theme=dark] .StepsSection_backgroundSection__PCXBD{background-image:url(/bg-steps-dark.png)}.StepsSection_backgroundSection__PCXBD:after{content:"";position:absolute;inset:0;background-color:transparent;z-index:5;pointer-events:none;transition:background-color .3s ease}[data-theme=dark] .StepsSection_backgroundSection__PCXBD:after{background:linear-gradient(180deg,#01061a 0,transparent 15%),linear-gradient(0deg,#01061a 0,transparent 15%)}.StepsSection_content__ZzRwn{position:relative;z-index:10;max-width:1600px;width:100%;margin:0 auto;padding:0 40px;display:flex;flex-direction:column;gap:80px;height:100%}.StepsSection_headingAreaWave__cqrN7{text-align:center;position:absolute;bottom:230px;left:50%;transform:translateX(-50%);width:100%;z-index:5}.StepsSection_mobileHeadingOnly__20LVf{display:none}.StepsSection_titleDark__jjGwn{font-size:clamp(24px,3vw,36px);font-weight:var(--h2-weight);line-height:var(--h1-line);color:var(--color-black);margin:0 auto;font-family:var(--font-family-main);letter-spacing:-.02em}[data-theme=dark] .StepsSection_titleDark__jjGwn{color:white}.StepsSection_grid__Vwo4z{display:flex;align-items:stretch;gap:20px;width:100%;margin-top:40px}.StepsSection_cardGroup__Gat45{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;flex:7}.StepsSection_spacer__wZWo2{flex:0.8;min-width:140px;max-width:140px}.StepsSection_cardWrapper__xb1w9{position:relative;height:100%;display:flex;flex-direction:column}.StepsSection_card__Ax_0K{position:relative;min-height:260px;max-width:260px;margin-left:auto;margin-right:auto;padding:20px 12px;border-radius:24px;background:#FFFFFF;--card-border-width:clamp(6px,0.9vw,10px);border:var(--card-border-width) solid #f2f6fa;box-shadow:0 0 0 1px rgba(0,0,0,.06);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:6px;z-index:1;transition:all .5s cubic-bezier(.16,1,.3,1);overflow:hidden;will-change:transform,box-shadow;isolation:isolate;mask-image:radial-gradient(white,black);-webkit-mask-image:-webkit-radial-gradient(white,black)}.StepsSection_card__Ax_0K:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(29,79,216,0),rgba(29,79,216,.02) 40%,rgba(29,79,216,.05) 60%,rgba(29,79,216,.15));z-index:2;pointer-events:none}[data-theme=dark] .StepsSection_card__Ax_0K{background:#060b1d;border-color:#0d1428;box-shadow:0 0 0 1px rgba(255,255,255,.05),0 10px 30px rgba(0,0,0,.5)}[data-theme=dark] .StepsSection_card__Ax_0K:after{background:linear-gradient(180deg,rgba(76,210,1,0),rgba(76,210,1,.02) 40%,rgba(76,210,1,.05) 60%,rgba(76,210,1,.1))}.StepsSection_activeCard__DcxDY,.StepsSection_card__Ax_0K:hover{transform:translateY(-12px);box-shadow:0 0 0 1px rgba(0,0,0,.1),0 20px 40px rgba(0,0,0,.08),inset 0 0 0 2px var(--color-green)}[data-theme=dark] .StepsSection_activeCard__DcxDY,[data-theme=dark] .StepsSection_card__Ax_0K:hover{border-color:#1a233a;background:#081129;box-shadow:0 0 0 1px rgba(255,255,255,.1),0 25px 60px rgba(0,0,0,.7),inset 0 0 0 2px var(--color-green)}.StepsSection_decorativeBars__5Vt7C{position:absolute;top:-19px;right:19px;z-index:2}.StepsSection_decorativeBars__5Vt7C svg{width:80px;height:9px;display:block}.StepsSection_decorativeBarsBottom__seoqf{position:absolute;bottom:-19px;left:19px;z-index:2}.StepsSection_decorativeBarsBottom__seoqf svg{width:128px;height:9px;display:block}.StepsSection_imageArea__hje4F{position:relative;width:100%;height:42%;padding:0;overflow:hidden;display:flex;align-items:center;justify-content:center;z-index:1;mask-image:linear-gradient(180deg,black 80%,transparent);-webkit-mask-image:linear-gradient(180deg,black 80%,transparent)}.StepsSection_centeredIconContainer__cDNzy{display:flex;align-items:center;justify-content:center;margin-bottom:8px;position:relative;z-index:2;width:104px;height:104px;background:transparent;border:none;margin-left:auto;margin-right:auto;transition:all .4s var(--ease);box-shadow:none!important}.StepsSection_stepIcon__MYiRZ{width:88px;height:88px;-o-object-fit:contain;object-fit:contain;border-radius:16px;clip-path:inset(2px round 16px)}[data-theme=dark] .StepsSection_centeredIconContainer__cDNzy{background:transparent;border:none}.StepsSection_card__Ax_0K:hover .StepsSection_centeredIconContainer__cDNzy{transform:none;background:transparent;box-shadow:none}[data-theme=dark] .StepsSection_card__Ax_0K:hover .StepsSection_centeredIconContainer__cDNzy{background:transparent;border:none;box-shadow:none}[data-theme=dark] .StepsSection_card__Ax_0K:hover .StepsSection_stepIcon__MYiRZ{filter:none;transform:scale(1.05)}.StepsSection_textContent__25YgT{display:flex;flex-direction:column;gap:8px;text-align:center;align-items:center;position:relative;z-index:2}.StepsSection_stepTitle__N6_GW{font-size:clamp(16px,1.8vw,20px);font-weight:700;color:#00051e;margin:0;font-family:var(--font-family-main);line-height:1.2}[data-theme=dark] .StepsSection_stepTitle__N6_GW{color:white}.StepsSection_stepDescription__QRgVf{font-size:clamp(11px,1.1vw,13px);line-height:1.5;color:#00051e;margin:0;max-width:100%;font-family:var(--font-family-main)}[data-theme=dark] .StepsSection_stepDescription__QRgVf{color:white;opacity:.85}@media (max-width:1200px){.StepsSection_cardGroup__Gat45,.StepsSection_grid__Vwo4z{gap:15px}.StepsSection_spacer__wZWo2{flex:1.5}}@media (max-width:1024px){.StepsSection_backgroundSection__PCXBD{padding-top:60px;padding-bottom:150px;min-height:auto;background-position:top}.StepsSection_headingAreaWave__cqrN7{bottom:40px}.StepsSection_grid__Vwo4z{flex-direction:column;gap:40px;margin-top:40px}.StepsSection_spacer__wZWo2{display:none}.StepsSection_cardGroup__Gat45{grid-template-columns:repeat(2,1fr);width:100%;gap:30px}.StepsSection_content__ZzRwn{gap:60px}}@media (max-width:768px){.StepsSection_backgroundSection__PCXBD{padding-top:15px;padding-bottom:32px;background-image:none!important;min-height:auto;display:flex;flex-direction:column;position:relative}[data-theme=dark] .StepsSection_backgroundSection__PCXBD{background-image:none!important}.StepsSection_backgroundSection__PCXBD:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/bg-steps-section.png);background-size:320% auto;background-position:top;background-repeat:no-repeat;z-index:1;opacity:.9;pointer-events:none}[data-theme=dark] .StepsSection_backgroundSection__PCXBD:before{background-image:url(/bg-steps-dark.png);background-size:320% auto;background-position:top;opacity:.7;height:100%}.StepsSection_cardGroup__Gat45{grid-template-columns:1fr;gap:20px;padding:0 15px;position:relative;z-index:10}.StepsSection_cardGroup__Gat45:last-child{margin-top:0}.StepsSection_spacer__wZWo2{display:none}.StepsSection_titleDark__jjGwn{font-size:clamp(30px,5vw,40px)!important;font-weight:var(--h2-weight)!important;line-height:var(--h1-line)!important;padding:0 15px;width:100%;margin-top:0}.StepsSection_mobileHeadingOnly__20LVf{display:block;text-align:center;padding:40px 20px 10px;z-index:10}.StepsSection_grid__Vwo4z{margin-top:15px!important;display:flex!important;flex-direction:column!important;gap:20px!important}.StepsSection_headingAreaWave__cqrN7{display:none}.StepsSection_card__Ax_0K{min-height:auto;height:auto;width:100%;max-width:320px;margin-left:auto;margin-right:auto;padding:28px 20px 38px;display:flex;flex-direction:column;justify-content:flex-start}.StepsSection_stepTitle__N6_GW{font-size:20px!important}.StepsSection_stepDescription__QRgVf{font-size:14px!important;line-height:1.6}.StepsSection_activeCard__DcxDY,.StepsSection_card__Ax_0K:hover{transform:none!important;box-shadow:0 0 0 1px rgba(0,0,0,.08),0 12px 24px rgba(0,0,0,.1)!important}[data-theme=dark] .StepsSection_activeCard__DcxDY,[data-theme=dark] .StepsSection_card__Ax_0K:hover{transform:none!important;box-shadow:0 0 0 1px rgba(255,255,255,.08),0 12px 24px rgba(0,0,0,.6)!important}.StepsSection_centeredIconContainer__cDNzy{width:104px;height:104px;margin-bottom:16px}.StepsSection_stepIcon__MYiRZ{width:88px;height:88px}}