:root{--bg:#07111f;--surface:#0b1828;--muted:#94a3b8;--text:#e2e8f0;--brand:#6f87a3;--brand-2:#9bb3cf;--button-primary-start:#8da9c8;--button-primary-end:#bcd0e6;--button-primary-text:#07111f;--link:#c5d3e4;--ring:#9bb3cf;--card:#111827;--border:#1f2937;--shadow:0 10px 30px rgba(2,6,23,.35);--radius:16px;--maxw:1100px;--padx:clamp(1rem,2vw,2rem);--lead:clamp(1.05rem,.9rem + .5vw,1.25rem);--h1:clamp(2.2rem,1.7rem + 2vw,3.4rem);--h2:clamp(1.5rem,1.2rem + 1.2vw,2.2rem);--speed:280ms;--header-height:96px;color-scheme:dark}:root[data-theme=dark]{--bg:#07111f;--surface:#0b1828;--muted:#94a3b8;--text:#e2e8f0;--link:#c5d3e4;--button-primary-start:#8da9c8;--button-primary-end:#bcd0e6;--button-primary-text:#07111f;--card:#111827;--border:#1f2937;--shadow:0 10px 30px rgba(2,6,23,.35);color-scheme:dark}:root[data-theme=light]{--bg:#f7f9fb;--surface:#fff;--muted:#475569;--text:#0f172a;--link:#334f6f;--button-primary-start:#36516f;--button-primary-end:#4d6f94;--button-primary-text:#f8fafc;--card:#fff;--border:#e2e8f0;--shadow:0 10px 25px rgba(2,6,23,.08);color-scheme:light}@media (prefers-color-scheme:light){:root:not([data-theme]){--bg:#f7f9fb;--surface:#fff;--muted:#475569;--text:#0f172a;--link:#334f6f;--button-primary-start:#36516f;--button-primary-end:#4d6f94;--button-primary-text:#f8fafc;--card:#fff;--border:#e2e8f0;--shadow:0 10px 25px rgba(2,6,23,.08);color-scheme:light}}*{box-sizing:border-box}body,html{height:100%}html{scroll-padding-top:var(--header-height)}body{margin:0;font-family:var(--font-inter),Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial;padding-top:var(--header-height);background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.skip-link{position:absolute;top:.75rem;left:.75rem;z-index:100;padding:.7rem .95rem;border-radius:10px;background:var(--text);color:var(--bg);transform:translateY(-140%);transition:transform var(--speed)}.skip-link:focus{transform:translateY(0)}a{color:var(--link);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto;display:block}.container{max-width:var(--maxw);margin-inline:auto;padding-inline:var(--padx)}.stack{display:grid;grid-gap:clamp(1rem,1.2vw,1.4rem);gap:clamp(1rem,1.2vw,1.4rem)}.row{display:flex;gap:1rem;flex-wrap:wrap}.btn,.row{align-items:center}.btn{display:inline-flex;gap:.5rem;border:1px solid var(--border);background:linear-gradient(180deg,var(--surface),rgba(255,255,255,0));color:var(--text);padding:.75rem 1rem;border-radius:12px;cursor:pointer;transition:transform var(--speed),box-shadow var(--speed)}.btn:hover{transform:translateY(-2px);box-shadow:var(--shadow);text-decoration:none}.btn.primary{background:linear-gradient(135deg,var(--button-primary-start),var(--button-primary-end));color:var(--button-primary-text);border-color:transparent}.btn.ghost{background:transparent;color:var(--text)}header.site{position:fixed;top:0;left:0;right:0;z-index:60;--brand-logo-height:72px;--brand-logo-max-width:min(270px,32vw);--nav-padding-y:.65rem;-webkit-backdrop-filter:saturate(140%) blur(8px);backdrop-filter:saturate(140%) blur(8px);background:color-mix(in oklab,var(--surface),transparent 30%);border-bottom:1px solid var(--border);transition:background var(--speed) ease,box-shadow var(--speed) ease}header.site.is-scrolled{--brand-logo-height:44px;--brand-logo-max-width:min(210px,34vw);--nav-padding-y:.45rem;background:color-mix(in oklab,var(--surface),transparent 12%);box-shadow:0 8px 24px rgba(2,6,23,.18)}.nav{justify-content:space-between;padding:var(--nav-padding-y) var(--padx);transition:padding var(--speed) ease}.brand,.nav{display:flex;align-items:center}.brand{flex:0 0 auto;line-height:1}@media (min-width:841px){.brand{margin-right:clamp(1.25rem,2.5vw,2.5rem)}}.brand img{width:auto;height:var(--brand-logo-height);max-width:var(--brand-logo-max-width);object-fit:contain;object-position:left center;border-radius:6px;transition:height var(--speed) ease,max-width var(--speed) ease}.brand-logo-light{display:none}.brand-logo-dark,:root[data-theme=light] .brand-logo-light{display:block}:root[data-theme=light] .brand-logo-dark{display:none}@media (prefers-color-scheme:light){:root:not([data-theme]) .brand-logo-light{display:block}:root:not([data-theme]) .brand-logo-dark{display:none}}nav ul{list-style:none;margin:0;padding:0;display:flex;gap:.4rem}nav a{display:inline-block;padding:.55rem .8rem;border-radius:10px;font-weight:600;color:var(--muted)}nav a:hover{color:var(--text);background:color-mix(in oklab,var(--card),transparent 50%)}nav a.active{color:var(--brand);background:color-mix(in oklab,var(--brand),transparent 88%);position:relative}nav a.active:after{content:"";position:absolute;bottom:4px;left:50%;translate:-50% 0;width:16px;height:2px;border-radius:2px;background:var(--brand)}.nav-controls{display:flex;gap:.4rem;align-items:center}.theme-toggle{border:1px solid var(--border);background:var(--card);padding:.5rem;border-radius:12px;cursor:pointer}.menu-toggle{display:none}@media (max-width:840px){header.site{--brand-logo-height:64px;--brand-logo-max-width:min(240px,36vw);--nav-padding-y:.55rem}header.site.is-scrolled{--brand-logo-height:44px;--brand-logo-max-width:min(210px,34vw);--nav-padding-y:.45rem}nav ul{display:none;position:absolute;inset:calc(var(--brand-logo-height) + var(--nav-padding-y) + var(--nav-padding-y) + .5rem) var(--padx) auto var(--padx);background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:.5rem;box-shadow:var(--shadow)}nav ul.open{display:grid;grid-template-columns:1fr}.menu-toggle{display:inline-flex}.nav{gap:.6rem}.nav-controls .btn span{display:none}}@media (max-width:520px){:root{--header-height:76px}header.site{--brand-logo-height:54px;--brand-logo-max-width:min(190px,44vw);--nav-padding-y:.45rem}header.site.is-scrolled{--brand-logo-height:38px;--brand-logo-max-width:min(160px,42vw);--nav-padding-y:.4rem}.nav-controls a.btn{display:none}}@media (prefers-reduced-motion:reduce){.brand img,.nav,header.site{transition:none}}.hero{padding:clamp(4rem,10vh,9rem) 0 3rem;background:radial-gradient(1200px 600px at 70% -10%,color-mix(in oklab,var(--brand),transparent 80%),transparent 60%),radial-gradient(800px 500px at -10% 10%,color-mix(in oklab,var(--brand-2),transparent 82%),transparent 40%)}.not-found{min-height:calc(100vh - var(--header-height) - 10rem);display:grid;align-items:center;padding-block:clamp(4rem,12vw,8rem);background:radial-gradient(800px 500px at 80% 0,color-mix(in oklab,var(--brand),transparent 82%),transparent 60%)}.not-found h1{max-width:18ch;margin:0;font-size:var(--h1);line-height:1.1}.hero .container{max-width:980px}.availability{display:inline-flex;align-items:center;gap:.45rem;color:var(--text);font-size:.85rem;font-weight:600}.availability:before{content:"";width:.55rem;height:.55rem;border-radius:50%;background:#6ab38f;box-shadow:0 0 0 4px color-mix(in oklab,#6ab38f,transparent 82%)}.hero h1{font-size:var(--h1);letter-spacing:-.02em;margin:0 0 .5rem}.lead{font-size:var(--lead);color:var(--muted);max-width:62ch}section{padding:3.25rem 0;scroll-margin-top:80px}.page-title,section h2{font-size:var(--h2);letter-spacing:-.01em;margin:0 0 .75rem}.kicker{text-transform:uppercase;font-size:.8rem;letter-spacing:.16em;color:var(--muted);font-weight:700}.hero-kicker{display:flex;align-items:center;gap:.9rem;flex-wrap:wrap;margin-bottom:.35rem}.hero-kicker .kicker{margin:0}.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.1rem;box-shadow:var(--shadow)}.contact-card{width:min(100%,20rem);justify-self:end;align-self:start}.grid{display:grid;grid-gap:1rem;gap:1rem}.grid.cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.cols-2.about-grid{grid-template-columns:minmax(0,1.8fr) minmax(0,.7fr)}.grid.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}@media (max-width:720px){section{padding:2.5rem 0}.grid.cols-2,.grid.cols-2.about-grid,.grid.cols-3{grid-template-columns:1fr}.contact-card{width:100%;justify-self:stretch}}.skills ul{list-style:none;display:flex;flex-wrap:wrap;gap:.6rem;padding:0;margin:0}.skills li{border:1px solid var(--border);background:var(--surface);padding:.45rem .7rem;border-radius:10px;font-weight:600;color:var(--muted)}.timeline{position:relative}.timeline:before{content:"";position:absolute;top:.2rem;bottom:.2rem;width:2px;background:var(--border);left:10px}.job{position:relative;padding-left:2rem}.job:before{content:"";position:absolute;left:4px;top:.6rem;width:12px;height:12px;border-radius:50%;background:linear-gradient(135deg,var(--brand),var(--brand-2));box-shadow:0 0 0 4px color-mix(in oklab,var(--brand-2),transparent 80%)}.project-case-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem}.project-group-heading{display:grid;grid-gap:.35rem;gap:.35rem;margin-top:1rem}.project-group-heading>*{margin-block:0}.project-case{display:grid;align-content:start;grid-gap:1rem;gap:1rem}.project-case header>*,.project-case>*{margin-block:0}.project-case .project-visual{justify-items:center;align-content:center;gap:.35rem}.project-visual small{color:var(--muted);text-transform:uppercase;letter-spacing:.14em;font-weight:700}.project-summary{color:var(--muted)}.project-details{display:grid;grid-gap:.8rem;gap:.8rem;margin:0}.project-details div{display:grid;grid-gap:.1rem;gap:.1rem}.project-details dt{color:var(--brand-2);font-size:.78rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.project-details dd{margin:0;color:var(--muted)}.project-link{font-weight:700;justify-self:start}.legacy-work{display:grid;grid-template-columns:minmax(12rem,.6fr) 1.4fr;grid-gap:1.5rem;gap:1.5rem;margin-top:1rem}.legacy-work h3,.legacy-work p{margin-block:0}.recommendations{border-top:1px solid var(--border);background:var(--surface)}.recommendation-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem;gap:1rem}.recommendation-grid .quote{display:grid;align-content:space-between;grid-gap:1rem;gap:1rem}.recommendation-grid .quote p{margin:0}footer{padding:3rem 0;border-top:1px solid var(--border);color:var(--muted)}.reveal{opacity:0;transform:translateY(12px);transition:opacity var(--speed) ease,transform var(--speed) ease}.reveal.revealed{opacity:1;transform:none}@media print{.btn,.menu-toggle,.theme-toggle,header{display:none!important}body{background:#fff}a,body{color:#111}.card{box-shadow:none}}form label{display:grid;grid-gap:.2rem;gap:.2rem;color:var(--muted)}form span{font-weight:600;color:var(--text)}button,input,textarea{font:inherit}.hero-actions{margin-top:.4rem}.hero-socials{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:.5rem}.cta-panel h2,.featured-card h3,.section-heading h2{margin-top:0}.section-heading-row{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem}.home-proof{background:var(--surface);border-block:1px solid var(--border)}.proof-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem}.proof-item{display:grid;grid-gap:.2rem;gap:.2rem;padding:1.1rem 0;border-top:1px solid var(--border)}.proof-item strong{font-size:clamp(1.9rem,4vw,3rem);line-height:1;color:var(--brand-2)}.proof-item span{color:var(--muted)}.featured-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem}.featured-card{display:grid;align-content:start;grid-gap:.7rem;gap:.7rem}.featured-card>*{margin:0}.project-visual{min-height:11rem;display:grid;place-items:center;margin:-1.1rem -1.1rem .4rem;border-radius:var(--radius) var(--radius) 0 0;background:radial-gradient(circle at 25% 20%,color-mix(in oklab,var(--brand-2),transparent 55%),transparent 40%),linear-gradient(145deg,var(--surface),var(--bg));border-bottom:1px solid var(--border)}.project-visual span{font-size:clamp(1.6rem,4vw,2.5rem);font-weight:800;letter-spacing:-.04em}.tag-list{display:flex;flex-wrap:wrap;gap:.45rem;padding:0;list-style:none}.tag-list li{padding:.3rem .55rem;border:1px solid var(--border);border-radius:999px;color:var(--muted);font-size:.78rem}.home-quote{padding-top:1rem}.pull-quote{max-width:850px;margin:0 auto;padding:clamp(1.5rem,4vw,3rem)}.pull-quote p{margin-top:0;font-size:clamp(1.25rem,2.5vw,1.75rem);line-height:1.45}.pull-quote footer{color:var(--muted)}.cta-panel{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:clamp(1.5rem,4vw,2.5rem)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.card-title{margin:0}.job-header{justify-content:space-between}.job-title{margin:.2rem 0}.quote{margin:0}.quote p{font-size:1.1rem}.quote footer{margin-top:.5rem;color:var(--muted)}.contact-form{position:relative}.contact-copy{align-self:start;gap:1rem}.contact-details-panel{display:grid;width:min(100%,19rem);grid-gap:.65rem;gap:.65rem;padding:.8rem .9rem;border:1px solid var(--border);border-radius:12px;background:var(--surface)}.contact-details-panel p{margin:0}.contact-form input,.contact-form textarea{width:100%;padding:.7rem .8rem;margin-top:.3rem;border-radius:10px;border:1px solid var(--border);background:var(--surface);color:var(--text);transition:background var(--speed),border-color var(--speed),box-shadow var(--speed)}.contact-form input:focus,.contact-form input:not(:placeholder-shown),.contact-form textarea:focus,.contact-form textarea:not(:placeholder-shown){background:color-mix(in oklab,var(--surface),var(--brand-2) 22%);border-color:var(--brand-2);outline:none}.contact-form button[disabled]{opacity:.65;cursor:not-allowed}.recaptcha-container{min-height:78px}.honeypot{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none}.form-status{min-height:1.2rem;font-size:.95rem;color:var(--muted)}.form-status:empty{display:none}.form-status.pending{color:var(--brand-2)}.form-status.success{color:#6ab38f}.form-status.error{color:#f87171}.footer-meta{justify-content:space-between}.footer-links{display:inline-flex;align-items:center;gap:.75rem;margin:0}.hero-links{gap:.85rem}.footer-icon-link{position:relative;display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border:1px solid var(--border);border-radius:999px;color:var(--link);transition:transform var(--speed),border-color var(--speed),background var(--speed)}.footer-icon-link:hover{transform:translateY(-1px);text-decoration:none;border-color:var(--brand-2);background:color-mix(in oklab,var(--surface),transparent 10%)}.footer-icon-link:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.footer-icon-link:after,.footer-icon-link:before{position:absolute;left:50%;opacity:0;pointer-events:none;transition:opacity var(--speed),transform var(--speed)}.footer-icon-link:before{content:attr(data-tooltip);bottom:calc(100% + .7rem);transform:translate(-50%,.25rem);padding:.35rem .55rem;border-radius:.5rem;background:var(--text);color:var(--bg);font-size:.8rem;line-height:1;white-space:nowrap;box-shadow:var(--shadow)}.footer-icon-link:after{content:"";bottom:calc(100% + .35rem);width:.65rem;height:.65rem;background:var(--text);transform:translate(-50%,.25rem) rotate(45deg)}.footer-icon-link:focus-visible:after,.footer-icon-link:focus-visible:before,.footer-icon-link:hover:after,.footer-icon-link:hover:before{opacity:1}.footer-icon-link:focus-visible:after,.footer-icon-link:focus-visible:before,.footer-icon-link:hover:after,.footer-icon-link:hover:before{transform:translate(-50%)}.footer-icon-link:focus-visible:after,.footer-icon-link:hover:after{transform:translate(-50%) rotate(45deg)}.footer-icon-link svg{width:1.1rem;height:1.1rem;fill:currentColor}.footer-icon-link-large{width:2.5rem;height:2.5rem}.footer-icon-link-large svg{width:1.2rem;height:1.2rem}.footer-icon-link-labeled{width:auto;padding-inline:.75rem;gap:.45rem;border-radius:999px}.footer-icon-link-labeled span{font-size:.85rem;font-weight:600}.back-to-top{position:fixed;right:1.25rem;bottom:1.25rem;display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;border:1px solid var(--border);border-radius:999px;background:color-mix(in oklab,var(--card),transparent 10%);color:var(--text);box-shadow:var(--shadow);opacity:0;visibility:hidden;transform:translateY(.5rem);cursor:pointer;transition:opacity var(--speed),transform var(--speed),visibility var(--speed),border-color var(--speed),background var(--speed)}.back-to-top.is-visible{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top:hover{border-color:var(--brand-2);background:color-mix(in oklab,var(--surface),transparent 8%)}.back-to-top:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.back-to-top svg{width:1.1rem;height:1.1rem;fill:currentColor}@media (max-width:720px){.hero{padding-top:3rem}.hero h1{font-size:clamp(2rem,10vw,2.75rem);line-height:1.08}.hero .lead{font-size:1.05rem}.featured-grid,.legacy-work,.project-case-grid,.proof-grid,.recommendation-grid{grid-template-columns:1fr}.cta-panel,.section-heading-row{align-items:flex-start;flex-direction:column}.back-to-top{right:1rem;bottom:1rem}}@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;font-style:normal;font-weight:800;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:800;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:800;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:800;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:800;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:800;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:800;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_48b81b{font-family:Inter,Inter Fallback;font-style:normal}.__variable_48b81b{--font-inter:"Inter","Inter Fallback"}