html{box-sizing:border-box;}
body{margin:0;padding:0;font-family:"Playfair Display", sans-serif;}
*,*::before,*::after{box-sizing:inherit;}
:root {
  --tone-secondary: #FFFFFF;
  --ease-soft: cubic-bezier(0.4,0,0.2,1);
  --surface-card: #152230;
  --tone-base: #0E5AA7;
  --paint-card: #2A3947;
}
a{color:inherit;}
.clear-group {
    width: 100%;
    background: #FFFFFF;
    color: #152230;
    border-bottom: 1px solid #DCE5EE;
  }
.bottom-unit {
    max-width: 1320px;
    margin: 0 auto;
    padding: 1.5rem 2.19rem;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 2.31rem;
  }
.clear-menu {
    grid-column: 2;
    display: flex;
    justify-content: center;
    align-items: center;
  }
.compact-inner {
    display: inline-block;
    font-size: calc(18.5px * 1.125);
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    color: #152230;
    padding: 0.25rem 0;
    border-bottom: 2px solid transparent;
    transition: border-color 390ms var(--ease-soft);
  }
.compact-inner:hover,
  .compact-inner:focus-visible {
    border-bottom-color: #1FA9D6;
    outline: none;
  }
.nav-toggle {
    grid-column: 3;
    justify-self: end;
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 1px solid #DCE5EE;
    border-radius: 0.29rem;
    background: var(--tone-secondary);
    color: var(--surface-card);
    cursor: pointer;
  }
.nav-toggle-bar {
    display: block;
    width: 20px;
    height: 2px;
    margin: 0 auto;
    background: currentColor;
    transition: transform 390ms var(--ease-soft), opacity 390ms var(--ease-soft);
  }
.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(1){transform: translateY(7px) rotate(45deg);}
.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(2){opacity: 0;}
.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(3){transform: translateY(-7px) rotate(-45deg);}
.local-view {
    grid-column: 1 / -1;
    grid-row: 2;
    border-top: 1px solid #DCE5EE;
    margin-top: calc(2.31rem * 1.5);
    padding-top: calc(2.31rem * 1.5);
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.31rem;
  }
.nav-list a {
    display: inline-block;
    padding: 0.4rem 0.25rem;
    font-size: calc(18.5px * .875);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--paint-card);
    border-bottom: 1px solid transparent;
    transition: color 390ms var(--ease-soft), border-color 390ms var(--ease-soft);
  }
.nav-list a:hover,
  .nav-list a:focus-visible {
    color: #152230;
    border-bottom-color: #1FA9D6;
    outline: none;
  }
@media (max-width: 767px) {
    .bottom-unit {
      grid-template-columns: 1fr auto;
      align-items: center;
    }

    .clear-menu {
      grid-column: 1;
      justify-content: flex-start;
    }

    .nav-toggle {
      display: flex;
      grid-column: 2;
    }

    .local-view {
      display: none;
      grid-column: 1 / -1;
    }

    .local-view.is-open {
      display: block;
    }

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

    .nav-list li {
      border-bottom: 1px solid #DCE5EE;
    }

    .nav-list li:last-child {
      border-bottom: none;
    }

    .nav-list a {
      display: block;
      padding: 0.85rem 0.25rem;
    }
  }
.secondary-story{padding:calc(1.5rem * 2.4) 2.19rem;font-family:"Playfair Display", sans-serif;font-size:18.5px;line-height:1.77;background:#0B2C4D;color:#EAF3FB;}
.strong-section{max-width:1320px;margin:0 auto;display:flex;flex-direction:column;gap:calc(2.31rem * 1.5)}
.visual-actions{display:grid;grid-template-columns:1.2fr 1.4fr 0.9fr 1.3fr;gap:2.31rem;align-items:start}
.public-team{display:flex;flex-direction:column;gap:calc(1.5rem * .75);min-width:0}
.site-group{margin:0;font-size:calc(18.5px * 1.35);font-weight:600;letter-spacing:0.01em}
.offer-region{margin:0;font-size:calc(18.5px * .875);opacity:0.82;max-width:34ch}
.media-actions{margin:0;font-size:calc(18.5px * .875);font-weight:600;text-transform:uppercase;letter-spacing:0.08em;opacity:0.7}
.open-details{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.5rem;font-size:calc(18.5px * .875)}
.service-shell{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:0.5rem 1.25rem}
.open-details a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 390ms var(--ease-soft), opacity 390ms var(--ease-soft)}
.open-details a:hover,
  .open-details a:focus-visible{border-bottom-color:currentColor;opacity:0.85;color:inherit}
.offer-rail{gap:0.75rem}
.offer-rail li{display:flex;flex-direction:column;gap:0.15rem}
.quiet-plan{font-size:calc(18.5px * .875);opacity:0.7;text-transform:uppercase;letter-spacing:0.06em}
.team-proof{font-size:calc(18.5px * .875);color:inherit;text-decoration:none;word-break:break-word}
a.footer-value:hover,
  a.footer-value:focus-visible{text-decoration:underline;color:inherit}
.active-track{border-top:1px solid rgba(255, 255, 255, 0.18);padding-top:calc(1.5rem * .75);display:flex;flex-direction:column;gap:0.5rem}
.media-content{margin:0;font-size:calc(18.5px * .875);opacity:0.75}
.primary-view{margin:0;font-size:calc(18.5px * .875);line-height:1.77;opacity:0.75;max-width:90ch}
@media (max-width: 960px) {.visual-actions{grid-template-columns:1fr 1fr}
  }
@media (max-width: 600px) {.visual-actions{grid-template-columns:1fr}.service-shell{grid-template-columns:1fr 1fr}
  }
