:root{--blue:#396291;--blue-dk:#2a4a6e;--blue-dkr:#21405f;--red:#c12143;--red-dk:#a51c39;--bg:#fffefb;--line:#e7e3d8;--menu-h:90px}.sfkh-hd, .sfkh-hd *, .sfkh-ft, .sfkh-ft
*{box-sizing:border-box}.sfkh-hd{position:sticky;top:0;z-index:1000;height:var(--menu-h);background:var(--blue);color:#fff;display:flex;align-items:center;box-shadow:0 2px 14px rgba(0,0,0,.12);transition:transform .3s ease}.sfkh-hd.is-hidden{transform:translateY(-100%)}.sfkh-hd__in{width:100%;max-width:1180px;margin:0
auto;padding:0
22px;display:flex;align-items:center;justify-content:space-between;gap:18px}.sfkh-hd__logo{display:inline-flex;align-items:center;text-decoration:none}.sfkh-hd__logo
img{height:38px;width:auto;display:block;max-width:none}.sfkh-nav{display:flex;align-items:center;gap:4px}.sfkh-nav
a{color:#fffefb;text-decoration:none;font-weight:600;font-size:16px;font-family:"Open Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;padding:10px
12px;border-radius:8px;white-space:nowrap;line-height:1;display:inline-flex;align-items:center;gap:5px}.sfkh-nav a:hover{background:rgba(255,255,255,.12);color:#fff}.sfkh-nav .sfkh-cta{background:var(--red);color:#fff;padding:11px
18px;border-radius:999px;font-weight:700}.sfkh-nav .sfkh-cta:hover{background:var(--red-dk)}.sfkh-has-sub{position:relative}.sfkh-sub{position:absolute;top:100%;left:0;min-width:200px;background:#fff;border:1px
solid var(--line);border-radius:12px;box-shadow:0 12px 30px rgba(0,0,0,.16);padding:8px;gap:2px;display:none;flex-direction:column}.sfkh-has-sub:hover .sfkh-sub, .sfkh-has-sub:focus-within .sfkh-sub{display:flex}.sfkh-sub
a{color:var(--blue-dk);font-weight:600;padding:9px
12px}.sfkh-sub a:hover{background:#f3f0e8}.sfkh-caret{width:9px;height:9px;border-right:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(45deg);margin-top:-3px}.sfkh-burger{display:none;background:none;border:0;cursor:pointer;padding:8px}.sfkh-burger
span{display:block;width:26px;height:3px;background:#fff;border-radius:2px;margin:5px
0;transition:.25s}.sfkh-burger.is-open span:nth-child(1){transform:translateY(8px) rotate(45deg)}.sfkh-burger.is-open span:nth-child(2){opacity:0}.sfkh-burger.is-open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}@media (max-width:980px){:root{--menu-h:70px}.sfkh-burger{display:block}.sfkh-nav{position:fixed;inset:var(--menu-h) 0 auto 0;flex-direction:column;align-items:stretch;background:var(--blue);padding:14px
18px 22px;gap:2px;box-shadow:0 14px 24px rgba(0,0,0,.2);display:none}.sfkh-nav.is-open{display:flex}.sfkh-nav
a{font-size:1.05rem;padding:13px
10px}.sfkh-nav .sfkh-cta{justify-content:center;margin-bottom:6px}.sfkh-has-sub .sfkh-sub{position:static;display:flex;box-shadow:none;border:0;background:rgba(255,255,255,.08);margin:2px
0 6px;padding:4px}.sfkh-sub
a{color:#fffefb}.sfkh-caret{display:none}}.sfkh-ft{background:var(--blue);color:#e8eef5;margin-top:64px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}.sfkh-ft
a{color:#cdd9e6;text-decoration:none}.sfkh-ft a:hover{color:#fff;text-decoration:underline}.sfkh-ft__in{max-width:1180px;margin:0
auto;padding:54px
22px 30px;display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:34px}.sfkh-ft
h4{color:#fff;font-size:1.05rem;margin:0
0 14px;font-family:"Fraunces",Georgia,serif}.sfkh-ft
p{margin:.2em 0 1em}.sfkh-ft__logo
img{height:40px;width:auto;margin-bottom:14px;max-width:none}.sfkh-ft__links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:9px}.sfkh-ft__social{display:flex;gap:14px;margin-top:6px}.sfkh-ft__social
svg{width:24px;height:24px;fill:#cdd9e6}.sfkh-ft__social a:hover
svg{fill:#fff}.sfkh-ft__legal{border-top:1px solid rgba(255,255,255,.14);margin-top:8px;font-size:.86rem;color:#a9bccf;text-align:center;padding:18px
22px 34px}.sfkh-ft__legal
a{color:#cdd9e6}@media (max-width:760px){.sfkh-ft__in{grid-template-columns:1fr;gap:26px;padding:40px
22px 22px}}