:root {
  --line-base: #F4F7FA;
  --ease-panel: ease-in-out;
  --surface-page: #0B2545;
}
body{margin:0;padding:0;font-family:"Fira Sans", sans-serif;box-sizing:border-box;}
*{box-sizing:border-box;}
.content-group {
    width: 100%;
    background: #F4F6F8;
    color: #141C26;
    border-bottom: 1px solid #D3D9E0;
  }
.active-proof {
    max-width: 1280px;
    margin: 0 auto;
    padding: 1.5rem 2.6rem;
    display: flex;
    align-items: center;
    gap: 2.41rem;
  }
.process {
    font-size: calc(18px * 1.125);
    font-weight: 700;
    letter-spacing: 0.01em;
    text-decoration: none;
    color: inherit;
    white-space: nowrap;
  }
.quiet-body {
    flex: 1 1 auto;
  }
.quiet-body ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: calc(2.41rem * 1.5);
  }
.quiet-body a {
    display: inline-block;
    padding: 0.35rem 0;
    font-size: 18px;
    text-decoration: none;
    color: inherit;
    border-bottom: 2px solid transparent;
    transition: border-color 270ms var(--ease-panel),
                color 270ms var(--ease-panel);
  }
.quiet-body a:hover {
    color: #F26A1B;
    border-bottom-color: #F26A1B;
  }
.steady-wrap {
    flex: 0 0 auto;
  }
.public-benefit {
    display: inline-block;
    padding: 0.6rem 1.1rem;
    font-size: calc(18px * .875);
    font-weight: 600;
    text-decoration: none;
    background: var(--surface-page);
    color: var(--line-base);
    border-radius: 0.49rem;
    transition: background 270ms var(--ease-panel);
  }
.public-benefit:hover{
    background: #123A66;color:#141C26;}
.narrow-team {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    width: 40px;
    height: 40px;
    padding: 0;
    background: #E4E8ED;
    color: #2B3540;
    border: 1px solid #D3D9E0;
    border-radius: 0.24rem;
    cursor: pointer;
  }
.narrow-team span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 0 auto;
    background: currentColor;
  }
@media (max-width: 767px) {
    .active-proof {
      flex-wrap: wrap;
      align-items: center;
    }

    .process {
      flex: 1 1 auto;
    }

    .steady-wrap {
      display: none;
    }

    .narrow-team {
      display: flex;
    }

    .quiet-body {
      display: none;
      flex: 1 1 100%;
      order: 3;
      margin-top: calc(2.41rem * 1.5);
      border-top: 1px solid #D3D9E0;
      padding-top: calc(2.41rem * 1.5);
    }

    .quiet-body.is-open {
      display: block;
    }

    .quiet-body ul {
      flex-direction: column;
      align-items: flex-start;
      gap: calc(2.41rem * 1.5);
    }

    .quiet-body a {
      font-size: 18px;
      padding: 0.4rem 0;
    }
  }
