:root{--ink:#0a1410;--ink-soft:#101d18;--bg:#f7f5ee;--surface:#ffffff;--surface-strong:#efece1;--text:#10181a;--muted:#566058;--muted-soft:#7a8478;--line:rgba(10,20,16,0.14);--line-soft:rgba(10,20,16,0.08);--brand:#12a669;--brand-strong:#0b7a4e;--brand-soft:rgba(18,166,105,0.1);--accent:#f5a93b;--accent-strong:#a06f15;--accent-soft:#fbe3b8;--media:#f97316;--nisschool:#0f766e;--ink-inverse:#f4f2e7;--ink-inverse-muted:rgba(244,242,231,0.62);--ink-line:rgba(244,242,231,0.12);--shadow-sm:0 2px 8px rgba(9,18,14,0.06);--shadow-md:0 14px 32px rgba(9,18,14,0.1);--shadow-lg:0 24px 56px rgba(9,18,14,0.14);--shadow-brand:0 14px 28px rgba(18,166,105,0.24);--shadow:var(--shadow-md);--radius-lg:18px;--radius-md:13px;--radius-sm:9px;--radius-btn:10px;--max-width:1180px;--font-sans:"Inter","Segoe UI",sans-serif;--font-display:"Bricolage Grotesque","Inter","Segoe UI",sans-serif;--ease:cubic-bezier(0.16,1,0.3,1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;overflow-x:hidden;background:var(--bg);color:var(--text);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body:before{content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='140' height='140'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix type='saturate' values='0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/></svg>")}::selection{background:var(--brand);color:#fff}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:rgba(18,166,105,.35);border-radius:999px;border:3px solid var(--bg)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}button{cursor:pointer}h1,h2,h3,h4{font-family:var(--font-display);font-weight:600;letter-spacing:-.025em;color:var(--text)}:focus-visible{outline:2px solid var(--brand);outline-offset:3px;border-radius:3px}.skip-link{position:absolute;top:-3rem;left:1rem;z-index:100;background:var(--ink);color:#fff;padding:.75rem 1.25rem;border-radius:var(--radius-sm);font-family:var(--font-display);font-weight:600;font-size:.9rem;transition:top .2s ease}.skip-link:focus{top:1rem}.site-shell{min-height:100vh}.top-bar{height:3px;background:linear-gradient(90deg,var(--brand) 0,var(--accent) 100%)}.container{width:min(var(--max-width),calc(100% - 2rem));margin:0 auto}.section{padding:4.75rem 0}.section-sm{padding:3rem 0}.hero-section{padding-top:6.5rem;padding-bottom:4rem}.hero-stats{grid-template-columns:1fr 1fr}.section-eyebrow{display:inline-flex;align-items:center;gap:.6rem;color:var(--brand-strong);font-family:var(--font-display);font-size:.8rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.section-eyebrow:before{content:"";width:1.6rem;height:2px;background:var(--accent)}.section-title{margin:1rem 0 1.1rem;font-size:clamp(2.1rem,3.8vw,3.6rem);line-height:1.05;letter-spacing:-.035em}.section-copy{max-width:700px;margin:0;color:var(--muted);font-size:1.06rem;line-height:1.75}.page-hero{padding:8rem 0 2rem}.breadcrumbs{margin-bottom:1.5rem}.breadcrumbs ol{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;padding:0;margin:0;list-style:none;font-size:.86rem;color:var(--muted-soft)}.breadcrumbs li{display:inline-flex;align-items:center;gap:.4rem}.breadcrumbs a{color:var(--muted);transition:color .2s ease}.breadcrumbs a:hover{color:var(--brand-strong);text-decoration:underline;text-underline-offset:3px}.breadcrumbs [aria-current=page]{color:var(--text);font-weight:600}.breadcrumbs-sep{color:var(--line)}.page-hero-grid{display:grid;grid-gap:2rem;gap:2rem;align-items:end}.page-kicker{display:inline-flex;align-items:center;gap:.55rem;color:var(--brand-strong);font-family:var(--font-display);font-weight:600;text-transform:uppercase;letter-spacing:.12em;font-size:.8rem}.page-kicker:before{content:"";width:1.6rem;height:2px;background:var(--accent)}.page-title{margin:.9rem 0 1.1rem;font-size:clamp(2.6rem,5.6vw,4.4rem);line-height:1.01;letter-spacing:-.04em}.page-summary{max-width:720px;color:var(--muted);font-size:1.12rem;line-height:1.8}.grid{display:grid;grid-gap:1.5rem;gap:1.5rem}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.span-full{grid-column:1/-1}.panel{position:relative;background:var(--surface);border:1px solid var(--line);box-shadow:none;border-radius:var(--radius-lg);transition:box-shadow .26s var(--ease),border-color .26s var(--ease),transform .26s var(--ease)}.grid>.panel:hover,.pricing-grid>.panel:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:rgba(18,166,105,.32)}.chip-row{display:flex;flex-wrap:wrap;gap:.6rem}.chip{padding:.55rem .95rem;border-radius:999px;background:var(--surface);border:1px solid var(--line);color:var(--text);font-size:.88rem;font-weight:500;transition:background .2s ease,border-color .2s ease,transform .2s var(--ease)}.chip:hover{background:var(--brand-soft);border-color:rgba(18,166,105,.3);transform:translateY(-1px)}.button-row{display:flex;flex-wrap:wrap;gap:.9rem}.button{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-height:3.05rem;padding:.85rem 1.4rem;border-radius:var(--radius-btn);border:1.5px solid transparent;font-family:var(--font-display);font-weight:600;font-size:.96rem;letter-spacing:-.005em;transition:transform .22s var(--ease),box-shadow .22s var(--ease),border-color .22s var(--ease),background .22s var(--ease),color .22s var(--ease)}.button:hover{transform:translateY(-2px)}.button:active{transform:translateY(0)}.button-primary{background:var(--ink);color:#fff;box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}.button-primary:hover{background:var(--brand);box-shadow:var(--shadow-brand),inset 0 1px 0 rgba(255,255,255,.16)}.button-secondary{background:transparent;color:var(--text);border-color:var(--line)}.button-secondary:hover{border-color:var(--ink);background:var(--surface-strong)}.button-link{color:var(--brand-strong);font-weight:600;min-height:auto;padding:0;border:none}.button-link:hover{transform:none;text-decoration:underline;text-underline-offset:4px}.link-arrow{display:inline-block;font-weight:700;transition:transform .22s var(--ease)}.button:hover .link-arrow{transform:translate(3px,-3px)}.status{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .75rem;border-radius:999px;background:var(--surface-strong);font-family:var(--font-display);font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap}.status:before{content:"";width:.4rem;height:.4rem;border-radius:999px;background:currentColor}.status-live{color:var(--brand-strong);background:rgba(18,166,105,.12)}.status-comingSoon,.status-inDevelopment{color:var(--accent-strong);background:rgba(245,169,59,.18)}.two-column{display:grid;grid-template-columns:1.15fr .85fr;grid-gap:1.75rem;gap:1.75rem;align-items:start}.contact-card,.content-card,.cta-band,.ecosystem-card,.metric-card{padding:1.75rem}.cta-band{padding:clamp(1.75rem,4vw,3rem);text-align:center}.cta-band .section-copy{margin-left:auto;margin-right:auto}.cta-band .chip-row,.cta-band .page-kicker,.cta-band .section-eyebrow{justify-content:center}.metric{display:block;font-family:var(--font-display);font-size:2.5rem;font-weight:600;letter-spacing:-.03em;color:var(--text);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.metric-label{margin-top:.4rem;color:var(--muted);line-height:1.6}.list{display:grid;grid-gap:.9rem;gap:.9rem;padding:0;margin:0;list-style:none}.list li{display:flex;gap:.85rem;align-items:flex-start;color:var(--muted);line-height:1.65}.list li:before{content:"";width:.4rem;height:.4rem;margin-top:.6rem;border-radius:999px;background:var(--accent);flex:none}.stack{display:grid;grid-gap:1.1rem;gap:1.1rem}.divider{height:1px;border:none;margin:0;background:var(--line)}.eyebrow-index{display:inline-flex;align-items:baseline;gap:.4rem;font-family:var(--font-display);font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--accent-strong)}.eyebrow-index span{color:var(--muted-soft);font-weight:500;text-transform:none;letter-spacing:normal}.list-row{display:grid;grid-template-columns:2.5rem 1fr 1.6fr;grid-gap:1.5rem;gap:1.5rem;align-items:baseline;padding:1.5rem 1.75rem;border-bottom:1px solid var(--line);transition:background .22s ease,padding-left .22s var(--ease)}.list-row:hover{background:var(--brand-soft);padding-left:2.1rem}.list-row:first-child:hover{border-top-left-radius:var(--radius-lg);border-top-right-radius:var(--radius-lg)}.list-row:last-child:hover{border-bottom-left-radius:var(--radius-lg);border-bottom-right-radius:var(--radius-lg)}.list-row:last-child{border-bottom:none}.list-row-index{font-family:var(--font-display);font-weight:700;font-size:.85rem;color:var(--accent-strong)}.list-row h3{margin:0;font-size:1.08rem}.list-row p{margin:0;color:var(--muted);line-height:1.7}@media (max-width:720px){.list-row{grid-template-columns:2rem 1fr;padding:1.25rem 0}.list-row p{grid-column:2/-1;margin-top:.4rem}}.stat-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));align-content:center;padding:1.75rem 2rem}.stat-item{padding:0 1.75rem;border-left:1px solid var(--line)}.stat-item:first-child{border-left:none;padding-left:0}.stat-item .metric{font-size:2.6rem}.pull-quote{position:relative;padding:2.25rem 2.5rem 2.25rem 3.25rem;overflow:hidden;border-left:3px solid var(--accent);border-radius:0 var(--radius-lg) var(--radius-lg) 0}.pull-quote p{position:relative;margin:0;font-family:var(--font-display);font-size:clamp(1.3rem,2.4vw,1.7rem);font-weight:500;line-height:1.5;letter-spacing:-.01em;color:var(--text)}.pull-quote footer{margin-top:1.1rem;color:var(--muted);font-size:.92rem}.feature-banner{display:grid;grid-template-columns:1fr auto;grid-gap:2rem;gap:2rem;align-items:center;padding:clamp(1.75rem,4vw,3rem);background:var(--ink);color:var(--ink-inverse);border-radius:var(--radius-lg);position:relative;overflow:hidden}.feature-banner .section-eyebrow{color:var(--accent)}.feature-banner .section-eyebrow:before{background:var(--accent)}.feature-banner h3{margin:.9rem 0 .6rem;font-size:clamp(1.6rem,3vw,2.2rem);color:var(--ink-inverse)}.feature-banner p{margin:0;color:var(--ink-inverse-muted);line-height:1.7;max-width:46ch}.feature-banner .button-primary{background:var(--accent);color:var(--ink)}.feature-banner .button-primary:hover{background:#fff}.video-embed{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden;border-radius:var(--radius-lg);background:var(--ink);border:1px solid var(--line)}.video-embed iframe{position:absolute;inset:0;width:100%;height:100%;border:none}.video-embed-fallback{display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 30% 20%,rgba(245,169,59,.16),transparent 55%),var(--ink)}.video-embed-inner{display:grid;justify-items:center;grid-gap:1.1rem;gap:1.1rem;padding:2rem;text-align:center}.video-embed-play{display:inline-flex;align-items:center;justify-content:center;width:4.4rem;height:4.4rem;border-radius:999px;background:var(--accent);color:var(--ink);font-size:1.4rem;box-shadow:0 14px 32px rgba(245,169,59,.28)}.video-embed-inner p{margin:0;color:var(--ink-inverse-muted);font-size:1.02rem;max-width:34ch}.pricing-category+.pricing-category{margin-top:3.5rem}.pricing-category-head{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:1.75rem;padding-bottom:1.1rem;border-bottom:1px solid var(--line)}.pricing-category-head h3{margin:0;font-size:clamp(1.3rem,2.4vw,1.6rem)}.pricing-category-head p{margin:.4rem 0 0;color:var(--muted);line-height:1.65;max-width:52ch}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:1.25rem;gap:1.25rem}.pricing-package{display:flex;flex-direction:column;padding:1.6rem 1.75rem}.pricing-package-scope{font-family:var(--font-display);font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--accent-strong)}.pricing-package h4{margin:.45rem 0 1.1rem;font-size:1.15rem}.pricing-table{width:100%;border-collapse:collapse;font-size:.92rem}.pricing-table td,.pricing-table th{text-align:left;padding:.55rem 0;border-bottom:1px dashed var(--line);font-weight:400}.pricing-table thead th{padding-top:0;font-family:var(--font-display);font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--muted-soft);border-bottom-color:var(--line)}.pricing-table tbody td:first-child,.pricing-table tbody th{color:var(--muted)}.pricing-table td:last-child,.pricing-table th:last-child{text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap;color:var(--text)}.pricing-table tfoot td,.pricing-table tfoot th{padding-top:.9rem;border-bottom:none;border-top:1px solid var(--ink);font-family:var(--font-display);font-weight:700;font-size:1.1rem;color:var(--text)}.pricing-table tfoot td:last-child{color:var(--brand-strong)}.faq-item{border-bottom:1px solid var(--line)}.faq-item:last-child{border-bottom:none}.faq-item summary{display:flex;align-items:center;gap:1.5rem;padding:1.5rem 1.75rem;cursor:pointer;list-style:none;font-family:var(--font-display);font-weight:600;font-size:1.05rem;transition:background .2s ease}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:hover{background:var(--brand-soft)}.faq-item summary:focus-visible{outline:2px solid var(--brand);outline-offset:-2px}.faq-item-question{flex:1 1}.faq-item summary:after{content:"+";flex:none;font-size:1.4rem;font-weight:400;color:var(--muted-soft);transition:transform .2s ease}.faq-item[open] summary:after{transform:rotate(45deg)}.faq-item p{margin:0;padding:0 1.75rem 1.5rem calc(2.5rem + 1.5rem + 1.75rem);color:var(--muted);line-height:1.7}@media (max-width:720px){.faq-item summary{padding:1.25rem 0;gap:1rem}.faq-item p{padding:0 0 1.25rem 4rem}}.sr-only{padding:0;margin:-1px;clip:rect(0,0,0,0);white-space:nowrap;border:0}.honeypot-field,.sr-only{position:absolute;width:1px;height:1px;overflow:hidden}.honeypot-field{left:-9999px;top:-9999px;opacity:0;pointer-events:none}.field-input{transition:border-color .2s ease,box-shadow .2s ease}.field-input:focus-visible{outline:none;border-color:var(--brand);box-shadow:0 0 0 4px var(--brand-soft)}.icon-tile{display:inline-flex;align-items:center;justify-content:center;width:2.7rem;height:2.7rem;border-radius:var(--radius-sm);background:var(--ink);color:var(--accent);font-family:var(--font-display);font-weight:700;flex:none;box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 6px 14px rgba(10,20,16,.16)}.display-mark{position:relative;overflow:hidden}.display-mark-text{position:absolute;top:-.35em;left:-.04em;font-family:var(--font-display);font-weight:700;font-size:clamp(6rem,18vw,13rem);letter-spacing:-.04em;color:transparent;-webkit-text-stroke:1px var(--line);white-space:nowrap;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:-1}.site-footer{margin-top:3rem;padding:3.75rem 0 2.25rem;background:var(--ink);color:var(--ink-inverse)}.footer-grid{display:grid;grid-template-columns:1.3fr repeat(3,minmax(0,1fr));grid-gap:2rem;gap:2rem;padding:0 0 2.5rem;border-bottom:1px solid var(--ink-line)}.footer-title{margin:0 0 1rem;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--ink-inverse-muted)}.footer-copy,.footer-link{color:var(--muted);line-height:1.7}.site-footer .footer-copy,.site-footer .footer-link{color:var(--ink-inverse-muted)}.site-footer .footer-link{transition:color .2s ease}.site-footer a.footer-link:hover{color:var(--ink-inverse)}.footer-links{display:grid;grid-gap:.7rem;gap:.7rem}.footer-base{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.8rem;margin-top:1.5rem;color:var(--ink-inverse-muted);font-size:.86rem}@keyframes fade-up{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.hero-card,.stack>.panel{animation:fade-up .64s var(--ease) both}.stack>.panel:nth-child(2){animation-delay:80ms}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button,.hero-card,.panel,.stack>.panel{animation:none!important;transition:none!important}}@media (max-width:720px){.feature-banner{grid-template-columns:1fr}.stat-strip{grid-template-columns:repeat(2,1fr);gap:1.5rem 0}.stat-item{border-left:none;padding-left:0}.pull-quote{padding:2rem 1.5rem 2rem 1.75rem}}@media (max-width:960px){.footer-grid,.grid-2,.grid-3,.grid-4,.two-column{grid-template-columns:1fr}.section{padding:3.5rem 0}.page-hero{padding:7rem 0 1.75rem}}@media (max-width:640px){.container{width:min(var(--max-width),calc(100% - 1.25rem))}.section-title{font-size:2rem}.page-title{font-size:2.4rem}.button-row{flex-direction:column}.button{width:100%}.footer-grid{padding-bottom:2rem}}@media (max-width:480px){.page-hero{padding:5.75rem 0 1.5rem}.hero-section{padding-top:5.5rem;padding-bottom:3rem}.section{padding:2.75rem 0}.section-sm{padding:2.25rem 0}.hero-stats{grid-template-columns:1fr;gap:1.25rem}.hero-stats .stat-item{border-left:none;padding-left:0;padding-top:1.1rem;border-top:1px solid var(--line)}.hero-stats .stat-item:first-child{border-top:none;padding-top:0}.contact-card,.content-card,.ecosystem-card,.metric-card,.pricing-package{padding:1.4rem}.stat-item .metric{font-size:2.2rem}}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:200 800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/93a6e477e1480c92-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:Bricolage Grotesque;font-style:normal;font-weight:200 800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c7e0cf6c760983e7-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:Bricolage Grotesque;font-style:normal;font-weight:200 800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/9d5a263311222317-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:Bricolage Grotesque Fallback;src:local("Arial");ascent-override:88.21%;descent-override:25.61%;line-gap-override:0.00%;size-adjust:105.43%}.__className_a4bae9{font-family:Bricolage Grotesque,Bricolage Grotesque Fallback;font-style:normal}.__variable_a4bae9{--font-display:"Bricolage Grotesque","Bricolage Grotesque Fallback"}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;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;font-style:normal;font-weight:100 900;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;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;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;font-style:normal;font-weight:100 900;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;font-style:normal;font-weight:100 900;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;font-style:normal;font-weight:100 900;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;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}.__variable_f367f3{--font-sans:"Inter","Inter Fallback"}