:root{--bg-subheader:#002920;--dot-subheader:#113b23;--ink-subheader:#fff}.subheader-section{background-color:var(--bg-subheader);background-image:radial-gradient(circle,var(--dot-subheader) 1px,transparent 1px);background-position:0 0;background-size:12px 12px;color:var(--ink-subheader);font-family:IBM Plex Sans,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;padding:20px 20px 130px;position:relative}.subheader-section:before{background:linear-gradient(to bottom,var(--bg-subheader) 0,transparent 100%);content:"";height:300px;left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:0}.subheader-container{align-items:center;display:flex;gap:98px;margin:0 auto;max-width:1400px;position:relative;z-index:1}.subheader-left{display:flex;flex-direction:column;gap:32px;max-width:580px}.subheader-icon-grid{display:flex;list-style:none;margin:0;padding:0}.subheader-icon-btn{align-items:center;background:transparent;border:none;cursor:pointer;display:flex;height:90px;justify-content:center;padding:0;transition:transform .15s ease,background .2s ease;width:90px}.subheader-icon{display:block;height:90px;width:90px}.subheader-icon path{fill:#fff;transition:fill .2s ease}.subheader-icon-btn:hover{background:#fff;transform:translateY(-2px) scale(1.05)}.subheader-icon-btn:focus-visible path,.subheader-icon-btn:hover path{fill:#063}.subheader-icon-btn.nohover{cursor:default}.subheader-icon-btn.nohover:focus-visible,.subheader-icon-btn.nohover:hover{background:transparent;transform:none}.subheader-icon-btn.nohover:focus-visible path,.subheader-icon-btn.nohover:hover path{fill:#fff}.subheader-lockup img{display:block;height:auto;max-width:100%}.subheader-right{align-items:center;display:flex}.subheader-blurb{color:var(--ink-subheader);font-size:36px;font-weight:700;line-height:1.4;margin:0;max-width:40ch}@media (max-width:980px){.subheader-container{flex-direction:column}.subheader-icon-grid{flex-wrap:wrap}.subheader-icon-grid,.subheader-lockup{display:flex;justify-content:center}.subheader-lockup img{max-width:90%;width:100%}.subheader-left{order:-1}.subheader-blurb{font-size:22px;margin:0 auto;max-width:94%;text-align:center}}