:root{--color-navy:#001c39;--color-chrome:#111518;--color-azure:#007fff;--color-azure-hover:#005fcc;--color-ink:#192a3d;--color-slate:#3a4f66;--color-heading:#f2f5f7;--color-muted:#e1e8ed;--color-footer:#6c737d;--color-white:#ffffff;--color-border:#e1e8ed;--font:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--pad-x:clamp(1.25rem,5vw,4.5rem);--header-height:80px;--logo-height:56px}*,:after,:before{box-sizing:border-box}html{color-scheme:dark}body,html{margin:0;min-height:100%}body{background:var(--color-navy);color:var(--color-heading);font-family:var(--font);font-size:16px;font-weight:400;line-height:1.5;-webkit-font-smoothing:antialiased}::selection{background:var(--color-azure);color:var(--color-white)}.page{display:flex;flex-direction:column;min-height:100svh;min-height:100dvh}.masthead{display:flex;align-items:center;min-height:var(--header-height);padding:0 var(--pad-x);background:var(--color-chrome)}.brand{margin:0;line-height:0}.brand img{display:block;height:var(--logo-height);width:auto}.brand-link{display:inline-block;line-height:0}.brand-link:focus-visible{outline:2px solid var(--color-azure);outline-offset:6px}.hero{flex:1 1;display:grid;grid-template-columns:minmax(0,56.1fr) minmax(0,43.9fr);align-items:center;grid-gap:clamp(1.25rem,4vw,2.5rem);gap:clamp(1.25rem,4vw,2.5rem);padding:clamp(2rem,8vh,4.5rem) var(--pad-x) clamp(2.5rem,8vh,5rem)}.statement{max-width:40rem}.mark{display:flex;justify-content:flex-end;align-items:center;min-width:0}.mark img{display:block;width:100%;height:auto}.fallback{grid-template-columns:1fr}.lede{margin:0;color:var(--color-heading);font-size:clamp(2rem,6.4vw,4.625rem);font-weight:800;line-height:1.35;letter-spacing:-.02em;text-wrap:balance}.lede em{font-style:normal;color:var(--color-azure)}.copy{margin:1.75rem 0 0;max-width:34rem}.copy p{margin:0;color:var(--color-muted);font-size:16px;font-weight:400;line-height:1.6}.copy p+p{margin-top:1rem}.text-link{color:var(--color-azure);font-weight:600;text-decoration:none}.text-link:hover{color:var(--color-azure-hover)}.text-link:focus-visible{outline:2px solid var(--color-azure);outline-offset:4px}.colophon{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.35rem 1.5rem;padding:1.15rem var(--pad-x);background:var(--color-chrome);color:var(--color-footer);font-size:15px;font-weight:400;line-height:1.3}.colophon p{margin:0}@media (max-width:1023px){.hero{grid-template-columns:1fr}.mark{display:none}}@media (max-width:639px){.masthead{min-height:64px}.brand img{height:40px}.colophon{flex-direction:column}}@media (max-height:560px){.hero{align-content:start;padding-top:1.5rem;padding-bottom:1.5rem}}