body{margin:0;padding:0;font-family:"Merriweather", sans-serif;}
a{color:inherit;}
*,*::before,*::after{box-sizing:border-box;}
.site-intro {
    width: 100%;
    background: #FBF9F2;
    color: #1F1B4A;
    border-bottom: 1px solid #E2DECF;
  }
:root {
  --motion-entry: cubic-bezier(0.16,1,0.3,1);
  --surface-muted: #F2B824;
  --line-clear: calc(1.5rem * .75);
  --ink-base: #1F1B4A;
  --line-warm: #FBF9F2;
}
.narrow-nav {
    max-width: 840px;
    margin: 0 auto;
    padding: 1.5rem 1.29rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.94rem;
  }
.direct-method {
    font-size: calc(15.1px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #1F1B4A;
    text-decoration: none;
    line-height: 1.1;
    white-space: nowrap;
  }
.direct-method:hover,
  .direct-method:focus-visible {
    color: #F2B824;
  }
.steady-media {
    display: flex;
    align-items: center;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: calc(0.94rem * 1.2);
  }
.nav-link {
    display: inline-block;
    padding: 0.35rem 0.15rem;
    font-size: 15.1px;
    color: #1F1B4A;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 390ms var(--motion-entry),
                border-color 390ms var(--motion-entry);
  }
.nav-link:hover,
  .nav-link:focus-visible {
    color: #F2B824;
    border-bottom-color: #F2B824;
  }
.nav-link.is-active {
    color: #1F1B4A;
    border-bottom-color: var(--surface-muted);
    font-weight: 600;
  }
.piece {
    display: none;
    background: transparent;
    border: 1px solid #E2DECF;
    border-radius: 0.18rem;
    padding: 0.5rem 0.6rem;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    width: 42px;
    height: 38px;
  }
.steady-note{
    display: block;
    width: 20px;
    height: 2px;
    background: #1F1B4A;
    border-radius: 2px;
    transition: transform 390ms var(--motion-entry),
                opacity 390ms var(--motion-entry);color:#1F1B4A;}
.piece[aria-expanded="true"] .steady-note:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }
.piece[aria-expanded="true"] .steady-note:nth-child(2) {
    opacity: 0;
  }
.piece[aria-expanded="true"] .steady-note:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
@media (max-width: 767px) {
    .narrow-nav {
      flex-wrap: wrap;
      align-items: center;
    }

    .piece {
      display: flex;
    }

    .steady-media {
      display: none;
      width: 100%;
      order: 3;
      margin-top: 1.5rem;
      border-top: 1px solid #E2DECF;
      padding-top: 1.5rem;
    }

    .steady-media.is-open {
      display: block;
    }

    .nav-list {
      flex-direction: column;
      align-items: flex-start;
      gap: 0.25rem;
    }

    .nav-link {
      display: block;
      width: 100%;
      padding: 0.65rem 0.15rem;
      border-bottom: 1px solid #E2DECF;
    }

    .nav-link.is-active {
      border-bottom-color: var(--surface-muted);
    }
  }
.featured-steps{font-family:"Merriweather", sans-serif;font-size:15.1px;line-height:1.89;padding:0;background:var(--ink-base);color:var(--line-warm);}
.offer-callout{max-width:840px;margin:0 auto;padding:calc(1.5rem * 2.4) 1.29rem;display:grid;gap:calc(0.94rem * 1.5)}
.active-list{display:grid;gap:calc(0.94rem * 1.5);padding-bottom:calc(0.94rem * 1.5);border-bottom:1px solid rgba(255, 255, 255, 0.18)}
.service-brand{font-size:calc(15.1px * 1.125);font-weight:700;letter-spacing:0.02em;margin:0}
.narrow-content{font-size:calc(15.1px * 1.35);line-height:1.25;margin:0;max-width:34ch}
.page-footer{margin:0;max-width:60ch;font-size:15.1px;opacity:0.92}
.plain-view{display:grid;gap:var(--line-clear);max-width:520px}
.plain-nav{font-size:calc(15.1px * .875);letter-spacing:0.04em;text-transform:uppercase;opacity:0.85}
.compact-contact{display:flex;flex-wrap:wrap;gap:0.94rem}
.public-flow{flex:1 1 220px;min-width:0;padding:0.7rem 0.9rem;font-family:inherit;font-size:15.1px;color:var(--line-warm);background:rgba(255, 255, 255, 0.08);border:1px solid rgba(255, 255, 255, 0.28);border-radius:0;outline:none}
.public-flow::placeholder{}
.public-flow:focus{border-color:var(--surface-muted);box-shadow:rgba(46, 42, 140, 0.35)}
.quiet-inner{padding:0.7rem 1.2rem;font-family:inherit;font-size:15.1px;font-weight:600;color:#FFFFFF;background:#2E2A8C;border:1px solid #2E2A8C;border-radius:0;cursor:pointer;transition:background 390ms var(--motion-entry), color 390ms var(--motion-entry)}
.quiet-inner:hover{background:#221F73;border-color:#221F73;color:#1F1B4A;}
.track{margin:0;font-size:calc(15.1px * .875);opacity:0.8}
.plain-team{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:calc(0.94rem * 1.5)}
.strong-section{display:grid;gap:var(--line-clear);align-content:start}
.quiet-menu{font-size:calc(15.1px * .875);letter-spacing:0.08em;text-transform:uppercase;margin:0;opacity:0.85}
.top-service{list-style:none;margin:0;padding:0;display:grid;gap:0.5rem}
.top-service a{color:inherit;text-decoration:none;font-size:15.1px;border-bottom:1px solid transparent;transition:border-color 390ms var(--motion-entry)}
.top-service a:hover{border-bottom-color:currentColor;color:inherit}
.focused-lead{display:grid;gap:var(--line-clear);padding-top:calc(0.94rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.18)}
.open-intro{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit, minmax(220px, 1fr));gap:var(--line-clear)}
.active-inner{display:grid;gap:0.25rem}
.strong-panel{font-size:calc(15.1px * .875);letter-spacing:0.06em;text-transform:uppercase;opacity:0.75}
.strong-menu{font-size:15.1px}
.main-panel{color:inherit;text-decoration:none;font-size:15.1px;border-bottom:1px solid transparent}
.main-panel:hover{border-bottom-color:currentColor}
.fields{padding-top:calc(0.94rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.18)}
.narrow-view{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:0.94rem}
.narrow-view a{color:inherit;text-decoration:none;font-size:calc(15.1px * .875);border-bottom:1px solid transparent}
.narrow-view a:hover{border-bottom-color:currentColor;color:inherit}
.soft-copy{margin:0;font-size:calc(15.1px * .875);line-height:1.5;opacity:0.85;max-width:80ch}
.public-callout{margin:0;font-size:calc(15.1px * .875);opacity:0.75}
@media (max-width: 900px) {.plain-team{grid-template-columns:repeat(2, minmax(0, 1fr))}
  }
@media (max-width: 560px) {.plain-team{grid-template-columns:1fr}.compact-contact{flex-direction:column}.quiet-inner{width:100%}
  }
footer,footer *{border-radius:0!important;}
.cookies{position:fixed;left:clamp(14px,2vw,24px);right:clamp(14px,2vw,24px);bottom:clamp(14px,2vw,24px);z-index:1200}
.cookies .site-copy{max-width:680px;margin:0 auto;padding:14px 16px;border:1px solid #E2DECF;border-radius:24px;background:#FFFFFF;color:#1F1B4A;box-shadow:0 8px 22px rgba(0,0,0,0.07)}
.cookies strong{display:block;font-size:calc(15.1px * 1.35)}
.cookies p{margin:6px 0 0;line-height:1.89}
.cookies .entries{margin-top:12px;display:flex;flex-wrap:wrap;gap:8px}
.cookies .entries button{border:1px solid #E2DECF;background:#F1EEE2;color:#2A2942;border-radius:12px;padding:8px 12px;cursor:pointer;font-weight:700}
.cookies .entries button.cookie-accept{background:#2E2A8C;color:#FFFFFF}
.focused-unit{
        --axis-content: calc(1.5rem * 1.05);
        padding: calc(1.5rem * 2.4) 1.29rem;
        background: #FBF9F2;
        color: #1F1B4A;
    }
.focused-unit .public-body{max-width: 840px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: var(--axis-content);}
.focused-unit h1,
    .focused-unit p{margin: 0;}
.focused-unit h1{font-size: calc(15.1px * 2.65);
        line-height: 1.1;
        letter-spacing: -0.01em;}
.focused-unit .service-unit{font-size: calc(15.1px * 1.125);
        line-height: 1.89;
        color: #2A2942;
        border-left: 3px solid var(--surface-muted);
        padding-left: var(--line-clear);}
.focused-unit .legal{font-size: 15.1px;
        line-height: 1.89;}
.focused-unit .open-team{
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: max-content;
        max-width: 100%;
        padding: var(--line-clear) 1.5rem;
        border-radius: 0.18rem;
        background: #2E2A8C;
        color: #FFFFFF;
        text-decoration: none;
        font-size: 15.1px;
        transition: background 390ms var(--motion-entry);
    }
.focused-unit .open-team:hover{
        background: #221F73;color:#1F1B4A;}
.focused-unit .content-story{font-size: calc(15.1px * .875);
        line-height: 1.89;
        color: #2A2942;
        padding-top: var(--line-clear);
        border-top: 1px solid #E2DECF;}
.focused-unit .content-story a{color: #2E2A8C;
        text-decoration: underline;
        text-underline-offset: 2px;}
.focused-unit .content-story a:hover{color:inherit;}
@media (max-width: 640px) {.focused-unit .service-unit{
            border-left: none;
            padding-left: 0;
            border-top: 3px solid var(--surface-muted);
            padding-top: var(--line-clear);
        }
    }
.contact-quote{--axis-content:calc(1.5rem * 1.35);--state-control:calc(840px / 2.20);padding:calc(1.5rem * 2.4) 1.29rem;background:#2E2A8C;color:#FFFFFF;}
.contact-quote .public-body{max-width:840px;margin:0 auto;}
.contact-quote h1,.contact-quote h2,.contact-quote h3,.contact-quote p{margin:0;}
.contact-quote h1{font-size:calc(15.1px * 2.65);line-height:1.08;}
.contact-quote h2{font-size:calc(15.1px * 2);line-height:1.12;}
.contact-quote h3{font-size:calc(15.1px * 1.35);line-height:1.2;}
.contact-quote p{font-size:15.1px;line-height:1.89;color:color-mix(in srgb, currentColor 74%, transparent);}
.contact-quote a{color:inherit;text-decoration:none;}
.contact-quote .open-team{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:var(--line-clear) 1.5rem;border-radius:0.18rem;background:#FFFFFF;color:#2E2A8C;transition:background 390ms var(--motion-entry),color 390ms var(--motion-entry);}
.contact-quote .open-team:hover{background:var(--surface-muted);color:#1F1B4A;}
.contact-quote .legal{font-size:calc(15.1px * .875);letter-spacing:0.04em;text-transform:uppercase;}
.contact-quote .focused-figure{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.94rem;margin-top:var(--axis-content);}
.contact-quote .page-group{flex:1 1 calc(840px / 3.4);min-width:0;padding-top:var(--line-clear);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.contact-quote .page-group p{margin-top:calc(1.5rem / 3);}
.contact-quote .compact-panel{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.94rem;}
.contact-quote .compact-panel>.secondary-area{flex:1 1 auto;min-width:0;}
.contact-quote .compact-panel>.open-team{flex:0 0 auto;}
.contact-quote .compact-panel>.focused-figure{flex:1 1 100%;}
.contact-quote .secondary-area h2{margin-top:calc(1.5rem / 2);}
.contact-quote .content-story{flex:1 1 100%;margin-top:var(--axis-content);font-size:calc(15.1px * .875);}
.contact-quote .content-story a{border-bottom:1px solid color-mix(in srgb, var(--surface-muted) 55%, transparent);}
.contact-quote .content-story a:hover{border-bottom-color:#D89A16;}
@media (max-width:720px){.contact-quote .page-group{flex:1 1 100%;}
}
.soft-steps{--axis-content:calc(1.5rem * 1.2);--state-main:calc(840px / 3.15);padding:calc(1.5rem * 2.4) 1.29rem;background:#FBF9F2;color:#1F1B4A;}
.soft-steps .public-body{max-width:840px;margin:0 auto;}
.soft-steps h2,.soft-steps h3,.soft-steps p{margin:0;}
.soft-steps h2{font-size:calc(15.1px * 2);line-height:1.14;}
.soft-steps h3{font-size:calc(15.1px * 1.35);line-height:1.22;}
.soft-steps p{font-size:15.1px;line-height:1.89;}
.soft-steps .wide-form{display:flex;flex-wrap:wrap;gap:0.94rem;align-items:flex-end;padding-bottom:calc(0.94rem * 1.5);border-bottom:1px solid #E2DECF;}
.soft-steps .wide-form>h2{flex:1 1 var(--state-main);min-width:0;}
.soft-steps .wide-form>.service-unit{flex:1 1 var(--state-main);min-width:0;color:#2A2942;}
.soft-steps .focused-figure{display:flex;flex-wrap:wrap;gap:var(--axis-content);margin-top:var(--axis-content);}
.soft-steps .page-group{flex:1 1 var(--state-main);min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 3);padding:calc(var(--line-clear) * .9) 0 0;border-top:2px solid var(--surface-muted);}
.soft-steps .page-menu{margin:0;font-size:calc(15.1px * .875);letter-spacing:.04em;text-transform:uppercase;color:#2A2942;}
.soft-steps .page-group p{color:#2A2942;}
.soft-steps .plain-inner{margin-top:auto;display:inline-flex;align-items:center;gap:.4em;width:max-content;max-width:100%;padding-top:calc(1.5rem / 4);font-size:calc(15.1px * .875);color:#2E2A8C;text-decoration:none;border-bottom:1px solid #2E2A8C;transition:color 390ms var(--motion-entry),border-color 390ms var(--motion-entry);}
.soft-steps .plain-inner:hover{color:inherit;border-color:#F2B824;}
.soft-steps .legal{margin-top:var(--axis-content);padding-top:calc(0.94rem * 1.5);border-top:1px solid #E2DECF;font-size:calc(15.1px * .875);color:#2A2942;}
.soft-steps .legal a{color:#2E2A8C;text-decoration:none;border-bottom:1px solid #2E2A8C;}
.soft-steps .legal a:hover{color:inherit;border-color:#F2B824;}
@media (max-width:640px){.soft-steps .wide-form{align-items:flex-start;}.soft-steps .page-group{flex:1 1 100%;}
}
.direct-wrap{--axis-content:calc(1.5rem * 0.91);--font-base:calc(840px / 3.21);padding:calc(1.5rem * 2.4) 1.29rem;background:#2E2A8C;color:#FFFFFF;}
.direct-wrap .public-body{max-width:840px;margin:0 auto;}
.direct-wrap h2,.direct-wrap h3,.direct-wrap p{margin:0;}
.direct-wrap h2{font-size:calc(15.1px * 2);line-height:1.12;}
.direct-wrap h3{font-size:calc(15.1px * 1.35);line-height:1.2;}
.direct-wrap p{font-size:15.1px;line-height:1.89;color:color-mix(in srgb, currentColor 78%, transparent);}
.direct-wrap a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.direct-wrap a:hover{}
.direct-wrap .narrow-header{padding-block:calc(var(--axis-content) / 2);}
.direct-wrap .controls{row-gap:calc(var(--axis-content) * 1.2);}
.direct-wrap .compact-intro{display:flex;flex-direction:column;}
.direct-wrap .service-unit{margin-top:1.5rem;}
.direct-wrap .focused-figure{display:flex;flex-wrap:wrap;gap:var(--axis-content);margin-top:var(--axis-content);}
.direct-wrap .page-group{flex:1 1 var(--font-base);min-width:0;padding:calc(var(--axis-content) * .75);border-radius:0.38rem;background:color-mix(in srgb, currentColor 10%, transparent);}
.direct-wrap .page-group p{margin-top:calc(1.5rem / 3);}
.direct-wrap .content-story{margin-top:var(--axis-content);font-size:calc(15.1px * .875);}
.narrow-frame{--axis-content:calc(1.5rem * 1.15);padding:calc(1.5rem * 2.4) 1.29rem;background:#FBF9F2;color:#1F1B4A;}
.narrow-frame .public-body{max-width:840px;margin:0 auto;}
.narrow-frame h1,.narrow-frame h2,.narrow-frame h3,.narrow-frame p{margin:0;}
.narrow-frame h2{font-size:calc(15.1px * 2);line-height:1.14;}
.narrow-frame p{font-size:15.1px;line-height:1.89;}
.narrow-frame a{text-decoration:none;border-bottom:1px solid #2E2A8C;}
.narrow-frame a:hover{border-bottom-color:#F2B824;}
.narrow-frame .image{display:flex;flex-direction:column;gap:calc(0.94rem * 1.5);padding-bottom:calc(0.94rem * 1.5);border-bottom:1px solid #E2DECF;}
.narrow-frame .service-unit{font-size:calc(15.1px * 1.125);}
.narrow-frame .strong-intro{display:flex;flex-direction:column;margin-top:var(--axis-content);}
.narrow-frame details{padding:var(--line-clear) 0;border-bottom:1px solid #E2DECF;}
.narrow-frame details:last-of-type{border-bottom:none;}
.narrow-frame summary{cursor:pointer;font-weight:700;font-size:15.1px;line-height:1.4;list-style:none;display:flex;align-items:flex-start;gap:0.94rem;}
.narrow-frame summary::-webkit-details-marker{display:none;}
.narrow-frame summary::before{content:"+";flex:0 0 auto;width:1.1em;font-weight:700;}
.narrow-frame details[open] summary::before{content:"–";}
.narrow-frame details p{margin-top:calc(1.5rem / 2.4);padding-left:calc(1.1em + 0.94rem);}
.narrow-frame .content-story{margin-top:var(--axis-content);padding-top:calc(0.94rem * 1.5);border-top:1px solid #E2DECF;font-size:calc(15.1px * .875);}
@media (max-width:640px){.narrow-frame details p{padding-left:0;}.narrow-frame summary{gap:calc(0.94rem / 2);}
}
.clear-story{--axis-content:calc(1.5rem * 1.29);--state-control:calc(840px / 2.40);padding:calc(1.5rem * 2.4) 1.29rem;background:#F1EEE2;color:#2A2942;}
.clear-story .public-body{max-width:840px;margin:0 auto;}
.clear-story h1,.clear-story h2,.clear-story h3,.clear-story p{margin:0;}
.clear-story h2{font-size:calc(15.1px * 2);line-height:1.14;}
.clear-story p{font-size:15.1px;line-height:1.89;}
.clear-story a{color:#2E2A8C;text-decoration:none;}
.clear-story a:hover{color:inherit;}
.clear-story .open-team{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:var(--line-clear) 1.5rem;border-radius:0.18rem;background:#2E2A8C;color:#FFFFFF;font-size:15.1px;transition:background 390ms var(--motion-entry);}
.clear-story .open-team:hover{background:#221F73;color:#FFFFFF;}
.clear-story .legal{max-width:var(--state-control);}
.clear-story .content-story{font-size:calc(15.1px * .875);}
.clear-story .menu>h2,.clear-story .menu>p,.clear-story .menu>.open-team{margin-top:1.5rem;}
.clear-story .menu>.content-story{margin-top:var(--axis-content);}
.direct-service{padding:calc(1.5rem * 2.4) 1.29rem;background:#F1EEE2;color:#2A2942}
.direct-service .public-body{max-width:840px;margin:0 auto}
.direct-service .direct-actions{display:flex;flex-direction:column;gap:var(--line-clear);margin-bottom:calc(0.94rem * 1.5);padding-bottom:1.5rem;border-bottom:1px solid #E2DECF}
.direct-service .direct-actions h2{margin:0;font-size:calc(15.1px * 2);line-height:1.15}
.direct-service .direct-actions p{margin:0;font-size:calc(15.1px * 1.125);line-height:1.89}
.direct-service .narrow-details{display:flex;flex-direction:column;gap:0}
.direct-service [data-cluster]{padding:1.5rem 0;border-bottom:1px dashed #E2DECF}
.direct-service [data-cluster]:last-child{border-bottom:0}
.direct-service h3{margin:0;font-size:calc(15.1px * 1.35);line-height:1.3}
.direct-service [data-cluster] p{margin:var(--line-clear) 0 0;line-height:1.89}
@media(min-width:720px){.direct-service .narrow-details{display:grid;grid-template-columns:1fr 1fr;column-gap:1.29rem;row-gap:0}.direct-service [data-cluster]{padding:1.5rem 0}
}
.offset---path{--axis-content:calc(1.5rem * 1.02);--state-control:calc(840px / 2.85);padding:calc(1.5rem * 2.4) 1.29rem;background:#2E2A8C;color:#FFFFFF;}
.offset---path .public-body{max-width:840px;margin:0 auto;}
.offset---path h2,.offset---path h3,.offset---path p{margin:0;}
.offset---path h2{font-size:calc(15.1px * 2);line-height:1.12;}
.offset---path h3{font-size:calc(15.1px * 1.35);line-height:1.2;}
.offset---path p{font-size:15.1px;line-height:1.89;color:color-mix(in srgb, currentColor 78%, transparent);}
.offset---path .legal{font-size:calc(15.1px * .875);letter-spacing:.08em;text-transform:uppercase;color:color-mix(in srgb, currentColor 66%, transparent);}
.offset---path .compact-team>h2{margin-top:calc(1.5rem / 2.4);}
.offset---path .focused-figure{display:flex;flex-wrap:wrap;gap:var(--axis-content);margin-top:var(--axis-content);}
.offset---path .page-group{flex:1 1 calc(840px / 3.4);min-width:0;padding:calc(var(--line-clear) * .9);border-radius:0.38rem;background:color-mix(in srgb, currentColor 11%, transparent);}
.offset---path .page-group p{margin-top:calc(1.5rem / 3);}
.media-copy{
    padding:calc(1.5rem * 2.4) 1.29rem;
    background:#F1EEE2;
    color:#2A2942;
}
.media-copy .public-body{max-width:840px;
    margin:0 auto;}
.media-copy .image{display:flex;
    flex-direction:column;
    gap:calc(0.94rem * 1.5);
    margin-bottom:calc(0.94rem * 1.5);
    padding-bottom:calc(0.94rem * 1.5);
    border-bottom:1px solid #E2DECF;}
.media-copy .image p{margin:0;
    font-size:calc(15.1px * .875);
    letter-spacing:0.04em;
    text-transform:uppercase;
    opacity:0.75;}
.media-copy .image h2{margin:0;
    font-size:calc(15.1px * 2);
    line-height:1.2;}
.media-copy .image span{font-size:15.1px;
    line-height:1.89;}
.media-copy .visual-items{display:flex;
    flex-direction:column;
    gap:var(--line-clear);}
.media-copy .visual-items article{
    background:#FFFFFF;
    color:#1F1B4A;
    border:1px solid #E2DECF;
    border-radius:0.46rem;
    padding:var(--line-clear);
    box-shadow:0 0px 3px rgba(0,0,0,0.04);
}
.media-copy .page-items{display:flex;
    align-items:baseline;
    flex-wrap:wrap;
    gap:0.94rem;
    margin-bottom:calc(0.94rem * 0.6);}
.media-copy .page-items i{
    font-style:normal;
    font-size:calc(15.1px * .875);
    background:var(--surface-muted);
    color:#1F1B4A;
    padding:0.15rem 0.55rem;
    border-radius:0.18rem;
    white-space:nowrap;
}
.media-copy .page-items h3{margin:0;
    font-size:calc(15.1px * 1.35);
    line-height:1.3;}
.media-copy .visual-items p{margin:0 0 calc(0.94rem * 0.7);
    font-size:15.1px;
    line-height:1.89;}
.media-copy .visual-items small{display:block;
    font-size:calc(15.1px * .875);
    color:#2A2942;
    opacity:0.85;}
@media (min-width:720px){.media-copy .visual-items{
        display:grid;
        grid-template-columns:1fr 1fr;
        gap:var(--line-clear);
    }.media-copy .visual-items article:nth-child(3){
        grid-column:1 / -1;
    }
}
.bottom-team{--axis-content:calc(1.5rem * 1.15);padding:calc(1.5rem * 2.4) 1.29rem;background:#F1EEE2;color:#2A2942;}
.bottom-team .public-body{max-width:840px;margin:0 auto;display:flex;flex-direction:column;gap:var(--axis-content);}
.bottom-team h2,.bottom-team h3,.bottom-team p{margin:0;}
.bottom-team h2{font-size:calc(15.1px * 2);line-height:1.14;}
.bottom-team h3{font-size:calc(15.1px * 1.35);line-height:1.22;}
.bottom-team p{font-size:15.1px;line-height:1.89;}
.bottom-team .wide-form{display:flex;flex-direction:column;gap:calc(0.94rem * .8);}
.bottom-team .service-unit{font-size:calc(15.1px * 1.125);}
.bottom-team .focused-figure{display:flex;flex-direction:column;gap:0;border-top:1px solid #E2DECF;}
.bottom-team .page-group{padding:var(--line-clear) 0;border-bottom:1px solid #E2DECF;display:flex;flex-wrap:wrap;gap:0.94rem;align-items:baseline;}
.bottom-team .page-group h3{flex:1 1 calc(840px / 3.2);min-width:0;}
.bottom-team .page-group p{flex:2 1 calc(840px / 2);min-width:0;}
.bottom-team .legal{font-size:calc(15.1px * .875);padding-top:calc(0.94rem * .6);border-top:1px solid #E2DECF;}
.bottom-team a{text-decoration:underline;text-underline-offset:3px;}
.bottom-team a:hover{}
@media (max-width:640px){.bottom-team .page-group{flex-direction:column;gap:calc(0.94rem * .4);}
}
.featured-shell{--axis-content:calc(1.5rem * 1.00);--state-control:calc(840px / 2.24);--font-base:calc(840px / 3.31);padding:calc(1.5rem * 2.4) 1.29rem;background:var(--ink-base);color:var(--line-warm);}
.featured-shell .public-body{max-width:840px;margin:0 auto;}
.featured-shell h2,.featured-shell h3,.featured-shell p{margin:0;}
.featured-shell h2{font-size:calc(15.1px * 2);line-height:1.12;}
.featured-shell h3{font-size:calc(15.1px * 1.35);line-height:1.2;}
.featured-shell p{font-size:15.1px;line-height:1.89;color:inherit;}
.featured-shell .active-brand{padding-inline-start:var(--line-clear);}
.featured-shell .controls{row-gap:calc(var(--axis-content) * 1.2);}
.featured-shell .compact-grid{padding-inline-end:calc(var(--line-clear) / 2);}
.featured-shell .service-unit{margin-top:1.5rem;}
.featured-shell .offer-area{display:flex;flex-wrap:wrap;gap:var(--axis-content);margin-top:var(--axis-content);}
.featured-shell .page-group{flex:1 1 var(--font-base);min-width:0;padding:calc(var(--axis-content) * .75);border-radius:0.38rem;background:#F1EEE2;color:#2A2942;}
.featured-shell .page-group p{margin-top:calc(1.5rem / 3);}
.page-visual{--axis-content:calc(1.5rem * 1.09);padding:calc(1.5rem * 2.4) 1.29rem;background:#FBF9F2;color:#1F1B4A;}
.page-visual .public-body{max-width:840px;margin:0 auto;}
.page-visual h1,.page-visual h2,.page-visual h3,.page-visual p{margin:0;}
.page-visual h2{font-size:calc(15.1px * 2);line-height:1.12;}
.page-visual h3{font-size:calc(15.1px * 1.35);line-height:1.2;}
.page-visual p{font-size:15.1px;line-height:1.89;}
.page-visual a{color:#2E2A8C;text-decoration:none;border-bottom:1px solid #E2DECF;}
.page-visual a:hover{color:inherit;border-bottom-color:#F2B824;}
.page-visual .service-unit{margin-top:1.5rem;}
.page-visual .focused-figure{display:flex;flex-direction:column;gap:var(--axis-content);margin-top:var(--axis-content);}
.page-visual .page-group{min-width:0;padding:var(--line-clear) 1.29rem;background:#FFFFFF;color:#1F1B4A;border:1px solid #E2DECF;border-radius:0.46rem;}
.page-visual .page-group p{margin-top:calc(1.5rem / 3);}
.page-visual .page-group a{display:inline-block;margin-top:calc(1.5rem / 2);font-size:calc(15.1px * .875);}
@media (min-width:720px){.page-visual .focused-figure{flex-direction:row;flex-wrap:wrap;}.page-visual .page-group{flex:1 1 calc(50% - var(--axis-content));}
}
.strong-group{
  padding:calc(1.5rem * 2.4) 1.29rem;
  background:#FBF9F2;
  color:#1F1B4A;
}
.strong-group .public-body{max-width:840px;
  margin:0 auto;}
.strong-group .direct-actions{display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:0.94rem;
  padding-bottom:calc(0.94rem * 1.5);
  border-bottom:1px solid #E2DECF;
  margin-bottom:calc(0.94rem * 1.5);}
.strong-group .direct-actions h2{flex:1 1 22rem;
  margin:0;
  font-size:calc(15.1px * 2);
  line-height:1.15;}
.strong-group .direct-actions p{flex:1 1 20rem;
  margin:0;
  font-size:15.1px;
  line-height:1.89;}
.strong-group .narrow-details{display:flex;
  flex-direction:column;
  gap:0;}
.strong-group .page-group{padding:calc(0.94rem * 1.5) 0;
  border-bottom:1px solid #E2DECF;}
.strong-group .page-group:last-child{border-bottom:0;
  padding-bottom:0;}
.strong-group .page-group h3{margin:0 0 var(--line-clear);
  font-size:calc(15.1px * 1.35);
  line-height:1.3;}
.strong-group .page-group p{margin:0;
  font-size:15.1px;
  line-height:1.89;}
@media(max-width:680px){.strong-group .direct-actions{
    display:block;
  }.strong-group .direct-actions h2{
    margin-bottom:var(--line-clear);
  }
}
.narrow-section{--axis-content:calc(1.5rem * 1.19);--font-base:calc(840px / 3.52);padding:calc(1.5rem * 2.4) 1.29rem;background:var(--ink-base);color:var(--line-warm);}
.narrow-section .public-body{max-width:840px;margin:0 auto;}
.narrow-section h2,.narrow-section h3,.narrow-section p{margin:0;}
.narrow-section h2{font-size:calc(15.1px * 2);line-height:1.12;}
.narrow-section h3{font-size:calc(15.1px * 1.35);line-height:1.2;}
.narrow-section p{font-size:15.1px;line-height:1.89;}
.narrow-section a{color:var(--surface-muted);text-decoration:none;border-bottom:1px solid var(--surface-muted);}
.narrow-section a:hover{color:#D89A16;border-bottom-color:#D89A16;}
.narrow-section .process{padding-inline-start:calc(1.29rem / 2);}
.narrow-section .controls{row-gap:calc(var(--axis-content) * 1.2);}
.narrow-section .secondary-callout{display:flex;flex-direction:column;}
.narrow-section .service-unit{margin-top:1.5rem;}
.narrow-section .offer-area{display:flex;flex-wrap:wrap;gap:var(--axis-content);margin-top:var(--axis-content);}
.narrow-section .page-group{flex:1 1 var(--font-base);min-width:0;padding:calc(var(--axis-content) * .75);border-radius:0.38rem;background:#F1EEE2;color:#2A2942;}
.narrow-section .page-group h3{color:inherit;}
.narrow-section .page-group p{margin-top:calc(1.5rem / 3);}
.secondary-steps{padding:calc(1.5rem * 2.4) 1.29rem;background:#FBF9F2;color:#1F1B4A;overflow:hidden}
.secondary-steps .public-body{max-width:840px;margin:0 auto}
.secondary-steps .wide-form{margin:0 0 calc(0.94rem * 1.5)}
.secondary-steps h2{margin:0;font-size:calc(15.1px * 2);line-height:1.15}
.secondary-steps .wide-form p{margin:1.5rem 0 0;font-size:calc(15.1px * 1.125);line-height:1.89}
.secondary-steps .team-body{display:flex;flex-direction:column;gap:var(--line-clear);border-top:1px solid #E2DECF;padding-top:calc(0.94rem * 1.5)}
.secondary-steps .page-group{padding:var(--line-clear) 0;border-bottom:1px solid #E2DECF}
.secondary-steps .page-group:last-child{border-bottom:0}
.secondary-steps strong{display:block;font-size:calc(15.1px * 1.35);line-height:1.2}
.secondary-steps .page-group p{margin:var(--line-clear) 0 0;line-height:1.89}
.secondary-steps .content-story{margin:calc(0.94rem * 1.5) 0 0;font-size:calc(15.1px * .875);line-height:1.89}
.secondary-steps .content-story a{text-decoration:underline;text-underline-offset:2px}
.secondary-steps .content-story a:hover{}
@media (min-width:720px){.secondary-steps .team-body{display:grid;grid-template-columns:1fr 1fr;gap:0 calc(0.94rem * 1.5)}.secondary-steps .page-group{padding:calc(0.94rem * 1.5) 0}.secondary-steps .page-group:nth-child(odd){padding-right:calc(0.94rem * 1.5)}.secondary-steps .page-group:nth-child(even){padding-left:calc(0.94rem * 1.5);border-left:1px solid #E2DECF}.secondary-steps .page-group:nth-last-child(-n+2){border-bottom:0}
}
.main-area{padding:calc(1.5rem * 2.4) 1.29rem;background:#FBF9F2;color:#1F1B4A}
.main-area .public-body{max-width:840px;margin:0 auto}
.main-area .legal{display:flex;flex-wrap:wrap;gap:calc(0.94rem * 1.5);align-items:flex-start}
.main-area .steady-brand{flex:1 1 20rem;min-width:0;background:#F1EEE2;color:#2A2942;border-radius:0.46rem;padding:var(--line-clear)}
.main-area h2{margin:0;font-size:calc(15.1px * 2);line-height:1.12}
.main-area .steady-brand p{margin:1.5rem 0 0;font-size:calc(15.1px * 1.125);line-height:1.89}
.main-area .plain-shell{flex:1 1 26rem;min-width:0;display:flex;flex-direction:column;gap:calc(0.94rem * 1.5)}
.main-area .page-group{border-left:2px solid var(--surface-muted);padding:0 0 0 var(--line-clear)}
.main-area .page-group strong{display:block;font-size:calc(15.1px * 1.35);line-height:1.2}
.main-area .page-group p{margin:var(--line-clear) 0 0;line-height:1.89}
@media(max-width:780px){.main-area .legal{flex-direction:column}.main-area .steady-brand{padding:1.5rem}.main-area .plain-shell{gap:1.5rem}
}
.local-group{--axis-content:calc(1.5rem * 0.9);padding:calc(1.5rem * 2.4) 1.29rem;background:#FBF9F2;color:#1F1B4A;}
.local-group .public-body{max-width:840px;margin:0 auto;}
.local-group h2,.local-group h3,.local-group p{margin:0;}
.local-group h2{font-size:calc(15.1px * 2);line-height:1.14;}
.local-group h3{font-size:calc(15.1px * 1.35);line-height:1.22;}
.local-group p{font-size:15.1px;line-height:1.89;}
.local-group .legal{font-size:calc(15.1px * .875);letter-spacing:0.04em;text-transform:uppercase;margin-bottom:calc(1.5rem / 2.5);}
.local-group .service-unit{margin-top:1.5rem;}
.local-group .focused-figure{display:flex;flex-direction:column;gap:0;margin-top:calc(var(--axis-content) * 1.2);border-top:1px solid #E2DECF;}
.local-group .page-group{padding:calc(0.94rem * 1.5) 0;border-bottom:1px solid #E2DECF;}
.local-group .page-group p{margin-top:calc(1.5rem / 3);}
.local-group .content-story{margin-top:calc(var(--axis-content) * 1.1);font-size:calc(15.1px * .875);}
.local-group .content-story a{text-decoration:underline;text-underline-offset:3px;}
.local-group .content-story a:hover{}
@media (min-width:720px){.local-group .page-group{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);gap:0.94rem;align-items:start;}.local-group .page-group h3{margin-top:2px;}.local-group .page-group p{margin-top:0;}
}
.steady-view{--axis-content:calc(1.5rem * 1.3);padding:calc(1.5rem * 2.4) 1.29rem;background:#FBF9F2;color:#1F1B4A;}
.steady-view .public-body{max-width:840px;margin:0 auto;}
.steady-view h2,.steady-view h3,.steady-view p{margin:0;}
.steady-view h2{font-size:calc(15.1px * 2);line-height:1.14;}
.steady-view h3{font-size:calc(15.1px * 1.35);line-height:1.22;}
.steady-view p{font-size:15.1px;line-height:1.89;}
.steady-view .legal{font-size:calc(15.1px * .875);letter-spacing:0.04em;text-transform:uppercase;color:#2A2942;margin-bottom:calc(1.5rem / 2);}
.steady-view .service-unit{margin-top:1.5rem;color:#2A2942;}
.steady-view .focused-figure{display:flex;flex-direction:column;margin-top:var(--axis-content);border-top:1px solid #E2DECF;}
.steady-view .page-group{display:flex;flex-direction:column;gap:calc(1.5rem / 3);padding:var(--line-clear) 0;border-bottom:1px solid #E2DECF;}
.steady-view .page-group p:first-child{font-size:calc(15.1px * .875);color:inherit;font-weight:600;letter-spacing:0.02em;}
.steady-view .page-group p:last-child{color:#2A2942;}
@media (min-width:720px){.steady-view .page-group{flex-direction:row;align-items:baseline;gap:0.94rem;}.steady-view .page-group p:first-child{flex:0 0 8.5rem;}.steady-view .page-group h3{flex:0 0 15rem;}.steady-view .page-group p:last-child{flex:1 1 auto;}
}
.content-intro{
    padding:calc(1.5rem * 2.4) 1.29rem;
    background:#F1EEE2;
    color:#2A2942;
}
.content-intro .public-body{max-width:840px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.94rem * 1.5);}
.content-intro .steady-entries{
    display:flex;
    flex-wrap:wrap;
    align-items:flex-start;
    justify-content:space-between;
    gap:var(--line-clear);
    background:#FFFFFF;
    color:#1F1B4A;
    border:1px solid #E2DECF;
    border-radius:0.46rem;
    padding:var(--line-clear);
    box-shadow:0 0px 3px rgba(0,0,0,0.04);
}
.content-intro .soft-unit{flex:1 1 22rem;
    min-width:0;}
.content-intro .soft-unit h2{margin:0 0 0.94rem;
    font-size:calc(15.1px * 2);
    line-height:1.25;}
.content-intro .soft-unit p{margin:0;
    font-size:15.1px;
    line-height:1.89;}
.content-intro .content-story{display:flex;
    flex-direction:column;
    gap:0.55rem;
    flex:0 1 auto;
    align-self:center;}
.content-intro .content-story a{
    display:inline-block;
    padding:0.6rem 1rem;
    border-radius:0.38rem;
    background:#2E2A8C;
    color:#FFFFFF;
    font-size:calc(15.1px * .875);
    font-weight:700;
    text-decoration:none;
    transition:background 390ms var(--motion-entry);
}
.content-intro .content-story a:last-child{
    background:var(--surface-muted);
    color:#1F1B4A;
}
.content-intro .content-story a:hover{
    background:#221F73;
    color:#FFFFFF;
}
.content-intro .content-story a:last-child:hover{
    background:#D89A16;
    color:#1F1B4A;
}
.content-intro .page-items{display:flex;
    flex-wrap:wrap;
    gap:0.94rem;
    padding-top:0.94rem;
    border-top:1px solid #E2DECF;
    font-size:calc(15.1px * .875);}
.content-intro .page-items .page-group{display:inline-block;}
@media (max-width:760px){.content-intro .steady-entries{
        flex-direction:column;
        align-items:stretch;
    }.content-intro .content-story{
        align-self:flex-start;
        flex-direction:row;
        flex-wrap:wrap;
    }
}
.open-actions{--axis-content:calc(1.5rem * 1.19);--field-active:calc(840px / 2.6);padding:calc(1.5rem * 2.4) 1.29rem;background:#FBF9F2;color:#1F1B4A;}
.open-actions .public-body{max-width:840px;margin:0 auto;}
.open-actions h1,.open-actions h2,.open-actions h3,.open-actions p{margin:0;}
.open-actions h2{font-size:calc(15.1px * 2);line-height:1.14;margin-top:var(--axis-content);}
.open-actions h3{font-size:calc(15.1px * 1.35);line-height:1.22;}
.open-actions p{font-size:15.1px;line-height:1.89;}
.open-actions .legal{font-size:calc(15.1px * .875);letter-spacing:.04em;text-transform:uppercase;color:#2A2942;}
.open-actions .focused-figure{display:flex;flex-wrap:wrap;gap:0.94rem;margin-top:var(--axis-content);}
.open-actions .page-group{flex:1 1 calc(840px / 3.4);min-width:0;padding:calc(var(--line-clear) * .9);border-radius:0.38rem;background:#FFFFFF;color:#1F1B4A;border:1px solid #E2DECF;box-shadow:0 0px 3px rgba(0,0,0,0.04);}
.open-actions .page-group p{margin-top:calc(1.5rem / 3);color:#2A2942;}
.open-actions .content-story{margin-top:var(--axis-content);padding-top:calc(var(--line-clear) * .8);border-top:1px solid #E2DECF;font-size:calc(15.1px * .875);color:#2A2942;}
.open-actions .content-story a{color:#2E2A8C;text-decoration:underline;text-underline-offset:3px;}
.open-actions .content-story a:hover{color:inherit;}
@media (max-width:640px){.open-actions .page-group{flex:1 1 100%;}}
.soft-section{padding:calc(1.5rem * 2.4) 1.29rem;background:linear-gradient(120deg, #F2B824 0%, #D89A16 100%);color:#1F1B4A}
.soft-section .public-body{max-width:840px;margin:0 auto}
.soft-section .image{display:flex;flex-wrap:wrap;gap:calc(0.94rem * 1.5);align-items:flex-end;margin-bottom:calc(0.94rem * 1.5)}
.soft-section h2{flex:1 1 18rem;margin:0;font-size:calc(15.1px * 2);line-height:1.12}
.soft-section .image p{flex:1 1 20rem;margin:0;font-size:15.1px;line-height:1.89}
.soft-section .plain-wrap{display:flex;flex-wrap:wrap;gap:0.94rem}
.soft-section .plain-wrap>*{min-width:0;flex:1 1 15rem;background:#FFFFFF;color:#1F1B4A;border:1px solid #E2DECF;border-radius:0.46rem;padding:var(--line-clear) 1.5rem;overflow-wrap:anywhere}
.soft-section .plain-wrap a{text-decoration:none}
.soft-section .plain-wrap a:hover{background:#2E2A8C;color:#FFFFFF}
.soft-section .plain-wrap a:hover span{}
.soft-section span{display:block;margin-bottom:var(--line-clear);font-size:calc(15.1px * .875);}
.soft-section strong{display:block;font-size:calc(15.1px * 1.125);line-height:1.3;font-weight:600}
.soft-section .legal{margin:calc(0.94rem * 1.5) 0 0;font-size:calc(15.1px * .875);line-height:1.89}
@media(max-width:620px){.soft-section .image{display:block}.soft-section .image p{margin-top:1.5rem}.soft-section .plain-wrap{display:block}.soft-section .plain-wrap>*{margin-bottom:0.94rem}
}
.featured-intro{
  padding: calc(1.5rem * 2.4) 1.29rem;
  background: var(--ink-base);
  color: var(--line-warm);
}
.featured-intro .public-body{max-width: 840px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(0.94rem * 1.5);}
.featured-intro .direct-actions h2{margin: 0;
  font-size: calc(15.1px * 2);
  line-height: 1.1;}
.featured-intro .direct-actions p{margin: var(--line-clear) 0 0;
  font-size: calc(15.1px * 1.125);
  color: #D8D4C6;}
.featured-intro .team-body{display: flex;
  flex-wrap: wrap;
  gap: var(--line-clear);}
.featured-intro .page-group{
  flex: 1 1 240px;
  padding: var(--line-clear);
  border-radius: 0.46rem;
  border: 1px solid #2A2942;
  background: var(--ink-base);
  color: var(--line-warm);
  transition: border-color 390ms var(--motion-entry);
}
.featured-intro .page-group:hover{border-color: var(--surface-muted);}
.featured-intro .page-group h3{margin: 0 0 var(--line-clear);
  font-size: calc(15.1px * 1.35);
  line-height: 1.25;}
.featured-intro .page-group p{margin: 0;
  font-size: calc(15.1px * .875);
  color: #D8D4C6;}
.featured-intro .open-team{
  display: flex;
  flex-direction: column;
  gap: var(--line-clear);
  padding: calc(0.94rem * 1.5);
  border-radius: 0.46rem;
  border: 1px solid #2A2942;
  background: var(--ink-base);color:var(--line-warm);}
.featured-intro .direct-proof{display: flex;
  flex-direction: column;
  gap: 0.4rem;}
.featured-intro .direct-proof label{font-size: calc(15.1px * .875);
  color: #D8D4C6;}
.featured-intro .direct-proof input,
.featured-intro .direct-proof select,
.featured-intro .direct-proof textarea{
  width: 100%;
  padding: 0.6rem 0.75rem;
  border-radius: 0.38rem;
  border: 1px solid #2A2942;
  background: #FBF9F2;
  color: #1F1B4A;
  font-family: inherit;
  font-size: 15.1px;
  line-height: 1.4;
}
.featured-intro .direct-proof input::placeholder,
.featured-intro .direct-proof textarea::placeholder{color: rgba(255,255,255,0.55);}
.featured-intro .direct-proof input:focus,
.featured-intro .direct-proof select:focus,
.featured-intro .direct-proof textarea:focus{outline: 2px solid rgba(46, 42, 140, 0.35);
  outline-offset: 1px;}
.featured-intro .team-section{display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--line-clear);}
.featured-intro .visual-team{
  padding: 0.7rem 1.2rem;
  border: 0;
  border-radius: 0.38rem;
  background: var(--surface-muted);
  color: #1F1B4A;
  font-family: inherit;
  font-size: 15.1px;
  cursor: pointer;
  transition: background 390ms var(--motion-entry);
}
.featured-intro .visual-team:hover{
  background: #D89A16;color:#1F1B4A;}
.featured-intro .team-section small{flex: 1 1 220px;
  font-size: calc(15.1px * .875);
  color: #D8D4C6;}
@media (max-width: 780px) {.featured-intro .team-body{
    flex-direction: column;
  }
}
.strong-area{
    padding:calc(1.5rem * 2.4) 1.29rem;
    background:linear-gradient(135deg, #FBF9F2 0%, #F1EEE2 55%, #E9E5D3 100%);
    color:#1F1B4A;
}
.strong-area .public-body{max-width:840px;
    margin:0 auto;}
.strong-area .image{margin-bottom:calc(0.94rem * 1.5);}
.strong-area .image p{margin:0;
    font-size:calc(15.1px * .875);
    font-weight:700;
    letter-spacing:.02em;
    opacity:.85;}
.strong-area .image h2{margin:0.4rem 0 0;
    font-size:calc(15.1px * 2);
    line-height:1.25;}
.strong-area .service-unit{margin:0 0 calc(0.94rem * 1.5);
    font-size:15.1px;
    line-height:1.89;}
.strong-area .focused-figure{display:flex;
    flex-direction:column;
    gap:var(--line-clear);}
.strong-area .page-group{border-left:3px solid var(--surface-muted);
    padding:0 0 0 1.29rem;}
.strong-area .page-group h3{margin:0 0 0.35rem;
    font-size:calc(15.1px * 1.35);
    line-height:1.3;}
.strong-area .page-group p{margin:0;
    line-height:1.89;}
.strong-area .content-story{margin-top:calc(0.94rem * 1.5);
    padding-top:1.5rem;
    border-top:1px solid color-mix(in srgb, currentColor 18%, transparent);}
.strong-area .legal{margin:0 0 0.6rem;
    font-size:calc(15.1px * .875);
    opacity:.9;}
.strong-area .open-team{margin:0;
    font-size:calc(15.1px * .875);}
.strong-area .open-team a{text-decoration:underline;
    text-underline-offset:3px;}
.strong-area .open-team a:hover{}
@media (max-width:640px){.strong-area .page-group{
        padding-left:0.94rem;
    }
}
.service-rail{padding:calc(1.5rem * 2.4) 1.29rem;background:#2E2A8C;color:#FFFFFF}
.service-rail .public-body{max-width:840px;margin:0 auto}
.service-rail .team-callout{display:flex;gap:calc(0.94rem * 1.5);align-items:flex-start}
.service-rail h2{flex:1 1 40rem;min-width:0;margin:0;font-size:calc(15.1px * 2.65);line-height:1.05}
.service-rail .visual-track{flex:1 1 30rem;min-width:0}
.service-rail .visual-track p{margin:0;font-size:calc(15.1px * 1.125);line-height:1.89}
.service-rail .focused-figure{display:flex;flex-direction:column;gap:var(--line-clear);margin-top:calc(0.94rem * 1.5)}
.service-rail .page-group{display:flex;align-items:flex-start;gap:var(--line-clear);padding:calc(var(--line-clear)*.6) 0;border-bottom:1px solid rgba(251,249,242,0.18)}
.service-rail .page-group:last-child{border-bottom:none}
.service-rail .page-items{font-size:15.1px;line-height:1.89}
.service-rail .legal{margin-top:calc(0.94rem * 1.5);font-size:calc(15.1px * .875);opacity:.85}
.service-rail .strong-links{display:flex;flex-wrap:wrap;gap:var(--line-clear);margin-top:calc(0.94rem * 1.5)}
.service-rail .strong-links a{border-radius:0.38rem;background:var(--surface-muted);color:#1F1B4A;padding:calc(var(--line-clear)*.75) var(--line-clear);text-decoration:none;font-size:calc(15.1px * .875)}
.service-rail .strong-links a:hover{background:#D89A16;color:#1F1B4A;}
@media(max-width:760px){.service-rail .team-callout{display:block}.service-rail .visual-track{margin-top:calc(0.94rem * 1.5)}.service-rail h2{font-size:calc(15.1px * 2)}}
.offer-lead{
        --axis-content: calc(1.5rem * 1.18);
        --font-base: calc(840px / 3.4);
        padding: calc(1.5rem * 2.4) 1.29rem;
        background: var(--ink-base);
        color: var(--line-warm);
    }
.offer-lead .public-body{max-width: 840px;
        margin: 0 auto;}
.offer-lead h2,
    .offer-lead h3,
    .offer-lead p{margin: 0;}
.offer-lead h2{font-size: calc(15.1px * 2);
        line-height: 1.14;}
.offer-lead h3{font-size: calc(15.1px * 1.35);
        line-height: 1.22;}
.offer-lead p{font-size: 15.1px;
        line-height: 1.89;}
.offer-lead a{color: inherit;
        text-decoration: none;
        border-bottom: 1px solid currentColor;
        padding-bottom: 1px;}
.offer-lead a:hover{color: var(--surface-muted);
        border-bottom-color: var(--surface-muted);}
.offer-lead .row-title{display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 0.94rem;}
.offer-lead .row-title h2{flex: 1 1 calc(840px / 3);
        min-width: 0;}
.offer-lead .row-title > p{flex: 1 1 calc(840px / 3);
        min-width: 0;}
.offer-lead .narrow-header{padding-block: calc(var(--axis-content) / 2);}
.offer-lead .controls{row-gap: calc(var(--axis-content) * 1.1);}
.offer-lead .focused-figure{flex: 1 1 100%;
        display: flex;
        flex-wrap: wrap;
        gap: var(--axis-content);
        margin-top: var(--axis-content);}
.offer-lead .page-group{flex: 1 1 var(--font-base);
        min-width: 0;
        padding-top: calc(var(--line-clear) / 1.4);
        border-top: 1px solid var(--surface-muted);}
.offer-lead .page-group p{margin-top: calc(1.5rem / 3);}
.offer-lead .page-group a{display: inline-flex;
        margin-top: calc(1.5rem / 2);
        font-size: calc(15.1px * .875);
        opacity: .9;}
.offer-lead .quiet-brand{flex: 1 1 100%;
        margin-top: calc(var(--axis-content) / 2);
        font-size: calc(15.1px * .875);
        opacity: .85;}
.steady-rail{padding:calc(1.5rem * 2.4) 1.29rem;background:var(--surface-muted);color:#1F1B4A}
.steady-rail .public-body{max-width:840px;margin:0 auto}
.steady-rail .featured-section{display:flex;flex-direction:column;gap:calc(0.94rem * 1.5);align-items:flex-start}
.steady-rail h2{margin:0;font-size:calc(15.1px * 2.65);line-height:1.05}
.steady-rail .service-unit{margin:0;font-size:15.1px;line-height:1.89}
.steady-rail .strong-intro{width:100%;display:flex;flex-direction:column;gap:1.5rem}
.steady-rail .page-group{display:flex;flex-wrap:wrap;gap:var(--line-clear);align-items:baseline;padding:var(--line-clear) 0;border-bottom:1px solid color-mix(in srgb,#1F1B4A 22%,transparent)}
.steady-rail .page-group:last-child{border-bottom:0}
.steady-rail .page-group p{flex:1 1 14rem;min-width:0;margin:0;font-size:calc(15.1px * .875);text-transform:none}
.steady-rail .page-group strong{flex:2 1 22rem;min-width:0;font-size:15.1px;line-height:1.35;font-weight:600}
.steady-rail .featured-section>a{align-self:flex-start;border-radius:0.18rem;background:#2E2A8C;color:#FFFFFF;padding:var(--line-clear) 1.5rem;text-decoration:none;font-size:calc(15.1px * .875)}
.steady-rail .featured-section>a:hover{background:#221F73;color:#1F1B4A;}
@media(max-width:680px){.steady-rail h2{font-size:calc(15.1px * 2)}.steady-rail .page-group p,.steady-rail .page-group strong{flex:1 1 100%}}
.focused-view{padding:calc(1.5rem * 2.4) 1.29rem;background:#2E2A8C;color:#FFFFFF;overflow:hidden}
.focused-view .public-body{max-width:840px;margin:0 auto}
.focused-view .service-unit{max-width:44rem;margin:0 0 calc(0.94rem * 1.5)}
.focused-view h2{margin:0;font-size:calc(15.1px * 2);line-height:1.1}
.focused-view .service-unit p{margin:1.5rem 0 0;font-size:calc(15.1px * 1.125);line-height:1.89}
.focused-view .team-body{display:flex;flex-wrap:wrap;gap:0.94rem}
.focused-view .page-group{flex:1 1 20rem;min-width:0;padding:var(--line-clear) 0;border-top:1px solid rgba(255,255,255,0.18)}
.focused-view .page-group:nth-child(2){border-top-color:var(--surface-muted)}
.focused-view .page-group:nth-child(4){border-top-color:var(--surface-muted)}
.focused-view strong{display:block;font-size:calc(15.1px * 1.35);line-height:1.15}
.focused-view .page-group p{margin:var(--line-clear) 0 0;line-height:1.89}
.focused-view .legal{margin:calc(0.94rem * 1.5) 0 0;padding-top:var(--line-clear);border-top:1px solid rgba(255,255,255,0.18);font-size:calc(15.1px * .875);line-height:1.89}
.focused-view .legal a{text-decoration:underline;text-underline-offset:2px}
.focused-view .legal a:hover{}
@media (max-width:640px){.focused-view .page-group{flex:1 1 100%}
}
.primary-proof{--axis-content:calc(1.5rem * 1.1);padding:calc(1.5rem * 2.4) 1.29rem;background:#FBF9F2;color:#1F1B4A;}
.primary-proof .public-body{max-width:840px;margin:0 auto;display:flex;flex-direction:column;gap:var(--axis-content);}
.primary-proof h2,.primary-proof h3,.primary-proof p{margin:0;}
.primary-proof h2{font-size:calc(15.1px * 2);line-height:1.14;}
.primary-proof h3{font-size:calc(15.1px * 1.35);line-height:1.22;}
.primary-proof p{font-size:15.1px;line-height:1.89;}
.primary-proof .wide-form{display:flex;flex-direction:column;gap:calc(0.94rem * 1.5);}
.primary-proof .service-unit{color:#2A2942;}
.primary-proof .team-body{display:flex;flex-direction:column;gap:0;border-top:1px solid #E2DECF;}
.primary-proof .public-area{display:flex;flex-wrap:wrap;gap:0.94rem;padding:calc(0.94rem * 1.5) 0;border-bottom:1px solid #E2DECF;align-items:flex-start;}
.primary-proof .direct-proof{flex:0 0 auto;min-width:11rem;font-size:calc(15.1px * .875);letter-spacing:.02em;text-transform:uppercase;color:#2A2942;padding-top:.25rem;}
.primary-proof .soft-unit{flex:1 1 18rem;min-width:0;display:flex;flex-direction:column;gap:calc(calc(0.94rem * 1.5) / 2);}
.primary-proof .legal{font-size:calc(15.1px * .875);color:#2A2942;border-left:2px solid var(--surface-muted);padding-left:calc(0.94rem * 1.5);}
.primary-proof a{color:#2E2A8C;text-decoration:underline;text-underline-offset:3px;}
.primary-proof a:hover{color:inherit;}
@media (max-width:640px){.primary-proof .direct-proof{min-width:100%;padding-top:0;}
}
.steady-content{padding:calc(1.5rem * 2.4) 1.29rem;background:#2E2A8C;color:#FFFFFF}
.steady-content .public-body{max-width:840px;margin:0 auto}
.steady-content .team-callout{display:flex;flex-direction:column;gap:calc(0.94rem * 1.5)}
.steady-content .image{display:flex;flex-direction:column;gap:var(--line-clear)}
.steady-content h2{margin:0;font-size:calc(15.1px * 2.65);line-height:1.05}
.steady-content .service-unit{margin:0;font-size:calc(15.1px * 1.125);line-height:1.89}
.steady-content .soft-unit{display:flex;flex-direction:column;gap:var(--line-clear)}
.steady-content .page-items{padding:var(--line-clear) 0;border-top:1px solid rgba(255,255,255,0.18)}
.steady-content .page-items:first-child{border-top:0;padding-top:0}
.steady-content .page-items h3{margin:0 0 calc(var(--line-clear)*.4);font-size:calc(15.1px * 1.35);line-height:1.2}
.steady-content .page-items p{margin:0;font-size:15.1px;line-height:1.89}
.steady-content .open-team{display:flex;flex-wrap:wrap;gap:var(--line-clear);margin-top:calc(0.94rem * 1.5)}
.steady-content .open-team a{border-radius:0.38rem;background:var(--surface-muted);color:#1F1B4A;padding:calc(var(--line-clear)*.7) var(--line-clear);text-decoration:none;font-size:calc(15.1px * .875)}
.steady-content .open-team a:hover{background:#D89A16;color:#1F1B4A;}
@media(max-width:760px){.steady-content h2{font-size:calc(15.1px * 2)}.steady-content .service-unit{font-size:15.1px}
}
.frame{
  background: #FBF9F2;
  color: #1F1B4A;
  padding: calc(1.5rem * 2.4) 1.29rem;
}
.frame .public-body{width: min(100%, 840px);
  margin: 0 auto;}
.frame h2,
.frame h3,
.frame p{margin: 0;}
.frame .legal{color: #2A2942;
  font-size: calc(15.1px * .875);
  letter-spacing: 0.02em;
  margin-bottom: 1.5rem;}
.frame .person{display: flex;
  flex-wrap: wrap;
  gap: calc(0.94rem * 1.5);
  border-top: 1px solid #E2DECF;
  padding-top: calc(0.94rem * 1.5);}
.frame .person > *{min-width: 0; flex: 1 1 18rem;}
.frame h2{font-size: calc(15.1px * 2);
  line-height: 1.14;}
.frame .soft-unit{display: flex;
  flex-direction: column;
  gap: 1.5rem;}
.frame .soft-unit > p,
.frame .local-headline p{color: #2A2942;
  font-size: 15.1px;
  line-height: 1.89;}
.frame .local-headline{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #E2DECF;}
.frame .local-headline > *{min-width: 0; flex: 1 1 16rem;}
.frame h3{font-size: calc(15.1px * 1.35);
  line-height: 1.2;}
@media (max-width: 640px) {.frame .person,
  .frame .local-headline{
    flex-direction: column;
  }
}
.plain-footer{--axis-content:calc(1.5rem * 1.11);--state-control:calc(840px / 2.35);padding:calc(1.5rem * 2.4) 1.29rem;background:#FBF9F2;color:#1F1B4A;}
.plain-footer .public-body{max-width:840px;margin:0 auto;}
.plain-footer h2,.plain-footer h3,.plain-footer p{margin:0;}
.plain-footer h2{font-size:calc(15.1px * 2);line-height:1.12;}
.plain-footer h3{font-size:calc(15.1px * 1.35);line-height:1.2;}
.plain-footer p{font-size:15.1px;line-height:1.89;}
.plain-footer .narrow-header{padding-block:calc(var(--axis-content) / 2);}
.plain-footer .controls{row-gap:calc(var(--axis-content) * 1.2);}
.plain-footer .compact-grid{padding-inline-end:calc(var(--line-clear) / 2);}
.plain-footer .main-media{display:flex;align-items:flex-start;gap:0.94rem;}
.plain-footer .secondary-area{flex:1 1 calc(840px / 3);min-width:0;}
.plain-footer .secondary-area p{margin-top:1.5rem;}
.plain-footer .focused-figure{flex:2 1 calc(840px / 2);display:flex;flex-direction:column;gap:var(--axis-content);margin-top:0;}
.plain-footer .page-group{min-width:0;padding-inline-start:var(--line-clear);border-inline-start:2px solid #E2DECF;}
.plain-footer .page-group p{margin-top:calc(1.5rem / 3);}
@media(max-width:760px){.plain-footer .main-media{flex-direction:column;}.plain-footer .focused-figure{margin-top:1.5rem;}}
.main-intro{
  background:#FBF9F2;
  color:#1F1B4A;
  padding:calc(1.5rem * 2.4) 1.29rem;
}
.main-intro .public-body{max-width:840px;
  margin:0 auto;}
.main-intro .service-track{display:flex;
  flex-direction:column;
  gap:1.5rem;}
.main-intro h2{margin:0;
  font-size:calc(15.1px * 2);
  line-height:1.12;
  letter-spacing:0;}
.main-intro .compact-grid{margin:0;
  color:#2A2942;
  font-size:15.1px;
  line-height:1.89;}
.main-intro .clear-lead{margin-top:calc(0.94rem * 1.5);
  display:flex;
  flex-direction:column;}
.main-intro .page-group{display:flex;
  gap:0.94rem;
  align-items:baseline;
  padding:1.5rem 0;}
.main-intro .page-group + .page-group{border-top:1px solid #E2DECF;}
.main-intro .page-group strong{flex:0 0 13rem;
  min-width:0;
  font-size:15.1px;
  line-height:1.35;}
.main-intro .page-group span{min-width:0;
  color:#2A2942;
  line-height:1.89;}
@media (max-width:640px){.main-intro .page-group{
    display:block;
    padding:1.5rem 0;
  }.main-intro .page-group strong{
    display:block;
    margin-bottom:.4rem;
  }.main-intro .page-group span{
    display:block;
  }
}
.callout{
    padding:calc(1.5rem * 2.4) 1.29rem;
    background:#FBF9F2;
    color:#1F1B4A;
}
.callout .offer-actions{max-width:840px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.94rem * 1.5);}
.callout .wide-form{display:flex;
    flex-direction:column;
    gap:0.35rem;
    border-left:3px solid var(--surface-muted);
    padding-left:1.29rem;}
.callout .main-wrap{margin:0;
    font-size:calc(15.1px * 1.35);
    line-height:1.3;}
.callout .text-stack{margin:0;
    font-size:calc(15.1px * .875);
    color:#2A2942;}
.callout .soft-unit{display:flex;
    flex-direction:column;
    gap:0.94rem;}
.callout .steady-form{margin:0;
    font-size:15.1px;
    line-height:1.89;}
.callout .offer-feature{
    list-style:none;
    margin:0;
    padding:var(--line-clear);
    display:flex;
    flex-direction:column;
    gap:0.5rem;
    background:#FFFFFF;
    color:#1F1B4A;
    border:1px solid #E2DECF;
    border-radius:0.38rem;
}
.callout .offer-feature .page-items{display:flex;
    flex-wrap:wrap;
    gap:0.5rem;
    font-size:calc(15.1px * .875);}
.callout .offer-feature .site-callout{min-width:11rem;
    color:#2A2942;}
.callout .offer-feature a{color:#2E2A8C;
    text-decoration:none;
    border-bottom:1px solid transparent;
    transition:color 390ms var(--motion-entry), border-color 390ms var(--motion-entry);}
.callout .offer-feature a:hover{color:inherit;
    border-bottom-color:#F2B824;}
.callout .legal{margin:0;
    font-size:calc(15.1px * .875);
    color:#2A2942;
    line-height:1.89;}
.callout .legal a{color:#2E2A8C;
    text-decoration:none;
    border-bottom:1px solid #E2DECF;}
.callout .legal a:hover{color:inherit;
    border-bottom-color:#F2B824;}
@media (max-width:600px){.callout .offer-feature .site-callout{
        min-width:0;
    }
}
.bottom-steps{
    padding:calc(1.5rem * 2.4) 1.29rem;
    background:#FBF9F2;
    color:#1F1B4A;
}
.bottom-steps .offer-actions{max-width:840px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.94rem * 1.5);}
.bottom-steps .wide-form{display:flex;
    flex-direction:column;
    gap:0.2rem;
    padding-bottom:0.94rem;
    border-bottom:1px solid #E2DECF;}
.bottom-steps .main-wrap{margin:0;
    font-size:calc(15.1px * 1.35);
    line-height:1.3;}
.bottom-steps .text-stack{margin:0;
    font-size:calc(15.1px * .875);
    color:#2A2942;}
.bottom-steps .secondary-area{display:flex;
    flex-direction:column;
    gap:0.94rem;}
.bottom-steps .steady-form{margin:0;
    font-size:15.1px;
    line-height:1.89;}
.bottom-steps .offer-feature{
    list-style:none;
    margin:0;
    padding:var(--line-clear);
    display:flex;
    flex-direction:column;
    gap:0.5rem;
    background:#FFFFFF;
    color:#1F1B4A;
    border:1px solid #E2DECF;
    border-radius:0.46rem;
}
.bottom-steps .page-items{display:flex;
    flex-wrap:wrap;
    gap:0.4rem 0.8rem;
    font-size:calc(15.1px * .875);
    align-items:baseline;}
.bottom-steps .site-callout{min-width:5.5rem;
    font-size:calc(15.1px * .875);
    color:#2A2942;}
.bottom-steps .active-view{color:#1F1B4A;}
.bottom-steps .offer-feature a{color:#2E2A8C;
    text-decoration:none;
    border-bottom:1px solid transparent;
    transition:border-color 390ms var(--motion-entry), color 390ms var(--motion-entry);}
.bottom-steps .offer-feature a:hover{color:inherit;
    border-bottom-color:#F2B824;}
.bottom-steps .legal{margin:0;
    font-size:calc(15.1px * .875);
    color:#2A2942;}
@media (min-width:640px){.bottom-steps .offer-actions{
        display:grid;
        grid-template-columns:1fr;
        gap:calc(0.94rem * 1.5);
    }.bottom-steps .offer-feature{
        flex-direction:row;
        flex-wrap:wrap;
        gap:0.6rem 1.6rem;
    }.bottom-steps .page-items{
        flex:0 1 auto;
    }
}
.quiet-fields{
    padding:calc(1.5rem * 2.4) 1.29rem;
    background:#FBF9F2;
    color:#1F1B4A;
}
.quiet-fields .offer-actions{max-width:840px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    gap:calc(0.94rem * 1.5);
    align-items:flex-start;}
.quiet-fields .team-body{flex:0 0 220px;
    border-left:3px solid var(--surface-muted);
    padding-left:var(--line-clear);}
.quiet-fields .soft-unit{flex:1 1 320px;
    display:flex;
    flex-direction:column;
    gap:0.94rem;}
.quiet-fields .main-wrap{margin:0 0 4px;
    font-size:calc(15.1px * 1.35);
    line-height:1.3;}
.quiet-fields .text-stack{margin:0;
    font-size:calc(15.1px * .875);
    color:#2A2942;}
.quiet-fields .steady-form{margin:0;
    font-size:15.1px;
    line-height:1.89;}
.quiet-fields .legal{
    margin:0;
    font-size:calc(15.1px * .875);
    background:#F1EEE2;
    color:#2A2942;
    padding:var(--line-clear);
    border-radius:0.38rem;
}
.quiet-fields .page-items{margin:0;
    font-size:calc(15.1px * .875);
    color:#2A2942;}
.quiet-fields a{color:#2E2A8C;
    text-decoration:underline;}
.quiet-fields a:hover{color:inherit;}
@media (max-width:640px){.quiet-fields .team-body{
        flex:1 1 100%;
        border-left:none;
        border-top:3px solid var(--surface-muted);
        padding-left:0;
        padding-top:var(--line-clear);
    }
}
.quiet-section{padding:calc(1.5rem * 2.4) 1.29rem;background:#FBF9F2;color:#1F1B4A}
.quiet-section .public-body{max-width:840px;margin:0 auto}
.quiet-section .secondary-track{display:flex;flex-wrap:wrap;gap:calc(0.94rem * 1.5);align-items:flex-start;background:#FFFFFF;color:#1F1B4A;border:1px solid #E2DECF;border-radius:0.71rem;padding:1.5rem;box-shadow:0 0px 3px rgba(0,0,0,0.04)}
.quiet-section .wide-form{flex:1 1 20rem;min-width:0}
.quiet-section h2{margin:0 0 var(--line-clear);font-size:calc(15.1px * 2);line-height:1.15}
.quiet-section .service-unit{margin:0;font-size:15.1px;line-height:1.89}
.quiet-section form{flex:1 1 30rem;min-width:0;display:flex;flex-direction:column;gap:1.5rem}
.quiet-section .public-area{display:flex;flex-wrap:wrap;gap:0.94rem}
.quiet-section .direct-proof{flex:1 1 14rem;min-width:0;display:block}
.quiet-section .direct-proof.wide{flex:1 1 100%}
.quiet-section .direct-proof span{display:block;margin-bottom:calc(var(--line-clear)*.5);font-size:calc(15.1px * .875)}
.quiet-section input,
.quiet-section select,
.quiet-section textarea{width:100%;max-width:100%;box-sizing:border-box;border:1px solid #E2DECF;border-radius:0.38rem;background:#FBF9F2;color:#1F1B4A;font:inherit;padding:var(--line-clear);outline:none}
.quiet-section textarea{resize:vertical;min-height:8rem;line-height:1.89}
.quiet-section input::placeholder,
.quiet-section textarea::placeholder{}
.quiet-section input:focus,
.quiet-section select:focus,
.quiet-section textarea:focus{border-color:#2E2A8C;box-shadow:0 0 0 3px rgba(46, 42, 140, 0.35)}
.quiet-section .open-team{display:flex;flex-wrap:wrap;gap:0.94rem;align-items:center}
.quiet-section button{border:0;border-radius:0.38rem;background:#2E2A8C;color:#FFFFFF;font:inherit;padding:var(--line-clear) 1.5rem;cursor:pointer;transition:background 390ms var(--motion-entry)}
.quiet-section button:hover{background:#221F73;color:#1F1B4A;}
.quiet-section .legal{flex:1 1 18rem;min-width:0;margin:0;font-size:calc(15.1px * .875);line-height:1.89;}
.quiet-section .main-footer{display:flex;flex-wrap:wrap;gap:0.94rem;align-items:flex-start;margin-top:1.5rem}
.quiet-section .main-footer p{flex:1 1 26rem;min-width:0;margin:0;font-size:15.1px;line-height:1.89}
.quiet-section .strong-links{flex:1 1 20rem;min-width:0;display:flex;flex-wrap:wrap;gap:var(--line-clear);justify-content:flex-end}
.quiet-section .strong-links a{border-radius:0.38rem;background:var(--surface-muted);color:#1F1B4A;padding:calc(var(--line-clear)*.75) var(--line-clear);text-decoration:none;font-size:calc(15.1px * .875);transition:background 390ms var(--motion-entry)}
.quiet-section .strong-links a:hover{background:#D89A16;color:#1F1B4A;}
@media(max-width:860px){.quiet-section .secondary-track{padding:calc(0.94rem * 1.5)}.quiet-section .strong-links{justify-content:flex-start}.quiet-section h2{font-size:calc(15.1px * 1.35)}
}
.clear-menu{padding:calc(1.5rem * 2.4) 1.29rem;background:var(--ink-base);color:var(--line-warm)}
.clear-menu .public-benefit{max-width:840px;margin:0 auto;display:flex;flex-direction:column;gap:calc(0.94rem * 1.5)}
.clear-menu .service-unit{display:flex;flex-direction:column;gap:1.5rem}
.clear-menu h2{margin:0;font-size:calc(15.1px * 2);line-height:1.15}
.clear-menu .service-unit p{margin:0;font-size:calc(15.1px * 1.125)}
.clear-menu .service-unit .legal{font-size:15.1px;color:#D8D4C6}
.clear-menu .top-media{display:flex;flex-wrap:wrap;gap:0.94rem}
.clear-menu .service-method{flex:1 1 15rem;min-width:0;padding:var(--line-clear);border-radius:0.46rem;background:#FFFFFF;color:#1F1B4A;border:1px solid #E2DECF}
.clear-menu .service-method span{display:block;font-size:calc(15.1px * .875);color:inherit;margin-bottom:var(--line-clear)}
.clear-menu .service-method strong{display:block;font-weight:600;line-height:1.5;white-space:pre-line}
.clear-menu .service-method a{color:inherit;text-decoration:none;border-bottom:1px solid #E2DECF}
.clear-menu .service-method a:hover{color:#F2B824}
.clear-menu .content-story{display:flex;flex-direction:column;gap:var(--line-clear)}
.clear-menu .content-story h3{margin:0;font-size:calc(15.1px * 1.35)}
.clear-menu .focused-figure{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--line-clear)}
.clear-menu .page-group{padding-left:var(--line-clear);border-left:2px solid var(--surface-muted);font-size:15.1px;line-height:1.7}
.clear-menu .main-stack{height:clamp(20rem,40vw,30rem);border-radius:0.71rem;overflow:hidden;border:1px solid #E2DECF}
.clear-menu iframe{display:block;width:100%;height:100%;border:0}
@media (max-width:780px){.clear-menu .main-stack{height:20rem}}
.compact-fields{
  position: relative;
  overflow: hidden;
  padding: calc(1.5rem * 2.4) 1.29rem;
  background: linear-gradient(135deg, #FBF9F2 0%, #F1EEE2 55%, #E9E5D3 100%);
  color: #1F1B4A;
}
.compact-fields .public-body{position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  max-width: 840px;
  margin: 0 auto;}
.compact-fields .plain-service{margin: 0 0 calc(0.94rem * 1.5);
  padding: 1.5rem 0;}
.compact-fields h2{margin: 0;
  font-size: calc(15.1px * 2.65);
  line-height: 1.1;}
.compact-fields .plain-service p{margin: 1.5rem 0 0;
  font-size: calc(15.1px * 1.125);
  line-height: 1.89;}
.compact-fields .clear-brand{display: flex;
  justify-content: space-between;
  gap: 0.94rem;
  padding-top: 1.5rem;
  border-top: 1px solid #E2DECF;}
.compact-fields .service-menu{display: flex;
  flex-direction: column;
  gap: var(--line-clear);}
.compact-fields .service-menu p{margin: 0;
  line-height: 1.89;}
.compact-fields .entries{display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: var(--line-clear);}
.compact-fields .entries a{font-size: calc(15.1px * 1.125);
  overflow-wrap: anywhere;
  text-underline-offset: .2em;}
.compact-fields .entries a:hover{}
.compact-fields .focused-tile{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-top: 1.5rem;}
.compact-fields .focused-tile a{color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;}
.compact-fields .focused-tile a:hover{}
.compact-fields .focused-tile span{display: block;
  font-size: calc(15.1px * .875);
  opacity: .7;}
@media (max-width: 720px) {.compact-fields .clear-brand{
    flex-direction: column;
  }.compact-fields .entries{
    align-items: flex-start;
  }
}
.simple-tile{
  padding:calc(1.5rem * 2.4) 1.29rem;
  background:var(--ink-base);
  color:var(--line-warm);
}
.simple-tile .compact-copy{max-width:min(840px,64rem);
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(0.94rem * 1.5);}
.simple-tile h2{margin:0;
  font-size:calc(15.1px * 2.65);
  line-height:1.08;
  letter-spacing:-0.01em;}
.simple-tile .legal{margin:0;
  font-size:calc(15.1px * 1.125);
  line-height:1.89;
  color:color-mix(in srgb,currentColor 74%,transparent);}
.simple-tile .top-frame{padding-top:var(--line-clear);
  border-top:1px solid color-mix(in srgb,currentColor 18%,transparent);}
.simple-tile .top-frame:last-child{padding-bottom:var(--line-clear);
  border-bottom:1px solid color-mix(in srgb,currentColor 18%,transparent);}
.simple-tile h3{margin:0 0 var(--line-clear);
  font-size:calc(15.1px * 1.35);
  line-height:1.25;}
.simple-tile .top-frame p{margin:0;
  font-size:15.1px;
  line-height:1.89;
  color:color-mix(in srgb,currentColor 78%,transparent);}
@media (max-width:640px){.simple-tile h2{font-size:calc(15.1px * 2)}.simple-tile .legal{font-size:15.1px}.simple-tile h3{font-size:calc(15.1px * 1.125)}
}
.wide-area{padding:calc(1.5rem * 2.4) 1.29rem;background:#FBF9F2;color:#1F1B4A}
.wide-area .primary-summary{max-width:min(840px,72rem);margin:0 auto;display:flex;flex-direction:column;gap:calc(0.94rem * 1.5)}
.wide-area .image{display:flex;flex-direction:column;gap:var(--line-clear);padding-bottom:var(--line-clear);border-bottom:1px solid #E2DECF}
.wide-area h2{margin:0;font-size:calc(15.1px * 2.65);line-height:1.1}
.wide-area .steady-brand{margin:0;font-size:calc(15.1px * 1.125);line-height:1.89}
.wide-area .soft-unit{display:flex;flex-direction:column;gap:calc(0.94rem * 1.5)}
.wide-area .page-group{display:grid;grid-template-columns:minmax(0,1fr);gap:var(--line-clear);padding:var(--line-clear) 0;border-bottom:1px solid #E2DECF}
.wide-area .page-group:last-child{border-bottom:0;padding-bottom:0}
.wide-area h3{margin:0;font-size:calc(15.1px * 1.35);line-height:1.25}
.wide-area .page-group p{margin:0;font-size:15.1px}
.wide-area .page-group a{text-decoration:underline;text-underline-offset:2px}
.wide-area .page-group a:hover{}
.wide-area .legal{margin:0;padding:var(--line-clear);background:#F1EEE2;color:#2A2942;border-radius:0.38rem;font-size:calc(15.1px * .875)}
@media (min-width:760px){.wide-area .page-group{grid-template-columns:14rem minmax(0,1fr);align-items:start;gap:0.94rem}.wide-area h3{position:sticky;top:1.5rem}
}
.content-method{background:#F1EEE2;color:#2A2942;padding:calc(1.5rem * 2.4) 1.29rem}
.content-method .public-body{max-width:840px;margin:0 auto}
.content-method .media-panel{display:flex;flex-wrap:wrap;align-items:flex-start;gap:calc(0.94rem * 1.5)}
.content-method .visual-track{flex:1 1 30rem;min-width:0}
.content-method h2{margin:0;font-size:calc(15.1px * 2);line-height:1.15}
.content-method p{margin:1.5rem 0 0;font-size:15.1px;line-height:1.7}
.content-method .content-story{list-style:none;margin:calc(0.94rem * 1.5) 0 0;padding:0;display:flex;flex-wrap:wrap;gap:0.94rem}
.content-method .content-story a{display:inline-block;padding:0.5rem 0.9rem;border:1px solid #E2DECF;border-radius:0.38rem;background:#FFFFFF;color:#2E2A8C;text-decoration:none;font-size:calc(15.1px * .875)}
.content-method .content-story a:hover{background:var(--surface-muted);color:#1F1B4A;border-color:var(--surface-muted)}
.content-method .offer-unit{margin-top:calc(0.94rem * 1.5);padding-top:1.5rem;border-top:1px solid #E2DECF}
.content-method .offer-unit .page-items{margin:0.35rem 0;font-size:calc(15.1px * .875)}
.content-method .offer-unit .site-callout{display:inline-block;min-width:5.5rem;font-weight:700}
.content-method .offer-unit a{color:#2E2A8C;text-decoration:none}
.content-method .offer-unit a:hover{color:inherit;}
.content-method .legal{flex:1 1 16rem;min-width:0;padding:var(--line-clear);border-radius:0.46rem;background:#FFFFFF;color:#1F1B4A;border:1px solid #E2DECF;box-shadow:0 0px 3px rgba(0,0,0,0.04)}
.content-method .legal .primary-form{margin:0 0 0.94rem;font-weight:700;font-size:calc(15.1px * .875);letter-spacing:0.02em;text-transform:uppercase}
.content-method .legal p{margin:0 0 0.94rem;font-size:calc(15.1px * .875);line-height:1.65}
.content-method .legal p:last-child{margin-bottom:0}
@media(max-width:680px){.content-method .media-panel{flex-direction:column}.content-method .content-story{flex-direction:column;align-items:flex-start}.content-method .content-story a{width:100%}}
.media-surface{--axis-content:calc(1.5rem * 0.87);padding:calc(1.5rem * 2.4) 1.29rem;background:#2E2A8C;color:#FFFFFF;}
.media-surface .public-body{max-width:840px;margin:0 auto;}
.media-surface h2,.media-surface p{margin:0;}
.media-surface h2{font-size:calc(15.1px * 2);line-height:1.12;}
.media-surface p{font-size:15.1px;line-height:1.89;color:color-mix(in srgb, currentColor 78%, transparent);}
.media-surface a{color:inherit;text-decoration:none;}
.media-surface .open-team{display:inline-flex;align-items:center;justify-content:center;padding:var(--line-clear) 1.5rem;border-radius:0.18rem;background:#FFFFFF;color:#2E2A8C;font-size:15.1px;}
.media-surface .open-team:hover{background:var(--surface-muted);color:#1F1B4A;}
.media-surface .compact-grid{padding-inline-end:calc(var(--line-clear) / 2);}
.media-surface .focused-brand{text-align:center;}
.media-surface .focused-brand p{margin:1.5rem auto 0;max-width:calc(840px / 2);}
.media-surface .focused-brand .open-team{margin-top:1.5rem;}
.media-surface .content-story{display:flex;flex-wrap:wrap;justify-content:center;gap:0.94rem;margin-top:calc(var(--axis-content) * 1.2);font-size:calc(15.1px * .875);}
.media-surface .content-story a{color:color-mix(in srgb, currentColor 82%, transparent);border-bottom:1px solid color-mix(in srgb, currentColor 35%, transparent);padding-bottom:2px;}
.media-surface .content-story a:hover{border-bottom-color:var(--surface-muted);}
.content-group{padding:calc(1.5rem * 2.4) 1.29rem;background:var(--surface-muted);color:#1F1B4A}
.content-group .public-body{max-width:840px;margin:0 auto}
.content-group .main-media{display:flex;flex-wrap:wrap;gap:calc(0.94rem * 1.5);align-items:flex-start}
.content-group .secondary-area{flex:1 1 30rem;min-width:0}
.content-group h2{margin:0;font-size:calc(15.1px * 2.65);line-height:1.05}
.content-group .secondary-area p{margin:1.5rem 0 0;font-size:calc(15.1px * 1.125);line-height:1.89}
.content-group .active-items{flex:1 1 26rem;min-width:0;background:var(--ink-base);color:var(--line-warm);border-radius:0.46rem;padding:0.94rem;box-shadow:0 4px 14px rgba(0,0,0,0.05)}
.content-group .active-items>p{margin:0;line-height:1.89;font-size:15.1px}
.content-group .entries{display:flex;flex-wrap:wrap;gap:var(--line-clear);margin-top:1.5rem}
.content-group a{display:inline-flex;align-items:center;max-width:100%;min-width:0;border-radius:0.18rem;padding:var(--line-clear) 1.5rem;text-decoration:none;line-height:1.2}
.content-group .entries a{border:1px solid color-mix(in srgb,var(--line-warm) 22%,transparent);color:inherit;}
.content-group .entries .contact-brand{background:#2E2A8C;color:#FFFFFF;border-color:#2E2A8C}
.content-group .content-story{margin-top:1.5rem;padding-top:var(--line-clear);border-top:1px solid color-mix(in srgb,var(--line-warm) 18%,transparent);display:flex;flex-wrap:wrap;gap:var(--line-clear)}
.content-group .content-story a{background:color-mix(in srgb,var(--line-warm) 8%,transparent);color:var(--line-warm);font-size:calc(15.1px * .875);padding:calc(var(--line-clear)*.7) var(--line-clear)}
.content-group .content-story a:hover{background:color-mix(in srgb,var(--line-warm) 16%,transparent);color:#1F1B4A;}
@media(max-width:780px){.content-group .main-media{display:block}.content-group .active-items{margin-top:calc(0.94rem * 1.5);padding:1.5rem}.content-group h2{font-size:calc(15.1px * 2)}}
