body{margin:0;padding:0;font-family:"DM Sans", sans-serif;}
a{color:inherit;}
*,*::before,*::after{box-sizing:border-box;}
.local-team {
    width: 100%;
    background: var(--paint-primary);
    color: var(--ink-panel);
    border-bottom: 1px solid var(--surface-strong);
  }
:root {
  --surface-strong: #d3d9e0;
  --delay-soft: cubic-bezier(0.4,0,0.2,1);
  --ink-panel: #1a212c;
  --paint-primary: #ffffff;
}
.team-quote {
    max-width: 1680px;
    margin: 0 auto;
    padding: calc(2.28rem * 1.5) 2.65rem;
    display: flex;
    align-items: center;
    gap: 2.28rem;
  }
.contact-feature {
    font-size: calc(16.5px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: var(--ink-panel);
    text-decoration: none;
    white-space: nowrap;
    flex: 0 0 auto;
  }
.top-actions {
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-start;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 2.28rem;
    flex-wrap: wrap;
  }
.nav-list a {
    display: inline-block;
    padding: 0.5rem 0.25rem;
    font-size: 16.5px;
    color: var(--ink-panel);
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 270ms var(--delay-soft),
                border-color 270ms var(--delay-soft);
  }
.nav-list a:hover,
  .nav-list a:focus-visible {
    color: #3b6ea5;
    border-bottom-color: #3b6ea5;
    outline: none;
  }
.service-actions {
    flex: 0 0 auto;
    margin-left: auto;
  }
.fresh-content {
    display: inline-block;
    padding: 0.65rem 1.15rem;
    background: #1e3a5f;
    color: #ffffff;
    border-radius: 0.48rem;
    font-size: calc(16.5px * .875);
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 2px 7px rgba(0,0,0,0.15);
    transition: background 270ms var(--delay-soft),
                box-shadow 270ms var(--delay-soft);
  }
.fresh-content:hover,
  .fresh-content:focus-visible{
    background: #16304f;
    box-shadow: 0 12px 24px rgba(0,0,0,0.2);
    outline: none;color:#1a212c;}
.nav-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 0;
    background: #f4f6f8;
    color: #2b3442;
    border: 1px solid var(--surface-strong);
    border-radius: 0.29rem;
    cursor: pointer;
    margin-left: auto;
  }
.nav-toggle-bar{
    display: block;
    width: 22px;
    height: 2px;
    margin: 0 auto;
    background: #2b3442;
    border-radius: 2px;color:#1a212c;}
@media (max-width: 767px) {
    .team-quote {
      flex-wrap: wrap;
      padding: calc(1.5rem * .75) 2.65rem;
    }

    .nav-toggle {
      display: flex;
    }

    .service-actions {
      display: none;
    }

    .top-actions {
      display: none;
      flex: 1 1 100%;
      order: 3;
      margin-top: calc(1.5rem * .75);
      padding-top: calc(1.5rem * .75);
      border-top: 1px solid var(--surface-strong);
    }

    .top-actions.is-open {
      display: block;
    }

    .nav-list {
      flex-direction: column;
      align-items: stretch;
      gap: 0;
    }

    .nav-list a {
      padding: 0.75rem 0.25rem;
      border-bottom: 1px solid var(--surface-strong);
    }

    .nav-list a:hover,
    .nav-list a:focus-visible {
      border-bottom-color: #3b6ea5;
    }
  }
@media (min-width: 768px) {
    .top-actions {
      display: flex !important;
    }
  }
.focused-service{font-family:"DM Sans", sans-serif;font-size:16.5px;line-height:1.59;padding:calc(1.5rem * 2.4) 2.65rem;width:100%;box-sizing:border-box;background:#1e3a5f;color:#ffffff;}
.compact-menu{max-width:1680px;margin:0 auto;display:grid;grid-template-columns:minmax(0, 1fr);gap:calc(2.28rem * 1.5)}
.plain-media{display:flex;flex-direction:column;gap:calc(1.5rem * .75);padding-bottom:calc(2.28rem * 1.5);border-bottom:1px solid rgba(255, 255, 255, 0.15)}
.top-visual{font-size:calc(16.5px * .875);font-weight:600;letter-spacing:0.04em;text-transform:uppercase;margin:0 0 calc(1.5rem * .75) 0;opacity:0.75}
.service-rail{display:flex;flex-direction:column;gap:calc(1.5rem * .75);font-style:normal;margin:0}
.text-tile{display:block;font-size:16.5px}
.strong-proof{color:inherit;text-decoration:none;font-size:16.5px;transition:opacity 270ms var(--delay-soft)}
.strong-proof:hover,
  .strong-proof:focus-visible{opacity:0.7;text-decoration:underline}
.quiet-media{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.section{font-size:calc(16.5px * 1.125);font-weight:700;margin:0;letter-spacing:0.01em}
.plain-content{margin:0;font-size:calc(16.5px * .875);opacity:0.8;max-width:32ch}
.primary-form{display:grid;grid-template-columns:minmax(0, 1fr);gap:2.28rem}
.bottom-grid{min-width:0}
.simple-actions{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.featured-proof{display:flex;flex-direction:column;gap:calc(1.5rem * .75);padding-top:calc(2.28rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.15)}
.wide-media{margin:0;font-size:calc(16.5px * .875);opacity:0.8;max-width:70ch}
.active-proof{margin:0;font-size:calc(16.5px * .875);opacity:0.7}
@media (min-width: 640px) {.primary-form{grid-template-columns:repeat(2, minmax(0, 1fr))}
  }
@media (min-width: 960px) {.compact-menu{grid-template-columns:minmax(0, 1.2fr) minmax(0, 2fr);grid-template-areas:"contacts nav"
        "brand nav"
        "bottom bottom";align-items:start}.plain-media{grid-area:contacts;border-bottom:none;padding-bottom:0}.quiet-media{grid-area:brand}.primary-form{grid-area:nav;grid-template-columns:repeat(3, minmax(0, 1fr))}.featured-proof{grid-area:bottom}
  }
.cookies{position:fixed;left:50%;bottom:1.5rem;transform:translateX(-50%);z-index:1200}
.cookies .quiet-stack{width:min(58rem,calc(100vw - 2.65rem*2));display:flex;align-items:center;gap:calc(1.5rem * .75);padding:calc(1.5rem * .75);border-radius:1.3rem;background:#3b6ea5;color:#ffffff;box-shadow:0 20px 50px rgba(0,0,0,0.24)}
.cookies p{flex:1 1 auto;margin:0;line-height:1.59}
.cookies strong{margin-right:calc(1.5rem * .75)}
.cookies button{flex:0 0 auto;border:1px solid color-mix(in srgb,currentColor 28%,transparent);border-radius:0.29rem;background:transparent;color:inherit;font:inherit;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer}
.cookies button.cookie-accept{background:#1e3a5f;color:#ffffff;border-color:#1e3a5f}
@media(max-width:760px){.cookies .quiet-stack{display:block}.cookies button{margin-top:calc(1.5rem * .75);margin-right:calc(1.5rem * .75)}.cookies span{display:block;margin-top:calc(1.5rem * .75)}}
.public-headline{padding:calc(1.5rem * 3) 2.65rem;background:var(--paint-primary);color:var(--ink-panel);}
.public-headline .narrow-panel{max-width:1680px;margin:0 auto;display:flex;gap:calc(2.28rem * 1.4);align-items:center;flex-wrap:wrap;}
.public-headline .offer-copy{flex:1 1 30rem;min-width:0;}
.public-headline h1{margin:.2rem 0 .7rem;font-size:clamp(2rem,4.6vw,3.6rem);line-height:1.08;}
.public-headline .offer-copy p{margin:0;max-width:54ch;}
.public-headline .soft-actions{margin-bottom:.75rem;font-size:calc(16.5px * 1.125);}
.public-headline .strong-wrap{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:calc(1.5rem * 1.1);}
.public-headline .strong-wrap a{display:inline-flex;justify-content:center;padding:.7rem 1rem;border-radius:0.48rem;text-decoration:none;font-weight:700;background:#1e3a5f;color:#ffffff;transition:background 270ms var(--delay-soft);}
.public-headline .strong-wrap a:hover{background:#16304f;color:#1a212c;}
.public-headline .strong-wrap a:nth-child(even){background:#ffffff;color:#1a212c;border:1px solid var(--surface-strong);}
.public-headline .strong-wrap a:nth-child(even):hover{background:#f4f6f8;color:#2b3442;}
.public-headline .offer-feature{margin-top:calc(calc(2.28rem * 1.5) * .8);font-size:calc(16.5px * .875);}
.public-headline .offer-feature a{text-decoration:underline;text-underline-offset:2px;}
.public-headline .offer-feature a:hover{}
.public-headline .team-panel{flex:1 1 22rem;max-width:36rem;width:100%;height:auto;border-radius:1.3rem;box-shadow:0 12px 24px rgba(0,0,0,0.2);}
@media (max-width: 960px){.public-headline .team-panel{max-width:none;}
}
.contact-headline{
  --field-public:calc(1.5rem * 1.1);
  --state-active:calc(1680px / 2.4);
  padding:calc(1.5rem * 2.4) 2.65rem;
  background:#f4f6f8;
  color:#2b3442;
}
.contact-headline .top-section{max-width:1680px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  gap:2.28rem;
  align-items:flex-start;}
.contact-headline .simple-brand{flex:1 1 34rem;
  max-width:var(--state-active);}
.contact-headline .media-quote{flex:1 1 18rem;
  padding-top:calc(1.5rem * 0.35);
  border-top:1px solid var(--surface-strong);}
.contact-headline h2{margin:0;
  font-size:calc(16.5px * 2);
  line-height:1.14;}
.contact-headline p{margin:0;
  font-size:16.5px;
  line-height:1.59;}
.contact-headline .fresh-media{margin-top:calc(2.28rem * 1.5);}
.contact-headline .bottom-area{margin-top:calc(1.5rem * .75);
  font-size:calc(16.5px * .875);
  color:#2b3442;
  opacity:0.82;}
.contact-headline .contact-grid{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:100%;
  margin-top:var(--field-public);
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.29rem;
  background:#1e3a5f;
  color:#ffffff;
  text-decoration:none;
  font-size:16.5px;
  transition:background 270ms var(--delay-soft);
}
.contact-headline .contact-grid:hover{
  background:#16304f;color:#1a212c;}
.contact-headline .offer-items{font-size:calc(16.5px * .875);
  line-height:1.59;}
.contact-headline .offer-items a{color:#1e3a5f;
  text-decoration:underline;
  text-underline-offset:2px;}
.contact-headline .offer-items a:hover{color:#3b6ea5;}
@media (max-width:720px){.contact-headline .simple-brand,
  .contact-headline .media-quote{
    flex:1 1 100%;
    max-width:100%;
  }
}
.soft-details{--field-public:calc(1.5rem * 0.87);--state-active:calc(1680px / 2.11);--font-small:calc(1680px / 3.16);padding:calc(1.5rem * 2.4) 2.65rem;background:#1e3a5f;color:#ffffff;}
.soft-details .top-section{max-width:1680px;margin:0 auto;}
.soft-details h1,.soft-details h2,.soft-details h3,.soft-details p,.soft-details ul{margin:0;}
.soft-details h2{font-size:calc(16.5px * 2);line-height:1.12;}
.soft-details h3{font-size:calc(16.5px * 1.35);line-height:1.2;}
.soft-details p{font-size:16.5px;line-height:1.59;color:color-mix(in srgb, currentColor 74%, transparent);}
.soft-details a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);transition:border-color 270ms var(--delay-soft);}
.soft-details a:hover{border-color:currentColor;}
.soft-details .service-tile{row-gap:calc(var(--field-public) * 1.2);}
.soft-details .visual-actions{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.soft-details .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.28rem;}
.soft-details .row-title h2{flex:1 1 calc(1680px / 3);min-width:0;}
.soft-details .row-title>p{flex:1 1 calc(1680px / 3);min-width:0;}
.soft-details .soft-service{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--field-public);margin-top:var(--field-public);}
.soft-details .service-footer{flex:1 1 var(--font-small);min-width:0;padding-top:calc(calc(1.5rem * .75) / 1.6);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.soft-details .service-footer p{margin-top:calc(1.5rem / 3);}
.soft-details .offer-feature{flex:1 1 100%;margin-top:calc(var(--field-public) * .6);font-size:calc(16.5px * .875);}
.visual-flow{
        --field-public: calc(1.5rem * 1.05);
        padding: calc(1.5rem * 2.4) 2.65rem;
        background: #f4f6f8;
        color: #2b3442;
    }
.visual-flow .top-section{max-width: 1680px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        row-gap: var(--field-public);}
.visual-flow h2{margin: 0;
        font-size: calc(16.5px * 2);
        line-height: 1.14;}
.visual-flow .simple-nav{max-width: calc(1680px / 1.9);
        display: flex;
        flex-direction: column;
        row-gap: calc(calc(2.28rem * 1.5) / 1.4);}
.visual-flow .fresh-media{margin: 0;
        font-size: 16.5px;
        line-height: 1.59;}
.visual-flow .main-body{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);}
.visual-flow details{
        padding: calc(1.5rem * .75) calc(calc(1.5rem * .75) * 1.15);
        border-radius: 0.48rem;
        background: #ffffff;
        color: #1a212c;
        border: 1px solid var(--surface-strong);
    }
.visual-flow summary{cursor: pointer;
        font-weight: 700;
        font-size: 16.5px;
        line-height: 1.35;}
.visual-flow details p{margin: calc(calc(2.28rem * 1.5) / 2) 0 0;
        font-size: 16.5px;
        line-height: 1.59;}
.visual-flow a{color: #1e3a5f;
        text-decoration: underline;
        text-underline-offset: 2px;}
.visual-flow a:hover{color: #3b6ea5;}
.visual-flow .featured-fields{margin: 0;
        font-size: calc(16.5px * .875);
        line-height: 1.59;
        max-width: calc(1680px / 1.7);}
@media (max-width: 720px) {.visual-flow .simple-nav,
        .visual-flow .featured-fields{
            max-width: 100%;
        }
    }
.text-header{padding:calc(calc(1.5rem * 2.4)*.72) 2.65rem;background:var(--paint-primary,#ffffff);color:var(--ink-panel,#1a212c);}
.text-header .visual-actions{max-width:1680px;margin:0 auto;display:flex;align-items:center;gap:clamp(1.5rem,4.5vw,calc(2.28rem * 1.5));}
.text-header .page-media{display:block;width:min(38vw,30rem);max-width:100%;height:auto;aspect-ratio:5/6;object-fit:cover;border-radius:1.3rem;flex:0 1 30rem;box-shadow:0 2px 7px rgba(0,0,0,0.15);}
.text-header .visual-actions>div{width:min(100%,48rem);min-width:0;}
.text-header h1{margin:0;font-size:clamp(1.85rem,4.4vw,calc(16.5px * 2.65));line-height:1.1;font-weight:680;letter-spacing:-0.005em;}
.text-header p{margin:clamp(1rem,2vw,1.5rem) 0 0;font-size:clamp(1rem,1.2vw,16.5px);line-height:1.72;color:#2b3442;}
@media (max-width:760px){.text-header .visual-actions{display:block;}.text-header .page-media{width:100%;aspect-ratio:16/10;margin-bottom:1.5rem;}.text-header{padding-top:calc(calc(1.5rem * 2.4)*.55);padding-bottom:calc(calc(1.5rem * 2.4)*.55);}
  }
.soft-grid{--field-public:calc(1.5rem * 1.05);--state-active:calc(1680px / 2.3);padding:calc(1.5rem * 2.4) 2.65rem;background:#f4f6f8;color:#2b3442;}
.soft-grid .top-section{max-width:1680px;margin:0 auto;}
.soft-grid h2,.soft-grid p{margin:0;}
.soft-grid h2{font-size:calc(16.5px * 2);line-height:1.14;}
.soft-grid p{font-size:16.5px;line-height:1.59;}
.soft-grid a{color:inherit;text-decoration:none;}
.soft-grid .bottom-area{margin:0 0 calc(1.5rem / 3);font-size:calc(16.5px * .875);text-transform:uppercase;letter-spacing:0.08em;opacity:0.72;}
.soft-grid .fresh-media{margin-top:calc(1.5rem / 2);max-width:var(--state-active);}
.soft-grid .contact-grid{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(calc(1.5rem * .75) * 0.85) 1.5rem;border-radius:0.29rem;background:#1e3a5f;color:#ffffff;font-size:calc(16.5px * .875);transition:background 270ms var(--delay-soft);}
.soft-grid .contact-grid:hover{background:#16304f;color:#1a212c;}
.soft-grid .soft-service{display:flex;flex-wrap:wrap;gap:2.28rem;margin-top:var(--field-public);}
.soft-grid .service-footer{flex:1 1 calc(1680px / 4.2);min-width:0;padding:calc(1.5rem * .75);background:#ffffff;color:#1a212c;border:1px solid var(--surface-strong);border-radius:0.48rem;}
.soft-grid .service-footer p{font-size:calc(16.5px * 1.125);line-height:1.3;}
.soft-grid .primary-brand{display:inline-block;margin-top:calc(1.5rem / 3);font-size:calc(16.5px * .875);opacity:0.68;}
.soft-grid .focused-form{display:flex;flex-wrap:wrap;align-items:flex-end;gap:2.28rem;}
.soft-grid .focused-form>.simple-brand{flex:1 1 auto;min-width:0;}
.soft-grid .focused-form>.contact-grid{flex:0 0 auto;}
.soft-grid .focused-form>.soft-service{flex:1 1 100%;}
@media (max-width:720px){.soft-grid .service-footer{flex:1 1 100%;}.soft-grid .focused-form{align-items:flex-start;}
}
.media-entries{
  background: #f4f6f8;
  color: #2b3442;
  padding: calc(1.5rem * 2.4) 2.65rem;
}
.media-entries .top-section{width: min(100%, 1680px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2.28rem;
  align-items: flex-start;}
.media-entries .bottom-callout{margin: 0;
  flex: 1 1 22rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.media-entries .text-benefit{display: block;
  width: 100%;
  height: 100%;
  min-height: 30rem;
  object-fit: cover;
  border-radius: 0.77rem;
  box-shadow: 0 12px 24px rgba(0,0,0,0.2);}
.media-entries figcaption{font-size: calc(16.5px * .875);
  line-height: 1.59;
  opacity: 0.85;}
.media-entries .simple-brand{flex: 1 1 24rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: calc(2.28rem * 1.5);}
.media-entries h2,
.media-entries p{margin: 0;}
.media-entries h2{font-size: calc(16.5px * 2);
  line-height: 1.1;}
.media-entries .fresh-media{font-size: 16.5px;
  line-height: 1.59;
  max-width: 46rem;}
.media-entries .text-content{display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid var(--surface-strong);}
.media-entries .service-footer{display: flex;
  flex-wrap: wrap;
  gap: 2.65rem;
  padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid var(--surface-strong);}
.media-entries .service-footer > *{min-width: 0;
  flex: 1 1 14rem;}
.media-entries strong{font-size: calc(16.5px * 1.35);
  line-height: 1.2;}
.media-entries .service-footer span{line-height: 1.59;}
@media (max-width: 860px) {.media-entries .text-benefit{ min-height: 18rem; }.media-entries .service-footer{ gap: 1.5rem; }
}
.secondary-callout{--field-public:calc(1.5rem * 1.18);--state-active:calc(1680px / 2.5);--font-small:calc(1680px / 3.6);padding:calc(1.5rem * 2.4) 2.65rem;background:#1e3a5f;color:#ffffff;}
.secondary-callout .top-section{max-width:1680px;margin:0 auto;}
.secondary-callout h1,.secondary-callout h2,.secondary-callout h3,.secondary-callout p{margin:0;}
.secondary-callout h1{font-size:calc(16.5px * 2.65);line-height:1.1;}
.secondary-callout h2{font-size:calc(16.5px * 2);line-height:1.14;}
.secondary-callout h3{font-size:calc(16.5px * 1.35);line-height:1.22;}
.secondary-callout p{font-size:16.5px;line-height:1.59;opacity:.86;}
.secondary-callout a{color:inherit;text-decoration:none;}
.secondary-callout .content-inner{padding-block-end:calc(var(--field-public) / 3);}
.secondary-callout .featured-team{row-gap:calc(var(--field-public) * .7);}
.secondary-callout .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.28rem;}
.secondary-callout .row-title h2{flex:1 1 calc(1680px / 3);min-width:0;}
.secondary-callout .row-title>p{flex:1 1 calc(1680px / 3);min-width:0;max-width:var(--state-active);}
.secondary-callout .soft-service{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--field-public);margin-top:var(--field-public);}
.secondary-callout .service-footer{flex:1 1 var(--font-small);min-width:0;padding-block-start:calc(calc(1.5rem * .75) / 1.6);border-top:1px solid rgba(255,255,255,.22);}
.secondary-callout .service-footer p{margin-top:calc(1.5rem / 3);}
@media (max-width:720px){.secondary-callout .row-title h2,.secondary-callout .row-title>p{flex:1 1 100%;}
}
.steady-tile{
    padding:calc(calc(1.5rem * 2.4)*.72) 2.65rem;
    background:var(--paint-primary,#ffffff);
    color:var(--ink-panel,#1a212c);
  }
.steady-tile .visual-actions{max-width:1680px;
    margin:0 auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:clamp(1.5rem,4vw,calc(2.28rem * 1.5));
    flex-wrap:wrap;}
.steady-tile .simple-brand{flex:1 1 26rem;
    min-width:0;
    max-width:44rem;}
.steady-tile h1{margin:0;
    font-size:clamp(1.9rem,3.6vw,calc(16.5px * 2.65));
    line-height:1.12;
    font-weight:680;
    letter-spacing:-0.01em;}
.steady-tile .fresh-media{margin:clamp(.9rem,1.6vw,1.5rem) 0 0;
    font-size:clamp(1rem,1.15vw,16.5px);
    line-height:1.7;
    color:#2b3442;
    max-width:38rem;}
.steady-tile .page-media{display:block;
    flex:0 1 26rem;
    width:min(30vw,26rem);
    max-width:100%;
    height:auto;
    aspect-ratio:5/4;
    object-fit:cover;
    border-radius:0.77rem;}
@media (max-width:760px){.steady-tile{padding-top:calc(calc(1.5rem * 2.4)*.55);padding-bottom:calc(calc(1.5rem * 2.4)*.55);}.steady-tile .visual-actions{display:block;}.steady-tile .page-media{width:100%;aspect-ratio:16/9;margin-top:1.5rem;}
  }
.soft-footer{
  --field-public:calc(1.5rem * 1.35);
  --state-active:calc(1680px / 2.4);
  padding:calc(1.5rem * 2.4) 2.65rem;
  background:#1e3a5f;
  color:#ffffff;
}
.soft-footer .top-section{max-width:1680px;
  margin:0 auto;}
.soft-footer h2,
.soft-footer h3,
.soft-footer p{margin:0;}
.soft-footer h2{font-size:calc(16.5px * 2);
  line-height:1.12;}
.soft-footer h3{font-size:calc(16.5px * 1.35);
  line-height:1.2;}
.soft-footer p{font-size:16.5px;
  line-height:1.59;
  color:color-mix(in srgb, currentColor 78%, transparent);}
.soft-footer a{color:inherit;
  text-decoration:underline;
  text-underline-offset:3px;}
.soft-footer a:hover{}
.soft-footer img{display:block;
  width:100%;
  height:auto;
  border-radius:0.48rem;}
.soft-footer .simple-nav{max-width:var(--state-active);}
.soft-footer .fresh-media{margin-top:calc(1.5rem / 2.2);}
.soft-footer .soft-service{display:flex;
  flex-wrap:wrap;
  gap:var(--field-public);
  margin-top:var(--field-public);}
.soft-footer .service-footer{
  flex:1 1 calc(1680px / 3.6);
  min-width:0;
  padding:calc(calc(1.5rem * .75) * .9);
  border-radius:0.48rem;
  background:color-mix(in srgb, currentColor 12%, transparent);
}
.soft-footer .service-footer img{margin-bottom:calc(1.5rem / 2.2);}
.soft-footer .service-footer p{margin-top:calc(1.5rem / 3.4);}
.soft-footer .offer-feature{margin-top:var(--field-public);
  font-size:calc(16.5px * .875);}
@media (max-width:720px){.soft-footer .service-footer{
    flex:1 1 100%;
  }
}
.bottom-nav{--field-public:calc(1.5rem * 1.35);--state-active:calc(1680px / 2.20);padding:calc(1.5rem * 2.4) 2.65rem;background:#f4f6f8;color:#2b3442;}
.bottom-nav .top-section{max-width:1680px;margin:0 auto;}
.bottom-nav h2,.bottom-nav h3,.bottom-nav p{margin:0;}
.bottom-nav h2{font-size:calc(16.5px * 2);line-height:1.12;}
.bottom-nav h3{font-size:calc(16.5px * 1.35);line-height:1.2;}
.bottom-nav p{font-size:16.5px;line-height:1.59;}
.bottom-nav a{color:inherit;text-decoration:none;}
.bottom-nav .contact-grid{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.29rem;background:#1e3a5f;color:#ffffff;transition:background 270ms var(--delay-soft);}
.bottom-nav .contact-grid:hover{background:#16304f;color:#1a212c;}
.bottom-nav .bottom-area{font-size:calc(16.5px * .875);letter-spacing:0.04em;text-transform:uppercase;color:#2b3442;opacity:0.75;}
.bottom-nav .fresh-media{max-width:var(--state-active);margin-top:calc(1.5rem / 2);}
.bottom-nav .soft-service{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.28rem;margin-top:var(--field-public);}
.bottom-nav .service-footer{flex:1 1 calc(1680px / 4);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid var(--surface-strong);}
.bottom-nav .service-footer h3{margin-bottom:calc(1.5rem / 3);}
.bottom-nav .service-footer p{margin-top:calc(1.5rem / 3);}
.bottom-nav .service-footer .clear-feature{font-size:calc(16.5px * .875);color:#2b3442;opacity:0.85;}
.bottom-nav .service-footer a{display:inline-block;margin-top:calc(1.5rem / 2);font-size:calc(16.5px * .875);font-weight:600;color:#1e3a5f;border-bottom:1px solid #1e3a5f;padding-bottom:2px;transition:color 270ms var(--delay-soft),border-color 270ms var(--delay-soft);}
.bottom-nav .service-footer a:hover{color:#3b6ea5;border-color:#3b6ea5;}
.bottom-nav .focused-form{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.28rem;}
.bottom-nav .focused-form>.simple-brand{flex:1 1 auto;min-width:0;}
.bottom-nav .focused-form>.contact-grid{flex:0 0 auto;}
.bottom-nav .focused-form>.soft-service{flex:1 1 100%;}
@media (max-width:720px){.bottom-nav .service-footer{flex:1 1 100%;}.bottom-nav .focused-form>.contact-grid{width:100%;}
}
.secondary-team{
    padding:calc(calc(1.5rem * 2.4)*.72) 2.65rem;
    background:var(--paint-primary,#ffffff);
    color:var(--ink-panel,#1a212c);
  }
.secondary-team .visual-actions{max-width:1680px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:clamp(1.5rem,4vw,calc(2.28rem * 1.5));}
.secondary-team .simple-brand{flex:1 1 26rem;
    min-width:0;
    max-width:44rem;}
.secondary-team .bottom-callout{flex:1 1 22rem;
    margin:0;
    min-width:0;}
.secondary-team .page-media{display:block;
    width:100%;
    height:auto;
    aspect-ratio:5/4;
    object-fit:cover;
    border-radius:0.77rem;
    box-shadow:var(--lift-button,0 2px 7px rgba(0,0,0,.15));}
.secondary-team h1{margin:0;
    font-size:clamp(1.85rem,3.6vw,calc(16.5px * 2.65));
    line-height:1.1;
    font-weight:680;
    letter-spacing:-.01em;}
.secondary-team p{margin:clamp(.9rem,1.6vw,1.5rem) 0 0;
    font-size:clamp(1rem,1.2vw,16.5px);
    line-height:1.7;
    color:#2b3442;
    max-width:38rem;}
@media (max-width:760px){.secondary-team .visual-actions{flex-direction:column-reverse;align-items:stretch;}.secondary-team .page-media{aspect-ratio:16/10;}.secondary-team{padding-top:calc(calc(1.5rem * 2.4)*.55);padding-bottom:calc(calc(1.5rem * 2.4)*.55);}
  }
.narrow-list{--field-public:calc(1.5rem * 1.42);--state-active:calc(1680px / 2.60);padding:calc(1.5rem * 2.4) 2.65rem;background:#f7f7f7;color:#0a0f1a;}
.narrow-list .top-section{max-width:1680px;margin:0 auto;}
.narrow-list h1,.narrow-list h2,.narrow-list h3,.narrow-list p{margin:0;}
.narrow-list h2{font-size:calc(16.5px * 2);line-height:1.12;}
.narrow-list p{font-size:16.5px;line-height:1.59;color:color-mix(in srgb, #0a0f1a 68%, transparent);}
.narrow-list a{color:inherit;text-decoration:none;}
.narrow-list .compact-team{display:flex;flex-direction:column;gap:1.5rem;}
.narrow-list .quiet-benefit{max-width:var(--state-active);}
.narrow-list .quiet-benefit h2{margin-bottom:calc(2.28rem * 1.5);}
.narrow-list .media-benefit{display:flex;flex-wrap:wrap;align-items:center;gap:calc(1.5rem * .75) 1.5rem;}
.narrow-list .contact-grid{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.29rem;background:#0a0f1a;color:#ffffff;transition:background 270ms var(--delay-soft);}
.narrow-list .contact-grid:hover{background:#1e3a5f;}
.narrow-list .bottom-area{flex:1 1 18rem;max-width:32rem;font-size:calc(16.5px * .875);}
.narrow-list .offer-feature{font-size:calc(16.5px * .875);padding-top:calc(2.28rem * 1.5);border-top:1px solid #d3d9e0;}
.narrow-list .offer-feature a{color:#1e3a5f;text-decoration:underline;text-underline-offset:2px;}
.narrow-list .offer-feature a:hover{color:#3b6ea5;}
@media (max-width:640px){.narrow-list .media-benefit{flex-direction:column;align-items:flex-start;}
}
.service-stack{
  padding:calc(1.5rem * 2.4) 2.65rem;
  background:#f4f6f8;
  color:#2b3442;
  overflow:hidden;
}
.service-stack .top-section{max-width:1680px;
  margin:0 auto;}
.service-stack .fresh-media{max-width:52rem;
  margin:0 0 calc(2.28rem * 1.5);}
.service-stack h2{margin:0;
  font-size:calc(16.5px * 2);
  line-height:1.12;}
.service-stack .fresh-media p{margin:1.5rem 0 0;
  font-size:calc(16.5px * 1.125);
  line-height:1.59;}
.service-stack .simple-track{display:flex;
  flex-wrap:wrap;
  gap:2.28rem;
  border-top:1px solid var(--surface-strong);
  padding-top:calc(2.28rem * 1.5);}
.service-stack .service-footer{flex:1 1 18rem;
  min-width:0;
  padding:0 calc(1.5rem * .75) 0 0;
  border-right:1px solid var(--surface-strong);}
.service-stack .service-footer:last-child{border-right:0;
  padding-right:0;}
.service-stack .steady-items{display:block;
  font-size:calc(16.5px * .875);
  letter-spacing:.08em;
  margin-bottom:calc(1.5rem * .75);}
.service-stack strong{display:block;
  font-size:calc(16.5px * 1.35);
  line-height:1.2;
  margin-bottom:calc(1.5rem * .75);}
.service-stack .service-footer p{margin:0;
  line-height:1.59;}
.service-stack .offer-feature{margin-top:calc(2.28rem * 1.5);
  padding-top:1.5rem;
  border-top:1px solid var(--surface-strong);
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:2.28rem;}
.service-stack .offer-feature p{margin:0;
  flex:1 1 22rem;
  font-size:16.5px;
  line-height:1.59;}
.service-stack .offer-feature a{font-size:16.5px;
  text-decoration:none;
  border-bottom:1px solid #1e3a5f;
  padding-bottom:2px;
  transition:color 270ms var(--delay-soft), border-color 270ms var(--delay-soft);}
.service-stack .offer-feature a:hover{border-color:#3b6ea5;}
@media (max-width:900px){.service-stack .service-footer{
    flex:1 1 100%;
    border-right:0;
    border-bottom:1px solid var(--surface-strong);
    padding:0 0 calc(1.5rem * .75);
  }.service-stack .service-footer:last-child{
    border-bottom:0;
    padding-bottom:0;
  }
}
.local-lead{--field-public:calc(1.5rem * 1.05);--state-active:calc(1680px / 2.6);--layer-public:calc(1680px / 3.1);padding:calc(1.5rem * 2.4) 2.65rem;background:#f4f6f8;color:#2b3442;}
.local-lead .top-section{max-width:1680px;margin:0 auto;}
.local-lead h2,.local-lead h3,.local-lead p{margin:0;}
.local-lead h2{font-size:calc(16.5px * 2);line-height:1.14;max-width:var(--state-active);}
.local-lead h3{font-size:calc(16.5px * 1.35);line-height:1.22;}
.local-lead p{font-size:16.5px;line-height:1.59;}
.local-lead .simple-nav{display:flex;flex-direction:column;gap:calc(2.28rem * 1.5);}
.local-lead .fresh-media{max-width:var(--state-active);}
.local-lead .team-service{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.28rem;margin-top:var(--field-public);}
.local-lead .bottom-callout{flex:0 1 var(--layer-public);min-width:0;margin:0;}
.local-lead .bottom-callout img{display:block;width:100%;height:auto;border-radius:0.77rem;box-shadow:0 2px 7px rgba(0,0,0,0.15);}
.local-lead .soft-service{flex:1 1 calc(1680px / 2);min-width:0;display:flex;flex-direction:column;gap:calc(2.28rem * 1.5);}
.local-lead .service-footer{padding-bottom:calc(2.28rem * 1.5);border-bottom:1px solid var(--surface-strong);}
.local-lead .service-footer:last-child{padding-bottom:0;border-bottom:0;}
.local-lead .service-footer p{margin-top:calc(1.5rem / 3);}
.local-lead .offer-feature{margin-top:var(--field-public);font-size:calc(16.5px * .875);}
.local-lead .offer-feature a{color:#1e3a5f;text-decoration:underline;text-underline-offset:3px;}
.local-lead .offer-feature a:hover{color:#3b6ea5;}
@media (max-width:900px){.local-lead .bottom-callout{flex:1 1 100%;}.local-lead .soft-service{flex:1 1 100%;}
}
.service-header{
    padding:calc(calc(1.5rem * 2.4)*.72) 2.65rem;
    background:var(--paint-primary,#ffffff);
    color:var(--ink-panel,#1a212c);
  }
.service-header .visual-actions{max-width:1680px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:clamp(1.5rem,4vw,calc(2.28rem * 1.5));}
.service-header .simple-brand{flex:1 1 26rem;
    min-width:0;
    order:1;}
.service-header .page-media{display:block;
    flex:0 1 30rem;
    width:min(38vw,30rem);
    max-width:100%;
    height:auto;
    aspect-ratio:5/4;
    object-fit:cover;
    border-radius:0.77rem;
    order:2;}
.service-header h1{margin:0;
    font-size:clamp(1.9rem,4.2vw,calc(16.5px * 2.65));
    line-height:1.1;
    font-weight:680;
    letter-spacing:0;}
.service-header p{margin:clamp(.9rem,1.8vw,1.5rem) 0 0;
    max-width:44rem;
    font-size:clamp(1rem,1.2vw,16.5px);
    line-height:1.72;
    color:#2b3442;}
@media (max-width:760px){.service-header .visual-actions{display:block}.service-header .page-media{
      width:100%;
      aspect-ratio:16/9;
      margin-bottom:1.5rem;
    }.service-header{
      padding-top:calc(calc(1.5rem * 2.4)*.55);
      padding-bottom:calc(calc(1.5rem * 2.4)*.55);
    }
  }
.fresh-summary{--field-public:calc(1.5rem * 0.92);--state-active:calc(1680px / 2.40);padding:calc(1.5rem * 2.4) 2.65rem;background:var(--paint-primary);color:var(--ink-panel);}
.fresh-summary .top-section{max-width:1680px;margin:0 auto;}
.fresh-summary h2,.fresh-summary h3,.fresh-summary p,.fresh-summary ol,.fresh-summary li{margin:0;}
.fresh-summary h2{font-size:calc(16.5px * 2);line-height:1.12;}
.fresh-summary h3{font-size:calc(16.5px * 1.35);line-height:1.2;}
.fresh-summary p{font-size:16.5px;line-height:1.59;}
.fresh-summary .media-summary{max-width:var(--state-active);}
.fresh-summary .bottom-area{margin-bottom:calc(1.5rem / 2);font-size:calc(16.5px * .875);letter-spacing:.02em;text-transform:uppercase;color:#2b3442;}
.fresh-summary .fresh-media{margin-top:1.5rem;color:#2b3442;}
.fresh-summary .offer-feature{list-style:none;padding:0;margin-top:var(--field-public);display:flex;flex-direction:column;gap:0;}
.fresh-summary .service-footer{display:flex;gap:2.28rem;padding:calc(2.28rem * 1.5) 0;border-top:1px solid var(--surface-strong);}
.fresh-summary .service-footer:last-child{border-bottom:1px solid var(--surface-strong);}
.fresh-summary .service-footer .simple-brand{max-width:calc(var(--state-active) * 1.35);}
.fresh-summary .service-footer p{margin-top:calc(1.5rem / 3);color:#2b3442;}
.fresh-summary .media-quote{margin-top:var(--field-public);padding:calc(1.5rem * .75) 1.5rem;border-radius:0.48rem;background:#f4f6f8;color:#2b3442;}
.fresh-summary .media-quote p{font-size:calc(16.5px * .875);}
.fresh-summary .media-quote a{color:#1e3a5f;text-decoration:underline;text-underline-offset:3px;}
.fresh-summary .media-quote a:hover{color:#3b6ea5;}
@media (max-width:720px){.fresh-summary .service-footer{flex-direction:column;gap:calc(2.28rem / 2);}
}
.strong-surface{
    padding:calc(1.5rem * 2.4) 2.65rem;
    background:#f4f6f8;
    color:#2b3442;
}
.strong-surface .top-section{max-width:1680px;
    margin:0 auto;}
.strong-surface .media-summary{margin-bottom:calc(2.28rem * 1.5);}
.strong-surface .media-summary p{margin:0;
    font-size:calc(16.5px * .875);
    font-weight:700;
    letter-spacing:.02em;
    text-transform:uppercase;
    opacity:.75;}
.strong-surface .media-summary h2{margin:8px 0 0;
    font-size:calc(16.5px * 2);
    line-height:1.2;}
.strong-surface .fresh-media{margin:0 0 calc(2.28rem * 1.5);
    max-width:62ch;
    font-size:16.5px;
    line-height:1.59;}
.strong-surface .simple-track{display:flex;
    flex-direction:column;
    gap:0;
    border-top:1px solid var(--surface-strong);}
.strong-surface .service-footer{display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    gap:2.28rem;
    align-items:baseline;
    padding:calc(1.5rem * .75) 0;
    border-bottom:1px solid var(--surface-strong);}
.strong-surface .service-footer h3{margin:0 0 6px;
    font-size:calc(16.5px * 1.125);
    grid-column:1;}
.strong-surface .service-footer p{margin:0;
    grid-column:1;
    max-width:70ch;
    font-size:16.5px;
    line-height:1.59;}
.strong-surface .service-footer a{text-decoration:underline;
    text-underline-offset:3px;}
.strong-surface .service-footer a:hover{}
.strong-surface .bottom-area{
    grid-column:2;
    grid-row:1 / span 2;
    align-self:center;
    font-size:calc(16.5px * .875);
    font-weight:700;
    padding:6px 12px;
    border-radius:0.29rem;
    background:#3b6ea5;
    color:#ffffff;
    white-space:nowrap;
}
.strong-surface .media-quote{margin-top:calc(2.28rem * 1.5);
    display:flex;
    flex-wrap:wrap;
    gap:2.28rem;
    align-items:center;
    justify-content:space-between;}
.strong-surface .media-quote p{margin:0;
    max-width:56ch;
    font-size:16.5px;
    line-height:1.59;}
.strong-surface .offer-feature{display:flex;
    flex-wrap:wrap;
    gap:2.65rem;}
.strong-surface .offer-feature a{
    font-size:calc(16.5px * .875);
    font-weight:700;
    color:#ffffff;
    background:#1e3a5f;
    padding:10px 18px;
    border-radius:0.48rem;
    text-decoration:none;
    transition:background 270ms var(--delay-soft);
}
.strong-surface .offer-feature a:hover{
    background:#16304f;color:#1a212c;}
@media (max-width:720px){.strong-surface .service-footer{
        grid-template-columns:1fr;
    }.strong-surface .bottom-area{
        grid-column:1;
        grid-row:auto;
        justify-self:start;
        white-space:normal;
    }.strong-surface .media-quote{
        flex-direction:column;
        align-items:flex-start;
    }
}
.page-area{
    padding:calc(calc(1.5rem * 2.4)*.72) 2.65rem;
    background:#f4f6f8;
    color:#2b3442;
  }
.page-area .visual-actions{max-width:1680px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:clamp(1.5rem,4vw,calc(2.28rem * 1.5));}
.page-area .simple-brand{flex:1 1 26rem;
    min-width:0;
    max-width:44rem;}
.page-area h1{margin:0;
    font-size:clamp(1.85rem,3.6vw,calc(16.5px * 2.65));
    line-height:1.12;
    font-weight:650;
    letter-spacing:-0.01em;}
.page-area p{margin:clamp(1rem,2vw,1.5rem) 0 0;
    font-size:clamp(1rem,1.2vw,16.5px);
    line-height:1.72;
    max-width:38rem;}
.page-area .page-media{display:block;
    flex:0 1 30rem;
    width:min(38vw,30rem);
    max-width:100%;
    height:auto;
    aspect-ratio:5/4;
    object-fit:cover;
    border-radius:0.77rem;}
@media (max-width:760px){.page-area .visual-actions{display:block}.page-area .page-media{
      width:100%;
      aspect-ratio:16/9;
      margin-bottom:1.5rem;
    }.page-area{
      padding-top:calc(calc(1.5rem * 2.4)*.5);
      padding-bottom:calc(calc(1.5rem * 2.4)*.5);
    }
  }
.simple-view{padding:calc(1.5rem * 2.4) 2.65rem;background:#f4f6f8;color:#2b3442}
.simple-view .top-section{max-width:1680px;margin:0 auto}
.simple-view .simple-track{display:flex;gap:2.28rem;align-items:flex-start;flex-wrap:wrap}
.simple-view .team-region{flex:1 1 20rem;min-width:0;padding-right:1.5rem;border-right:1px solid var(--surface-strong)}
.simple-view .team-region p{margin:0 0 calc(1.5rem * .75);line-height:1.59;font-size:16.5px}
.simple-view .team-region .offer-items{font-size:calc(16.5px * .875);margin-bottom:0}
.simple-view .team-region a{text-decoration:underline}
.simple-view .team-region a:hover{}
.simple-view .open-frame{flex:2 1 34rem;min-width:0}
.simple-view h2{margin:0;font-size:calc(16.5px * 2);line-height:1.1}
.simple-view .bottom-figure{margin-top:calc(2.28rem * 1.5);display:flex;flex-direction:column}
.simple-view .service-footer{display:flex;gap:1.5rem;align-items:baseline;padding:calc(1.5rem * .75) 0;border-top:1px solid var(--surface-strong)}
.simple-view .service-footer:last-child{border-bottom:1px solid var(--surface-strong)}
.simple-view strong{flex:0 0 15rem;font-size:calc(16.5px * .875);text-transform:uppercase;letter-spacing:0.03em}
.simple-view span{flex:1 1 26rem;min-width:0;line-height:1.59}
@media(max-width:820px){.simple-view .team-region{flex:1 1 100%;border-right:0;padding-right:0;border-bottom:1px solid var(--surface-strong);padding-bottom:calc(1.5rem * .75)}.simple-view .open-frame{flex:1 1 100%;margin-top:calc(2.28rem * 1.5)}.simple-view .service-footer{display:block;padding:calc(1.5rem * .75) 0}.simple-view strong{display:block;margin-bottom:calc(1.5rem * .75)}.simple-view span{display:block}.simple-view h2{font-size:calc(16.5px * 1.35)}
}
.contact-entries{
  padding: calc(1.5rem * 2.4) 2.65rem;
  background: #1e3a5f;
  color: #ffffff;
}
.contact-entries .top-section{max-width: min(1680px, 76rem);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(20rem, .95fr);
  gap: calc(2.28rem * 1.5);
  align-items: start;}
.contact-entries .bottom-area h2{margin: 0;
  font-size: calc(16.5px * 2);
  line-height: 1.12;}
.contact-entries .bottom-area p{margin: calc(1.5rem * .75) 0;
  font-size: calc(16.5px * 1.125);
  line-height: 1.59;
  opacity: .88;}
.contact-entries .bottom-area a{
  display: inline-flex;
  align-items: center;
  padding: calc(calc(1.5rem * .75) * .85) calc(1.5rem * .75);
  border-radius: 0.48rem;
  background: var(--paint-primary);
  color: var(--ink-panel);
  text-decoration: none;
  font-size: 16.5px;
  transition: background 270ms var(--delay-soft), color 270ms var(--delay-soft);
}
.contact-entries .bottom-area a:hover{
  background: #3b6ea5;
  color: #ffffff;
}
.contact-entries ul{
  list-style: none;
  margin: 0;
  padding: calc(1.5rem * .75);
  border-radius: 0.77rem;
  background: #ffffff;
  color: #1a212c;
  box-shadow: 0 2px 7px rgba(0,0,0,0.15);
}
.contact-entries li{padding: 0 0 calc(1.5rem * .75);
  margin: 0 0 calc(1.5rem * .75);
  border-bottom: 1px solid var(--surface-strong);}
.contact-entries li:last-child{padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;}
.contact-entries li strong{display: block;
  font-size: 16.5px;
  line-height: 1.3;}
.contact-entries li span{display: block;
  margin-top: calc(calc(1.5rem * .75) * .4);color:inherit;
  font-size: calc(16.5px * .875);
  line-height: 1.59;}
@media (max-width: 820px) {.contact-entries .top-section{
    grid-template-columns: 1fr;
  }
}
.simple-fields{padding:calc(1.5rem * 2.4) 2.65rem;background:linear-gradient(135deg, #1e3a5f 0%, #2b4f7d 55%, #3b6ea5 100%);color:#ffffff;}
.simple-fields .top-section{max-width:1680px;margin:0 auto;display:flex;flex-direction:column;gap:calc(2.28rem * 1.5);}
.simple-fields .media-summary{max-width:820px;}
.simple-fields .media-summary h2{margin:0;font-size:calc(16.5px * 2);line-height:1.2;}
.simple-fields .media-summary p{margin:calc(1.5rem * .75) 0 0;font-size:16.5px;opacity:.93;line-height:1.59;}
.simple-fields .soft-service{display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.simple-fields .service-footer{border:1px solid color-mix(in srgb, currentColor 30%, transparent);border-radius:0.48rem;background:color-mix(in srgb, currentColor 10%, transparent);overflow:hidden;}
.simple-fields .service-footer button{width:100%;border:0;background:transparent;color:inherit;text-align:left;font:inherit;font-size:16.5px;font-weight:700;padding:14px 16px;cursor:pointer;transition:background 270ms var(--delay-soft);}
.simple-fields .service-footer button:hover{background:color-mix(in srgb, currentColor 8%, transparent);}
.simple-fields .service-footer p{margin:0;max-height:0;overflow:hidden;padding:0 16px;transition:max-height 270ms var(--delay-soft),padding 270ms var(--delay-soft);opacity:.94;line-height:1.59;}
.simple-fields .service-footer.is-open p{max-height:280px;padding:0 16px 16px;}
.simple-fields .offer-feature{display:flex;flex-wrap:wrap;align-items:center;gap:2.28rem;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.simple-fields .offer-feature p{margin:0;flex:1 1 320px;font-size:calc(16.5px * .875);opacity:.9;}
.simple-fields .offer-feature a{color:inherit;font-size:calc(16.5px * .875);font-weight:700;text-decoration:underline;text-underline-offset:3px;transition:opacity 270ms var(--delay-soft);}
.simple-fields .offer-feature a:hover{opacity:.75;}
@media (max-width:640px){.simple-fields .offer-feature{flex-direction:column;align-items:flex-start;gap:calc(1.5rem * .75);}
    }
.service-headline{padding:calc(calc(1.5rem * 2.4)*.72) 2.65rem;background:var(--paint-primary,#ffffff);color:var(--ink-panel,#1a212c);}
.service-headline .visual-actions{max-width:1680px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;gap:clamp(1.5rem,4vw,calc(2.28rem * 1.5));}
.service-headline .simple-brand{flex:1 1 26rem;min-width:0;}
.service-headline .text-benefit{flex:0 1 24rem;margin:0;min-width:0;}
.service-headline .page-media{display:block;width:100%;height:auto;aspect-ratio:5/4;object-fit:cover;border-radius:0.77rem;}
.service-headline h1{margin:0;font-size:clamp(1.9rem,4.2vw,calc(16.5px * 2.65));line-height:1.1;font-weight:680;letter-spacing:0;}
.service-headline p{margin:clamp(.9rem,1.8vw,1.5rem) 0 0;font-size:clamp(1rem,1.2vw,16.5px);line-height:1.7;color:#2b3442;}
@media (max-width:760px){.service-headline{padding-top:calc(calc(1.5rem * 2.4)*.5);padding-bottom:calc(calc(1.5rem * 2.4)*.5);}.service-headline .visual-actions{display:block;}.service-headline .text-benefit{margin-top:1.5rem;}.service-headline .page-media{aspect-ratio:16/9;}
  }
.strong-stack{--field-public:calc(1.5rem * 0.99);--state-active:calc(1680px / 3.10);padding:calc(1.5rem * 2.4) 2.65rem;background:#1e3a5f;color:#ffffff;}
.strong-stack .top-section{max-width:1680px;margin:0 auto;}
.strong-stack h2,.strong-stack p{margin:0;}
.strong-stack h2{font-size:calc(16.5px * 2);line-height:1.12;}
.strong-stack p{font-size:16.5px;line-height:1.59;color:color-mix(in srgb, currentColor 74%, transparent);}
.strong-stack a{color:inherit;text-decoration:none;}
.strong-stack .contact-grid{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.29rem;background:#ffffff;color:#1e3a5f;transition:background 270ms var(--delay-soft),color 270ms var(--delay-soft);}
.strong-stack .contact-grid:hover{background:#3b6ea5;color:#ffffff;}
.strong-stack .compact-summary h2{margin-top:var(--field-public);max-width:var(--state-active);}
.strong-stack .fresh-media{margin-top:1.5rem;max-width:var(--state-active);}
.strong-stack .offer-feature{display:flex;flex-wrap:wrap;gap:2.28rem;margin-top:calc(2.28rem * 1.5);}
.strong-stack .offer-feature a{border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);padding-bottom:2px;font-size:calc(16.5px * .875);}
.strong-stack .offer-feature a:hover{border-bottom-color:currentColor;}
.compact-unit{
  padding: calc(1.5rem * 2.4) 2.65rem;
  background: #f4f6f8;
  color: #2b3442;
}
.compact-unit .top-section{max-width: min(1680px, 72rem);
  margin: 0 auto;}
.compact-unit .media-summary{max-width: 46rem;
  margin-bottom: calc(2.28rem * 1.5);}
.compact-unit h2{margin: 0;
  font-size: calc(16.5px * 2);
  line-height: 1.1;}
.compact-unit .fresh-media{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(16.5px * 1.125);
  color: #2b3442;
  opacity: .82;}
.compact-unit .simple-track{display: flex;
  flex-wrap: wrap;
  gap: 2.28rem;}
.compact-unit .service-footer{
  flex: 1 1 min(100%, 22rem);
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  background: #ffffff;
  color: #1a212c;
  border: 1px solid var(--surface-strong);
  border-radius: 0.77rem;
  box-shadow: 0 2px 7px rgba(0,0,0,0.15);
}
.compact-unit .text-menu{display: flex;
  align-items: center;
  gap: .75rem;}
.compact-unit .text-menu img{width: 3rem;
  height: 3rem;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 auto;}
.compact-unit .page-visual{display: block;
  font-weight: 700;
  font-size: 16.5px;}
.compact-unit .text-menu small{display: block;
  font-size: calc(16.5px * .875);
  color: #2b3442;
  opacity: .75;}
.compact-unit .team-footer{margin: 0;
  font-size: 16.5px;
  line-height: 1.59;}
.compact-unit .clear-feature{margin-top: auto;
  font-size: calc(16.5px * .875);
  font-weight: 600;
  color: #3b6ea5;}
.compact-unit .view{margin-top: calc(2.28rem * 1.5);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid var(--surface-strong);}
.compact-unit .clear-shell{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(16.5px * .875);
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #2b3442;
  opacity: .7;}
.compact-unit .quiet-section{list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;}
.compact-unit .quiet-section li{
  padding: .35rem .85rem;
  background: #ffffff;
  color: #1a212c;
  border: 1px solid var(--surface-strong);
  border-radius: 0.29rem;
  font-size: calc(16.5px * .875);
}
@media (max-width: 700px) {.compact-unit .simple-track{
    display: block;
  }.compact-unit .service-footer + .service-footer{
    margin-top: 2.28rem;
  }
}
.simple-quote{--field-public:calc(1.5rem * 0.99);--state-active:calc(1680px / 2.50);padding:calc(1.5rem * 2.4) 2.65rem;background:#f4f6f8;color:#2b3442;}
.simple-quote .top-section{max-width:1680px;margin:0 auto;}
.simple-quote h1,.simple-quote h2,.simple-quote h3,.simple-quote p{margin:0;}
.simple-quote h2{font-size:calc(16.5px * 2);line-height:1.12;max-width:var(--state-active);}
.simple-quote h3{font-size:calc(16.5px * 1.35);line-height:1.2;margin-top:calc(1.5rem / 2);}
.simple-quote p{font-size:16.5px;line-height:1.59;}
.simple-quote a{text-decoration:none;font-size:calc(16.5px * .875);display:inline-block;margin-top:calc(1.5rem / 3);border-bottom:1px solid var(--surface-strong);padding-bottom:2px;}
.simple-quote a:hover{border-bottom-color:#3b6ea5;}
.simple-quote img{display:block;width:100%;height:auto;border-radius:0.48rem;}
.simple-quote .fresh-media{margin-top:1.5rem;max-width:var(--state-active);}
.simple-quote .soft-service{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.28rem;margin-top:var(--field-public);}
.simple-quote .service-footer{flex:1 1 calc(1680px / 4);min-width:0;}
.simple-quote .service-footer p{margin-top:calc(1.5rem / 3);}
.team-rail{padding:calc(calc(1.5rem * 2.4)*.68) 2.65rem;background:var(--paint-primary,#ffffff);color:var(--ink-panel,#1a212c);}
.team-rail .visual-actions{max-width:1680px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:clamp(1.25rem,5vw,calc(2.28rem * 1.5));}
.team-rail .page-media{display:block;width:min(34vw,28rem);max-width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;border-radius:1.3rem;flex:0 1 28rem;}
.team-rail .visual-actions>div{width:min(100%,46rem);min-width:0;}
.team-rail h1{margin:0;font-size:clamp(2rem,4.8vw,calc(16.5px * 2.65));line-height:1.08;font-weight:680;letter-spacing:0;}
.team-rail p{margin:clamp(.9rem,1.8vw,1.5rem) 0 0;font-size:clamp(1rem,1.25vw,16.5px);line-height:1.72;color:#2b3442;}
@media (max-width:700px){.team-rail .visual-actions{display:block}.team-rail .page-media{width:100%;aspect-ratio:16/9;margin-bottom:1.5rem}.team-rail{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}}
.focused-media{--field-public:calc(1.5rem * 1.06);--font-small:calc(1680px / 3.37);padding:calc(1.5rem * 2.4) 2.65rem;background:#1e3a5f;color:#ffffff;}
.focused-media .top-section{max-width:1680px;margin:0 auto;}
.focused-media h2,.focused-media h3,.focused-media p{margin:0;}
.focused-media h2{font-size:calc(16.5px * 2);line-height:1.12;}
.focused-media h3{font-size:calc(16.5px * 1.35);line-height:1.2;}
.focused-media p{font-size:16.5px;line-height:1.59;}
.focused-media .secondary-panel{padding-inline-start:calc(2.65rem / 2);}
.focused-media .featured-team{row-gap:calc(var(--field-public) * .7);}
.focused-media .fresh-media{margin-top:1.5rem;max-width:calc(1680px / 2);opacity:.82;}
.focused-media .soft-service{display:flex;flex-wrap:wrap;gap:var(--field-public);margin-top:var(--field-public);}
.focused-media .service-footer{flex:1 1 var(--font-small);min-width:0;padding:calc(var(--field-public) * .75);border-radius:0.48rem;background:#f4f6f8;color:#2b3442;}
.focused-media .service-footer h3{color:inherit;}
.focused-media .service-footer p{margin-top:calc(1.5rem / 3);color:inherit;}
.secondary-stack{
  padding:calc(1.5rem * 2.4) 2.65rem;
  background:#1e3a5f;
  color:#ffffff;
  overflow:hidden;
}
.secondary-stack .top-section{max-width:1680px;
  margin:0 auto;}
.secondary-stack .simple-nav{max-width:52rem;
  margin:0 0 calc(2.28rem * 1.5);}
.secondary-stack h2{margin:0;
  font-size:calc(16.5px * 2);
  line-height:1.1;}
.secondary-stack .fresh-media{margin:1.5rem 0 0;
  font-size:calc(16.5px * 1.125);
  line-height:1.59;
  opacity:.92;}
.secondary-stack .service-entries{display:flex;
  flex-wrap:wrap;
  gap:2.28rem;}
.secondary-stack .service-footer{flex:1 1 min(22rem,100%);
  padding:calc(1.5rem * .75) 0 0;
  border-top:1px solid rgba(255,255,255,.22);}
.secondary-stack .service-footer strong{display:block;
  font-size:calc(16.5px * 1.35);
  line-height:1.15;
  margin-bottom:calc(1.5rem * .75);}
.secondary-stack .service-footer p{margin:0;
  line-height:1.59;
  opacity:.9;}
.secondary-stack .offer-feature{margin-top:calc(2.28rem * 1.5);
  padding-top:calc(1.5rem * .75);
  border-top:1px solid rgba(255,255,255,.22);
  font-size:calc(16.5px * .875);
  line-height:1.59;
  opacity:.9;}
.secondary-stack .offer-feature a{text-decoration:underline;
  text-underline-offset:3px;}
.secondary-stack .offer-feature a:hover{}
@media (max-width:720px){.secondary-stack .service-footer{
    flex:1 1 100%;
  }
}
.open-media{--field-public:calc(1.5rem * 1.6);--state-active:calc(1680px / 2.4);padding:calc(1.5rem * 2.4) 2.65rem;background:#f4f6f8;color:#2b3442;}
.open-media .top-section{max-width:1680px;margin:0 auto;display:flex;flex-direction:column;gap:var(--field-public);}
.open-media .simple-nav{max-width:var(--state-active);}
.open-media h2,.open-media h3,.open-media p{margin:0;}
.open-media h2{font-size:calc(16.5px * 2);line-height:1.14;}
.open-media h3{font-size:calc(16.5px * 1.35);line-height:1.22;}
.open-media p{font-size:16.5px;line-height:1.59;}
.open-media .fresh-media{margin-top:calc(2.28rem * 1.5);font-size:calc(16.5px * 1.125);}
.open-media .soft-service{display:flex;flex-direction:column;gap:calc(2.28rem * 1.5);border-top:1px solid var(--surface-strong);}
.open-media .service-footer{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);gap:2.28rem;padding:calc(1.5rem * .75) 0;border-bottom:1px solid var(--surface-strong);align-items:start;}
.open-media .service-footer .text-menu{margin:0;font-size:calc(16.5px * .875);letter-spacing:.02em;text-transform:uppercase;color:#2b3442;opacity:.75;}
.open-media .service-footer h3{grid-column:2;grid-row:1;}
.open-media .service-footer .simple-brand{grid-column:2;grid-row:2;margin-top:calc(1.5rem / 3);}
.open-media .bottom-area{max-width:var(--state-active);font-size:calc(16.5px * .875);}
.open-media a{color:#1e3a5f;text-decoration:none;border-bottom:1px solid currentColor;}
.open-media a:hover{color:#3b6ea5;}
@media (max-width:720px){.open-media .service-footer{grid-template-columns:1fr;}.open-media .service-footer h3,.open-media .service-footer .simple-brand{grid-column:1;grid-row:auto;}.open-media .service-footer .simple-brand{margin-top:calc(1.5rem / 4);}
}
.clear-unit{
    padding:calc(calc(1.5rem * 2.4)*.72) 2.65rem;
    background:var(--paint-primary,#ffffff);
    color:var(--ink-panel,#1a212c);
  }
.clear-unit .visual-actions{max-width:1680px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    align-items:flex-end;
    gap:clamp(1.5rem,4vw,calc(2.28rem * 1.5));}
.clear-unit .simple-brand{flex:1 1 26rem;
    min-width:0;
    padding-bottom:.4rem;}
.clear-unit h1{margin:0;
    font-size:clamp(1.9rem,4.2vw,calc(16.5px * 2.65));
    line-height:1.1;
    font-weight:660;
    letter-spacing:-0.005em;}
.clear-unit p{margin:clamp(.85rem,1.6vw,1.5rem) 0 0;
    max-width:38rem;
    font-size:clamp(1rem,1.2vw,16.5px);
    line-height:1.7;
    color:#2b3442;}
.clear-unit .visual-intro{flex:0 1 22rem;
    margin:0;
    min-width:0;}
.clear-unit .page-media{display:block;
    width:100%;
    height:auto;
    aspect-ratio:5/4;
    object-fit:cover;
    border-radius:0.77rem;}
@media (max-width:760px){.clear-unit{padding-top:calc(calc(1.5rem * 2.4)*.55);padding-bottom:calc(calc(1.5rem * 2.4)*.55);}.clear-unit .visual-actions{display:block;}.clear-unit .visual-intro{margin-top:1.5rem;}.clear-unit .page-media{aspect-ratio:16/9;}
  }
.active-feature{--field-public:calc(1.5rem * 1.32);--state-active:calc(1680px / 2.45);padding:calc(1.5rem * 2.4) 2.65rem;background:#1e3a5f;color:#ffffff;}
.active-feature .top-section{max-width:1680px;margin:0 auto;}
.active-feature h2,.active-feature h3,.active-feature p{margin:0;}
.active-feature h2{font-size:calc(16.5px * 2);line-height:1.12;max-width:var(--state-active);}
.active-feature h3{font-size:calc(16.5px * 1.35);line-height:1.2;}
.active-feature p{font-size:16.5px;line-height:1.59;color:color-mix(in srgb, currentColor 78%, transparent);}
.active-feature a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.active-feature a:hover{}
.active-feature img{display:block;width:100%;height:auto;border-radius:0.48rem;margin-top:var(--field-public);}
.active-feature .simple-nav .fresh-media{margin-top:1.5rem;max-width:var(--state-active);}
.active-feature .soft-service{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.28rem;margin-top:var(--field-public);}
.active-feature .service-footer{flex:1 1 calc(1680px / 4);min-width:0;padding-top:calc(1.5rem / 2);border-top:1px solid color-mix(in srgb, currentColor 24%, transparent);}
.active-feature .service-footer p{margin-top:calc(1.5rem / 3);}
.active-feature .offer-feature{margin-top:var(--field-public);font-size:calc(16.5px * .875);max-width:var(--state-active);}
.bottom-items{--field-public:calc(1.5rem * 1.15);--state-active:calc(1680px / 2.2);padding:calc(1.5rem * 2.4) 2.65rem;background:var(--paint-primary);color:var(--ink-panel);}
.bottom-items .top-section{max-width:1680px;margin:0 auto;}
.bottom-items h2,.bottom-items h3,.bottom-items p{margin:0;}
.bottom-items h2{font-size:calc(16.5px * 2);line-height:1.12;}
.bottom-items h3{font-size:calc(16.5px * 1.35);line-height:1.2;}
.bottom-items p{font-size:16.5px;line-height:1.59;}
.bottom-items .simple-nav{max-width:var(--state-active);}
.bottom-items .bottom-area{margin-bottom:calc(1.5rem / 2.4);font-size:calc(16.5px * .875);letter-spacing:.04em;text-transform:uppercase;color:#2b3442;}
.bottom-items .fresh-media{margin-top:1.5rem;color:#2b3442;}
.bottom-items .soft-service{display:flex;flex-wrap:wrap;gap:2.28rem;margin-top:calc(var(--field-public) * 1.4);}
.bottom-items .service-footer{flex:1 1 calc(50% - 2.28rem);min-width:260px;padding-top:calc(1.5rem * .75);border-top:1px solid var(--surface-strong);}
.bottom-items .service-footer p{margin-top:calc(1.5rem / 3);color:#2b3442;}
.bottom-items .offer-feature{margin-top:calc(var(--field-public) * 1.2);font-size:calc(16.5px * .875);color:#2b3442;}
.bottom-items .offer-feature a{color:#1e3a5f;text-decoration:underline;text-underline-offset:3px;}
.bottom-items .offer-feature a:hover{color:#3b6ea5;}
@media (max-width:720px){.bottom-items .service-footer{flex:1 1 100%;}
}
.page-inner{
    padding:calc(calc(1.5rem * 2.4)*.72) 2.65rem;
    background:var(--paint-primary,#ffffff);
    color:var(--ink-panel,#1a212c);
  }
.page-inner .visual-actions{max-width:1680px;
    margin:0 auto;
    display:flex;
    align-items:center;
    gap:clamp(1.5rem,4vw,calc(2.28rem * 1.5));}
.page-inner .page-media{display:block;
    width:min(38vw,30rem);
    max-width:100%;
    height:auto;
    aspect-ratio:5/6;
    object-fit:cover;
    border-radius:0.77rem;
    flex:0 1 30rem;}
.page-inner .simple-brand{flex:1 1 auto;
    min-width:0;
    max-width:44rem;}
.page-inner h1{margin:0;
    font-size:clamp(1.85rem,4.2vw,calc(16.5px * 2.65));
    line-height:1.1;
    font-weight:660;
    letter-spacing:-0.01em;}
.page-inner p{margin:clamp(.9rem,1.6vw,1.5rem) 0 0;
    font-size:clamp(1rem,1.15vw,16.5px);
    line-height:1.7;
    color:#2b3442;}
@media (max-width:760px){.page-inner .visual-actions{display:block}.page-inner .page-media{
      width:100%;
      aspect-ratio:16/10;
      margin-bottom:1.5rem;
    }.page-inner{
      padding-top:calc(calc(1.5rem * 2.4)*.55);
      padding-bottom:calc(calc(1.5rem * 2.4)*.55);
    }
  }
.simple-section{
  background:#f4f6f8;
  color:#2b3442;
  padding:calc(1.5rem * 2.4) 2.65rem;
}
.simple-section .top-section{max-width:1680px;
  margin:0 auto;
  display:flex;
  gap:calc(2.28rem * 1.5);
  align-items:flex-start;}
.simple-section .simple-brand{flex:1 1 34rem;
  min-width:0;}
.simple-section h2{margin:0;
  font-size:calc(16.5px * 2);
  line-height:1.1;}
.simple-section .fresh-media{margin:1.5rem 0 0;
  max-width:44rem;
  font-size:calc(16.5px * 1.125);
  line-height:1.59;}
.simple-section .soft-service{list-style:none;
  margin:calc(2.28rem * 1.5) 0 0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:2.28rem;}
.simple-section .service-footer{padding-top:calc(1.5rem * .75);
  border-top:1px solid var(--surface-strong);}
.simple-section .service-footer:first-child{padding-top:0;
  border-top:0;}
.simple-section .offer-items{display:block;
  font-size:16.5px;
  font-weight:600;}
.simple-section .service-footer p{margin:.4rem 0 0;
  max-width:42rem;
  font-size:calc(16.5px * .875);
  line-height:1.59;}
.simple-section .offer-feature{margin-top:calc(2.28rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:2.28rem;}
.simple-section .offer-feature a{color:#1e3a5f;
  text-decoration:none;
  font-size:calc(16.5px * .875);
  border-bottom:1px solid #1e3a5f;
  padding-bottom:2px;
  transition:color 270ms var(--delay-soft), border-color 270ms var(--delay-soft);}
.simple-section .offer-feature a:hover{color:#3b6ea5;
  border-color:#3b6ea5;}
.simple-section .page-media{display:block;
  flex:0 1 30rem;
  width:min(38%,30rem);
  min-width:16rem;
  aspect-ratio:4/5;
  object-fit:cover;
  border-radius:0.77rem;}
@media (max-width:860px){.simple-section .top-section{display:block}.simple-section .page-media{width:100%;min-width:0;aspect-ratio:16/10;margin-top:calc(2.28rem * 1.5)}
}
.quiet-links{--field-public:calc(1.5rem * 1.10);--font-small:calc(1680px / 3.42);padding:calc(1.5rem * 2.4) 2.65rem;background:#3b6ea5;color:#ffffff;}
.quiet-links .top-section{max-width:1680px;margin:0 auto;}
.quiet-links h2,.quiet-links h3,.quiet-links p{margin:0;}
.quiet-links h2{font-size:calc(16.5px * 2);line-height:1.12;}
.quiet-links h3{font-size:calc(16.5px * 1.35);line-height:1.2;}
.quiet-links p{font-size:16.5px;line-height:1.59;color:color-mix(in srgb, currentColor 78%, transparent);}
.quiet-links .fresh-media{margin-top:1.5rem;max-width:calc(1680px / 2);}
.quiet-links .quiet-menu{display:flex;flex-wrap:wrap;gap:var(--field-public);margin-top:var(--field-public);}
.quiet-links .service-footer{flex:1 1 var(--font-small);min-width:0;padding:calc(var(--field-public) * .75);border-radius:0.48rem;background:color-mix(in srgb, currentColor 10%, transparent);}
.quiet-links .service-footer p{margin-top:calc(1.5rem / 3);}
.top-view{
    padding:calc(calc(1.5rem * 2.4)*.7) 2.65rem;
    background:var(--paint-primary,#ffffff);
    color:var(--ink-panel,#1a212c);
  }
.top-view .visual-actions{max-width:1680px;
    margin:0 auto;
    display:flex;
    align-items:center;
    gap:clamp(1.5rem,4.5vw,calc(2.28rem * 1.5));}
.top-view .page-media{display:block;
    width:min(38vw,30rem);
    max-width:100%;
    height:auto;
    aspect-ratio:5/4;
    object-fit:cover;
    border-radius:0.77rem;
    flex:0 1 30rem;
    order:2;}
.top-view .simple-brand{flex:1 1 auto;
    min-width:0;
    max-width:44rem;
    order:1;}
.top-view h1{margin:0;
    font-size:clamp(1.85rem,3.6vw,calc(16.5px * 2.65));
    line-height:1.14;
    font-weight:640;
    letter-spacing:-0.01em;}
.top-view p{margin:clamp(.85rem,1.6vw,1.5rem) 0 0;
    font-size:clamp(1rem,1.15vw,16.5px);
    line-height:1.7;
    color:#2b3442;}
@media (max-width:760px){.top-view .visual-actions{
      display:block;
    }.top-view .page-media{
      width:100%;
      aspect-ratio:16/10;
      margin-bottom:1.5rem;
      order:0;
    }.top-view{
      padding-top:calc(calc(1.5rem * 2.4)*.55);
      padding-bottom:calc(calc(1.5rem * 2.4)*.55);
    }
  }
.soft-track{
  --field-public:calc(1.5rem * 1.35);
  --state-active:calc(1680px / 2.4);
  --mark-static:calc(1680px / 3.2);
  padding:calc(1.5rem * 2.4) 2.65rem;
  background:var(--paint-primary);
  color:var(--ink-panel);
}
.soft-track .top-section{max-width:1680px;margin:0 auto;}
.soft-track h2,.soft-track h3,.soft-track p{margin:0;}
.soft-track h2{font-size:calc(16.5px * 2);line-height:1.14;}
.soft-track h3{font-size:calc(16.5px * 1.35);line-height:1.22;}
.soft-track p{font-size:16.5px;line-height:1.59;}
.soft-track .simple-nav{max-width:var(--state-active);}
.soft-track .simple-nav .fresh-media{margin-top:calc(2.28rem * 1.5);color:#2b3442;}
.soft-track .team-service{display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:2.28rem;
  margin-top:var(--field-public);}
.soft-track .simple-brand{flex:1 1 22rem;min-width:0;}
.soft-track .simple-brand p + p{margin-top:calc(2.28rem * 1.5);}
.soft-track .team-panel{flex:0 1 var(--mark-static);
  margin:0;
  min-width:0;}
.soft-track .team-panel img{display:block;
  width:100%;
  height:auto;
  border-radius:0.77rem;
  box-shadow:0 2px 7px rgba(0,0,0,0.15);}
.soft-track .offer-feature{display:flex;
  flex-wrap:wrap;
  gap:calc(2.28rem * 1.5) 2.28rem;
  margin-top:calc(2.28rem * 1.5);}
.soft-track .offer-feature a{font-size:calc(16.5px * .875);
  font-weight:600;
  color:#1e3a5f;
  text-decoration:none;
  border-bottom:1px solid var(--surface-strong);
  padding-bottom:2px;
  transition:color 270ms var(--delay-soft),border-color 270ms var(--delay-soft);}
.soft-track .offer-feature a:hover{color:#3b6ea5;
  border-color:#3b6ea5;}
.soft-track .soft-service{display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  gap:2.28rem;
  margin-top:calc(var(--field-public) * 1.15);
  padding-top:var(--field-public);
  border-top:1px solid var(--surface-strong);}
.soft-track .service-footer{flex:1 1 calc(1680px / 4);
  min-width:0;}
.soft-track .service-footer p{margin-top:calc(calc(2.28rem * 1.5) / 2);
  color:#2b3442;}
@media (max-width:720px){.soft-track .team-service{flex-direction:column;align-items:flex-start;}.soft-track .team-panel{flex:1 1 auto;width:100%;}.soft-track .service-footer{flex:1 1 100%;}
}
.bottom-unit{--field-public:calc(1.5rem * 1.20);--font-small:calc(1680px / 3.53);padding:calc(1.5rem * 2.4) 2.65rem;background:#3b6ea5;color:#ffffff;}
.bottom-unit .top-section{max-width:1680px;margin:0 auto;}
.bottom-unit h2,.bottom-unit h3,.bottom-unit p{margin:0;}
.bottom-unit h2{font-size:calc(16.5px * 2);line-height:1.12;}
.bottom-unit h3{font-size:calc(16.5px * 1.35);line-height:1.2;}
.bottom-unit p{font-size:16.5px;line-height:1.59;color:color-mix(in srgb, currentColor 74%, transparent);}
.bottom-unit a{color:inherit;text-decoration:none;}
.bottom-unit .secondary-panel{padding-inline-start:calc(2.65rem / 2);}
.bottom-unit .featured-team{row-gap:calc(var(--field-public) * .7);}
.bottom-unit .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.28rem;}
.bottom-unit .row-title h2{flex:1 1 calc(1680px / 3);min-width:0;}
.bottom-unit .row-title>p{flex:1 1 calc(1680px / 3);min-width:0;}
.bottom-unit .text-form{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--field-public);margin-top:var(--field-public);}
.bottom-unit .service-footer{flex:1 1 var(--font-small);min-width:0;display:flex;flex-direction:column;}
.bottom-unit .service-footer p{margin-top:calc(1.5rem / 3);}
.bottom-unit .service-footer a{display:inline-flex;margin-top:auto;padding-top:calc(1.5rem / 2);opacity:.85;text-decoration:underline;text-underline-offset:3px;}
.team-method{padding:calc(calc(1.5rem * 2.4)*.72) 2.65rem;background:#f4f6f8;color:#2b3442;}
.team-method .visual-actions{max-width:1680px;margin:0 auto;display:flex;align-items:center;gap:clamp(1.5rem,4vw,calc(2.28rem * 1.5));}
.team-method .simple-brand{flex:1 1 30rem;min-width:0;max-width:44rem;}
.team-method h1{margin:0;font-size:clamp(1.9rem,4.2vw,calc(16.5px * 2.65));line-height:1.1;font-weight:680;letter-spacing:0;}
.team-method p{margin:clamp(.85rem,1.6vw,1.5rem) 0 0;font-size:clamp(1rem,1.2vw,16.5px);line-height:1.72;}
.team-method .page-media{display:block;flex:0 1 26rem;width:min(38vw,26rem);max-width:100%;height:auto;aspect-ratio:5/4;object-fit:cover;border-radius:0.77rem;}
@media (max-width:760px){.team-method .visual-actions{display:block;}.team-method .page-media{width:100%;aspect-ratio:16/10;margin-top:1.5rem;}.team-method{padding-top:calc(calc(1.5rem * 2.4)*.55);padding-bottom:calc(calc(1.5rem * 2.4)*.55);}
  }
.visual-block{padding:calc(1.5rem * 2.4) 2.65rem;background:#f4f6f8;color:#2b3442;}
.visual-block .top-section{max-width:1680px;margin:0 auto;display:grid;grid-template-columns:1fr 1.15fr;gap:2.28rem;align-items:start;}
.visual-block .narrow-fields img{width:100%;height:auto;display:block;border-radius:0.77rem;border:1px solid var(--surface-strong);box-shadow:0 2px 7px rgba(0,0,0,0.15);}
.visual-block .wide-stack h2{margin:0 0 calc(2.28rem * 1.5);font-size:calc(16.5px * 2);line-height:1.2;}
.visual-block .wide-stack h3{margin:calc(1.5rem * .75) 0 10px;font-size:16.5px;letter-spacing:.02em;text-transform:uppercase;}
.visual-block .fresh-media{margin:0 0 calc(2.28rem * 1.5);font-size:calc(16.5px * 1.125);line-height:1.59;}
.visual-block .bottom-figure{display:flex;flex-direction:column;gap:14px;margin:0 0 calc(1.5rem * .75);}
.visual-block .site-steps{display:grid;grid-template-columns:150px 1fr;gap:16px;padding:12px 0;border-top:1px solid var(--surface-strong);}
.visual-block .site-steps:last-child{border-bottom:1px solid var(--surface-strong);}
.visual-block .site-steps p{margin:0;}
.visual-block .primary-brand{font-size:calc(16.5px * .875);font-weight:600;color:#1e3a5f;}
.visual-block .wide-stack ul{margin:0;padding-left:18px;display:flex;flex-direction:column;gap:8px;}
.visual-block .wide-stack ul li{line-height:1.59;}
@media (max-width:860px){.visual-block .top-section{grid-template-columns:1fr;}.visual-block .site-steps{grid-template-columns:1fr;gap:4px;}
}
.active-stack{--field-public:calc(1.5rem * 1.10);--state-active:calc(1680px / 2.34);--font-small:calc(1680px / 3.42);padding:calc(1.5rem * 2.4) 2.65rem;background:#f4f6f8;color:#2b3442;}
.active-stack .top-section{max-width:1680px;margin:0 auto;}
.active-stack h2,.active-stack h3,.active-stack p{margin:0;}
.active-stack h2{font-size:calc(16.5px * 2);line-height:1.12;}
.active-stack h3{font-size:calc(16.5px * 1.35);line-height:1.2;}
.active-stack p{font-size:16.5px;line-height:1.59;}
.active-stack .fresh-media{margin-top:1.5rem;max-width:calc(1680px / 2);}
.active-stack .quiet-menu{display:flex;flex-wrap:wrap;gap:var(--field-public);margin-top:var(--field-public);}
.active-stack .service-footer{flex:1 1 var(--font-small);min-width:0;padding:calc(var(--field-public) * .75);border-radius:0.48rem;background:#ffffff;color:#1a212c;border:1px solid var(--surface-strong);}
.active-stack .service-footer p{margin-top:calc(1.5rem / 3);}
.clear-entries{
    background: var(--paint-primary);
    color: var(--ink-panel);
    padding: calc(1.5rem * 2.4) 2.65rem;
  }
.clear-entries .c{max-width: 1680px;
    margin: 0 auto;
    display: grid;
    gap: 2.65rem;}
@media (min-width: 1024px) {.clear-entries .c{
      grid-template-columns: minmax(0, 1fr) 300px;
      align-items: start;
    }
  }
.clear-entries .media-links{display: flex;
    flex-direction: column;
    gap: calc(2.28rem * 1.5);}
.clear-entries .active-wrap h1{font-size: calc(16.5px * 2.65);
    line-height: 1.18;
    margin: 0 0 0.85rem;}
.clear-entries .clear-feature{display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    font-size: calc(16.5px * .875);}
.clear-entries .compact-service{margin: 0;
    border-radius: 0.77rem;
    overflow: hidden;
    box-shadow: 0 2px 7px rgba(0,0,0,0.15);}
.clear-entries .compact-service img{display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;}
.clear-entries .featured-tile{font-size: 16.5px;
    line-height: 1.59;}
.clear-entries .featured-tile p{margin: 0 0 1.1rem;}
.clear-entries .featured-tile h2{font-size: calc(16.5px * 1.35);
    margin: 1.8rem 0 0.6rem;
    line-height: 1.3;}
.clear-entries .offer-feature{display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem 1.5rem;
    padding-top: calc(2.28rem * 1.5);
    border-top: 1px solid var(--surface-strong);
    font-size: calc(16.5px * .875);}
.clear-entries .secondary-header{}
.clear-entries .offer-feature a{text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: color 270ms var(--delay-soft),
                border-color 270ms var(--delay-soft);}
.clear-entries .offer-feature a:hover{border-bottom-color: #3b6ea5;}
.clear-entries .page-headline{
    background: #f4f6f8;
    color: #2b3442;
    padding: calc(1.5rem * .75);
    border-radius: 0.77rem;
    border: 1px solid var(--surface-strong);
  }
.clear-entries .page-headline h3{margin: 0 0 1rem;
    font-size: 16.5px;
    line-height: 1.35;}
.clear-entries .team-section{display: flex;
    flex-direction: column;
    gap: 0.85rem;}
.clear-entries .page-headline a{text-decoration: none;
    font-size: calc(16.5px * .875);
    line-height: 1.45;
    display: block;
    transition: color 270ms var(--delay-soft);}
.clear-entries .page-headline a:hover{text-decoration: underline;}
.wide-lead{padding:calc(1.5rem * 2.4) 2.65rem;background:#f4f6f8;color:#2b3442;}
.wide-lead .bottom-benefit{max-width:1680px;margin:0 auto;}
.wide-lead .simple-track{display:flex;flex-wrap:wrap;gap:2.28rem;align-items:flex-start;}
.wide-lead .site-proof{margin:0;flex:0 0 auto;width:96px;height:96px;border-radius:0.77rem;overflow:hidden;border:1px solid var(--surface-strong);background:#ffffff;color:#1a212c;}
.wide-lead .site-proof img{display:block;width:100%;height:100%;object-fit:cover;}
.wide-lead .simple-brand{flex:1 1 320px;min-width:0;}
.wide-lead .page-visual{margin:0 0 4px;font-size:calc(16.5px * 1.125);}
.wide-lead .plain-service{margin:0 0 calc(2.28rem * 1.5);font-size:calc(16.5px * .875);letter-spacing:0.02em;text-transform:uppercase;}
.wide-lead .strong-entries{margin:0 0 calc(2.28rem * 1.5);font-size:16.5px;line-height:1.59;max-width:60ch;}
.wide-lead .primary-grid{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:calc(2.28rem * 1.5);font-size:calc(16.5px * .875);}
.wide-lead .primary-grid a{color:#1e3a5f;text-decoration:none;border-bottom:1px solid transparent;transition:color 270ms var(--delay-soft),border-color 270ms var(--delay-soft);}
.wide-lead .primary-grid a:hover{color:#3b6ea5;border-bottom-color:#3b6ea5;}
@media (max-width:520px){.wide-lead .simple-track{gap:calc(2.28rem * 1.5);}.wide-lead .site-proof{width:72px;height:72px;}
}
.plain-grid{padding:calc(1.5rem * 2.4) 2.65rem;background:var(--paint-primary);color:var(--ink-panel)}
.plain-grid .top-section{max-width:1680px;margin:0 auto;display:flex;flex-wrap:wrap;gap:calc(2.28rem * 1.5);align-items:flex-start}
.plain-grid .media-summary{flex:1 1 22rem;min-width:0}
.plain-grid .top-area{display:inline-block;font-size:calc(16.5px * .875);color:#2b3442;background:#f4f6f8;padding:0.25rem 0.7rem;border-radius:0.29rem;letter-spacing:0.02em}
.plain-grid h1{margin:1.5rem 0 0;font-size:calc(16.5px * 2.65);line-height:1.08}
.plain-grid .fresh-media{margin:1.5rem 0 0;font-size:calc(16.5px * 1.125);line-height:1.59;}
.plain-grid .team-panel{flex:1 1 20rem;min-width:0;margin:0}
.plain-grid .page-media{display:block;width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;border-radius:1.3rem;box-shadow:0 12px 24px rgba(0,0,0,0.2)}
.plain-grid .wide-stack{flex-basis:100%;width:min(100%,calc(1680px*.68));margin:0 auto;background:#ffffff;color:#1a212c;border:1px solid var(--surface-strong);border-radius:0.77rem;padding:2.28rem}
.plain-grid .wide-stack p{margin:0 0 1.5rem;line-height:1.59}
.plain-grid .wide-stack p:last-of-type{margin-bottom:0}
.plain-grid .featured-fields{display:flex;flex-wrap:wrap;gap:calc(2.28rem * 1.5);margin-top:calc(2.28rem * 1.5);padding-top:1.5rem;border-top:1px solid var(--surface-strong)}
.plain-grid .featured-fields a{font-size:calc(16.5px * .875);text-decoration:none;border-bottom:1px solid transparent;transition:color 270ms var(--delay-soft),border-color 270ms var(--delay-soft)}
.plain-grid .featured-fields a:hover{border-bottom-color:#3b6ea5}
@media(max-width:780px){.plain-grid .top-section{display:block}.plain-grid .team-panel{margin-top:calc(2.28rem * 1.5)}.plain-grid .wide-stack{margin-top:calc(2.28rem * 1.5);width:100%}
}
.direct-links{
    padding:calc(1.5rem * 2.4) 2.65rem;
    background:#f4f6f8;
    color:#2b3442;
}
.direct-links .bottom-benefit{max-width:1680px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    gap:2.28rem;
    align-items:flex-start;}
.direct-links .text-menu{flex:0 0 260px;
    min-width:220px;}
.direct-links .page-visual{margin:0 0 6px;
    font-size:calc(16.5px * 1.35);
    line-height:1.25;}
.direct-links .plain-service{margin:0;
    font-size:calc(16.5px * .875);
    line-height:1.5;
    opacity:0.85;}
.direct-links .simple-brand{flex:1 1 380px;
    min-width:260px;}
.direct-links .strong-entries{margin:0 0 calc(2.28rem * 1.5);
    font-size:16.5px;
    line-height:1.59;}
.direct-links .strong-entries:last-child{margin-bottom:0;}
.direct-links .primary-grid{flex:1 1 100%;
    list-style:none;
    margin:0;
    padding:calc(2.28rem * 1.5) 0 0;
    border-top:1px solid var(--surface-strong);
    display:flex;
    flex-wrap:wrap;
    gap:2.28rem;
    font-size:calc(16.5px * .875);}
.direct-links .primary-grid a{color:#1e3a5f;
    text-decoration:none;
    border-bottom:1px solid transparent;
    transition:color 270ms var(--delay-soft), border-color 270ms var(--delay-soft);}
.direct-links .primary-grid a:hover{color:#3b6ea5;
    border-bottom-color:#3b6ea5;}
.direct-links .bottom-area{flex:1 1 100%;
    margin:0;
    font-size:calc(16.5px * .875);
    opacity:0.75;}
@media (max-width:640px){.direct-links .bottom-benefit{
        flex-direction:column;
        gap:calc(2.28rem * 1.5);
    }.direct-links .text-menu,
    .direct-links .simple-brand{
        flex:1 1 auto;
        min-width:0;
    }
}
.wide-headline{
    background:var(--paint-primary);
    color:var(--ink-panel);
    padding:calc(1.5rem * 2.4) 2.65rem;
}
.wide-headline .c{max-width:1680px;
    margin:0 auto;
    display:grid;
    gap:2.65rem;
    align-items:start;}
@media (min-width:1024px){.wide-headline .c{grid-template-columns:minmax(0,1fr) 300px;}
}
.wide-headline .media-links{display:flex;
    flex-direction:column;
    gap:calc(2.28rem * 1.5);}
.wide-headline .active-wrap h1{font-size:calc(16.5px * 2.65);
    line-height:1.2;
    margin:0 0 0.75rem;}
.wide-headline .clear-feature{display:flex;
    flex-wrap:wrap;
    gap:1rem;
    font-size:calc(16.5px * .875);}
.wide-headline .compact-service{margin:0;
    border-radius:0.77rem;
    overflow:hidden;
    box-shadow:0 2px 7px rgba(0,0,0,0.15);}
.wide-headline .compact-service img{display:block;
    width:100%;
    height:auto;}
.wide-headline .featured-tile{line-height:1.59;
    font-size:16.5px;}
.wide-headline .featured-tile h2{font-size:calc(16.5px * 1.35);
    margin:calc(2.28rem * 1.5) 0 0.5rem;}
.wide-headline .featured-tile p{margin:0 0 1rem;}
.wide-headline .featured-tile a{text-decoration:underline;
    text-underline-offset:3px;}
.wide-headline .featured-tile a:hover{}
.wide-headline .offer-feature{padding-top:calc(2.28rem * 1.5);
    border-top:1px solid var(--surface-strong);}
.wide-headline .offer-feature a{
    display:inline-block;
    padding:0.7rem 1.2rem;
    background:#1e3a5f;
    color:#ffffff;
    border-radius:0.48rem;
    text-decoration:none;
    font-size:calc(16.5px * .875);
    transition:background 270ms var(--delay-soft);
}
.wide-headline .offer-feature a:hover{
    background:#16304f;color:#1a212c;}
.wide-headline .page-headline{
    background:#ffffff;
    color:#1a212c;
    border:1px solid var(--surface-strong);
    border-radius:0.77rem;
    padding:calc(1.5rem * .75);
    box-shadow:0 2px 7px rgba(0,0,0,0.15);
}
.wide-headline .page-headline h3{margin:0 0 1rem;
    font-size:calc(16.5px * 1.125);}
.wide-headline .team-section{display:flex;
    flex-direction:column;
    gap:0.75rem;}
.wide-headline .team-section .service-footer a{text-decoration:none;
    font-size:calc(16.5px * .875);
    line-height:1.4;}
.wide-headline .team-section .service-footer a:hover{text-decoration:underline;}
.text-service{
    padding:calc(1.5rem * 2.4) 2.65rem;
    background:#f4f6f8;
    color:#2b3442;
}
.text-service .bottom-benefit{max-width:1680px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    gap:2.28rem;
    align-items:flex-start;}
.text-service .text-menu{display:flex;
    align-items:center;
    gap:calc(1.5rem * .75);
    flex:1 1 260px;}
.text-service .primary-entries{width:72px;
    height:72px;
    border-radius:0.77rem;
    object-fit:cover;
    flex:0 0 auto;
    border:1px solid var(--surface-strong);}
.text-service .id{min-width:0;}
.text-service .page-visual{margin:0 0 4px;
    font-size:calc(16.5px * 1.125);
    line-height:1.25;}
.text-service .plain-service{margin:0;
    font-size:calc(16.5px * .875);
    opacity:0.85;}
.text-service .strong-entries{flex:1 1 380px;
    margin:0;
    font-size:16.5px;
    line-height:1.59;}
.text-service .primary-grid{flex:1 1 100%;
    list-style:none;
    margin:0;
    padding:calc(2.28rem * 1.5) 0 0;
    border-top:1px solid var(--surface-strong);
    display:flex;
    flex-wrap:wrap;
    gap:calc(1.5rem * .75);
    font-size:calc(16.5px * .875);}
.text-service .primary-grid a{color:#1e3a5f;
    text-decoration:none;
    border-bottom:1px solid transparent;
    transition:color 270ms var(--delay-soft), border-color 270ms var(--delay-soft);}
.text-service .primary-grid a:hover{color:#3b6ea5;
    border-bottom-color:#3b6ea5;}
@media (max-width:640px){.text-service .text-menu{
        flex:1 1 100%;
    }.text-service .strong-entries{
        flex:1 1 100%;
    }
}
.bottom-details{
    padding:calc(calc(1.5rem * 2.4)*.72) 2.65rem;
    background:#f4f6f8;
    color:var(--ink-panel,#1a212c);
  }
.bottom-details .visual-actions{max-width:1680px;
    margin:0 auto;
    display:flex;
    align-items:center;
    gap:clamp(1.5rem,4vw,calc(2.28rem * 1.5));}
.bottom-details .page-media{display:block;
    width:min(38vw,30rem);
    max-width:100%;
    height:auto;
    aspect-ratio:5/4;
    object-fit:cover;
    border-radius:0.77rem;
    flex:0 1 30rem;}
.bottom-details .simple-brand{flex:1 1 auto;
    min-width:0;
    max-width:44rem;}
.bottom-details h1{margin:0;
    font-size:clamp(1.85rem,4.2vw,calc(16.5px * 2.65));
    line-height:1.1;
    font-weight:680;
    letter-spacing:0;}
.bottom-details p{margin:clamp(.85rem,1.6vw,1.5rem) 0 0;
    font-size:clamp(1rem,1.2vw,16.5px);
    line-height:1.7;
    color:#2b3442;}
@media (max-width:760px){.bottom-details .visual-actions{display:block;}.bottom-details .page-media{
      width:100%;
      aspect-ratio:16/10;
      margin-bottom:1.5rem;
    }.bottom-details{
      padding-top:calc(calc(1.5rem * 2.4)*.55);
      padding-bottom:calc(calc(1.5rem * 2.4)*.55);
    }
  }
.visual-view{padding:calc(1.5rem * 2.4) 2.65rem;background:#1e3a5f;color:#ffffff}
.visual-view .visual-fields{max-width:min(1680px,74rem);margin:0 auto}
.visual-view .visual-wrap{margin-bottom:calc(2.28rem * 1.5);max-width:56rem}
.visual-view h2{margin:0;font-size:calc(16.5px * 2);line-height:1.1}
.visual-view .visual-wrap p{margin:1.5rem 0 0;font-size:16.5px;line-height:1.59;opacity:.85}
.visual-view .featured-tile{display:grid;grid-template-columns:minmax(16rem,.42fr) minmax(0,1fr);gap:2.28rem;align-items:start}
.visual-view .compact-steps{border-top:1px solid rgba(255,255,255,.22)}
.visual-view .open-region{padding:calc(1.5rem * .75) 0;border-bottom:1px solid rgba(255,255,255,.22)}
.visual-view .open-region span{display:block;font-size:calc(16.5px * .875);letter-spacing:.02em;text-transform:uppercase;opacity:.72}
.visual-view .open-region strong{display:block;margin-top:calc(calc(1.5rem * .75) * .4);font-weight:600;font-size:16.5px;line-height:1.45}
.visual-view .open-region a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.visual-view .open-region a:hover{opacity:.9}
.visual-view .visual-intro{min-height:30rem;border-radius:0.77rem;overflow:hidden;border:1px solid rgba(255,255,255,.22);background:#ffffff;color:#1a212c;}
.visual-view iframe{display:block;width:100%;height:100%;border:0}
@media (max-width:820px){.visual-view .featured-tile{grid-template-columns:1fr}.visual-view .visual-intro{min-height:22rem}
}
.offer-panel{padding:calc(1.5rem * 2.4) 2.65rem;background:#1e3a5f;color:#ffffff}
.offer-panel .top-section{max-width:1680px;margin:0 auto;display:flex;gap:calc(2.28rem * 1.5);align-items:flex-start}
.offer-panel .simple-nav{flex:1 1 0;padding:2.28rem 0}
.offer-panel h2{margin:0;font-size:calc(16.5px * 2);line-height:1.15}
.offer-panel .simple-nav p{max-width:44rem;margin:1.5rem 0 0;font-size:calc(16.5px * 1.125);line-height:1.59}
.offer-panel ul{list-style:none;margin:calc(2.28rem * 1.5) 0 0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.offer-panel li{max-width:46rem;line-height:1.59;padding-left:calc(1.5rem * .75);border-left:2px solid #3b6ea5}
.offer-panel li span{display:block;margin-bottom:calc(calc(1.5rem * .75) / 2);font-size:calc(16.5px * .875);font-weight:700;letter-spacing:.02em;text-transform:uppercase}
.offer-panel form{flex:0 1 calc(1680px*.36);background:#ffffff;color:#1a212c;border:1px solid var(--surface-strong);border-radius:1.3rem;padding:2.28rem;box-shadow:0 20px 50px rgba(0,0,0,0.24)}
.offer-panel .contact-inner{display:flex;flex-direction:column;gap:1.5rem}
.offer-panel label span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(16.5px * .875);font-weight:600}
.offer-panel input{width:100%;border:0;border-bottom:1px solid var(--surface-strong);border-radius:0;background:transparent;color:inherit;font:inherit;padding:calc(1.5rem * .75) 0;outline:none;transition:border-color 270ms var(--delay-soft)}
.offer-panel input::placeholder{}
.offer-panel input:focus{border-color:#3b6ea5}
.offer-panel button{width:100%;margin-top:calc(2.28rem * 1.5);border:0;border-radius:0.48rem;background:#3b6ea5;color:#ffffff;font:inherit;font-weight:600;padding:calc(1.5rem * .75);cursor:pointer;transition:background 270ms var(--delay-soft)}
.offer-panel button:hover{background:#2b4f7d;color:#1a212c;}
@media(max-width:780px){.offer-panel .top-section{display:block}.offer-panel form{margin-top:1.5rem}}
.main-proof{background:var(--paint-primary);color:var(--ink-panel);padding:calc(1.5rem * 2.4) 2.65rem}
.main-proof .top-section{max-width:1680px;margin:0 auto}
.main-proof .compact-body{display:flex;align-items:flex-start;gap:calc(2.28rem * 1.5)}
.main-proof .simple-nav{flex:0 1 32rem;min-width:0}
.main-proof h2{margin:0;font-size:clamp(calc(16.5px * 2),4.4vw,calc(16.5px * 2.65));line-height:1.08;letter-spacing:0}
.main-proof p{margin:1.5rem 0 0;color:#2b3442;font-size:calc(16.5px * 1.125);line-height:1.62}
.main-proof .bottom-figure{flex:1 1 34rem;min-width:0;display:flex;flex-direction:column;border-top:1px solid var(--surface-strong)}
.main-proof .site-steps{display:flex;gap:2.28rem;padding:1.5rem 0;border-bottom:1px solid var(--surface-strong);color:inherit;text-decoration:none}
.main-proof .site-steps:hover strong{color:#3b6ea5}
.main-proof strong{flex:0 1 13rem;min-width:0;font-size:16.5px;transition:color 270ms var(--delay-soft)}
.main-proof span{flex:1 1 20rem;min-width:0;color:#2b3442;line-height:1.55}
@media(max-width:760px){.main-proof .compact-body{flex-direction:column}.main-proof .site-steps{flex-direction:column;gap:calc(calc(1.5rem * .75)*.5)}
}
.cluster{
  padding: calc(1.5rem * 2.4) 2.65rem;
  background: var(--paint-primary);
  color: var(--ink-panel);
}
.cluster .narrow-panel{
  max-width: 1680px;
  margin: 0 auto;
  border-radius: 1.3rem;
  overflow: hidden;
  background: #ffffff;
  color: #1a212c;
  border: 1px solid var(--surface-strong);
  box-shadow: 0 2px 7px rgba(0,0,0,0.15);
}
.cluster .team-menu{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) calc(2.28rem * 1.5);
  background: #1e3a5f;
  color: #ffffff;
}
.cluster .team-menu span,
.cluster .team-menu strong{font-size: calc(16.5px * .875);color:inherit;}
.cluster .team-menu strong{font-weight: 600;}
.cluster .wide-stack{display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: 2.28rem;
  padding: calc(2.28rem * 1.5);}
.cluster .simple-brand h2{margin: 0;
  font-size: calc(16.5px * 2);
  line-height: 1.12;}
.cluster .simple-brand p{margin: calc(1.5rem * .75) 0 0;
  font-size: 16.5px;}
.cluster .soft-service{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.cluster .offer-items{
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  border-radius: 0.48rem;
  background: #f4f6f8;
  color: var(--ink-panel);
  border: 1px solid var(--surface-strong);
}
.cluster .offer-items span{font-size: calc(16.5px * .875);
  font-weight: 600;}
.cluster h3{margin: 0;
  font-size: calc(16.5px * 1.35);}
.cluster .offer-items p{margin: calc(calc(1.5rem * .75) * .5) 0 0;
  font-size: 16.5px;}
.cluster .offer-items a{text-decoration: underline;
  text-underline-offset: 2px;}
.cluster .offer-items a:hover{}
@media (max-width: 860px) {.cluster .wide-stack{
    grid-template-columns: 1fr;
    padding: calc(1.5rem * .75);
  }.cluster .offer-items{
    grid-template-columns: 2.5rem minmax(0, 1fr);
  }
}
@media (max-width: 520px) {.cluster .offer-items{
    grid-template-columns: 1fr;
  }.cluster .offer-items span{
    display: block;
  }
}
.direct-grid{
  padding:calc(1.5rem * 2.4) 2.65rem;
  background:#1e3a5f;
  color:#ffffff;
}
.direct-grid .simple-brand{max-width:min(1680px,62rem);
  margin:0 auto;}
.direct-grid h2{margin:0;
  font-size:calc(16.5px * 2.65);
  line-height:1.08;}
.direct-grid .simple-nav{margin:1.5rem 0 calc(2.28rem * 1.5);
  font-size:calc(16.5px * 1.125);
  line-height:1.55;
  color:color-mix(in srgb,currentColor 74%,transparent);}
.direct-grid .bottom-content{display:block;
  padding:calc(1.5rem * .75) 0;
  border-top:1px solid color-mix(in srgb,currentColor 18%,transparent);}
.direct-grid .bottom-content:first-of-type{border-top:0;
  padding-top:0;}
.direct-grid .bottom-content:last-child{padding-bottom:0;}
.direct-grid h3{margin:0 0 calc(1.5rem * .75);
  font-size:calc(16.5px * 1.35);
  line-height:1.25;}
.direct-grid .bottom-content p{margin:0;
  max-width:58rem;
  color:color-mix(in srgb,currentColor 74%,transparent);}
@media (max-width:640px){.direct-grid .simple-nav{
    font-size:16.5px;
  }.direct-grid .bottom-content{
    padding:calc(2.28rem * 1.5) 0;
  }
}
.bottom-headline{
    padding:calc(calc(1.5rem * 2.4)*.62) 2.65rem;
    background:#f4f6f8;
    color:#2b3442;
  }
.bottom-headline .visual-actions{max-width:1680px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:clamp(1.5rem,4vw,calc(2.28rem * 1.5));}
.bottom-headline .simple-brand{flex:1 1 26rem;
    min-width:0;
    max-width:44rem;}
.bottom-headline .page-media{flex:0 1 26rem;
    display:block;
    width:min(38vw,26rem);
    max-width:100%;
    height:auto;
    aspect-ratio:5/4;
    object-fit:cover;
    border-radius:0.77rem;
    box-shadow:0 2px 7px rgba(0,0,0,0.15);
    order:2;}
.bottom-headline h1{margin:0;
    font-size:clamp(1.75rem,3.6vw,calc(16.5px * 2));
    line-height:1.15;
    font-weight:650;
    letter-spacing:-0.01em;}
.bottom-headline p{margin:clamp(.85rem,1.6vw,1.5rem) 0 0;
    font-size:16.5px;
    line-height:1.7;
    max-width:38rem;}
@media (max-width:760px){.bottom-headline{
      padding-top:calc(calc(1.5rem * 2.4)*.48);
      padding-bottom:calc(calc(1.5rem * 2.4)*.48);
    }.bottom-headline .visual-actions{
      display:block;
    }.bottom-headline .page-media{
      width:100%;
      aspect-ratio:16/10;
      margin-top:1.5rem;
    }
  }
.steady-fields{
  padding: calc(1.5rem * 2.4) 2.65rem;
  background: #1e3a5f;
  color: #ffffff;
}
.steady-fields .top-section{max-width: min(1680px, 68rem);
  margin: 0 auto;}
.steady-fields .media-summary{max-width: 46rem;}
.steady-fields h2{margin: 0;
  font-size: calc(16.5px * 2);
  line-height: 1.12;}
.steady-fields .simple-nav{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(16.5px * 1.125);
  color: #d3d9e0;}
.steady-fields .wide-wrap{display: flex;
  flex-direction: column;
  margin-top: calc(2.28rem * 1.5);
  border-top: 1px solid #2b3442;}
.steady-fields .main-rail{display: flex;
  gap: 2.28rem;
  padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid #2b3442;}
.steady-fields .steady-items{flex: 0 0 auto;
  font-size: calc(16.5px * .875);
  letter-spacing: 0.08em;
  color: #d3d9e0;
  padding-top: 0.35rem;}
.steady-fields .main-rail strong{display: block;
  font-size: calc(16.5px * 1.35);
  margin-bottom: 0.4rem;}
.steady-fields .main-rail p{margin: 0;
  color: #d3d9e0;
  max-width: 44rem;}
.steady-fields .wide-actions{margin-top: calc(2.28rem * 1.5);
  padding: calc(1.5rem * .75);
  border: 1px solid #2b3442;
  border-radius: 0.77rem;}
.steady-fields .wide-actions .fresh-media{margin: 0 0 calc(1.5rem * .75);
  color: #d3d9e0;}
.steady-fields .site-section{list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75) 2.28rem;}
.steady-fields .site-section li{display: flex;
  flex-direction: column;
  gap: 0.2rem;
  font-size: 16.5px;}
.steady-fields .site-section span{font-size: calc(16.5px * .875);
  color: #d3d9e0;}
.steady-fields .site-section a{text-decoration: none;
  border-bottom: 1px solid #3b6ea5;
  padding-bottom: 1px;}
.steady-fields .site-section a:hover{color:inherit;}
.steady-fields .offer-feature{margin-top: calc(2.28rem * 1.5);
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75) 2.28rem;}
.steady-fields .offer-feature a{font-size: 16.5px;
  text-decoration: none;
  border-bottom: 1px solid #3b6ea5;
  padding-bottom: 2px;
  transition: color 270ms var(--delay-soft);}
.steady-fields .offer-feature a:hover{color:inherit;}
@media (max-width: 640px) {.steady-fields .main-rail{
    flex-direction: column;
    gap: 0.4rem;
  }
}
.open-nav{
  --field-public:calc(1.5rem * 0.89);
  --state-active:calc(1680px / 2.13);
  padding:calc(1.5rem * 2.4) 2.65rem;
  background:#1e3a5f;
  color:#ffffff;
}
.open-nav .top-section{max-width:1680px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  row-gap:calc(var(--field-public) * 0.9);}
.open-nav h2{margin:0;
  font-size:calc(16.5px * 2);
  line-height:1.14;
  max-width:var(--state-active);}
.open-nav .bottom-area{margin:0;
  font-size:calc(16.5px * .875);
  letter-spacing:0.04em;
  text-transform:uppercase;
  color:color-mix(in srgb, currentColor 72%, transparent);}
.open-nav .fresh-media{margin:0;
  max-width:var(--state-active);
  font-size:16.5px;
  line-height:1.59;
  color:color-mix(in srgb, currentColor 82%, transparent);}
.open-nav .contact-grid{
  align-self:flex-start;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.29rem;
  background:#ffffff;
  color:#1e3a5f;
  font-size:16.5px;
  text-decoration:none;
  transition:background 270ms var(--delay-soft), color 270ms var(--delay-soft);
}
.open-nav .contact-grid:hover{
  background:#3b6ea5;
  color:#ffffff;
}
.open-nav .offer-feature{margin:0;
  max-width:var(--state-active);
  font-size:calc(16.5px * .875);
  line-height:1.59;
  color:color-mix(in srgb, currentColor 70%, transparent);}
.open-nav .offer-feature a{color:inherit;
  text-decoration:underline;
  text-underline-offset:0.2em;}
.open-nav .offer-feature a:hover{}
@media (max-width:720px){.open-nav .top-section{
    row-gap:calc(2.28rem * 1.5);
  }.open-nav .contact-grid{
    align-self:stretch;
    text-align:center;
  }
}
.primary-surface{padding:calc(1.5rem * 2.4) 2.65rem;background:#1e3a5f;color:#ffffff}
.primary-surface .top-section{width:min(100%,calc(1680px*.66));margin:0 auto;display:flex;flex-direction:column;gap:calc(2.28rem * 1.5)}
.primary-surface .featured-links{padding-top:1.5rem}
.primary-surface h1{margin:0;font-size:calc(16.5px * 2.65);line-height:1.05}
.primary-surface p{margin:1.5rem 0 0;font-size:calc(16.5px * 1.125);line-height:1.59;opacity:.82}
.primary-surface .offer-feature{display:flex;flex-wrap:wrap;gap:2.28rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.22)}
.primary-surface .offer-feature a{color:inherit;text-decoration:none;font-size:16.5px;border-bottom:1px solid rgba(255,255,255,.4);padding-bottom:.15rem;transition:border-color 270ms var(--delay-soft),opacity 270ms var(--delay-soft)}
.primary-surface .offer-feature a:hover{border-color:#ffffff;opacity:.85}
.primary-surface .offer-feature a.go{background:#3b6ea5;color:#ffffff;border:0;padding:.6rem 1.1rem;border-radius:0.48rem;transition:background 270ms var(--delay-soft)}
.primary-surface .offer-feature a.go:hover{background:#2b4f7d;opacity:1;color:#1a212c;}
.primary-surface .bottom-area{margin:0;font-size:calc(16.5px * .875);opacity:.7}
.primary-surface .bottom-area a{color:inherit;text-decoration:underline;text-underline-offset:2px}
@media(max-width:520px){.primary-surface .offer-feature{flex-direction:column;align-items:flex-start;gap:calc(1.5rem * .75)}}
