:root{--c-navy:#004c6d;--c-navy-dark:#00344b;--c-red:#da020e;--c-red-hover:#b30009;--c-heading:#0b2f42;--c-body:#12303f;--c-secondary:#2e4a58;--c-help:#4a6573;--c-placeholder:#4a6573;--c-bg:#f4f7f9;--c-card:#fff;--c-navy-light-1:#e6eff3;--c-navy-light-2:#eaf1f4;--c-navy-light-3:#f1f6f8;--c-field:#f8fafb;--c-secondary-hover:#e3edf2;--c-video:#0b3f5a;--c-border:#d5e2e9;--c-border-strong:#c9d9e1;--c-border-soft:#e3ecf0;--c-border-header:#dce6eb;--c-border-dashed:#9dbccb;--c-border-hover:#8fb3c4;--c-focus:#2f6f8c;--c-focus-lys:#7fb0c6;--c-pink-1:#fdf0f1;--c-pink-2:#fcebec;--c-pink-text:#a8020b;--c-grey-bg:#eceff1;--c-grey-text:#4a5a63;--c-yellow-bg:#fff6e5;--c-yellow-text:#7a4b00;--c-yellow-body:#4d3300;--font-sans:Tahoma,"Segoe UI",system-ui,sans-serif;--font-mono:Consolas,"Cascadia Mono",Menlo,monospace;--r-card:16px;--r-card-lg:20px;--r-card-sm:14px;--r-card-xs:12px;--r-field:10px;--r-pill:999px;--tap:44px;--content-max:1200px;--gutter:24px;--header-h:72px;--shadow-card:0 2px 8px rgba(0,76,109,.05);--shadow-hover:0 4px 16px rgba(0,76,109,.08);--shadow-seg:0 1px 3px rgba(0,76,109,.15);--shadow-dialog:0 16px 48px rgba(0,0,0,.25);--shadow-toast:0 8px 24px rgba(0,0,0,.2)}@media (max-width:767px){:root{--gutter:16px;--header-h:64px}}*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{min-height:100vh;font-family:var(--font-sans);background:var(--c-bg);color:var(--c-body);line-height:1.4}body,dd,dl,figure,h1,h2,h3,ol,p,ul{margin:0}img{display:block;max-width:100%;height:auto}a{color:var(--c-navy)}a:hover{color:var(--c-navy-dark)}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer}:focus-visible{outline:3px solid var(--c-focus);outline-offset:2px}::placeholder{color:var(--c-placeholder);opacity:1}[hidden]{display:none!important}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.skip-link{position:absolute;left:16px;top:-100px;z-index:100;padding:12px 20px;border-radius:var(--r-pill);background:var(--c-navy);color:#fff;font-weight:700;text-decoration:none}.skip-link:focus{top:12px;color:#fff}.container{width:100%;max-width:calc(var(--content-max) + 2 * var(--gutter));margin-inline:auto;padding-inline:var(--gutter)}@media (prefers-reduced-motion:reduce){*,:after,:before{transition:none!important;scroll-behavior:auto!important}}