.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;position:absolute!important}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#1a1a1a;background:#fff;flex-direction:column;min-height:100vh;font-family:system-ui,-apple-system,sans-serif;display:flex}main{flex:1}img{max-width:100%;display:block}a{color:inherit}:root{--yellow:#fed03d;--navy:#00227d;--dark:#1a1a1a;--light:#f7f7f5;--gray:#6b6b6b;--border:#e4e4e0;--card-r:6px;--header-h:80px}.skip-link{background:var(--dark);color:#fff;z-index:1000;border-radius:4px;padding:12px 20px;font-size:14px;font-weight:700;text-decoration:none;transition:top .2s;position:absolute;top:-100px;left:8px}.skip-link:focus{outline:3px solid var(--yellow);outline-offset:2px;top:8px}a:focus-visible,button:focus-visible,[tabindex]:focus-visible{outline:3px solid var(--navy);outline-offset:2px;border-radius:2px}.site-footer a:focus-visible,.site-footer button:focus-visible,.home-cta a:focus-visible{outline-color:var(--yellow)}.site-header{z-index:100;border-bottom:1px solid var(--border);background:#fff;position:sticky;top:0}.site-header__inner{max-width:1240px;height:var(--header-h);justify-content:space-between;align-items:center;margin:0 auto;padding:0 24px;display:flex}.site-header__logo-img{object-fit:contain;width:auto;height:60px}.site-nav{align-items:center;gap:36px;display:none}@media (width>=1024px){.site-nav{display:flex}}.site-nav__link{letter-spacing:.1em;text-transform:uppercase;color:#555;font-size:12px;font-weight:700;text-decoration:none;transition:color .2s}.site-nav__link:hover,.site-nav__link--active{color:var(--navy)}.site-nav__cta{letter-spacing:.15em;text-transform:uppercase;background:var(--yellow);color:var(--dark);border-radius:3px;padding:12px 24px;font-size:12px;font-weight:800;text-decoration:none;transition:background .25s,color .25s}.site-nav__cta:hover,.site-nav__cta--active{background:var(--dark);color:#fff}.site-header__burger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;padding:4px;display:flex}@media (width>=1024px){.site-header__burger{display:none}}.burger-bar{background:var(--dark);transform-origin:50%;border-radius:2px;width:100%;height:2px;transition:transform .3s,opacity .3s;display:block}.burger--open .burger-bar:first-child{transform:translateY(7px)rotate(45deg)}.burger--open .burger-bar:nth-child(2){opacity:0;transform:scaleX(0)}.burger--open .burger-bar:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-nav{border-top:1px solid var(--border);background:#fff;flex-direction:column;max-height:0;transition:max-height .35s;display:flex;overflow:hidden}.mobile-nav--open{max-height:480px}@media (width>=1024px){.mobile-nav{display:none}}.mobile-nav__link,.mobile-nav__cta{letter-spacing:.1em;text-transform:uppercase;color:#555;border-bottom:1px solid var(--border);padding:16px 24px;font-size:13px;font-weight:700;text-decoration:none;transition:background .2s,color .2s;display:block}.mobile-nav__link:hover,.mobile-nav__link--active{color:var(--navy);background:var(--light)}.mobile-nav__cta{color:var(--dark);background:var(--yellow);text-align:center;border-bottom:none;border-radius:3px;margin:12px 24px 16px;padding:14px 24px;font-weight:800}.mobile-nav__cta:hover,.mobile-nav__cta--active{background:var(--dark);color:#fff}.site-footer{color:#c8c8c8;background:#1a1a1a;margin-top:auto}.footer-grid{grid-template-columns:1fr 1fr 1fr;align-items:start;gap:48px;max-width:1240px;margin:0 auto;padding:64px 24px 48px;display:grid}.footer-grid>.footer-col:first-child{justify-self:start}.footer-grid>.footer-col:last-child{justify-self:end}.footer-logo{object-fit:contain;background:#fff;border-radius:3px;width:auto;height:56px;margin-bottom:20px;padding:4px 8px}.footer-blurb{color:#c8c8c8;margin-bottom:24px;font-size:13px;line-height:1.75}.footer-about-btn{letter-spacing:.18em;text-transform:uppercase;background:var(--yellow);color:var(--dark);border-radius:3px;padding:11px 22px;font-size:11px;font-weight:800;text-decoration:none;transition:background .25s;display:inline-block}.footer-about-btn:hover{background:#fff}.footer-col--badges{grid-template-columns:repeat(2,auto);justify-content:center;place-items:center;gap:20px 24px;padding-top:4px;display:grid}.footer-badge{object-fit:contain;width:auto;max-width:140px;height:64px}.footer-heading{letter-spacing:.2em;text-transform:uppercase;color:var(--yellow);margin-bottom:20px;font-size:11px;font-weight:800}.footer-contact{flex-direction:column;gap:16px;list-style:none;display:flex}.footer-contact li{color:#c8c8c8;align-items:flex-start;gap:12px;font-size:13px;line-height:1.65;display:flex}.footer-icon{width:14px;height:14px;color:var(--yellow);flex-shrink:0;margin-top:3px}.footer-contact a{color:#c8c8c8;text-decoration:none;transition:color .2s}.footer-contact a:hover{color:var(--yellow)}.footer-bottom{background:#111;border-top:1px solid #2e2e2e;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;max-width:100%;padding:20px 24px;display:flex}.footer-copy{color:#999;max-width:1240px;margin:0 auto 0 0;font-size:12px}.footer-copy a{color:#999;text-decoration:none;transition:color .2s}.footer-copy a:hover{color:var(--yellow)}.footer-socials{gap:8px;display:flex}.social-btn{color:#999;border:1px solid #2e2e2e;border-radius:3px;justify-content:center;align-items:center;width:36px;height:36px;text-decoration:none;transition:background .2s,border-color .2s,color .2s;display:flex}.social-btn:hover{background:var(--yellow);border-color:var(--yellow);color:var(--dark)}.social-btn svg{width:15px;height:15px}@media (width<=900px){.footer-grid{grid-template-columns:1fr;gap:32px;padding:48px 24px 32px}.footer-grid>.footer-col:first-child,.footer-grid>.footer-col:last-child{justify-self:stretch}.footer-col--badges{grid-template-columns:repeat(4,1fr);justify-items:center;gap:16px;padding-top:0}.footer-badge{max-width:90px;height:44px}.footer-bottom{text-align:center;flex-direction:column;justify-content:center;padding:24px 20px}.footer-copy{margin:0 auto 12px}.footer-socials{justify-content:center}}
