*{margin:0;padding:0;box-sizing:border-box}:root{--bg:#F8F9FA;--ink:#0E1116;--ink-2:#39414C;--ink-3:#727A86;--line:#E4E7EB;--accent:#0D9488;--on-dark:#F8F9FA;--on-dark-2:#AEB6C0;--on-dark-line:rgba(255,255,255,0.12);--font:var(--font-space),"Space Grotesk",system-ui,-apple-system,sans-serif}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font);background:var(--bg);color:var(--ink);line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden;transition:opacity .2s ease}::selection{background:var(--ink);color:var(--bg)}a{color:inherit;text-decoration:none}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.skip-link{position:fixed;top:.75rem;left:.75rem;z-index:1000;padding:.7rem 1rem;border-radius:8px;background:var(--ink);color:var(--bg);font-weight:600;transform:translateY(calc(-100% - 1.5rem))}.skip-link:focus{transform:translateY(0)}.wrap{width:100%;max-width:1080px;margin:0 auto;padding:0 clamp(1.5rem,5vw,3rem)}.measure{max-width:40ch}.measure-wide{max-width:54ch}.eyebrow{font-size:.78rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-3)}h1{letter-spacing:-.035em;line-height:1}h1,h2{font-weight:700;color:var(--ink)}h2{letter-spacing:-.025em;line-height:1.08}.lead{font-size:clamp(1.1rem,1.6vw,1.4rem);line-height:1.55}.body,.lead{font-weight:400;color:var(--ink-2)}.body{font-size:clamp(1rem,1.3vw,1.18rem);line-height:1.62}.fine{font-size:.92rem;color:var(--ink-3)}b,strong{font-weight:600;color:var(--ink)}nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1.15rem clamp(1.5rem,5vw,3rem);transition:background .3s ease,border-color .3s ease,padding .3s ease;border-bottom:1px solid transparent}nav.scrolled{background:rgba(248,249,250,.82);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--line);padding:.85rem clamp(1.5rem,5vw,3rem)}.logo img{height:30px;width:auto;display:block}.nav-r{display:flex;align-items:center;gap:clamp(1.25rem,2.5vw,2.25rem)}.nav-link{font-size:.9rem;font-weight:500;color:var(--ink-2);transition:color .15s;white-space:nowrap}.nav-link:hover{color:var(--ink)}.nav-cta-label--mobile{display:none}.btn{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font);font-weight:600;cursor:pointer;transition:transform .12s ease,background .15s ease,box-shadow .15s ease;border:none;line-height:1}.btn-primary{font-size:1rem;color:var(--bg);background:var(--ink);padding:.95rem 1.6rem;border-radius:10px}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 8px 24px rgba(14,17,22,.18)}.btn-primary:active{transform:translateY(0)}.btn-primary svg{transition:transform .15s ease}.btn-primary:hover svg{transform:translateX(3px)}.nav-cta{font-size:.85rem;padding:.62rem 1.1rem;border-radius:9px}.btn-lg{font-size:1.08rem;padding:1.1rem 2rem}.btn-ghost{font-size:.95rem;color:var(--ink);background:transparent;padding:.9rem 1.5rem;border-radius:10px;box-shadow:inset 0 0 0 1.5px var(--line)}.btn-ghost:hover{box-shadow:inset 0 0 0 1.5px var(--ink-3)}.btn-cta{position:relative;display:inline-flex;align-items:center;justify-content:center;font-family:var(--font);font-weight:600;font-size:1rem;line-height:1;color:#fff;background:var(--ink);border:none;border-radius:10px;overflow:hidden;cursor:pointer;isolation:isolate;white-space:nowrap;padding:1rem 1.7rem 1rem 2.5rem;transition:transform .12s ease,box-shadow .2s ease}.btn-cta:hover{transform:translateY(-1px);box-shadow:0 12px 30px rgba(14,17,22,.22)}.btn-cta:active{transform:translateY(0)}.btn-cta:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;z-index:0;background:var(--accent);transition:width .45s cubic-bezier(.4,0,.2,1)}.btn-cta:hover:before{width:100%}.btn-cta-arrow{position:absolute;left:1rem;top:50%;transform:translateY(-50%);z-index:1;display:flex;align-items:center;justify-content:center;color:var(--accent);transition:color .25s ease,transform .45s cubic-bezier(.4,0,.2,1)}.btn-cta-arrow svg{width:13px;height:13px;display:block}.btn-cta:hover .btn-cta-arrow{color:#fff;transform:translateY(-50%) translateX(4px)}.btn-cta-label{position:relative;z-index:1}.btn-cta.lg{font-size:1.08rem;padding:1.15rem 2rem 1.15rem 2.9rem}.btn-cta.lg .btn-cta-arrow{left:1.2rem}.btn-cta.lg .btn-cta-arrow svg{width:15px;height:15px}.btn-cta.sm{font-size:.85rem;border-radius:9px;padding:.72rem 1.2rem .72rem 2rem}.btn-cta.sm .btn-cta-arrow{left:.85rem}.btn-cta.sm .btn-cta-arrow svg{width:11px;height:11px}.btn-cta.block{display:flex;width:100%}.btn-cta.ondark{box-shadow:inset 0 0 0 1px rgba(255,255,255,.16)}.btn-cta.ondark:hover{box-shadow:inset 0 0 0 1px rgba(255,255,255,.16),0 12px 30px rgba(0,0,0,.45)}main{padding-top:1px}section{padding-block:clamp(4.5rem,11vh,8rem)}.section-hero{min-height:92vh;display:flex;align-items:center;padding-top:7rem}.stack>*+*{margin-top:1.4rem}.hero-h1{font-size:clamp(2.6rem,6vw,4.7rem);max-width:15ch}.hero-inner{max-width:760px}.hero-inner .lead{max-width:34ch;margin-top:1.6rem}.hero-cta-row{display:flex;flex-wrap:wrap;gap:.9rem;margin-top:2.4rem}.statement h2{font-size:clamp(2rem,4.6vw,3.5rem)}.statement .body{margin-top:1.5rem}.category-line{margin-top:2rem;font-size:1rem;color:var(--ink-3);font-weight:500;display:flex;flex-direction:column;gap:.15rem}.cap{margin-top:2.75rem;border-top:1px solid var(--line)}.cap details{border-bottom:1px solid var(--line)}.cap summary{list-style:none;cursor:pointer;display:flex;align-items:center;gap:1rem;padding:1.25rem .25rem;font-size:clamp(1.15rem,2vw,1.5rem);font-weight:600;color:var(--ink);transition:color .15s}.cap summary::-webkit-details-marker{display:none}.cap summary:hover{color:var(--accent)}.cap-num{font-size:.8rem;font-weight:600;color:var(--ink-3);width:2.2rem;flex:none;letter-spacing:.04em}.cap-name{flex:1 1}.cap-chev{flex:none;width:1.1rem;height:1.1rem;color:var(--ink-3);transition:transform .25s ease}.cap details[open] .cap-chev{transform:rotate(180deg)}.cap-body{padding:0 .25rem 1.5rem calc(2.2rem + .25rem);max-width:60ch;color:var(--ink-2);font-size:1.05rem;line-height:1.6}.accomplish-head{max-width:760px}.accomplish-head h2{font-size:clamp(2rem,4.6vw,3.4rem)}.accomplish-head .body{margin-top:1.4rem;max-width:58ch}.acc-grid{margin-top:clamp(3rem,6vh,4.5rem);display:grid;grid-template-columns:1fr 1fr;grid-column-gap:clamp(2.5rem,6vw,5rem);column-gap:clamp(2.5rem,6vw,5rem)}.acc-item{display:flex;gap:.95rem;padding:1.5rem 0;border-top:1px solid var(--line)}.acc-check{flex:none;width:22px;height:22px;color:var(--accent);margin-top:.15rem}.acc-item .t{font-size:clamp(1.15rem,1.7vw,1.35rem);font-weight:600;color:var(--ink);line-height:1.25}.acc-item .d{margin-top:.45rem;font-size:1rem;color:var(--ink-2);line-height:1.55}.payoff{margin-top:clamp(3rem,6vh,4rem);text-align:center;font-size:clamp(1.5rem,3.4vw,2.6rem);font-weight:700;letter-spacing:-.02em;color:var(--ink)}.payoff em{font-style:normal;color:var(--accent)}.catch-head{text-align:center;max-width:680px;margin:0 auto}.catch-head .eyebrow{display:block;margin-bottom:1.25rem}.catch-head h2{font-size:clamp(2rem,4.6vw,3.2rem)}.catch2{margin-top:clamp(3.5rem,8vh,6rem);display:grid;grid-template-columns:1fr auto 1fr;grid-gap:clamp(1.75rem,4.5vw,4rem);gap:clamp(1.75rem,4.5vw,4rem);align-items:center;max-width:1000px;margin-left:auto;margin-right:auto}.catch2-label{font-size:.78rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-3);margin-bottom:1.7rem}.catch2-bar ul{list-style:none;display:flex;flex-direction:column;gap:1.25rem}.catch2-bar li{font-size:clamp(1.2rem,2vw,1.6rem);font-weight:600;color:var(--ink);line-height:1.2}.catch2-bar li b{color:var(--accent);font-weight:700;margin-right:.1em}.catch2-arrow{flex:none;color:var(--accent)}.catch2-arrow svg{width:38px;height:38px;display:block}.catch2-need .big{font-size:clamp(1.45rem,2.5vw,2rem);font-weight:700;letter-spacing:-.015em;color:var(--ink);line-height:1.25}.catch2-need .rel{margin-top:1.2rem;font-size:1.05rem;color:var(--ink-2);line-height:1.6}.close{text-align:center}.close-inner{max-width:680px;margin:0 auto}.close h2{font-size:clamp(2.1rem,5vw,3.8rem);max-width:16ch;margin-left:auto;margin-right:auto}.close .body{margin:1.5rem auto 0;max-width:46ch}.close .btn-cta{margin-top:clamp(3rem,6vh,4.5rem)}.risk{margin-top:1.6rem;font-size:.95rem;color:var(--ink-3)}footer{padding:3rem 0 4rem;border-top:1px solid var(--line);margin-top:2rem}.footer-row{align-items:center;justify-content:space-between;gap:1.5rem}.footer-links,.footer-row{display:flex;flex-wrap:wrap}.footer-links{gap:1.75rem}.footer-links a{font-size:.9rem;color:var(--ink-3);transition:color .15s}.footer-links a:hover{color:var(--ink)}.footer-copy{font-size:.85rem;color:var(--ink-3)}.js .reveal{opacity:0;transform:translateY(18px);transition:opacity .7s cubic-bezier(.22,.61,.36,1),transform .7s cubic-bezier(.22,.61,.36,1)}.js .reveal.in{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.js .reveal{opacity:1;transform:none;transition:none}html{scroll-behavior:auto}}@media (max-width:768px){nav,nav.scrolled{padding:.8rem 1rem}.logo{flex:none}.logo img{height:24px}.nav-r{min-width:0;flex:none;gap:.65rem}.nav-r .nav-link{font-size:.82rem}.nav-r .btn-cta.sm{padding:.68rem .9rem .68rem 1.7rem}.nav-r .btn-cta.sm .btn-cta-arrow{left:.72rem}.nav-cta-label--desktop{display:none}.nav-cta-label--mobile{display:inline}.acc-grid,.catch2{grid-template-columns:1fr}.catch2{gap:1.75rem;max-width:420px}.catch2-arrow{transform:rotate(90deg);justify-self:start;margin:.25rem 0}.nav-hide-sm{display:none}.section-hero{min-height:88vh}}.flow-ribbon,.flow-ribbon-arrow,.flow-ribbon-centerline,.flow-ribbon-layer,.flow-ribbon-live,.flow-ribbon-static{position:absolute;inset:0;width:100%;height:100%;overflow:visible;pointer-events:none}.flow-ribbon{z-index:0}.js .flow-ribbon-static{display:none}.flow-ribbon-layer path{will-change:stroke-dashoffset;vector-effect:non-scaling-stroke}.flow-ribbon-layer--ambient{transform:translate(6px,8px)}.flow-ribbon-layer--ambient path{stroke:#E4E7EB;stroke-width:26px}.flow-ribbon-layer--rim{transform:translateY(2px)}.flow-ribbon-layer--rim path{stroke:#39414C;stroke-width:22px}.flow-ribbon-layer--body path{stroke:#0E1116;stroke-width:18px}.flow-ribbon-layer--highlight{transform:translate(-2px,-3px)}.flow-ribbon-layer--highlight path{stroke:#F2F4F6;stroke-width:6px}.flow-ribbon-arrow__guide{stroke:transparent;stroke-width:18px;vector-effect:non-scaling-stroke}.flow-ribbon-arrow__taper{fill:#0D9488}.flow-ribbon-centerline{opacity:0}.home-shell{--home-grid-cell:100px;--home-canvas-width:1200px;--home-type-display:4rem;--home-type-beat:2rem;--home-type-support:1.2rem;position:relative;isolation:isolate}@media (min-width:769px){.home-shell .home-type-display.home-type-display{font-size:var(--home-type-display);line-height:1.04;letter-spacing:-.035em}.home-shell .home-type-beat.home-type-beat{font-size:var(--home-type-beat);line-height:1.2}.home-shell .home-type-support.home-type-support{font-size:var(--home-type-support);line-height:1.55}.home-shell footer :where(a,.footer-copy),.home-shell nav :where(.nav-link,.btn-cta){font-size:var(--home-type-support)}}body:has(.home-shell){overflow-x:visible}.home-shell nav .btn-cta:before{background:var(--ink-3)}.home-shell nav .btn-cta-arrow{color:var(--bg)}.home-shell>:where(nav,.home-flow,footer){position:relative;z-index:1}.home-grid{position:fixed;z-index:0;inset:0;pointer-events:none;background-image:repeating-linear-gradient(to right,rgba(14,17,22,.04) 0,rgba(14,17,22,.04) 1px,transparent 1px,transparent var(--home-grid-cell)),repeating-linear-gradient(to bottom,rgba(14,17,22,.04) 0,rgba(14,17,22,.04) 1px,transparent 1px,transparent var(--home-grid-cell));background-position:calc(50% - 600px) 0;-webkit-mask-image:radial-gradient(ellipse 48% 44% at center,transparent 0 28%,rgba(0,0,0,.12) 55%,#000 100%);mask-image:radial-gradient(ellipse 48% 44% at center,transparent 0 28%,rgba(0,0,0,.12) 55%,#000 100%)}.home-flow{padding-top:0}.home-beat{position:relative;width:var(--home-canvas-width);height:var(--height-desktop);margin-inline:auto;padding:0;isolation:isolate}.home-beat>:where(:not(.flow-track)){position:absolute;z-index:1}.flow-track{position:absolute;z-index:0;inset:0 auto auto 0;width:100%;height:100%;overflow:visible;pointer-events:none}.flow-track__svg{display:block;overflow:visible}.flow-track__line{stroke:rgba(14,17,22,.24);stroke-width:2px;will-change:stroke-dashoffset}.flow-track__branch{stroke:rgba(14,17,22,.24);stroke-width:1.5px;stroke-linecap:butt;transition:stroke-dashoffset .68s cubic-bezier(.22,.68,.16,1)}.flow-track__branch-node{fill:var(--bg);stroke:rgba(14,17,22,.42);stroke-width:1px;opacity:0;transform-box:fill-box;transform-origin:center;transform:scale(.5);transition:fill .26s ease-out,opacity .3s ease-out .35s,transform .48s cubic-bezier(.22,.68,.16,1) .3s}[data-branch-reached=true] .flow-track__branch-node{fill:rgba(14,17,22,.68);opacity:1;transform:scale(1)}.flow-track__node{fill:var(--bg);stroke:rgba(14,17,22,.42);stroke-width:1.25px;opacity:0;transition:fill .16s ease,opacity .2s ease}.flow-track__node[data-proximity=true]{opacity:1}.flow-track__node[data-reached=true]{fill:rgba(14,17,22,.68);opacity:1}.flow-track__node[data-beat=scroll-start]{opacity:0}.flow-track__node[data-beat=scroll-start][data-reached=true]{opacity:1}.flow-track__centerline{stroke:transparent;stroke-width:2px}.js .flow-track-static{display:none}.home-trigger-reveal{opacity:0;transform:translate3d(0,22px,0) scale(.985);transition:opacity .5s ease-out,transform .76s cubic-bezier(.22,.68,.16,1)}.home-trigger-reveal[data-revealed=true]{opacity:1;transform:none}.home-load-reveal{animation:home-load-reveal .72s cubic-bezier(.22,.68,.16,1) both}.home-see-how.home-load-reveal{animation-delay:.08s}@keyframes home-load-reveal{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}.home-hero{top:31%;left:0;width:650px}.home-hero h1{max-width:13ch;font-size:5.2rem;line-height:1.08}.home-hero>p{max-width:42ch;margin-top:2.25rem;color:var(--ink-2);font-size:1.2rem;line-height:1.7}.home-see-how{display:inline-flex;align-items:center;gap:.55rem;margin-top:2.7rem;padding-bottom:.22rem;border-bottom:1px solid var(--ink);font-size:1rem;font-weight:600}.home-see-how span{transition:transform .18s ease}.home-see-how:hover span{transform:translateY(3px)}.home-andromeda-card,.home-educate-desktop{display:none}.home-educate-desktop{display:block;inset:0;width:100%}.home-educate-mobile{display:none}.home-educate-desktop h2{position:absolute;max-width:none}.home-educate-a,.home-educate-b{left:180px;width:740px;min-height:160px;display:flex;align-items:center;padding:.35rem 1.25rem;background:var(--bg);transform-origin:center}.home-educate-a{top:120px}.home-educate-b{top:420px}.home-educate-c{position:absolute;top:762px;left:250px;width:700px;height:248px;padding:1.1rem 0;background:var(--bg);text-align:center}.home-educate-c h2{position:relative;max-width:none;white-space:nowrap;transform-origin:center}.home-educate-c p{max-width:none;margin-top:2rem;color:var(--ink-2)}.home-lots-trigger{opacity:0;transform:translateY(18px) scale(.82);transition:opacity .4s ease-out,transform .68s cubic-bezier(.22,.68,.16,1)}.home-lots-trigger[data-revealed=true]{opacity:1;transform:none;animation:home-lots-settle .74s cubic-bezier(.22,.68,.16,1)}@keyframes home-lots-settle{0%{transform:translateY(18px) scale(.82)}65%{transform:translateY(0) scale(1.09)}to{transform:none}}.home-andromeda-copy h2,.home-cta-copy h2,.home-educate-copy h2,.home-film-sheet h2,.home-needs-call-card h2{font-size:4rem;line-height:1.04}.home-lots-reserve{display:inline-block;width:4.65ch;white-space:nowrap}.home-educate-copy [data-lots]{display:inline-block;font-weight:700;transform-origin:left center;will-change:transform,color}.home-mobile-lots-trigger{color:rgb(57 65 76);transform:scaleX(1);transition:color .54s ease-out,transform .74s cubic-bezier(.22,.68,.16,1)}.home-mobile-lots-trigger[data-revealed=true]{color:rgb(14 17 22);transform:scaleX(1.5)}.home-film-stage{position:-webkit-sticky;position:sticky;top:0;left:0;width:100%;height:100vh}.home-film-clip{position:absolute;inset:0;overflow:clip}.home-film-stack{position:absolute;top:17%;left:60px;width:752px;height:40rem}.home-film-sheet{position:absolute;background-color:#F8F9FA;background-image:linear-gradient(rgba(14,17,22,.055) 1px,transparent 0),linear-gradient(90deg,rgba(14,17,22,.055) 1px,transparent 0);background-size:36px 36px;border:1px solid rgba(14,17,22,.09);box-shadow:0 18px 40px rgba(14,17,22,.11),0 3px 8px rgba(14,17,22,.06);opacity:0;transition:opacity .72s ease-out,transform .88s cubic-bezier(.22,.68,.16,1);will-change:transform,opacity}.home-film-sheet[data-revealed=true]{opacity:1}.home-film-sheet--one{z-index:3;top:0;left:0;width:82%;min-height:22rem;padding:4.5rem;transform:translateZ(0) rotate(0)}.home-film-sheet--one[data-departed=true]{opacity:0;transform:translate3d(-1320px,-1.5rem,0) rotate(-4.5deg)}.home-film-sheet--one p{margin-bottom:1.2rem;color:var(--ink-2);font-size:1.05rem}.home-film-sheet--two{z-index:2;top:3rem;left:8%;width:88%;min-height:22rem;padding:4rem;transform:translate3d(5.5rem,1.25rem,0) rotate(1.3deg)}.home-film-sheet--two[data-revealed=true]{transform:translateZ(0) rotate(.7deg)}.home-film-sheet--three{z-index:1;top:3.75rem;left:11%;width:64%;padding:2rem 2.25rem;color:var(--ink-2);line-height:1.6;transform:translateZ(0) rotate(0)}.home-film-sheet--three[data-revealed=true]{transform:translate3d(-1.4rem,21rem,0) rotate(-2.4deg)}.home-film-sheet h2{font-size:clamp(3.55rem,4.45vw,4.35rem)}.home-andromeda-copy{top:112px;left:150px;width:900px;text-align:center}.home-andromeda-copy h2{max-width:15ch;margin-inline:auto}.home-andromeda-copy p{max-width:46ch;margin:1.75rem auto 0;color:var(--ink-2)}.home-andromeda-mobile-close{display:none}.home-andromeda-card{--andromeda-clip:polygon(1% 6%,8% 2%,17% 5%,27% 1%,37% 4%,47% 1%,57% 5%,67% 2%,77% 5%,88% 2%,98% 6%,100% 18%,97% 31%,100% 45%,98% 59%,100% 74%,96% 94%,87% 98%,77% 95%,66% 99%,55% 96%,44% 100%,34% 96%,23% 99%,12% 96%,2% 98%,4% 82%,1% 68%,3% 53%,1% 37%,4% 21%);top:calc(7 * var(--home-grid-cell));left:calc(6 * var(--home-grid-cell));display:grid;place-items:center;width:900px;height:388px;min-height:388px;padding:3.5rem 4.25rem;isolation:isolate;background:#DADCDD;-webkit-clip-path:var(--andromeda-clip);clip-path:var(--andromeda-clip);filter:drop-shadow(0 24px 24px rgba(14,17,22,.14)) drop-shadow(0 5px 5px rgba(14,17,22,.08));opacity:0;transform:translate(-50%,-50%) translateY(28px) rotate(1.1deg) scale(.9);transform-origin:center;transition:opacity .46s ease-out,transform .8s cubic-bezier(.22,.68,.16,1);will-change:transform,opacity}.home-andromeda-card[data-revealed=true]{opacity:1;transform:translate(-50%,-50%) rotate(.3deg) scale(1)}.home-andromeda-card:before{content:"";position:absolute;z-index:0;inset:4px 3px 5px;background-color:#F8F9FA;background-image:linear-gradient(rgba(14,17,22,.045) 1px,transparent 0),linear-gradient(90deg,rgba(14,17,22,.045) 1px,transparent 0);background-size:28px 28px;-webkit-clip-path:var(--andromeda-clip);clip-path:var(--andromeda-clip)}.home-andromeda-card p{position:relative;z-index:1;max-width:24ch;color:var(--ink);font-weight:650;text-align:center}.home-mechanism-step{position:absolute;left:calc(6 * var(--home-grid-cell));width:34rem;display:grid;place-items:center;height:90px;padding:.5rem 1.4rem;transform:translateX(-50%);background:var(--bg);font-weight:600;line-height:1.25;text-align:center}.home-mechanism-step.home-trigger-reveal{transform:translate(-50%,22px) scale(.965)}.home-mechanism-step.home-trigger-reveal[data-revealed=true]{transform:translateX(-50%)}.home-mechanism-steps{inset:0}.home-mechanism-step--one{top:calc(2 * var(--home-grid-cell) + 5px)}.home-mechanism-step--two{top:calc(4 * var(--home-grid-cell) + 5px)}.home-mechanism-step--three{top:calc(6 * var(--home-grid-cell) + 5px)}.home-cutouts{position:absolute;inset:48% 0 auto 0;height:28rem;pointer-events:none}.home-cutout{--cutout-clip:polygon(2% 8%,12% 3%,27% 6%,39% 2%,54% 5%,69% 1%,83% 6%,97% 3%,99% 22%,96% 38%,99% 53%,96% 69%,98% 86%,90% 98%,73% 95%,58% 99%,43% 96%,25% 99%,9% 95%,1% 84%,4% 67%,1% 49%,4% 31%);position:absolute;top:42%;left:50%;display:grid;place-items:center;min-width:7rem;min-height:3.5rem;padding:.8rem 1rem;isolation:isolate;background:#DADCDD;border:0;-webkit-clip-path:var(--cutout-clip);clip-path:var(--cutout-clip);filter:drop-shadow(0 17px 15px rgba(14,17,22,.105)) drop-shadow(0 3px 3px rgba(14,17,22,.08));color:var(--ink-2);font-size:.82rem;font-weight:600;opacity:0;transform:translate3d(var(--x),var(--y),0) rotate(var(--r)) scale(.86);transition:opacity .42s ease-out,transform .74s cubic-bezier(.22,.68,.16,1);will-change:transform,opacity}.home-cutout[data-revealed=true]{opacity:1;transform:translate3d(var(--x),var(--y),0) rotate(var(--r)) scale(1)}.home-cutout:before{content:"";position:absolute;z-index:0;inset:3px 2px 4px;background-color:#F8F9FA;background-image:linear-gradient(rgba(14,17,22,.035) 1px,transparent 0),linear-gradient(90deg,rgba(14,17,22,.035) 1px,transparent 0);background-size:18px 18px;-webkit-clip-path:var(--cutout-clip);clip-path:var(--cutout-clip)}.home-cutout>span{position:relative;z-index:1}.home-cutout--torn-a{--cutout-clip:polygon(1% 12%,8% 4%,21% 7%,34% 2%,47% 6%,61% 1%,76% 5%,91% 3%,99% 14%,96% 29%,99% 43%,95% 58%,99% 76%,93% 96%,79% 92%,64% 98%,48% 94%,32% 99%,16% 94%,3% 97%,5% 78%,1% 63%,4% 45%,1% 28%);min-width:8.2rem;min-height:4.1rem}.home-cutout--torn-b{--cutout-clip:polygon(5% 3%,19% 6%,32% 1%,49% 5%,63% 2%,78% 7%,96% 4%,99% 20%,95% 37%,98% 54%,94% 70%,98% 91%,84% 97%,67% 93%,53% 99%,38% 94%,21% 98%,3% 92%,6% 74%,2% 57%,5% 39%,1% 19%);min-width:6rem;min-height:5.7rem}.home-cutout--torn-c{--cutout-clip:polygon(2% 7%,15% 3%,29% 6%,43% 1%,58% 5%,72% 2%,86% 7%,98% 5%,96% 22%,100% 36%,97% 52%,99% 68%,94% 86%,98% 96%,80% 93%,66% 99%,51% 95%,36% 98%,19% 94%,4% 98%,6% 79%,1% 64%,4% 47%,1% 29%);min-width:8.8rem;min-height:3.8rem}.home-cutout--torn-d{--cutout-clip:polygon(3% 5%,17% 2%,31% 7%,45% 3%,60% 6%,74% 1%,91% 5%,98% 17%,95% 34%,99% 49%,96% 65%,99% 83%,91% 98%,75% 94%,59% 99%,44% 95%,28% 98%,12% 94%,1% 87%,5% 70%,1% 54%,4% 39%,1% 21%);min-width:7.5rem;min-height:4.7rem}.home-needs-call-card{--call-clip:polygon(1% 5%,7% 2%,16% 4%,25% 1%,34% 3%,44% 1%,54% 4%,63% 2%,73% 5%,83% 2%,93% 4%,99% 8%,97% 18%,100% 30%,98% 43%,100% 56%,97% 69%,99% 82%,96% 95%,88% 98%,78% 96%,68% 99%,57% 97%,47% 100%,37% 97%,27% 99%,18% 96%,8% 99%,2% 94%,4% 82%,1% 69%,3% 56%,1% 43%,4% 30%,1% 17%);z-index:3!important;top:calc(13.5 * var(--home-grid-cell));left:calc(6 * var(--home-grid-cell));display:grid;place-items:center;width:680px;min-height:250px;padding:4.25rem 4.75rem;isolation:isolate;background:#DADCDD;-webkit-clip-path:var(--call-clip);clip-path:var(--call-clip);filter:drop-shadow(0 24px 24px rgba(14,17,22,.14)) drop-shadow(0 5px 5px rgba(14,17,22,.08));opacity:0;transform:translate(-50%,-50%) translate3d(5.5rem,1.25rem,0) rotate(1.4deg) scale(.82);transform-origin:center;transition:opacity .44s ease-out,transform .78s cubic-bezier(.22,.68,.16,1);will-change:transform,opacity}.home-needs-call-card[data-revealed=true]{opacity:1;transform:translate(-50%,-50%) rotate(.3deg) scale(1)}.home-needs-call-card:before{content:"";position:absolute;z-index:0;inset:4px 3px 5px;background-color:#F8F9FA;background-image:linear-gradient(rgba(14,17,22,.045) 1px,transparent 0),linear-gradient(90deg,rgba(14,17,22,.045) 1px,transparent 0);background-size:28px 28px;-webkit-clip-path:var(--call-clip);clip-path:var(--call-clip)}.home-needs-call-card h2{position:relative;z-index:1;margin:0;max-width:11ch;text-align:center}.home-beat--mechanism .flow-track__line{stroke:rgba(14,17,22,.32)}.home-rhythm{top:150px;left:200px;width:800px}.home-rhythm-fold,.home-rhythm-front{position:relative;width:100%;border:1px solid rgba(14,17,22,.09);background-color:#F8F9FA;background-image:linear-gradient(rgba(14,17,22,.045) 1px,transparent 0),linear-gradient(90deg,rgba(14,17,22,.045) 1px,transparent 0);background-size:32px 32px}.home-rhythm-front{z-index:4;min-height:210px;padding:2.7rem 3.5rem 2.4rem;box-shadow:0 22px 40px rgba(14,17,22,.12),0 4px 8px rgba(14,17,22,.07);opacity:0;transform:translateY(14px);transition:opacity .4s ease-out,transform .76s cubic-bezier(.22,.68,.16,1)}.home-rhythm-front[data-revealed=true]{opacity:1;transform:none}.home-rhythm-marker{max-width:12ch;font-weight:700}@media (max-width:768px){.home-rhythm-marker{letter-spacing:normal;line-height:1.5}}.home-rhythm-first,.home-rhythm-fold{display:flex;align-items:center;font-weight:600}.home-rhythm-first{margin-top:1.6rem}.home-rhythm-folds{position:relative;z-index:3}.home-rhythm-fold{min-height:92px;padding:1.25rem 3.5rem;box-shadow:0 13px 24px rgba(14,17,22,.085);opacity:0;transform:translateY(14px);transition:opacity .4s ease-out,transform .76s cubic-bezier(.22,.68,.16,1);will-change:transform,opacity}.home-rhythm-fold[data-revealed=true]{opacity:1;transform:none}.home-rhythm-panels{display:grid;grid-gap:.8rem;gap:.8rem;margin-top:2.5rem}.home-rhythm-panels p{position:relative;padding:1.25rem 1.35rem;border:0;background-color:#F8F9FA;background-image:linear-gradient(rgba(14,17,22,.035) 1px,transparent 0),linear-gradient(90deg,rgba(14,17,22,.035) 1px,transparent 0);background-size:24px 24px;-webkit-clip-path:polygon(0 2px,3px 0,calc(100% - 4px) 0,100% 3px,100% calc(100% - 2px),calc(100% - 3px) 100%,2px 100%,0 calc(100% - 3px));clip-path:polygon(0 2px,3px 0,calc(100% - 4px) 0,100% 3px,100% calc(100% - 2px),calc(100% - 3px) 100%,2px 100%,0 calc(100% - 3px));filter:drop-shadow(0 18px 18px rgba(14,17,22,.095)) drop-shadow(0 3px 3px rgba(14,17,22,.065));font-size:1.75rem;font-weight:600;line-height:1.25;opacity:0;transform:translate3d(0,22px,0) scaleY(.92);transform-origin:top center;transition:opacity .46s ease-out,transform .7s cubic-bezier(.22,.68,.16,1);will-change:transform,opacity}.home-rhythm-panels p[data-revealed=true]{opacity:1;transform:none}.home-entry-bullets{top:calc(1 * var(--home-grid-cell) + 5px);left:calc(6 * var(--home-grid-cell));display:grid;grid-gap:calc(1.1 * var(--home-grid-cell));gap:calc(1.1 * var(--home-grid-cell));width:34rem;transform:translateX(-50%);list-style:none;color:var(--ink-2);text-align:center}.home-entry-bullets li{position:relative;display:grid;place-items:center;min-height:calc(.9 * var(--home-grid-cell));padding:1rem 1.25rem;background:var(--bg)}.home-price-frame{top:calc(1 * var(--home-grid-cell));left:calc(3 * var(--home-grid-cell));display:flex;flex-direction:column;justify-content:center;width:calc(6 * var(--home-grid-cell));height:calc(5 * var(--home-grid-cell));padding:5rem;border:0;background:rgba(248,249,250,.72);text-align:center}.home-price-frame:before{content:"";position:absolute;inset:0;border:1px solid rgba(14,17,22,.18);pointer-events:none}.js .home-price-frame:before{display:none}.home-pricing-trace{position:absolute;z-index:2;inset:0;overflow:visible;pointer-events:none}.home-pricing-trace path{fill:none;stroke:rgba(14,17,22,.18);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;will-change:stroke-dashoffset}.home-pricing-checkpoint{fill:var(--bg);stroke:rgba(14,17,22,.46);stroke-width:1.25px;opacity:0;transition:fill .16s ease,opacity .2s ease;vector-effect:non-scaling-stroke}.home-pricing-checkpoint[data-proximity=true]{opacity:1}.home-pricing-checkpoint[data-reached=true]{fill:rgba(14,17,22,.68);opacity:1}.home-price-frame p{color:var(--ink-2);font-size:1.3rem}.home-price-frame .home-price-main{margin-bottom:.75rem;color:var(--ink);font-size:5rem;font-weight:700;letter-spacing:-.04em;line-height:1}.home-price-note{margin-top:1.75rem;color:var(--ink-3)!important}.home-cta-copy{top:0;left:0;width:100%;height:100%;text-align:center}.home-cta-copy h2{position:absolute;top:25%;left:300px;width:600px;max-width:none}.home-primary-cta{position:absolute;top:calc(5 * var(--home-grid-cell));left:calc(6 * var(--home-grid-cell));display:inline-flex;align-items:center;justify-content:center;min-height:3.7rem;padding:1rem 1.75rem;transform:translate(-50%,-50%);border-radius:10px;background:var(--ink);box-shadow:0 12px 30px rgba(14,17,22,.16);color:var(--bg);font-weight:600;transition:box-shadow .15s ease,translate .15s ease}.home-primary-cta.home-trigger-reveal{transform:translate(-50%,calc(-50% + 34px)) scale(.955);transition:opacity .4s ease-out,transform .9s cubic-bezier(.22,.68,.16,1)}.home-primary-cta.home-trigger-reveal[data-revealed=true]{transform:translate(-50%,-50%)}.home-primary-cta:hover{translate:0 -2px;box-shadow:0 16px 34px rgba(14,17,22,.22)}.home-cta-copy>p{position:absolute;top:calc(5 * var(--home-grid-cell) + 2.6rem);left:calc(6 * var(--home-grid-cell));transform:translateX(-50%);color:var(--ink-3);font-size:.84rem}.home-cta-copy>p.home-trigger-reveal{transform:translate(-50%,22px)}.home-cta-copy>p.home-trigger-reveal[data-revealed=true]{transform:translateX(-50%)}.home-faq-section{position:relative;padding:8rem 1.5rem 10rem}.home-faq{width:min(100%,42rem);margin:0 auto}.home-faq h2{margin-bottom:2rem;font-size:clamp(2rem,3.5vw,3rem)}.home-faq details{border-top:1px solid var(--line)}.home-faq details:last-child{border-bottom:1px solid var(--line)}.home-faq summary{position:relative;list-style:none;padding:1.15rem 2rem 1.15rem 0;cursor:pointer;font-size:clamp(1rem,1.5vw,1.15rem);font-weight:600}.home-faq summary::-webkit-details-marker{display:none}.home-faq summary:after{content:"+";position:absolute;top:1.08rem;right:.2rem;color:var(--ink-3);font-size:1.25rem;font-weight:400}.home-faq details[open] summary:after{content:"−"}.home-faq details p{max-width:54ch;padding:0 2rem 1.3rem 0;color:var(--ink-2);line-height:1.58}.stroke-lab{padding-top:0}.stroke-lab-section{position:relative;min-height:110vh;padding:0;isolation:isolate}.stroke-lab-section>:not(.flow-ribbon){position:relative;z-index:1}.stroke-lab-copy{position:absolute;top:24%;width:min(42vw,540px)}.stroke-lab-copy--left{left:clamp(1.5rem,8vw,9rem)}.stroke-lab-copy--right{right:clamp(1.5rem,8vw,9rem)}.stroke-lab-copy h1,.stroke-lab-copy h2{margin-top:1rem;font-size:clamp(2.35rem,5vw,4.8rem);max-width:12ch}.stroke-lab-copy>p:not(.stroke-lab-kicker){margin-top:1.35rem;max-width:46ch;color:var(--ink-2);font-size:clamp(1rem,1.25vw,1.16rem);line-height:1.65}.stroke-lab-kicker{color:var(--ink-3);font-size:.76rem;font-weight:600;letter-spacing:.13em;text-transform:uppercase}.stroke-lab-note{position:absolute;left:50%;bottom:2.5rem;transform:translateX(-50%);color:var(--ink-3);font-size:.78rem;letter-spacing:.04em;white-space:nowrap}.stroke-lab-note--end{bottom:8%}.stroke-hud{position:fixed;z-index:200;top:1rem;right:1rem;display:grid;grid-gap:.18rem;gap:.18rem;min-width:190px;padding:.8rem .9rem;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:rgba(14,17,22,.9);box-shadow:0 12px 36px rgba(14,17,22,.22);color:#F8F9FA;font:500 11px/1.35 ui-monospace,SFMono-Regular,Menlo,monospace;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}@media (max-width:768px){.flow-track__branch,.flow-track__line{stroke-linecap:round}.flow-track__line{stroke-linejoin:round}.flow-track__node{opacity:1}[data-branch-reached=true] .flow-track__branch-node{fill:var(--bg)}.home-pricing-trace path{stroke-linecap:square}.home-pricing-checkpoint[data-reached=true]{fill:var(--bg)}.flow-ribbon-layer--ambient{transform:translate(4.2px,5.6px)}.flow-ribbon-layer--ambient path{stroke-width:18.2px}.flow-ribbon-layer--rim{transform:translateY(1.4px)}.flow-ribbon-layer--rim path{stroke-width:15.4px}.flow-ribbon-arrow__guide,.flow-ribbon-layer--body path{stroke-width:12.6px}.flow-ribbon-layer--highlight{transform:translate(-1.4px,-2.1px)}.flow-ribbon-layer--highlight path{stroke-width:4.2px}.home-shell{--home-grid-cell:65px;--home-canvas-width:390px}.home-grid{background-position:calc(50% - 195px) 0}body:has(.home-shell){overflow-x:hidden}.home-beat{height:var(--height-mobile)}.home-educate-desktop{display:none}.home-educate-mobile{display:block}.home-hero{top:22%;left:24px;width:280px}.home-hero h1{max-width:11ch;font-size:3.05rem;line-height:1.08}.home-hero>p{max-width:29ch;margin-top:1.9rem;font-size:1.05rem;line-height:1.65}.home-see-how{margin-top:2.25rem}.home-educate-copy{top:20%;left:14px;width:286px}.home-andromeda-copy h2,.home-cta-copy h2,.home-educate-copy h2,.home-film-sheet h2,.home-needs-call-card h2{font-size:2.2rem}.home-film-stage{top:0;left:0;width:100%;height:100svh}.home-film-stack{top:15%;left:10px;width:290px;height:35rem}.home-film-sheet--one{width:88%;min-height:16rem;padding:2rem;transform:translateZ(0) rotate(0)}.home-film-sheet--one[data-departed=true]{opacity:0;transform:translate3d(-430px,-1rem,0) rotate(-4deg)}.home-film-sheet--two{top:2.25rem;left:8%;width:91%;min-height:17rem;padding:2rem;transform:translate3d(3rem,1.25rem,0) rotate(1.3deg)}.home-film-sheet--two[data-revealed=true]{transform:translateZ(0) rotate(.7deg)}.home-film-sheet--three{top:2.75rem;left:10%;width:78%;padding:1.6rem;transform:translateZ(0) rotate(0)}.home-film-sheet--three[data-revealed=true]{transform:translate3d(-.7rem,16rem,0) rotate(-2.4deg)}.home-andromeda-copy{top:20%;left:88px;width:278px}.home-andromeda-copy p{font-size:1rem}.home-andromeda-mobile-close{display:block}.home-andromeda-card{display:none}.home-mechanism-step{width:8.7rem;margin-left:0;padding:0;transform:none;background:transparent;font-size:1rem;text-align:left}.home-mechanism-step.home-trigger-reveal{transform:translateY(22px) scale(.985)}.home-mechanism-step.home-trigger-reveal[data-revealed=true]{transform:none}.home-mechanism-step:before{content:"";position:absolute;top:.7em;width:1.3rem;height:1px;background:rgba(14,17,22,.2)}.home-mechanism-step--one{top:12.3rem;left:225px}.home-mechanism-step--two{top:22rem;right:242px;left:auto;text-align:right}.home-mechanism-step--three{top:31.5rem;left:225px}.home-mechanism-step--one:before,.home-mechanism-step--three:before{right:calc(100% + 1rem)}.home-mechanism-step--two:before{left:calc(100% + 1rem)}.home-cutouts{inset:45% .75rem auto .75rem;height:28rem}.home-cutout{min-width:5.7rem;min-height:3rem;padding:.65rem;font-size:.72rem;transform:translateZ(0) rotate(0) scale(.86)}.home-cutout[data-revealed=true]{transform:translate3d(var(--mx),var(--my),0) rotate(var(--r)) scale(1)}.home-cutout--torn-a{min-width:6.4rem;min-height:3.4rem}.home-cutout--torn-b{min-width:4.8rem;min-height:4.7rem}.home-cutout--torn-c{min-width:6.8rem;min-height:3.2rem}.home-cutout--torn-d{min-width:5.8rem;min-height:3.8rem}.home-needs-call-card{top:85%;left:24px;display:block;width:326px;min-height:0;padding:0;background:transparent;-webkit-clip-path:none;clip-path:none;filter:none;transform:translate3d(2rem,1rem,0) scale(.9)}.home-needs-call-card[data-revealed=true]{transform:none}.home-needs-call-card:before{display:none}.home-needs-call-card h2{max-width:none;text-align:left}.home-rhythm{top:15%;left:24px;width:280px}.home-rhythm-marker{font-size:1.35rem}.home-rhythm-panels{margin-top:1.75rem}.home-rhythm-panels p{padding:1rem 1.1rem;font-size:1.15rem}.home-rhythm-panels p:first-child{width:82%}.home-rhythm-panels p:nth-child(2){width:94%;margin-left:3%}.home-rhythm-panels p:nth-child(3){width:78%}.home-rhythm-panels p:nth-child(4){width:92%}.home-primary-cta.home-trigger-reveal{transform:translate(-50%,calc(-50% + 22px)) scale(.985);transition:opacity .32s ease,transform .46s cubic-bezier(.16,1,.3,1)}.home-entry-bullets{top:15%;left:219px;gap:2rem;width:9rem;font-size:.88rem}.home-price-frame{top:calc(2 * var(--home-grid-cell));left:calc(1 * var(--home-grid-cell));width:calc(4 * var(--home-grid-cell));height:calc(6 * var(--home-grid-cell));padding:2rem 1.5rem}.home-price-frame .home-price-main{font-size:3.2rem}.home-cta-copy{width:390px}.home-cta-copy h2{top:14%;left:45px;width:260px;max-width:none}.home-primary-cta{top:calc(7 * var(--home-grid-cell));white-space:nowrap}.home-cta-copy>p,.home-primary-cta{left:calc(3 * var(--home-grid-cell))}.home-cta-copy>p{top:calc(7 * var(--home-grid-cell) + 3rem)}.home-faq-section{padding:6rem 1.5rem 8rem}.stroke-lab-section{min-height:115vh}.stroke-lab-copy{top:20%;width:70vw}.stroke-lab-copy--left{left:1.5rem}.stroke-lab-copy--right{right:1.5rem}.stroke-lab-copy h1,.stroke-lab-copy h2{font-size:clamp(2.2rem,10vw,3.4rem)}.stroke-lab-note{font-size:.68rem}}@media (prefers-reduced-motion:reduce){.js .flow-ribbon-static{display:block}.flow-ribbon-live{display:none}.js .flow-track-static{display:block}.flow-track-live{display:none}.flow-track__node,.home-primary-cta,.home-see-how span{transition:none}.home-load-reveal{animation:none}.home-cutout,.home-educate-copy [data-lots],.home-rhythm-fold,.home-rhythm-front,.home-rhythm-panels p{opacity:1!important}.home-educate-copy [data-lots],.home-rhythm-fold,.home-rhythm-front,.home-rhythm-panels p{transform:none!important}.home-rhythm-fold{min-height:92px!important;padding:1.25rem 3.5rem!important}.home-film-sheet{opacity:1!important;transform:none!important}.home-needs-call-card{opacity:1!important;transform:translate(-50%,-50%) rotate(.3deg)!important}.home-film-sheet--one{top:0;left:0}.home-film-sheet--two{top:20rem;left:10%}.home-film-sheet--three{top:43rem;left:5%}}html:not(.js) .home-cutout,html:not(.js) .home-educate-copy [data-lots],html:not(.js) .home-rhythm-fold,html:not(.js) .home-rhythm-front,html:not(.js) .home-rhythm-panels p{opacity:1!important}html:not(.js) .home-educate-copy [data-lots],html:not(.js) .home-film-sheet,html:not(.js) .home-rhythm-fold,html:not(.js) .home-rhythm-front,html:not(.js) .home-rhythm-panels p{opacity:1!important;transform:none!important}html:not(.js) .home-rhythm-fold{min-height:92px!important;padding:1.25rem 3.5rem!important}html:not(.js) .home-film-sheet--one{top:0;left:0}html:not(.js) .home-film-sheet--two{top:20rem;left:10%}html:not(.js) .home-film-sheet--three{top:43rem;left:5%}@media (max-width:768px) and (prefers-reduced-motion:reduce){.home-film-sheet--one{top:0;left:0}.home-film-sheet--two{top:15rem;left:8%}.home-film-sheet--three{top:33rem;left:3%}.home-needs-call-card{transform:none!important}.home-rhythm-fold{min-height:82px!important;padding:1rem 1.25rem!important}}@media (max-width:768px){html:not(.js) .home-film-sheet--one{top:0;left:0}html:not(.js) .home-film-sheet--two{top:15rem;left:8%}html:not(.js) .home-film-sheet--three{top:33rem;left:3%}html:not(.js) .home-rhythm-fold{min-height:82px!important;padding:1rem 1.25rem!important}}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/36966cca54120369-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/36966cca54120369-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/36966cca54120369-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/36966cca54120369-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Space Grotesk Fallback;src:local("Arial");ascent-override:89.71%;descent-override:26.62%;line-gap-override:0.00%;size-adjust:109.69%}.__className_49a339{font-family:Space Grotesk,Space Grotesk Fallback;font-style:normal}.__variable_49a339{--font-space:"Space Grotesk","Space Grotesk Fallback"}