:root{color-scheme:light;--ml-ivory:#fcf8ec;--ml-ivory-warm:#fcf4ec;--ml-charcoal:#2c2c2c;--ml-graphite:#383838;--ml-ink:#303030;--radius:8px;--stroke-illustration:3px;--stroke-card:1px;--ml-radius-sm:var(--radius);--ml-radius-md:var(--radius);--ml-radius-lg:calc(var(--radius) * 2);--ml-content-width:1040px;--ml-grid-gutter:clamp(1.5rem,3vw,2.5rem);--ml-section-gap:clamp(3.5rem,7vw,4.75rem);--ml-transition:150ms ease-out;--ml-shadow-focus:0 0 0 2px color-mix(in srgb,var(--ml-ivory) 60%,transparent),0 0 0 4px color-mix(in srgb,var(--ml-charcoal) 20%,transparent);--font-body:var(--font-inter,"Inter","Helvetica Neue",Helvetica,Arial,sans-serif);--step-0:0.9375rem;--step-1:1.1875rem;--step-2:1.5rem;--step-3:1.875rem;--step-4:2.375rem}*,:after,:before{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--ml-ivory);color:var(--ml-charcoal)}body{font-family:var(--font-body);font-size:var(--step-0);line-height:1.6;font-weight:400}main{display:flex;flex-direction:column;min-height:100vh}a{color:inherit;text-decoration:none}a:hover{color:var(--ml-ink)}li,p{margin:0}h1,h2,h3,h4,h5,h6{font-weight:500;letter-spacing:.03em;line-height:1.15;margin:0}h1{font-size:clamp(var(--step-3),4vw,calc(var(--step-4) + .5rem));letter-spacing:.05em}h2{font-size:clamp(var(--step-2),3vw,var(--step-3))}h3{font-size:clamp(1.25rem,2.4vw,var(--step-2))}small{font-size:.875rem}button,input,select,textarea{font:inherit;color:inherit}:focus-visible{outline:none;box-shadow:var(--ml-shadow-focus)}.chip,.text-muted{color:var(--ml-graphite)}.chip{display:inline-flex;align-items:center;gap:.4rem;border-radius:999px;border:1px solid var(--ml-graphite);padding:.25rem .75rem;font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;background:var(--ml-ivory-warm)}.content-row{width:min(100%,var(--ml-content-width));margin:0 auto;padding:0 var(--ml-grid-gutter)}.section{padding-block:var(--ml-section-gap)}.section:first-of-type{padding-top:calc(var(--ml-section-gap) * .75)}.section:last-of-type{padding-bottom:calc(var(--ml-section-gap) * 1.1)}.grid-two{display:grid;grid-gap:clamp(1.5rem,3vw,2.5rem);gap:clamp(1.5rem,3vw,2.5rem);align-items:start}@media (min-width:960px){.grid-two{grid-template-columns:repeat(2,minmax(0,1fr))}}.button-row{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.card-grid{display:grid;grid-gap:1.5rem;gap:1.5rem}@media (min-width:720px){.card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.card{background:var(--ml-ivory-warm);border:var(--stroke-card) solid var(--ml-graphite);border-radius:var(--ml-radius-md);padding:1.75rem;display:flex;flex-direction:column;gap:1rem;transition:transform var(--ml-transition),border-color var(--ml-transition)}.card:hover{transform:translateY(-2px);border-color:var(--ml-ink)}@media (prefers-reduced-motion:reduce){.card{transition:none}.card:hover{transform:none}}.caption{font-size:.8125rem;letter-spacing:.08em;text-transform:uppercase}.caption,.list-inline{color:var(--ml-graphite)}.list-inline{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;font-size:.95rem}form{grid-gap:1.5rem;gap:1.5rem;width:min(100%,600px)}form,label{display:grid}label{grid-gap:.35rem;gap:.35rem;font-size:.95rem;letter-spacing:.01em}input[type=email],input[type=text],select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--ml-graphite);border-radius:var(--ml-radius-sm);background:var(--ml-ivory);padding:.85rem 1rem;transition:border-color var(--ml-transition),background var(--ml-transition)}input[type=email]:focus,input[type=text]:focus,select:focus,textarea:focus{border-color:var(--ml-ink);background:color-mix(in srgb,var(--ml-ivory) 90%,#fff 10%)}textarea{min-height:120px;resize:vertical}.checkbox-group,.multi-select{display:flex;flex-wrap:wrap;gap:.75rem}.checkbox-pill{display:inline-flex;gap:.5rem;align-items:center;border:1px solid var(--ml-graphite);border-radius:var(--ml-radius-sm);padding:.6rem .85rem;background:var(--ml-ivory);cursor:pointer;transition:border-color var(--ml-transition),background var(--ml-transition)}.checkbox-pill[data-selected=true]{border-color:var(--ml-ink);background:color-mix(in srgb,var(--ml-ivory) 80%,#fff 20%)}.checkbox-pill input{pointer-events:none}.helper{font-size:.8125rem;color:var(--ml-graphite)}.error{color:#8c2f39;border-color:#8c2f39}.error-text{color:#8c2f39;font-size:.75rem}footer{padding:clamp(2rem,4vw,3.5rem) 0}footer .footer-meta{display:flex;flex-direction:column;gap:1rem;font-size:.95rem;color:var(--ml-graphite)}@media (min-width:720px){footer .footer-meta{flex-direction:row;justify-content:space-between;align-items:center}}.app-main{display:flex;flex-direction:column;gap:var(--ml-section-gap)}.site-footer_meta__VG8vf{display:flex;flex-direction:column;gap:1.5rem;padding-top:clamp(2.5rem,5vw,3.5rem);padding-bottom:clamp(1.5rem,4vw,2.5rem);border-bottom:1px solid color-mix(in srgb,var(--ml-graphite) 25%,transparent)}.site-footer_chips__z8zLD{display:flex;flex-wrap:wrap;gap:.75rem}.site-footer_links__z0Jw_{display:flex;flex-wrap:wrap;gap:1rem;font-size:.95rem}@media (min-width:720px){.site-footer_meta__VG8vf{flex-direction:row;align-items:center;justify-content:space-between}}.site-header_shell__KDu3V{padding:clamp(1rem,2.4vw,1.4rem) 0;position:-webkit-sticky;position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:color-mix(in srgb,var(--ml-ivory) 90%,transparent 10%);border-bottom:var(--stroke-card) solid color-mix(in srgb,var(--ml-graphite) 20%,transparent);transition:transform var(--ml-transition),background var(--ml-transition)}.site-header_inner__wv6Pw{display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.site-header_hidden__yvxWP{transform:translateY(-110%)}.site-header_cta___spNf{white-space:nowrap}@media (max-width:719px){.site-header_cta___spNf{background:var(--ml-charcoal);color:var(--ml-ivory);border-color:var(--ml-charcoal)}.site-header_cta___spNf:hover{color:var(--ml-ivory)}}.brand-mark_wrapper__8N2YH{display:inline-flex;align-items:center;gap:.9rem;letter-spacing:.3em;color:var(--ml-charcoal)}.brand-mark_mark__ARf_l{width:clamp(2rem,3vw,2.75rem);height:auto;display:block}.brand-mark_wordmark__w0_uf{display:inline-flex;gap:.3em;font-size:.95rem;font-weight:500;letter-spacing:.35em}.brand-mark_link__Mnsz2{display:inline-flex;align-items:center}.brand-mark_link__Mnsz2:focus-visible{box-shadow:var(--ml-shadow-focus);border-radius:var(--ml-radius-sm)}@font-face{font-family:__Inter_f367f3;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_f367f3;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_f367f3;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_f367f3;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_f367f3;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_f367f3;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_f367f3;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_f367f3;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_f367f3{font-family:__Inter_f367f3,__Inter_Fallback_f367f3;font-style:normal}.__variable_f367f3{--font-inter:"__Inter_f367f3","__Inter_Fallback_f367f3"}.crenel-band_wrapper__sGw48{width:100%;background:var(--ml-ivory-warm);border-top:var(--stroke-card) solid color-mix(in srgb,var(--ml-graphite) 35%,transparent);border-bottom:var(--stroke-card) solid color-mix(in srgb,var(--ml-graphite) 35%,transparent);padding-block:.4rem;display:flex;justify-content:center}.crenel-band_pattern__ChHhJ{width:min(100%,800px);height:auto}