.Header-module__vcZAwq__wrap{z-index:60;pointer-events:none;width:100%;position:fixed;top:0;left:0}.Header-module__vcZAwq__logo img{object-fit:contain;width:auto;height:60px}.Header-module__vcZAwq__navbar{pointer-events:auto;background:var(--glass);border:1px solid var(--line);border-radius:var(--r);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);width:100%;max-width:calc(100% - 4rem);height:64px;box-shadow:0 20px 60px var(--shadow-medium);grid-template-columns:1fr auto auto;align-items:center;gap:16px;margin:1rem auto;padding:0 16px;transition:background .3s,border-color .3s;display:grid}@media (max-width:600px){.Header-module__vcZAwq__navbar{box-sizing:border-box;width:calc(100% - 2rem);max-width:100%;margin:1rem auto;padding:0 12px}.Header-module__vcZAwq__mobileMenu{box-sizing:border-box;width:calc(100% - 2rem);margin:0 auto}}.Header-module__vcZAwq__logo{color:var(--text);letter-spacing:-.02em;align-items:center;gap:6px;font-size:clamp(18px,2vw,20px);font-weight:800;display:inline-flex}.Header-module__vcZAwq__accent{background:linear-gradient(90deg,var(--accent1),var(--accent2));color:#0000;-webkit-background-clip:text}.Header-module__vcZAwq__nav{align-items:center;gap:26px;display:flex}.Header-module__vcZAwq__navItem{height:40px;color:var(--muted);align-items:center;padding:0 2px;font-size:14px;transition:color .2s,text-shadow .2s;display:inline-flex;position:relative}.Header-module__vcZAwq__navItem:hover{color:var(--text);text-shadow:0 0 16px color-mix(in srgb,var(--accent1)35%,transparent)}.Header-module__vcZAwq__underline{background:linear-gradient(90deg,var(--accent1),var(--accent2));border-radius:2px;width:0;height:2px;transition:width .25s;position:absolute;bottom:8px;left:50%;transform:translate(-50%)}.Header-module__vcZAwq__navItem:hover .Header-module__vcZAwq__underline,.Header-module__vcZAwq__active .Header-module__vcZAwq__underline{width:70%}.Header-module__vcZAwq__active{color:var(--text)}.Header-module__vcZAwq__navText{z-index:1;position:relative}.Header-module__vcZAwq__actions{align-items:center;gap:8px;display:flex}.Header-module__vcZAwq__btnText,.Header-module__vcZAwq__btnOutline,.Header-module__vcZAwq__btnPrimary{cursor:pointer;border-radius:10px;align-items:center;gap:8px;padding:10px 12px;font-size:13.5px;font-weight:600;transition:transform .15s,box-shadow .2s,background .2s,color .2s,border-color .2s;display:inline-flex}.Header-module__vcZAwq__btnText{color:var(--muted);background:0 0}.Header-module__vcZAwq__btnText:hover{color:var(--text)}.Header-module__vcZAwq__btnOutline{color:var(--text);border:1px solid var(--line);background:0 0}.Header-module__vcZAwq__btnOutline:hover{background:color-mix(in srgb,var(--glass)60%,transparent)}.Header-module__vcZAwq__btnPrimary{background:linear-gradient(90deg,var(--accent1),var(--accent2));color:var(--onPrimary);border:none;box-shadow:0 12px 26px #0006}.Header-module__vcZAwq__btnPrimary:hover{transform:translateY(-1px);box-shadow:0 16px 36px #00000080}.Header-module__vcZAwq__mobileControls{justify-self:end;align-items:center;gap:8px;display:none}.Header-module__vcZAwq__mobileToggle,.Header-module__vcZAwq__userQuick{background:var(--glass);color:var(--text);border:1px solid var(--line);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s,border-color .2s,transform .12s;display:flex}.Header-module__vcZAwq__mobileToggle:hover,.Header-module__vcZAwq__userQuick:hover{background:color-mix(in srgb,var(--glass)80%,var(--accent1)10%)}.Header-module__vcZAwq__mobileToggle svg,.Header-module__vcZAwq__userQuick svg{flex-shrink:0;width:20px;height:20px}.Header-module__vcZAwq__userDropdown{background:var(--glass);border:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:61;border-radius:12px;gap:6px;min-width:180px;padding:8px;animation:.15s Header-module__vcZAwq__pop;display:grid;position:absolute;top:72px;right:calc(2rem + 16px);box-shadow:0 16px 46px #0006}@keyframes Header-module__vcZAwq__pop{0%{opacity:0;transform:translateY(-4px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.Header-module__vcZAwq__dropItem{color:var(--text);cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:center;gap:8px;padding:10px;transition:background .15s;display:flex}.Header-module__vcZAwq__dropItem:hover{background:color-mix(in srgb,var(--glass)80%,var(--accent1)8%)}.Header-module__vcZAwq__mobileMenu{pointer-events:none;opacity:0;border-radius:var(--r);border:1px solid var(--line);background:var(--glass);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);width:calc(100% - 4rem);max-height:0;box-shadow:0 24px 60px var(--shadow-strong);margin:0 2rem;transition:max-height .35s,opacity .3s,margin .3s;overflow:hidden}.Header-module__vcZAwq__mobileMenu.Header-module__vcZAwq__open{pointer-events:auto;opacity:1;max-height:70vh;margin-top:8px}.Header-module__vcZAwq__mobileInner{gap:10px;max-height:70vh;padding:14px;display:grid;overflow-y:auto}.Header-module__vcZAwq__mobileLink{text-align:center;color:var(--muted);border:1px solid #0000;border-radius:10px;padding:12px;transition:background .15s,color .15s,border-color .15s;display:block}.Header-module__vcZAwq__mobileLink:hover{color:var(--text);background:color-mix(in srgb,var(--glass)80%,var(--accent1)10%);border-color:var(--line)}.Header-module__vcZAwq__mobileActions{gap:10px;margin-top:6px;display:grid}.Header-module__vcZAwq__mobileBtn,.Header-module__vcZAwq__mobileBtnOutline{cursor:pointer;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:12px;font-size:14px;font-weight:600;transition:transform .12s,background .2s,border-color .2s;display:inline-flex}.Header-module__vcZAwq__mobileBtn{background:linear-gradient(90deg,var(--accent1),var(--accent2));color:var(--onPrimary);border:none}.Header-module__vcZAwq__mobileBtn:hover{transform:translateY(-1px)}.Header-module__vcZAwq__mobileBtnOutline{color:var(--text);border:1px solid var(--line);background:0 0}.Header-module__vcZAwq__mobileBtnOutline:hover{background:color-mix(in srgb,var(--glass)60%,var(--accent1)5%)}@media (max-width:1100px){.Header-module__vcZAwq__nav,.Header-module__vcZAwq__actions{display:none}.Header-module__vcZAwq__mobileControls{display:inline-flex}}@media (max-width:420px){.Header-module__vcZAwq__navbar{height:58px;padding:0 12px}.Header-module__vcZAwq__mobileToggle,.Header-module__vcZAwq__userQuick{width:34px;height:34px}}.Header-module__vcZAwq__themeToggle{background:var(--glass);border:1px solid var(--line);cursor:pointer;width:36px;height:36px;color:var(--accent1);border-radius:10px;justify-content:center;align-items:center;transition:background .2s,border-color .2s,transform .12s;display:flex}.Header-module__vcZAwq__themeToggle:hover{background:color-mix(in srgb,var(--glass)80%,var(--accent1)10%)}.Header-module__vcZAwq__themeToggle svg{width:18px;height:18px}[data-theme=light] .Header-module__vcZAwq__mobileMenu{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffe6}[data-theme=light] .Header-module__vcZAwq__mobileLink{color:#0f0f12}[data-theme=light] .Header-module__vcZAwq__mobileMenu.Header-module__vcZAwq__open{border-color:#0000002e}[data-theme=light] .Header-module__vcZAwq__dropItem{color:#0f0f12}
.Layout-module__jbLzUW__container{background:var(--bg);width:100%;min-height:100vh;color:var(--text);flex-direction:column;min-height:100vh;font-family:Inter,sans-serif;display:flex}.Layout-module__jbLzUW__main{padding-top:var(--header-height,80px);flex:1}.Layout-module__jbLzUW__footer{margin-top:200px}
.Navbar-module__dVeNwG__navbar{z-index:1100;box-sizing:border-box;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000fa;border-bottom:1px solid #ffffff0d;width:100%;padding:0 40px;position:fixed;top:0;left:0;right:0}.Navbar-module__dVeNwG__container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:16px 20px;display:flex}.Navbar-module__dVeNwG__logo img{object-fit:contain;height:46px}.Navbar-module__dVeNwG__navLinks{gap:30px;display:flex}.Navbar-module__dVeNwG__navLinks a{color:#fff;font-size:14px;text-decoration:none;position:relative}.Navbar-module__dVeNwG__navLinks a:after,.Navbar-module__dVeNwG__link:after,.Navbar-module__dVeNwG__link2:after{content:"";background:#2f8cff;width:0;height:2px;transition:all .3s;position:absolute;bottom:-4px;left:0}.Navbar-module__dVeNwG__navLinks a:hover:after{width:100%}.Navbar-module__dVeNwG__actions{align-items:center;gap:30px;display:flex}.Navbar-module__dVeNwG__link,.Navbar-module__dVeNwG__link2{color:#fff;font-size:14px;text-decoration:none}.Navbar-module__dVeNwG__link2:hover{cursor:pointer}.Navbar-module__dVeNwG__cta{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2f8cff,#8b5cf6);border:none;border-radius:6px;padding:14px 16px;font-weight:600}.Navbar-module__dVeNwG__menuBtn{color:#fff;cursor:pointer;z-index:1200;display:none}.Navbar-module__dVeNwG__overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);opacity:0;pointer-events:none;z-index:1000;background:#0006;transition:all .3s;position:fixed;inset:0}.Navbar-module__dVeNwG__show{opacity:1;pointer-events:all}.Navbar-module__dVeNwG__mobileMenu{opacity:0;z-index:1050;background:#000;border-bottom-right-radius:20px;border-bottom-left-radius:20px;height:50vh;padding:20px;transition:all .4s;display:none;position:fixed;top:0;left:0;right:0;transform:translateY(-100%)scale(.95);box-shadow:0 20px 60px #0009}.Navbar-module__dVeNwG__open{opacity:1;transform:translateY(0)scale(1)}.Navbar-module__dVeNwG__mobileTop{justify-content:space-between;align-items:center;margin-bottom:30px;display:flex}.Navbar-module__dVeNwG__mobileTop img{height:20px}.Navbar-module__dVeNwG__mobileLinks{flex-direction:column;gap:10px;display:flex}.Navbar-module__dVeNwG__mobileItem{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;justify-content:space-between;align-items:center;padding:16px 18px;font-size:15px;font-weight:500;transition:all .25s;display:flex}.Navbar-module__dVeNwG__mobileItem:hover{background:#ffffff0f;border-color:#ffffff14;transform:translateY(-1px)}.Navbar-module__dVeNwG__mobileItem button{color:#fff;cursor:pointer;background:0 0;border:none;padding:0;font-size:15px;font-weight:500}@media (max-width:1100px){.Navbar-module__dVeNwG__actions .Navbar-module__dVeNwG__link{display:none}}@media (max-width:900px){.Navbar-module__dVeNwG__navLinks,.Navbar-module__dVeNwG__actions{display:none}.Navbar-module__dVeNwG__container{padding:12px 4px}.Navbar-module__dVeNwG__logo img{height:35px}.Navbar-module__dVeNwG__menuBtn{justify-content:center;align-items:center;width:40px;height:40px;display:flex}.Navbar-module__dVeNwG__mobileMenu{display:block}.Navbar-module__dVeNwG__navbar{padding:0 20px}.Navbar-module__dVeNwG__CTA{gap:12px;width:100%;margin-top:20px;display:flex}.Navbar-module__dVeNwG__mobileCTA,.Navbar-module__dVeNwG__mobileCTA2{cursor:pointer;border-radius:4px;flex:1;padding:14px 0;font-size:14px;font-weight:600;transition:all .2s}.Navbar-module__dVeNwG__mobileCTA{color:#fff;background:linear-gradient(135deg,#2f8cff,#8b5cf6);border:none}.Navbar-module__dVeNwG__mobileCTA:hover{opacity:.95;transform:translateY(-1px)}.Navbar-module__dVeNwG__mobileCTA2{color:#fff;background:0 0;border:1px solid #ffffff4d}.Navbar-module__dVeNwG__mobileCTA2:hover{background:#ffffff0d}.Navbar-module__dVeNwG__mobileCTA2{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}}.Navbar-module__dVeNwG__cta{color:#fff;background:linear-gradient(135deg,#2f8cff,#8b5cf6);border-radius:8px;padding:14px 18px;font-weight:600;transition:all .3s;position:relative;overflow:hidden}.Navbar-module__dVeNwG__cta:before{content:"";filter:blur(12px);opacity:.5;z-index:-1;background:linear-gradient(135deg,#2f8cff,#8b5cf6);position:absolute;inset:-2px}.Navbar-module__dVeNwG__cta:after{content:"";background:linear-gradient(120deg,#0000,#fff6,#0000);width:100%;height:100%;transition:all .6s;position:absolute;top:0;left:-100%}.Navbar-module__dVeNwG__cta:hover:after{left:100%}.Navbar-module__dVeNwG__cta:hover{transform:translateY(-2px)scale(1.03)}.Navbar-module__dVeNwG__mobileCTA{color:#fff;background:linear-gradient(135deg,#2f8cff,#8b5cf6);border:none;transition:all .3s;position:relative;overflow:hidden}.Navbar-module__dVeNwG__mobileCTA:before{content:"";filter:blur(10px);opacity:.5;z-index:-1;background:linear-gradient(135deg,#2f8cff,#8b5cf6);position:absolute;inset:-2px}.Navbar-module__dVeNwG__mobileCTA:after{content:"";background:linear-gradient(120deg,#0000,#fff6,#0000);width:100%;height:100%;transition:all .6s;position:absolute;top:0;left:-100%}.Navbar-module__dVeNwG__mobileCTA:hover:after{left:100%}@keyframes Navbar-module__dVeNwG__pulseGlow{0%{box-shadow:0 0 #2f8cff4d}50%{box-shadow:0 0 20px #2f8cff66}to{box-shadow:0 0 #2f8cff4d}}.Navbar-module__dVeNwG__mobileCTA{animation:3s infinite Navbar-module__dVeNwG__pulseGlow}.Navbar-module__dVeNwG__mobileCTA2{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #fff3;transition:all .3s;position:relative}.Navbar-module__dVeNwG__mobileCTA2:hover{background:#ffffff14;border-color:#ffffff59;transform:translateY(-1px)}
.Hero-module__PgAKtG__hero{isolation:isolate;color:#fff;background:#000;padding:100px 120px 80px;position:relative;overflow:hidden}.Hero-module__PgAKtG__heroContainer{max-width:1200px;margin:0 auto;padding:0 32px}.Hero-module__PgAKtG__container{z-index:2;z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:60px;max-width:1200px;margin:0 auto;display:grid;position:relative}.Hero-module__PgAKtG__left{text-align:left}.Hero-module__PgAKtG__sub{color:#cbd5f5;margin-top:20px;font-size:16px}.Hero-module__PgAKtG__trust{color:#64748b;margin-top:10px;font-size:13px}.Hero-module__PgAKtG__cta{gap:14px;margin-top:30px;display:flex}.Hero-module__PgAKtG__primaryBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2f8cff,#8b5cf6);border:none;border-radius:5px;padding:14px 45px;font-weight:600;transition:all .2s}.Hero-module__PgAKtG__primaryBtn:hover{transform:translateY(-2px)}.Hero-module__PgAKtG__primaryBtn2{display:none}.Hero-module__PgAKtG__secondaryBtn{color:#fff;cursor:pointer;background:0 0;border:1px solid #334155;border-radius:5px;padding:14px 24px}.Hero-module__PgAKtG__cards{white-space:nowrap;gap:12px;margin-top:30px;display:flex;overflow:hidden}.Hero-module__PgAKtG__cards span{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;padding:8px 14px;font-size:10px;animation:20s linear infinite Hero-module__PgAKtG__scrollTags;display:inline-block}@keyframes Hero-module__PgAKtG__scrollTags{0%{transform:translate(0)}to{transform:translate(-200%)}}.Hero-module__PgAKtG__heading{letter-spacing:-1px;font-size:clamp(40px,5vw,60px);font-weight:700;line-height:1.05}.Hero-module__PgAKtG__sub{color:#fff;max-width:520px;margin-top:5px;font-size:15px;font-weight:500;line-height:1.4}.Hero-module__PgAKtG__right{justify-content:center;align-items:center;display:flex}.Hero-module__PgAKtG__mock{aspect-ratio:9/16;background:#0f172a;border:1px solid #ffffff14;border-radius:20px;width:100%;max-width:380px;height:450px;position:relative;overflow:hidden;box-shadow:0 30px 80px #000000b3}.Hero-module__PgAKtG__mock img{object-fit:cover;width:100%;height:100%;display:block}.Hero-module__PgAKtG__mock{transition:transform .4s,box-shadow .4s}.Hero-module__PgAKtG__mock:hover{transform:translateY(-6px)scale(1.02);box-shadow:0 40px 100px #000000e6}.Hero-module__PgAKtG__videoOverlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;background:#0000008c;border:1px solid #ffffff14;border-radius:12px;align-items:center;gap:12px;padding:12px 14px;transition:all .3s;display:flex;position:absolute;bottom:16px;left:16px;right:16px}.Hero-module__PgAKtG__videoOverlay:hover{background:#000000bf;transform:translateY(-2px)}.Hero-module__PgAKtG__playButton{color:#000;background:linear-gradient(135deg,#fff,#e5e7eb);border-radius:999px;justify-content:center;align-items:center;width:42px;height:42px;font-size:14px;font-weight:700;display:flex;box-shadow:0 6px 18px #f006}.Hero-module__PgAKtG__videoText{flex-direction:column;line-height:1.2;display:flex}.Hero-module__PgAKtG__playSmall{text-align:start;color:#fff;font-size:11px}.Hero-module__PgAKtG__playBig{color:#fff;font-size:13px;font-weight:600}@media (max-width:600px){.Hero-module__PgAKtG__hero{padding:100px 20px 60px}.Hero-module__PgAKtG__container{grid-template-columns:1fr;gap:40px}.Hero-module__PgAKtG__right{order:1}.Hero-module__PgAKtG__left{text-align:center;order:2}.Hero-module__PgAKtG__heading{font-size:32px;line-height:1.1}.Hero-module__PgAKtG__sub{max-width:90%;margin:10px auto 0;font-size:14px}.Hero-module__PgAKtG__cta,.Hero-module__PgAKtG__cards{justify-content:center}.Hero-module__PgAKtG__mock{max-width:320px;height:380px;margin:0 auto}.Hero-module__PgAKtG__videoOverlay{gap:10px;padding:10px}.Hero-module__PgAKtG__playButton{width:34px;height:34px;font-size:12px}.Hero-module__PgAKtG__playBig{font-size:12px}.Hero-module__PgAKtG__playSmall{font-size:10px}}@media (max-width:1024px){.Hero-module__PgAKtG__hero{padding:100px 120px 80px}.Hero-module__PgAKtG__container{gap:40px}.Hero-module__PgAKtG__heading{font-size:42px}.Hero-module__PgAKtG__sub{max-width:480px;font-size:15px}.Hero-module__PgAKtG__mock{max-width:320px;height:420px}.Hero-module__PgAKtG__cards span{padding:7px 12px;font-size:9px}.Hero-module__PgAKtG__primaryBtn{padding:12px 30px}.Hero-module__PgAKtG__container{grid-template-columns:1fr 1fr;gap:40px}.Hero-module__PgAKtG__left{text-align:left}}@media (max-width:800px){.Hero-module__PgAKtG__hero{padding:80px 20px 40px}}@media (max-width:699px){.Hero-module__PgAKtG__hero{padding:90px 18px 60px}.Hero-module__PgAKtG__container{grid-template-columns:1fr;gap:20px}.Hero-module__PgAKtG__right{order:1;justify-content:center}.Hero-module__PgAKtG__left{text-align:center;order:2}.Hero-module__PgAKtG__heading{text-align:start;letter-spacing:-.5px;font-size:30px;line-height:1.15}.Hero-module__PgAKtG__sub{text-align:start;font-size:14px;line-height:1.5}.Hero-module__PgAKtG__cta{justify-content:start;width:100%;margin-top:20px}.Hero-module__PgAKtG__primaryBtn2{display:block}.Hero-module__PgAKtG__primaryBtn,.Hero-module__PgAKtG__primaryBtn2{width:50%;max-width:260px;padding:13px 0;font-size:14px}.Hero-module__PgAKtG__primaryBtn2{color:#fff;background:0 0;border:1px solid #ffffff4d}.Hero-module__PgAKtG__cards{justify-content:start;gap:4px;margin-top:20px}.Hero-module__PgAKtG__cards span{padding:5px 6px;font-size:10px}.Hero-module__PgAKtG__mock{border-radius:1px;max-width:500px;height:380px;margin:0 auto}.Hero-module__PgAKtG__videoOverlay{gap:10px;padding:10px;bottom:12px}.Hero-module__PgAKtG__playButton{width:32px;height:32px;font-size:11px}.Hero-module__PgAKtG__playBig{font-size:12px}.Hero-module__PgAKtG__playSmall{font-size:10px}}.Hero-module__PgAKtG__primaryBtn{position:relative;overflow:hidden}.Hero-module__PgAKtG__primaryBtn:after{content:"";background:linear-gradient(120deg,#0000,#fff6,#0000);width:100%;height:100%;transition:all .6s;position:absolute;top:0;left:-100%}.Hero-module__PgAKtG__primaryBtn:hover:after{left:100%}.Hero-module__PgAKtG__cards span:hover{background:#2f8cff26;border-color:#2f8cff4d}.Hero-module__PgAKtG__mock{animation:6s ease-in-out infinite Hero-module__PgAKtG__floatMock}@keyframes Hero-module__PgAKtG__floatMock{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.Hero-module__PgAKtG__hero{overflow:hidden}.Hero-module__PgAKtG__left{text-align:left;animation:.55s both Hero-module__PgAKtG__heroFadeUp}.Hero-module__PgAKtG__heading span{animation:.6s both Hero-module__PgAKtG__heroFadeUp;display:block}.Hero-module__PgAKtG__heading span:nth-child(2){animation-delay:80ms}.Hero-module__PgAKtG__sub{color:#fff;max-width:520px;margin-top:5px;font-size:15px;font-weight:500;line-height:1.4;animation:.6s .16s both Hero-module__PgAKtG__heroFadeUp}.Hero-module__PgAKtG__cta{gap:14px;margin-top:30px;animation:.6s .24s both Hero-module__PgAKtG__heroFadeUp;display:flex}.Hero-module__PgAKtG__cards{white-space:nowrap;gap:12px;margin-top:30px;animation:.6s .32s both Hero-module__PgAKtG__heroFadeUp;display:flex;overflow:hidden}.Hero-module__PgAKtG__right{justify-content:center;align-items:center;animation:.65s .12s both Hero-module__PgAKtG__heroZoomIn;display:flex}.Hero-module__PgAKtG__image{object-fit:cover;width:100%;height:100%;display:block}@keyframes Hero-module__PgAKtG__heroFadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes Hero-module__PgAKtG__heroZoomIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.Hero-module__PgAKtG__left,.Hero-module__PgAKtG__heading span,.Hero-module__PgAKtG__sub,.Hero-module__PgAKtG__cta,.Hero-module__PgAKtG__cards,.Hero-module__PgAKtG__right,.Hero-module__PgAKtG__mock,.Hero-module__PgAKtG__cards span{transition:none!important;animation:none!important}}@media (max-width:425px){.Hero-module__PgAKtG__cta{justify-content:stretch;gap:8px;width:100%;display:flex}.Hero-module__PgAKtG__primaryBtn,.Hero-module__PgAKtG__primaryBtn2{white-space:nowrap;flex:1 1 0;width:auto;min-width:0;max-width:none;padding:12px 8px;font-size:12px}}@media (max-width:360px){.Hero-module__PgAKtG__cta{flex-direction:column}.Hero-module__PgAKtG__primaryBtn,.Hero-module__PgAKtG__primaryBtn2{width:100%;font-size:13px}}@media (max-width:425px){.Hero-module__PgAKtG__cta{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:10px;width:100%}.Hero-module__PgAKtG__primaryBtn,.Hero-module__PgAKtG__primaryBtn2{white-space:nowrap;border-radius:10px;width:100%;min-width:0;max-width:none;height:46px;padding:0 14px;font-size:13px}.Hero-module__PgAKtG__cards{scrollbar-width:none;justify-content:flex-start;gap:8px;width:100%;padding-bottom:4px;overflow-x:auto}.Hero-module__PgAKtG__cards::-webkit-scrollbar{display:none}.Hero-module__PgAKtG__cards span{flex:none;padding:6px 9px;font-size:10px;animation:none}}@media (max-width:700px){.Hero-module__PgAKtG__hero{width:100%;padding:86px 16px 52px;overflow-x:hidden}.Hero-module__PgAKtG__container{grid-template-columns:1fr;gap:22px;width:100%;min-width:0;max-width:100%;display:grid}.Hero-module__PgAKtG__left,.Hero-module__PgAKtG__right{width:100%;min-width:0;max-width:100%}.Hero-module__PgAKtG__right{order:1}.Hero-module__PgAKtG__left{text-align:left;order:2}.Hero-module__PgAKtG__mock{border-radius:0;width:100%;max-width:100%;height:405px}.Hero-module__PgAKtG__heading{letter-spacing:-.5px;overflow-wrap:break-word;width:100%;max-width:100%;font-size:clamp(29px,7vw,38px);line-height:1.08}.Hero-module__PgAKtG__heading span{white-space:normal;max-width:100%;display:block}.Hero-module__PgAKtG__sub{overflow-wrap:break-word;width:100%;max-width:100%;margin:14px 0 0;font-size:14px;line-height:1.5}.Hero-module__PgAKtG__cta{grid-template-columns:1fr;gap:10px;width:100%;margin-top:24px;display:grid}.Hero-module__PgAKtG__primaryBtn,.Hero-module__PgAKtG__primaryBtn2{white-space:nowrap;border-radius:10px;justify-content:center;align-items:center;width:100%;min-width:0;max-width:100%;height:46px;padding:0 14px;font-size:13px;font-weight:700;display:flex}.Hero-module__PgAKtG__primaryBtn2{color:#fff;background:0 0;border:1px solid #ffffff38}.Hero-module__PgAKtG__cards{white-space:nowrap;scrollbar-width:none;justify-content:flex-start;gap:8px;width:100%;max-width:100%;margin-top:16px;padding-bottom:4px;display:flex;overflow:auto hidden}.Hero-module__PgAKtG__cards::-webkit-scrollbar{display:none}.Hero-module__PgAKtG__cards span{flex:none;padding:7px 10px;font-size:10px;animation:none}.Hero-module__PgAKtG__videoOverlay{max-width:calc(100% - 28px);bottom:14px;left:14px;right:14px}}@media (max-width:430px){.Hero-module__PgAKtG__hero{padding-left:18px;padding-right:18px}.Hero-module__PgAKtG__mock{height:405px}.Hero-module__PgAKtG__heading{font-size:30px;line-height:1.1}.Hero-module__PgAKtG__sub{font-size:13.5px}}@media (max-width:360px){.Hero-module__PgAKtG__hero{padding-left:14px;padding-right:14px}.Hero-module__PgAKtG__heading{font-size:27px}.Hero-module__PgAKtG__mock{height:220px}.Hero-module__PgAKtG__primaryBtn,.Hero-module__PgAKtG__primaryBtn2{height:44px;font-size:12.5px}}
