:root{--ink:#0f1b2d;--ink-2:#14243a;--ink-3:#1c3151;--paper:#f7f5f0;--white:#fff;--green:#10b981;--green-700:#0a7a54;--slate:#5c6b7a;--body-text:#3a4654;--mist:#a9bcc9;--line:#0f1b2d1a;--line-2:#0f1b2d38;--line-dark:#a9bcc92e;--font-display:"Space Grotesk",system-ui,sans-serif;--font-body:"Inter",system-ui,sans-serif;--maxw:1140px;--pad:clamp(16px,4.5vw,28px);--radius:18px;--shadow:0 20px 40px -24px #0f1b2d4d}*{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;width:100%}body,html{overflow-x:hidden}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font-body);font-weight:400;line-height:1.65;font-size:clamp(15.5px,1vw + 12px,17px);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}h1,h2,h3,h4{font-family:var(--font-display);font-weight:700;line-height:1.08;letter-spacing:-.025em;color:var(--ink);margin:0 0 .5em}h1{font-size:clamp(2.5rem,5.7vw,4.4rem);line-height:1.04}h2{font-size:clamp(1.95rem,3.7vw,3rem)}h3{font-size:clamp(1.15rem,2vw,1.4rem)}p{margin:0 0 1rem}a{color:var(--green);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:var(--maxw);margin-inline:auto;padding-inline:var(--pad)}.skip-link{position:absolute;left:-999px;top:0;background:var(--green);color:#04140d;padding:10px 16px;z-index:200;border-radius:0 0 8px 0;font-weight:600}.skip-link:focus{left:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}:focus-visible{outline:3px solid var(--green);outline-offset:2px;border-radius:4px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;font-family:var(--font-display);font-weight:700;font-size:1.05rem;padding:17px 28px;border-radius:12px;border:1.5px solid #0000;cursor:pointer;transition:transform .15s ease,background .15s ease,border-color .15s ease;white-space:nowrap}.btn,.btn:hover{text-decoration:none}.btn:hover{transform:translateY(-2px)}.btn--primary{background:var(--green);color:var(--ink);box-shadow:0 10px 24px -12px #10b981b3}.btn--primary:hover{background:#16c98d;color:var(--ink)}.btn--ghost{background:#0000;color:var(--ink);border-color:var(--line-2)}.btn--ghost:hover{border-color:var(--ink);background:var(--ink);color:var(--paper)}.btn--sm{padding:10px 18px;font-size:.92rem}.logo{font-family:var(--font-display);font-weight:700;font-size:1.35rem;letter-spacing:-.03em;color:var(--ink)}.logo,.logo:hover{text-decoration:none}.logo--dark{color:var(--paper)}.logo__dot{color:var(--green)}.site-header{position:sticky;top:0;z-index:100;background:#f7f5f0d1;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.site-header__inner{display:flex;align-items:center;gap:clamp(10px,2vw,20px);min-height:64px;padding-block:8px}.site-header__nav{display:flex;flex-wrap:nowrap;gap:clamp(12px,1.8vw,26px);margin-left:auto}.site-header__nav a{color:var(--slate);font-weight:500;font-size:clamp(.82rem,1vw + .5rem,.95rem);white-space:nowrap}.site-header__nav a:hover{color:var(--ink);text-decoration:none}.site-header__cta{margin-left:4px;flex:none}@media (max-width:1180px){.site-header__cta,.site-header__nav{display:none}}.mobile-nav-toggle{display:none;margin-left:auto;width:40px;height:40px;border:1px solid var(--line-2);border-radius:10px;background:#0000;flex-direction:column;align-items:center;justify-content:center;gap:5px;cursor:pointer;flex:none}.mobile-nav-toggle span{width:20px;height:2px;background:var(--ink);border-radius:2px}@media (max-width:1180px){.mobile-nav-toggle{display:flex}}.mobile-nav-overlay{position:fixed;inset:0;z-index:150;background:#0f1b2d80;opacity:0;pointer-events:none;transition:opacity .25s ease}.mobile-nav-overlay.is-open{opacity:1;pointer-events:auto}.mobile-nav-drawer{position:fixed;top:0;right:0;bottom:0;z-index:160;width:min(84vw,340px);background:var(--paper);box-shadow:-20px 0 50px -20px #0f1b2d59;transform:translateX(100%);transition:transform .28s cubic-bezier(.2,.7,.3,1);display:flex;flex-direction:column;padding:18px 22px 26px;overflow-y:auto}.mobile-nav-drawer.is-open{transform:translateX(0)}.mobile-nav-drawer__header{display:flex;align-items:center;justify-content:space-between;padding-bottom:18px;margin-bottom:10px;border-bottom:1px solid var(--line)}.mobile-nav-drawer__header button{width:34px;height:34px;border-radius:8px;border:1px solid var(--line-2);background:#0000;font-size:1rem;cursor:pointer}.mobile-nav-drawer__links{display:flex;flex-direction:column;gap:2px}.mobile-nav-drawer__links a{padding:13px 4px;font-family:var(--font-display);font-weight:500;font-size:1.05rem;color:var(--ink);border-bottom:1px solid var(--line)}.mobile-nav-drawer__links a:hover{color:var(--green-700);text-decoration:none}.mobile-nav-drawer__ctas{display:flex;flex-direction:column;gap:10px;margin-top:22px}.mobile-nav-drawer__ctas .btn{width:100%}section{padding:clamp(64px,8vw,104px) 0;position:relative}.section--dark{background:var(--ink)}.section--dark,.section--dark h2,.section--dark h3{color:var(--paper)}.section--dark .lede,.section--dark .muted{color:var(--mist)}.section--alt{background:var(--white);border-top:1px solid #0f1b2d14;border-bottom:1px solid #0f1b2d14}.muted{color:var(--slate)}.eyebrow{display:inline-flex;align-items:center;gap:9px;font-family:var(--font-display);font-weight:500;font-size:.82rem;letter-spacing:.18em;text-transform:uppercase;color:var(--green-700);margin-bottom:18px}.lede{font-size:clamp(1.08rem,1.6vw,1.28rem);line-height:1.6;color:var(--slate);max-width:60ch}.center{text-align:center}.center,.center .lede{margin-inline:auto}.hero__bar{width:54px;height:6px;background:var(--green);border-radius:3px;margin-bottom:26px}.hero{padding-top:clamp(64px,8vw,104px);padding-bottom:clamp(56px,7vw,88px)}.accent-dot,.hero h1 .hl{color:var(--green-700)}.chat-wrap .accent-dot,.guarantee .accent-dot,.section--dark .accent-dot{color:var(--green)}.hero__ctas{gap:14px;margin-top:36px}.hero__ctas,.hero__trust{display:flex;flex-wrap:wrap}.hero__trust{margin-top:34px;gap:10px 28px}.hero__trust-item{display:inline-flex;align-items:center;gap:9px;font-size:.92rem;color:var(--slate);font-weight:500}.hero__trust-item .dot{width:7px;height:7px;border-radius:50%;background:var(--green);flex:none}.hero__tagline{margin-top:48px;font-family:var(--font-display);font-weight:700;font-size:1.15rem;letter-spacing:.01em;color:var(--ink)}.compare{display:flex;flex-wrap:wrap;gap:18px;margin-top:48px}.stat{flex:1 1 280px;border-radius:20px;padding:30px 28px}.stat--bad{border:1px solid var(--line-dark);background:#ffffff05}.stat--good{border:1.5px solid #10b98180;background:#10b98112}.stat__label{font-family:var(--font-display);font-weight:500;font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:var(--mist);margin-bottom:18px}.stat--good .stat__label{color:var(--green);display:flex;align-items:center;gap:10px}.stat__big{font-family:var(--font-display);font-weight:700;font-size:clamp(2.6rem,5vw,3.4rem);line-height:1;color:var(--mist)}.stat--good .stat__big{color:var(--paper)}.stat__sub{color:#7e91a1;font-size:.95rem;margin:8px 0 22px}.stat__points{display:flex;flex-direction:column;gap:11px}.stat__point{display:flex;align-items:flex-start;gap:11px;font-size:.96rem;color:var(--mist)}.stat--good .stat__point{color:var(--paper)}.stat__point .dot{width:6px;height:6px;border-radius:50%;margin-top:8px;flex:none}.stat--bad .stat__point .dot{background:var(--slate)}.stat--good .stat__point .dot{background:var(--green)}.stat__pill{display:inline-flex;align-items:center;gap:9px;margin-top:24px;font-family:var(--font-display);font-weight:500;font-size:.95rem;padding:10px 16px;border-radius:10px}.stat--bad .stat__pill{background:#ffffff0d;color:var(--mist)}.stat--good .stat__pill{background:var(--green);color:var(--ink);font-weight:700}.grid{display:grid;gap:clamp(14px,2.2vw,20px)}.grid--3{grid-template-columns:repeat(auto-fit,minmax(min(280px,100%),1fr))}.grid--4{grid-template-columns:repeat(auto-fit,minmax(min(200px,100%),1fr))}.split-2{display:grid;gap:clamp(24px,5vw,48px);grid-template-columns:1fr}@media (min-width:760px){.split-2{grid-template-columns:1.15fr .85fr;align-items:start}.split-2--even{grid-template-columns:1fr 1fr}}.card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:clamp(20px,3vw,30px) clamp(18px,2.8vw,28px);transition:transform .2s ease,box-shadow .2s ease}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.card h3{margin-bottom:12px}.card p:last-child{margin-bottom:0}.card__num{display:flex;align-items:center;gap:12px;margin-bottom:20px}.card__num span:first-child{font-family:var(--font-display);font-weight:700;font-size:.95rem;color:var(--ink);width:34px;height:34px;border-radius:9px;background:var(--paper);display:flex;align-items:center;justify-content:center}.card__num .dot{width:8px;height:8px;border-radius:50%;background:var(--green)}.step__k{font-family:var(--font-display);font-weight:700;color:var(--ink);font-size:1.4rem;margin-bottom:6px}.step__k .dot{color:var(--green)}.guarantee{background:var(--ink);border-radius:24px;padding:clamp(34px,4.5vw,60px);display:flex;flex-wrap:wrap;gap:48px;align-items:center;color:var(--paper)}@media (max-width:720px){.guarantee{flex-direction:column;text-align:center}}.guarantee h3{color:var(--paper)}.guarantee .muted{color:var(--mist)}.guarantee__badge{width:96px;height:96px;border-radius:50%;background:#10b98124;border:2px solid var(--green);display:grid;place-items:center;color:var(--green);font-family:var(--font-display);font-weight:700;text-align:center;line-height:1;font-size:.8rem;flex:none}.guarantee__badge b{font-size:1.7rem;display:block}.chat-wrap{background:var(--ink);border-radius:24px;padding:clamp(34px,4.5vw,60px);display:flex;flex-wrap:wrap;gap:48px;align-items:center;color:var(--paper)}@media (max-width:860px){.chat-wrap{flex-direction:column}}.chat-wrap h2{color:var(--paper)}.chat-wrap .lede{color:var(--mist)}.chat-wrap .eyebrow{color:var(--green)}.chat-text{flex:1 1 320px;min-width:280px}.chat-phone{flex:1 1 300px;min-width:260px}.phone{max-width:380px;margin-inline:auto;width:100%;background:var(--ink-2);border:1px solid var(--line-dark);border-radius:28px;padding:18px}.phone__top{text-align:center;color:var(--slate);font-size:.8rem;padding-bottom:12px;border-bottom:1px solid #a9bcc924;margin-bottom:16px}.chat{display:grid;gap:12px}.bubble{max-width:84%;padding:12px 15px;border-radius:16px;font-size:.95rem;line-height:1.5;opacity:0;transform:translateY(12px)}.bubble__meta{display:block;font-size:.72rem;color:var(--slate);margin-top:6px}.bubble--in{background:var(--ink-3);color:var(--paper);border-bottom-left-radius:5px;justify-self:start}.bubble--out{background:var(--green);color:#04140d;border-bottom-right-radius:5px;justify-self:end}.bubble--out .bubble__meta{color:#0a5f43}.chat.in .bubble{animation:bubble .5s cubic-bezier(.2,.7,.3,1) forwards}.chat.in .bubble:first-child{animation-delay:.1s}.chat.in .bubble:nth-child(2){animation-delay:.7s}.chat.in .bubble:nth-child(3){animation-delay:1.5s}@keyframes bubble{to{opacity:1;transform:none}}.chat__result{margin-top:18px;color:var(--green);font-weight:600;font-size:.95rem;display:flex;align-items:center;gap:8px}@keyframes pulse{0%{box-shadow:0 0 0 0 #10b98180}70%{box-shadow:0 0 0 8px #10b98100}to{box-shadow:0 0 0 0 #10b98100}}.pulse-dot{width:8px;height:8px;border-radius:50%;background:var(--green);animation:pulse 2s ease-in-out infinite;flex:none}.about-grid{display:flex;flex-wrap:wrap;gap:clamp(32px,5vw,64px);align-items:flex-start}.about__photo-wrap{flex:0 0 auto;width:clamp(200px,65vw,420px);max-width:100%}.about__photo{width:100%;aspect-ratio:1/1;border-radius:var(--radius);background-color:#e4e1d8;display:block;object-fit:cover}.about__content{flex:1 1 360px;min-width:300px}.about__content .body-text{font-size:1.1rem;line-height:1.65;color:var(--body-text);max-width:58ch}.about__points{display:flex;flex-wrap:wrap;gap:10px 26px;margin-top:28px}.about__point{display:inline-flex;align-items:center;gap:9px;font-size:.94rem;color:var(--slate);font-weight:500}.about__point .dot{width:7px;height:7px;border-radius:50%;background:var(--green);flex:none}.price-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(300px,100%),1fr));gap:clamp(16px,2.5vw,22px);align-items:stretch}.price{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:clamp(24px,3vw,32px);display:flex;flex-direction:column;position:relative}.price--pop{border-color:var(--green);box-shadow:0 16px 50px #10b98129}.price__tag{position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:var(--green);font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;padding:5px 14px;border-radius:999px}.price__name,.price__tag{color:var(--ink);font-weight:700}.price__name{font-family:var(--font-display);font-size:1.25rem}.price__cost{margin:12px 0 2px}.price__cost b{font-family:var(--font-display);font-size:2.1rem;letter-spacing:-.02em;color:var(--ink)}.price__care{color:var(--slate);font-size:.92rem}.price__for{color:var(--slate);font-size:.93rem;margin:16px 0}.price ul{list-style:none;padding:0;margin:0 0 24px;display:grid;gap:11px}.price li{display:flex;gap:10px;font-size:.96rem;color:var(--slate)}.price li:before{content:"›";color:var(--green);font-weight:700}.price .btn{margin-top:auto}.lead-form{position:relative}.field{display:flex;flex-direction:column;gap:6px}.field__label{font-size:.85rem;font-weight:600;color:var(--ink)}.field__label em{font-style:normal;font-weight:500;color:var(--slate)}.field-more{margin-top:4px}.field-more summary{cursor:pointer;list-style:none;font-size:.88rem;font-weight:600;color:var(--green-700);padding:8px 0;display:flex;align-items:center;gap:6px}.field-more summary::-webkit-details-marker{display:none}.field-more summary .muted{font-weight:400}.field-more[open] summary{margin-bottom:2px}.faq{max-width:820px;margin-inline:auto;display:flex;flex-direction:column;gap:12px}.faq details{background:var(--white);border:1px solid var(--line);border-radius:14px;overflow:hidden}.faq summary{font-family:var(--font-display);font-weight:700;font-size:1.08rem;color:var(--ink);cursor:pointer;list-style:none;display:flex;justify-content:space-between;gap:18px;align-items:center;padding:22px 24px}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";flex:none;width:28px;height:28px;border-radius:50%;background:var(--paper);color:var(--green);display:flex;align-items:center;justify-content:center;font-size:1.25rem;line-height:1}.faq details[open] summary:after{content:"−"}.faq details p{margin:0;padding:2px 24px 24px;color:var(--slate);font-size:1.03rem;line-height:1.62;max-width:64ch}.cta-band{text-align:center}.section--dark .cta-band h2{color:var(--paper)}.cta-band .btn{margin-top:8px}.cta-band .fine{color:var(--mist);font-size:.92rem;margin-top:18px}.cta-band .green-bar{width:54px;height:6px;background:var(--green);border-radius:3px;margin:0 auto 24px}.site-footer{background:var(--ink);padding:60px 0 40px}.site-footer,.site-footer a{color:var(--mist)}.site-footer a:hover{color:#fff}.site-footer__grid{display:flex;flex-wrap:wrap;gap:40px;justify-content:space-between}.site-footer__col h3{color:var(--paper);font-size:.95rem;margin-bottom:12px}.site-footer__col nav{display:grid;gap:8px;font-size:.95rem}.site-footer__bottom{margin-top:44px;padding-top:22px;border-top:1px solid #a9bcc924;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;font-size:.85rem}.site-footer__tag{color:var(--mist)}.site-footer__tag .dot{color:var(--green)}.mobile-cta{position:fixed;bottom:0;left:0;right:0;z-index:120;display:none;gap:8px;padding:10px clamp(10px,3vw,14px) calc(10px + env(safe-area-inset-bottom));background:#f7f5f0eb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--line)}.mobile-cta .btn{flex:1 1;white-space:normal;text-align:center;line-height:1.2}.mobile-cta .btn--call{flex:0 0 auto;padding-inline:clamp(12px,4vw,18px)}@media (max-width:1180px){.mobile-cta{display:flex}body{padding-bottom:76px}}.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.7,.3,1)}.reveal.in{opacity:1;transform:none}.reveal--d1{transition-delay:.08s}.reveal--d2{transition-delay:.16s}.reveal--d3{transition-delay:.24s}@media (prefers-reduced-motion:reduce){.reveal,.reveal--d1,.reveal--d2,.reveal--d3{opacity:1;transform:none;transition:none}.chat.in .bubble{animation:none;opacity:1;transform:none}.pulse-dot{animation:none}}@font-face{font-family:__Space_Grotesk_4f4604;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_4f4604;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_4f4604;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_4f4604;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_4f4604;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_4f4604;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_4f4604;src:local("Arial");ascent-override:89.71%;descent-override:26.62%;line-gap-override:0.00%;size-adjust:109.69%}.__className_4f4604{font-family:__Space_Grotesk_4f4604,__Space_Grotesk_Fallback_4f4604;font-style:normal}.__variable_4f4604{--font-display:"__Space_Grotesk_4f4604","__Space_Grotesk_Fallback_4f4604"}@font-face{font-family:__Inter_492eb4;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_492eb4;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_492eb4;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_492eb4;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_492eb4;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_492eb4;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_492eb4;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_492eb4;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_492eb4;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_492eb4;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_492eb4;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_492eb4;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_492eb4;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_492eb4;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_Fallback_492eb4;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_492eb4{font-family:__Inter_492eb4,__Inter_Fallback_492eb4;font-style:normal}.__variable_492eb4{--font-body:"__Inter_492eb4","__Inter_Fallback_492eb4"}