:root{--blue:#1f4e8c;--blue-dark:#10294a;--gold:#e5a823;--ink:#111417;--ink-soft:#5b6470;--line:#e4e7ec;--bg:#ffffff;--bg-soft:#f4f6f9;--nav-h:88px;--ease:cubic-bezier(.16,1,.3,1)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-inter),-apple-system,"Helvetica Neue",Arial,sans-serif;color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;line-height:1.5;overflow-x:hidden}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}.wrap{max-width:1360px;margin:0 auto;padding:0 32px}h1,h2,h3{font-weight:400;letter-spacing:-.02em;line-height:1.05;text-wrap:balance}.display{font-size:clamp(2.6rem,6vw,5rem);font-weight:300}.headline{font-size:clamp(2rem,4vw,3.4rem);font-weight:300}.kicker{font-size:.72rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--blue)}.kicker.light{color:#dfe8f6}.lede{font-size:clamp(1.05rem,1.4vw,1.3rem);color:var(--ink-soft);font-weight:400;line-height:1.55;text-wrap:pretty}.mt-sm{margin-top:.25em}.cta{display:inline-flex;align-items:center;gap:.55em;font-size:.95rem;font-weight:600;letter-spacing:.01em;padding:.15em 0;position:relative}.cta .chev{transition:transform .4s var(--ease)}.cta:hover .chev{transform:translateX(5px)}.cta.on-dark{color:#fff}.cta.blue{color:var(--blue)}.cta.pill{border:1px solid;border-radius:100px;padding:.85em 1.6em}.cta.pill.brand{background:var(--blue);color:#fff;border-color:var(--blue)}.cta.pill.brand:hover{background:var(--blue-dark)}.cta.pill.on-dark{border-color:rgba(255,255,255,.55)}.cta.pill.on-dark:hover{background:#fff;color:var(--ink)}header.nav{position:fixed;top:0;left:0;right:0;height:var(--nav-h);z-index:50;transition:background .4s var(--ease),box-shadow .4s var(--ease),color .4s var(--ease);color:#fff}header.nav,header.nav .wrap{display:flex;align-items:center}header.nav .wrap{justify-content:space-between;width:100%}header.nav .logo{height:48px;width:auto}header.nav .logo-dark{display:none}header.nav nav{display:flex;gap:34px;font-size:.9rem;font-weight:500}header.nav nav a{opacity:.9;transition:opacity .2s}header.nav nav a:hover{opacity:1}header.nav .right{display:flex;align-items:center;gap:26px;font-size:.9rem;font-weight:500}header.nav .right .req{border:1px solid rgba(255,255,255,.5);border-radius:100px;padding:.5em 1.15em;transition:.3s var(--ease)}header.nav.scrolled{background:#fff;color:var(--ink);box-shadow:0 1px 0 var(--line)}header.nav.scrolled .logo-light{display:none}header.nav.scrolled .logo-dark{display:block}header.nav.scrolled .right .req{border-color:var(--ink)}header.nav.scrolled .right .req:hover{background:var(--ink);color:#fff}.hero{position:relative;min-height:100svh;display:flex;align-items:flex-end;color:#fff;overflow:hidden}.hero .bg{position:absolute;inset:0}.hero .bg img{width:100%;height:100%;object-fit:cover}.hero .bg:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(8,12,18,.82),rgba(8,12,18,.15) 55%,rgba(8,12,18,.35))}.hero .inner{position:relative;padding-bottom:clamp(56px,9vh,120px);padding-top:120px;max-width:920px}.hero .display{margin:.35em 0 .5em;color:#fff}.hero .lede{color:rgba(255,255,255,.86);max-width:620px}.hero .actions{display:flex;flex-wrap:wrap;gap:18px;margin-top:38px}.band{padding:clamp(90px,13vh,170px) 0}.statement{max-width:940px}.statement .accent{color:var(--blue)}.stage{position:relative;min-height:92vh;display:flex;align-items:center;color:#fff;overflow:hidden}.stage .bg{position:absolute;inset:0}.stage .bg img{width:100%;height:100%;object-fit:cover}.stage .bg:after{content:"";position:absolute;inset:0}.stage.left .bg:after{background:linear-gradient(90deg,rgba(8,12,18,.82),rgba(8,12,18,.25) 62%,transparent)}.stage.right{justify-content:flex-end;text-align:right}.stage.right .bg:after{background:linear-gradient(270deg,rgba(8,12,18,.82),rgba(8,12,18,.25) 62%,transparent)}.stage .content{position:relative;max-width:540px;padding:60px 0}.stage .headline{color:#fff;margin:.3em 0 .55em}.stage p{color:rgba(255,255,255,.82);font-size:1.08rem;line-height:1.6;margin-bottom:26px}.stage.right .cta{flex-direction:row-reverse}.modules{padding:clamp(80px,11vh,140px) 0;background:var(--bg-soft)}.modules .head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:44px}.rail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(300px,340px);grid-gap:22px;gap:22px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:14px;scrollbar-width:none}.rail::-webkit-scrollbar{display:none}.card{scroll-snap-align:start;background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;display:flex;flex-direction:column;transition:.4s var(--ease)}.card:hover{transform:translateY(-6px);box-shadow:0 24px 50px -24px rgba(16,41,74,.35)}.card .ph{aspect-ratio:16/10;overflow:hidden}.card .ph img{width:100%;height:100%;object-fit:cover;transition:transform .8s var(--ease)}.card:hover .ph img{transform:scale(1.05)}.card .body{padding:24px 24px 26px;display:flex;flex-direction:column;flex:1 1}.card .q{font-size:.72rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--gold)}.card h3{font-size:1.35rem;font-weight:500;margin:.4em 0 .35em}.card p{color:var(--ink-soft);font-size:.95rem;line-height:1.55;flex:1 1}.card .cta{margin-top:20px;color:var(--blue)}.sources{padding:64px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.sources .row{display:flex;flex-wrap:wrap;align-items:center;gap:14px 42px;justify-content:center}.sources .lab{width:100%;text-align:center;color:var(--ink-soft);font-size:.8rem;letter-spacing:.16em;text-transform:uppercase;margin-bottom:22px}.sources b{font-weight:600;font-size:1.15rem;letter-spacing:.02em;color:var(--ink);opacity:.72}.honesty{padding:clamp(80px,11vh,140px) 0}.honesty .grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:center}.honesty ul{list-style:none;margin-top:26px;display:grid;grid-gap:16px;gap:16px}.honesty li{display:flex;gap:14px;color:var(--ink-soft);font-size:1.02rem}.honesty li b{color:var(--ink);font-weight:600}.honesty .dot{color:var(--blue);font-weight:700}.closing{position:relative;min-height:80vh;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;overflow:hidden}.closing .bg{position:absolute;inset:0}.closing .bg img{width:100%;height:100%;object-fit:cover}.closing .bg:after{content:"";position:absolute;inset:0;background:rgba(8,12,18,.62)}.closing .content{position:relative;max-width:760px;padding:40px}.closing .headline{color:#fff;margin-bottom:34px}footer{background:#0c1116;color:#aab4c0;padding:80px 0 40px;font-size:.92rem}footer .cols{display:grid;grid-template-columns:1.6fr repeat(4,1fr);grid-gap:40px;gap:40px;padding-bottom:56px;border-bottom:1px solid rgba(255,255,255,.08)}footer .brand img{height:34px;margin-bottom:18px}footer .brand p{max-width:280px;line-height:1.6;color:#8a95a3}footer h4{color:#fff;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;font-weight:600;margin-bottom:18px}footer ul{list-style:none;display:grid;grid-gap:11px;gap:11px}footer ul a{color:#aab4c0;transition:color .2s}footer ul a:hover{color:#fff}footer .bottom{display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;padding-top:28px;color:#79838f;font-size:.84rem}.reveal{opacity:0;transform:translateY(22px);transition:opacity .9s var(--ease),transform .9s var(--ease)}.reveal.in{opacity:1;transform:none}.page-hero{position:relative;min-height:66vh;display:flex;align-items:flex-end;color:#fff;overflow:hidden}.page-hero .bg{position:absolute;inset:0}.page-hero .bg img{width:100%;height:100%;object-fit:cover}.page-hero .bg:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(8,12,18,.86),rgba(8,12,18,.2) 60%,rgba(8,12,18,.4))}.page-hero .inner{position:relative;padding:150px 0 clamp(48px,7vh,90px);max-width:900px}.page-hero h1{font-size:clamp(2.2rem,5vw,4rem);font-weight:300;color:#fff;margin:.3em 0 .45em}.page-hero .lede{color:rgba(255,255,255,.85);max-width:640px}.page-hero .actions{display:flex;flex-wrap:wrap;gap:16px;margin-top:30px}.crumbs{padding:22px 0 0;font-size:.8rem;color:var(--ink-soft)}.crumbs a:hover{color:var(--blue)}.crumbs .sep{opacity:.5;padding:0 8px}.section{padding:clamp(64px,9vh,120px) 0}.section.alt{background:var(--bg-soft)}.section.tight{padding:clamp(44px,6vh,80px) 0}.section .head{max-width:820px}.section .head .headline{margin-top:.25em}.section .head .intro{margin-top:20px;font-size:1.15rem;color:var(--ink-soft);line-height:1.6;text-wrap:pretty}.prose{max-width:780px;display:grid;grid-gap:18px;gap:18px}.prose p{font-size:1.12rem;line-height:1.7;color:#33393f}.grid-cards{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:22px;gap:22px;margin-top:46px}.fcard{background:#fff;border:1px solid var(--line);border-radius:14px;padding:30px;transition:.35s var(--ease);display:flex;flex-direction:column}a.fcard:hover{transform:translateY(-5px);box-shadow:0 22px 46px -26px rgba(16,41,74,.34);border-color:#cfd8e4}.fcard .q{font-size:.7rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:12px}.fcard h3{font-size:1.3rem;font-weight:500;margin-bottom:10px}.fcard p{color:var(--ink-soft);font-size:.98rem;line-height:1.55;flex:1 1}.fcard .more{margin-top:18px;color:var(--blue);font-weight:600;font-size:.92rem;display:inline-flex;gap:.4em}.ticks{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px 40px;gap:16px 40px;margin-top:36px;list-style:none}.ticks.one{grid-template-columns:1fr}.ticks li{display:flex;gap:14px;font-size:1.05rem;color:#33393f;line-height:1.55}.ticks .m{color:var(--blue);font-weight:700;flex:none}.cols2{display:grid;grid-template-columns:1fr 1fr;grid-gap:22px;gap:22px;margin-top:40px}.panel{border:1px solid var(--line);border-radius:14px;padding:30px;background:#fff}.panel.soft{background:var(--bg-soft)}.panel h3{font-size:1.25rem;font-weight:500;margin-bottom:18px}.panel ul{list-style:none;display:grid;grid-gap:13px;gap:13px}.panel li{display:flex;gap:12px;color:#4a525b;font-size:1rem;line-height:1.5}.panel .yes{color:var(--blue);font-weight:700}.panel .no{color:#aab0ba;font-weight:700}.steps{counter-reset:s;display:grid;grid-gap:16px;gap:16px;margin-top:40px}.step{display:flex;gap:22px;align-items:baseline;border-top:1px solid var(--line);padding-top:22px}.step .n{font-size:1.5rem;font-weight:300;color:var(--blue);min-width:52px}.step h3{font-size:1.2rem;font-weight:500;margin-bottom:6px}.step p{color:var(--ink-soft);line-height:1.6}.kv{margin-top:36px;border-top:1px solid var(--line)}.kv .r{display:grid;grid-template-columns:1fr 2.2fr;grid-gap:32px;gap:32px;padding:20px 0;border-bottom:1px solid var(--line)}.kv .k{font-weight:600}.kv .v{color:var(--ink-soft);line-height:1.6}.callout{border-left:3px solid var(--blue);background:var(--bg-soft);border-radius:0 12px 12px 0;padding:22px 26px;margin-top:36px;max-width:820px}.callout.warn{border-color:var(--gold)}.callout .t{font-size:.72rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-soft);margin-bottom:8px}.callout p{color:#4a525b;line-height:1.6}.faq{max-width:840px;margin:0 auto}.faq details{border-bottom:1px solid var(--line)}.faq summary{cursor:pointer;list-style:none;padding:22px 0;font-size:1.12rem;font-weight:500;display:flex;justify-content:space-between;gap:20px}.faq summary::-webkit-details-marker{display:none}.faq summary .p{color:var(--blue);transition:transform .3s}.faq details[open] summary .p{transform:rotate(45deg)}.faq p.a{padding:0 0 22px;color:var(--ink-soft);line-height:1.65;max-width:720px}.cta-band{background:var(--ink);color:#fff;text-align:center;padding:clamp(70px,10vh,120px) 0}.cta-band .headline{color:#fff;max-width:760px;margin:0 auto 30px}.cta-band .sub{color:rgba(255,255,255,.7);max-width:560px;margin:0 auto 30px;font-size:1.1rem}.doc{max-width:780px}.doc h1{font-size:clamp(2rem,4vw,3rem);font-weight:300;margin-bottom:8px}.doc .meta{color:var(--ink-soft);font-size:.9rem;margin-bottom:30px}.doc .lead{font-size:1.2rem;color:#33393f;line-height:1.6;margin-bottom:36px}.doc h2{font-size:1.4rem;font-weight:500;margin:34px 0 12px}.doc h3{font-size:1.15rem;font-weight:600;margin:24px 0 10px}.doc p{line-height:1.72;color:#3a4149;margin-bottom:14px}.doc ul{margin:0 0 16px;padding-left:0;list-style:none;display:grid;grid-gap:10px;gap:10px}.doc ul li{display:flex;gap:12px;color:#3a4149;line-height:1.6}.doc ul li:before{content:"·";color:var(--blue);font-weight:700}.doc table{width:100%;border-collapse:collapse;margin:18px 0;font-size:.96rem}.doc th{text-align:left;border-bottom:2px solid var(--line);font-weight:600}.doc td,.doc th{padding:10px 12px}.doc td{border-bottom:1px solid var(--line);color:#3a4149;vertical-align:top}.doc blockquote{border-left:3px solid var(--blue);padding:6px 0 6px 22px;margin:22px 0;font-size:1.2rem;font-style:italic;color:#2a3038}@media(max-width:900px){.cols2,.grid-cards,.kv .r,.ticks{grid-template-columns:1fr}.kv .r{gap:6px}.wrap{padding:0 20px}header.nav .right .lnk,header.nav nav{display:none}.honesty .grid{grid-template-columns:1fr;gap:34px}footer .cols{grid-template-columns:1fr 1fr;gap:32px}.stage.right{text-align:left;justify-content:flex-start}.stage.right .bg:after{background:linear-gradient(90deg,rgba(8,12,18,.82),rgba(8,12,18,.2) 62%,transparent)}.stage.right .cta{flex-direction:row}}@media(prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}.reveal{opacity:1;transform:none}}@font-face{font-family:Inter;font-style:normal;font-weight:300;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:300;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:300;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:300;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:300;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:300;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:300;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_fa2f99{font-family:Inter,Inter Fallback;font-style:normal}.__variable_fa2f99{--font-inter:"Inter","Inter Fallback"}