:root{--blue-900: #06283d;--blue-700: #0a4d73;--blue-500: #1281b8;--blue-100: #e6f4fb;--gray-700: #3f4a54;--gray-500: #6b7885;--max-width: 72rem}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--gray-700);line-height:1.65}img{max-width:100%;height:auto}a{color:var(--blue-500)}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.25rem}.skip-link{position:absolute;left:-9999px;top:0;background:var(--blue-900);color:#fff;padding:.5rem 1rem;z-index:100}.skip-link:focus{left:0}.site-header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid #e2e8ee}.header-inner{display:flex;align-items:center;gap:1.5rem;padding-top:.5rem;padding-bottom:.5rem}.logo img{display:block;width:180px;height:auto}.header-actions{display:flex;gap:.75rem;margin-left:auto}.pill-btn{display:inline-block;padding:.5rem 1.1rem;border:2px solid var(--blue-900);border-radius:999px;color:var(--blue-900);text-decoration:none;font-weight:700;font-size:.85rem;letter-spacing:.03em;white-space:nowrap;transition:background .15s,color .15s}.pill-btn:hover{background:var(--blue-900);color:#fff}.site-nav{margin:0 auto}.site-nav>ul{list-style:none;margin:0;padding:0;display:flex;gap:1.5rem}.site-nav>ul>li{position:relative}.site-nav a,.dropdown-toggle{display:block;padding:.6rem .5rem;color:var(--blue-900);text-decoration:none;font-weight:600;font-size:.95rem;white-space:nowrap;background:none;border:0;cursor:pointer;font-family:inherit;line-height:inherit}.site-nav a:hover,.dropdown-toggle:hover{color:var(--blue-500)}.dropdown{display:none;position:absolute;top:100%;left:0;min-width:14rem;list-style:none;margin:0;padding:.4rem 0;background:#fff;border:1px solid #e2e8ee;border-radius:.5rem;box-shadow:0 10px 30px #06283d1f;flex-direction:column;gap:0}.has-dropdown:hover>.dropdown,.has-dropdown:focus-within>.dropdown{display:flex}.has-dropdown:nth-last-child(-n+2)>.dropdown{left:auto;right:0}.dropdown a{padding:.45rem 1rem;font-weight:500}.nav-toggle,.nav-toggle-label{display:none}@media(max-width:60rem){.header-inner{flex-wrap:wrap}.header-actions{display:none}.nav-toggle-label{display:flex;flex-direction:column;gap:5px;margin-left:auto;cursor:pointer;padding:.5rem}.nav-toggle-label span{width:24px;height:3px;background:var(--blue-900);border-radius:2px}.site-nav{display:none;width:100%}.nav-toggle:checked~.site-nav{display:block}.site-nav>ul{flex-direction:column}.dropdown{position:static;border:0;box-shadow:none;padding-left:1rem}.has-dropdown:nth-last-child(-n+2)>.dropdown{left:0;right:auto}}main{min-height:50vh}main section,main>h1,main>h2,main>p,main>figure,main>ul,main>ol,main>blockquote,main>table,main>h3,main>h4,main>img,main>a{max-width:var(--max-width);margin-left:auto;margin-right:auto;padding-left:1.25rem;padding-right:1.25rem}main h1,main h2,main h3,main h4{color:var(--blue-900);line-height:1.25}main h1{font-size:clamp(2rem,4vw,2.75rem);margin-top:2.5rem}main h2{font-size:clamp(1.5rem,3vw,2rem);margin-top:2.5rem}main h3{margin-top:1.75rem}main img{border-radius:.5rem}main>img{display:block}main>section:not(.section){margin-top:1.5rem}main table{border-collapse:collapse;width:auto}main td,main th{border:1px solid #d4dde5;padding:.5rem .9rem;text-align:left}main iframe{max-width:100%;border:0;border-radius:.5rem}.section{margin-top:4rem}.section:first-child{margin-top:0}.split{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.split img{width:100%;height:auto;border-radius:.75rem}.split .section-title{text-align:left;margin-left:0}@media(max-width:56rem){.split{grid-template-columns:1fr;gap:2rem}}.brand-logo{display:block;max-width:220px;margin:0 auto 1rem;height:auto}.cta{display:inline-block;margin-top:1rem;padding:.85rem 1.6rem;border-radius:999px;background:var(--blue-500);color:#fff;text-decoration:none;font-weight:700;transition:background .15s,transform .15s}.cta:hover{background:var(--blue-700);transform:translateY(-2px)}.cta-light{background:#fff;color:var(--blue-900)}.cta-light:hover{background:var(--blue-100)}.site-footer{background:var(--blue-900);color:#cfe3f0;margin-top:4rem}.site-footer a{color:#fff}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(12rem,1fr));gap:2rem;padding-top:3rem;padding-bottom:2rem}.footer-heading{color:#fff;font-size:1rem;margin:0 0 .75rem}.site-footer ul{list-style:none;margin:0;padding:0}.site-footer li{margin-bottom:.35rem}.site-footer address{font-style:normal;line-height:1.7}.footer-bottom{border-top:1px solid rgba(255,255,255,.15);padding-top:1.25rem;padding-bottom:1.5rem;font-size:.875rem}.bg-photo{background-image:var(--bg);background-size:cover;background-position:center center;background-repeat:no-repeat;min-height:40vh;display:grid;place-items:center;position:relative;padding:4rem 1.25rem;margin:0 calc(-50vw + 50%);width:100vw;color:#fff}.bg-photo:before{content:"";position:absolute;inset:0;background:#06283d8c;z-index:0}.bg-photo>*{position:relative;z-index:1;max-width:var(--max-width);margin-left:auto;margin-right:auto}.bg-photo h1,.bg-photo h2,.bg-photo h3,.bg-photo h4,.bg-photo p{color:#fff}.bg-photo a{color:#fff;font-weight:700;text-decoration:underline}main>.bg-photo{max-width:100vw}.bg-banner{margin:0 calc(-50vw + 50%);width:100vw;line-height:0}.bg-banner img{width:100%;height:auto;display:block;object-fit:cover;max-height:60vh}main>.bg-banner{max-width:100vw}
