:root{--paper:#f7f4ed;--paper-2:#efeadd;--sand:#e7dfcc;--ink:#14201a;--muted:#58625a;--faint:#8a9189;--forest:#123d2b;--forest-2:#0c2a1e;--green:#2c7a4b;--green-bright:#43a86a;--clay:#bc5a2c;--line:#14201a1f;--line-strong:#14201a38;--card:#fcfaf5;--font-display:"Bricolage Grotesque", Georgia, serif;--font-body:"Hanken Grotesk", system-ui, sans-serif;--font-mono:"JetBrains Mono", ui-monospace, monospace;--maxw:1200px;--radius:14px}.app[data-dark=true]{--paper:#0e1a14;--paper-2:#122019;--sand:#16271e;--ink:#ecf2ec;--muted:#9fb0a4;--faint:#6f8076;--forest:#0a2118;--forest-2:#061711;--line:#ffffff1f;--line-strong:#ffffff38;--card:#142219}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:84px}body{margin:0}.app{background:var(--paper);color:var(--ink);font-family:var(--font-body);-webkit-font-smoothing:antialiased;letter-spacing:-.01em;font-size:17px;line-height:1.5;transition:background .4s,color .4s;overflow-x:clip}.wrap{max-width:var(--maxw);margin:0 auto;padding:0 32px}h1,h2,h3,h4{font-family:var(--font-display);letter-spacing:-.03em;margin:0;font-weight:700;line-height:1.02}.mono{font-family:var(--font-mono);letter-spacing:0}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}.eyebrow{font-family:var(--font-mono);letter-spacing:.16em;text-transform:uppercase;color:var(--green);align-items:center;gap:8px;font-size:12px;display:inline-flex}.eyebrow:before{content:"";background:var(--green);width:22px;height:1px;display:inline-block}.btn{font-family:var(--font-body);letter-spacing:-.01em;white-space:nowrap;border:1px solid #0000;border-radius:100px;align-items:center;gap:9px;padding:13px 22px;font-size:15px;font-weight:600;transition:transform .18s,background .2s,box-shadow .2s,color .2s;display:inline-flex}.btn:active{transform:translateY(1px)}.btn-primary{background:var(--forest);color:#f4f1e8}.btn-primary:hover{background:var(--green);box-shadow:0 10px 26px -10px #123d2b99}.btn-ghost{color:var(--ink);border-color:var(--line-strong);background:0 0}.btn-ghost:hover{border-color:var(--ink)}.btn-light{background:var(--paper);color:var(--forest)}.btn-light:hover{background:#fff}.btn-clay{background:var(--clay);color:#fcefe6}.btn-clay:hover{background:#a94d23;box-shadow:0 10px 26px -10px #bc5a2cb3}.nav{z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:color-mix(in srgb, var(--paper) 82%, transparent);border-bottom:1px solid #0000;transition:border-color .3s,background .3s;position:sticky;top:0}.nav[data-stuck=true]{border-color:var(--line)}.nav-inner{justify-content:space-between;align-items:center;height:72px;display:flex}.brand{font-family:var(--font-display);letter-spacing:-.04em;align-items:center;gap:11px;font-size:21px;font-weight:700;display:flex}.brand-mark{flex:none;width:30px;height:30px}.nav-links{align-items:center;gap:34px;display:flex}.nav-links a{color:var(--muted);font-size:15px;font-weight:500;transition:color .18s;position:relative}.nav-links a:hover{color:var(--ink)}.nav-cta{align-items:center;gap:14px;display:flex}.nav-toggle{display:none}@media (max-width:860px){.nav-links,.nav-cta .btn-ghost{display:none}}.hero{padding:86px 0 70px;position:relative;overflow:hidden}.hero-contours{pointer-events:none;z-index:0;opacity:.5;width:100%;height:100%;position:absolute;inset:0}.hero .wrap{z-index:2;position:relative}.hero-grid{grid-template-columns:1.15fr .85fr;align-items:center;gap:56px;display:grid}.hero h1{margin:22px 0 0;font-size:clamp(44px,6.4vw,82px)}.hero h1 .accent{color:var(--green)}.hero h1 .serif{font-style:italic;font-weight:400}.hero-sub{color:var(--muted);max-width:33ch;margin:26px 0 34px;font-size:19px;line-height:1.5}.hero-actions{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.hero-note{color:var(--faint);align-items:center;gap:9px;margin-top:26px;font-size:14px;display:flex}.dot-live{background:var(--green-bright);border-radius:50%;width:8px;height:8px;animation:2.4s infinite pulse;box-shadow:0 0 #43a86a80}@keyframes pulse{0%{box-shadow:0 0 #43a86a80}70%{box-shadow:0 0 0 9px #43a86a00}to{box-shadow:0 0 #43a86a00}}.region-card{background:var(--card);border:1px solid var(--line);border-radius:20px;padding:26px;position:relative;overflow:hidden;box-shadow:0 30px 60px -34px #123d2b66}.region-card .rc-top{justify-content:space-between;align-items:center;margin-bottom:22px;display:flex}.rc-region{font-family:var(--font-mono);color:var(--muted);font-size:13px}.rc-region b{color:var(--ink)}.rc-flag{border:1px solid var(--line);border-radius:5px;gap:0;width:30px;height:20px;display:flex;overflow:hidden}.rc-rings{place-items:center;height:168px;margin:6px 0 18px;display:grid;position:relative}.rc-pin{background:var(--clay);z-index:3;width:14px;height:14px;box-shadow:0 0 0 4px color-mix(in srgb, var(--clay) 28%, transparent);border-radius:50%;position:absolute}.rc-ring{border:1px solid var(--green);opacity:0;border-radius:50%;animation:3.4s ease-out infinite ripple;position:absolute}@keyframes ripple{0%{opacity:.7;width:14px;height:14px}to{opacity:0;width:300px;height:300px}}.rc-stats{background:var(--line);border:1px solid var(--line);border-radius:12px;grid-template-columns:1fr 1fr;gap:1px;display:grid;overflow:hidden}.rc-stat{background:var(--card);padding:14px 16px}.rc-stat .k{font-family:var(--font-mono);color:var(--faint);letter-spacing:.04em;font-size:12px}.rc-stat .v{font-family:var(--font-display);margin-top:3px;font-size:24px;font-weight:700}.rc-stat .v .u{color:var(--muted);font-size:13px;font-family:var(--font-body);font-weight:600}@media (max-width:900px){.hero-grid{grid-template-columns:1fr;gap:40px}.hero-sub{max-width:46ch}}.stats{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.stats-grid{grid-template-columns:repeat(4,1fr);display:grid}.stat{border-left:1px solid var(--line);padding:34px 28px}.stat:first-child{border-left:none;padding-left:0}.stat .num{font-family:var(--font-display);letter-spacing:-.04em;font-size:clamp(30px,3.4vw,42px);font-weight:700}.stat .num .small{color:var(--green)}.stat .lbl{color:var(--muted);margin-top:6px;font-size:14px}@media (max-width:760px){.stats-grid{grid-template-columns:1fr 1fr}.stat:nth-child(odd){border-left:none;padding-left:0}.stat{border-top:1px solid var(--line)}.stat:nth-child(-n+2){border-top:none}}.section{padding:96px 0}.sec-head{max-width:640px;margin-bottom:52px}.sec-head h2{margin-top:18px;font-size:clamp(34px,4.4vw,54px)}.sec-head p{color:var(--muted);margin:18px 0 0;font-size:18px}.svc-layout{grid-template-columns:300px 1fr;align-items:start;gap:40px;display:grid}.svc-tabs{flex-direction:column;gap:2px;display:flex}.svc-tab{text-align:left;color:var(--muted);background:0 0;border:1px solid #0000;border-radius:12px;align-items:center;gap:14px;padding:18px;transition:all .2s;display:flex}.svc-tab:hover{background:var(--paper-2);color:var(--ink)}.svc-tab[data-active=true]{background:var(--card);border-color:var(--line);color:var(--ink);box-shadow:0 8px 22px -16px #123d2b80}.svc-tab .ti{width:22px;height:22px;color:var(--green);flex:none}.svc-tab .tt{font-family:var(--font-display);letter-spacing:-.02em;font-size:17px;font-weight:600}.svc-panel{background:var(--card);border:1px solid var(--line);border-radius:22px;min-height:360px;padding:44px;position:relative;overflow:hidden}.svc-panel .glyph{width:220px;height:220px;color:var(--green);opacity:.06;position:absolute;top:-30px;right:-30px}.svc-panel h3{font-size:34px}.svc-panel .lead{color:var(--muted);max-width:52ch;margin:16px 0 28px;font-size:18px}.svc-feats{grid-template-columns:1fr 1fr;gap:14px 28px;max-width:560px;display:grid}.svc-feat{align-items:flex-start;gap:11px;font-size:15px;display:flex}.svc-feat svg{width:18px;height:18px;color:var(--green);flex:none;margin-top:3px}.svc-meta{border-top:1px solid var(--line);gap:26px;margin-top:32px;padding-top:24px;display:flex}.svc-meta .m .k{font-family:var(--font-mono);color:var(--faint);text-transform:uppercase;letter-spacing:.1em;font-size:11px}.svc-meta .m .v{font-family:var(--font-display);margin-top:4px;font-size:20px;font-weight:700}.svc-anim{animation:.4s fadeUp}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@media (max-width:820px){.svc-layout{grid-template-columns:1fr}.svc-tabs{flex-direction:row;padding-bottom:6px;overflow-x:auto}.svc-tab{flex:none}.svc-tab .tt{font-size:15px}.svc-feats{grid-template-columns:1fr}}.rwanda{background:var(--forest);color:#eaefe8;position:relative;overflow:hidden}.rwanda-contours{opacity:.16;pointer-events:none;position:absolute;inset:0}.rwanda .wrap{z-index:2;position:relative}.rwanda .eyebrow{color:var(--green-bright)}.rwanda .eyebrow:before{background:var(--green-bright)}.rwanda h2{color:#f4f1e8;font-size:clamp(34px,4.4vw,56px)}.rwanda-lede{color:#b9c8bb;max-width:50ch;margin-top:20px;font-size:19px}.rw-grid{background:#ffffff1a;border:1px solid #ffffff1a;border-radius:18px;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:56px;display:grid;overflow:hidden}.rw-cell{background:var(--forest);padding:34px 30px;transition:background .25s}.rw-cell:hover{background:var(--forest-2)}.rw-cell .ic{width:30px;height:30px;color:var(--green-bright);margin-bottom:20px}.rw-cell h4{color:#f4f1e8;font-size:21px}.rw-cell p{color:#a9bbac;margin:11px 0 0;font-size:15px;line-height:1.55}@media (max-width:820px){.rw-grid{grid-template-columns:1fr}}.price-toggle{background:var(--paper-2);border:1px solid var(--line);border-radius:100px;align-items:center;gap:4px;padding:4px;display:inline-flex}.price-toggle button{color:var(--muted);background:0 0;border:none;border-radius:100px;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.price-toggle button[data-active=true]{background:var(--forest);color:#f4f1e8}.save-pill{font-family:var(--font-mono);background:var(--clay);color:#fff;letter-spacing:.04em;border-radius:100px;padding:2px 7px;font-size:10px}.price-grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:20px;margin-top:48px;display:grid}.price-card{background:var(--card);border:1px solid var(--line);border-radius:20px;flex-direction:column;padding:32px;transition:transform .2s,box-shadow .2s;display:flex}.price-card:hover{transform:translateY(-4px);box-shadow:0 24px 50px -30px #123d2b73}.price-card[data-feat=true]{background:var(--forest);color:#eaefe8;border-color:var(--forest)}.price-card[data-feat=true] .pc-name,.price-card[data-feat=true] .pc-price{color:#f4f1e8}.price-card[data-feat=true] .pc-desc,.price-card[data-feat=true] .pc-price .per{color:#a9bbac}.price-card[data-feat=true] .pc-feat svg{color:var(--green-bright)}.pc-tag{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--clay);font-size:11px}.price-card[data-feat=true] .pc-tag{color:var(--green-bright)}.pc-name{font-family:var(--font-display);margin:14px 0 6px;font-size:24px;font-weight:700}.pc-desc{color:var(--muted);min-height:40px;font-size:14px}.pc-price{font-family:var(--font-display);letter-spacing:-.04em;align-items:baseline;gap:6px;margin:18px 0 4px;font-size:46px;font-weight:700;display:flex}.pc-price .cur{font-size:24px}.pc-price .per{color:var(--muted);font-size:15px;font-family:var(--font-body);font-weight:500}.pc-feats{flex-direction:column;flex:1;gap:13px;margin:26px 0 28px;padding:0;list-style:none;display:flex}.pc-feat{align-items:flex-start;gap:11px;font-size:15px;display:flex}.pc-feat svg{width:18px;height:18px;color:var(--green);flex:none;margin-top:2px}@media (max-width:820px){.price-grid{grid-template-columns:1fr}}.cta{padding:40px 0 110px}.cta-box{background:var(--clay);color:#fcefe6;border-radius:28px;padding:64px;position:relative;overflow:hidden}.cta-contours{opacity:.18;pointer-events:none;position:absolute;inset:0}.cta-box .inner{z-index:2;grid-template-columns:1.2fr 1fr;align-items:center;gap:40px;display:grid;position:relative}.cta-box h2{color:#fff6ef;font-size:clamp(32px,4vw,50px)}.cta-box p{color:#f4dccb;max-width:40ch;margin:18px 0 0;font-size:18px}.cta-form{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff1a;border:1px solid #fff3;border-radius:18px;padding:26px}.cta-form label{font-size:13px;font-family:var(--font-mono);letter-spacing:.04em;color:#f4dccb;margin-bottom:7px;display:block}.cta-form input,.cta-form select{width:100%;color:var(--ink);background:#ffffffeb;border:1px solid #ffffff40;border-radius:10px;margin-bottom:16px;padding:13px 14px;font-family:inherit;font-size:15px}.cta-form input:focus,.cta-form select:focus{outline:2px solid #fff}.cta-form .btn{justify-content:center;width:100%}.cta-ok{text-align:center;padding:20px 0}.cta-ok .check{color:#fff;width:48px;height:48px;margin:0 auto 14px}@media (max-width:820px){.cta-box{padding:40px 28px}.cta-box .inner{grid-template-columns:1fr}}.footer{background:var(--forest-2);color:#b9c8bb;padding:70px 0 40px}.footer .wrap{z-index:1;position:relative}.foot-top{border-bottom:1px solid #ffffff1a;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:40px;padding-bottom:48px;display:grid}.foot-brand{font-family:var(--font-display);color:#f4f1e8;letter-spacing:-.04em;align-items:center;gap:11px;font-size:22px;font-weight:700;display:flex}.foot-blurb{max-width:34ch;margin:18px 0 0;font-size:15px;line-height:1.55}.foot-col h5{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:#7f9384;margin:0 0 18px;font-size:11px;font-weight:500}.foot-col a{color:#b9c8bb;margin-bottom:12px;font-size:15px;transition:color .18s;display:block}.foot-col a:hover{color:#f4f1e8}.foot-bottom{color:#7f9384;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding-top:28px;font-size:13px;display:flex}.foot-bottom .mono{font-size:12px}@media (max-width:820px){.foot-top{grid-template-columns:1fr 1fr}}.reveal{opacity:0;transition:opacity .7s cubic-bezier(.2,.7,.2,1),transform .7s cubic-bezier(.2,.7,.2,1);transform:translateY(22px)}.reveal.in{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none}}
@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/fonts/7a15fa3c-6d32-4c34-af91-876361cc8d3b)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/fonts/59b976fa-99c0-4fa2-9e9f-5a2a297fe2e0)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:400;font-stretch:100%;font-display:swap;src:url(/fonts/cb941987-bcc7-4303-ba15-727653fe1bfa)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,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;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/fonts/7a15fa3c-6d32-4c34-af91-876361cc8d3b)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/fonts/59b976fa-99c0-4fa2-9e9f-5a2a297fe2e0)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:600;font-stretch:100%;font-display:swap;src:url(/fonts/cb941987-bcc7-4303-ba15-727653fe1bfa)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,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;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/fonts/7a15fa3c-6d32-4c34-af91-876361cc8d3b)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/fonts/59b976fa-99c0-4fa2-9e9f-5a2a297fe2e0)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:700;font-stretch:100%;font-display:swap;src:url(/fonts/cb941987-bcc7-4303-ba15-727653fe1bfa)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,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;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(/fonts/7a15fa3c-6d32-4c34-af91-876361cc8d3b)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(/fonts/59b976fa-99c0-4fa2-9e9f-5a2a297fe2e0)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:800;font-stretch:100%;font-display:swap;src:url(/fonts/cb941987-bcc7-4303-ba15-727653fe1bfa)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Fraunces;font-style:italic;font-weight:400;font-display:swap;src:url(/fonts/4e7170f2-b00a-4dc1-84f3-1a9a158563f5)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Fraunces;font-style:italic;font-weight:400;font-display:swap;src:url(/fonts/90973e39-8c4c-4d05-ad46-cd7ec1dfb68b)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Fraunces;font-style:italic;font-weight:400;font-display:swap;src:url(/fonts/88a9a088-cda2-4fe8-97f9-c480b77ef1bf)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Fraunces;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/513807e9-8077-4f1c-90b7-db850d67ccec)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Fraunces;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/321a2fa8-7e97-45ce-8bba-81a75cd7f3fb)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Fraunces;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/c44647bb-0e2b-4c9b-9823-be8133524437)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Fraunces;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/513807e9-8077-4f1c-90b7-db850d67ccec)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Fraunces;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/321a2fa8-7e97-45ce-8bba-81a75cd7f3fb)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Fraunces;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/c44647bb-0e2b-4c9b-9823-be8133524437)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/f0dac8f6-2f36-4e61-bd44-5ebaee343340)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/4ba8af8d-ca59-456f-a4bb-d4acebb9f097)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/5c03a6bb-51ae-4492-8cda-5e8fed51f70b)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Hanken Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/3952c1c3-67fc-4785-a4c8-bf76048776a2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/f0dac8f6-2f36-4e61-bd44-5ebaee343340)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/4ba8af8d-ca59-456f-a4bb-d4acebb9f097)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/5c03a6bb-51ae-4492-8cda-5e8fed51f70b)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Hanken Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/3952c1c3-67fc-4785-a4c8-bf76048776a2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/f0dac8f6-2f36-4e61-bd44-5ebaee343340)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/4ba8af8d-ca59-456f-a4bb-d4acebb9f097)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/5c03a6bb-51ae-4492-8cda-5e8fed51f70b)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Hanken Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/3952c1c3-67fc-4785-a4c8-bf76048776a2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/f0dac8f6-2f36-4e61-bd44-5ebaee343340)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/4ba8af8d-ca59-456f-a4bb-d4acebb9f097)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/5c03a6bb-51ae-4492-8cda-5e8fed51f70b)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Hanken Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/3952c1c3-67fc-4785-a4c8-bf76048776a2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/dc532277-bef7-428e-b202-6ea35a120442)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/223d0320-57ee-46ad-9815-c792d85fc590)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/2096c727-4214-4c1d-9868-e082216d7e8a)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/e45fc835-50b7-4d75-83ef-0969399f3a72)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/6235338e-594a-4c70-82dc-9647ad21c395)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/fba0b823-e4df-475e-a159-94c9b4f03778)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/dc532277-bef7-428e-b202-6ea35a120442)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/223d0320-57ee-46ad-9815-c792d85fc590)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/2096c727-4214-4c1d-9868-e082216d7e8a)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/e45fc835-50b7-4d75-83ef-0969399f3a72)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/6235338e-594a-4c70-82dc-9647ad21c395)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/fba0b823-e4df-475e-a159-94c9b4f03778)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Newsreader;font-style:italic;font-weight:400;font-display:swap;src:url(/fonts/84c476ab-d7f9-4a5c-b72d-87333ca05fbc)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Newsreader;font-style:italic;font-weight:400;font-display:swap;src:url(/fonts/637048b4-aafc-4cc1-b304-0a13a35751db)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Newsreader;font-style:italic;font-weight:400;font-display:swap;src:url(/fonts/4ce5cf20-ffe3-4027-8251-65c26f92ac4d)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Newsreader;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/f213471d-5dfb-4539-9faf-a2a48521a561)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Newsreader;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/c77ffc75-1081-4f27-8552-750a32acbb63)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Newsreader;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/5eb4f3b9-7b0c-41b4-963b-123bb843cdbc)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Newsreader;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/f213471d-5dfb-4539-9faf-a2a48521a561)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Newsreader;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/c77ffc75-1081-4f27-8552-750a32acbb63)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Newsreader;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/5eb4f3b9-7b0c-41b4-963b-123bb843cdbc)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/a29e55b0-4023-45ed-8301-6ee0442033db)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/2f430ca0-62a5-44ed-9b55-dcbe1b855599)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/4284fcf6-dfb4-4c57-849b-1253a1893bf4)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/a29e55b0-4023-45ed-8301-6ee0442033db)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/2f430ca0-62a5-44ed-9b55-dcbe1b855599)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/4284fcf6-dfb4-4c57-849b-1253a1893bf4)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