.simple-area{padding:calc(1.5rem * 2.4) 2.6rem;font-family:"Fira Sans", sans-serif;font-size:18px;line-height:1.68;width:100%;box-sizing:border-box;background:#0B2545;color:#F4F7FA;}
.open-track{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:calc(2.41rem * 1.5)}
.fresh-area{display:flex;flex-direction:column;gap:calc(1.5rem * .75);padding-bottom:calc(2.41rem * 1.5);border-bottom:1px solid rgba(255, 255, 255, 0.18)}
.public-section{font-size:calc(18px * 1.125);font-weight:600;margin:0;letter-spacing:0.01em}
.simple-section{font-style:normal;display:flex;flex-direction:column;gap:0.35rem;font-size:18px}
.text-fields{display:block}
.offer-track{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.featured-visual{font-size:calc(18px * 1.35);font-weight:700;margin:0;letter-spacing:0.02em}
.steady-grid{margin:0;max-width:48ch;font-size:calc(18px * .875);opacity:0.85}
.secondary-method{display:grid;grid-template-columns:1fr;gap:calc(2.41rem * 1.5)}
.active-section{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.quiet-plan{font-size:calc(18px * .875);font-weight:600;text-transform:uppercase;letter-spacing:0.08em;margin:0;opacity:0.75}
.media-grid{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.5rem}
.top-story{color:inherit;text-decoration:none;font-size:18px;transition:opacity 270ms var(--ease-panel)}
.top-story:hover,
  .top-story:focus-visible{opacity:0.7;text-decoration:underline;text-underline-offset:3px}
.local-nav{display:flex;flex-direction:column;gap:calc(1.5rem * .75);padding-top:calc(2.41rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.18)}
.primary-service{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:2.41rem}
.active-service{margin:0;font-size:calc(18px * .875);opacity:0.8;max-width:80ch}
.media-surface{margin:0;font-size:calc(18px * .875);opacity:0.7}
@media (min-width: 640px) {.secondary-method{grid-template-columns:repeat(2, minmax(0, 1fr))}
  }
@media (min-width: 960px) {.open-track{grid-template-columns:1fr 1fr;gap:2.6rem}.fresh-area{grid-column:1 / -1;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:2.6rem}.secondary-method{grid-template-columns:repeat(3, minmax(0, 1fr))}.local-nav{grid-column:1 / -1}
  }
footer,footer *{border-radius:0!important;}
.cookies {
    position: fixed;
    left: 2.6rem;
    right: 2.6rem;
    bottom: 1.5rem;
    z-index: 1200;
}
.cookies .visual-nav {
    margin-left: auto;
    max-width: 440px;
    border-radius: 1.24rem;
    padding: 1.5rem 2.6rem;
    background: var(--surface-page);
    color: var(--line-base);
    box-shadow: 0 26px 40px rgba(0,0,0,0.21);
    border: 1px solid rgba(148, 163, 184, .35);
}
.cookies .simple-benefit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.cookies .simple-benefit strong {
    font-size: 16px;
}
.cookies .simple-benefit button {
    border: 0;
    text-decoration: underline;
    text-underline-offset: 2px;
    font-size: 13px;
    cursor: pointer;
}
.cookies p {
    margin: 10px 0 0;
}
.cookies .public-rail {
    margin-top: 14px;
    display: flex;
    gap: 8px;
}
.cookies .public-rail button {
    flex: 1;
    border-radius: 0.24rem;
    border: 1px solid rgba(148, 163, 184, .45);
    padding: 9px 12px;
    color: #FFFFFF;
    background: rgba(51, 65, 85, .65);
    cursor: pointer;
}
.cookies .public-rail button.cookie-accept {
    color: #F4F6F8;
    border-color: transparent;
    color: #141C26;
    font-weight: 700;
}
@media (max-width: 760px) {
    .cookies .visual-nav {
        max-width: none;
    }
}
.contact-list{
  padding:calc(1.5rem*2.6) 2.6rem;
  background:linear-gradient(135deg, #0B2545 0%, #123A66 55%, #1B4E86 100%);
  color:#F4F7FA;
}
.contact-list .page-wrap{max-width:1280px;
  margin:0 auto;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:2.41rem;
  flex-wrap:wrap;}
.contact-list .brand{flex:1 1 30rem;
  min-width:0;}
.contact-list h1{margin:0;
  font-size:clamp(2.1rem,4.6vw,3.6rem);
  line-height:1.04;
  letter-spacing:-0.01em;}
.contact-list .plain-copy{margin:1.1rem 0 0;
  font-size:calc(18px * 1.125);
  line-height:1.55;}
.contact-list .focused-note{margin:.85rem 0 0;
  font-size:18px;
  opacity:.88;}
.contact-list .public-rail{margin-top:1.5rem;
  display:flex;
  gap:.7rem;
  flex-wrap:wrap;}
.contact-list .public-rail a{
  background:#F26A1B;
  color:#1A0E04;
  padding:.8rem 1.15rem;
  border-radius:0.49rem;
  text-decoration:none;
  font-weight:700;
  transition:background 270ms var(--ease-panel);
}
.contact-list .public-rail a:hover{
  background:#D4550C;color:#141C26;}
.contact-list .public-rail a+a{
  background:transparent;
  color:#F4F7FA;
  border:1px solid rgba(244,247,250,.45);
}
.contact-list .public-rail a+a:hover{
  background:rgba(244,247,250,.12);
}
.contact-list .site-stack{margin:1.4rem 0 0;
  font-size:calc(18px * .875);
  opacity:.85;}
.contact-list .site-stack a{color:#F4F7FA;
  text-decoration:underline;
  text-underline-offset:3px;}
.contact-list .site-stack a:hover{color:#F26A1B;}
.contact-list .page-grid{flex:0 1 min(30rem,40vw);
  width:min(30rem,100%);
  height:auto;
  object-fit:cover;
  display:block;
  border-radius:0.81rem;
  box-shadow:0 26px 40px rgba(0,0,0,0.21);}
@media (max-width:860px){
  .contact-list .page-grid{
    flex:1 1 100%;
    width:100%;
  }
}
.top-note{
  padding: calc(1.5rem * 2.4) 2.6rem;
  background: #0B2545;
  color: #F4F7FA;
}
.top-note .page-wrap{max-width: min(1280px, 72rem);
  margin: 0 auto;}
.top-note .secondary-visual{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: calc(2.41rem * 1.5);}
.top-note h2{margin: 0;
  font-size: calc(18px * 2);
  line-height: 1.1;
  flex: 1 1 22rem;}
.top-note .plain-copy{margin: 0;
  flex: 1 1 26rem;
  font-size: 18px;
  color: #C2C9D1;}
.top-note .top-method{display: flex;
  flex-wrap: wrap;
  gap: 2.41rem;}
.top-note .active-copy{
  flex: 1 1 min(100%, 20rem);
  padding: calc(1.5rem * .75);
  background: rgba(255, 255, 255, 0.04);
  border-left: 2px solid #F26A1B;
  border-radius: 0.24rem;
}
.top-note .quiet-entries{margin: 0 0 calc(1.5rem * .75);
  font-size: 18px;
  line-height: 1.6;}
.top-note .compact-links{margin: 0;
  font-weight: 700;
  font-size: 18px;}
.top-note .active-copy small{display: block;
  margin-top: 0.35rem;
  font-size: calc(18px * .875);
  color: #F26A1B;}
.top-note .contact-region{display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: calc(2.41rem * 1.5);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #2B3540;}
.top-note .primary-plan{
  padding: 0.35rem 0.85rem;
  font-size: calc(18px * .875);
  background: #F26A1B;
  color: #1A0E04;
  border-radius: 0.24rem;
}
@media (max-width: 700px) {.top-note .secondary-visual{
    display: block;
  }.top-note .plain-copy{
    margin-top: calc(1.5rem * .75);
  }.top-note .top-method{
    display: block;
  }.top-note .active-copy + .active-copy{
    margin-top: 2.41rem;
  }
}
.visual-copy{--mark-public:calc(1.5rem * 1.12);--layer-local:calc(1280px / 3.00);padding:calc(1.5rem * 2.4) 2.6rem;background:#F26A1B;color:#1A0E04;}
.visual-copy .page-wrap{max-width:1280px;margin:0 auto;}
.visual-copy h2,.visual-copy h3,.visual-copy p{margin:0;}
.visual-copy h2{font-size:calc(18px * 2);line-height:1.12;}
.visual-copy h3{font-size:calc(18px * 1.35);line-height:1.2;}
.visual-copy p{font-size:18px;line-height:1.68;color:color-mix(in srgb, currentColor 78%, transparent);}
.visual-copy a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.visual-copy .plain-copy,.visual-copy .focused-note{}
.visual-copy .direct-frame{display:flex;flex-wrap:wrap;gap:var(--mark-public);margin-top:var(--mark-public);}
.visual-copy .active-copy{flex:1 1 calc(1280px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.49rem;background:color-mix(in srgb, currentColor 11%, transparent);}
.visual-copy .active-copy p{margin-top:calc(1.5rem / 3);}
.visual-copy .fresh-surface{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.41rem;}
.visual-copy .fresh-surface>h2{flex:1 1 calc(1280px / 3);min-width:0;}
.visual-copy .fresh-surface>.plain-copy{flex:1 1 calc(1280px / 3);min-width:0;}
.visual-copy .fresh-surface>.direct-frame{flex:1 1 100%;}
.visual-copy .fresh-surface>.focused-note{flex:1 1 100%;margin-top:calc(1.5rem * .6);font-size:calc(18px * .875);}
.local-media{--mark-public:calc(1.5rem * 0.95);--layer-local:calc(1280px / 2.45);padding:calc(1.5rem * 2.4) 2.6rem;background:#F4F6F8;color:#141C26;}
.local-media .page-wrap{max-width:1280px;margin:0 auto;}
.local-media h1,.local-media h2,.local-media h3,.local-media p{margin:0;}
.local-media h1{font-size:calc(18px * 2.65);line-height:1.08;}
.local-media h2{font-size:calc(18px * 2);line-height:1.12;}
.local-media h3{font-size:calc(18px * 1.35);line-height:1.2;}
.local-media p{font-size:18px;line-height:1.68;color:#2B3540;}
.local-media a{color:#0B2545;text-decoration:none;}
.local-media a:hover{color:inherit;}
.local-media .plain-copy{color:#141C26;}
.local-media .direct-frame{display:flex;flex-wrap:wrap;gap:var(--mark-public);margin-top:var(--mark-public);}
.local-media .active-copy{flex:1 1 calc(1280px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.49rem;background:#FFFFFF;color:#141C26;border:1px solid #D3D9E0;}
.local-media .active-copy p{margin-top:calc(1.5rem / 3);}
.local-media .fresh-surface{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.41rem;}
.local-media .fresh-surface>h2{flex:1 1 calc(1280px / 3);min-width:0;}
.local-media .fresh-surface>.plain-copy{flex:1 1 calc(1280px / 3);min-width:0;}
.local-media .fresh-surface>.direct-frame{flex:1 1 100%;}
.narrow-details{--mark-public:calc(1.5rem * 1.02);--layer-local:calc(1280px / 2.25);padding:calc(1.5rem * 2.4) 2.6rem;background:var(--surface-page);color:var(--line-base);}
.narrow-details .page-wrap{max-width:1280px;margin:0 auto;}
.narrow-details h1,.narrow-details h2,.narrow-details h3,.narrow-details p{margin:0;}
.narrow-details h2{font-size:calc(18px * 2);line-height:1.12;}
.narrow-details h3{font-size:calc(18px * 1.35);line-height:1.2;}
.narrow-details p{font-size:18px;line-height:1.68;color:color-mix(in srgb, currentColor 74%, transparent);}
.narrow-details a{color:inherit;text-decoration:none;}
.narrow-details .bottom-items{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.24rem;background:var(--line-base);color:var(--surface-page);}
.narrow-details .direct-frame{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.41rem;margin-top:var(--mark-public);}
.narrow-details .active-copy{flex:1 1 calc(1280px / 4);min-width:0;}
.narrow-details .active-copy p,.narrow-details .active-copy a{margin-top:calc(1.5rem / 3);}
.narrow-details .content-benefit{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.41rem;}
.narrow-details .content-benefit>.brand{flex:1 1 auto;min-width:0;}
.narrow-details .content-benefit>.bottom-items{flex:0 0 auto;}
.narrow-details .content-benefit>.direct-frame{flex:1 1 100%;}
.narrow-details .brand h2{margin-top:calc(1.5rem / 2);}
.text-copy{
        padding:calc(calc(1.5rem * 2.4) * .78) 2.6rem;
        background:#F4F6F8;
        color:#141C26;
    }
.media-unit{
        max-width:1280px;
        margin:0 auto;
        display:flex;
        flex-direction:column;
        gap:calc(2.41rem * 1.5);
    }
.public-area{
        display:flex;
        flex-direction:column;
        gap:calc(2.41rem * 1.5);
        padding-bottom:calc(2.41rem * 1.5);
        border-bottom:1px solid #D3D9E0;
    }
.text-copy h1{margin:0;
        font-size:calc(18px * 2.65);
        line-height:1.06;
        font-weight:740;
        letter-spacing:-0.01em;}
.text-copy p{margin:0;
        font-size:calc(18px * 1.125);
        line-height:1.62;
        color:#2B3540;}
@media (min-width:900px){.public-area{
            display:grid;
            grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);
            align-items:end;
            column-gap:2.41rem;
        }.text-copy h1{
            max-width:18ch;
        }
    }
@media (max-width:680px){.text-copy h1{
            font-size:calc(18px * 2);
        }.text-copy p{
            font-size:18px;
        }
    }
.visual-frame{
  background: linear-gradient(135deg, #0B2545 0%, #123A66 55%, #1B4E86 100%);
  color: #F4F7FA;
  padding: calc(1.5rem * 2.4) 2.6rem;
  overflow: hidden;
}
.visual-frame .page-wrap{width: min(100%, 1280px);
  margin: 0 auto;
  display: grid;
  gap: calc(2.41rem * 1.5);}
.visual-frame h2,
.visual-frame h3,
.visual-frame p{margin: 0;}
.visual-frame h2{font-size: calc(18px * 2.65); line-height: 1.04;}
.visual-frame h3{font-size: calc(18px * 1.35); line-height: 1.18;}
.visual-frame p{font-size: 18px; line-height: 1.68;}
.visual-frame .steady-content{display: grid;
  gap: 1.5rem;}
.visual-frame .public-intro{
  display: grid;
  grid-template-columns: minmax(12rem, .3fr) minmax(0, 1fr);
  gap: 2.41rem;
  padding: 1.5rem;
  border-radius: 1.24rem;
  background: linear-gradient(120deg, #F26A1B 0%, #FF8A3D 100%);
  color: #1A0E04;
}
.visual-frame .public-intro p:first-child{font-size: calc(18px * .875);
  text-transform: uppercase;
  letter-spacing: .04em;}
.visual-frame .group{display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(18rem, .34fr);
  gap: calc(1.5rem * .75);
  overflow-x: auto;
  scroll-snap-type: x proximity;
  padding-bottom: calc(1.5rem * .75);}
.visual-frame .compact-inner{
  scroll-snap-align: start;
  min-height: 16rem;
  display: grid;
  align-content: space-between;
  gap: 1.5rem;
  padding: 1.5rem;
  border-radius: 0.81rem;
  background: #FFFFFF;
  color: #141C26;
  border: 1px solid #D3D9E0;
  text-decoration: none;
}
.visual-frame .compact-inner span{font-size: calc(18px * .875);}
@media (max-width: 760px) {.visual-frame h2{ font-size: clamp(calc(18px * 2), 13vw, calc(18px * 2.65)); }.visual-frame .public-intro{ grid-template-columns: 1fr; }
}
.focused-story{
  background:#F4F6F8;
  color:#141C26;
  padding:calc(1.5rem * 2.4) 2.6rem;
}
.focused-story .page-wrap{max-width:1280px;
  margin:0 auto;}
.focused-story .secondary-visual{display:flex;
  flex-wrap:wrap;
  gap:calc(2.41rem * 1.5);
  align-items:flex-start;}
.focused-story h2{flex:1 1 22rem;
  min-width:0;
  margin:0;
  font-size:calc(18px * 2);
  line-height:1.12;}
.focused-story .secondary-visual p{flex:1 1 20rem;
  min-width:0;
  margin:0;
  color:#2B3540;
  line-height:1.68;}
.focused-story .strong-content{margin-top:calc(2.41rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:2.41rem;}
.focused-story .strong-content a{
  flex:1 1 17rem;
  min-width:0;
  display:block;
  padding:calc(1.5rem * .75);
  background:#FFFFFF;
  color:#141C26;
  border:1px solid #D3D9E0;
  border-radius:0.49rem;
  text-decoration:none;
  transition:border-color 270ms var(--ease-panel);
}
.focused-story .strong-content a:hover{border-color:#F26A1B;}
.focused-story .strong-content strong,
.focused-story .strong-content span{display:block;}
.focused-story .strong-content strong{font-size:18px;}
.focused-story .strong-content span{margin-top:.4rem;
  color:#2B3540;
  line-height:1.68;}
.focused-story .focused-note{margin-top:calc(2.41rem * 1.5);
  padding-top:1.5rem;
  border-top:1px solid #D3D9E0;}
.focused-story .focused-note p{margin:0;
  line-height:1.68;}
.focused-story .focused-note .site-stack{margin-top:1.5rem;
  color:#2B3540;}
.focused-story .focused-note .site-stack a{color:#0B2545;
  text-decoration:underline;}
.focused-story .focused-note .site-stack a:hover{color:inherit;}
@media (max-width:680px){.focused-story .secondary-visual{display:block}.focused-story .secondary-visual p{margin-top:1.5rem}.focused-story .strong-content{display:block}.focused-story .strong-content a{margin-top:2.41rem}
}
.primary-area{padding:calc(1.5rem * 2.4) 2.6rem;background:#0B2545;color:#F4F7FA}
.primary-area .page-wrap{max-width:1280px;margin:0 auto}
.primary-area .service-contact{display:flex;flex-direction:column;gap:calc(2.41rem * 1.5)}
.primary-area .secondary-visual{margin:0;font-size:calc(18px * 1.125);line-height:1.68;opacity:.88}
.primary-area h2{margin:0;font-size:calc(18px * 2);line-height:1.12}
.primary-area .narrow-inner{display:flex;flex-direction:column;gap:1.5rem;margin-top:1.5rem}
.primary-area .plain-copy{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.primary-area .plain-copy p{margin:0;line-height:1.68}
.primary-area .text-area{display:flex;flex-wrap:wrap;gap:2.41rem}
.primary-area .active-copy{flex:1 1 22rem;padding:calc(1.5rem * .75) 0 0;border-top:1px solid rgba(244,247,250,.22)}
.primary-area .active-copy h3{margin:0;font-size:calc(18px * 1.35);line-height:1.25}
.primary-area .active-copy p{margin:calc(1.5rem * .75) 0 0;line-height:1.68;opacity:.9}
.primary-area .focused-note{margin:0;padding:calc(1.5rem * .75) calc(2.41rem * 1.5);background:#F26A1B;color:#1A0E04;border-radius:0.49rem}
.primary-area .focused-note p{margin:0;line-height:1.68}
@media(max-width:620px){.primary-area .active-copy{flex:1 1 100%}
}
.featured-nav{
        padding:calc(calc(1.5rem * 2.4) * .72) 2.6rem;
        background:#F4F6F8;
        color:#141C26;
    }
.media-unit{
        max-width:1280px;
        margin:0 auto;
    }
.public-area{
        display:flex;
        flex-direction:column;
        gap:calc(2.41rem * 1.5);
        padding-left:clamp(0px,3vw,2.4rem);
        border-left:3px solid #F26A1B;
    }
.featured-nav h1{margin:0;
        font-size:clamp(1.9rem,4.6vw,3.4rem);
        line-height:1.08;
        font-weight:740;
        letter-spacing:-0.01em;
        max-width:22ch;}
.featured-nav p{margin:0;
        font-size:calc(18px * 1.125);
        line-height:1.68;
        color:#2B3540;
        max-width:62ch;}
@media (max-width:680px){.public-area{
            padding-left:1rem;
            border-left-width:2px;
        }.featured-nav h1{
            max-width:100%;
        }
    }
.bottom-plan{
  --mark-public:calc(1.5rem * 1.2);
  --layer-public:calc(1280px / 3.4);
  padding:calc(1.5rem * 2.4) 2.6rem;
  background:#F4F6F8;
  color:#141C26;
}
.bottom-plan .page-wrap{max-width:1280px;margin:0 auto;}
.bottom-plan h2,.bottom-plan h3,.bottom-plan p,.bottom-plan ul{margin:0;}
.bottom-plan h2{font-size:calc(18px * 2);line-height:1.14;}
.bottom-plan h3{font-size:calc(18px * 1.35);line-height:1.22;}
.bottom-plan p{font-size:18px;line-height:1.68;}
.bottom-plan .secondary-visual{max-width:100%;}
.bottom-plan .secondary-visual .plain-copy{margin-top:1.5rem;}
.bottom-plan .top-method{display:flex;
  flex-wrap:wrap;
  gap:2.41rem;
  margin-top:var(--mark-public);}
.bottom-plan .active-copy{
  flex:1 1 calc(1280px / 3.6);
  min-width:0;
  padding:calc(1.5rem * .75);
  background:#FFFFFF;
  color:#141C26;
  border:1px solid #D3D9E0;
  border-radius:0.81rem;
  box-shadow:0 2px 4px rgba(0,0,0,0.13);
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 2.4);
}
.bottom-plan .active-copy p{}
.bottom-plan .offer-contact{list-style:none;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 4);
  font-size:calc(18px * .875);}
.bottom-plan .offer-contact li{position:relative;
  padding-left:1rem;}
.bottom-plan .offer-contact li::before{
  content:"";
  position:absolute;
  left:0;
  top:0.62em;
  width:0.42rem;
  height:0.42rem;
  background:#F26A1B;
  border-radius:0.24rem;color:#1A0E04;}
.bottom-plan .bottom-items{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:100%;
  margin-top:auto;
  padding:calc(calc(1.5rem * .75) * 0.7) 1.5rem;
  border-radius:0.24rem;
  background:var(--surface-page);
  color:var(--line-base);
  font-size:calc(18px * .875);
  text-decoration:none;
  transition:background 270ms var(--ease-panel);
}
.bottom-plan .bottom-items:hover{background:#123A66;color:#141C26;}
.bottom-plan .team-nav{display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  gap:2.41rem;
  margin-top:var(--mark-public);
  padding-top:var(--mark-public);
  border-top:1px solid #D3D9E0;}
.bottom-plan .team-nav img{display:block;
  width:var(--layer-public);
  max-width:100%;
  height:auto;
  border-radius:0.49rem;
  flex:1 1 var(--layer-public);}
.bottom-plan .focused-note{flex:2 1 calc(1280px / 2.4);
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 2);}
.bottom-plan .focused-note p{}
.bottom-plan .site-stack{font-size:calc(18px * .875);}
.bottom-plan .site-stack a{text-decoration:underline;
  text-underline-offset:0.18em;}
.bottom-plan .site-stack a:hover{}
@media (max-width:760px){.bottom-plan .active-copy{flex:1 1 100%;}.bottom-plan .team-nav img{flex:1 1 100%;width:100%;}
}
.simple-summary{padding:calc(1.5rem * 2.4) 2.6rem;background:#F4F6F8;color:#141C26}
.simple-summary .page-wrap{max-width:min(1280px,60rem);margin:0 auto;display:flex;flex-direction:column;gap:calc(2.41rem * 1.5)}
.simple-summary .secondary-visual{display:flex;flex-direction:column;gap:1.5rem}
.simple-summary h2{margin:0;font-size:calc(18px * 2);line-height:1.1}
.simple-summary .secondary-visual p{margin:0;color:#2B3540;line-height:1.68}
.simple-summary .text-steps{display:flex;flex-direction:column;border-top:1px solid #D3D9E0}
.simple-summary details{padding:1.5rem 0;border-bottom:1px solid #D3D9E0}
.simple-summary summary{cursor:pointer;font-size:calc(18px * 1.35);line-height:1.2;list-style:none;display:flex;justify-content:space-between;align-items:baseline;gap:2.41rem}
.simple-summary summary::-webkit-details-marker{display:none}
.simple-summary summary::after{content:"+";color:inherit;font-size:calc(18px * 1.125);line-height:1}
.simple-summary details[open] summary::after{content:"–"}
.simple-summary details p{margin:1.5rem 0 0;color:#2B3540;line-height:1.68}
@media(max-width:720px){.simple-summary .page-wrap{gap:1.5rem}.simple-summary summary{font-size:18px}
}
.media-header{
  padding: calc(1.5rem * 2.4) 2.6rem;
  background: linear-gradient(120deg, #F26A1B 0%, #FF8A3D 100%);
  color: #1A0E04;
}
.media-header .page-wrap{max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(2.41rem * 1.5);}
.media-header .secondary-visual h2{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(18px * 2);
  line-height: 1.12;}
.media-header .secondary-visual .plain-copy{margin: 0;
  font-size: calc(18px * 1.125);
  line-height: 1.55;}
.media-header .narrow-inner{display: flex;
  flex-wrap: wrap;
  gap: 2.41rem;
  align-items: flex-start;}
.media-header .brand{flex: 1 1 22rem;
  min-width: 0;}
.media-header .brand p{margin: 0 0 calc(1.5rem * .75);
  font-size: 18px;
  line-height: 1.68;}
.media-header .brand p:last-child{margin-bottom: 0;}
.media-header .direct-frame{
  flex: 1 1 22rem;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1px;
  background: #0B2545;color:#F4F7FA;}
.media-header .active-copy{
  padding: calc(1.5rem * .75);
  background: #FFFFFF;
  color: #141C26;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.media-header .active-copy strong{font-size: 18px;
  line-height: 1.25;}
.media-header .active-copy span{font-size: calc(18px * .875);
  line-height: 1.5;}
.media-header .bottom-items{display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: calc(1.5rem * .75);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid rgba(26, 14, 4, 0.25);}
.media-header .compact-track{
  display: inline-block;
  padding: 0.85rem 1.6rem;
  background: #0B2545;
  color: #F4F7FA;
  text-decoration: none;
  border-radius: 0.49rem;
  font-size: 18px;
  font-weight: 600;
  transition: background 270ms var(--ease-panel);
}
.media-header .compact-track:hover{
  background: #123A66;color:#141C26;}
.media-header .focused-note{margin: 0;
  font-size: calc(18px * .875);
  line-height: 1.5;}
.media-header .focused-note a{color: inherit;
  text-decoration: underline;}
@media (max-width: 760px) {.media-header .narrow-inner{
    flex-direction: column;
  }.media-header .bottom-items{
    flex-direction: column;
    align-items: flex-start;
  }
}
.focused-actions{
        padding:calc(calc(1.5rem * 2.4) * .78) 2.6rem;
        background:#F4F6F8;
        color:#141C26;
    }
.media-unit{
        max-width:1280px;
        margin:0 auto;
    }
.public-area{
        display:flex;
        flex-direction:column;
        gap:calc(2.41rem * 1.5);
        max-width:56rem;
    }
.focused-actions h1{margin:0;
        font-size:clamp(1.9rem,4.6vw,3.4rem);
        line-height:1.08;
        font-weight:740;
        letter-spacing:-0.01em;
        max-width:22ch;}
.focused-actions p{margin:0;
        font-size:calc(18px * 1.125);
        line-height:1.68;
        color:#2B3540;
        max-width:62ch;}
@media (max-width:680px){.public-area{
            gap:calc(calc(2.41rem * 1.5) * .7);
        }.focused-actions h1{
            max-width:100%;
        }
    }
.content-section{--mark-public:calc(1.5rem * 1.42);--layer-local:calc(1280px / 2.30);--font-lead:calc(1280px / 3.66);padding:calc(1.5rem * 2.4) 2.6rem;background:var(--surface-page);color:var(--line-base);}
.content-section .page-wrap{max-width:1280px;margin:0 auto;}
.content-section h1,.content-section h2,.content-section h3,.content-section p{margin:0;}
.content-section h1{font-size:calc(18px * 2.65);line-height:1.08;}
.content-section h2{font-size:calc(18px * 2);line-height:1.12;}
.content-section h3{font-size:calc(18px * 1.35);line-height:1.2;}
.content-section p{font-size:18px;line-height:1.68;color:color-mix(in srgb, currentColor 74%, transparent);}
.content-section a{color:inherit;text-decoration:none;}
.content-section img{display:block;width:100%;height:auto;border-radius:0.49rem;}
.content-section .bottom-items{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.24rem;background:var(--line-base);color:var(--surface-page);}
.content-section .focused-note{font-size:calc(18px * .875);letter-spacing:.04em;text-transform:uppercase;color:color-mix(in srgb, currentColor 62%, transparent);}
.content-section .plain-copy{margin-top:calc(1.5rem / 2);color:color-mix(in srgb, currentColor 82%, transparent);}
.content-section .plain-copy a{border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);}
.content-section .direct-frame{display:flex;flex-wrap:wrap;gap:var(--mark-public);margin-top:var(--mark-public);}
.content-section .active-copy{flex:1 1 calc(1280px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.49rem;background:color-mix(in srgb, currentColor 11%, transparent);}
.content-section .active-copy p{margin-top:calc(1.5rem / 3);}
.content-section .active-copy img{margin-bottom:calc(1.5rem / 2);max-width:100%;}
.content-section .main-media>.direct-frame{margin-top:var(--mark-public);}
.content-section .main-media>h2{margin-top:var(--mark-public);}
.contact-links{
        padding: calc(1.5rem * 2.4) 2.6rem;
        background: #E4E8ED;
        color: #2B3540
    }
.contact-links .page-wrap{max-width: 1280px;
        margin: 0 auto}
.contact-links .primary-copy{display: flex;
        flex-direction: column;
        gap: calc(2.41rem * 1.5)}
.contact-links .secondary-visual{min-width: 0}
.contact-links h2{margin: 0;
        font-size: calc(18px * 2);
        line-height: 1.12}
.contact-links .secondary-visual p{margin: 1.5rem 0 0;
        font-size: 18px;
        line-height: 1.68}
.contact-links ul{list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 0}
.contact-links li{display: flex;
        flex-wrap: wrap;
        gap: 2.41rem;
        align-items: flex-start;
        padding: 1.5rem 0;
        border-top: 1px solid #D3D9E0}
.contact-links li:last-child{border-bottom: 1px solid #D3D9E0}
.contact-links strong{flex: 0 1 16rem;
        min-width: 0;
        font-size: calc(18px * 1.35);
        line-height: 1.2}
.contact-links span{flex: 1 1 28rem;
        min-width: 0;
        line-height: 1.68}
@media (max-width: 760px) {.contact-links li{
            display: block
        }.contact-links span{
            display: block;
            margin-top: calc(1.5rem * .75)
        }
    }
.text-footer{
  background: #F4F6F8;
  color: #141C26;
  padding: calc(1.5rem * 2.4) 2.6rem;
}
.text-footer .page-wrap{width: min(100%, 1280px);
  margin: 0 auto;}
.text-footer .secondary-visual{display: flex;
  flex-direction: column;
  gap: calc(2.41rem * 1.5);
  margin-bottom: 2.41rem;}
.text-footer h2{margin: 0;
  font-size: calc(18px * 2);
  line-height: 1.15;
  max-width: 22ch;}
.text-footer .plain-copy{margin: 0;
  font-size: calc(18px * 1.125);
  line-height: 1.68;}
.text-footer .top-method{display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  gap: 2.41rem;}
.text-footer .visual-callout{
  margin: 0;
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  color: #141C26;
  border: 1px solid #D3D9E0;
  border-radius: 0.81rem;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0,0,0,0.13);
}
.text-footer .visual-callout img{display: block;
  width: 100%;
  height: 12rem;
  object-fit: cover;}
.text-footer .visual-callout figcaption{padding: calc(1.5rem * .75);
  display: flex;
  flex-direction: column;
  gap: 0.6rem;}
.text-footer .visual-callout .primary-plan{
  align-self: flex-start;
  padding: 0.2rem 0.6rem;
  border-radius: 0.24rem;
  background: #F26A1B;
  color: #1A0E04;
  font-size: calc(18px * .875);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.text-footer .visual-callout p{margin: 0;
  font-size: 18px;
  line-height: 1.68;}
.text-footer .focused-note{margin: 2.41rem 0 0;
  padding-top: calc(2.41rem * 1.5);
  border-top: 1px solid #D3D9E0;
  font-size: 18px;
  line-height: 1.68;}
.text-footer .focused-note a{text-decoration: underline;}
.text-footer .focused-note a:hover{}
@media (max-width: 640px) {.text-footer .visual-callout img{
    height: 10rem;
  }
}
.featured-shell{
        padding:calc(calc(1.5rem * 2.4) * .78) 2.6rem calc(calc(1.5rem * 2.4) * .62);
        background:#F4F6F8;
        color:#141C26;
    }
.media-unit{
        max-width:1280px;
        margin:0 auto;
        display:flex;
        justify-content:flex-start;
    }
.public-area{
        width:100%;
        max-width:52rem;
        padding-left:calc(calc(2.41rem * 1.5) * .9);
        border-left:3px solid #F26A1B;
    }
.featured-shell h1{margin:0;
        font-size:clamp(1.9rem,4.6vw,3.2rem);
        line-height:1.12;
        font-weight:720;
        letter-spacing:-0.01em;}
.featured-shell p{margin:calc(2.41rem * 1.5) 0 0;
        font-size:calc(18px * 1.125);
        line-height:1.68;
        color:#2B3540;}
@media (max-width:680px){.public-area{
            padding-left:calc(calc(2.41rem * 1.5) * .7);
            border-left-width:2px;
        }.featured-shell h1{
            font-size:clamp(1.6rem,7vw,2.2rem);
        }
    }
.compact-quote{padding:calc(1.5rem * 2.4) 2.6rem;background:linear-gradient(135deg, #0B2545 0%, #123A66 55%, #1B4E86 100%);color:#F4F7FA}
.compact-quote .page-wrap{max-width:1280px;margin:0 auto}
.compact-quote .secondary-visual{margin-bottom:calc(2.41rem * 1.5)}
.compact-quote h2{margin:0;font-size:calc(18px * 2);line-height:1.15}
.compact-quote .secondary-visual p{margin:1.5rem 0 0;font-size:calc(18px * 1.125);line-height:1.68}
.compact-quote .active-area{display:flex;flex-wrap:wrap;gap:1.5rem 2.41rem;border-top:1px solid rgba(244,247,250,0.18);padding-top:1.5rem}
.compact-quote .service-items{flex:1 1 18rem;min-width:16rem;padding-bottom:calc(1.5rem * .75)}
.compact-quote .service-items strong{display:block;font-size:calc(18px * 1.35);line-height:1.2;font-weight:600}
.compact-quote .service-items p{margin:calc(1.5rem * .75) 0 0;font-size:18px;line-height:1.68}
.compact-quote .site-stack{margin-top:calc(2.41rem * 1.5);padding-top:1.5rem;border-top:1px solid rgba(244,247,250,0.18);font-size:18px;line-height:1.68}
.compact-quote .site-stack p{margin:0}
.compact-quote .site-stack a{color:#F4F7FA;text-decoration:underline;text-underline-offset:3px}
.compact-quote .site-stack a:hover{}
@media(max-width:760px){.compact-quote .active-area{flex-direction:column}.compact-quote .service-items{flex:1 1 auto;min-width:0}}
.simple-contact{--mark-public:calc(1.5rem * 1.05);--layer-local:calc(1280px / 2.90);padding:calc(1.5rem * 2.4) 2.6rem;background:#E4E8ED;color:#2B3540;}
.simple-contact .page-wrap{max-width:1280px;margin:0 auto;}
.simple-contact h1,.simple-contact h2,.simple-contact h3,.simple-contact p{margin:0;}
.simple-contact h1{font-size:calc(18px * 2.65);line-height:1.08;}
.simple-contact h2{font-size:calc(18px * 2);line-height:1.12;}
.simple-contact h3{font-size:calc(18px * 1.35);line-height:1.2;}
.simple-contact p{font-size:18px;line-height:1.68;}
.simple-contact a{color:inherit;text-decoration:none;}
.simple-contact .focused-note{font-size:calc(18px * .875);letter-spacing:0.08em;text-transform:uppercase;color:color-mix(in srgb, #2B3540 62%, transparent);}
.simple-contact .plain-copy{margin-top:calc(2.41rem * 1.5);}
.simple-contact .site-stack{display:flex;flex-wrap:wrap;align-items:center;gap:2.41rem;margin-top:calc(2.41rem * 1.5);}
.simple-contact .bottom-items{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.24rem;background:#F26A1B;color:#1A0E04;font-weight:600;transition:background 270ms var(--ease-panel);}
.simple-contact .bottom-items:hover{background:#D4550C;color:#141C26;}
.simple-contact .offer-footer{font-size:calc(18px * .875);color:#0B2545;border-bottom:1px solid transparent;transition:color 270ms var(--ease-panel),border-color 270ms var(--ease-panel);}
.simple-contact .offer-footer:hover{color:inherit;border-color:#F26A1B;}
.simple-contact .fresh-form>h2,.simple-contact .fresh-form>p,.simple-contact .fresh-form>.site-stack{margin-top:1.5rem;}
.simple-contact .fresh-form>h2{margin-top:calc(2.41rem * 1.5);}
.wide-media{--mark-public:calc(1.5rem * 1.05);--layer-content:calc(1280px / 3.4);padding:calc(1.5rem * 2.4) 2.6rem;background:var(--surface-page);color:var(--line-base);}
.wide-media .page-wrap{max-width:1280px;margin:0 auto;}
.wide-media h1,.wide-media h2,.wide-media h3,.wide-media p{margin:0;}
.wide-media h2{font-size:calc(18px * 2);line-height:1.12;}
.wide-media h3{font-size:calc(18px * 1.35);line-height:1.22;}
.wide-media p{font-size:18px;line-height:1.68;color:color-mix(in srgb, currentColor 76%, transparent);}
.wide-media a{color:inherit;text-decoration:none;}
.wide-media .focused-note{font-size:calc(18px * .875);letter-spacing:0.06em;text-transform:uppercase;color:color-mix(in srgb, currentColor 62%, transparent);}
.wide-media .plain-copy{margin-top:calc(1.5rem / 2);}
.wide-media .bottom-items{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.24rem;background:#F26A1B;color:#1A0E04;}
.wide-media .content-benefit{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.41rem;}
.wide-media .content-benefit>.brand{flex:1 1 auto;min-width:0;}
.wide-media .content-benefit>.bottom-items{flex:0 0 auto;margin-top:calc(1.5rem / 2);}
.wide-media .content-benefit>.direct-frame{flex:1 1 100%;}
.wide-media .direct-frame{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.41rem;margin-top:var(--mark-public);}
.wide-media .active-copy{flex:1 1 var(--layer-content);min-width:0;padding-top:calc(1.5rem * .75);border-top:2px solid color-mix(in srgb, currentColor 24%, transparent);}
.wide-media .active-copy p{margin-top:calc(1.5rem / 3);}
@media (max-width:720px){.wide-media .active-copy{flex:1 1 100%;}
}
.simple-brand{--mark-public:calc(1.5rem * 1.02);--font-lead:calc(1280px / 4.05);padding:calc(1.5rem * 2.4) 2.6rem;background:#F4F6F8;color:#141C26;}
.simple-brand .page-wrap{max-width:1280px;margin:0 auto;}
.simple-brand h2,.simple-brand h3,.simple-brand p{margin:0;}
.simple-brand h2{font-size:calc(18px * 2);line-height:1.12;}
.simple-brand h3{font-size:calc(18px * 1.35);line-height:1.2;}
.simple-brand p{font-size:18px;line-height:1.68;}
.simple-brand a{color:#0B2545;text-decoration:none;border-bottom:1px solid #0B2545;}
.simple-brand a:hover{color:inherit;border-bottom-color:#F26A1B;}
.simple-brand img{display:block;width:100%;height:auto;border-radius:0.49rem;}
.simple-brand .secondary-visual{max-width:100%;}
.simple-brand .secondary-visual>.plain-copy{margin-top:calc(2.41rem * 1.5);color:#2B3540;}
.simple-brand .strong-content{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.41rem;margin-top:var(--mark-public);}
.simple-brand .active-copy{flex:1 1 calc(1280px / 3.4);min-width:0;padding-top:calc(1.5rem * .75);border-top:2px solid #D3D9E0;}
.simple-brand .active-copy p{margin-top:calc(1.5rem / 3);color:#2B3540;}
.simple-brand .summary{display:flex;flex-wrap:wrap;align-items:center;gap:2.41rem;margin-top:var(--mark-public);padding-top:calc(2.41rem * 1.5);border-top:1px solid #D3D9E0;}
.simple-brand .summary img{flex:1 1 calc(1280px / 3.2);min-width:0;max-width:var(--font-lead);}
.simple-brand .summary .focused-note{flex:1 1 calc(1280px / 2.6);min-width:0;}
.simple-brand .summary .focused-note p{color:#2B3540;}
.simple-brand .summary .site-stack{margin-top:calc(2.41rem * 1.5);}
.simple-brand .summary .site-stack a{display:inline-block;padding:calc(calc(1.5rem * .75) / 1.4) 1.5rem;border-radius:0.24rem;background:var(--surface-page);color:var(--line-base);border-bottom:none;}
.simple-brand .summary .site-stack a:hover{background:#123A66;color:var(--line-base);}
@media (max-width:720px){.simple-brand .active-copy{flex:1 1 100%;}.simple-brand .summary img{max-width:100%;}}
.featured-lead{
        padding:calc(calc(1.5rem * 2.4) * .7) 2.6rem;
        background:#F4F6F8;
        color:#141C26;
        border-bottom:1px solid #D3D9E0;
    }
.media-unit{
        max-width:1280px;
        margin:0 auto;
        display:flex;
        flex-direction:column;
        gap:calc(2.41rem * 1.5);
    }
.public-area{
        display:flex;
        flex-direction:column;
        gap:calc(2.41rem * 1.5);
        padding-left:clamp(0px,4vw,3.2rem);
        border-left:3px solid #F26A1B;
    }
.featured-lead h1{margin:0;
        font-size:clamp(1.9rem,4.6vw,3.4rem);
        line-height:1.08;
        font-weight:740;
        letter-spacing:-0.01em;
        max-width:26ch;}
.featured-lead p{margin:0;
        font-size:calc(18px * 1.125);
        line-height:1.62;
        color:#2B3540;
        max-width:62ch;}
@media (max-width:680px){.public-area{
            padding-left:1rem;
            border-left-width:2px;
        }.featured-lead h1{
            max-width:100%;
        }
    }
.steady-story{padding:calc(1.5rem * 2.4) 2.6rem;background:linear-gradient(135deg, #0B2545 0%, #123A66 55%, #1B4E86 100%);color:#F4F7FA;}
.steady-story .page-wrap{max-width:1280px;margin:0 auto;}
.steady-story .service-contact{margin-bottom:calc(2.41rem * 1.5);}
.steady-story .service-contact p{margin:0;font-weight:700;font-size:calc(18px * .875);letter-spacing:.04em;text-transform:uppercase;opacity:.85;}
.steady-story .service-contact h2{margin:8px 0 0;font-size:calc(18px * 2);line-height:1.15;}
.steady-story .plain-copy{margin:0 0 calc(2.41rem * 1.5);font-size:calc(18px * 1.125);line-height:1.68;}
.steady-story .narrow-content{display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.steady-story .active-copy{border-left:3px solid #F26A1B;padding:4px 0 4px calc(1.5rem * .75);}
.steady-story .active-copy .primary-plan{display:inline-block;font-size:calc(18px * .875);font-weight:700;text-transform:uppercase;letter-spacing:.05em;}
.steady-story .active-copy h3{margin:6px 0 8px;font-size:calc(18px * 1.35);}
.steady-story .active-copy p{margin:0;line-height:1.68;}
.steady-story .active-copy a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.steady-story .active-copy a:hover{}
.steady-story .focused-note{margin-top:calc(2.41rem * 1.5);padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.steady-story .focused-note p{margin:0 0 10px;line-height:1.68;}
.steady-story .focused-note .site-stack{margin:0;font-size:calc(18px * .875);}
.steady-story .focused-note a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.steady-story .focused-note a:hover{}
@media (min-width:860px){.steady-story .narrow-content{display:grid;grid-template-columns:repeat(3,1fr);gap:2.41rem;}.steady-story .active-copy{border-left:3px solid #F26A1B;}
}
.fresh-headline{background:#F4F6F8;color:#141C26;padding:calc(1.5rem * 2.4) 2.6rem}
.fresh-headline .page-wrap{max-width:1280px;margin:0 auto}
.fresh-headline .primary-copy{display:flex;align-items:flex-start;gap:calc(2.41rem * 1.5)}
.fresh-headline .secondary-visual{flex:0 1 30rem;min-width:0}
.fresh-headline h2{margin:0;font-size:clamp(calc(18px * 2),5vw,calc(18px * 2.65));line-height:1.08;letter-spacing:0}
.fresh-headline p{margin:1.5rem 0 0;color:#2B3540;font-size:calc(18px * 1.125);line-height:1.65}
.fresh-headline .narrow-content{flex:1 1 36rem;min-width:0;display:flex;flex-direction:column;border-top:1px solid #D3D9E0}
.fresh-headline .bottom-quote{display:flex;gap:2.41rem;padding:1.5rem 0;border-bottom:1px solid #D3D9E0}
.fresh-headline strong{flex:0 1 14rem;min-width:0;color:#141C26}
.fresh-headline span{flex:1 1 20rem;min-width:0;color:#2B3540;line-height:1.6}
@media(max-width:760px){.fresh-headline .primary-copy,.fresh-headline .bottom-quote{flex-direction:column}.fresh-headline .bottom-quote{gap:calc(calc(1.5rem * .75)*.5)}}
.contact-flow{--mark-public:calc(1.5rem * 1.05);--measure-small:calc(calc(1.5rem * .75) * 1.05);padding:calc(1.5rem * 2.4) 2.6rem;background:#E4E8ED;color:#2B3540;}
.contact-flow .page-wrap{max-width:1280px;margin:0 auto;}
.contact-flow h2,.contact-flow h3,.contact-flow p{margin:0;}
.contact-flow h2{font-size:calc(18px * 2);line-height:1.14;}
.contact-flow h3{font-size:calc(18px * 1.35);line-height:1.22;}
.contact-flow p{font-size:18px;line-height:1.68;}
.contact-flow .plain-copy{font-size:calc(18px * 1.125);line-height:1.55;margin-bottom:calc(1.5rem / 1.6);}
.contact-flow a{text-decoration:underline;text-underline-offset:3px;}
.contact-flow a:hover{}
.contact-flow .offer-callout{display:flex;flex-direction:column;gap:0;margin-top:var(--mark-public);border-top:1px solid #D3D9E0;}
.contact-flow .active-copy{padding:var(--measure-small) 0;border-bottom:1px solid #D3D9E0;}
.contact-flow .active-copy h3{margin-bottom:calc(1.5rem / 3.4);}
.contact-flow .active-copy p{}
@media (min-width:900px){.contact-flow .offer-callout{display:grid;grid-template-columns:1fr 1fr;column-gap:2.41rem;border-top:0;}.contact-flow .active-copy{border-top:1px solid #D3D9E0;}
}
.contact-section{
        padding:calc(calc(1.5rem * 2.4) * .78) 2.6rem;
        background:#F4F6F8;
        color:#141C26;
    }
.media-unit{
        max-width:1280px;
        margin:0 auto;
        display:flex;
        justify-content:center;
    }
.public-area{
        display:flex;
        flex-direction:column;
        gap:calc(2.41rem * 1.5);
        text-align:left;
        border-left:3px solid #F26A1B;
        padding-left:calc(1.5rem * .75);
    }
.contact-section h1{margin:0;
        font-size:clamp(1.85rem,4.6vw,3.4rem);
        line-height:1.08;
        font-weight:720;
        letter-spacing:-0.01em;
        max-width:22ch;}
.contact-section p{margin:0;
        font-size:calc(18px * 1.125);
        line-height:1.68;
        color:#2B3540;
        max-width:64ch;}
@media (max-width:680px){.public-area{
            padding-left:calc(2.41rem * 1.5);
            border-left-width:2px;
        }.contact-section h1{
            max-width:none;
        }
    }
.simple-plan{--mark-public:calc(1.5rem * 1.15);padding:calc(1.5rem * 2.4) 2.6rem;background:var(--surface-page);color:var(--line-base);}
.simple-plan .page-wrap{max-width:1280px;margin:0 auto;}
.simple-plan h1,.simple-plan h2,.simple-plan h3,.simple-plan p{margin:0;}
.simple-plan h2{font-size:calc(18px * 2);line-height:1.14;margin-top:var(--mark-public);}
.simple-plan p{font-size:18px;line-height:1.68;}
.simple-plan .focused-note{font-size:calc(18px * .875);letter-spacing:.04em;text-transform:uppercase;color:color-mix(in srgb, currentColor 68%, transparent);}
.simple-plan .plain-copy{margin-top:calc(1.5rem / 2);color:color-mix(in srgb, currentColor 88%, transparent);}
.simple-plan .brand{margin-top:calc(1.5rem / 2);color:color-mix(in srgb, currentColor 76%, transparent);}
.simple-plan .direct-frame{display:flex;flex-wrap:wrap;gap:2.41rem;margin-top:var(--mark-public);}
.simple-plan .active-copy{flex:1 1 calc(1280px / 3.6);min-width:0;padding:calc(calc(1.5rem * .75) * .9);border-radius:0.49rem;background:color-mix(in srgb, currentColor 12%, transparent);border-left:3px solid #F26A1B;}
.simple-plan .active-copy p{font-size:calc(18px * .875);line-height:1.68;color:color-mix(in srgb, currentColor 82%, transparent);}
.simple-plan .site-stack{display:flex;flex-wrap:wrap;gap:calc(1.5rem / 2) 2.41rem;margin-top:var(--mark-public);padding-top:calc(1.5rem / 2);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.simple-plan .site-stack a{color:inherit;text-decoration:none;font-size:calc(18px * .875);border-bottom:1px solid color-mix(in srgb, currentColor 40%, transparent);padding-bottom:2px;transition:border-color 270ms var(--ease-panel),color 270ms var(--ease-panel);}
.simple-plan .site-stack a:hover{border-color:#F26A1B;}
@media (max-width:720px){.simple-plan .active-copy{flex:1 1 100%;}
}
.secondary-footer{
        padding: calc(1.5rem * 2.4) 2.6rem;
        background: #E4E8ED;
        color: #2B3540;
    }
.secondary-footer .page-wrap{max-width: 1280px;
        margin: 0 auto;}
.secondary-footer .primary-copy{display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
        gap: calc(2.41rem * 1.5) 2.41rem;
        align-items: start;}
.secondary-footer .secondary-visual{min-width: 0;
        position: sticky;
        top: 1.5rem;}
.secondary-footer h2{margin: 0;
        font-size: calc(18px * 2);
        line-height: 1.14;
        letter-spacing: -0.01em;}
.secondary-footer .secondary-visual p{margin: 1.5rem 0 0;
        font-size: 18px;
        line-height: 1.68;}
.secondary-footer ul{min-width: 0;
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;}
.secondary-footer li{padding: 1.5rem 0;
        border-top: 1px solid color-mix(in srgb, #2B3540 18%, transparent);}
.secondary-footer li:first-child{border-top: 0;
        padding-top: 0;}
.secondary-footer strong{display: block;
        font-size: calc(18px * 1.35);
        line-height: 1.2;
        margin-bottom: calc(1.5rem * .75);}
.secondary-footer span{display: block;
        line-height: 1.68;}
@media (max-width: 900px) {.secondary-footer .primary-copy{
            grid-template-columns: minmax(0, 1fr);
        }.secondary-footer .secondary-visual{
            position: static;
        }.secondary-footer ul{
            margin-top: calc(2.41rem * 1.5);
        }
    }
.wide-unit{
        padding:calc(calc(1.5rem * 2.4) * .78) 2.6rem;
        background:#F4F6F8;
        color:#141C26;
    }
.media-unit{
        max-width:1280px;
        margin:0 auto;
    }
.public-area{
        display:flex;
        flex-direction:column;
        gap:calc(2.41rem * 1.5);
        max-width:52rem;
        margin:0 auto;
        text-align:center;
    }
.wide-unit h1{margin:0 auto;
        font-size:clamp(1.9rem,5.4vw,3.9rem);
        line-height:1.08;
        font-weight:740;
        letter-spacing:-0.01em;
        max-width:22ch;}
.wide-unit p{margin:0 auto;
        font-size:clamp(1rem,1.6vw,1.18rem);
        line-height:1.68;
        color:#2B3540;
        max-width:44rem;}
@media (max-width:680px){.public-area{
            text-align:left;
            gap:calc(1.5rem * .75);
        }.wide-unit h1,
        .wide-unit p{
            margin-left:0;
            margin-right:0;
        }
    }
.clear-callout{--mark-public:calc(1.5rem * 1.1);padding:calc(1.5rem * 2.4) 2.6rem;background:#F4F6F8;color:#141C26;}
.clear-callout .page-wrap{max-width:1280px;margin:0 auto;}
.clear-callout h2,.clear-callout h3,.clear-callout p{margin:0;}
.clear-callout h2{font-size:calc(18px * 2);line-height:1.12;}
.clear-callout h3{font-size:calc(18px * 1.35);line-height:1.24;}
.clear-callout p{font-size:18px;line-height:1.68;}
.clear-callout .secondary-visual{display:flex;flex-direction:column;gap:calc(1.5rem / 2.4);}
.clear-callout .plain-copy{color:#2B3540;}
.clear-callout .direct-frame{display:flex;flex-wrap:wrap;gap:2.41rem;margin-top:var(--mark-public);}
.clear-callout .active-copy{flex:1 1 calc(1280px / 3.4);min-width:260px;padding:calc(1.5rem * .75);background:#FFFFFF;color:#141C26;border:1px solid #D3D9E0;border-radius:0.81rem;}
.clear-callout .primary-plan{display:inline-block;margin-bottom:calc(1.5rem / 3.5);padding:0.2rem 0.7rem;font-size:calc(18px * .875);letter-spacing:0.04em;text-transform:uppercase;background:#F26A1B;color:#1A0E04;border-radius:0.24rem;}
.clear-callout .active-copy p{margin-top:calc(1.5rem / 3.2);color:#2B3540;}
.clear-callout .focused-note{margin-top:var(--mark-public);padding-top:calc(1.5rem / 2.2);border-top:1px solid #D3D9E0;color:#2B3540;}
@media (max-width:720px){.clear-callout .active-copy{flex:1 1 100%;min-width:0;}
}
.simple-menu{--mark-public:calc(1.5rem * 1.05);padding:calc(1.5rem * 2.4) 2.6rem;background:var(--surface-page);color:var(--line-base);}
.simple-menu .page-wrap{max-width:1280px;margin:0 auto;display:flex;flex-direction:column;gap:var(--mark-public);}
.simple-menu h1,.simple-menu h2,.simple-menu h3,.simple-menu p{margin:0;}
.simple-menu h1{font-size:calc(18px * 2.65);line-height:1.1;}
.simple-menu h2{font-size:calc(18px * 2);line-height:1.14;}
.simple-menu h3{font-size:calc(18px * 1.35);line-height:1.22;}
.simple-menu p{font-size:18px;line-height:1.68;}
.simple-menu .secondary-visual{display:flex;flex-direction:column;gap:calc(calc(2.41rem * 1.5) / 1.4);}
.simple-menu .plain-copy{font-size:calc(18px * 1.125);opacity:.88;}
.simple-menu .direct-frame{display:flex;flex-direction:column;gap:0;border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.simple-menu .active-copy{padding:calc(calc(2.41rem * 1.5) * 1.1) 0;border-bottom:1px solid color-mix(in srgb, currentColor 22%, transparent);display:flex;flex-direction:column;gap:calc(calc(2.41rem * 1.5) / 2.2);}
.simple-menu .active-copy p{opacity:.82;}
.simple-menu .team-nav{display:flex;flex-direction:column;gap:calc(calc(2.41rem * 1.5) / 1.6);padding-top:calc(calc(2.41rem * 1.5) / 2);}
.simple-menu .focused-note{font-size:calc(18px * .875);opacity:.78;}
.simple-menu a{text-decoration:underline;text-underline-offset:3px;}
.simple-menu a:hover{}
@media (min-width:900px){.simple-menu .active-copy{flex-direction:row;align-items:flex-start;gap:2.41rem;}.simple-menu .active-copy h3{flex:0 0 32%;}.simple-menu .active-copy p{flex:1 1 auto;}
}
.open-section{--mark-public:calc(1.5rem * 1.1);--layer-local:calc(1280px / 2.15);--font-lead:calc(1280px / 3.33);padding:calc(1.5rem * 2.4) 2.6rem;background:#F4F6F8;color:#141C26;}
.open-section .page-wrap{max-width:1280px;margin:0 auto;}
.open-section h2,.open-section h3,.open-section p{margin:0;}
.open-section h2{font-size:calc(18px * 2);line-height:1.14;}
.open-section h3{font-size:calc(18px * 1.35);line-height:1.22;}
.open-section p{font-size:18px;line-height:1.68;}
.open-section .plain-copy{color:#2B3540;}
.open-section .main-content{display:flex;align-items:flex-start;gap:2.41rem;}
.open-section .main-content>.brand{flex:1 1 calc(1280px / 3);min-width:0;}
.open-section .brand .plain-copy{margin-top:1.5rem;}
.open-section .direct-frame{flex:2 1 calc(1280px / 2);display:flex;flex-direction:column;gap:0;margin-top:0;border-left:2px solid #F26A1B;padding-left:1.5rem;}
.open-section .active-copy{min-width:0;padding:calc(1.5rem * .75) 0;border-bottom:1px solid #D3D9E0;}
.open-section .active-copy:last-child{border-bottom:0;padding-bottom:0;}
.open-section .active-copy:first-child{padding-top:0;}
.open-section .active-copy p{margin-top:calc(1.5rem / 3);color:#2B3540;}
@media(max-width:760px){.open-section .main-content{flex-direction:column;}.open-section .direct-frame{margin-top:var(--mark-public);padding-left:calc(1.5rem * .75);}}
.simple-quote{
  background: #E4E8ED;
  color: #2B3540;
  padding: calc(1.5rem * 2.4) 2.6rem;
}
.simple-quote .page-wrap{width: min(100%, 1280px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2.41rem;
  align-items: stretch;}
.simple-quote .brand{flex: 1 1 22rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: calc(2.41rem * 1.5);}
.simple-quote h2{margin: 0;
  font-size: calc(18px * 2);
  line-height: 1.08;}
.simple-quote .brand > p{margin: 0;
  font-size: calc(18px * 1.125);
  line-height: 1.68;}
.simple-quote .public-service{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  margin-top: 1.5rem;}
.simple-quote .public-service div{
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.49rem;
  background: #FFFFFF;
  color: #141C26;
  border: 1px solid #D3D9E0;
}
.simple-quote .public-service div > *{min-width: 0;
  flex: 1 1 16rem;}
.simple-quote strong{font-size: calc(18px * 1.35);
  line-height: 1.16;}
.simple-quote span{line-height: 1.68;}
.simple-quote .clear-headline{flex: 1 1 20rem;
  min-width: 0;
  display: block;
  width: 100%;
  min-height: 30rem;
  object-fit: cover;
  border-radius: 1.24rem;}
@media (max-width: 860px) {.simple-quote .clear-headline{ min-height: 18rem; }
}
.media-story{
        padding:calc(calc(1.5rem * 2.4) * .78) 2.6rem;
        background:#F4F6F8;
        color:#141C26;
    }
.media-unit{
        max-width:1280px;
        margin:0 auto;
    }
.public-area{
        display:flex;
        flex-direction:column;
        gap:calc(2.41rem * 1.5);
        padding-left:clamp(0px,2vw,1.4rem);
        border-left:3px solid #F26A1B;
    }
.media-story h1{margin:0;
        font-size:clamp(1.9rem,4.4vw,3.4rem);
        line-height:1.08;
        font-weight:720;
        letter-spacing:-0.01em;}
.media-story p{margin:0;
        font-size:calc(18px * 1.125);
        line-height:1.68;
        color:#2B3540;}
@media (max-width:680px){.public-area{
            padding-left:1rem;
            border-left-width:2px;
        }.media-story h1{
            font-size:clamp(1.6rem,7vw,2.3rem);
        }
    }
.local-rail{
  background: linear-gradient(135deg, #0B2545 0%, #123A66 55%, #1B4E86 100%);
  color: #F4F7FA;
  padding: calc(1.5rem * 2.4) 2.6rem;
  overflow: hidden;
}
.local-rail .page-wrap{width: min(100%, 1280px);
  margin: 0 auto;
  display: grid;
  gap: calc(2.41rem * 1.5);}
.local-rail h2,
.local-rail h3,
.local-rail p{margin: 0;}
.local-rail h2{font-size: calc(18px * 2.65);
  line-height: 1.06;}
.local-rail h3{font-size: calc(18px * 1.35);
  line-height: 1.2;}
.local-rail p{font-size: 18px;
  line-height: 1.68;}
.local-rail .steady-content{display: grid;
  gap: 1.5rem;}
.local-rail .public-intro{
  display: grid;
  grid-template-columns: minmax(10rem, .28fr) minmax(0, 1fr);
  gap: 2.41rem;
  padding: 1.5rem;
  border-radius: 0.81rem;
  background: linear-gradient(120deg, #F26A1B 0%, #FF8A3D 100%);
  color: #1A0E04;
}
.local-rail .public-intro p:first-child{font-size: calc(18px * .875);
  text-transform: uppercase;
  letter-spacing: 0.06em;}
.local-rail .group{display: grid;
  grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr));
  gap: calc(1.5rem * .75);}
.local-rail .compact-inner{
  display: grid;
  align-content: start;
  gap: 1.5rem;
  padding: 1.5rem;
  border-radius: 0.81rem;
  background: #FFFFFF;
  color: #141C26;
  border: 1px solid #D3D9E0;
  text-decoration: none;
  transition: border-color 270ms var(--ease-panel);
}
.local-rail .compact-inner:hover{border-color: #F26A1B;}
.local-rail .compact-inner span{font-size: calc(18px * .875);}
@media (max-width: 760px) {.local-rail h2{
    font-size: clamp(calc(18px * 2), 12vw, calc(18px * 2.65));
  }.local-rail .public-intro{
    grid-template-columns: 1fr;
  }
}
.active-actions{padding:calc(1.5rem * 2.4) 2.6rem;background:#E4E8ED;color:#2B3540}
.active-actions .page-wrap{max-width:1280px;margin:0 auto;display:flex;gap:calc(2.41rem * 1.5);align-items:flex-start}
.active-actions .secondary-visual{flex:0 1 36%;align-self:flex-start}
.active-actions h2{margin:0;font-size:calc(18px * 2);line-height:1.08}
.active-actions .secondary-visual p{margin:1.5rem 0 0;line-height:1.68}
.active-actions .text-steps{flex:1 1 0;border-top:1px solid #D3D9E0}
.active-actions details{padding:1.5rem 0;border-bottom:1px solid #D3D9E0}
.active-actions summary{cursor:pointer;font-size:calc(18px * 1.35);line-height:1.3}
.active-actions details p{margin:1.5rem 0 calc(1.5rem * .75);line-height:1.68}
.active-actions details strong{display:block;font-size:calc(18px * .875);color:inherit;}
@media(max-width:720px){.active-actions .page-wrap{display:block}.active-actions .text-steps{margin-top:calc(2.41rem * 1.5)}}
.bottom-summary{
  background: linear-gradient(135deg, #0B2545 0%, #123A66 55%, #1B4E86 100%);
  color: #F4F7FA;
  padding: calc(1.5rem * 2.4) 2.6rem;
}
.bottom-summary .open-frame{display: block;
  width: min(100%, 1280px);
  margin: 0 auto calc(2.41rem * 1.5);
  aspect-ratio: 21 / 8;
  object-fit: cover;
  border-radius: 1.24rem;}
.bottom-summary .page-wrap{width: min(100%, 1280px);
  margin: 0 auto;}
.bottom-summary h2,
.bottom-summary h3,
.bottom-summary p{margin: 0;}
.bottom-summary h2{font-size: calc(18px * 2);
  line-height: 1.08;}
.bottom-summary .brand{display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: calc(2.41rem * 1.5);}
.bottom-summary .brand p{line-height: 1.68;}
.bottom-summary .strong-content{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.bottom-summary .visual-plan{flex: 1 1 16rem;
  min-width: 0;
  display: flex;
  flex-direction: column;}
.bottom-summary .clear-headline{display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 0.81rem;
  margin-bottom: calc(1.5rem * .75);}
.bottom-summary span{display: block;
  font-size: calc(18px * .875);
  letter-spacing: 0.02em;
  margin-bottom: calc(calc(1.5rem * .75) * .35);}
.bottom-summary h3{font-size: calc(18px * 1.35);
  line-height: 1.16;}
@media (max-width: 820px) {.bottom-summary .open-frame{ aspect-ratio: 16 / 10; }.bottom-summary .visual-plan{ flex: 1 1 100%; }
}
.media-nav{
        padding:calc(calc(1.5rem * 2.4) * .78) 2.6rem;
        background:#F4F6F8;
        color:#141C26;
    }
.media-unit{
        max-width:1280px;
        margin:0 auto;
        display:flex;
        justify-content:center;
    }
.public-area{
        width:100%;
        max-width:56rem;
        padding-left:clamp(0rem,2vw,1.4rem);
        border-left:3px solid #F26A1B;
    }
.media-nav h1{margin:0;
        font-size:clamp(1.9rem,4.6vw,3.4rem);
        line-height:1.08;
        font-weight:720;
        letter-spacing:-0.01em;}
.media-nav p{margin:clamp(1rem,2.2vw,1.5rem) 0 0;
        font-size:18px;
        line-height:1.7;
        color:#2B3540;}
@media (max-width:680px){.public-area{
            padding-left:1rem;
            border-left-width:2px;
        }
    }
.strong-visual{padding:calc(1.5rem * 2.4) 2.6rem;background:linear-gradient(135deg, #0B2545 0%, #123A66 55%, #1B4E86 100%);color:#F4F7FA}
.strong-visual .page-wrap{max-width:1280px;margin:0 auto}
.strong-visual .narrow-figure{margin-bottom:calc(2.41rem * 1.5)}
.strong-visual h2{margin:0;font-size:calc(18px * 2);line-height:1.1}
.strong-visual .narrow-figure p{margin:1.5rem 0 0;font-size:calc(18px * 1.125);line-height:1.68}
.strong-visual .featured-story{display:flex;align-items:flex-start;gap:calc(2.41rem * 1.5);flex-wrap:wrap}
.strong-visual .offer-callout{flex:1 1 16rem;display:flex;flex-direction:column;align-items:flex-start;gap:calc(1.5rem * .75);border-left:2px solid #F26A1B;padding-left:calc(1.5rem * .75)}
.strong-visual button{max-width:100%;padding:0;border:0;background:none;color:inherit;font:inherit;text-align:left;cursor:pointer;opacity:.6;transition:opacity 270ms var(--ease-panel),transform 270ms var(--ease-panel)}
.strong-visual button:hover,.strong-visual button.is-active{opacity:1;transform:translateX(calc(calc(1.5rem * .75)*.3))}
.strong-visual .offer-tile{flex:1 1 30rem;align-self:start}
.strong-visual [data-response]{display:none}
.strong-visual [data-response].is-active{display:block;animation:clarifyFocusIn calc(270ms*1.8) var(--ease-panel) both}
.strong-visual h3{margin:0;font-size:calc(18px * 1.35);line-height:1.15}
.strong-visual [data-response] p{margin:1.5rem 0 0;font-size:18px;line-height:1.68}
@keyframes clarifyFocusIn{from{opacity:0;transform:translateY(calc(calc(2.41rem * 1)*.12))}to{opacity:1;transform:translateY(0)}}
@media(max-width:720px){.strong-visual .featured-story{display:block}.strong-visual .offer-callout{margin-bottom:calc(2.41rem * 1.5);border-left:0;padding-left:0;border-top:2px solid #F26A1B;padding-top:calc(1.5rem * .75)}}
@media(prefers-reduced-motion:reduce){.strong-visual [data-response].is-active{animation:none}}
.content-items{--mark-public:calc(1.5rem * 1.1);padding:calc(1.5rem * 2.4) 2.6rem;background:#F4F6F8;color:#141C26;}
.content-items .page-wrap{max-width:1280px;margin:0 auto;display:flex;flex-direction:column;gap:var(--mark-public);}
.content-items h2,.content-items h3,.content-items p{margin:0;}
.content-items h2{font-size:calc(18px * 2);line-height:1.14;}
.content-items h3{font-size:calc(18px * 1.35);line-height:1.22;}
.content-items p{font-size:18px;line-height:1.68;}
.content-items .service-contact{display:flex;flex-wrap:wrap;gap:2.41rem;align-items:flex-start;}
.content-items .service-contact>h2{flex:1 1 calc(1280px / 2.6);min-width:0;}
.content-items .service-contact>.plain-copy{flex:1 1 calc(1280px / 3.2);min-width:0;color:#2B3540;}
.content-items .direct-frame{display:flex;flex-wrap:wrap;gap:2.41rem;}
.content-items .active-copy{flex:1 1 calc(1280px / 3.6);min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 3);padding:calc(calc(1.5rem * .75) * .9);border-radius:0.49rem;background:#FFFFFF;color:#141C26;border:1px solid #D3D9E0;box-shadow:0 2px 4px rgba(0,0,0,0.13);}
.content-items .active-copy img{display:block;width:100%;height:auto;border-radius:0.24rem;object-fit:cover;}
.content-items .active-copy p{color:#2B3540;}
.content-items .site-stack{align-self:flex-start;margin-top:auto;padding-top:calc(1.5rem / 3);font-size:calc(18px * .875);font-weight:600;color:#0B2545;text-decoration:none;border-top:1px solid #D3D9E0;width:100%;}
.content-items .site-stack:hover{color:inherit;}
.content-items .summary{display:flex;flex-wrap:wrap;gap:2.41rem;align-items:flex-start;padding-top:var(--mark-public);border-top:1px solid #D3D9E0;}
.content-items .summary .focused-note{flex:1 1 calc(1280px / 3.4);min-width:0;color:#2B3540;}
.content-items .public-feature{flex:1 1 calc(1280px / 2.4);min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.content-items .public-feature a{color:#0B2545;text-decoration:none;font-size:18px;border-bottom:1px solid transparent;transition:color 270ms var(--ease-panel),border-color 270ms var(--ease-panel);}
.content-items .public-feature a:hover{color:inherit;border-bottom-color:#F26A1B;}
@media (max-width:720px){.content-items .service-contact>h2,.content-items .service-contact>.plain-copy,.content-items .active-copy,.content-items .summary .focused-note,.content-items .public-feature{flex:1 1 100%;}
}
.page-contact{
        padding:calc(calc(1.5rem * 2.4) * .78) 2.6rem;
        background:#F4F6F8;
        color:#141C26;
    }
.media-unit{
        max-width:1280px;
        margin:0 auto;
    }
.public-area{
        display:flex;
        flex-direction:column;
        gap:calc(2.41rem * 1.5);
        max-width:52rem;
        margin:0 auto;
        text-align:center;
    }
.page-contact h1{margin:0;
        font-size:calc(18px * 2.65);
        line-height:1.08;
        font-weight:740;
        letter-spacing:-0.01em;}
.page-contact p{margin:0;
        font-size:calc(18px * 1.125);
        line-height:1.62;
        color:#2B3540;}
@media (max-width:680px){.public-area{
            text-align:left;
            margin:0;
        }.page-contact h1{
            font-size:calc(18px * 2);
        }.page-contact p{
            font-size:18px;
        }
    }
.piece{
  padding: calc(1.5rem * 2.4) 2.6rem;
  background: #0B2545;
  color: #F4F7FA;
}
.piece .page-wrap{max-width: min(1280px, 72rem);
  margin: 0 auto;}
.piece .secondary-visual{display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: calc(1.5rem * .75);
  padding-bottom: calc(2.41rem * 1.5);
  border-bottom: 1px solid #2B3540;}
.piece h2{margin: 0;
  flex: 1 1 22rem;
  font-size: calc(18px * 2);
  line-height: 1.1;}
.piece .plain-copy{flex: 1 1 24rem;
  margin: 0;
  font-size: 18px;
  color: #C2C9D1;}
.piece .narrow-inner{display: flex;
  flex-wrap: wrap;
  gap: 2.41rem;
  margin-top: calc(2.41rem * 1.5);}
.piece .top-method{flex: 2 1 34rem;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.piece .active-copy{padding: calc(1.5rem * .75) 0 calc(1.5rem * .75) calc(1.5rem * .75);
  border-left: 2px solid #F26A1B;}
.piece .active-copy .quiet-entries{margin: 0 0 calc(calc(1.5rem * .75) * .6);
  font-size: 18px;
  line-height: 1.6;}
.piece .active-copy .compact-links{margin: 0;
  font-weight: 700;
  font-size: calc(18px * .875);
  letter-spacing: .02em;}
.piece .active-copy .main-wrap{margin: .2rem 0 0;
  font-size: calc(18px * .875);
  color: #C2C9D1;}
.piece .summary{
  flex: 1 1 18rem;
  align-self: flex-start;
  padding: calc(1.5rem * .75);
  background: #FFFFFF;
  color: #141C26;
  border: 1px solid #D3D9E0;
  border-radius: 0.81rem;
}
.piece .service-inner{margin: 0 0 calc(1.5rem * .75);
  font-weight: 700;
  font-size: 18px;}
.piece .contact-region{list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: .55rem;}
.piece .contact-region li{position: relative;
  padding-left: 1rem;
  font-size: calc(18px * .875);
  line-height: 1.5;}
.piece .contact-region li::before{
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: .4rem;
  height: .4rem;
  background: #F26A1B;
  border-radius: 0.24rem;color:#1A0E04;}
.piece .focused-note{margin: calc(1.5rem * .75) 0 0;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #D3D9E0;
  font-size: calc(18px * .875);color:inherit;}
@media (max-width: 720px) {.piece .secondary-visual{
    flex-direction: column;
    align-items: flex-start;
  }.piece .narrow-inner{
    flex-direction: column;
  }.piece .summary{
    align-self: stretch;
  }
}
.fresh-content{--mark-public:calc(1.5rem * 0.99);padding:calc(1.5rem * 2.4) 2.6rem;background:var(--surface-page);color:var(--line-base);}
.fresh-content .page-wrap{max-width:1280px;margin:0 auto;}
.fresh-content h2,.fresh-content p{margin:0;}
.fresh-content h2{font-size:calc(18px * 2);line-height:1.12;}
.fresh-content p{font-size:18px;line-height:1.68;color:color-mix(in srgb, currentColor 78%, transparent);}
.fresh-content a{color:inherit;text-decoration:none;}
.fresh-content .site-stack{display:flex;flex-wrap:wrap;align-items:center;gap:calc(1.5rem * .75);}
.fresh-content .bottom-items{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.24rem;background:#F26A1B;color:#1A0E04;font-weight:600;}
.fresh-content .bottom-items:hover{background:#D4550C;color:#141C26;}
.fresh-content .focused-note{flex:1 1 18rem;font-size:calc(18px * .875);color:color-mix(in srgb, currentColor 72%, transparent);}
.fresh-content .focused-note a{text-decoration:underline;text-underline-offset:3px;}
.fresh-content .focused-note a:hover{}
.fresh-content h2{margin-top:var(--mark-public);}
.fresh-content .plain-copy{margin-top:1.5rem;}
.fresh-content .plain-copy + .plain-copy{margin-top:calc(2.41rem * 1.5);}
@media (max-width:640px){.fresh-content .site-stack{flex-direction:column;align-items:flex-start;}.fresh-content .bottom-items{width:100%;}
}
.team-inner{
        padding:calc(calc(1.5rem * 2.4) * .72) 2.6rem;
        background:#F4F6F8;
        color:#141C26;
    }
.media-unit{
        max-width:1280px;
        margin:0 auto;
    }
.public-area{
        max-width:52rem;
        margin:0 auto;
        text-align:center;
    }
.team-inner h1{margin:0 auto;
        font-size:clamp(1.9rem,5.4vw,4rem);
        line-height:1.06;
        font-weight:740;
        max-width:18ch;}
.team-inner p{margin:clamp(.9rem,2vw,1.35rem) auto 0;
        max-width:44rem;
        font-size:clamp(1rem,1.7vw,1.2rem);
        line-height:1.68;
        color:#2B3540;}
@media (max-width:680px){.public-area{text-align:left;}.team-inner h1,
        .team-inner p{margin-left:0;margin-right:0;}
    }
.offer-figure{--mark-public:calc(1.5rem * 1.02);--layer-local:calc(1280px / 3.15);padding:calc(1.5rem * 2.4) 2.6rem;background:#F26A1B;color:#1A0E04;}
.offer-figure .page-wrap{max-width:1280px;margin:0 auto;}
.offer-figure h2,.offer-figure h3,.offer-figure p{margin:0;}
.offer-figure h2{font-size:calc(18px * 2);line-height:1.12;}
.offer-figure h3{font-size:calc(18px * 1.35);line-height:1.2;}
.offer-figure p{font-size:18px;line-height:1.68;color:color-mix(in srgb, currentColor 76%, transparent);}
.offer-figure .secondary-visual{max-width:var(--layer-local);}
.offer-figure .secondary-visual .plain-copy{margin-top:calc(1.5rem / 2);}
.offer-figure .direct-frame{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.41rem;margin-top:var(--mark-public);}
.offer-figure .active-copy{flex:1 1 calc(1280px / 4);min-width:0;padding-top:calc(1.5rem / 2);border-top:2px solid color-mix(in srgb, currentColor 30%, transparent);}
.offer-figure .active-copy p{margin-top:calc(1.5rem / 3);}
.offer-figure .site-stack{margin-top:var(--mark-public);font-size:calc(18px * .875);}
.offer-figure .site-stack a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.offer-figure .site-stack a:hover{text-decoration-thickness:2px;}
@media (max-width:900px){.offer-figure .active-copy{flex:1 1 calc(1280px / 2.2);}
}
@media (max-width:600px){.offer-figure .active-copy{flex:1 1 100%;}
}
.top-view{
  --mark-public:calc(1.5rem * 1.2);
  --field-local:calc(1280px / 3.3);
  padding:calc(1.5rem * 2.4) 2.6rem;
  background:#F4F6F8;
  color:#141C26;
}
.top-view .page-wrap{max-width:1280px;
  margin:0 auto;}
.top-view h2,
.top-view h3,
.top-view p{margin:0;}
.top-view h2{font-size:calc(18px * 2);
  line-height:1.14;}
.top-view h3{font-size:calc(18px * 1.35);
  line-height:1.22;}
.top-view p{font-size:18px;
  line-height:1.68;}
.top-view .secondary-visual{display:flex;
  flex-wrap:wrap;
  gap:2.41rem;
  align-items:flex-start;
  padding-bottom:calc(2.41rem * 1.5);
  border-bottom:1px solid #D3D9E0;}
.top-view .secondary-visual>h2{flex:1 1 calc(1280px / 2.6);
  min-width:0;}
.top-view .secondary-visual>.plain-copy{flex:1 1 calc(1280px / 3.2);
  min-width:0;
  color:#2B3540;}
.top-view .direct-frame{display:flex;
  flex-wrap:wrap;
  gap:var(--mark-public);
  margin-top:var(--mark-public);}
.top-view .active-copy{
  flex:1 1 var(--field-local);
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 3);
  padding:calc(calc(1.5rem * .75) * .9);
  border:1px solid #D3D9E0;
  border-radius:0.81rem;
  background:#FFFFFF;
  color:#141C26;
}
.top-view .active-copy img{display:block;
  width:100%;
  height:auto;
  border-radius:0.49rem;
  margin-bottom:calc(1.5rem / 4);}
.top-view .active-copy p{color:#2B3540;}
.top-view .site-stack{
  margin-top:auto;
  align-self:flex-start;
  padding:calc(calc(1.5rem * .75) * .55) calc(1.5rem * .75);
  border-radius:0.24rem;
  background:var(--surface-page);
  color:var(--line-base);
  font-size:calc(18px * .875);
  text-decoration:none;
  transition:background 270ms var(--ease-panel);
}
.top-view .site-stack:hover{
  background:#123A66;color:#141C26;}
.top-view .focused-note{margin-top:var(--mark-public);
  padding-top:calc(2.41rem * 1.5);
  border-top:1px solid #D3D9E0;
  color:#2B3540;}
.top-view .focused-note a{color:#0B2545;
  text-decoration:underline;}
.top-view .focused-note a:hover{color:inherit;}
@media (max-width:720px){.top-view .secondary-visual>h2,
  .top-view .secondary-visual>.plain-copy,
  .top-view .active-copy{
    flex:1 1 100%;
  }
}
.top-group{
        color:#F4F7FA;
        background:linear-gradient(135deg, #0B2545 0%, #123A66 55%, #1B4E86 100%);
        padding:calc(1.5rem * 2.4) 2.6rem;
    }
.top-group .c{max-width:1280px;
        margin:0 auto;
        display:grid;
        gap:2.6rem;}
@media (min-width: 1024px){.top-group .c{grid-template-columns:minmax(0,1fr) 300px;}
    }
.top-group .narrow-actions{margin-bottom:1.5rem;}
.top-group h1{font-size:calc(18px * 2.65);
        line-height:1.2;
        margin:0 0 calc(2.41rem * 1.5);}
.top-group .active-header{display:flex;
        flex-wrap:wrap;
        gap:2.41rem;
        font-size:calc(18px * .875);
        opacity:0.85;}
.top-group .featured-menu{margin:0 0 1.5rem;
        border-radius:0.81rem;
        overflow:hidden;
        box-shadow:0 10px 20px rgba(0,0,0,0.17);}
.top-group .featured-menu img{display:block;
        width:100%;
        height:auto;}
.top-group .local-panel{line-height:1.68;
        font-size:18px;}
.top-group .local-panel p{margin:0 0 calc(2.41rem * 1.5);}
.top-group .local-panel h2{font-size:calc(18px * 1.35);
        margin:1.5rem 0 calc(2.41rem * 1.5);}
.top-group .local-panel a{color:#F4F7FA;
        text-decoration:underline;
        text-underline-offset:3px;}
.top-group .local-panel a:hover{}
.top-group .site-stack{display:flex;
        flex-wrap:wrap;
        gap:2.41rem;
        margin-top:1.5rem;
        padding-top:calc(2.41rem * 1.5);
        border-top:1px solid rgba(244,247,250,0.25);}
.top-group .site-stack a{color:#F4F7FA;
        text-decoration:none;
        font-size:calc(18px * .875);
        border-bottom:1px solid #F26A1B;
        padding-bottom:2px;}
.top-group .site-stack a:hover{}
.top-group .wide-form{
        background:#FFFFFF;
        color:#141C26;
        padding:calc(1.5rem * .75);
        border-radius:0.81rem;
        box-shadow:0 2px 4px rgba(0,0,0,0.13);
        align-self:start;
    }
.top-group .wide-form h3{margin:0 0 calc(2.41rem * 1.5);
        font-size:calc(18px * 1.125);}
.top-group .main-fields{display:flex;
        flex-direction:column;
        gap:calc(2.41rem * 1.5);}
.top-group .wide-form a{text-decoration:none;
        font-size:calc(18px * .875);
        line-height:1.5;}
.top-group .wide-form a:hover{text-decoration:underline;}
.primary-section{padding:calc(1.5rem * 2.4) 2.6rem;background:#F4F6F8;color:#141C26}
.primary-section .page-wrap{max-width:min(1280px,56rem);margin:0 auto}
.primary-section .secondary-visual{max-width:48rem}
.primary-section h2{margin:0;font-size:calc(18px * 2);line-height:1.1}
.primary-section .secondary-visual p{margin:1.5rem 0 0;color:#2B3540;line-height:1.68}
.primary-section .text-steps{margin-top:calc(2.41rem * 1.5);border-top:1px solid #D3D9E0}
.primary-section details{padding:1.5rem 0;border-bottom:1px solid #D3D9E0}
.primary-section summary{cursor:pointer;font-size:calc(18px * 1.35);line-height:1.2;list-style:none;display:flex;justify-content:space-between;gap:2.41rem}
.primary-section summary::-webkit-details-marker{display:none}
.primary-section summary::after{content:"+";color:inherit;font-weight:600}
.primary-section details[open] summary::after{content:"–"}
.primary-section details p{margin:1.5rem 0 0;color:#2B3540;line-height:1.68}
@media(max-width:720px){.primary-section summary{font-size:18px}
}
.direct-steps{
  background: linear-gradient(135deg, #0B2545 0%, #123A66 55%, #1B4E86 100%);
  color: #F4F7FA;
  padding: calc(1.5rem * 2.4) 2.6rem;
}
.direct-steps .page-wrap{width: min(100%, 1280px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .48fr) minmax(0, 1fr);
  gap: 2.41rem;
  align-items: start;}
.direct-steps h2,
.direct-steps h3,
.direct-steps p{margin: 0;}
.direct-steps h2{font-size: calc(18px * 2);
  line-height: 1.1;}
.direct-steps h3{font-size: calc(18px * 1.35);
  line-height: 1.18;}
.direct-steps p{font-size: 18px;
  line-height: 1.68;}
.direct-steps .active-grid{display: grid;
  gap: calc(2.41rem * 1.5);
  align-content: start;
  padding-top: 1.5rem;}
.direct-steps .open-entries{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.direct-steps [data-block]{
  display: grid;
  grid-template-columns: 11rem minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.5rem calc(1.5rem * .75);
  border-radius: 0.81rem;
  background: #FFFFFF;
  color: #141C26;
  border: 1px solid #D3D9E0;
  box-shadow: 0 2px 4px rgba(0,0,0,0.13);
  animation: peopleCascadeIn calc(270ms * 2.2) var(--ease-panel) both;
  animation-delay: var(--speed-fast, 0ms);
}
.direct-steps [data-block] span{font-size: calc(18px * .875);
  text-transform: uppercase;
  letter-spacing: .04em;
  align-self: start;
  padding-top: .2rem;}
.direct-steps [data-block] > div{display: grid;
  gap: calc(calc(2.41rem * 1.5) * .5);}
.direct-steps [data-block]:nth-child(2n){margin-left: clamp(0rem, 6vw, calc(2.41rem * .8));}
@keyframes peopleCascadeIn {from{ opacity: .2; transform: translateY(calc(calc(2.41rem * 1) * .16)); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 860px) {.direct-steps .page-wrap{ grid-template-columns: 1fr; }.direct-steps .active-grid{ padding-top: 0; }.direct-steps [data-block]{ grid-template-columns: 1fr; }.direct-steps [data-block]:nth-child(2n){ margin-left: 0; }
}
.visual-rail{
  background: #F4F6F8;
  color: #141C26;
  padding: calc(1.5rem * 2.4) 2.6rem;
}
.visual-rail .page-wrap{width: min(100%, 1280px);
  margin: 0 auto;
  display: grid;
  gap: 2.41rem;}
.visual-rail h2,
.visual-rail h3,
.visual-rail p{margin: 0;}
.visual-rail h2{font-size: calc(18px * 2); line-height: 1.1;}
.visual-rail h3{font-size: calc(18px * 1.35); line-height: 1.18;}
.visual-rail p{font-size: 18px; line-height: 1.68;}
.visual-rail .local-feature{display: grid;
  gap: calc(2.41rem * 1.5);
  padding-bottom: calc(2.41rem * 1.5);
  border-bottom: 2px solid #F26A1B;}
.visual-rail .local-feature p{color: #2B3540;}
.visual-rail .media-wrap{display: grid;
  gap: calc(2.41rem * 1.5);}
.visual-rail .bottom-quote{display: grid;
  grid-template-columns: minmax(8rem, .2fr) minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 2.41rem;
  row-gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) calc(1.5rem * .75) calc(1.5rem * .75) 0;
  border-left: 3px solid #D3D9E0;
  padding-left: calc(1.5rem * .75);}
.visual-rail .bottom-quote span{grid-column: 1;
  grid-row: 1;
  font-size: calc(18px * .875);
  text-transform: uppercase;
  letter-spacing: .04em;color:inherit;
  align-self: start;}
.visual-rail .bottom-quote h3{grid-column: 2;
  grid-row: 1;}
.visual-rail .bottom-quote p{grid-column: 2;
  grid-row: 2;}
.visual-rail .public-grid{
  display: flex;
  justify-content: space-between;
  gap: 2.41rem;
  align-items: center;
  padding: calc(1.5rem * .75);
  border-radius: 0.81rem;
  background: #FFFFFF;
  color: #141C26;
  border: 1px solid #D3D9E0;
}
.visual-rail .public-grid a{color:inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  white-space: nowrap;}
.visual-rail .public-grid a:hover{color:inherit;}
@media (max-width: 800px) {.visual-rail .bottom-quote{
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }.visual-rail .bottom-quote span,
  .visual-rail .bottom-quote h3,
  .visual-rail .bottom-quote p{
    grid-column: 1;
  }.visual-rail .bottom-quote span{ grid-row: 1; }.visual-rail .bottom-quote h3{ grid-row: 2; }.visual-rail .bottom-quote p{ grid-row: 3; }.visual-rail .public-grid{
    flex-direction: column;
    align-items: flex-start;
  }
}
.top-intro{
    background:#F4F6F8;
    color:#141C26;
    padding:calc(1.5rem * 2.4) 2.6rem;
}
.top-intro .c{max-width:1280px;
    margin:0 auto;
    display:grid;
    gap:2.6rem;}
@media (min-width: 1024px){.top-intro .c{
        grid-template-columns:minmax(0,1fr) 300px;
        align-items:start;
    }
}
.top-intro .bottom-steps{display:flex;
    flex-direction:column;
    gap:calc(2.41rem * 1.5);}
.top-intro .narrow-actions h1{font-size:calc(18px * 2.65);
    line-height:1.2;
    margin:0 0 0.75rem;}
.top-intro .active-header{display:flex;
    flex-wrap:wrap;
    gap:1rem;
    font-size:calc(18px * .875);}
.top-intro .public-story{margin:0;
    border-radius:0.81rem;
    overflow:hidden;
    box-shadow:0 2px 4px rgba(0,0,0,0.13);}
.top-intro .public-story img{display:block;
    width:100%;
    height:auto;}
.top-intro .local-panel{line-height:1.68;}
.top-intro .local-panel p{margin:0 0 1.1rem;}
.top-intro .local-panel h2{font-size:calc(18px * 1.35);
    margin:1.6rem 0 0.6rem;}
.top-intro .site-stack{display:flex;
    flex-wrap:wrap;
    gap:1rem;
    padding-top:calc(2.41rem * 1.5);
    border-top:1px solid #D3D9E0;}
.top-intro .site-stack a{text-decoration:none;
    font-size:calc(18px * .875);
    font-weight:600;}
.top-intro .site-stack a:hover{text-decoration:underline;}
.top-intro .wide-form{
    background:#FFFFFF;
    color:#141C26;
    border:1px solid #D3D9E0;
    padding:calc(1.5rem * .75);
    border-radius:0.81rem;
    box-shadow:0 2px 4px rgba(0,0,0,0.13);
}
.top-intro .wide-form h3{margin:0 0 1rem;
    font-size:calc(18px * 1.125);}
.top-intro .main-fields{display:flex;
    flex-direction:column;
    gap:0.75rem;}
.top-intro .wide-form a{text-decoration:none;
    font-size:calc(18px * .875);}
.top-intro .wide-form a:hover{text-decoration:underline;}
.visual-contact{
        padding: calc(1.5rem * 2.4) 2.6rem;
        background: #F4F6F8;
        color: #141C26
    }
.visual-contact .page-wrap{max-width: 1280px;
        margin: 0 auto}
.visual-contact .primary-copy{display: flex;
        flex-direction: column;
        gap: calc(2.41rem * 1.5)}
.visual-contact .secondary-visual{min-width: 0}
.visual-contact h2{margin: 0;
        font-size: calc(18px * 2);
        line-height: 1.1}
.visual-contact .secondary-visual p{margin: 1.5rem 0 0;
        font-size: calc(18px * 1.125);
        line-height: 1.68}
.visual-contact ul{list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 0}
.visual-contact li{display: flex;
        flex-wrap: wrap;
        gap: calc(1.5rem * .75) 2.41rem;
        align-items: baseline;
        padding: 1.5rem 0;
        border-top: 1px solid #D3D9E0}
.visual-contact li:last-child{border-bottom: 1px solid #D3D9E0}
.visual-contact strong{flex: 0 1 16rem;
        min-width: 0;
        font-size: calc(18px * 1.35);
        line-height: 1.2}
.visual-contact span{flex: 1 1 28rem;
        min-width: 0;
        line-height: 1.68}
@media (max-width: 760px) {.visual-contact li{
            display: block
        }.visual-contact span{
            display: block;
            margin-top: calc(1.5rem * .75)
        }
    }
.public-copy{
  background: linear-gradient(135deg, #0B2545 0%, #123A66 55%, #1B4E86 100%);
  color: #F4F7FA;
  padding: calc(1.5rem * 2.4) 2.6rem;
}
.public-copy .page-wrap{width: min(100%, 1280px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .42fr) minmax(0, 1fr);
  gap: 2.41rem;
  align-items: start;}
.public-copy h2,
.public-copy h3,
.public-copy p{margin: 0;}
.public-copy h2{font-size: calc(18px * 2); line-height: 1.1;}
.public-copy h3{font-size: calc(18px * 1.35); line-height: 1.18;}
.public-copy p{font-size: 18px; line-height: 1.68;}
.public-copy .active-grid{display: grid;
  gap: calc(2.41rem * 1.5);
  align-content: start;
  padding-top: 1.5rem;}
.public-copy .open-entries{display: grid;
  gap: calc(1.5rem * .75);}
.public-copy [data-block]{
  display: grid;
  grid-template-columns: 5.5rem minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.5rem;
  border-radius: 0.81rem;
  background: #FFFFFF;
  color: #141C26;
  border: 1px solid #D3D9E0;
  border-left: 3px solid #F26A1B;
  animation: peopleCascadeIn calc(270ms * 2.2) var(--ease-panel) both;
  animation-delay: var(--speed-fast, 0ms);
}
.public-copy [data-block] span{font-size: calc(18px * .875);
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.04em;}
.public-copy [data-block] > div{display: grid;
  gap: calc(calc(2.41rem * 1.5) * .5);}
@keyframes peopleCascadeIn {from{ opacity: .2; transform: translateY(calc(calc(2.41rem * 1) * .16)); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 860px) {.public-copy .page-wrap{ grid-template-columns: 1fr; }.public-copy .active-grid{ padding-top: 0; }
}
@media (max-width: 560px) {.public-copy [data-block]{ grid-template-columns: 1fr; gap: calc(2.41rem * 1.5); }
}
.steady-frame{
  background: #F4F6F8;
  color: #141C26;
  padding: calc(1.5rem * 2.4) 2.6rem;
}
.steady-frame .page-wrap{width: min(100%, 1280px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(15rem, .65fr);
  gap: 2.41rem;
  align-items: start;}
.steady-frame h2,
.steady-frame h3,
.steady-frame p{margin: 0;}
.steady-frame h2{font-size: calc(18px * 2);
  line-height: 1.1;}
.steady-frame h3{font-size: calc(18px * 1.35);
  line-height: 1.2;}
.steady-frame p{font-size: 18px;
  line-height: 1.68;}
.steady-frame .brand{display: grid;
  gap: calc(2.41rem * 1.5);}
.steady-frame .active-summary{
  display: grid;
  gap: calc(2.41rem * 1.5);
  padding: calc(1.5rem * .75);
  border-radius: 0.81rem;
  background: #0B2545;
  color: #F4F7FA;
  border-left: 4px solid #F26A1B;
}
.steady-frame .active-summary a{width: fit-content;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  font-size: calc(18px * .875);
  letter-spacing: .02em;}
.steady-frame .active-summary a:hover{color:inherit;}
.steady-frame .direct-frame{grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: calc(1.5rem * .75);
  margin-top: 1.5rem;}
.steady-frame .active-copy{
  display: grid;
  gap: calc(1.5rem * .75);
  align-content: start;
  padding: calc(1.5rem * .75);
  border-radius: 0.49rem;
  background: #FFFFFF;
  color: #141C26;
  border: 1px solid #D3D9E0;
  box-shadow: 0 2px 4px rgba(0,0,0,0.13);
}
.steady-frame .active-copy span{font-size: calc(18px * .875);
  color: #2B3540;
  text-transform: uppercase;
  letter-spacing: .04em;}
@media (max-width: 900px) {.steady-frame .page-wrap{
    grid-template-columns: 1fr;
  }.steady-frame .direct-frame{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 620px) {.steady-frame .direct-frame{
    grid-template-columns: 1fr;
  }
}
.active-callout{
    background:#F4F6F8;
    color:#141C26;
    padding:calc(1.5rem * 2.4) 2.6rem;
}
.active-callout .c{max-width:1280px;
    margin:0 auto;
    display:grid;
    gap:2.6rem;}
@media (min-width:1024px){.active-callout .c{grid-template-columns:minmax(0,1fr) 320px;}
}
.active-callout .narrow-actions{margin-bottom:1.5rem;
    border-bottom:1px solid #D3D9E0;
    padding-bottom:calc(2.41rem * 1.5);}
.active-callout .simple-media{margin:0 0 0.6rem;
    font-size:calc(18px * .875);
    letter-spacing:0.08em;
    text-transform:uppercase;}
.active-callout h1{font-size:calc(18px * 2.65);
    line-height:1.18;
    margin:0 0 1rem;}
.active-callout .active-header{display:flex;
    flex-wrap:wrap;
    gap:0.4rem 1.4rem;
    font-size:calc(18px * .875);}
.active-callout .public-story{margin:0 0 calc(2.41rem * 1.5);
    border-radius:0.81rem;
    overflow:hidden;
    box-shadow:0 10px 20px rgba(0,0,0,0.17);}
.active-callout .public-story img{display:block;
    width:100%;
    height:auto;}
.active-callout .local-panel{line-height:1.68;
    font-size:18px;}
.active-callout .local-panel h2{font-size:calc(18px * 1.35);
    margin:calc(2.41rem * 1.5) 0 0.6rem;}
.active-callout .local-panel p{margin:0 0 1rem;}
.active-callout .site-stack{display:flex;
    flex-wrap:wrap;
    gap:0.6rem 1.4rem;
    margin-top:calc(2.41rem * 1.5);
    padding-top:calc(2.41rem * 1.5);
    border-top:1px solid #D3D9E0;}
.active-callout .site-stack a{text-decoration:none;
    font-size:18px;
    border-bottom:1px solid #D3D9E0;
    padding-bottom:2px;
    transition:color 270ms var(--ease-panel), border-color 270ms var(--ease-panel);}
.active-callout .site-stack a:hover{border-color:#F26A1B;}
.active-callout .summary{
    background:#FFFFFF;
    color:#141C26;
    border:1px solid #D3D9E0;
    border-radius:0.81rem;
    padding:calc(1.5rem * .75);
    box-shadow:0 2px 4px rgba(0,0,0,0.13);
    align-self:start;
}
.active-callout .summary h3{margin:0 0 1rem;
    font-size:calc(18px * 1.125);}
.active-callout .top-method{list-style:none;
    margin:0;
    padding:0;
    display:flex;
    flex-direction:column;
    gap:1rem;}
.active-callout .top-method li{display:flex;
    flex-direction:column;
    gap:0.25rem;
    padding-bottom:0.9rem;
    border-bottom:1px solid #D3D9E0;}
.active-callout .top-method li:last-child{border-bottom:0;
    padding-bottom:0;}
.active-callout .top-method a{text-decoration:none;
    font-size:18px;}
.active-callout .top-method a:hover{text-decoration:underline;}
.active-callout .focused-note{font-size:calc(18px * .875);}
.active-callout .active-feature{margin-top:calc(2.41rem * 1.5);
    padding-top:calc(2.41rem * 1.5);
    border-top:1px solid #D3D9E0;
    font-size:calc(18px * .875);}
.active-callout .active-feature p{margin:0 0 0.35rem;}
.active-callout .active-feature a{text-decoration:none;}
.active-callout .active-feature a:hover{text-decoration:underline;}
.service-menu{padding:calc(1.5rem * 2.4) 2.6rem;background:#F4F6F8;color:#141C26}
.service-menu .page-wrap{max-width:min(1280px,56rem);margin:0 auto;display:flex;flex-direction:column;gap:calc(2.41rem * 1.5)}
.service-menu .secondary-visual{display:flex;flex-direction:column;gap:1.5rem}
.service-menu h2{margin:0;font-size:calc(18px * 2);line-height:1.1}
.service-menu .secondary-visual p{margin:0;color:#2B3540;line-height:1.68}
.service-menu .text-steps{display:flex;flex-direction:column;border-top:1px solid #D3D9E0}
.service-menu details{padding:1.5rem 0;border-bottom:1px solid #D3D9E0}
.service-menu summary{cursor:pointer;font-size:calc(18px * 1.35);line-height:1.2;list-style:none;display:flex;justify-content:space-between;gap:2.41rem;align-items:baseline}
.service-menu summary::-webkit-details-marker{display:none}
.service-menu summary::after{content:"+";color:inherit;font-size:calc(18px * 1.125);line-height:1;flex:0 0 auto}
.service-menu details[open] summary::after{content:"\2212"}
.service-menu details p{margin:1.5rem 0 0;color:#2B3540;line-height:1.68}
@media(max-width:720px){.service-menu summary{font-size:18px}.service-menu .page-wrap{gap:1.5rem}
}
.main-intro{
  background: linear-gradient(135deg, #0B2545 0%, #123A66 55%, #1B4E86 100%);
  color: #F4F7FA;
  padding: calc(1.5rem * 2.4) 2.6rem;
}
.main-intro .page-wrap{width: min(100%, 1280px);
  margin: 0 auto;
  display: grid;
  gap: 2.41rem;}
.main-intro h2,
.main-intro h3,
.main-intro p{margin: 0;}
.main-intro h2{font-size: calc(18px * 2); line-height: 1.08;}
.main-intro h3{font-size: calc(18px * 1.35); line-height: 1.16;}
.main-intro p{font-size: 18px; line-height: 1.68;}
.main-intro .contact-entries{
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 2.41rem;
  align-items: end;
  padding: calc(2.41rem * 1.5);
  border-radius: 1.24rem;
  background: linear-gradient(120deg, #F26A1B 0%, #FF8A3D 100%);
  color: #1A0E04;
}
.main-intro .site-actions{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.main-intro [data-block]{
  flex: 1 1 22rem;
  min-height: 12rem;
  display: grid;
  gap: calc(1.5rem * .75);
  align-content: start;
  padding: 1.5rem;
  border-radius: 0.49rem;
  background: #FFFFFF;
  color: #141C26;
  border: 1px solid #D3D9E0;
  animation: peopleMemberIn calc(270ms * 2.2) var(--ease-panel) both;
  animation-delay: var(--speed-fast, 0ms);
}
.main-intro [data-block] div{display: flex;
  justify-content: space-between;
  gap: calc(1.5rem * .75);}
.main-intro .strong-flow{}
@keyframes peopleMemberIn {from{ opacity: .2; transform: translateY(6px); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 900px) {.main-intro .contact-entries{ grid-template-columns: 1fr; }
}
.visual-note{
  background: #F4F6F8;
  color: #141C26;
  padding: calc(1.5rem * 2.4) 2.6rem;
}
.visual-note .page-wrap{width: min(100%, 1280px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(15rem, .5fr);
  gap: 2.41rem;
  align-items: start;}
.visual-note h2,
.visual-note h3,
.visual-note p{margin: 0;}
.visual-note h2{font-size: calc(18px * 2); line-height: 1.1;}
.visual-note h3{font-size: calc(18px * 1.35); line-height: 1.18;}
.visual-note p{font-size: 18px; line-height: 1.68;}
.visual-note .brand{display: grid;
  gap: calc(2.41rem * 1.5);}
.visual-note .active-summary{
  display: grid;
  gap: calc(2.41rem * 1.5);
  padding: calc(1.5rem * .75);
  border-radius: 0.81rem;
  background: #0B2545;
  color: #F4F7FA;
  border-left: 4px solid #F26A1B;
}
.visual-note .active-summary a{width: fit-content;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  transition: color 270ms var(--ease-panel);}
.visual-note .active-summary a:hover{color:inherit;}
.visual-note .direct-frame{grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: calc(1.5rem * .75);
  margin-top: 1.5rem;}
.visual-note .active-copy{
  display: grid;
  gap: calc(2.41rem * 1.5);
  align-content: start;
  padding: calc(1.5rem * .75);
  border-radius: 0.49rem;
  background: #FFFFFF;
  color: #141C26;
  border: 1px solid #D3D9E0;
  border-top: 3px solid var(--surface-page);
}
.visual-note .active-copy span{font-size: calc(18px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #2B3540;}
@media (max-width: 900px) {.visual-note .page-wrap{ grid-template-columns: 1fr; }.visual-note .direct-frame{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px) {.visual-note .direct-frame{ grid-template-columns: 1fr; }
}
.columns{padding:calc(calc(1.5rem * 2.4) * .72) 2.6rem;background:#F4F6F8;color:#141C26;}
.media-unit{max-width:1280px;margin:0 auto;display:flex;justify-content:flex-start;}
.public-area{max-width:52rem;text-align:left;padding-left:0;}
.columns h1{margin:0;font-size:clamp(1.9rem,5vw,3.6rem);line-height:1.06;font-weight:740;letter-spacing:-0.01em;}
.columns p{margin:clamp(1rem,2vw,1.4rem) 0 0;font-size:clamp(1rem,1.6vw,1.18rem);line-height:1.7;color:#2B3540;}
@media (max-width:680px){.media-unit{display:block;}.columns h1{font-size:clamp(1.7rem,7vw,2.4rem);}
    }
.steady-benefit{padding:calc(1.5rem * 2.4) 2.6rem;background:#0B2545;color:#F4F7FA}
.steady-benefit .page-wrap{max-width:1280px;margin:0 auto;display:flex;flex-wrap:wrap;gap:calc(2.41rem * 1.5)}
.steady-benefit .secondary-visual{flex:1 1 22rem;align-self:flex-start}
.steady-benefit h2{margin:0;font-size:calc(18px * 2);line-height:1.1}
.steady-benefit .secondary-visual p{margin:1.5rem 0 0;opacity:.82;line-height:1.68}
.steady-benefit form{flex:1 1 30rem;display:flex;flex-direction:column;gap:1.5rem}
.steady-benefit fieldset{display:flex;flex-wrap:wrap;gap:2.41rem;margin:0;padding:0;border:0}
.steady-benefit fieldset label{flex:1 1 15rem;display:block}
.steady-benefit label span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(18px * .875);letter-spacing:.02em;text-transform:uppercase}
.steady-benefit input,.steady-benefit textarea{width:100%;padding:calc(1.5rem * .75);border:1px solid #D3D9E0;border-radius:0.24rem;background:#FFFFFF;color:#141C26;font:inherit}
.steady-benefit input:focus,.steady-benefit textarea:focus{outline:2px solid #F26A1B;outline-offset:1px}
.steady-benefit .public-region{display:block;margin:0}
.steady-benefit textarea{resize:vertical;min-height:7rem}
.steady-benefit form>p{margin:0;opacity:.78;font-size:calc(18px * .875);line-height:1.68}
.steady-benefit button{align-self:flex-start;padding:calc(1.5rem * .75) 1.5rem;border:1px solid #F26A1B;border-radius:0.24rem;background:#F26A1B;color:#1A0E04;font:inherit;font-weight:600;cursor:pointer;transition:background 270ms var(--ease-panel)}
.steady-benefit button:hover{background:#D4550C;color:#141C26;}
@media(max-width:720px){.steady-benefit .page-wrap{display:block}.steady-benefit form{margin-top:calc(2.41rem * 1.5)}}
.fresh-frame{
  position: relative;
  overflow: hidden;
  padding: calc(1.5rem * 2.4) 2.6rem;
  background: linear-gradient(135deg, #0B2545 0%, #123A66 55%, #1B4E86 100%);
  color: #F4F7FA;
}
.fresh-frame .page-wrap{position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  max-width: 1280px;
  margin: 0 auto;}
.fresh-frame .public-region{margin: 0 0 calc(2.41rem * 1.5);
  padding: 1.5rem 0;}
.fresh-frame h2{margin: 0;
  font-size: calc(18px * 2.65);
  line-height: 1.05;}
.fresh-frame .public-region p{margin: 1.5rem 0 0;
  font-size: calc(18px * 1.125);
  line-height: 1.68;}
.fresh-frame .local-frame{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.41rem;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 30%, transparent);}
.fresh-frame .shell{display: flex;
  flex-wrap: wrap;
  gap: 2.41rem;
  flex: 1 1 22rem;}
.fresh-frame .shell p{margin: 0;
  line-height: 1.68;
  flex: 1 1 14rem;}
.fresh-frame .public-rail{display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: calc(1.5rem * .75);
  flex: 0 1 auto;}
.fresh-frame .public-rail a{color: inherit;
  font-size: calc(18px * 1.125);
  overflow-wrap: anywhere;
  text-underline-offset: .2em;}
.fresh-frame .steady-flow{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-top: 1.5rem;}
.fresh-frame .steady-flow a{color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;
  flex: 1 1 16rem;
  line-height: 1.68;}
.fresh-frame .steady-flow span{display: block;
  margin-top: calc(1.5rem * .75);
  font-size: calc(18px * .875);
  opacity: .7;}
@media (max-width: 720px) {.fresh-frame .local-frame,
  .fresh-frame .shell{
    display: block;
  }.fresh-frame .shell p + p{
    margin-top: calc(1.5rem * .75);
  }.fresh-frame .public-rail{
    align-items: flex-start;
    margin-top: 1.5rem;
  }
}
.team-story{padding:calc(1.5rem * 2.4) 2.6rem;background:#0B2545;color:#F4F7FA}
.team-story .active-area{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.5fr) minmax(0,.5fr);gap:2.41rem;align-items:start}
.team-story .plain-copy{align-self:start}
.team-story h2{margin:0;font-size:calc(18px * 2);line-height:1.1}
.team-story .plain-copy p{margin:1.5rem 0 0;font-size:18px;line-height:1.68}
.team-story .quiet-figure{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.team-story .visual-nav{flex:1 1 15rem;padding:calc(1.5rem * .75);border-radius:0.49rem;background:#FFFFFF;color:#141C26;border:1px solid #D3D9E0}
.team-story .visual-nav span{display:block;font-size:calc(18px * .875);color:inherit;text-transform:uppercase;letter-spacing:.04em}
.team-story .visual-nav strong{display:block;margin-top:calc(calc(1.5rem * .75) / 2);font-size:18px;line-height:1.35}
.team-story .quiet-items{grid-column:1/-1;height:clamp(20rem,40vw,32rem);border-radius:0.81rem;overflow:hidden;border:1px solid #D3D9E0;background:#E4E8ED;color:#2B3540;}
.team-story iframe{display:block;width:100%;height:100%;border:0}
@media (max-width: 820px){.team-story .active-area{grid-template-columns:1fr}.team-story .quiet-items{height:20rem}}
.quiet-method{padding:calc(1.5rem * 2.4) 2.6rem;background:#0B2545;color:#F4F7FA}
.quiet-method .brand{max-width:min(1280px,68rem);margin:0 auto}
.quiet-method h2{margin:0;font-size:calc(18px * 2);line-height:1.1}
.quiet-method .plain-copy{margin:1.5rem 0 calc(2.41rem * 1.5);font-size:calc(18px * 1.125);opacity:.82}
.quiet-method .narrow-inner{display:flex;flex-direction:column;gap:calc(1.5rem * .75);margin-bottom:calc(2.41rem * 1.5)}
.quiet-method .narrow-inner p{margin:0;opacity:.86}
.quiet-method .direct-frame{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.quiet-method .direct-frame li{padding:calc(1.5rem * .75) 0;border-top:1px solid rgba(244,247,250,.18)}
.quiet-method .direct-frame li:first-child{border-top:none;padding-top:0}
.quiet-method h3{margin:0 0 .4rem;font-size:calc(18px * 1.35);line-height:1.25}
.quiet-method .direct-frame p{margin:0;opacity:.8}
.quiet-method .focused-note{margin:calc(2.41rem * 1.5) 0 0;font-size:calc(18px * .875);opacity:.7}
@media (max-width:640px){.quiet-method .brand{max-width:100%}.quiet-method h2{font-size:calc(18px * 1.35)}
}
.plain-items{
  position: relative;
  overflow: hidden;
  padding: calc(1.5rem * 2.4) 2.6rem;
  background: linear-gradient(135deg, #0B2545 0%, #123A66 55%, #1B4E86 100%);
  color: #F4F7FA;
}
.plain-items .page-wrap{position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  max-width: 1280px;
  margin: 0 auto;}
.plain-items .public-region{margin: 0 0 calc(2.41rem * 1.5);
  padding: 1.5rem 0;}
.plain-items h2{margin: 0;
  font-size: calc(18px * 2.65);
  line-height: 1.05;}
.plain-items .public-region p{margin: 1.5rem 0 0;
  font-size: calc(18px * 1.125);
  line-height: 1.68;}
.plain-items .local-frame{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.41rem;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 30%, transparent);}
.plain-items .shell{display: flex;
  flex-wrap: wrap;
  gap: 2.41rem;
  flex: 1 1 22rem;}
.plain-items .shell p{flex: 1 1 16rem;
  margin: 0;
  line-height: 1.68;}
.plain-items .public-rail{display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: calc(1.5rem * .75);
  flex: 0 0 auto;}
.plain-items .public-rail a{color: inherit;
  font-size: calc(18px * 1.125);
  overflow-wrap: anywhere;
  text-underline-offset: .2em;}
.plain-items .steady-flow{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 2.41rem;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 22%, transparent);}
.plain-items .steady-flow a{flex: 1 1 18rem;
  color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;
  line-height: 1.68;}
.plain-items .steady-flow span{display: block;
  margin-top: calc(1.5rem * .75);
  font-size: calc(18px * .875);
  opacity: .7;}
@media (max-width: 720px) {.plain-items .local-frame,
  .plain-items .shell{
    display: block;
  }.plain-items .shell p + p{
    margin-top: calc(1.5rem * .75);
  }.plain-items .public-rail{
    align-items: flex-start;
    margin-top: 1.5rem;
  }.plain-items .steady-flow a{
    flex: 1 1 100%;
  }
}
.wide-shell{padding:calc(1.5rem * 2.4) 2.6rem;background:#F4F6F8;color:#141C26;}
.soft-block{max-width:1280px;margin:0 auto;}
.wide-shell h1{margin:0;font-size:calc(18px * 2.65);line-height:1.08;}
.narrow-frame{
  padding: calc(1.5rem * 2.4) 2.6rem;
  background: #0B2545;
  color: #F4F7FA;
}
.narrow-frame .page-wrap{max-width: min(1280px, 62rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(2.41rem * 1.5);}
.narrow-frame .service-contact{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.narrow-frame h2{margin: 0;
  font-size: calc(18px * 2);
  line-height: 1.1;}
.narrow-frame .secondary-visual{margin: 0;
  color: #C2C9D1;
  font-size: calc(18px * 1.125);}
.narrow-frame .media-form{display: flex;
  flex-direction: column;
  gap: calc(2.41rem * .85);}
.narrow-frame .active-copy{
  padding: calc(1.5rem * .75) calc(2.41rem * 1.5);
  background: rgba(255, 255, 255, 0.04);
  border-left: 3px solid #F26A1B;
  border-radius: 0.24rem;
}
.narrow-frame h3{margin: 0;
  font-size: calc(18px * 1.35);
  line-height: 1.2;}
.narrow-frame .active-copy p{margin: calc(calc(1.5rem * .75) * .55) 0 0;
  color: #C2C9D1;
  font-size: 18px;}
.narrow-frame .active-copy a{color: #F26A1B;
  text-decoration: underline;
  text-underline-offset: 3px;}
.narrow-frame .active-copy a:hover{color:inherit;}
@media (max-width: 720px) {.narrow-frame .active-copy{
    padding: calc(1.5rem * .75);
  }
}
.simple-rail{padding:calc(calc(1.5rem * 2.4) * .78) 2.6rem;background:#F4F6F8;color:#141C26;}
.media-unit{max-width:1280px;margin:0 auto;}
.public-area{max-width:52rem;margin:0 auto;text-align:center;}
.simple-rail h1{margin:0 auto;font-size:clamp(1.9rem,5.4vw,3.9rem);line-height:1.06;font-weight:740;max-width:18ch;}
.simple-rail p{margin:clamp(1rem,2.2vw,1.5rem) auto 0;max-width:44rem;font-size:clamp(1rem,1.6vw,1.18rem);line-height:1.7;color:#2B3540;}
@media (max-width:680px){.public-area{text-align:left;}.simple-rail h1,
        .simple-rail p{margin-left:0;margin-right:0;}
    }
.bottom-team{--mark-public:calc(1.5rem * 0.87);--layer-local:calc(1280px / 2.11);padding:calc(1.5rem * 2.4) 2.6rem;background:var(--surface-page);color:var(--line-base);}
.bottom-team .page-wrap{max-width:1280px;margin:0 auto;}
.bottom-team h2,.bottom-team p{margin:0;}
.bottom-team h2{font-size:calc(18px * 2);line-height:1.12;}
.bottom-team p{font-size:18px;line-height:1.68;color:color-mix(in srgb, currentColor 78%, transparent);}
.bottom-team a{color:inherit;text-decoration:none;}
.bottom-team .bottom-items{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.24rem;background:#F26A1B;color:#1A0E04;font-weight:600;}
.bottom-team .bottom-items:hover{background:#D4550C;color:#141C26;}
.bottom-team .primary-contact{row-gap:calc(var(--mark-public) * 1.2);}
.bottom-team .focused-form{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.bottom-team .bottom-callout{text-align:center;}
.bottom-team .bottom-callout p{margin:1.5rem auto 0;max-width:calc(1280px / 2);}
.bottom-team .bottom-callout .bottom-items{margin-top:1.5rem;}
.bottom-team .site-stack{margin-top:calc(2.41rem * 1.5);font-size:calc(18px * .875);color:color-mix(in srgb, currentColor 68%, transparent);}
.bottom-team .site-stack a{text-decoration:underline;text-underline-offset:2px;}
.bottom-team .site-stack a:hover{}
.bottom-track{
  padding: calc(1.5rem * 2.4) 2.6rem;
  background: #0B2545;
  color: #F4F7FA;
}
.bottom-track .page-wrap{max-width: min(1280px, 72rem);
  margin: 0 auto;}
.bottom-track .plain-copy h2{margin: 0;
  font-size: calc(18px * 2);
  line-height: 1.1;}
.bottom-track .plain-copy .secondary-visual{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(18px * 1.125);
  color: #C2C9D1;}
.bottom-track .offer-body{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);
  margin-top: calc(2.41rem * 1.5);}
.bottom-track .site-steps{
  flex: 1 1 16rem;
  padding: calc(1.5rem * .75);
  border: 1px solid #2B3540;
  border-radius: 0.81rem;
  background: #0B2545;
  color: #F4F7FA;
}
.bottom-track .site-steps .visual-menu{display: block;
  margin-bottom: 0.4rem;
  font-size: calc(18px * .875);
  letter-spacing: 0.08em;
  color: #F26A1B;}
.bottom-track .site-steps strong{display: block;
  font-size: calc(18px * 1.35);}
.bottom-track .site-steps p{margin: calc(1.5rem * .75) 0 0;
  color: #C2C9D1;}
.bottom-track .service-actions{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);
  margin-top: calc(2.41rem * 1.5);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #2B3540;}
.bottom-track .strong-track{flex: 1 1 18rem;}
.bottom-track .strong-track strong{display: block;
  font-size: 18px;}
.bottom-track .strong-track p{margin: 0.5rem 0 0;
  color: #C2C9D1;}
.bottom-track .strong-track .contact-brand{}
.bottom-track .strong-track a{color: #F26A1B;
  text-decoration: none;}
.bottom-track .strong-track a:hover{color:inherit;
  text-decoration: underline;}
.bottom-track .site-stack{margin: calc(2.41rem * 1.5) 0 0;
  font-size: calc(18px * .875);
  color: #C2C9D1;}
.bottom-track .site-stack a{color: #F26A1B;
  text-decoration: none;}
.bottom-track .site-stack a:hover{color:inherit;
  text-decoration: underline;}
@media (max-width: 640px) {.bottom-track .offer-body,
  .bottom-track .service-actions{
    flex-direction: column;
  }
}
.strong-copy{
  padding:calc(1.5rem * 2.4) 2.6rem;
  background:#E4E8ED;
  color:#2B3540;
}
.strong-copy .page-wrap{max-width:1280px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(2.41rem * 1.5);}
.strong-copy .secondary-visual h1{margin:0 0 calc(2.41rem * 1.5);
  font-size:calc(18px * 2.65);
  line-height:1.05;}
.strong-copy .plain-copy{margin:0;
  font-size:calc(18px * 1.125);
  line-height:1.68;}
.strong-copy .narrow-inner{display:flex;
  flex-direction:column;
  gap:1.5rem;
  padding-top:1.5rem;
  border-top:1px solid #D3D9E0;}
.strong-copy .narrow-inner p{margin:0;
  line-height:1.68;}
.strong-copy .site-stack{display:flex;
  flex-wrap:wrap;
  gap:calc(1.5rem * .75) 2.41rem;
  padding:1.5rem 0;
  border-top:1px solid #D3D9E0;
  border-bottom:1px solid #D3D9E0;}
.strong-copy .site-stack a{color:#0B2545;
  text-decoration:underline;
  text-underline-offset:.22em;
  font-size:18px;}
.strong-copy .site-stack a:hover{color:inherit;}
.strong-copy .summary{display:flex;
  flex-direction:column;
  gap:calc(calc(1.5rem * .75) / 2);
  font-size:calc(18px * .875);}
.strong-copy .summary .visual-header{margin:0;}
.strong-copy .summary a{color:inherit;
  text-underline-offset:.22em;}
@media(max-width:620px){.strong-copy .site-stack{
    flex-direction:column;
    gap:calc(1.5rem * .75);
  }
}
