:root{--clay-deep:#07262e;--maroon:#025e73;--terracotta:#8c0338;--ember:#66d8f2;--sand:#fff;--linen:#fff;--cream:#fff;--white:#fff;--ocean-deep:#02414f;--pacific:#03738c;--surf:#66d8f2;--sunrise-gold:#66d8f2;--sunset-coral:#8c0338;--ink-2:#2f444c;--ink-3:#5b7078;--line:#dce9ed;--text-heading:var(--ocean-deep);--text-body:var(--ink-2);--text-muted:var(--ink-3);--text-on-dark:#fff;--link:var(--maroon);--link-hover:var(--ocean-deep);--surface-page:var(--white);--surface-section:var(--white);--surface-warm:var(--white);--surface-dark:var(--clay-deep);--surface-card:var(--white);--cta-bg:var(--pacific);--cta-bg-hover:var(--ocean-deep);--cta-text:#fff;--focus-ring:0 0 0 3px rgba(3,115,140,.45);--gradient-marine:#fff;--gradient-marine-flip:#07262e;--font-display:var(--font-display-next),Petrona,Georgia,serif;--font-body:var(--font-body-next),Inter,-apple-system,"Segoe UI",sans-serif;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.375rem;--text-h3:1.5rem;--serif-floor:28px;--text-h2:clamp(1.75rem,3vw,2.25rem);--text-h1:clamp(2.5rem,5.5vw,4rem);--text-display:clamp(3rem,7vw,5rem);--tracking-display:-0.014em;--tracking-heading:-0.011em;--tracking-subhead:-0.01em;--tracking-eyebrow:.14em;--leading-tight:1.08;--leading-heading:1.15;--leading-body:1.6;--weight-display:600;--weight-body:400;--weight-medium:500;--weight-semibold:600;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:24px;--space-6:32px;--space-7:48px;--space-8:64px;--space-9:96px;--space-10:128px;--section-pad:var(--space-9);--container:1120px;--radius-card:12px;--radius-btn:5px;--radius-pill:999px;--radius-sm:8px;--shadow-card:0 1px 2px rgba(2,65,79,.05),0 10px 30px rgba(2,65,79,.08);--shadow-card-hover:0 2px 4px rgba(2,65,79,.06),0 16px 40px rgba(2,65,79,.12);--border-card:1px solid var(--line)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-body);background:var(--surface-page);-webkit-font-smoothing:antialiased}a{color:var(--link)}a:hover{color:var(--link-hover)}:focus-visible{outline:none;box-shadow:var(--focus-ring)}@keyframes heroFade{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}.hero-fade{animation:heroFade .7s ease both}@keyframes heroBgIn{0%{opacity:.25}to{opacity:1}}@keyframes heroCopyIn{0%{opacity:0;transform:translateY(-12px) scale(1.03)}to{opacity:1;transform:translateY(0) scale(1)}}@media (prefers-reduced-motion:reduce){.hero-banner img,.hero-copy,.hero-fade,.hero-portrait img{animation:none}html{scroll-behavior:auto}}.nav-row{justify-content:space-between;gap:24px;min-height:72px;padding:14px clamp(20px,4vw,32px)}.nav-links,.nav-row{display:flex;align-items:center}.nav-links{gap:28px}.nav-mark{white-space:nowrap;display:inline-flex;align-items:center}.lockup-img{display:block;height:auto;width:auto;max-width:min(280px,72vw);background:transparent}.lockup-sm{max-width:min(252px,70vw)}.lockup-md{max-width:min(320px,80vw)}.lockup-lg{max-width:360px}.nav-toggle{display:none}@media (max-width:900px){.nav-links{display:none}.nav-toggle{display:flex}}.svc-arrow{transition:color .18s ease,transform .18s ease}.svc-row:hover .svc-arrow{color:var(--surf);transform:translateX(3px)}.step-track{position:relative}.hiw-title{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:center;gap:.12em .18em}.hiw-title-step{white-space:nowrap;position:relative;--hiw-from:translateX(-18px)}.hiw-title-step:after{content:"";position:absolute;left:8%;right:8%;bottom:-.12em;height:2px;border-radius:1px;background:var(--surf);transform:scaleX(0);transform-origin:left center;pointer-events:none}.hiw-title-arrow{display:flex;align-items:center;justify-content:center;flex:none;width:3.1em;color:var(--surf)}.hiw-arrow-svg{display:block;width:100%;height:1em;overflow:visible}.hiw-arrow-flow,.hiw-arrow-head,.hiw-arrow-track{fill:none;stroke-linecap:round;stroke-linejoin:round}.hiw-arrow-head,.hiw-arrow-track{stroke:var(--pacific);stroke-width:2.25;stroke-dasharray:52;stroke-dashoffset:0}.hiw-arrow-flow{stroke:var(--surf);stroke-width:3.25;stroke-dasharray:14 40;stroke-dashoffset:54;opacity:0;filter:drop-shadow(0 0 6px rgba(102,216,242,1))}.js-reveal .hiw-section:not(.is-in) .hiw-title-step{opacity:0;transform:var(--hiw-from)}.js-reveal .hiw-section:not(.is-in) .hiw-card,.js-reveal .hiw-section:not(.is-in) .hiw-cta,.js-reveal .hiw-section:not(.is-in) .hiw-head>p,.js-reveal .hiw-section:not(.is-in) .hiw-note{opacity:0}.js-reveal .hiw-section:not(.is-in) .hiw-card,.js-reveal .hiw-section:not(.is-in) .hiw-cta,.js-reveal .hiw-section:not(.is-in) .hiw-note{transform:translateY(22px)}.js-reveal .hiw-section .hiw-arrow-head,.js-reveal .hiw-section .hiw-arrow-track{stroke-dashoffset:52}.hiw-section.is-in .hiw-head>p:first-child{animation:hiwFade .32s cubic-bezier(.22,1,.36,1) both}.hiw-section.is-in .hiw-title-step:first-child{animation:hiwStepIn .38s cubic-bezier(.22,1,.36,1) .06s both}.hiw-section.is-in .hiw-title-arrow:nth-child(2) .hiw-arrow-head,.hiw-section.is-in .hiw-title-arrow:nth-child(2) .hiw-arrow-track{animation:hiwDraw .34s cubic-bezier(.22,1,.36,1) .24s forwards}.hiw-section.is-in .hiw-title-step:nth-child(3){animation:hiwStepIn .38s cubic-bezier(.22,1,.36,1) .36s both}.hiw-section.is-in .hiw-title-arrow:nth-child(4) .hiw-arrow-head,.hiw-section.is-in .hiw-title-arrow:nth-child(4) .hiw-arrow-track{animation:hiwDraw .34s cubic-bezier(.22,1,.36,1) .54s forwards}.hiw-section.is-in .hiw-title-step:nth-child(5){animation:hiwStepIn .38s cubic-bezier(.22,1,.36,1) .66s both}.hiw-section.is-in .hiw-head>p:last-child{animation:hiwFade .34s cubic-bezier(.22,1,.36,1) .76s both}.hiw-section.is-in .hiw-card{animation:hiwCardIn .42s cubic-bezier(.22,1,.36,1) both}.hiw-section.is-in .hiw-card:first-child{animation-delay:1.05s}.hiw-section.is-in .hiw-card:nth-child(2){animation-delay:1.22s}.hiw-section.is-in .hiw-card:nth-child(3){animation-delay:1.39s}.hiw-section.is-in .hiw-note{animation:hiwCardIn .4s cubic-bezier(.22,1,.36,1) 1.56s both}.hiw-section.is-in .hiw-cta{animation:hiwCardIn .4s cubic-bezier(.22,1,.36,1) 1.7s both}.hiw-section.is-in .hiw-arrow-flow{opacity:1;animation:hiwFlow 1.15s linear .9s infinite}.hiw-section.is-in .hiw-title-step:first-child:after{animation:hiwMark 3.4s cubic-bezier(.22,1,.36,1) 1s infinite}.hiw-section.is-in .hiw-title-step:nth-child(3):after{animation:hiwMark 3.4s cubic-bezier(.22,1,.36,1) 2.1s infinite}.hiw-section.is-in .hiw-title-step:nth-child(5):after{animation:hiwMark 3.4s cubic-bezier(.22,1,.36,1) 3.2s infinite}@keyframes hiwFade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes hiwCardIn{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}@keyframes hiwStepIn{0%{opacity:0;transform:var(--hiw-from)}to{opacity:1;transform:none}}@keyframes hiwDraw{to{stroke-dashoffset:0}}@keyframes hiwFlow{to{stroke-dashoffset:-56}}@keyframes hiwMark{0%,18%,to{transform:scaleX(0);opacity:0}12%,6%{transform:scaleX(1);opacity:1}}@media (max-width:800px){.hiw-head h2{line-height:1.2;overflow:visible}.hiw-title{flex-direction:column;gap:.2em}.hiw-title-step{--hiw-from:translateY(-14px)}.hiw-title-step:after{transform-origin:center}.hiw-title-arrow{width:2.2em;height:2.35em;margin:0;transform:none}.hiw-arrow-svg{width:2.2em;height:.8em;transform:rotate(90deg)}}@media (prefers-reduced-motion:reduce){.js-reveal .hiw-section:not(.is-in) .hiw-card,.js-reveal .hiw-section:not(.is-in) .hiw-cta,.js-reveal .hiw-section:not(.is-in) .hiw-head>p,.js-reveal .hiw-section:not(.is-in) .hiw-note,.js-reveal .hiw-section:not(.is-in) .hiw-title-step{opacity:1;transform:none}.hiw-section.is-in .hiw-arrow-flow,.hiw-section.is-in .hiw-arrow-head,.hiw-section.is-in .hiw-arrow-track,.hiw-section.is-in .hiw-card,.hiw-section.is-in .hiw-cta,.hiw-section.is-in .hiw-head>p,.hiw-section.is-in .hiw-note,.hiw-section.is-in .hiw-title-step,.hiw-section.is-in .hiw-title-step:after{animation:none!important}.hiw-arrow-head,.hiw-arrow-track{stroke-dashoffset:0!important}.hiw-arrow-flow{opacity:0!important}}@media (max-width:900px){.resp-grid{grid-template-columns:1fr!important;gap:32px!important}.about-rail{position:static!important}}.card-grid{display:grid;grid-gap:24px;gap:24px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.audit-terms{display:grid;grid-template-columns:1.1fr 1fr;grid-template-areas:"fee cap" "fee move" "credit credit";grid-gap:20px;gap:20px;margin-top:36px}.audit-terms-fee{grid-area:fee}.audit-terms-cap{grid-area:cap}.audit-terms-move{grid-area:move}.audit-terms-credit{grid-area:credit}.audit-data{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px;margin-top:36px}@media (max-width:800px){.audit-terms{grid-template-areas:"fee" "cap" "credit" "move"}.audit-data,.audit-terms{grid-template-columns:1fr}}.hero-band{background:#0a0c10}.hero-stage{position:relative}.hero-banner{line-height:0;overflow:hidden;min-height:min(70vh,680px);background:#0a0c10}.hero-banner img{width:100%;height:min(70vh,680px);display:block;object-fit:cover;object-position:right top;transform-origin:right top;animation:heroBgIn .7s cubic-bezier(.4,0,.2,1) both}.hero-copy{animation:heroCopyIn .9s cubic-bezier(.4,0,.2,1) .25s both}.hero-portrait{overflow:hidden}.hero-portrait img{transform-origin:center top;animation:heroBgIn .7s cubic-bezier(.4,0,.2,1) both}.hero-portrait{display:none}.hero-sub{font-size:18px;letter-spacing:var(--tracking-subhead);margin:22px 0 28px;line-height:1.6;max-width:46ch}.hero-copy{z-index:1;display:flex;flex-direction:column;justify-content:center;padding:56px max(20px,calc((100% - var(--container)) / 2 + 32px)) 56px}.hero-copy,.hero-copy:before{position:absolute;inset:0;pointer-events:none}.hero-copy:before{content:"";background:linear-gradient(90deg,rgba(6,10,14,.62),rgba(6,10,14,.28) 38%,transparent 68%)}.hero-copy>*{pointer-events:auto;max-width:42ch;position:relative}.hero-copy .hero-h1{max-width:none}.hero-copy .hero-h1,.hero-copy .hero-h1 span{color:var(--text-on-dark)}.hero-copy .hero-sub{color:hsla(0,0%,100%,.88)}.hero-copy .hero-note{color:hsla(0,0%,100%,.7)}@media (max-width:1100px){.hero-copy>*{max-width:36ch}}@media (max-width:900px){.hero-stage{display:flex;flex-direction:column}.hero-banner{display:none}.hero-copy{position:relative;inset:auto;padding:36px 20px 32px}.hero-copy:before{display:none}.hero-copy>*{max-width:none}.hero-copy .hero-h1{font-size:clamp(1.75rem,7vw,2.25rem)}.hero-copy .hero-h1 span{white-space:normal}.hero-copy .hero-sub{font-size:16px;margin:14px 0 20px;max-width:42ch}.hero-copy .hero-note{font-size:13px;max-width:42ch}.hero-copy .cta-row,.hero-copy .cta-row .btn,.hero-copy .cta-row>a{width:100%;max-width:100%}.hero-portrait{display:block;line-height:0;background:#0a0c10}.hero-portrait img{width:100%;height:auto;display:block}}@media (max-width:640px){:root{--section-pad:64px}.cta-row,.cta-row .btn,.cta-row>a,.cta-row>button{width:100%}}.proof-band{background:var(--surface-page);padding:clamp(8px,2vw,16px) 0 clamp(48px,7vw,80px)}.proof-stage{max-width:var(--container);margin:0 auto;padding:0 clamp(20px,4vw,32px)}.proof-frame{position:relative;display:grid;grid-template-columns:1fr;overflow:hidden;border-radius:var(--radius-card);background:#c5d3de}.proof-shot{grid-area:1/1;height:min(52vh,520px);min-height:320px;line-height:0}.proof-frame img,.proof-shot img{width:100%;height:100%;display:block;object-fit:cover;object-position:88% 28%}.js-reveal .proof-frame img,.js-reveal .proof-shot img{opacity:1;transform:none}.proof-over{grid-area:1/1;z-index:1;justify-self:start;align-self:stretch;width:min(42%,26rem);display:flex;flex-direction:column;justify-content:center;padding:clamp(24px,3.5vw,44px) clamp(20px,3vw,36px);pointer-events:none}.proof-eyebrow{margin:0 0 12px;font-size:13px;font-weight:600;letter-spacing:var(--tracking-eyebrow);text-transform:uppercase;color:var(--pacific)}.proof-over h2{margin:0;font-family:var(--font-display);font-weight:600;letter-spacing:var(--tracking-display);line-height:var(--leading-heading);font-size:clamp(1.75rem,2.8vw,2.25rem);color:var(--text-heading)}.proof-over h2 span{display:block}.proof-over h2 em{font-style:italic;font-weight:inherit}.proof-copy{margin:14px 0 0;font-size:16px;line-height:1.6;letter-spacing:var(--tracking-subhead);color:var(--text-body);max-width:32ch}@media (max-width:900px){.proof-over{width:min(64%,20rem);padding:22px 16px 22px 18px;background:linear-gradient(90deg,rgba(184,197,206,.94),rgba(184,197,206,.55) 58%,transparent)}.proof-over h2{font-size:clamp(1.45rem,6vw,1.85rem)}.proof-copy{font-size:15px;max-width:26ch}.proof-shot{height:min(48vh,380px);min-height:260px}.proof-frame img,.proof-shot img{object-position:82% 24%}}@media (max-width:560px){.proof-shot{height:min(44vh,320px);min-height:240px}.proof-frame img,.proof-shot img{object-position:90% 24%}.proof-over{width:min(62%,17rem);padding:18px 14px 18px 16px;background:linear-gradient(90deg,rgba(184,197,206,.94),rgba(184,197,206,.5) 70%,transparent)}.proof-over h2{font-size:clamp(1.32rem,6.6vw,1.65rem)}.proof-copy{font-size:14px;line-height:1.5;max-width:22ch}}.js-reveal [data-rv]{opacity:0;transform:translateY(14px) scale(.985);transition:opacity .38s cubic-bezier(.33,0,.2,1),transform .62s cubic-bezier(.33,0,.2,1);will-change:opacity,transform}.js-reveal [data-rv=in]{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.js-reveal [data-rv]{opacity:1!important;transform:none!important;transition:none!important}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;line-height:1.3;text-align:center;max-width:100%;box-sizing:border-box;font-family:var(--font-body);font-weight:600;border-radius:var(--radius-btn);border:none;cursor:pointer;text-decoration:none;transition:background .15s ease,color .15s ease,box-shadow .15s ease,border-color .15s ease}.btn.is-disabled,.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--cta-bg);color:var(--cta-text);border:1px solid transparent;box-shadow:0 1px 3px rgba(2,65,79,.18)}.btn-primary:hover:not(.is-disabled):not(:disabled){background:var(--cta-bg-hover);color:var(--cta-text);box-shadow:0 6px 18px rgba(2,65,79,.28)}.btn-secondary{background:transparent;color:var(--maroon);border:2px solid var(--maroon)}.btn-secondary:hover:not(.is-disabled):not(:disabled){background:var(--sand);color:var(--maroon)}.btn-dark{background:var(--clay-deep);color:var(--text-on-dark)}.btn-dark:hover:not(.is-disabled):not(:disabled){background:var(--maroon);color:var(--text-on-dark)}.btn-ghost{background:transparent;color:var(--maroon)}.btn-ghost:hover:not(.is-disabled):not(:disabled){background:transparent;color:var(--ocean-deep)}.card{border-radius:var(--radius-card);box-sizing:border-box;font-family:var(--font-body);box-shadow:var(--shadow-card);transition:box-shadow .2s ease}.card-default{background:var(--surface-card);border:var(--border-card);color:var(--text-body)}.card-warm{background:var(--white);border:1.5px solid var(--surf);color:var(--text-body)}.card-dark{background:var(--surface-dark);border:1px solid hsla(0,0%,100%,.08);color:var(--text-on-dark)}.card-lift:hover{box-shadow:var(--shadow-card-hover)}.hero-h1{margin:0;font-family:var(--font-display);font-weight:600;letter-spacing:var(--tracking-display);line-height:1.12;color:var(--text-on-dark);font-size:clamp(2rem,3.6vw,2.7rem)}.hero-h1 span{display:block}@media (min-width:901px){.hero-h1 span{white-space:nowrap}}.faq-item{border-top:1px solid var(--line)}.faq-item:first-child{border-top:none}.faq-q{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;width:100%;background:none;border:none;padding:22px 0;cursor:pointer;text-align:left;font-family:var(--font-body);font-size:18px;font-weight:600;letter-spacing:var(--tracking-heading);color:var(--text-heading);transition:color .18s ease}.faq-q:hover{color:var(--pacific)}.faq-icon{flex:none;width:26px;height:26px;border-radius:var(--radius-pill);display:grid;place-items:center;margin-top:-1px;background:rgba(3,115,140,.1);color:var(--pacific);transition:background .2s ease,transform .3s cubic-bezier(.33,0,.2,1)}.faq-q[aria-expanded=true] .faq-icon{background:var(--pacific);color:#fff;transform:rotate(45deg)}.faq-a{display:grid;grid-template-rows:0fr;transition:grid-template-rows .38s cubic-bezier(.33,0,.2,1)}.faq-a[data-open=true]{grid-template-rows:1fr}.faq-a>div{overflow:hidden}.faq-a p{margin:0;padding:0 0 24px;max-width:68ch;font-size:16px;line-height:1.7;color:var(--text-body);opacity:0;transform:translateY(-4px);transition:opacity .3s ease 60ms,transform .3s ease 60ms}.faq-a[data-open=true] p{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.faq-a,.faq-a p,.faq-icon{transition:none}}.pain-layout{display:grid;grid-template-columns:minmax(280px,1.4fr) minmax(220px,.9fr);grid-gap:clamp(20px,3vw,36px);gap:clamp(20px,3vw,36px);align-items:center}.pain-quotes{display:flex;flex-direction:column;gap:16px}.pain-stage{position:relative;border-radius:var(--radius-card);overflow:hidden}.pain-stage:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,38,46,.82),rgba(7,38,46,.4) 42%,rgba(7,38,46,0) 70%);pointer-events:none}.pain-art{margin:0;line-height:0}.pain-art img{width:100%;height:auto;display:block;min-height:280px;object-fit:cover;object-position:72% 28%}.pain-over{position:absolute;inset:0;z-index:1;display:flex;align-items:center;padding:clamp(20px,3vw,32px);pointer-events:none}.pain-over .pain-quote{max-width:46%;pointer-events:auto}.pain-quote{margin:0;padding:22px 24px;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.08);border-left:3px solid var(--surf);border-radius:var(--radius-sm)}@media (max-width:900px){.pain-layout{grid-template-columns:1fr}.pain-over .pain-quote{max-width:58%}}.js-reveal [data-rv][data-rv-from=left]{transform:translateX(-28px)}.js-reveal [data-rv][data-rv-from=right]{transform:translateX(28px)}.js-reveal [data-rv=in][data-rv-from=left],.js-reveal [data-rv=in][data-rv-from=right]{transform:none}.client-name{display:inline-block;background-image:linear-gradient(var(--pacific),var(--pacific));background-repeat:no-repeat;background-position:0 100%;background-size:0 2px;padding-bottom:3px;transition:background-size .6s cubic-bezier(.33,0,.2,1) .25s}[data-rv=in] .client-name,html:not(.js-reveal) .client-name{background-size:100% 2px}.survey-overlay{position:fixed;inset:0;z-index:200;background:rgba(7,38,46,.72);display:flex;align-items:center;justify-content:center;padding:20px;box-sizing:border-box;animation:surveyFadeIn .18s ease}.survey-panel{position:relative;width:100%;max-width:560px;max-height:90vh;overflow-y:auto;background:var(--white);border-radius:var(--radius-card);box-shadow:var(--shadow-card-hover);padding:clamp(32px,6vw,44px);box-sizing:border-box;animation:surveyPanelIn .22s cubic-bezier(.33,0,.2,1)}.survey-panel:before{content:"";position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,var(--pacific),var(--surf));border-radius:var(--radius-card) var(--radius-card) 0 0}.survey-close{position:absolute;top:16px;right:16px;width:36px;height:36px;border-radius:var(--radius-pill);border:1px solid var(--line);background:var(--white);display:grid;place-items:center;color:var(--text-muted);cursor:pointer;padding:0;transition:background .15s ease,color .15s ease}.survey-close:hover{background:var(--sand);color:var(--maroon)}.survey-track{height:5px;background:var(--line);overflow:hidden;margin:10px 0 8px}.survey-fill,.survey-track{border-radius:var(--radius-pill)}.survey-fill{height:100%;background:linear-gradient(90deg,var(--pacific),var(--surf));transition:width .32s ease}.survey-eyebrow{margin:0;font-size:12px;font-weight:600;letter-spacing:var(--tracking-eyebrow);text-transform:uppercase;color:var(--text-muted)}.survey-stage{animation:surveyStageIn .62s cubic-bezier(.22,1.12,.36,1)}@keyframes surveyStageIn{0%{opacity:0;transform:translateY(20px) scale(.9)}60%{opacity:1}to{opacity:1;transform:translateY(0) scale(1)}}.survey-step-pill{display:inline-block;margin:18px 0 16px;padding:6px 14px;border-radius:var(--radius-pill);background:rgba(3,115,140,.1);color:var(--pacific);font-size:13px;font-weight:700;letter-spacing:.02em}.survey-step-pill.is-good{background:var(--pacific);color:#fff}.survey-step-pill.is-soft{background:rgba(140,3,56,.09);color:var(--terracotta)}.survey-question{margin:0 0 28px;font-family:var(--font-display);font-weight:600;font-size:clamp(20px,3vw,26px);line-height:1.35;color:var(--text-heading)}.survey-choices{display:flex;gap:10px;flex-wrap:wrap}.survey-choice{flex:1 1 100px;min-height:52px;border-radius:var(--radius-btn);border:2px solid var(--line);background:rgba(3,115,140,.035);color:var(--text-heading);font-family:var(--font-body);font-weight:600;font-size:15px;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease}.survey-choice:hover{border-color:var(--pacific);background:rgba(3,115,140,.08)}.survey-choice[data-selected=true]{border-color:var(--pacific);background:var(--pacific);color:#fff}.survey-back{display:inline-block;margin-top:22px;background:none;border:none;padding:0;font-size:14px;font-weight:600;color:var(--text-muted);cursor:pointer}.survey-back:hover{color:var(--maroon)}.survey-result .survey-back{display:block}.survey-result h2{margin:0 0 14px;font-family:var(--font-display);font-weight:600;font-size:clamp(22px,3.5vw,28px);color:var(--text-heading)}.survey-result h2.is-good{color:var(--pacific)}.survey-result h2.is-soft{color:var(--terracotta)}.survey-result p{margin:0 0 20px;font-size:16px;line-height:1.65;color:var(--text-body);max-width:48ch}.survey-still{font-size:14px!important;color:var(--text-muted)!important}@keyframes surveyFadeIn{0%{opacity:0}to{opacity:1}}@keyframes surveyPanelIn{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media (prefers-reduced-motion:reduce){.survey-overlay,.survey-panel,.survey-stage{animation:none}.client-name,.survey-fill{transition:none}.client-name{background-size:100% 2px}}.survey-trigger{box-shadow:0 0 0 0 rgba(102,216,242,0),0 0 0 0 rgba(102,216,242,0)}.js-reveal [data-rv].survey-trigger{transition:opacity .38s cubic-bezier(.33,0,.2,1),transform .62s cubic-bezier(.33,0,.2,1),box-shadow .7s cubic-bezier(.33,0,.2,1),background .15s ease,color .15s ease,border-color .15s ease}.js-reveal [data-rv=in].survey-trigger,html:not(.js-reveal) .survey-trigger{box-shadow:0 0 0 3px rgba(102,216,242,.18),0 0 26px 4px rgba(102,216,242,.45)}@font-face{font-family:__Petrona_4b9885;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/09c4171f71b1ea57-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:__Petrona_4b9885;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/3ad8c55ad093009e-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:__Petrona_4b9885;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/536aa5ac8f3e77da-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:__Petrona_4b9885;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/09c4171f71b1ea57-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:__Petrona_4b9885;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/3ad8c55ad093009e-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:__Petrona_4b9885;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/536aa5ac8f3e77da-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:__Petrona_4b9885;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/09c4171f71b1ea57-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:__Petrona_4b9885;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/3ad8c55ad093009e-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:__Petrona_4b9885;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/536aa5ac8f3e77da-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:__Petrona_4b9885;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/09c4171f71b1ea57-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:__Petrona_4b9885;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/3ad8c55ad093009e-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:__Petrona_4b9885;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/536aa5ac8f3e77da-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:__Petrona_4b9885;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/0c594bf8e066d076-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:__Petrona_4b9885;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/968b6592c8d8a8cf-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:__Petrona_4b9885;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/70c6005c6d0b0a03-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:__Petrona_4b9885;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/0c594bf8e066d076-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:__Petrona_4b9885;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/968b6592c8d8a8cf-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:__Petrona_4b9885;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/70c6005c6d0b0a03-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:__Petrona_4b9885;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/0c594bf8e066d076-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:__Petrona_4b9885;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/968b6592c8d8a8cf-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:__Petrona_4b9885;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/70c6005c6d0b0a03-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:__Petrona_4b9885;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/0c594bf8e066d076-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:__Petrona_4b9885;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/968b6592c8d8a8cf-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:__Petrona_4b9885;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/70c6005c6d0b0a03-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:__Petrona_Fallback_4b9885;src:local("Times New Roman");ascent-override:80.31%;descent-override:25.27%;line-gap-override:0.00%;size-adjust:106.83%}.__className_4b9885{font-family:__Petrona_4b9885,__Petrona_Fallback_4b9885}.__variable_4b9885{--font-display-next:"__Petrona_4b9885","__Petrona_Fallback_4b9885"}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-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:__Inter_8b3a0b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-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:__Inter_8b3a0b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-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:__Inter_8b3a0b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-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:__Inter_8b3a0b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-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:__Inter_8b3a0b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-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:__Inter_8b3a0b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-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:__Inter_8b3a0b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-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:__Inter_8b3a0b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-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:__Inter_8b3a0b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-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:__Inter_8b3a0b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-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:__Inter_8b3a0b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-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:__Inter_Fallback_8b3a0b;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_8b3a0b{font-family:__Inter_8b3a0b,__Inter_Fallback_8b3a0b;font-style:normal}.__variable_8b3a0b{--font-body-next:"__Inter_8b3a0b","__Inter_Fallback_8b3a0b"}