@charset "UTF-8";
:root{--bg:#fafbf9;--ink:#171e2b;--muted:#67707c;--line:#e2e6e9;--blue:#2758df;--blue-dark:#1941b2;--radius:28px;--ease:cubic-bezier(.22,1,.36,1);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--bg);font-synthesis:none}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button,a,summary{-webkit-tap-highlight-color:transparent}button{cursor:pointer}img{max-width:100%;height:auto;display:block}svg{flex-shrink:0}figure{margin:0}::selection{background:#d5e2ff}:focus-visible{outline:3px solid var(--blue);outline-offset:5px}.wrap{width:min(1240px,calc(100% - 80px));margin-inline:auto}.skip-link{position:fixed;z-index:100;left:20px;top:-80px;background:var(--ink);color:white;padding:14px 20px;border-radius:12px}.skip-link:focus{top:12px}.site-header{border-bottom:1px solid var(--line);position:relative;z-index:20;background:var(--bg)}.nav-wrap{min-height:94px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;gap:11px;font-size:18px;letter-spacing:-.6px;font-weight:750}.brand img{border-radius:11px}.desktop-nav{display:flex;align-items:center;gap:30px;font-size:14px;font-weight:550}.desktop-nav a{color:#4c5664;transition:color 180ms}.desktop-nav a:hover{color:var(--blue)}.nav-actions{display:flex;gap:20px;align-items:center}.button{display:inline-flex;align-items:center;justify-content:center;gap:14px;border-radius:100px;background:var(--blue);color:#fff;font-weight:650;font-size:15px;padding:18px 24px;transition:background 180ms,transform 250ms var(--ease);min-height:54px}.button:hover{background:var(--blue-dark);transform:translateY(-2px)}.button-small{min-height:42px;padding:11px 20px;font-size:14px}.language-picker{position:relative;font-size:13px}.language-picker summary{display:flex;align-items:center;gap:6px;list-style:none;cursor:pointer;min-height:44px;font-weight:650}.language-picker summary::-webkit-details-marker{display:none}.language-picker nav{position:absolute;top:52px;right:0;width:300px;padding:12px;background:white;box-shadow:0 16px 60px #1a2d4920;border:1px solid var(--line);border-radius:18px;display:grid;grid-template-columns:1fr 1fr;gap:4px}.language-picker nav a{font-size:14px;padding:10px 12px;border-radius:9px;min-height:42px}.language-picker nav a:hover,.language-picker nav a[aria-current]{background:#edf2ff;color:var(--blue)}.hero{min-height:710px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:24px;padding-block:66px 56px}.hero-copy{position:relative;z-index:2}.eyebrow{text-transform:uppercase;letter-spacing:1.5px;font-size:12px;font-weight:750;display:flex;align-items:center;gap:9px;margin:0 0 32px}.status-dot{width:6px;height:6px;border-radius:50%;background:var(--blue)}h1{font-size:clamp(48px,5.3vw,78px);font-weight:600;line-height:1.04;letter-spacing:-4px;margin:0 0 27px}h1 em{font-style:normal;color:var(--blue);font-weight:450}.hero-intro{font-size:18px;line-height:1.75;color:var(--muted);max-width:440px;margin:0 0 34px}.hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:20px}.button-store{gap:12px;padding:17px 22px;font-size:14px}.arrow{margin-left:6px}.text-link{font-size:14px;display:inline-flex;align-items:center;gap:10px;font-weight:650;min-height:44px}.text-link:hover{color:var(--blue)}.platform-note{font-size:12px;color:var(--muted);margin-top:21px}.hero-visual{height:586px;position:relative;isolation:isolate}.hero-visual:before{content:"";position:absolute;inset:12% -8% 0;background:radial-gradient(ellipse,#e3eafd 0%,#eef2fc88 48%,transparent 72%);z-index:-2}.orbit{position:absolute;border:1px solid #b7c6ef66;border-radius:50%;width:570px;height:570px;top:0;left:20px;z-index:-1}.orbit-two{width:470px;height:470px;left:70px;top:50px}.hero-shot{position:absolute;background:#fbf9f4;border:6px solid #252a30;border-radius:38px;box-shadow:0 28px 55px #192d4824,0 3px 4px #0002;overflow:hidden}.hero-shot-primary{width:267px;right:32px;top:0;transform:rotate(5deg);z-index:2}.hero-shot-secondary{width:227px;left:18px;top:56px;transform:rotate(-7deg);z-index:1}.hero-caption{position:absolute;z-index:3;bottom:10px;left:46px;background:var(--bg);border:1px solid var(--line);box-shadow:0 9px 25px #20314c09;border-radius:100px;font-size:12px;padding:14px 21px;display:flex;gap:12px;align-items:center}.hero-caption span{font-size:21px;color:var(--blue)}.proof-strip{border-block:1px solid var(--line);padding:26px 0;display:flex;align-items:center;justify-content:space-between;gap:24px}.proof-strip>div{display:flex;align-items:center;gap:13px}.proof-strip strong,.proof-house{font-size:28px;font-weight:500;letter-spacing:-1px}.proof-strip span:not(.proof-house){color:var(--muted);font-size:13px;max-width:130px}.proof-strip p{max-width:190px;text-align:right;font-size:11px;color:var(--muted);line-height:1.5}.site-footer{padding-block:44px;display:flex;justify-content:space-between;gap:30px}.site-footer p{font-size:14px;color:var(--muted)}.footer-links{display:flex;flex-wrap:wrap;gap:24px;align-items:center;font-size:13px}.footer-links>span{color:var(--muted);font-size:12px}.footer-links a:hover{color:var(--blue)}
@media(min-width:1500px){.hero{min-height:760px}.hero-visual{transform:scale(1.04)}}
@media(max-width:1100px){.wrap{width:calc(100% - 48px)}.desktop-nav{gap:18px}.hero{gap:0}.hero-visual{transform:scale(.87);transform-origin:center right}.hero-actions{gap:10px}.hero-intro{max-width:360px}h1{font-size:58px;letter-spacing:-3px}.brand{font-size:16px}.nav-actions{gap:12px}}
@media(max-width:800px){.desktop-nav{display:none}.nav-wrap{min-height:78px}.hero{grid-template-columns:1fr;text-align:center;padding-top:52px;gap:20px}.hero-copy{max-width:640px;margin:auto}.eyebrow{justify-content:center;margin-bottom:25px}.hero-intro{max-width:470px;margin-inline:auto}.hero-actions{justify-content:center;gap:18px}h1{font-size:clamp(44px,8vw,68px)}.hero-visual{width:540px;max-width:100%;margin:auto;transform:none;height:575px}.hero-shot-primary{right:40px}.hero-shot-secondary{left:35px}.proof-strip{flex-wrap:wrap;justify-content:center;gap:24px}.proof-strip p{max-width:none;width:100%;text-align:center;margin:0}.site-footer{flex-direction:column}.footer-links{justify-content:space-between}}
@media(max-width:500px){.wrap{width:calc(100% - 36px)}.nav-actions{gap:12px}.nav-actions .button-small{display:none}.brand{font-size:16px}.brand img{width:34px;height:34px}.hero{padding-top:42px;padding-bottom:30px}.eyebrow{font-size:10px;letter-spacing:1.1px}h1{font-size:clamp(39px,10vw,51px);letter-spacing:-2.4px;line-height:1.09}.hero-intro{font-size:16px;line-height:1.7;margin-bottom:25px}.hero-actions{gap:8px 18px}.button-store{font-size:13px;padding-inline:18px}.hero-visual{height:470px;margin-top:12px}.hero-shot-primary{width:55%;right:1%;top:0;border-width:4px;border-radius:30px}.hero-shot-secondary{width:47%;left:0;top:54px;border-width:4px;border-radius:28px}.hero-caption{left:0;bottom:0;font-size:11px;padding:10px 17px}.orbit-one{width:380px;height:380px;left:-15px;top:15px}.orbit-two{width:300px;height:300px;left:20px;top:55px}.hero-visual:before{inset:0 -10px 0}.proof-strip{gap:18px}.proof-strip>div{gap:8px}.proof-strip span:not(.proof-house){font-size:11px;max-width:80px}.proof-strip strong,.proof-house{font-size:25px}.language-picker nav{width:min(300px,calc(100vw - 36px))}.footer-links{flex-direction:column;align-items:flex-start;gap:18px}.platform-note{font-size:11px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}

/* Keep the mobile grid track within the viewport: a fixed-width illustration
   must not set the intrinsic width of the entire hero column. */
@media(max-width:800px){
  .hero{grid-template-columns:minmax(0,1fr)}
  .hero-copy{width:100%;min-width:0}
  .hero-visual{min-width:0;width:min(540px,100%)}
  .hero-caption{max-width:100%}
}
@media(max-width:500px){
  .orbit-one{width:100%;height:auto;aspect-ratio:1;left:0}
  .orbit-two{width:82%;height:auto;aspect-ratio:1;left:9%}
}

/* Editorial sections */
body{overflow-x:clip}h1,h2,h3,p{overflow-wrap:break-word}h1,h2{text-wrap:balance}h2{font-size:clamp(34px,3.8vw,54px);font-weight:560;line-height:1.12;letter-spacing:-2.2px;margin:0}h3{font-size:23px;font-weight:600;line-height:1.3;letter-spacing:-.7px;margin:0}.section-space{padding-block:110px}.section-heading{display:grid;grid-template-columns:1.1fr 1fr;gap:80px;align-items:end;margin-bottom:55px}.section-heading h2{max-width:640px}.section-heading .eyebrow,.center-heading .eyebrow{margin-bottom:23px}.section-intro{font-size:17px;line-height:1.75;color:var(--muted);margin:0}.section-heading .section-intro{max-width:420px;padding-bottom:4px}.feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.reading-visual{min-width:0;height:705px;border-radius:32px;background:#edf1f7;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;isolation:isolate}.reading-visual:before{content:"";position:absolute;width:420px;height:420px;border-radius:50%;background:#dce5f9;z-index:-1;left:-190px;top:60px}.reading-orbit{position:absolute;width:560px;height:560px;border:1px solid #ced8e9;border-radius:50%;z-index:-1;right:-330px;bottom:-120px}.reading-shot{width:274px;max-width:73%;border:6px solid #282d32;border-radius:36px;overflow:hidden;box-shadow:0 24px 50px #213a5b26;transform:rotate(-3deg);margin-bottom:15px}.reading-visual figcaption{position:absolute;bottom:16px;left:20px;right:20px;font-size:12px;color:#5c687a;text-align:center;line-height:1.5}.feature-list article{display:grid;grid-template-columns:30px 1fr;gap:18px;padding:31px 0;border-top:1px solid var(--line)}.feature-list article:first-child{padding-top:0;border:0}.feature-list article:last-child{padding-bottom:0}.feature-number{color:var(--blue);font-size:14px;font-variant-numeric:tabular-nums;padding-top:6px}.feature-list p{font-size:16px;color:var(--muted);line-height:1.8;margin:13px 0 0;max-width:420px}.center-heading{text-align:center;max-width:780px;margin-inline:auto}.center-heading .eyebrow{justify-content:center}.center-heading .section-intro{max-width:680px;margin:24px auto 0}.devices{background:#f0f2f5;overflow:hidden}.device-switcher{text-align:center;margin:34px 0 20px}.device-switcher[hidden],[hidden]{display:none!important}.t-tabs{--tabs-bar-bg:#e3e7ee;--tabs-text-active:var(--ink);--tabs-text-muted:#637083;--tabs-pill-bg:#fff;max-width:100%}.t-tab{height:44px;min-width:108px;font-size:15px;padding:10px 24px;font-weight:600}.t-tabs-pill{height:44px;box-shadow:0 2px 6px #1b2d4510}.device-stage{max-width:1080px;margin:34px auto 0;min-width:0}.device-panel{margin-top:28px}.device-art{height:clamp(350px,54vw,690px);display:flex;align-items:center;justify-content:center;padding:24px 12px}.device-art img{object-fit:contain;width:auto;max-width:100%;max-height:100%;box-shadow:0 20px 50px #20344e23}.device-mac img{border-radius:15px;border:1px solid #c5c8cd}.device-ipad img{border:9px solid #252b32;border-radius:27px}.device-iphone img{border:6px solid #252b32;border-radius:36px}.device-panel figcaption{text-align:center;display:flex;align-items:center;justify-content:center;gap:16px;font-size:14px;line-height:1.6;margin:25px auto 0;max-width:650px;min-height:46px}.device-panel figcaption strong{font-size:16px}.device-panel figcaption span{color:#5b687a}.demo-caption{text-align:center;font-size:12px;color:#6a7585;margin:15px 0 0;line-height:1.5}.trust-section{padding-bottom:105px}.trust-card{display:grid;grid-template-columns:1.25fr 1fr;gap:90px;padding:70px;border-radius:32px;background:#182333;color:white;position:relative;overflow:hidden}.trust-copy .eyebrow{color:#a9c4ff;margin-bottom:26px}.trust-copy h2{font-size:clamp(34px,3.4vw,48px);letter-spacing:-1.9px}.trust-copy>p:not(.eyebrow){color:#b9c3d1;font-size:16px;line-height:1.85;margin:24px 0 20px;max-width:490px}.trust-copy .text-link{color:#d6e4ff;text-decoration:underline;text-underline-offset:5px;font-size:14px}.trust-points{list-style:none;margin:0;padding:14px 0;display:flex;flex-direction:column;justify-content:center;gap:29px}.trust-points li{display:flex;align-items:center;gap:20px;font-size:16px;font-weight:500;line-height:1.6}.trust-icon{display:grid;place-items:center;flex-shrink:0;width:62px;height:62px;border-radius:18px;background:#263449;border:1px solid #3d4c62}.trust-icon svg{width:29px;height:29px;fill:none;stroke:#b5cbff;stroke-width:1.4;stroke-linejoin:round;stroke-linecap:round}.faq-section{display:grid;grid-template-columns:.85fr 1.15fr;gap:90px;padding-bottom:5px}.faq-intro h2{font-size:42px;max-width:360px}.faq-intro .eyebrow{margin-bottom:22px}.faq-intro .text-link{margin-top:25px;color:var(--blue)}.t-acc{border-bottom:1px solid var(--line)}.t-acc:first-child{border-top:1px solid var(--line)}.t-acc h3{font-size:inherit;letter-spacing:0}.t-acc-head{display:flex;align-items:center;justify-content:space-between;gap:28px;width:100%;padding:25px 0;color:var(--ink);background:transparent;border:0;text-align:left;font-weight:560;line-height:1.5;font-size:17px}.t-acc-head:hover{color:var(--blue)}.t-acc-chevron{flex-shrink:0;color:var(--blue)}.t-acc-panel-inner{min-height:0}.t-acc-panel p{margin:0;padding:0 35px 25px 0;font-size:15px;color:var(--muted);line-height:1.8}.final-section{padding-bottom:66px}.final-cta{position:relative;isolation:isolate;padding:66px 70px;background:var(--blue);color:white;border-radius:32px;display:grid;grid-template-columns:1.3fr .7fr;gap:40px;overflow:hidden}.final-cta h2{max-width:650px;font-size:clamp(38px,4.1vw,58px)}.final-cta p{max-width:480px;font-size:17px;line-height:1.7;color:#e2eaff;margin:20px 0 28px}.button-white{background:white;color:#1f49b6}.button-white:hover{background:#eef3ff}.final-cta .cta-platforms{margin:19px 0 0;font-size:12px}.cta-art{display:grid;place-items:center;position:relative;min-height:220px}.cta-art img{border-radius:37px;transform:rotate(9deg);box-shadow:0 22px 55px #142b744d;z-index:1}.cta-art span{position:absolute;width:320px;height:320px;border:1px solid #6f92ef;border-radius:50%;z-index:-1}.cta-art span:nth-child(2){width:470px;height:470px;border-color:#648bed}.site-footer{border-top:1px solid var(--line);padding-top:35px;padding-bottom:40px}.footer-links{justify-content:flex-end;font-size:14px}.brand{line-height:1.35}.brand img{flex-shrink:0}.nav-wrap>*{min-width:0}.hero-visual{min-width:0}.proof-strip span:not(.proof-house){font-size:14px}.proof-strip p{font-size:12px}.platform-note{font-size:13px}.hero-caption{font-size:13px;max-width:95%;line-height:1.5}.eyebrow{line-height:1.6}.section-heading>div,.feature-list,.hero-copy,.trust-copy,.faq-intro{min-width:0}html:lang(ja) h1,html:lang(zh) h1{font-size:clamp(42px,4.5vw,68px);letter-spacing:-1.5px}html:lang(ja) h2,html:lang(zh) h2{line-height:1.4;letter-spacing:-1px}html:lang(th) h1,html:lang(th) h2,html:lang(ka) h1,html:lang(ka) h2{line-height:1.3;letter-spacing:-1px}html:lang(kk) h1,html:lang(tg) h1,html:lang(ka) h1{font-size:clamp(40px,4.3vw,64px)}
/* Quiet, readable legal pages use the same navigation and language routes. */
.policy{padding-block:54px 100px}.policy-heading{max-width:960px;margin-bottom:55px}.policy-heading .text-link{color:var(--blue);margin-bottom:55px}.policy-heading .eyebrow{color:var(--muted);letter-spacing:.5px;text-transform:none;margin-bottom:18px;font-size:14px}.policy-heading h1{font-size:clamp(36px,4.6vw,62px);line-height:1.15;letter-spacing:-2px;margin-bottom:24px;overflow-wrap:anywhere}.policy-notice{max-width:800px;font-size:18px;line-height:1.7;color:var(--muted)}.policy-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:80px;align-items:start;border-top:1px solid var(--line);padding-top:40px}.policy-toc{position:sticky;top:35px;display:grid;gap:3px}.policy-toc a{font-size:14px;line-height:1.55;padding:9px 12px;color:#5c6879;border-radius:9px}.policy-toc a:hover{background:#edf2ff;color:var(--blue)}.policy-content{max-width:770px}.policy-content section{margin-bottom:40px}.policy-content h2{font-size:24px;line-height:1.4;letter-spacing:-.55px;text-wrap:initial}.policy-content p{font-size:16px;line-height:1.9;color:#485467;margin:16px 0;overflow-wrap:anywhere}.policy-contact{border-top:1px solid var(--line);padding-top:30px}.policy-contact>div{display:flex;gap:25px;flex-wrap:wrap;margin-top:25px;font-size:14px;color:var(--blue)}.not-found{padding-block:80px}.not-found h1{margin-top:80px}.not-found p{font-size:20px;color:var(--muted)}.not-found .button{margin-top:25px}
@media(min-width:801px) and (max-width:1100px){.hero-visual{width:510px;max-width:120%;justify-self:end}.hero-shot-primary{right:0}.hero-shot-secondary{left:0}}
@media(max-width:1100px){.desktop-nav{display:none}.section-heading,.feature-grid{gap:45px}.trust-card{padding:48px;gap:45px}.faq-section{gap:50px}.final-cta{padding:55px 45px}.policy-layout{gap:40px;grid-template-columns:220px minmax(0,1fr)}.proof-strip p{max-width:150px}.hero h1{font-size:clamp(42px,5.7vw,62px)}}
@media(max-width:800px){.section-space{padding-block:76px}.section-heading{grid-template-columns:1fr;gap:22px;margin-bottom:36px}.section-heading .section-intro{max-width:620px}.feature-grid{gap:36px;grid-template-columns:1fr}.reading-visual{height:680px}.feature-list{margin-top:6px}.feature-list article{padding-block:24px}.feature-list p{max-width:none}.center-heading{max-width:610px}.center-heading .section-intro{font-size:16px}.trust-card{grid-template-columns:1fr;gap:30px}.trust-copy h2{max-width:540px}.trust-points{gap:22px}.trust-points li{font-size:16px}.trust-section{padding-bottom:76px}.faq-section{grid-template-columns:1fr;gap:28px}.faq-intro h2{max-width:600px;font-size:38px}.faq-intro .text-link{margin-top:18px}.final-cta{grid-template-columns:1fr;padding:46px 38px;gap:28px}.cta-art{display:none}.final-cta h2{max-width:570px}.final-cta p{max-width:570px}.section-heading .eyebrow,.center-heading .eyebrow{margin-bottom:18px}.device-art{height:clamp(300px,70vw,580px);padding:15px 0}.device-panel figcaption{flex-direction:column;gap:3px;min-height:65px}.device-stage{margin-top:20px}.device-ipad img{border-width:6px;border-radius:20px}.device-iphone img{border-width:5px;border-radius:27px}.device-mac img{border-radius:10px}.policy-layout{grid-template-columns:1fr;gap:40px}.policy-toc{position:static;grid-template-columns:1fr 1fr;padding-bottom:28px;border-bottom:1px solid var(--line)}.policy-heading .text-link{margin-bottom:35px}.policy-heading{margin-bottom:35px}.footer-links{justify-content:flex-start}.hero h1{font-size:clamp(44px,8vw,68px)}.proof-strip p{max-width:none}.hero-visual:before{inset-inline:0}}
@media(max-width:500px){h2{font-size:34px;letter-spacing:-1.5px}h3{font-size:21px}.section-space{padding-block:58px}.hero h1{font-size:clamp(36px,10vw,50px);letter-spacing:-1.9px}.hero-visual{height:calc(115vw + 20px);max-height:525px}.hero-shot-primary{right:2%;width:54%}.hero-shot-secondary{width:47%;left:1%}.hero-caption{font-size:12px;bottom:0}.platform-note{font-size:12px}.proof-strip>div{flex:1;flex-direction:column;align-items:flex-start;gap:5px}.proof-strip span:not(.proof-house){font-size:12px;max-width:none;line-height:1.5}.proof-strip strong,.proof-house{font-size:27px}.proof-strip p{font-size:12px}.eyebrow{font-size:11px;letter-spacing:1px}.section-intro{font-size:16px}.reading-visual{height:calc(140vw + 80px);max-height:640px;border-radius:24px}.reading-shot{width:260px;max-width:67%;border-radius:32px}.reading-visual figcaption{font-size:11px}.feature-list article{grid-template-columns:24px 1fr;gap:12px}.feature-list p{font-size:15px;line-height:1.8}.device-switcher{margin-top:25px}.t-tab{min-width:88px;padding-inline:19px}.device-art{height:clamp(270px,81vw,405px)}.device-ipad img{border-width:4px;border-radius:14px}.device-iphone img{border-width:4px;border-radius:20px}.device-panel figcaption{font-size:13px;margin-top:16px;min-height:88px}.demo-caption{font-size:11px;margin-top:8px}.trust-card{padding:34px 25px;border-radius:24px}.trust-copy h2{font-size:32px;letter-spacing:-1.2px}.trust-copy .eyebrow{margin-bottom:18px}.trust-copy>p:not(.eyebrow){font-size:15px}.trust-points{gap:18px}.trust-points li{font-size:14px;gap:14px}.trust-icon{width:50px;height:50px;border-radius:14px}.trust-icon svg{width:25px;height:25px}.faq-intro h2{font-size:34px}.t-acc-head{font-size:16px;padding-block:21px;gap:18px}.t-acc-panel p{font-size:14px;padding-right:8px;padding-bottom:22px}.final-cta{padding:38px 27px;border-radius:24px}.final-cta h2{font-size:36px;letter-spacing:-1.5px}.final-cta p{font-size:16px}.final-section{padding-bottom:46px}.site-footer{padding-bottom:30px}.site-footer p{font-size:13px}.footer-links{font-size:14px}.policy{padding-block:35px 65px}.policy-heading h1{font-size:34px;letter-spacing:-1px}.policy-notice{font-size:16px}.policy-toc{grid-template-columns:1fr;gap:0}.policy-toc a{padding:8px 0}.policy-content h2{font-size:22px}.policy-content p{font-size:15px}.policy-content section{margin-bottom:32px}.policy-heading .eyebrow{font-size:13px}.policy-contact .button{font-size:14px;padding:16px 20px}.nav-wrap{gap:15px}.brand{max-width:calc(100% - 75px)}html:lang(th) h1,html:lang(ka) h1,html:lang(kk) h1,html:lang(tg) h1{font-size:36px;letter-spacing:-.6px}html:lang(ja) h1,html:lang(zh) h1{font-size:36px}html:lang(th) .eyebrow,html:lang(ka) .eyebrow{letter-spacing:0}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
