/* Header styles are scoped to avoid changing page sections and footer. */
.sbs-header{width:100%;max-width:none;margin:0;padding:0;border:0;border-bottom:1px solid #dae7ee;background:#fffffff5;color:#173e59;position:relative;z-index:10;display:block}
.sbs-header__inner{width:90%;max-width:1360px;min-height:100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:28px}
.sbs-header a{letter-spacing:normal;text-decoration:none}
.sbs-header .sbs-brand{display:flex;align-items:center;gap:11px;flex-shrink:0;color:#173e59}
.sbs-brand__symbol{width:43px;height:43px;display:grid;place-items:center;background:#e9f6fd;border:1px solid #d4ecf8;border-radius:12px}
.sbs-brand__symbol svg{width:29px;height:29px;fill:#299edb}
.sbs-brand__name{font-size:19px;font-weight:750;letter-spacing:-.55px;line-height:1.25}
.sbs-brand__sub{display:block;margin-top:4px;font-size:9px;font-weight:650;letter-spacing:3.8px;color:#58778b}
.sbs-navigation{display:flex;align-items:center;gap:25px}
.sbs-menu{list-style:none;display:flex;align-items:center;gap:22px;padding:0;margin:0}
.sbs-header .sbs-menu__link{display:block;position:relative;padding:39px 0;font-size:13px;font-weight:600;white-space:nowrap;color:#355365}
.sbs-header .sbs-menu__link[aria-current=page]{color:#086ea5}
.sbs-menu__link[aria-current=page]:after{content:"";height:3px;background:#219cda;border-radius:3px;position:absolute;bottom:24px;left:0;right:0}
.sbs-header .sbs-menu__link--pending{color:#6a7d89;cursor:default}
.sbs-header .sbs-quote{display:flex;align-items:center;justify-content:center;gap:15px;border-radius:8px;background:#126e9d;color:white;padding:15px 18px;font-size:13px;font-weight:650;white-space:nowrap;transition:background .15s}
.sbs-header .sbs-quote:hover{background:#105a80}
.sbs-header a:focus-visible,.sbs-menu-toggle:focus-visible{outline:3px solid #189edc;outline-offset:5px}
.sbs-header .sbs-menu__link:hover{color:#086ea5}
.sbs-menu-toggle{display:none;border:1px solid #d6e5ed;background:#f6fbfe;color:#173e59;border-radius:8px;min-height:44px;padding:9px 12px;font-family:inherit;font-size:13px;font-weight:600;align-items:center;gap:9px;cursor:pointer}
.sbs-menu-toggle svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round}
.sbs-menu-toggle[hidden]{display:none}
.sbs-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:1199px){.sbs-header__inner{min-height:84px;flex-wrap:wrap;gap:0;padding:18px 0}.sbs-header--enhanced .sbs-menu-toggle{display:flex}.sbs-navigation{width:100%;flex-direction:column;align-items:stretch;gap:18px;padding:20px 0 5px}.sbs-header--enhanced .sbs-navigation{display:none}.sbs-header--enhanced .sbs-navigation.is-open{display:flex}.sbs-menu{flex-direction:column;align-items:stretch;gap:0;border-top:1px solid #e0eaf0;padding-top:10px}.sbs-header .sbs-menu__link{padding:13px 12px;font-size:15px;border-radius:6px}.sbs-menu__link[aria-current=page]:after{display:none}.sbs-menu__link[aria-current=page]{background:#edf7fd}.sbs-header .sbs-quote{min-height:48px;align-self:stretch}.sbs-brand__name{font-size:18px}}
@media(max-width:380px){.sbs-header__inner{width:calc(100% - 32px)}.sbs-brand__symbol{width:34px;height:38px}.sbs-header .sbs-brand{gap:8px}.sbs-brand__name{font-size:16px}.sbs-menu-toggle{padding:9px}.sbs-menu-toggle svg{width:18px}}