.cookies{position:fixed;left:2.19rem;right:2.19rem;bottom:1.5rem;z-index:1200}
.cookies .page-shell{max-width:1320px;margin:0 auto;display:flex;flex-wrap:wrap;gap:2.31rem;align-items:center;padding:1.5rem;border:1px solid color-mix(in srgb,currentColor 24%,transparent);border-radius:0.78rem;background:linear-gradient(135deg, #F2F8FD 0%, #E1EEF8 55%, #D3E6F4 100%);color:#152230;box-shadow:0 18px 44px rgba(0,0,0,0.22)}
.cookies .page-shell>*{min-width:0;flex:1 1 12rem}
.cookies strong{display:block;font-size:calc(18.5px * 1.35);line-height:1.12}
.cookies p{margin:calc(1.5rem * .75) 0 0;line-height:1.77}
.cookies .simple-view{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:calc(1.5rem * .75)}
.cookies .simple-view>*{min-width:0;flex:1 1 10rem}
.cookies button{border:1px solid color-mix(in srgb,currentColor 28%,transparent);border-radius:0.29rem;background:color-mix(in srgb,currentColor 12%,transparent);color:inherit;font:inherit;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer}
.cookies button.cookie-accept{background:var(--tone-base);color:#FFFFFF;border-color:var(--tone-base)}
@media(max-width:760px){.cookies .page-shell{display:block}.cookies .simple-view{justify-content:flex-start;margin-top:1.5rem}}
.visual-proof{--mark-public:calc(1.5rem * 1.05);--state-static:calc(1320px / 2.55);--label-lead:calc(1320px / 2.95);padding:calc(1.5rem * 2.4) 2.19rem;background:#FFFFFF;color:#152230;}
.visual-proof .top-block{max-width:1320px;margin:0 auto;}
.visual-proof h1,.visual-proof h2,.visual-proof h3,.visual-proof p{margin:0;}
.visual-proof h1{font-size:calc(18.5px * 2.65);line-height:1.1;letter-spacing:-0.01em;}
.visual-proof p{font-size:18.5px;line-height:1.77;}
.visual-proof a{color:#0E5AA7;text-decoration:none;border-bottom:1px solid transparent;transition:color 390ms var(--ease-soft),border-color 390ms var(--ease-soft);}
.visual-proof a:hover{color:inherit;border-bottom-color:#1FA9D6;}
.visual-proof img{display:block;width:100%;height:auto;border-radius:0.78rem;box-shadow:0 12px 14px rgba(0,0,0,0.18);}
.visual-proof .quiet-body{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:var(--tone-base);color:#FFFFFF;border-bottom:none;font-size:18.5px;}
.visual-proof .quiet-body:hover{background:#0A4682;color:#FFFFFF;border-bottom-color:transparent;}
.visual-proof .contact-links{font-size:calc(18.5px * 1.125);line-height:1.5;color:var(--paint-card);max-width:var(--state-static);}
.visual-proof .wide-steps{color:var(--paint-card);max-width:var(--state-static);}
.visual-proof .direct-team{margin-top:calc(2.31rem * 1.5);font-size:calc(18.5px * .875);color:var(--paint-card);}
.visual-proof .page-footer{display:flex;align-items:center;gap:2.31rem;}
.visual-proof .page-footer>img{flex:0 1 min(var(--label-lead),38vw);width:min(var(--label-lead),100%);}
.visual-proof .text-fields{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:calc(2.31rem * 1.5);}
.visual-proof .text-fields h1,.visual-proof .quiet-body{margin-top:0;}
.visual-proof .text-fields .quiet-body{margin-top:calc(1.5rem * 0.4);}
@media(max-width:760px){.visual-proof .page-footer{align-items:flex-start;flex-direction:column;}.visual-proof .page-footer>img{flex:1 1 auto;width:100%;}}
.focused-benefit{--mark-public:calc(1.5rem * 1.35);--state-static:calc(1320px / 2.4);padding:calc(1.5rem * 2.4) 2.19rem;background:#F2F6FA;color:var(--paint-card);}
.focused-benefit .top-block{max-width:1320px;margin:0 auto;}
.focused-benefit h2,.focused-benefit p{margin:0;}
.focused-benefit h2{font-size:calc(18.5px * 2);line-height:1.14;}
.focused-benefit p{font-size:18.5px;line-height:1.77;}
.focused-benefit .media-figure{max-width:var(--state-static);}
.focused-benefit .contact-links{margin-top:calc(1.5rem / 2.4);}
.focused-benefit .active-quote{display:flex;flex-direction:column;gap:calc(1.5rem / 1.6);margin-top:var(--mark-public);}
.focused-benefit details{padding:calc(calc(1.5rem * .75) * .85) calc(calc(1.5rem * .75) * 1.05);border-radius:0.48rem;background:var(--tone-secondary);color:var(--surface-card);border:1px solid #DCE5EE;}
.focused-benefit summary{cursor:pointer;font-weight:700;font-size:calc(18.5px * 1.125);line-height:1.32;}
.focused-benefit details p{margin-top:calc(1.5rem / 3);color:inherit;}
.focused-benefit .direct-team{margin-top:var(--mark-public);display:flex;flex-wrap:wrap;align-items:baseline;gap:2.19rem;}
.focused-benefit .wide-steps{flex:1 1 320px;max-width:var(--state-static);}
.focused-benefit .direct-team a{text-decoration:underline;text-underline-offset:3px;font-size:calc(18.5px * .875);}
.focused-benefit .direct-team a:hover{}
@media (max-width:640px){.focused-benefit .direct-team{flex-direction:column;align-items:flex-start;gap:calc(1.5rem / 2);}
}
.contact-stack{
        --mark-public: calc(1.5rem * 1.12);
        --type-extra-7: calc(1320px / 3.44);
        padding: calc(1.5rem * 2.4) 2.19rem;
        background: #0B2C4D;
        color: #EAF3FB;
    }
.contact-stack .top-block{max-width: 1320px;
        margin: 0 auto;}
.contact-stack h2,
    .contact-stack h3,
    .contact-stack p{margin: 0;}
.contact-stack h2{font-size: calc(18.5px * 2);
        line-height: 1.12;}
.contact-stack h3{font-size: calc(18.5px * 1.35);
        line-height: 1.2;}
.contact-stack p{font-size: 18.5px;
        line-height: 1.77;}
.contact-stack .contact-links{margin-top: 1.5rem;
        max-width: calc(1320px / 2);
        opacity: .82;}
.contact-stack .fresh-group{display: flex;
        flex-wrap: wrap;
        gap: var(--mark-public);
        margin-top: var(--mark-public);}
.contact-stack .clear-method{
        flex: 1 1 var(--type-extra-7);
        min-width: 0;
        padding: calc(var(--mark-public) * .75);
        border-radius: 0.48rem;
        background: var(--tone-secondary);
        color: var(--surface-card);
        border: 1px solid #DCE5EE;
    }
.contact-stack .clear-method p{margin-top: calc(1.5rem / 3);color:inherit;}
.contact-stack .direct-team{margin-top: calc(var(--mark-public) * .9);
        padding-top: calc(var(--mark-public) * .6);
        border-top: 1px solid #DCE5EE;
        max-width: calc(1320px / 1.6);
        opacity: .85;}
.contact-stack .direct-team a{color: #1FA9D6;
        text-decoration: underline;
        text-underline-offset: 3px;}
.contact-stack .direct-team a:hover{color:inherit;}
.narrow-team{
  padding:calc(1.5rem * 2.4) 2.19rem;
  background:#FFFFFF;
  color:#152230;
}
.narrow-team .top-block{max-width:1320px;
  margin:0 auto;}
.narrow-team h2,
.narrow-team h3,
.narrow-team p,
.narrow-team ul{margin:0;}
.narrow-team h2{font-size:calc(18.5px * 2);
  line-height:1.14;}
.narrow-team h3{font-size:calc(18.5px * 1.35);
  line-height:1.22;}
.narrow-team p{font-size:18.5px;
  line-height:1.77;}
.narrow-team a{color:inherit;
  text-decoration:none;}
.narrow-team .media-figure{display:flex;
  flex-wrap:wrap;
  gap:2.31rem;
  align-items:flex-start;
  padding-bottom:calc(2.31rem * 1.5);
  border-bottom:1px solid #DCE5EE;}
.narrow-team .media-figure h2{flex:1 1 calc(1320px / 3.2);
  min-width:0;}
.narrow-team .media-figure .contact-links{flex:1 1 calc(1320px / 2.4);
  min-width:0;}
.narrow-team .fresh-group{display:flex;
  flex-wrap:wrap;
  gap:2.31rem;
  margin-top:calc(2.31rem * 1.5);}
.narrow-team .clear-method{
  flex:1 1 calc(1320px / 3.6);
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 2.4);
  padding:calc(1.5rem * .75);
  border:1px solid #DCE5EE;
  border-radius:0.78rem;
  background:var(--tone-secondary);
  color:var(--surface-card);
}
.narrow-team .clear-method .text-fields{}
.narrow-team .soft-brand{list-style:none;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 4);
  font-size:calc(18.5px * .875);}
.narrow-team .soft-brand li{position:relative;
  padding-left:1.1rem;
  line-height:1.5;}
.narrow-team .soft-brand li::before{
  content:"";
  position:absolute;
  left:0;
  top:.55em;
  width:.4rem;
  height:.4rem;
  border-radius:50%;
  background:#1FA9D6;color:#04263A;}
.narrow-team .quiet-body{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:100%;
  margin-top:auto;
  padding:calc(calc(1.5rem * .75) * .55) 1.5rem;
  border-radius:0.29rem;
  background:var(--tone-base);
  color:#FFFFFF;
  font-size:calc(18.5px * .875);
  transition:background 390ms var(--ease-soft);
}
.narrow-team .quiet-body:hover{
  background:#0A4682;color:var(--surface-card);}
.narrow-team .direct-team{margin-top:calc(2.31rem * 1.5);
  font-size:calc(18.5px * .875);}
.narrow-team .direct-team a{border-bottom:1px solid #0E5AA7;}
.narrow-team .direct-team a:hover{border-bottom-color:#1FA9D6;}
@media (max-width:900px){.narrow-team .media-figure h2,
  .narrow-team .media-figure .contact-links,
  .narrow-team .clear-method{
    flex:1 1 100%;
  }
}
.top-lead{
  --mark-public:calc(1.5rem * 1.05);
  --state-static:calc(1320px / 2.35);
  padding:calc(1.5rem * 2.4) 2.19rem;
  background:#F2F6FA;
  color:var(--paint-card);
}
.top-lead .top-block{max-width:1320px;margin:0 auto;}
.top-lead h1,.top-lead h2,.top-lead h3,.top-lead p{margin:0;}
.top-lead h2{font-size:calc(18.5px * 2);line-height:1.12;}
.top-lead p{font-size:18.5px;line-height:1.77;}
.top-lead a{color:#0E5AA7;text-decoration:none;}
.top-lead a:hover{color:inherit;}
.top-lead .active-items{display:flex;flex-direction:column;gap:calc(2.31rem * 1.5);}
.top-lead .direct-team{display:flex;flex-direction:column;gap:1.5rem;max-width:var(--state-static);}
.top-lead .contact-links{font-size:calc(18.5px * 1.125);}
.top-lead .simple-body{display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:2.31rem;
  padding-top:calc(2.31rem * 1.5);
  border-top:1px solid #DCE5EE;}
.top-lead .wide-steps{flex:1 1 22rem;max-width:var(--state-static);}
.top-lead .quiet-body{
  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:var(--tone-base);
  color:#FFFFFF;
  font-size:18.5px;
  transition:background 390ms var(--ease-soft);
}
.top-lead .quiet-body:hover{background:#0A4682;color:#FFFFFF;}
.top-lead .top-unit{font-size:calc(18.5px * .875);
  padding-top:calc(2.31rem * 1.5);
  border-top:1px solid #DCE5EE;}
@media (max-width:720px){.top-lead .simple-body{flex-direction:column;align-items:flex-start;}.top-lead .quiet-body{width:100%;}
}
.media-inner{
    padding:calc(1.5rem * 2.4) 2.19rem;
    background:#FFFFFF;
    color:#152230;
}
.media-inner .narrow-visual{max-width:1320px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(2.31rem * 1.5);}
.media-inner .contact-links{max-width:62ch;}
.media-inner .contact-links h2{margin:0 0 calc(1.5rem * .75);
    font-size:calc(18.5px * 2);
    line-height:1.2;}
.media-inner .contact-links .text-fields{margin:0;
    font-size:18.5px;}
.media-inner .fresh-group{display:flex;
    flex-direction:column;
    gap:calc(1.5rem * .75);}
.media-inner .clear-method{
    display:flex;
    gap:2.31rem;
    align-items:flex-start;
    padding:calc(1.5rem * .75);
    background:var(--tone-secondary);
    color:var(--surface-card);
    border:1px solid #DCE5EE;
    border-radius:0.78rem;
    box-shadow:0 1px 8px rgba(0,0,0,0.14);
}
.media-inner .service-unit{
    flex:0 0 220px;
    border-radius:0.48rem;
    overflow:hidden;
    background:#F2F6FA;color:var(--paint-card);}
.media-inner .service-unit img{display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    aspect-ratio:4 / 3;}
.media-inner .top-media{flex:1 1 auto;
    min-width:0;}
.media-inner .person{margin:0 0 6px;
    font-size:calc(18.5px * .875);
    letter-spacing:0.08em;
    text-transform:uppercase;}
.media-inner .clear-method h3{margin:0 0 8px;
    font-size:calc(18.5px * 1.35);
    line-height:1.3;}
.media-inner .clear-method h3 a{color:inherit;
    text-decoration:none;}
.media-inner .clear-method h3 a:hover{text-decoration:underline;}
.media-inner .fresh-proof{margin:0 0 10px;
    font-size:18.5px;
    line-height:1.77;}
.media-inner .direct-team{margin:0;
    font-size:calc(18.5px * .875);}
.media-inner .direct-team a{text-decoration:none;
    border-bottom:1px solid #0E5AA7;
    padding-bottom:1px;}
.media-inner .direct-team a:hover{border-bottom-color:#1FA9D6;}
.media-inner .wide-steps{margin:0;
    font-size:calc(18.5px * .875);
    max-width:70ch;}
.media-inner .wide-steps a{text-decoration:none;
    border-bottom:1px solid #0E5AA7;}
.media-inner .wide-steps a:hover{border-bottom-color:#1FA9D6;}
@media (max-width:760px){.media-inner .clear-method{
        flex-direction:column;
        gap:calc(1.5rem * .75);
    }.media-inner .service-unit{
        flex:0 0 auto;
        width:100%;
    }
}
.text-brand{
  --mark-public:calc(1.5rem * 1.15);
  --state-static:calc(1320px / 2.7);
  padding:calc(1.5rem * 2.4) 2.19rem;
  background:#F2F6FA;
  color:var(--paint-card);
}
.text-brand .top-block{max-width:1320px;
  margin:0 auto;}
.text-brand h2,
.text-brand h3,
.text-brand p,
.text-brand figure{margin:0;}
.text-brand h2{font-size:calc(18.5px * 2);
  line-height:1.14;}
.text-brand h3{font-size:calc(18.5px * 1.35);
  line-height:1.24;}
.text-brand p{font-size:18.5px;
  line-height:1.77;}
.text-brand .compact-lead{display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  gap:2.31rem;}
.text-brand .text-fields{flex:1 1 var(--state-static);
  min-width:0;}
.text-brand .text-fields .contact-links{margin-top:calc(2.31rem * 1.5);}
.text-brand .page-track{flex:0 1 calc(1320px / 3.6);
  min-width:0;}
.text-brand .page-track img{display:block;
  width:100%;
  height:auto;
  border-radius:0.48rem;
  box-shadow:0 1px 8px rgba(0,0,0,0.14);}
.text-brand .page-track figcaption{margin-top:calc(calc(2.31rem * 1.5) / 2);
  font-size:calc(18.5px * .875);
  line-height:1.5;
  color:var(--paint-card);
  opacity:0.78;}
.text-brand .fresh-group{display:flex;
  flex-wrap:wrap;
  align-items:stretch;
  gap:2.31rem;
  margin-top:var(--mark-public);}
.text-brand .clear-method{
  flex:1 1 calc(1320px / 4);
  min-width:0;
  padding:calc(1.5rem * .75);
  background:var(--tone-secondary);
  color:var(--surface-card);
  border:1px solid #DCE5EE;
  border-radius:0.78rem;
  display:flex;
  flex-direction:column;
}
.text-brand .clear-method p{margin-top:calc(calc(2.31rem * 1.5) / 2);
  flex:1 1 auto;}
.text-brand .fresh-items{display:inline-block;
  margin-top:calc(2.31rem * 1.5);
  font-size:calc(18.5px * .875);
  font-weight:600;
  color:#0E5AA7;
  text-decoration:none;
  border-bottom:1px solid currentColor;
  padding-bottom:2px;
  width:max-content;
  max-width:100%;
  transition:color 390ms var(--ease-soft);}
.text-brand .fresh-items:hover{color:inherit;}
.text-brand .wide-steps{margin-top:var(--mark-public);
  font-size:calc(18.5px * .875);
  line-height:1.6;
  max-width:var(--state-static);}
.text-brand .wide-steps a{color:#0E5AA7;
  text-decoration:none;
  border-bottom:1px solid currentColor;
  transition:color 390ms var(--ease-soft);}
.text-brand .wide-steps a:hover{color:inherit;}
@media (max-width:900px){.text-brand .page-track{
    flex:1 1 100%;
  }.text-brand .clear-method{
    flex:1 1 100%;
  }
}
.team-benefit{--mark-public:calc(1.5rem * 0.92);--state-static:calc(1320px / 2.70);--label-lead:calc(1320px / 3.88);padding:calc(1.5rem * 2.4) 2.19rem;background:#FFFFFF;color:#152230;}
.team-benefit .top-block{max-width:1320px;margin:0 auto;}
.team-benefit h1,.team-benefit h2,.team-benefit h3,.team-benefit p{margin:0;}
.team-benefit h1{font-size:calc(18.5px * 2.65);line-height:1.08;}
.team-benefit h2{font-size:calc(18.5px * 2);line-height:1.12;}
.team-benefit h3{font-size:calc(18.5px * 1.35);line-height:1.2;}
.team-benefit p{font-size:18.5px;line-height:1.77;}
.team-benefit a{color:inherit;text-decoration:none;}
.team-benefit img{display:block;width:100%;height:auto;border-radius:0.48rem;}
.team-benefit .wide-steps{font-size:calc(18.5px * .875);letter-spacing:0.04em;text-transform:uppercase;color:var(--paint-card);}
.team-benefit .active-inner{margin-top:calc(2.31rem * 1.5);font-size:calc(18.5px * .875);color:var(--paint-card);}
.team-benefit .contact-links{margin-top:calc(2.31rem * 1.5);max-width:var(--state-static);}
.team-benefit .fresh-group{display:flex;flex-wrap:wrap;gap:var(--mark-public);margin-top:var(--mark-public);}
.team-benefit .clear-method{flex:1 1 calc(1320px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.48rem;background:#F2F6FA;color:var(--paint-card);border:1px solid #DCE5EE;}
.team-benefit .clear-method p{margin-top:calc(1.5rem / 3);}
.team-benefit .clear-method img{margin-bottom:calc(1.5rem / 2);max-width:100%;}
.team-benefit .public-service{display:flex;align-items:flex-start;gap:2.31rem;}
.team-benefit .compact-lead{flex:0 1 var(--label-lead);min-width:0;}
.team-benefit .compact-lead img{margin-top:1.5rem;}
.team-benefit .public-service>.text-fields{flex:1 1 auto;min-width:0;}
@media(max-width:760px){.team-benefit .public-service{flex-direction:column;}}
.offer-intro{padding:calc(1.5rem * 2.4) 2.19rem;background:#F2F6FA;color:var(--paint-card)}
.offer-intro .top-block{max-width:1320px;margin:0 auto}
.offer-intro .text-fields{display:flex;align-items:end;justify-content:space-between;gap:2.31rem;margin-bottom:calc(2.31rem * 1.5);flex-wrap:wrap}
.offer-intro .text-fields>p{flex:1 1 22rem;max-width:40rem;margin:0;font-size:calc(18.5px * 1.125);line-height:1.77}
.offer-intro h2{flex:0 1 16ch;margin:0;font-size:calc(18.5px * 2);line-height:1.05;text-align:right}
.offer-intro .primary-actions{display:grid;grid-template-columns:minmax(11rem,.28fr) minmax(0,1fr);gap:calc(2.31rem * 1.5);border-top:1px solid #DCE5EE;padding-top:calc(2.31rem * 1.5)}
.offer-intro .bottom-section{display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem}
.offer-intro button{padding:.15rem 0;border:0;background:none;color:inherit;font:inherit;text-align:left;cursor:pointer;opacity:.5;transition:opacity 390ms var(--ease-soft)}
.offer-intro button:hover{opacity:.8}
.offer-intro button.is-active{opacity:1;font-weight:600}
.offer-intro [data-mission-meaning]{display:none}
.offer-intro [data-mission-meaning].is-active{display:block}
.offer-intro h3{margin:0;font-size:calc(18.5px * 1.35)}
.offer-intro [data-mission-meaning] p{max-width:46rem;margin:1.5rem 0;line-height:1.77}
.offer-intro [data-mission-meaning] strong{display:block;font-size:calc(18.5px * .875);font-weight:600;padding-top:1.5rem;border-top:1px solid #DCE5EE}
@media(max-width:760px){.offer-intro .text-fields,.offer-intro .primary-actions{display:block}.offer-intro h2{margin-top:1.5rem;text-align:left}.offer-intro .simple-menu{margin-top:calc(2.31rem * 1.5)}}
.visual-frame{
  background: #FFFFFF;
  color: #152230;
  padding: calc(1.5rem * 2.4) 2.19rem;
}
.visual-frame .top-block{width: min(100%, 1320px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(0, .68fr);
  gap: calc(2.31rem * 1.5);
  align-items: start;}
.visual-frame h2,
.visual-frame h3,
.visual-frame p{margin: 0;}
.visual-frame h2{font-size: calc(18.5px * 2.65);
  line-height: 1.06;
  margin-bottom: calc(1.5rem * .75);}
.visual-frame h3{font-size: calc(18.5px * 1.35);
  line-height: 1.18;}
.visual-frame p{font-size: 18.5px;
  line-height: 1.77;}
.visual-frame .visual-flow{display: grid;
  gap: 1.5rem;
  max-width: 58ch;}
.visual-frame .visual-flow p + p{color: var(--paint-card);
  font-size: calc(18.5px * .875);}
.visual-frame .text-nav{display: grid;
  gap: calc(1.5rem * .75);}
.visual-frame .wide-steps{display: grid;
  gap: 0.4rem;
  padding: 0 0 1.5rem 1.5rem;
  border-left: 1px solid #DCE5EE;}
.visual-frame .wide-steps span{color: var(--paint-card);
  font-size: calc(18.5px * .875);
  letter-spacing: 0.02em;}
.visual-frame .wide-steps:nth-child(2n){padding-top: calc(1.5rem * .75);}
@media (max-width: 860px) {.visual-frame .top-block{
    grid-template-columns: 1fr;
  }.visual-frame h2{
    font-size: clamp(calc(18.5px * 2), 13vw, calc(18.5px * 2.65));
  }
}
.strong-benefit{--mark-public:calc(1.5rem * 1.32);--state-static:calc(1320px / 2.45);--label-lead:calc(1320px / 3.61);padding:calc(1.5rem * 2.4) 2.19rem;background:var(--tone-base);color:#FFFFFF;}
.strong-benefit .top-block{max-width:1320px;margin:0 auto;}
.strong-benefit h2,.strong-benefit h3,.strong-benefit p{margin:0;}
.strong-benefit h2{font-size:calc(18.5px * 2);line-height:1.12;}
.strong-benefit h3{font-size:calc(18.5px * 1.35);line-height:1.2;}
.strong-benefit p{font-size:18.5px;line-height:1.77;color:color-mix(in srgb, currentColor 78%, transparent);}
.strong-benefit a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.strong-benefit a:hover{}
.strong-benefit img{display:block;width:100%;height:auto;border-radius:0.48rem;}
.strong-benefit .contact-links{max-width:var(--state-static);}
.strong-benefit .fresh-group{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.31rem;margin-top:var(--mark-public);}
.strong-benefit .clear-method{flex:1 1 calc(1320px / 4);min-width:0;}
.strong-benefit .clear-method p{margin-top:calc(1.5rem / 3);}
.strong-benefit .narrow-region>img{margin-top:var(--mark-public);}
.strong-benefit .narrow-region>.contact-links{margin-top:1.5rem;}
.strong-benefit .wide-steps{margin-top:var(--mark-public);max-width:var(--state-static);font-size:calc(18.5px * .875);}
.active-panel{
  padding: calc(1.5rem * 2.4) 2.19rem;
  background: #0B2C4D;
  color: #EAF3FB;
}
.active-panel .top-block{max-width: min(1320px, 72rem);
  margin: 0 auto;}
.active-panel .contact-links{max-width: 48rem;
  margin-bottom: calc(2.31rem * 1.5);}
.active-panel h2{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(18.5px * 2);
  line-height: 1.12;}
.active-panel .quiet-figure{margin: 0;
  font-size: 18.5px;
  line-height: 1.77;
  color: #C9D4E0;}
.active-panel .compact-lead{display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid #2A3947;}
.active-panel .clear-method{padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid #2A3947;}
.active-panel .active-figure{display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.6rem;
  margin-bottom: 0.35rem;}
.active-panel .compact-proof{font-weight: 700;
  font-size: calc(18.5px * 1.125);}
.active-panel .featured-inner{font-size: calc(18.5px * .875);
  color: #1FA9D6;}
.active-panel .clear-method p{margin: 0 0 0.4rem;
  max-width: 60rem;
  color: #C9D4E0;}
.active-panel .public-region{font-size: calc(18.5px * .875);color:inherit;}
.active-panel .top-headline{margin-top: calc(2.31rem * 1.5);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 2.31rem;}
.active-panel .wide-steps{margin: 0;
  max-width: 40rem;
  font-size: calc(18.5px * .875);
  color: #C9D4E0;}
.active-panel .quiet-body{
  display: inline-block;
  padding: 0.7rem 1.3rem;
  border-radius: 0.48rem;
  background: #1FA9D6;
  color: #04263A;
  font-size: calc(18.5px * .875);
  font-weight: 700;
  text-decoration: none;
  transition: background 390ms var(--ease-soft);
}
.active-panel .quiet-body:hover{
  background: #1789B3;color:var(--surface-card);}
@media (max-width: 700px) {.active-panel .top-headline{
    flex-direction: column;
    align-items: flex-start;
  }
}
.service-entries{--mark-public:calc(1.5rem * 1.05);--state-static:calc(1320px / 2.30);padding:calc(1.5rem * 2.4) 2.19rem;background:#FFFFFF;color:#152230;}
.service-entries .top-block{max-width:1320px;margin:0 auto;display:flex;flex-direction:column;gap:var(--mark-public);}
.service-entries .steady-copy{display:flex;flex-direction:column;gap:calc(1.5rem / 2.4);max-width:var(--state-static);}
.service-entries h2,.service-entries h3,.service-entries p{margin:0;}
.service-entries h2{font-size:calc(18.5px * 2);line-height:1.14;}
.service-entries h3{font-size:calc(18.5px * 1.35);line-height:1.24;}
.service-entries .contact-links{font-size:calc(18.5px * 1.125);line-height:1.77;}
.service-entries .active-quote{display:flex;flex-direction:column;gap:calc(calc(2.31rem * 1.5) * 1.1);}
.service-entries .clear-method{padding:calc(calc(1.5rem * .75) * 1.05) calc(calc(1.5rem * .75) * 1.15);border-radius:0.48rem;background:#F2F6FA;color:var(--paint-card);border-left:3px solid #1FA9D6;}
.service-entries .clear-method p{margin-top:calc(1.5rem / 3.2);font-size:18.5px;line-height:1.77;}
.service-entries .wide-steps{font-size:calc(18.5px * .875);line-height:1.77;max-width:var(--state-static);}
.service-entries .wide-steps a{text-decoration:underline;text-underline-offset:2px;}
.service-entries .wide-steps a:hover{}
@media (max-width:720px){.service-entries .steady-copy{max-width:100%;}.service-entries .wide-steps{max-width:100%;}
}
.main{--mark-public:calc(1.5rem * 1.05);--state-static:calc(1320px / 2.05);padding:calc(1.5rem * 2.4) 2.19rem;background:#F2F6FA;color:var(--paint-card);}
.main .top-block{max-width:1320px;margin:0 auto;}
.main h2,.main h3,.main p{margin:0;}
.main h2{font-size:calc(18.5px * 2);line-height:1.14;max-width:var(--state-static);}
.main h3{font-size:calc(18.5px * 1.35);line-height:1.24;}
.main p{font-size:18.5px;line-height:1.77;}
.main a{color:#0E5AA7;text-decoration:none;}
.main a:hover{color:inherit;}
.main .wide-steps{margin:0 0 calc(1.5rem / 3);font-size:calc(18.5px * .875);letter-spacing:0.04em;text-transform:uppercase;}
.main .contact-links{margin-top:calc(1.5rem / 2);max-width:var(--state-static);}
.main .quiet-body{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:var(--tone-base);color:#FFFFFF;}
.main .quiet-body:hover{background:#0A4682;color:#FFFFFF;}
.main .fresh-group{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.31rem;margin-top:var(--mark-public);}
.main .clear-method{flex:1 1 calc(1320px / 3.4);min-width:0;padding-top:calc(1.5rem / 2);border-top:1px solid #DCE5EE;}
.main .clear-method p{margin-top:calc(1.5rem / 3);}
.main .featured-stack{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.31rem;}
.main .featured-stack>.text-fields{flex:1 1 auto;min-width:0;}
.main .featured-stack>.quiet-body{flex:0 0 auto;}
.main .featured-stack>.fresh-group{flex:1 1 100%;}
.main .direct-team{flex:1 1 100%;margin-top:calc(1.5rem / 2);font-size:calc(18.5px * .875);}
@media (max-width:720px){.main .clear-method{flex:1 1 100%;}}
.compact-quote{--mark-public:calc(1.5rem * 1.05);--state-static:calc(1320px / 2.35);--label-lead:calc(1320px / 3.6);padding:calc(1.5rem * 2.4) 2.19rem;background:var(--tone-base);color:#FFFFFF;}
.compact-quote .top-block{max-width:1320px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.31rem;}
.compact-quote h1,.compact-quote h2,.compact-quote h3,.compact-quote p,.compact-quote figure{margin:0;}
.compact-quote h2{font-size:calc(18.5px * 2);line-height:1.14;}
.compact-quote h3{font-size:calc(18.5px * 1.35);line-height:1.22;}
.compact-quote p{font-size:18.5px;line-height:1.77;}
.compact-quote a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.compact-quote img{display:block;width:100%;height:auto;border-radius:0.48rem;}
.compact-quote .media-figure{flex:1 1 var(--state-static);min-width:0;}
.compact-quote .contact-links{margin-top:1.5rem;max-width:var(--state-static);}
.compact-quote .content-links{flex:1 1 var(--label-lead);min-width:0;}
.compact-quote .fresh-group{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:2.31rem;margin-top:var(--mark-public);}
.compact-quote .clear-method{flex:1 1 calc(1320px / 3.4);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid rgba(255,255,255,0.28);}
.compact-quote .clear-method p{margin-top:calc(1.5rem / 3);opacity:0.88;}
.compact-quote .direct-team{flex:1 1 100%;margin-top:var(--mark-public);font-size:calc(18.5px * .875);opacity:0.9;}
.compact-quote .direct-team a{color:inherit;}
.compact-quote .direct-team a:hover{opacity:0.75;}
@media (max-width:720px){.compact-quote .top-block{flex-direction:column;}.compact-quote .clear-method{flex:1 1 100%;}
}
.steady-unit{padding:calc(1.5rem * 2.4) 2.19rem;background:#FFFFFF;color:#152230}
.steady-unit .top-block{max-width:min(1320px,56rem);margin:0 auto;display:flex;flex-direction:column;gap:calc(2.31rem * 1.5)}
.steady-unit .media-figure{max-width:44rem}
.steady-unit h2{margin:0;font-size:calc(18.5px * 2);line-height:1.1;font-weight:600}
.steady-unit .media-figure p{margin:1.5rem 0 0;color:var(--paint-card);line-height:1.77;font-size:18.5px}
.steady-unit .figure{display:flex;flex-direction:column;border-top:1px solid #DCE5EE}
.steady-unit details{padding:1.5rem 0;border-bottom:1px solid #DCE5EE}
.steady-unit summary{cursor:pointer;font-size:calc(18.5px * 1.125);line-height:1.25;font-weight:600;list-style:none;display:flex;justify-content:space-between;align-items:baseline;gap:2.31rem}
.steady-unit summary::-webkit-details-marker{display:none}
.steady-unit summary::after{content:"+";font-size:18.5px;color:#0E5AA7;flex:0 0 auto}
.steady-unit details[open] summary::after{content:"–"}
.steady-unit details p{max-width:48rem;margin:1.5rem 0 0;color:var(--paint-card);line-height:1.77;font-size:18.5px}
@media(max-width:720px){.steady-unit summary{font-size:18.5px}.steady-unit .media-figure p{font-size:calc(18.5px * .875)}
}
.plain-tile{
    padding:calc(1.5rem * 2.4) 2.19rem;
    background:#F2F6FA;
    color:var(--paint-card);
}
.plain-tile .top-block{max-width:1320px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(2.31rem * 1.5);}
.plain-tile .contact-links{max-width:760px;}
.plain-tile .contact-links h2{margin:0 0 calc(1.5rem * .75);
    font-size:calc(18.5px * 2);
    line-height:1.25;}
.plain-tile .contact-links .text-fields{margin:0;
    font-size:18.5px;
    line-height:1.77;}
.plain-tile .compact-lead{display:flex;
    flex-wrap:wrap;
    gap:2.31rem;}
.plain-tile .clear-method{
    flex:1 1 260px;
    min-width:240px;
    background:var(--tone-secondary);
    color:var(--surface-card);
    border:1px solid #DCE5EE;
    border-radius:0.78rem;
    padding:1.5rem 2.19rem;
    box-shadow:0 1px 8px rgba(0,0,0,0.14);
}
.plain-tile .clear-method h3{margin:0 0 8px;
    font-size:calc(18.5px * 1.35);
    line-height:1.3;}
.plain-tile .clear-method p{margin:0 0 10px;
    font-size:calc(18.5px * .875);
    line-height:1.77;}
.plain-tile .clear-method p:last-child{margin-bottom:0;}
.plain-tile .clear-method .active-figure{font-size:calc(18.5px * .875);}
.plain-tile .clear-method .active-figure a{color:#0E5AA7;
    text-decoration:none;
    border-bottom:1px solid #DCE5EE;
    transition:color 390ms var(--ease-soft), border-color 390ms var(--ease-soft);}
.plain-tile .clear-method .active-figure a:hover{color:inherit;
    border-color:#1FA9D6;}
.plain-tile .top-headline{
    background:var(--tone-secondary);
    color:var(--surface-card);
    border:1px solid #DCE5EE;
    border-radius:0.78rem;
    padding:1.5rem 2.19rem;
    box-shadow:0 1px 8px rgba(0,0,0,0.14);
}
.plain-tile .top-headline h3{margin:0 0 8px;
    font-size:calc(18.5px * 1.35);
    line-height:1.3;}
.plain-tile .top-headline p{margin:0 0 12px;
    font-size:calc(18.5px * .875);
    line-height:1.77;
    max-width:820px;}
.plain-tile .top-headline .direct-team{display:flex;
    flex-wrap:wrap;
    gap:2.31rem;
    margin:0;}
.plain-tile .top-headline .direct-team a{color:#0E5AA7;
    text-decoration:none;
    font-size:calc(18.5px * .875);
    border-bottom:1px solid #DCE5EE;
    transition:color 390ms var(--ease-soft), border-color 390ms var(--ease-soft);}
.plain-tile .top-headline .direct-team a:hover{color:inherit;
    border-color:#1FA9D6;}
@media (max-width:700px){.plain-tile .compact-lead{
        flex-direction:column;
    }.plain-tile .clear-method{
        flex:1 1 auto;
        min-width:0;
    }
}
.offer-inner{--mark-public:calc(1.5rem * 1.35);--state-static:calc(1320px / 2.50);--label-lead:calc(1320px / 3.66);padding:calc(1.5rem * 2.4) 2.19rem;background:#1FA9D6;color:#04263A;}
.offer-inner .top-block{max-width:1320px;margin:0 auto;}
.offer-inner h1,.offer-inner h2,.offer-inner h3,.offer-inner p{margin:0;}
.offer-inner h1{font-size:calc(18.5px * 2.65);line-height:1.08;}
.offer-inner h2{font-size:calc(18.5px * 2);line-height:1.12;}
.offer-inner h3{font-size:calc(18.5px * 1.35);line-height:1.2;}
.offer-inner p{font-size:18.5px;line-height:1.77;color:color-mix(in srgb, currentColor 74%, transparent);}
.offer-inner a{color:inherit;text-decoration:none;border-bottom:1px solid currentColor;}
.offer-inner img{display:block;width:100%;height:auto;border-radius:0.48rem;}
.offer-inner .quiet-body{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:#04263A;color:#1FA9D6;}
.offer-inner .contact-links,.offer-inner .wide-steps{}
.offer-inner .fresh-group{display:flex;flex-direction:column;gap:var(--mark-public);margin-top:var(--mark-public);}
.offer-inner .clear-method{min-width:0;}
.offer-inner .clear-method p,.offer-inner .clear-method a{margin-top:calc(1.5rem / 3);}
.offer-inner .clear-method img{margin-bottom:calc(1.5rem / 2);max-width:calc(var(--label-lead) * .7);}
.offer-inner .top-service{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.31rem;}
.offer-inner .top-service>.text-fields{flex:1 1 calc(1320px / 3);min-width:0;}
.offer-inner .top-service>.fresh-group{flex:2 1 calc(1320px / 2);margin-top:0;}
.offer-inner .top-service>img{margin-left:auto;}
.offer-inner .text-fields .contact-links{margin-top:1.5rem;}
.offer-inner .text-fields .wide-steps{margin-top:calc(1.5rem / 2);font-size:calc(18.5px * .875);}
.offer-inner .direct-team{margin-top:var(--mark-public);max-width:var(--state-static);font-size:calc(18.5px * .875);}
.soft-proof{--mark-public:calc(1.5rem * 1.00);--state-static:calc(1320px / 2.24);--type-extra-7:calc(1320px / 3.31);padding:calc(1.5rem * 2.4) 2.19rem;background:#0B2C4D;color:#EAF3FB;}
.soft-proof .top-block{max-width:1320px;margin:0 auto;}
.soft-proof h2,.soft-proof h3,.soft-proof p{margin:0;}
.soft-proof h2{font-size:calc(18.5px * 2);line-height:1.12;}
.soft-proof h3{font-size:calc(18.5px * 1.35);line-height:1.2;}
.soft-proof p{font-size:18.5px;line-height:1.77;}
.soft-proof .contact-links{margin-top:1.5rem;max-width:calc(1320px / 2);opacity:.88;}
.soft-proof .main-grid{display:flex;flex-wrap:wrap;gap:var(--mark-public);margin-top:var(--mark-public);}
.soft-proof .clear-method{flex:1 1 var(--type-extra-7);min-width:0;padding:calc(var(--mark-public) * .75);border-radius:0.48rem;background:#F2F6FA;color:var(--paint-card);}
.soft-proof .clear-method h3{color:inherit;}
.soft-proof .clear-method p{margin-top:calc(1.5rem / 3);}
.soft-proof .site-block{padding-inline-start:calc(1.5rem * .75);}
.soft-proof .visual-plan{row-gap:calc(var(--mark-public) * 1.2);}
.soft-proof .plain-nav{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.compact-details{padding:calc(1.5rem * 2.4) 2.19rem;background:#FFFFFF;color:#152230}
.compact-details .top-story{max-width:1320px;margin:0 auto;display:flex;flex-direction:column;gap:2.31rem}
.compact-details .clear-content{border-radius:1.29rem;background:linear-gradient(135deg, #F2F8FD 0%, #E1EEF8 55%, #D3E6F4 100%);color:#152230;padding:calc(2.31rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.compact-details h2{margin:0;font-size:calc(18.5px * 2.65);line-height:1.02;max-width:20ch}
.compact-details .clear-content p{margin:0;max-width:52rem;font-size:calc(18.5px * 1.125);line-height:1.77}
.compact-details .page-brand{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.compact-details .simple-stack{flex:1 1 15rem;background:var(--tone-secondary);color:var(--surface-card);border:1px solid #DCE5EE;border-radius:0.78rem;padding:calc(1.5rem * .75);display:flex;flex-direction:column;gap:1.5rem}
.compact-details .simple-stack span{font-size:calc(18.5px * .875);letter-spacing:.04em;text-transform:uppercase;}
.compact-details h3{margin:0;font-size:calc(18.5px * 1.35);line-height:1.15}
.compact-details .simple-stack p{margin:0;font-size:calc(18.5px * .875);line-height:1.77}
.compact-details .direct-team{margin:0;font-size:calc(18.5px * .875);}
.compact-details .direct-team a{text-decoration:underline;text-underline-offset:3px}
.compact-details .direct-team a:hover{}
@media (max-width: 720px){.compact-details .simple-stack{flex:1 1 100%}
}
.simple-shell{padding:calc(1.5rem * 2.4) 2.19rem;background:#F2F6FA;color:var(--paint-card)}
.simple-shell .top-block{max-width:1320px;margin:0 auto}
.simple-shell .simple-feature{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.35fr);gap:calc(2.31rem * 1.5);align-items:start}
.simple-shell .media-figure{min-width:0}
.simple-shell h2{margin:0;font-size:calc(18.5px * 2);line-height:1.1}
.simple-shell .media-figure p{margin:1.5rem 0 0;font-size:18.5px;line-height:1.77}
.simple-shell .wide-steps{margin-top:calc(1.5rem * .75);padding-left:calc(1.5rem * .75);border-left:2px solid #1FA9D6;font-size:calc(18.5px * .875)}
.simple-shell .text-details{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.simple-shell .text-details a{display:block;min-width:0;background:var(--tone-secondary);color:var(--surface-card);border:1px solid #DCE5EE;border-radius:0.48rem;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;transition:border-color 390ms var(--ease-soft)}
.simple-shell .text-details a:hover{border-color:#1FA9D6}
.simple-shell strong{display:block;font-size:18.5px;line-height:1.25}
.simple-shell span{display:block;margin-top:calc(calc(1.5rem * .75) / 2);font-size:calc(18.5px * .875);line-height:1.77}
@media(max-width:780px){.simple-shell .simple-feature{display:block}.simple-shell .text-details{margin-top:calc(2.31rem * 1.5)}}
.media-group{background:#F2F6FA;color:var(--paint-card);padding:calc(1.5rem * 2.4) 2.19rem}
.media-group .top-block{max-width:1320px;margin:0 auto}
.media-group .main-steps{display:grid;grid-template-columns:1.1fr .7fr 1fr;gap:calc(2.31rem * 1.5);align-items:start}
.media-group .media-figure{min-width:0}
.media-group h2{margin:0;font-size:clamp(calc(18.5px * 2),4.4vw,calc(18.5px * 2.65));line-height:1.08;letter-spacing:0}
.media-group p{margin:1.5rem 0 0;font-size:calc(18.5px * 1.125);line-height:1.65}
.media-group .open-stack{display:block;min-width:0;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;border-radius:0.78rem;box-shadow:0 1px 8px rgba(0,0,0,0.14)}
.media-group .simple-callout{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.media-group .simple-callout a{padding:calc(1.5rem * .75);border-radius:0.48rem;background:var(--tone-secondary);color:var(--surface-card);border:1px solid #DCE5EE;text-decoration:none;transition:border-color 390ms var(--ease-soft)}
.media-group .simple-callout a:hover{border-color:#1FA9D6}
.media-group strong,.media-group span{display:block}
.media-group strong{font-size:18.5px}
.media-group span{margin-top:calc(calc(1.5rem * .75)*.5);font-size:calc(18.5px * .875);line-height:1.55}
@media(max-width:820px){.media-group .main-steps{grid-template-columns:1fr}.media-group .open-stack{aspect-ratio:16/9}}
.strong-body{
  padding: calc(1.5rem * 2.4) 2.19rem;
  background: linear-gradient(135deg, #1FA9D6 0%, #0E5AA7 100%);
  color: #FFFFFF;
}
.strong-body .top-block{max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(2.31rem * 1.5);}
.strong-body .contact-links{display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 2.31rem;}
.strong-body h2{margin: 0;
  flex: 1 1 22rem;
  font-size: calc(18.5px * 2);
  line-height: 1.12;}
.strong-body .contact-links p{margin: 0;
  flex: 1 1 20rem;
  font-size: calc(18.5px * 1.125);
  line-height: 1.77;
  opacity: 0.92;}
.strong-body .direct-team{display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(255, 255, 255, 0.28);}
.strong-body .direct-team a{display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.4rem 2.31rem;
  padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  text-decoration: none;
  color: inherit;}
.strong-body .direct-team a:hover strong{text-decoration: underline;}
.strong-body .direct-team strong{flex: 0 0 16rem;
  font-size: calc(18.5px * 1.35);}
.strong-body .direct-team span{flex: 1 1 18rem;
  font-size: 18.5px;
  line-height: 1.77;
  opacity: 0.9;}
.strong-body .wide-steps{margin: 0;
  font-size: calc(18.5px * .875);
  opacity: 0.9;}
.strong-body .wide-steps a{color: inherit;
  text-decoration: underline;}
@media (max-width: 720px) {.strong-body .direct-team strong{
    flex: 1 1 100%;
  }
}
.plain-intro{--mark-public:calc(1.5rem * 1.05);--state-static:calc(1320px / 2.90);padding:calc(1.5rem * 2.4) 2.19rem;background:#F2F6FA;color:var(--paint-card);}
.plain-intro .top-block{max-width:1320px;margin:0 auto;}
.plain-intro h1,.plain-intro h2,.plain-intro h3,.plain-intro p{margin:0;}
.plain-intro h2{font-size:calc(18.5px * 2);line-height:1.12;}
.plain-intro p{font-size:18.5px;line-height:1.77;}
.plain-intro a{color:#0E5AA7;text-decoration:none;}
.plain-intro a:hover{color:inherit;}
.plain-intro .quiet-body{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:var(--tone-base);color:#FFFFFF;}
.plain-intro .quiet-body:hover{background:#0A4682;color:#FFFFFF;}
.plain-intro .active-quote{display:flex;flex-direction:column;gap:var(--mark-public);}
.plain-intro details{padding:calc(calc(1.5rem * .75) * .9);border-radius:0.48rem;background:var(--tone-secondary);color:var(--surface-card);border:1px solid #DCE5EE;}
.plain-intro summary{cursor:pointer;font-weight:700;}
.plain-intro details p{margin-top:calc(1.5rem / 3);}
.plain-intro .featured-stack{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.31rem;}
.plain-intro .text-fields{flex:1 1 auto;min-width:0;max-width:var(--state-static);}
.plain-intro .text-fields .contact-links{margin-top:1.5rem;}
.plain-intro .active-quote{flex:1 1 100%;}
.plain-intro .direct-team{flex:1 1 100%;margin-top:calc(2.31rem * 1.5);font-size:calc(18.5px * .875);}
.contact-shell{padding:calc(1.5rem * 2.4) 2.19rem;background:linear-gradient(135deg, #1FA9D6 0%, #0E5AA7 100%);color:#FFFFFF}
.contact-shell .top-block{max-width:1320px;margin:0 auto}
.contact-shell .simple-feature{display:grid;grid-template-columns:minmax(0,0.95fr) minmax(0,1.3fr);gap:calc(2.31rem * 1.5);align-items:start}
.contact-shell .media-figure{min-width:0}
.contact-shell h2{margin:0;font-size:calc(18.5px * 2.65);line-height:1.06}
.contact-shell .media-figure p{margin:1.5rem 0 0;font-size:calc(18.5px * 1.125);line-height:1.77}
.contact-shell .text-details{display:flex;flex-wrap:wrap;gap:1.5rem}
.contact-shell .text-details a{flex:1 1 calc(50% - 1.5rem);min-width:0;background:color-mix(in srgb,#FFFFFF 14%,transparent);color:#FFFFFF;border-radius:0.48rem;padding:1.5rem;text-decoration:none}
.contact-shell .text-details a:first-child{flex-basis:100%}
.contact-shell strong{display:block;font-size:calc(18.5px * 1.35);line-height:1.18}
.contact-shell span{display:block;margin-top:calc(1.5rem * .75);font-size:calc(18.5px * .875);line-height:1.77}
@media(max-width:780px){.contact-shell .simple-feature{display:block}.contact-shell .text-details{margin-top:calc(2.31rem * 1.5)}.contact-shell .text-details a{flex-basis:100%}.contact-shell h2{font-size:calc(18.5px * 2)}}
.simple-rail{--mark-public:calc(1.5rem * 1.05);--field-local:calc(1320px / 3.6);padding:calc(1.5rem * 2.4) 2.19rem;background:#F2F6FA;color:var(--paint-card);}
.simple-rail .top-block{max-width:1320px;margin:0 auto;}
.simple-rail h2,.simple-rail h3,.simple-rail p,.simple-rail figure{margin:0;}
.simple-rail h2{font-size:calc(18.5px * 2);line-height:1.14;max-width:calc(1320px / 1.7);}
.simple-rail h3{font-size:calc(18.5px * 1.35);line-height:1.24;}
.simple-rail p{font-size:18.5px;line-height:1.77;}
.simple-rail a{color:#0E5AA7;text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:2px;}
.simple-rail a:hover{color:inherit;}
.simple-rail .media-figure{display:flex;flex-direction:column;gap:calc(2.31rem * 1.5);}
.simple-rail .contact-links{max-width:calc(1320px / 1.85);font-size:calc(18.5px * 1.125);}
.simple-rail .compact-lead{display:flex;flex-wrap:wrap;gap:2.31rem;align-items:flex-start;margin-top:var(--mark-public);}
.simple-rail .page-track{flex:0 0 var(--field-local);max-width:var(--field-local);border-radius:0.78rem;overflow:hidden;box-shadow:0 1px 8px rgba(0,0,0,0.14);}
.simple-rail .page-track img{display:block;width:100%;height:auto;}
.simple-rail .fresh-group{flex:1 1 calc(1320px / 2.1);min-width:0;display:flex;flex-direction:column;}
.simple-rail .clear-method{padding:calc(1.5rem * .75) 0;border-top:1px solid #DCE5EE;}
.simple-rail .clear-method:first-child{border-top:0;padding-top:0;}
.simple-rail .clear-method p{margin-top:calc(1.5rem / 3);}
.simple-rail .clear-method a{display:inline-block;margin-top:calc(1.5rem / 3);font-size:calc(18.5px * .875);}
.simple-rail .wide-steps{margin-top:var(--mark-public);max-width:calc(1320px / 1.9);font-size:calc(18.5px * .875);}
@media (max-width:820px){.simple-rail .page-track{flex:1 1 100%;max-width:100%;}.simple-rail h2,.simple-rail .contact-links,.simple-rail .wide-steps{max-width:100%;}
}
.team-summary{--mark-public:calc(1.5rem * 1.15);--state-static:calc(1320px / 2.35);--layer-active:calc(1320px / 3.10);padding:calc(1.5rem * 2.4) 2.19rem;background:#FFFFFF;color:#152230;}
.team-summary .top-block{max-width:1320px;margin:0 auto;}
.team-summary h2,.team-summary h3,.team-summary p{margin:0;}
.team-summary h2{font-size:calc(18.5px * 2);line-height:1.14;max-width:var(--state-static);}
.team-summary h3{font-size:calc(18.5px * 1.35);line-height:1.22;}
.team-summary p{font-size:18.5px;line-height:1.77;}
.team-summary a{color:#0E5AA7;text-decoration:none;border-bottom:1px solid #0E5AA7;}
.team-summary a:hover{color:inherit;border-bottom-color:#1FA9D6;}
.team-summary img{display:block;width:100%;height:auto;border-radius:0.48rem;}
.team-summary .media-figure{max-width:var(--state-static);}
.team-summary .media-figure .contact-links{margin-top:1.5rem;color:var(--paint-card);}
.team-summary .top-media{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.31rem;margin-top:var(--mark-public);}
.team-summary .text-fields{flex:1 1 calc(1320px / 2.10);min-width:0;}
.team-summary .text-fields p + p{margin-top:1.5rem;}
.team-summary .content-links{flex:1 1 var(--layer-active);min-width:0;margin:0;}
.team-summary .fresh-group{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.31rem;margin-top:var(--mark-public);padding-top:var(--mark-public);border-top:1px solid #DCE5EE;}
.team-summary .clear-method{flex:1 1 calc(1320px / 3.40);min-width:0;}
.team-summary .clear-method p{margin-top:calc(1.5rem / 3);color:var(--paint-card);}
.team-summary .direct-team{margin-top:var(--mark-public);padding-top:1.5rem;border-top:1px solid #DCE5EE;max-width:var(--state-static);}
.team-summary .direct-team p{color:var(--paint-card);}
@media (max-width:720px){.team-summary .text-fields,.team-summary .content-links,.team-summary .clear-method{flex:1 1 100%;}
}
.strong-tile{--mark-public:calc(1.5rem * 1.08);--state-static:calc(1320px / 3.10);padding:calc(1.5rem * 2.4) 2.19rem;background:#1FA9D6;color:#04263A;}
.strong-tile .top-block{max-width:1320px;margin:0 auto;}
.strong-tile h2,.strong-tile h3,.strong-tile p{margin:0;}
.strong-tile h2{font-size:calc(18.5px * 2);line-height:1.14;}
.strong-tile h3{font-size:calc(18.5px * 1.35);line-height:1.22;}
.strong-tile p{font-size:18.5px;line-height:1.77;}
.strong-tile a{color:inherit;text-decoration:none;}
.strong-tile .contact-links{font-size:calc(18.5px * 1.125);}
.strong-tile .wide-steps{margin-top:calc(1.5rem * 1.1);font-size:calc(18.5px * .875);max-width:var(--state-static);}
.strong-tile .active-surface{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.31rem;}
.strong-tile .active-surface>h2{flex:1 1 calc(1320px / 3.2);min-width:0;}
.strong-tile .active-surface>.contact-links{flex:1 1 calc(1320px / 2.6);min-width:0;}
.strong-tile .fresh-group{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--mark-public);margin-top:var(--mark-public);}
.strong-tile .clear-method{flex:1 1 calc(1320px / 3.6);min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 3);padding:calc(calc(1.5rem * .75) * .95);border-radius:0.48rem;background:color-mix(in srgb, currentColor 12%, transparent);}
.strong-tile .clear-method p{flex:1 1 auto;}
.strong-tile .clear-method a{display:inline-flex;align-items:center;width:max-content;max-width:100%;padding:calc(calc(1.5rem * .75) * .55) 1.5rem;border-radius:0.29rem;background:#04263A;color:#1FA9D6;font-size:calc(18.5px * .875);}
@media (max-width: 720px){.strong-tile .active-surface>h2,.strong-tile .active-surface>.contact-links{flex:1 1 100%;}.strong-tile .clear-method{flex:1 1 100%;}
}
.open-team{--mark-public:calc(1.5rem * 1.12);--state-static:calc(1320px / 2.15);padding:calc(1.5rem * 2.4) 2.19rem;background:#F2F6FA;color:var(--paint-card);}
.open-team .top-block{max-width:1320px;margin:0 auto;}
.open-team h1,.open-team h2,.open-team h3,.open-team p{margin:0;}
.open-team h2{font-size:calc(18.5px * 2);line-height:1.12;}
.open-team p{font-size:18.5px;line-height:1.77;}
.open-team a{color:inherit;text-decoration:none;}
.open-team .wide-steps{font-size:calc(18.5px * .875);letter-spacing:0.04em;text-transform:uppercase;color:var(--paint-card);opacity:0.72;}
.open-team .quiet-body{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:var(--tone-base);color:#FFFFFF;font-size:calc(18.5px * .875);}
.open-team .quiet-body:hover{background:#0A4682;color:var(--surface-card);}
.open-team .fresh-group{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.31rem;margin-top:var(--mark-public);}
.open-team .clear-method{flex:1 1 calc(1320px / 4.4);min-width:0;padding:calc(1.5rem * .75);background:var(--tone-secondary);color:var(--surface-card);border:1px solid #DCE5EE;border-radius:0.48rem;}
.open-team .clear-method p{font-size:18.5px;}
.open-team .clear-method .compact-proof{margin-top:calc(1.5rem / 2.4);font-size:calc(18.5px * .875);opacity:0.78;}
.open-team .featured-stack{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.31rem;}
.open-team .featured-stack>.text-fields{flex:1 1 auto;min-width:0;max-width:var(--state-static);}
.open-team .featured-stack>.quiet-body{flex:0 0 auto;}
.open-team .featured-stack>.fresh-group{flex:1 1 100%;}
.open-team .text-fields h2{margin-top:calc(1.5rem / 2);}
@media (max-width:720px){.open-team .clear-method{flex:1 1 100%;}.open-team .featured-stack>.quiet-body{flex:1 1 auto;}
}
.public-content{
  --mark-public:calc(1.5rem * 1.10);
  --type-extra-7:calc(1320px / 3.42);
  padding:calc(1.5rem * 2.4) 2.19rem;
  background:#F2F6FA;
  color:var(--paint-card);
}
.public-content .top-block{max-width:1320px;margin:0 auto;}
.public-content h2,
.public-content h3,
.public-content p{margin:0;}
.public-content h2{font-size:calc(18.5px * 2);line-height:1.14;}
.public-content h3{font-size:calc(18.5px * 1.35);line-height:1.22;}
.public-content p{font-size:18.5px;line-height:1.77;}
.public-content .media-figure{max-width:calc(1320px / 1.65);}
.public-content .contact-links{margin-top:1.5rem;}
.public-content .bottom-section{display:flex;
  flex-wrap:wrap;
  gap:var(--mark-public);
  margin-top:calc(var(--mark-public) * 1.2);}
.public-content .clear-method{
  flex:1 1 var(--type-extra-7);
  min-width:0;
  padding:calc(var(--mark-public) * .8);
  border-radius:0.48rem;
  background:var(--tone-secondary);
  color:var(--surface-card);
  border:1px solid #DCE5EE;
  box-shadow:0 1px 8px rgba(0,0,0,0.14);
}
.public-content .clear-method p{margin-top:calc(1.5rem / 3);}
.public-content .wide-steps{margin-top:calc(var(--mark-public) * 1.1);
  padding-top:calc(2.31rem * 1.5);
  border-top:1px solid #DCE5EE;
  max-width:calc(1320px / 1.5);
  font-size:calc(18.5px * .875);}
.public-content a{text-decoration:none;
  border-bottom:1px solid currentColor;}
.public-content a:hover{}
@media (max-width:720px){.public-content .clear-method{flex:1 1 100%;}
}
.main-region{
    padding:calc(1.5rem * 2.4) 2.19rem;
    background:#F2F6FA;
    color:var(--paint-card);
}
.main-region .top-block{max-width:1320px;
    margin:0 auto;
    display:grid;
    grid-template-columns:0.85fr 1.15fr;
    gap:2.31rem;
    align-items:start;}
.main-region .text-unit img{width:100%;
    height:auto;
    display:block;
    border-radius:0.78rem;
    border:1px solid #DCE5EE;
    box-shadow:0 1px 8px rgba(0,0,0,0.14);}
.main-region .top-media h2{margin:0 0 calc(2.31rem * 1.5);
    font-size:calc(18.5px * 2);
    line-height:1.2;}
.main-region .top-media h3{margin:calc(2.31rem * 1.5) 0 0.5rem;
    font-size:18.5px;
    letter-spacing:0.01em;}
.main-region .top-media p{margin:0 0 0.85rem;
    font-size:18.5px;
    line-height:1.77;}
.main-region .top-media .contact-links{font-size:calc(18.5px * 1.125);
    margin-bottom:1.1rem;}
.main-region .top-media ul{margin:0;
    padding-left:1.1rem;
    display:flex;
    flex-direction:column;
    gap:0.55rem;
    font-size:18.5px;}
.main-region .top-media ul li{line-height:1.6;}
@media (max-width:820px){.main-region .top-block{
        grid-template-columns:1fr;
    }.main-region .top-media h2{
        font-size:calc(18.5px * 1.35);
    }
}
.primary-shell{
  background: #FFFFFF;
  color: #152230;
  padding: calc(1.5rem * 2.4) 2.19rem;
}
.primary-shell .top-block{width: min(100%, 1320px);
  margin: 0 auto;
  display: grid;
  gap: calc(2.31rem * 1.5);}
.primary-shell h2,
.primary-shell h3,
.primary-shell p,
.primary-shell figure,
.primary-shell figcaption{margin: 0;}
.primary-shell h2{font-size: calc(18.5px * 2);
  line-height: 1.1;}
.primary-shell h3{font-size: calc(18.5px * 1.35);
  line-height: 1.2;}
.primary-shell p{font-size: 18.5px;
  line-height: 1.77;}
.primary-shell .contact-figure{
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 2.31rem;
  align-items: end;
  padding: calc(2.31rem * 1.5);
  border-radius: 0.78rem;
  background: #F2F6FA;
  color: var(--paint-card);
}
.primary-shell .contact-figure p{}
.primary-shell .offer-contact{display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: calc(1.5rem * .75);}
.primary-shell [data-block]{
  grid-column: span 2;
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border-radius: 0.48rem;
  background: var(--tone-secondary);
  color: var(--surface-card);
  border: 1px solid #DCE5EE;
  box-shadow: 0 1px 8px rgba(0,0,0,0.14);
  animation: galleryMosaicIn calc(390ms * 2) var(--ease-soft) both;
  animation-delay: var(--motion-entry, 0ms);
}
.primary-shell [data-block]:nth-child(1),
.primary-shell [data-block]:nth-child(6){grid-column: span 3;}
.primary-shell [data-block] img{display: block;
  width: 100%;
  height: 12rem;
  object-fit: cover;}
.primary-shell [data-block] figcaption{display: grid;
  gap: calc(1.5rem * .75);
  align-content: start;
  padding: 1.5rem;}
.primary-shell .person{
  display: inline-block;
  font-size: calc(18.5px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: .2rem .55rem;
  border-radius: 0.29rem;
  background: #1FA9D6;
  color: #04263A;
  justify-self: start;
}
.primary-shell .featured-contact{max-width: 62ch;}
@keyframes galleryMosaicIn {from{ opacity: .25; transform: translateY(calc(2.31rem * 2)); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 900px) {.primary-shell .contact-figure{
    grid-template-columns: 1fr;
    align-items: start;
  }.primary-shell .offer-contact{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.primary-shell [data-block],
  .primary-shell [data-block]:nth-child(1),
  .primary-shell [data-block]:nth-child(6){
    grid-column: span 1;
  }
}
@media (max-width: 560px) {.primary-shell .offer-contact{
    grid-template-columns: 1fr;
  }.primary-shell [data-block] img{
    height: 10rem;
  }
}
.content-proof{
  background: #F2F6FA;
  color: var(--paint-card);
  padding: calc(1.5rem * 2.4) 2.19rem;
}
.content-proof .top-block{width: min(100%, 1320px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2.31rem;
  align-items: flex-start;}
.content-proof .top-block > *{min-width: 0; flex: 1 1 20rem;}
.content-proof .text-fields{display: flex;
  flex-direction: column;
  gap: calc(2.31rem * 1.5);}
.content-proof h2{margin: 0;
  font-size: calc(18.5px * 2);
  line-height: 1.08;}
.content-proof .contact-links{margin: 0;
  font-size: calc(18.5px * 1.125);
  line-height: 1.77;
  max-width: 46rem;}
.content-proof .featured-links{display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid #DCE5EE;}
.content-proof .featured-links .clear-method{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid #DCE5EE;}
.content-proof .featured-links .clear-method > *{min-width: 0; flex: 1 1 15rem;}
.content-proof strong{font-size: calc(18.5px * 1.35);
  line-height: 1.16;}
.content-proof span{line-height: 1.77;}
.content-proof .wide-steps{margin: 0;
  font-size: calc(18.5px * .875);
  line-height: 1.77;}
.content-proof .wide-steps a{text-decoration: none;
  border-bottom: 1px solid #DCE5EE;}
.content-proof .wide-steps a:hover{}
.content-proof .primary-inner{display: block;
  width: 100%;
  height: 100%;
  min-height: 30rem;
  object-fit: cover;
  border-radius: 0.78rem;
  border: 1px solid #DCE5EE;}
@media (max-width: 860px) {.content-proof .primary-inner{ min-height: 18rem; }
}
.offer-quote{
  --mark-public:calc(1.5rem * 1.02);
  --state-static:calc(1320px / 2.85);
  padding:calc(1.5rem * 2.4) 2.19rem;
  background:#F2F6FA;
  color:var(--paint-card);
}
.offer-quote .top-block{max-width:1320px;
  margin:0 auto;}
.offer-quote h2,
.offer-quote h3,
.offer-quote p{margin:0;}
.offer-quote h2{font-size:calc(18.5px * 2);
  line-height:1.12;}
.offer-quote h3{font-size:calc(18.5px * 1.35);
  line-height:1.2;}
.offer-quote p{font-size:18.5px;
  line-height:1.77;}
.offer-quote .wide-steps{max-width:var(--state-static);
  font-size:calc(18.5px * .875);
  letter-spacing:.01em;
  opacity:.78;}
.offer-quote .fresh-group{display:flex;
  flex-wrap:wrap;
  gap:var(--mark-public);
  margin-top:var(--mark-public);}
.offer-quote .clear-method{
  flex:1 1 calc(1320px / 3.6);
  min-width:0;
  padding:calc(calc(1.5rem * .75) * .9) calc(calc(1.5rem * .75) * .95);
  border-radius:0.48rem;
  background:var(--tone-secondary);
  color:var(--surface-card);
  border:1px solid #DCE5EE;
  box-shadow:0 1px 8px rgba(0,0,0,0.14);
}
.offer-quote .clear-method p{margin-top:calc(1.5rem / 3);
  font-size:calc(18.5px * .875);
  opacity:.82;}
.offer-quote .plain-callout>h2{margin-top:var(--mark-public);
  max-width:var(--state-static);}
@media (max-width:720px){.offer-quote .clear-method{
    flex:1 1 100%;
  }
}
.steady-stack{padding:calc(1.5rem * 2.4) 2.19rem;background:#F2F6FA;color:var(--paint-card)}
.steady-stack .top-block{max-width:1320px;margin:0 auto}
.steady-stack .simple-feature{display:flex;flex-wrap:wrap;gap:calc(2.31rem * 1.5);align-items:flex-start}
.steady-stack .media-figure{flex:1 1 300px;min-width:0;max-width:38ch}
.steady-stack h2{margin:0;font-size:calc(18.5px * 2);line-height:1.1}
.steady-stack .media-figure p{margin:1.5rem 0 0;font-size:18.5px;line-height:1.77}
.steady-stack .text-details{flex:2 1 460px;min-width:0;display:flex;flex-direction:column;gap:1px;background:#DCE5EE;border-radius:0.78rem;overflow:hidden;color:var(--surface-card);}
.steady-stack .text-details a{display:block;background:var(--tone-secondary);color:var(--surface-card);padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;transition:background 390ms var(--ease-soft)}
.steady-stack .text-details a:hover{background:#F2F6FA;color:var(--paint-card);}
.steady-stack strong{display:block;font-size:calc(18.5px * 1.125);line-height:1.2}
.steady-stack span{display:block;margin-top:0.4rem;font-size:calc(18.5px * .875);line-height:1.77}
@media(max-width:780px){.steady-stack .simple-feature{display:block}.steady-stack .media-figure{max-width:none}.steady-stack .text-details{margin-top:calc(2.31rem * 1.5)}.steady-stack h2{font-size:calc(18.5px * 1.35)}}
.plain-menu{--mark-public:calc(1.5rem * 0.9);--state-static:calc(1320px / 3.1);--label-lead:calc(1320px / 4.2);padding:calc(1.5rem * 2.4) 2.19rem;background:#FFFFFF;color:#152230;}
.plain-menu .top-block{max-width:1320px;margin:0 auto;}
.plain-menu h1,.plain-menu h2,.plain-menu h3,.plain-menu p{margin:0;}
.plain-menu h2{font-size:calc(18.5px * 2);line-height:1.14;}
.plain-menu h3{font-size:calc(18.5px * 1.35);line-height:1.22;}
.plain-menu p{font-size:18.5px;line-height:1.77;color:var(--paint-card);}
.plain-menu img{display:block;width:100%;height:auto;border-radius:0.48rem;}
.plain-menu .text-fields{max-width:var(--state-static);}
.plain-menu .contact-links{margin-top:1.5rem;}
.plain-menu .wide-steps{margin-top:calc(1.5rem / 2);font-size:calc(18.5px * .875);color:var(--paint-card);}
.plain-menu .fresh-group{display:flex;flex-direction:column;gap:var(--mark-public);margin-top:var(--mark-public);}
.plain-menu .clear-method{min-width:0;padding-left:calc(2.19rem * 0.9);border-left:2px solid #DCE5EE;}
.plain-menu .clear-method p{margin-top:calc(1.5rem / 3);}
.plain-menu .clear-method img{margin-bottom:calc(1.5rem / 2);max-width:calc(var(--label-lead) * 0.72);}
.plain-menu .top-service{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.31rem;}
.plain-menu .top-service>.text-fields{flex:1 1 calc(1320px / 3);min-width:0;}
.plain-menu .top-service>.fresh-group{flex:2 1 calc(1320px / 2);margin-top:0;}
@media (max-width:760px){.plain-menu .top-service{flex-direction:column;}.plain-menu .top-service>.text-fields,.plain-menu .top-service>.fresh-group{flex:1 1 auto;width:100%;}
}
.open-method{
    color:#152230;
    background:#FFFFFF;
    padding:calc(1.5rem * 2.4) 2.19rem;
}
.open-method .c{max-width:1320px;
    margin:0 auto;
    display:grid;
    gap:2.19rem;}
@media (min-width:1024px){.open-method .c{
        grid-template-columns:minmax(0,1fr) 320px;
        align-items:start;
    }
}
.open-method .open-quote{margin-bottom:calc(2.31rem * 1.5);}
.open-method .bottom-method{margin:0 0 0.6rem;
    font-size:calc(18.5px * .875);
    letter-spacing:0.04em;
    text-transform:uppercase;
    color:var(--paint-card);}
.open-method h1{font-size:calc(18.5px * 2.65);
    line-height:1.15;
    margin:0 0 0.9rem;}
.open-method .contact-links{font-size:calc(18.5px * 1.125);
    line-height:1.5;
    margin:0 0 1.1rem;
    max-width:60ch;}
.open-method .public-region{display:flex;
    flex-wrap:wrap;
    gap:0.4rem 1.2rem;
    font-size:calc(18.5px * .875);
    color:var(--paint-card);
    border-top:1px solid #DCE5EE;
    border-bottom:1px solid #DCE5EE;
    padding:0.7rem 0;}
.open-method .featured-figure{
    margin:0 0 calc(2.31rem * 1.5);
    border-radius:0.78rem;
    overflow:hidden;
    background:#F2F6FA;color:var(--paint-card);}
.open-method .featured-figure img{display:block;
    width:100%;
    height:auto;
    aspect-ratio:16/9;
    object-fit:cover;}
.open-method .featured-figure figcaption{font-size:calc(18.5px * .875);
    color:var(--paint-card);
    padding:0.6rem 0.9rem;}
.open-method .team-contact{line-height:1.77;
    font-size:18.5px;}
.open-method .team-contact p{margin:0 0 1.1rem;}
.open-method .team-contact h2{font-size:calc(18.5px * 1.35);
    margin:1.8rem 0 0.8rem;}
.open-method .post-foot{margin-top:calc(2.31rem * 1.5);
    padding-top:calc(1.5rem * .75);
    border-top:1px solid #DCE5EE;}
.open-method .wide-steps{font-size:calc(18.5px * .875);
    color:var(--paint-card);
    margin:0 0 1rem;
    max-width:60ch;}
.open-method .direct-team{display:flex;
    flex-wrap:wrap;
    gap:0.6rem 1.4rem;}
.open-method .direct-team a{color:#0E5AA7;
    text-decoration:none;
    font-size:18.5px;
    border-bottom:1px solid transparent;
    transition:color 390ms var(--ease-soft), border-color 390ms var(--ease-soft);}
.open-method .direct-team a:hover{color:inherit;
    border-bottom-color:#1FA9D6;}
.open-method .top-headline{
    background:var(--tone-secondary);
    color:var(--surface-card);
    border:1px solid #DCE5EE;
    border-radius:0.78rem;
    padding:calc(1.5rem * .75);
    box-shadow:0 1px 8px rgba(0,0,0,0.14);
    display:flex;
    flex-direction:column;
    gap:calc(1.5rem * .75);
}
.open-method .top-headline h3{margin:0;
    font-size:calc(18.5px * 1.35);}
.open-method .compact-lead{display:flex;
    flex-direction:column;
    gap:0.6rem;}
.open-method .clear-method{
    display:flex;
    flex-direction:column;
    gap:0.2rem;
    padding:0.7rem 0.8rem;
    border-radius:0.48rem;
    background:#F2F6FA;
    color:var(--paint-card);
    text-decoration:none;
    transition:background 390ms var(--ease-soft);
}
.open-method .clear-method:hover{
    background:#1FA9D6;
    color:#04263A;
}
.open-method .clear-method .person{font-size:calc(18.5px * .875);
    letter-spacing:0.04em;
    text-transform:uppercase;
    opacity:0.75;}
.open-method .clear-method .t{font-size:18.5px;
    line-height:1.35;}
.open-method .focused-entries{border-top:1px solid #DCE5EE;
    padding-top:calc(1.5rem * .75);
    font-size:calc(18.5px * .875);}
.open-method .focused-entries p{margin:0 0 0.35rem;}
.open-method .focused-entries a{color:#0E5AA7;
    text-decoration:none;}
.open-method .focused-entries a:hover{color:inherit;
    text-decoration:underline;}
.open-method .focused-entries .media-feature{color:var(--paint-card);
    line-height:1.4;
    margin-top:0.5rem;}
@media (max-width:640px){.open-method .public-region{
        flex-direction:column;
        gap:0.25rem;
    }
}
.direct-menu{padding:calc(1.5rem*2.6) 2.19rem;background:var(--tone-secondary);color:var(--surface-card);}
.direct-menu .secondary-lead{max-width:1040px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:2.31rem;align-items:start;}
.direct-menu .focused-summary{margin:0;display:grid;gap:.6rem;}
.direct-menu .focused-summary img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:0.78rem;display:block;}
.direct-menu .focused-summary figcaption{font-size:calc(18.5px * .875);color:var(--paint-card);line-height:1.45;}
.direct-menu .open-quote{grid-column:2;border-top:1px solid #DCE5EE;padding-top:1.1rem;}
.direct-menu .local-team{margin:0 0 .5rem;font-size:calc(18.5px * .875);letter-spacing:.04em;text-transform:uppercase;color:var(--paint-card);}
.direct-menu h1{margin:0;font-size:clamp(1.9rem,3.6vw,3rem);line-height:1.08;}
.direct-menu .open-body{margin:.7rem 0 0;font-size:18.5px;line-height:1.5;color:var(--paint-card);}
.direct-menu .top-media{grid-column:2;display:grid;gap:1rem;}
.direct-menu .top-media p{margin:0;line-height:1.62;}
.direct-menu .direct-team{display:flex;flex-wrap:wrap;gap:.9rem 1.6rem;margin-top:.4rem;padding-top:1rem;border-top:1px solid #DCE5EE;}
.direct-menu .direct-team a{color:#0E5AA7;text-decoration:none;font-size:calc(18.5px * .875);border-bottom:1px solid transparent;transition:color 390ms var(--ease-soft),border-color 390ms var(--ease-soft);}
.direct-menu .direct-team a:hover{color:inherit;border-bottom-color:#1FA9D6;}
@media (max-width:860px){.direct-menu .secondary-lead{grid-template-columns:1fr;}.direct-menu .open-quote,.direct-menu .top-media{grid-column:auto;}.direct-menu .focused-summary img{aspect-ratio:16/10;}
}
.quiet-menu{
        color: #152230;
        background: #FFFFFF;
        padding: calc(1.5rem * 2.4) 2.19rem;
    }
.quiet-menu .c{max-width: 1320px;
        margin: 0 auto;
        display: grid;
        gap: 2.19rem;}
@media (min-width: 1024px) {.quiet-menu .c{
            grid-template-columns: minmax(0, 1fr) 300px;
            align-items: start;
        }
    }
.quiet-menu .visual-flow{display: flex;
        flex-direction: column;
        gap: calc(2.31rem * 1.5);}
.quiet-menu .open-quote{display: flex;
        flex-direction: column;
        gap: 0.6rem;}
.quiet-menu h1{font-size: calc(18.5px * 2.65);
        line-height: 1.2;
        margin: 0;}
.quiet-menu .public-region{display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        font-size: calc(18.5px * .875);
        color: var(--paint-card);}
.quiet-menu .page-track{margin: 0;
        border-radius: 0.78rem;
        overflow: hidden;
        box-shadow: 0 1px 8px rgba(0,0,0,0.14);}
.quiet-menu .page-track img{display: block;
        width: 100%;
        height: auto;}
.quiet-menu .team-contact{display: flex;
        flex-direction: column;
        gap: 1.1rem;
        font-size: 18.5px;
        line-height: 1.77;}
.quiet-menu .team-contact h2{font-size: calc(18.5px * 1.35);
        margin: 0.6rem 0 0;}
.quiet-menu .team-contact p{margin: 0;}
.quiet-menu .team-contact a{color: #0E5AA7;
        text-decoration: underline;
        text-underline-offset: 3px;}
.quiet-menu .team-contact a:hover{color:inherit;}
.quiet-menu .direct-team{display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 1rem;
        padding-top: calc(2.31rem * 1.5);
        border-top: 1px solid #DCE5EE;
        font-size: calc(18.5px * .875);}
.quiet-menu .content-menu{color: var(--paint-card);
        text-transform: uppercase;
        letter-spacing: 0.06em;
        font-size: calc(18.5px * .875);}
.quiet-menu .direct-team a{color: #0E5AA7;
        text-decoration: none;
        border-bottom: 1px solid #DCE5EE;
        padding-bottom: 2px;}
.quiet-menu .direct-team a:hover{color:inherit;
        border-bottom-color: #1FA9D6;}
.quiet-menu .open-shell{
        background: var(--tone-secondary);
        color: var(--surface-card);
        border: 1px solid #DCE5EE;
        padding: calc(1.5rem * .75);
        border-radius: 0.78rem;
        box-shadow: 0 1px 8px rgba(0,0,0,0.14);
    }
.quiet-menu .open-shell h3{margin: 0 0 1rem;
        font-size: 18.5px;}
.quiet-menu .active-callout{display: flex;
        flex-direction: column;
        gap: 0.85rem;}
.quiet-menu .open-shell a{color: #0E5AA7;
        text-decoration: none;
        font-size: calc(18.5px * .875);
        line-height: 1.5;}
.quiet-menu .open-shell a:hover{color:inherit;
        text-decoration: underline;}
.soft-rail{background:#FFFFFF;color:#152230;padding:calc(1.5rem * 2.4) 2.19rem}
.soft-rail .narrow-visual{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:1.15fr .85fr;gap:calc(2.31rem * 1.5) 2.31rem;align-items:start}
.soft-rail .contact-links{grid-column:1 / -1;max-width:60ch}
.soft-rail h2{margin:0;font-size:calc(18.5px * 2);line-height:1.15}
.soft-rail .contact-links p{margin:1.5rem 0 0;font-size:calc(18.5px * 1.125);line-height:1.65;color:var(--paint-card)}
.soft-rail .compact-lead{display:flex;flex-direction:column;gap:calc(calc(1.5rem * .75) * .75);padding:calc(1.5rem * .75);background:#F2F6FA;color:var(--paint-card);border-radius:0.78rem}
.soft-rail .team-list{display:flex;flex-direction:column;gap:calc(calc(1.5rem * .75) * .25);padding-bottom:calc(calc(1.5rem * .75) * .5);border-bottom:1px solid #DCE5EE}
.soft-rail .team-list:last-child{border-bottom:0;padding-bottom:0}
.soft-rail .narrow-contact{font-size:calc(18.5px * .875);letter-spacing:.04em;text-transform:uppercase;color:var(--paint-card);opacity:.75}
.soft-rail .active-figure{font-size:18.5px;line-height:1.55;color:var(--paint-card);text-decoration:none}
.soft-rail a.line{color:#0E5AA7}
.soft-rail a.line:hover{color:inherit;}
.soft-rail .top-headline{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.soft-rail .open-stack{display:block;width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;border-radius:0.78rem}
.soft-rail .wide-steps{padding:calc(1.5rem * .75);background:var(--tone-secondary);color:var(--surface-card);border:1px solid #DCE5EE;border-radius:0.48rem}
.soft-rail .wide-steps p{margin:0;font-size:calc(18.5px * .875);line-height:1.6}
.soft-rail .wide-steps p + p{margin-top:calc(calc(1.5rem * .75) * .5)}
.soft-rail .wide-steps a{color:#0E5AA7;text-decoration:none}
.soft-rail .wide-steps a:hover{color:inherit;}
.soft-rail .fresh-group{grid-column:1 / -1;list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:calc(1.5rem * .75)}
.soft-rail .fresh-group a{display:block;padding:calc(1.5rem * .75);background:var(--tone-secondary);color:var(--surface-card);border:1px solid #DCE5EE;border-radius:0.48rem;text-decoration:none;transition:border-color 390ms var(--ease-soft)}
.soft-rail .fresh-group a:hover{border-color:#1FA9D6}
.soft-rail .fresh-group strong{display:block;font-size:18.5px;line-height:1.35}
.soft-rail .fresh-group span{display:block;margin-top:calc(calc(1.5rem * .75) * .4);font-size:calc(18.5px * .875);line-height:1.55;color:var(--paint-card)}
@media(max-width:820px){.soft-rail .narrow-visual{grid-template-columns:1fr}.soft-rail .fresh-group{grid-template-columns:1fr}
}
.direct-content{padding:calc(1.5rem * 2.4) 2.19rem;background:#F2F6FA;color:var(--paint-card)}
.direct-content .top-block{max-width:1320px;margin:0 auto;display:flex;gap:calc(2.31rem * 1.5);align-items:flex-start}
.direct-content .content-tile{flex:1 1 0;min-width:0}
.direct-content h2{margin:0 0 calc(2.31rem * 1.5);font-size:calc(18.5px * 2);line-height:1.1}
.direct-content .content-tile p{display:flex;gap:1.5rem;max-width:52rem;margin:0 0 1.5rem;line-height:1.77}
.direct-content strong{flex:0 0 calc(2.31rem*2.6);font-size:calc(18.5px * .875);letter-spacing:.01em}
.direct-content .content-tile span{display:block}
.direct-content form{flex:0 1 calc(1320px*.4);background:#0B2C4D;color:#EAF3FB;border-radius:0.78rem;padding:2.31rem;box-shadow:0 12px 14px rgba(0,0,0,0.18)}
.direct-content .answer{margin:0 0 1.5rem;font-size:18.5px;line-height:1.77}
.direct-content label{display:block;margin-top:1.5rem}
.direct-content label span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(18.5px * .875);opacity:.85}
.direct-content input[type="text"],.direct-content input[type="email"],.direct-content textarea{width:100%;box-sizing:border-box;border:1px solid #DCE5EE;border-radius:0.29rem;background:var(--tone-secondary);color:var(--surface-card);font:inherit;padding:calc(1.5rem * .75);outline:none}
.direct-content input[type="text"]:focus,.direct-content input[type="email"]:focus,.direct-content textarea:focus{border-color:#1FA9D6}
.direct-content textarea{resize:vertical}
.direct-content .compact-tile{display:flex;align-items:flex-start;gap:calc(1.5rem * .75);margin-top:1.5rem}
.direct-content .compact-tile input{margin-top:.35em;flex:0 0 auto}
.direct-content .compact-tile span{margin:0;font-size:calc(18.5px * .875);line-height:1.5}
.direct-content button{margin-top:1.5rem;border:0;border-radius:0.29rem;background:#1FA9D6;color:#04263A;font:inherit;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer;transition:background 390ms var(--ease-soft)}
.direct-content button:hover{background:#1789B3;color:var(--surface-card);}
@media(max-width:860px){.direct-content .top-block{display:block}.direct-content form{margin-top:calc(2.31rem * 1.5)}.direct-content .content-tile p{display:block}.direct-content strong{display:block;margin-bottom:calc(1.5rem * .75)}}
.public-headline{padding:calc(1.5rem * 2.4) 2.19rem;background:#0B2C4D;color:#EAF3FB}
.public-headline .simple-feature{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.5fr) minmax(0,.5fr);gap:2.31rem}
.public-headline .contact-links{align-self:start}
.public-headline h2{margin:0;font-size:calc(18.5px * 2.65);line-height:1.05}
.public-headline .contact-links p{margin:calc(2.31rem * 1.5) 0 0;font-size:18.5px;opacity:.86}
.public-headline .fresh-unit{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:calc(1.5rem * .75);align-content:start}
.public-headline .wide-stack{padding:calc(1.5rem * .75);border-radius:0.78rem;background:var(--tone-secondary);color:var(--surface-card);border:1px solid #DCE5EE}
.public-headline .wide-stack span{display:block;font-size:calc(18.5px * .875);color:inherit;}
.public-headline .wide-stack strong{display:block;margin-top:calc(2.31rem * 1.5);font-size:18.5px;line-height:1.45}
.public-headline .direct-team{grid-column:1/-1;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:calc(2.31rem * 1.5);padding:calc(1.5rem * .75) 0;border-top:1px solid rgba(234,243,251,.22);border-bottom:1px solid rgba(234,243,251,.22)}
.public-headline .direct-team .active-figure{margin:0;max-width:62ch;font-size:calc(18.5px * .875);opacity:.86}
.public-headline .quiet-body{display:inline-block;padding:.7rem 1.2rem;border-radius:0.48rem;background:#1FA9D6;color:#04263A;text-decoration:none;font-size:calc(18.5px * .875);transition:background 390ms var(--ease-soft)}
.public-headline .quiet-body:hover{background:#1789B3;color:var(--surface-card);}
.public-headline .bottom-steps{grid-column:1/-1;height:clamp(20rem,40vw,32rem);border-radius:1.29rem;overflow:hidden;border:1px solid #DCE5EE}
.public-headline iframe{display:block;width:100%;height:100%;border:0}
@media (max-width: 820px){.public-headline .simple-feature{grid-template-columns:1fr}.public-headline .fresh-unit{grid-template-columns:1fr}.public-headline .bottom-steps{height:20rem}.public-headline .direct-team{flex-direction:column;align-items:flex-start}
}
.visual-copy{
  padding: calc(1.5rem * 2.4) 2.19rem;
  background: linear-gradient(135deg, #F2F8FD 0%, #E1EEF8 55%, #D3E6F4 100%);
  color: #152230;
}
.visual-copy .page-shell{
  max-width: 1320px;
  margin: 0 auto;
  border-radius: 1.29rem;
  overflow: hidden;
  background: var(--tone-secondary);
  color: var(--surface-card);
  border: 1px solid #DCE5EE;
}
.visual-copy .main-block{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) calc(2.31rem * 1.5);
  border-bottom: 1px solid #DCE5EE;
  background: #F2F6FA;color:var(--paint-card);}
.visual-copy .main-block span,
.visual-copy .main-block strong{font-size: calc(18.5px * .875);
  font-weight: 600;}
.visual-copy .top-media{display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
  gap: 2.31rem;
  padding: calc(2.31rem * 1.5);}
.visual-copy .text-fields{position: sticky;
  top: calc(2.31rem * 1.5);
  align-self: start;}
.visual-copy h2{margin: 0;
  font-size: calc(18.5px * 2);
  line-height: 1.1;}
.visual-copy .text-fields p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(18.5px * 1.125);
  line-height: 1.77;}
.visual-copy .fresh-group{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.visual-copy .active-figure{
  display: grid;
  grid-template-columns: minmax(6rem, .22fr) minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  border-radius: 0.48rem;
  background: #F2F6FA;
  color: #152230;
  border-left: 3px solid var(--tone-base);
}
.visual-copy .active-figure span{font-size: calc(18.5px * .875);
  font-weight: 600;
  letter-spacing: .02em;}
.visual-copy h3{margin: 0;
  font-size: calc(18.5px * 1.35);
  line-height: 1.2;}
.visual-copy .active-figure p{margin: calc(calc(1.5rem * .75) * .5) 0 0;
  line-height: 1.77;}
@media (max-width: 860px) {.visual-copy .top-media{
    grid-template-columns: 1fr;
    padding: calc(1.5rem * .75);
  }.visual-copy .text-fields{
    position: static;
  }.visual-copy .active-figure{
    grid-template-columns: 1fr;
  }.visual-copy .main-block{
    padding: calc(1.5rem * .75);
  }
}
.main-view{padding:calc(1.5rem * 2.4) 2.19rem;background:#F2F6FA;color:var(--paint-card)}
.main-view .steady-body{max-width:min(1320px,66rem);margin:0 auto}
.main-view .contact-links{margin:0 0 calc(2.31rem * 1.5)}
.main-view h2{margin:0 0 calc(1.5rem * .75);font-size:calc(18.5px * 2);line-height:1.15}
.main-view .quiet-figure{margin:0;max-width:52rem;font-size:18.5px;line-height:1.77}
.main-view .fresh-group{display:flex;flex-direction:column;gap:calc(2.31rem * 1.5)}
.main-view .visual-header{padding:0 0 0 calc(1.5rem * .75);border-left:2px solid #DCE5EE}
.main-view h3{margin:0 0 calc(calc(1.5rem * .75) / 2);font-size:calc(18.5px * 1.35);line-height:1.25}
.main-view .visual-header p{margin:0;font-size:18.5px}
.main-view a{text-decoration:underline}
.main-view a:hover{}
@media (max-width:640px){.main-view .visual-header{padding-left:1.5rem}.main-view h2{font-size:calc(18.5px * 1.35)}
}
.offer-body{
  padding: calc(1.5rem * 2.4) 2.19rem;
  background: #F2F6FA;
  color: var(--paint-card);
}
.offer-body .top-block{max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: 2.31rem;
  align-items: start;}
.offer-body .strong-block{
  padding: calc(1.5rem * .75);
  border-radius: 0.78rem;
  background: #0B2C4D;
  color: #EAF3FB;
  border: 1px solid #DCE5EE;
}
.offer-body .strong-block span{display: inline-block;
  font-size: calc(18.5px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;}
.offer-body h2{margin: calc(2.31rem * 1.5) 0 0;
  font-size: calc(18.5px * 2);
  line-height: 1.12;}
.offer-body .strong-block p{margin: calc(2.31rem * 1.5) 0 0;
  font-size: 18.5px;
  line-height: 1.77;}
.offer-body .strong-block .wide-steps{padding-top: calc(2.31rem * 1.5);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  font-size: calc(18.5px * .875);}
.offer-body .visual-headline{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.offer-body .clear-method{
  padding: calc(1.5rem * .75);
  border-radius: 0.48rem;
  background: var(--tone-secondary);
  color: var(--surface-card);
  border: 1px solid #DCE5EE;
}
.offer-body .clear-method strong{display: block;
  font-size: calc(18.5px * 1.35);
  line-height: 1.2;}
.offer-body .clear-method p{margin: calc(2.31rem * 1.5) 0 0;
  font-size: 18.5px;}
.offer-body .clear-method a{text-decoration: underline;
  text-underline-offset: 3px;}
.offer-body .clear-method a:hover{}
.offer-body .direct-team{display: flex;
  flex-wrap: wrap;
  gap: calc(2.31rem * 1.5) 2.31rem;
  margin-top: calc(2.31rem * 1.5);
  font-size: calc(18.5px * .875);}
.offer-body .direct-team a{text-decoration: none;
  border-bottom: 1px solid #DCE5EE;
  padding-bottom: 2px;}
.offer-body .direct-team a:hover{border-bottom-color: #1FA9D6;}
@media (max-width: 820px) {.offer-body .top-block{
    grid-template-columns: 1fr;
  }
}
.surface{
  --mark-public:calc(1.5rem * 1.32);
  --state-static:calc(1320px / 2.35);
  padding:calc(1.5rem * 2.4) 2.19rem;
  background:#FFFFFF;
  color:#152230;
}
.surface .top-block{max-width:1320px;margin:0 auto;}
.surface h2,.surface p{margin:0;}
.surface h2{font-size:calc(18.5px * 2);line-height:1.14;max-width:var(--state-static);}
.surface p{font-size:18.5px;line-height:1.77;}
.surface .contact-links{max-width:var(--state-static);}
.surface .wide-steps{max-width:var(--state-static);color:var(--paint-card);}
.surface a{color:#0E5AA7;text-decoration:none;}
.surface a:hover{color:inherit;}
.surface .active-items>h2{margin-top:0;}
.surface .active-items>p{margin-top:calc(2.31rem * 1.5);}
.surface .active-items>.quiet-body{margin-top:var(--mark-public);}
.surface .quiet-body{
  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:var(--tone-base);
  color:#FFFFFF;
  font-size:18.5px;
  transition:background 390ms var(--ease-soft);
}
.surface .quiet-body:hover{background:#0A4682;color:#FFFFFF;}
.surface .direct-team{display:flex;flex-wrap:wrap;gap:2.31rem;
  margin-top:calc(2.31rem * 1.5);
  padding-top:calc(2.31rem * 1.5);
  border-top:1px solid #DCE5EE;
  font-size:calc(18.5px * .875);}
.surface .direct-team a{color:#0E5AA7;}
.surface .direct-team a:hover{color:inherit;}
@media (max-width:640px){.surface h2,.surface .contact-links,.surface .wide-steps{max-width:none;}.surface .quiet-body{width:100%;}
}
.contact-header{padding:calc(1.5rem * 2.4) 2.19rem;background:#0B2C4D;color:#EAF3FB}
.contact-header .top-block{width:min(100%,calc(1320px*.72));margin:0 auto;display:grid;gap:calc(2.31rem * 1.5)}
.contact-header .compact-lead{display:flex;flex-direction:column;gap:1.5rem}
.contact-header .narrow-frame{font-size:calc(18.5px * .875);letter-spacing:.14em;text-transform:uppercase;color:#1FA9D6}
.contact-header h1{margin:0;font-size:calc(18.5px * 2.65);line-height:1.06;max-width:22ch}
.contact-header .contact-links{margin:0;max-width:44rem;font-size:calc(18.5px * 1.125);line-height:1.77;opacity:.86}
.contact-header .simple-body{padding-top:calc(2.31rem * 1.5);border-top:1px solid rgba(234,243,251,.22)}
.contact-header .wide-steps{margin:0 0 calc(1.5rem * .75);font-size:18.5px;opacity:.78}
.contact-header .direct-team{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:2.31rem}
.contact-header .direct-team li{flex:1 1 15rem;min-width:0}
.contact-header .direct-team a{display:block;padding:calc(1.5rem * .75);border:1px solid rgba(234,243,251,.28);border-radius:0.48rem;text-decoration:none;font-size:18.5px;transition:border-color 390ms var(--ease-soft),background 390ms var(--ease-soft)}
.contact-header .direct-team a:hover{border-color:#1FA9D6;background:rgba(31,169,214,.14)}
.contact-header .top-headline{margin:calc(2.31rem * 1.5) 0 0;font-size:calc(18.5px * .875);opacity:.72}
.contact-header .top-headline a{color:#1FA9D6;text-decoration:underline;text-underline-offset:3px}
.contact-header .top-headline a:hover{color:inherit;}
@media(max-width:640px){.contact-header .top-block{width:100%}.contact-header h1{max-width:none}.contact-header .direct-team{flex-direction:column}
}
