body{margin:0;padding:0;font-family:"IBM Plex Sans", sans-serif;}
a{color:inherit;}
*,*::before,*::after{box-sizing:border-box;}
header {
    width: 100%;
    background: var(--line-page);
    color: var(--line-primary);
    border-bottom: 1px solid #d6dde4;
  }
:root {
  --ease-hover: cubic-bezier(0.22,1,0.36,1);
  --line-primary: #f4f7fa;
  --line-page: #16293f;
}
.pe-header-wrap {
    max-width: 1340px;
    margin: 0 auto;
    padding: 1.5rem 2.68rem;
    display: flex;
    align-items: center;
    gap: 1.51rem;
  }
.pe-logo {
    font-size: calc(19.2px * 1.125);
    font-weight: 700;
    letter-spacing: 0.01em;
    color: var(--line-primary);
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
  }
.pe-logo:hover {
    color: #c2410c;
  }
.pe-nav {
    flex: 1 1 auto;
    margin-left: calc(1.51rem * 1.5);
  }
.pe-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: calc(1.51rem * 1.5);
    flex-wrap: wrap;
  }
.pe-nav-list a {
    display: inline-block;
    padding: 0.35rem 0.15rem;
    color: var(--line-primary);
    text-decoration: none;
    font-size: 19.2px;
    border-bottom: 2px solid transparent;
    transition: color 450ms var(--ease-hover),
                border-color 450ms var(--ease-hover);
  }
.pe-nav-list a:hover {
    color: #c2410c;
    border-bottom-color: #c2410c;
  }
.pe-cta {
    flex-shrink: 0;
  }
.pe-cta-link {
    display: inline-block;
    padding: 0.6rem 1.1rem;
    background: #c2410c;
    color: #fff7ed;
    border-radius: 0.57rem;
    text-decoration: none;
    font-size: calc(19.2px * .875);
    font-weight: 600;
    letter-spacing: 0.02em;
    transition: background 450ms var(--ease-hover),
                color 450ms var(--ease-hover);
  }
.pe-cta-link:hover {
    background: #9a3412;
    color: #fff7ed;
  }
.pe-burger {
    display: none;
    width: 42px;
    height: 42px;
    padding: 0;
    background: transparent;
    border: 1px solid var(--line-primary);
    border-radius: 0.32rem;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    flex-shrink: 0;
  }
.pe-burger-line{
    display: block;
    width: 20px;
    height: 2px;
    background: var(--line-primary);
    border-radius: 2px;
    transition: transform 450ms var(--ease-hover),
                opacity 450ms var(--ease-hover);color:#1f2933;}
.pe-burger.is-open .pe-burger-line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
.pe-burger.is-open .pe-burger-line:nth-child(2) {
    opacity: 0;
  }
.pe-burger.is-open .pe-burger-line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
@media (max-width: 1023px) {
    .pe-nav-list {
      gap: calc(1.5rem * .75);
    }
    .pe-nav-list a {
      font-size: calc(19.2px * .875);
    }
  }
@media (max-width: 767px) {
    .pe-header-wrap {
      flex-wrap: wrap;
      align-items: center;
    }

    .pe-logo {
      flex: 1 1 auto;
    }

    .pe-cta {
      order: 3;
      width: 100%;
      margin-top: calc(1.51rem * 1.5);
    }

    .pe-cta-link {
      display: block;
      text-align: center;
    }

    .pe-burger {
      display: flex;
      order: 2;
    }

    .pe-nav {
      order: 4;
      flex: 1 1 100%;
      margin-left: 0;
      max-height: 0;
      overflow: hidden;
      transition: max-height 450ms var(--ease-hover);
    }

    .pe-nav.is-open {
      max-height: 480px;
    }

    .pe-nav-list {
      flex-direction: column;
      align-items: stretch;
      gap: 0;
      padding: calc(1.51rem * 1.5) 0 0;
    }

    .pe-nav-list li {
      border-top: 1px solid #d6dde4;
    }

    .pe-nav-list a {
      display: block;
      padding: 0.85rem 0.15rem;
      border-bottom: none;
      font-size: 19.2px;
    }

    .pe-nav-list a:hover {
      border-bottom-color: transparent;
    }
  }
.soft-visual{font-family:"IBM Plex Sans", sans-serif;font-size:19.2px;line-height:1.73;padding:calc(1.5rem * 2.4) 2.68rem;margin-top:calc(1.5rem * 2.4);background:var(--line-page);color:var(--line-primary);}
.offer-headline{max-width:1340px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:calc(1.51rem * 1.5)}
.secondary-block{border-bottom:1px solid rgba(255, 255, 255, 0.15);padding-bottom:calc(1.51rem * 1.5)}
.main-nav{font-size:calc(19.2px * .875);font-weight:600;letter-spacing:0.06em;text-transform:uppercase;margin:0 0 calc(1.5rem * .75);opacity:0.75}
.visual-steps{font-style:normal;display:flex;flex-direction:column;gap:0.35rem;font-size:19.2px}
.primary-summary{display:block}
.compact-benefit{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 450ms var(--ease-hover), opacity 450ms var(--ease-hover)}
.compact-benefit:hover,
  .compact-benefit:focus-visible{border-bottom-color:currentColor;outline:none}
.active-callout{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.soft-region{font-size:calc(19.2px * 1.125);font-weight:700;margin:0;letter-spacing:0.01em}
.quiet-proof{margin:0;max-width:42ch;font-size:calc(19.2px * .875);opacity:0.8}
.simple-copy{display:grid;grid-template-columns:1fr;gap:calc(1.51rem * 1.5)}
.soft-note{min-width:0}
.open-service{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.5rem;font-size:calc(19.2px * .875)}
.logo{border-top:1px solid rgba(255, 255, 255, 0.15);padding-top:calc(1.51rem * 1.5);display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.narrow-benefit{margin:0;font-size:calc(19.2px * .875);opacity:0.8;max-width:80ch}
.line{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:1.51rem;font-size:calc(19.2px * .875)}
.fresh-unit{margin:0;font-size:calc(19.2px * .875);opacity:0.7}
@media (min-width: 640px) {.simple-copy{grid-template-columns:repeat(2, minmax(0, 1fr))}
  }
@media (min-width: 960px) {.offer-headline{grid-template-columns:minmax(0, 1fr) minmax(0, 1.4fr);grid-template-areas:"contact brand"
        "nav nav"
        "legal legal";column-gap:2.68rem;row-gap:calc(1.51rem * 1.5)}.secondary-block{grid-area:contact;border-bottom:none;padding-bottom:0;border-right:1px solid rgba(255, 255, 255, 0.15);padding-right:calc(1.51rem * 1.5)}.active-callout{grid-area:brand}.simple-copy{grid-area:nav;grid-template-columns:repeat(3, minmax(0, 1fr));gap:2.68rem}.logo{grid-area:legal}
  }
.cookies{position:fixed;left:2.68rem;right:2.68rem;bottom:1.5rem;z-index:1200;}
.cookies .contact-content{max-width:1340px;margin:0 auto;background:#ffffff;border:1px solid #d6dde4;border-radius:0.95rem;box-shadow:0 6px 18px rgba(0,0,0,0.17);padding:calc(1.5rem * 0.9) 2.68rem;display:grid;grid-template-columns:1fr auto;gap:12px 1.51rem;align-items:center;color:#1f2933;}
.cookies .strong-headline{font-weight:700;}
.cookies p{margin:0;grid-column:1 / 2;}
.cookies .bottom-panel{grid-row:1 / 3;grid-column:2 / 3;display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end;}
.cookies .bottom-panel button{border:1px solid #d6dde4;background:#e9edf1;color:#1f2933;border-radius:0.32rem;padding:8px 12px;cursor:pointer;}
.cookies .bottom-panel button.cookie-accept{background:#c2410c;color:#fff7ed;border-color:transparent;font-weight:700;}
@media (max-width: 760px){.cookies .contact-content{grid-template-columns:1fr;}

        .cookies p,.cookies .bottom-panel{grid-column:auto;grid-row:auto;}

        .cookies .bottom-panel{justify-content:flex-start;}
    }
.offer-wrap{--field-extra-5:calc(1.5rem * 1.05);--mark-content:calc(1340px / 2.30);--font-strong:calc(1340px / 3.88);padding:calc(1.5rem * 2.4) 2.68rem;background:linear-gradient(135deg, #1f3a5f 0%, #2b4a72 55%, #16293f 100%);color:#f4f7fa;}
.offer-wrap .contact-content{max-width:1340px;margin:0 auto;}
.offer-wrap .simple-team{display:flex;align-items:center;justify-content:space-between;gap:1.51rem;flex-wrap:wrap;}
.offer-wrap .main-story{flex:1 1 30rem;min-width:0;max-width:var(--mark-content);}
.offer-wrap h1,.offer-wrap p{margin:0;}
.offer-wrap h1{font-size:calc(19.2px * 2.65);line-height:1.1;}
.offer-wrap p{font-size:19.2px;line-height:1.73;}
.offer-wrap .quiet-frame{margin-top:calc(1.51rem * 1.5);opacity:.92;}
.offer-wrap .top-feature{display:flex;align-items:center;flex-wrap:wrap;gap:calc(1.51rem * 1.5);margin-top:1.5rem;}
.offer-wrap a{color:inherit;text-decoration:none;}
.offer-wrap .public-headline{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.32rem;background:#c2410c;color:#fff7ed;font-size:calc(19.2px * .875);}
.offer-wrap .public-headline:hover{background:#9a3412;color:#1f2933;}
.offer-wrap .bottom-brand{font-size:calc(19.2px * .875);border-bottom:1px solid currentColor;padding-bottom:2px;opacity:.9;}
.offer-wrap .bottom-brand:hover{opacity:1;}
.offer-wrap img{display:block;flex:0 1 min(var(--font-strong),36vw);width:min(var(--font-strong),100%);height:auto;border-radius:0.57rem;box-shadow:0 6px 18px rgba(0,0,0,0.17);}
@media (max-width:720px){.offer-wrap .simple-team{flex-direction:column-reverse;align-items:flex-start;}.offer-wrap img{width:100%;flex:1 1 auto;}
}
.soft-actions{
  background:#c2410c;
  color:#fff7ed;
  padding:calc(1.5rem * 2.4) 2.68rem;
}
.soft-actions .contact-content{max-width:1340px;
  margin:0 auto;
  display:flex;
  gap:calc(1.51rem * 1.5);
  align-items:stretch;}
.soft-actions .narrow-section{flex:0 0 20rem;
  min-width:0;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  border-right:1px solid color-mix(in srgb,#fff7ed 24%,transparent);
  padding-right:2.68rem;}
.soft-actions h2{margin:0;
  font-size:calc(19.2px * 2);
  line-height:1.08;
  letter-spacing:0;}
.soft-actions .narrow-section a{display:inline-flex;
  width:max-content;
  max-width:100%;
  margin-top:calc(1.51rem * 1.5);
  text-decoration:none;
  border-bottom:1px solid currentColor;
  padding-bottom:.2rem;}
.soft-actions .plain-footer{flex:1 1 auto;
  min-width:0;}
.soft-actions .plain-footer p{margin:0;
  max-width:44rem;
  font-size:calc(19.2px * 1.125);
  line-height:1.73;}
.soft-actions .main-header{margin-top:calc(1.51rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:.65rem;}
.soft-actions .main-header span{
  border-radius:1.07rem;
  background:color-mix(in srgb,#fff7ed 9%,transparent);
  padding:.65rem .9rem;color:#1f2933;}
.soft-actions .featured-fields{margin-top:calc(1.51rem * 1.5);
  font-size:calc(19.2px * .875);}
.soft-actions .featured-fields a{text-decoration:none;
  border-bottom:1px solid currentColor;
  padding-bottom:.1rem;}
@media (max-width:720px){.soft-actions .contact-content{display:block}.soft-actions .narrow-section{border-right:0;padding-right:0}.soft-actions .plain-footer{margin-top:calc(1.51rem * 1.5)}
}
.fresh-contact{--field-extra-5:calc(1.5rem * 1.05);--mark-content:calc(1340px / 2.35);padding:calc(1.5rem * 2.4) 2.68rem;background:#e9edf1;color:#1f2933;}
.fresh-contact .contact-content{max-width:1340px;margin:0 auto;}
.fresh-contact h2,.fresh-contact p{margin:0;}
.fresh-contact h2{font-size:calc(19.2px * 2);line-height:1.12;}
.fresh-contact p{font-size:19.2px;line-height:1.73;}
.fresh-contact a{color:inherit;text-decoration:none;}
.fresh-contact .quiet-frame{max-width:var(--mark-content);}
.fresh-contact .featured-fields{max-width:var(--mark-content);font-size:calc(19.2px * .875);}
.fresh-contact .featured-fields a{color:#1f3a5f;text-decoration:underline;text-underline-offset:3px;}
.fresh-contact .featured-fields a:hover{color:inherit;}
.fresh-contact .public-headline{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.32rem;background:#c2410c;color:#fff7ed;font-weight:600;transition:background 450ms var(--ease-hover);}
.fresh-contact .public-headline:hover{background:#9a3412;color:#1f2933;}
.fresh-contact .simple-team>h2,.fresh-contact .simple-team>p,.fresh-contact .simple-team>.public-headline{margin-top:1.5rem;}
.contact-surface{
  --field-extra-5:calc(1.5rem * 1.28);
  --field-strong:calc(1340px / 4.6);
  padding:calc(1.5rem * 2.4) 2.68rem;
  background:#1f3a5f;
  color:#f4f7fa;
}
.contact-surface .contact-content{max-width:1340px;
  margin:0 auto;}
.contact-surface h2,
.contact-surface h3,
.contact-surface p{margin:0;}
.contact-surface h2{font-size:calc(19.2px * 2);
  line-height:1.14;
  max-width:calc(1340px / 1.55);}
.contact-surface h3{font-size:calc(19.2px * 1.35);
  line-height:1.22;}
.contact-surface p{font-size:19.2px;
  line-height:1.73;
  color:color-mix(in srgb, currentColor 78%, transparent);}
.contact-surface .strong-summary{display:flex;
  flex-direction:column;
  gap:calc(1.51rem * 1.5);}
.contact-surface .quiet-frame{max-width:calc(1340px / 1.9);}
.contact-surface .main-header{display:flex;
  flex-direction:column;
  gap:var(--field-extra-5);
  margin-top:var(--field-extra-5);
  border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);
  padding-top:var(--field-extra-5);}
.contact-surface .top-header{display:flex;
  flex-wrap:wrap;
  gap:1.51rem;
  align-items:flex-start;
  min-width:0;}
.contact-surface .simple-proof{flex:0 0 var(--field-strong);
  max-width:var(--field-strong);
  min-width:0;}
.contact-surface .simple-proof img{display:block;
  width:100%;
  height:auto;
  border-radius:0.57rem;}
.contact-surface .active-figure{flex:1 1 calc(1340px / 2.4);
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 3.2);}
.contact-surface .bottom-brand{align-self:flex-start;
  color:inherit;
  text-decoration:none;
  font-size:calc(19.2px * .875);
  border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);
  padding-bottom:2px;
  transition:border-color 450ms var(--ease-hover);}
.contact-surface .bottom-brand:hover,
.contact-surface .bottom-brand:focus-visible{border-color:currentColor;}
.contact-surface .featured-fields{margin-top:var(--field-extra-5);
  max-width:calc(1340px / 1.75);
  font-size:calc(19.2px * .875);}
@media (max-width:760px){.contact-surface .simple-proof{
    flex:1 1 100%;
    max-width:100%;
  }.contact-surface h2{
    max-width:100%;
  }
}
.clear-lead{padding:calc(calc(1.5rem * 2.4)*.72) 2.68rem calc(calc(1.5rem * 2.4)*.6);background:#e9edf1;color:#1f2933;}
.clear-lead .plain-nav{max-width:min(1340px,60rem);margin:0 auto;display:flex;flex-direction:column;gap:calc(1.51rem * 1.5);}
.clear-lead .main-story{max-width:52rem;}
.clear-lead h1{margin:0;font-size:clamp(1.95rem,4.6vw,calc(19.2px * 2.65));line-height:1.09;font-weight:700;letter-spacing:-0.01em;}
.clear-lead p{margin:0;max-width:38rem;font-size:clamp(1rem,1.2vw,19.2px);line-height:1.74;}
@media (max-width:720px){.clear-lead{padding-top:calc(calc(1.5rem * 2.4)*.5);padding-bottom:calc(calc(1.5rem * 2.4)*.46);}.clear-lead p{max-width:100%;}
  }
.contact-footer{
  background: #f6f7f9;
  color: #161c24;
  padding: calc(1.5rem * 2.4) 2.68rem;
  overflow: hidden;
}
.contact-footer .contact-content{width: min(100%, 1340px);
  margin: 0 auto;}
.contact-footer h2,
.contact-footer h3,
.contact-footer p{margin: 0;}
.contact-footer h2{font-size: calc(19.2px * 2); line-height: 1.08;}
.contact-footer h3{font-size: calc(19.2px * 1.35); line-height: 1.18;}
.contact-footer p{font-size: 19.2px; line-height: 1.73;}
.contact-footer a{color: inherit; text-decoration: none;}
.contact-footer .primary-tile{
  background: #ffffff;
  color: #1f2933;
  border: 1px solid #d6dde4;
}
.contact-footer .public-headline{
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  min-height: 2.65rem;
  padding: calc(calc(1.5rem * .75) * .72) 1.5rem;
  border-radius: 0.57rem;
  background: #c2410c;
  color: #fff7ed;
  transition: transform 450ms var(--ease-hover), box-shadow 450ms var(--ease-hover);
}
.contact-footer .public-headline:hover{transform: translateY(-2px);
  box-shadow: 0 1px 7px rgba(0,0,0,0.13);}
.contact-footer [data-soft]{animation: settingsconfigasideIn calc(450ms * 2.6) var(--ease-hover) both;
  animation-delay: var(--field-active, 0ms);}
@keyframes settingsconfigasideIn {from{ opacity: .18; transform: translateY(calc(calc(1.51rem * 1) * .18)); }to{ opacity: 1; transform: translateY(0); }
}
.contact-footer .public-panel{display: flex;
  flex-wrap: wrap;
  gap: 1.51rem;
  align-items: stretch;}
.contact-footer .public-panel > *{flex: 1 1 min(100%, 18rem);}
.contact-footer .top-rail{display: grid;
  gap: 1.5rem;
  align-content: center;}
.contact-footer .top-rail h2{max-width: 18ch;}
.contact-footer .quiet-summary{border-radius: 1.07rem;
  padding: 1.5rem;
  display: grid;
  align-content: end;
  gap: 1.5rem;
  min-height: 18rem;}
.contact-footer .featured-surface{list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: calc(calc(1.5rem * .75) * .8);
  flex: 1 1 100%;}
.contact-footer .featured-surface li{display: flex;
  gap: calc(1.5rem * .75);
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #d6dde4;}
.contact-footer .featured-surface span{color: #1f2933;
  font-size: calc(19.2px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;
  min-width: 6.5rem;}
.contact-footer .featured-surface div{display: grid;
  gap: calc(calc(1.5rem * .75) * .35);}
@media (max-width: 900px) {.contact-footer .public-panel{ display: block; }.contact-footer .top-rail h2{ max-width: none; }.contact-footer .quiet-summary{ min-height: auto; margin-top: calc(1.51rem * 1.5); }.contact-footer .featured-surface{ margin-top: calc(1.51rem * 1.5); }
}
@media (max-width: 760px) {.contact-footer h2{ font-size: clamp(calc(19.2px * 1.35), 11vw, calc(19.2px * 2)); }.contact-footer .featured-surface li{ flex-direction: column; gap: calc(calc(1.5rem * .75) * .4); }
}
.wide-region{
  background: linear-gradient(135deg, #1f3a5f 0%, #2b4a72 55%, #16293f 100%);
  color: #f4f7fa;
  padding: calc(1.5rem * 2.4) 2.68rem;
}
.wide-region .contact-content{width: min(100%, 1340px);
  margin: 0 auto;
  display: grid;
  gap: 1.51rem;}
.wide-region h2,
.wide-region h3,
.wide-region p{margin: 0;}
.wide-region h2{font-size: calc(19.2px * 2); line-height: 1.1;}
.wide-region h3{font-size: calc(19.2px * 1.35); line-height: 1.18;}
.wide-region p{font-size: 19.2px; line-height: 1.73;}
.wide-region .plain-entries{
  display: grid;
  gap: calc(1.51rem * 1.5);
  padding: calc(1.51rem * 1.5) 1.5rem;
  border-radius: 1.07rem;
  background: linear-gradient(135deg, #c2410c 0%, #9a3412 100%);
  color: #fff7ed;
}
.wide-region .plain-entries p{max-width: 68ch;}
.wide-region .clear-surface{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.wide-region [data-block]{
  flex: 1 1 20rem;
  display: grid;
  gap: calc(1.5rem * .75);
  align-content: start;
  padding: 1.5rem;
  border-radius: 0.57rem;
  background: #ffffff;
  color: #1f2933;
  border: 1px solid #d6dde4;
  animation: profileSummaryIn calc(450ms * 2) var(--ease-hover) both;
  animation-delay: var(--speed-entry, 0ms);
}
.wide-region [data-block]:nth-child(3n + 1){flex-basis: 26rem;}
.wide-region [data-block] div{display: flex;
  justify-content: space-between;
  gap: calc(1.5rem * .75);
  font-size: calc(19.2px * .875);}
.wide-region .open-media{color: #f4f7fa;
  opacity: .82;
  max-width: 58ch;}
@keyframes profileSummaryIn {from{ opacity: .25; transform: translateY(calc(calc(1.51rem * 1) * .5)); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 900px) {.wide-region [data-block],
  .wide-region [data-block]:nth-child(3n + 1){ flex-basis: 100%; }
}
.contact-unit{
  background: #f6f7f9;
  color: #161c24;
  padding: calc(1.5rem * 2.4) 2.68rem;
}
.contact-unit .contact-content{width: min(100%, 1340px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(15rem, .36fr);
  gap: 1.51rem;
  align-items: start;}
.contact-unit h2,
.contact-unit h3,
.contact-unit p{margin: 0;}
.contact-unit h2{font-size: calc(19.2px * 2);
  line-height: 1.1;}
.contact-unit h3{font-size: calc(19.2px * 1.35);
  line-height: 1.18;}
.contact-unit p{font-size: 19.2px;
  line-height: 1.73;}
.contact-unit .featured-copy{display: grid;
  gap: calc(1.51rem * 1.5);
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #d6dde4;}
.contact-unit .featured-copy p{max-width: 46ch;
  color: #1f2933;}
.contact-unit .active-flow{
  display: grid;
  gap: calc(1.5rem * .75);
  padding: 1.5rem;
  border-radius: 0.95rem;
  background: var(--line-page);
  color: var(--line-primary);
}
.contact-unit .active-flow strong{font-size: calc(19.2px * 1.125);
  line-height: 1.25;}
.contact-unit .active-flow p{font-size: calc(19.2px * .875);
  line-height: 1.73;}
.contact-unit .active-flow a{width: fit-content;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  font-size: calc(19.2px * .875);}
.contact-unit .main-contact{grid-column: 1 / -1;
  margin-top: 1.5rem;
  border-top: 1px solid #d6dde4;}
.contact-unit .top-feature{display: grid;
  grid-template-columns: 1rem minmax(9rem, .3fr) minmax(0, 1fr) minmax(5rem, .18fr);
  gap: 1.5rem;
  align-items: baseline;
  padding: calc(1.51rem * 1.5) 0;
  border-bottom: 1px solid #d6dde4;}
.contact-unit .top-feature:last-child{border-bottom: 0;}
.contact-unit .set{
  align-self: center;
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  background: #c2410c;
  animation: activitiesLamp calc(450ms * 4) var(--ease-hover) infinite alternate;color:#fff7ed;}
.contact-unit .top-feature p{color: #1f2933;}
.contact-unit .top-links{font-size: calc(19.2px * .875);
  color: #1f2933;
  text-align: right;
  white-space: nowrap;}
@keyframes activitiesLamp {from{ opacity: .4; transform: scale(.85); }to{ opacity: 1; transform: scale(1.15); }
}
@media (max-width: 860px) {.contact-unit .contact-content{
    grid-template-columns: 1fr;
  }.contact-unit .top-feature{
    grid-template-columns: 1rem minmax(0, 1fr);
    row-gap: calc(1.5rem * .75);
  }.contact-unit .top-feature h3,
  .contact-unit .top-feature p,
  .contact-unit .top-links{
    grid-column: 2 / -1;
  }.contact-unit .top-links{
    text-align: left;
  }
}
.card-_content-second-hero-block{
    padding:calc(calc(1.5rem * 2.4)*.72) 2.68rem;
    background:#e9edf1;
    color:#1f2933;
  }
.card-_content-second-hero-block .plain-nav{max-width:min(1340px,60rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.51rem * 1.5);}
.card-_content-second-hero-block .main-story{max-width:52rem;}
.card-_content-second-hero-block h1{margin:0;
    font-size:clamp(1.9rem,4.6vw,calc(19.2px * 2.65));
    line-height:1.1;
    font-weight:700;
    letter-spacing:-0.01em;}
.card-_content-second-hero-block p{margin:0;
    max-width:38rem;
    font-size:clamp(1rem,1.2vw,19.2px);
    line-height:1.78;
    color:#1f2933;
    opacity:.86;}
@media (max-width:640px){.card-_content-second-hero-block{
      padding-top:calc(calc(1.5rem * 2.4)*.55);
      padding-bottom:calc(calc(1.5rem * 2.4)*.55);
    }.card-_content-second-hero-block p{
      max-width:100%;
    }
  }
.soft-feature{--field-extra-5:calc(1.5rem * 1.15);--mark-content:calc(1340px / 1.9);padding:calc(1.5rem * 2.4) 2.68rem;background:#f6f7f9;color:#161c24;}
.soft-feature .contact-content{max-width:1340px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.51rem * 1.5);}
.soft-feature h2,.soft-feature h3,.soft-feature p,.soft-feature ol,.soft-feature li{margin:0;}
.soft-feature h2{font-size:calc(19.2px * 2);line-height:1.14;max-width:var(--mark-content);}
.soft-feature h3{font-size:calc(19.2px * 1.35);line-height:1.22;}
.soft-feature p{font-size:19.2px;line-height:1.73;}
.soft-feature .strong-summary{display:flex;flex-direction:column;gap:1.51rem;}
.soft-feature .quiet-frame{max-width:calc(var(--mark-content) * 1.05);color:#1f2933;}
.soft-feature .active-copy{list-style:none;padding:0;display:flex;flex-direction:column;gap:0;border-top:1px solid #d6dde4;}
.soft-feature .top-header{display:flex;flex-wrap:wrap;gap:1.51rem;padding:calc(1.5rem * .75) 0;border-bottom:1px solid #d6dde4;align-items:baseline;}
.soft-feature .primary-header{flex:0 0 auto;min-width:5.5rem;font-size:calc(19.2px * .875);letter-spacing:.06em;text-transform:uppercase;color:#c2410c;font-weight:600;}
.soft-feature .main-story{flex:1 1 calc(1340px / 2.6);min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 3.2);}
.soft-feature .main-story p{color:#1f2933;}
.soft-feature .steady-unit{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.51rem;padding-top:calc(1.5rem * .75);}
.soft-feature .steady-unit p{flex:1 1 calc(1340px / 2.2);min-width:0;color:#1f2933;}
.soft-feature .public-headline{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;padding:calc(calc(1.5rem * .75) * .75) 1.5rem;border-radius:0.32rem;background:#1f3a5f;color:#f4f7fa;text-decoration:none;font-size:calc(19.2px * .875);transition:background 450ms var(--ease-hover);}
.soft-feature .public-headline:hover{background:#16293f;color:#1f2933;}
@media (max-width:640px){.soft-feature .top-header{flex-direction:column;gap:calc(1.51rem / 2);}.soft-feature .primary-header{min-width:0;}
}
.text-area{
  background: linear-gradient(135deg, #c2410c 0%, #9a3412 100%);
  color: #fff7ed;
  padding: calc(1.5rem * 2.4) 2.68rem;
}
.text-area .contact-content{width: min(100%, 1340px);
  margin: 0 auto;}
.text-area .active-benefit{display: block;
  width: 100%;
  aspect-ratio: 21 / 8;
  object-fit: cover;
  border-radius: 1.07rem;
  margin-bottom: calc(1.51rem * 1.5);}
.text-area h2,
.text-area p{margin: 0;}
.text-area .content-media{display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1.5rem 1.51rem;}
.text-area h2{font-size: calc(19.2px * 2.65);
  line-height: 1.05;
  flex: 1 1 16rem;
  min-width: 0;}
.text-area .fresh-shell{display: flex;
  flex-wrap: wrap;
  gap: calc(1.51rem * 1.5) 1.51rem;
  flex: 2 1 30rem;
  min-width: 0;}
.text-area .fresh-shell p{flex: 1 1 min(100%, 18rem);
  line-height: 1.73;
  margin: 0;}
.text-area strong{display: block;
  margin-bottom: calc(calc(1.5rem * .75) * .3);
  font-size: 19.2px;}
@media (max-width: 820px) {.text-area .active-benefit{ aspect-ratio: 16 / 10; }.text-area h2{ flex: 1 1 100%; }
}
.offer-links{
    padding:calc(calc(1.5rem * 2.4)*.72) 2.68rem;
    background:#f6f7f9;
    color:#161c24;
  }
.offer-links .plain-nav{max-width:min(1340px,60rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.51rem * 1.5);}
.offer-links .main-story{max-width:52rem;}
.offer-links h1{margin:0;
    font-size:clamp(1.85rem,4.2vw,calc(19.2px * 2.65));
    line-height:1.1;
    font-weight:700;
    letter-spacing:-0.01em;}
.offer-links p{margin:0;
    max-width:38rem;
    font-size:19.2px;
    line-height:1.78;
    color:#1f2933;}
@media (max-width:640px){.offer-links{
      padding-top:calc(calc(1.5rem * 2.4)*.54);
      padding-bottom:calc(calc(1.5rem * 2.4)*.54);
    }.offer-links p{
      max-width:100%;
    }
  }
.strong-rail{
  --field-extra-5:calc(1.5rem * 1.15);
  --mark-content:calc(1340px / 2.6);
  padding:calc(1.5rem * 2.4) 2.68rem;
  background:#c2410c;
  color:#fff7ed;
}
.strong-rail .contact-content{max-width:1340px;
  margin:0 auto;}
.strong-rail h2,
.strong-rail h3,
.strong-rail p{margin:0;}
.strong-rail h2{font-size:calc(19.2px * 2);
  line-height:1.14;}
.strong-rail h3{font-size:calc(19.2px * 1.35);
  line-height:1.22;}
.strong-rail p{font-size:19.2px;
  line-height:1.73;}
.strong-rail .strong-summary{max-width:var(--mark-content);}
.strong-rail .quiet-frame{margin-top:calc(1.51rem * 1.5);
  color:color-mix(in srgb, currentColor 82%, transparent);}
.strong-rail .main-header{display:flex;
  flex-wrap:wrap;
  align-items:stretch;
  gap:1.51rem;
  margin-top:var(--field-extra-5);}
.strong-rail .top-header{
  flex:1 1 calc(1340px / 4);
  min-width:0;
  display:flex;
  flex-direction:column;
  padding:calc(1.5rem * .75) calc(1.5rem * .75) calc(calc(1.5rem * .75) * 1.1);
  border-radius:0.95rem;
  background:color-mix(in srgb, #fff7ed 8%, transparent);
  border:1px solid color-mix(in srgb, #fff7ed 22%, transparent);color:#1f2933;}
.strong-rail .main-story{margin-top:calc(1.51rem * 1.5);
  color:color-mix(in srgb, currentColor 86%, transparent);}
.strong-rail .featured-fields{margin-top:calc(calc(1.51rem * 1.5) / 1.4);
  font-size:calc(19.2px * .875);
  color:color-mix(in srgb, currentColor 72%, transparent);}
.strong-rail .public-headline{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:100%;
  margin-top:auto;
  padding:calc(calc(1.5rem * .75) * 0.7) 1.5rem;
  border-radius:0.32rem;
  background:#fff7ed;
  color:#c2410c;
  font-size:calc(19.2px * .875);
  text-decoration:none;
  transition:background 450ms var(--ease-hover);
}
.strong-rail .public-headline:hover{
  background:color-mix(in srgb, #fff7ed 85%, transparent);color:#1f2933;}
.strong-rail .bottom-brand{margin-top:var(--field-extra-5);
  max-width:var(--mark-content);
  font-size:calc(19.2px * .875);
  color:color-mix(in srgb, currentColor 80%, transparent);}
.strong-rail .bottom-brand a{color:inherit;
  text-decoration:underline;
  text-underline-offset:3px;}
.strong-rail .bottom-brand a:hover{text-decoration-thickness:2px;}
@media (max-width:900px){.strong-rail .top-header{
    flex:1 1 100%;
  }
}
.visual-service{
        padding: calc(1.5rem * 2.4) 2.68rem;
        background: #e9edf1;
        color: #1f2933
    }
.visual-service .contact-content{max-width: 1340px;
        margin: 0 auto}
.visual-service .start{display: grid;
        grid-template-columns: minmax(0, 20rem) minmax(0, 1fr);
        gap: calc(1.51rem * 1.5);
        align-items: start}
.visual-service .strong-summary{min-width: 0;
        position: sticky;
        top: 1.5rem}
.visual-service h2{margin: 0;
        font-size: calc(19.2px * 2);
        line-height: 1.12}
.visual-service .strong-summary p{margin: 1.5rem 0 0;
        font-size: 19.2px;
        line-height: 1.73;
        color: #1f2933}
.visual-service ul{min-width: 0;
        list-style: none;
        margin: 0;
        padding: 0}
.visual-service li{display: grid;
        grid-template-columns: minmax(0, 15rem) minmax(0, 1fr);
        gap: 1.51rem;
        align-items: baseline;
        padding: 1.5rem 0}
.visual-service li:first-child{padding-top: 0}
.visual-service li + li{border-top: 1px solid #d6dde4}
.visual-service strong{min-width: 0;
        font-size: 19.2px;
        line-height: 1.2}
.visual-service span{min-width: 0;
        font-size: calc(19.2px * .875);
        line-height: 1.73;
        color: #1f2933}
@media (max-width: 900px) {.visual-service .start{
            grid-template-columns: minmax(0, 1fr)
        }.visual-service .strong-summary{
            position: static
        }
    }
@media (max-width: 640px) {.visual-service li{
            grid-template-columns: minmax(0, 1fr);
            gap: calc(1.5rem * .75)
        }
    }
.feature{
    padding:calc(calc(1.5rem * 2.4)*.72) 2.68rem;
    background:#f6f7f9;
    color:#161c24;
    border-bottom:1px solid #d6dde4;
  }
.feature .plain-nav{max-width:min(1340px,60rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.51rem * 1.5);}
.feature .main-story{max-width:52rem;}
.feature h1{margin:0;
    font-size:clamp(1.85rem,4.4vw,calc(19.2px * 2.65));
    line-height:1.08;
    font-weight:700;
    letter-spacing:-0.01em;}
.feature p{margin:0;
    max-width:44rem;
    font-size:clamp(1rem,1.2vw,19.2px);
    line-height:1.78;
    color:#1f2933;}
@media (max-width:640px){.feature{
      padding-top:calc(calc(1.5rem * 2.4)*.55);
      padding-bottom:calc(calc(1.5rem * 2.4)*.55);
    }.feature h1{
      font-size:clamp(1.6rem,7vw,2.1rem);
    }
  }
.active-grid{position:relative;overflow:hidden;padding:calc(1.5rem * 2.4) 2.68rem;background:linear-gradient(135deg, #c2410c 0%, #9a3412 100%);color:#fff7ed}
.active-grid:after{content:"";position:absolute;inset:0;background:repeating-linear-gradient(96deg,transparent 0 17%,color-mix(in srgb,currentColor 6%,transparent) 17% 17.1%);animation:clarifyChapterBg calc(450ms*44) linear infinite alternate}
.active-grid .contact-content{position:relative;z-index:1;max-width:1340px;margin:0 auto}
.active-grid h2{max-width:22ch;margin:0 0 calc(1.51rem * 1.5);font-size:calc(19.2px * 2.65);line-height:1.05}
.active-grid .team-grid{display:flex;gap:calc(1.51rem * 1.5);overflow:auto;scroll-snap-type:x mandatory;padding-bottom:1.5rem}
.active-grid .team-grid>div{flex:0 0 min(34rem,84vw);scroll-snap-align:start;border-top:1px solid color-mix(in srgb,currentColor 28%,transparent);padding-top:1.5rem}
.active-grid h3{margin:0;font-size:calc(19.2px * 1.35);line-height:1.15}
.active-grid .team-grid p{margin:1.5rem 0 0;line-height:1.73;font-size:19.2px}
.active-grid .steady-unit{max-width:52rem;margin:calc(1.51rem * 1.5) 0 0;font-size:calc(19.2px * 1.125);line-height:1.73}
@keyframes clarifyChapterBg{from{transform:translateX(-2%)}to{transform:translateX(2%)}}
@media(prefers-reduced-motion:reduce){.active-grid:after{animation:none}}
.team-body{
  --field-extra-5:calc(1.5rem * 1.35);
  --mark-content:calc(1340px / 2.35);
  padding:calc(1.5rem * 2.4) 2.68rem;
  background:#f6f7f9;
  color:#161c24;
}
.team-body .contact-content{max-width:1340px;
  margin:0 auto;}
.team-body h2,
.team-body h3,
.team-body p{margin:0;}
.team-body h2{font-size:calc(19.2px * 2);
  line-height:1.14;
  max-width:var(--mark-content);}
.team-body h3{font-size:calc(19.2px * 1.35);
  line-height:1.22;}
.team-body p{font-size:19.2px;
  line-height:1.73;
  color:#1f2933;}
.team-body .strong-summary .quiet-frame{margin-top:calc(1.51rem * 1.5);
  max-width:var(--mark-content);}
.team-body .main-header{display:flex;
  flex-direction:column;
  gap:0;
  margin-top:var(--field-extra-5);
  border-top:1px solid #d6dde4;}
.team-body .top-header{display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);
  gap:1.51rem;
  padding:calc(1.51rem * 1.5) 0;
  border-bottom:1px solid #d6dde4;}
.team-body .top-header p{margin:0;}
.team-body .bottom-brand{
  margin-top:var(--field-extra-5);
  padding:calc(1.5rem * .75) 1.5rem;
  background:#e9edf1;
  color:#1f2933;
  border-radius:0.57rem;
}
.team-body .bottom-brand p{color:inherit;
  font-size:calc(19.2px * .875);}
.team-body .bottom-brand a{color:#1f3a5f;
  text-decoration:underline;
  text-underline-offset:3px;}
.team-body .bottom-brand a:hover{color:#c2410c;}
@media (max-width:760px){.team-body .top-header{
    grid-template-columns:1fr;
    gap:calc(1.51rem / 2);
  }
}
.open-proof{
    padding:calc(calc(1.5rem * 2.4)*.72) 2.68rem calc(calc(1.5rem * 2.4)*.58);
    background:#f6f7f9;
    color:#161c24;
  }
.open-proof .plain-nav{max-width:min(1340px,60rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.51rem * 1.5);}
.open-proof .main-story{max-width:52rem;}
.open-proof h1{margin:0;
    font-size:clamp(1.85rem,4.4vw,calc(19.2px * 2.65));
    line-height:1.09;
    font-weight:700;
    letter-spacing:-0.005em;}
.open-proof p{margin:0;
    max-width:38rem;
    font-size:clamp(1rem,1.2vw,19.2px);
    line-height:1.74;
    color:#1f2933;
    opacity:.86;}
@media (max-width:640px){.open-proof{
      padding-top:calc(calc(1.5rem * 2.4)*.55);
      padding-bottom:calc(calc(1.5rem * 2.4)*.45);
    }.open-proof p{max-width:100%;}
  }
.narrow-team{--field-extra-5:calc(1.5rem * 0.88);--mark-content:calc(1340px / 3.10);--font-strong:calc(1340px / 3.99);padding:calc(1.5rem * 2.4) 2.68rem;background:#1f3a5f;color:#f4f7fa;}
.narrow-team .contact-content{max-width:1340px;margin:0 auto;}
.narrow-team h1,.narrow-team h2,.narrow-team h3,.narrow-team p{margin:0;}
.narrow-team h1{font-size:calc(19.2px * 2.65);line-height:1.08;}
.narrow-team h2{font-size:calc(19.2px * 2);line-height:1.14;}
.narrow-team h3{font-size:calc(19.2px * 1.35);line-height:1.22;}
.narrow-team p{font-size:19.2px;line-height:1.73;color:color-mix(in srgb, currentColor 76%, transparent);}
.narrow-team a{color:inherit;text-decoration:none;}
.narrow-team img{display:block;width:100%;max-width:var(--font-strong);height:auto;border-radius:0.57rem;}
.narrow-team .quiet-frame{max-width:var(--mark-content);margin-top:1.5rem;}
.narrow-team .main-header{display:flex;flex-direction:column;gap:0;margin-top:var(--field-extra-5);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.narrow-team .top-header{display:grid;grid-template-columns:minmax(6.5rem,auto) 1fr;gap:1.51rem;align-items:baseline;padding:calc(1.5rem * .75) 0;border-bottom:1px solid color-mix(in srgb, currentColor 16%, transparent);}
.narrow-team .top-header p:first-child{font-size:calc(19.2px * .875);letter-spacing:0.02em;text-transform:uppercase;color:color-mix(in srgb, currentColor 62%, transparent);}
.narrow-team .top-header h3{margin-bottom:calc(1.5rem / 4);}
.narrow-team .direct-list>img{margin-top:var(--field-extra-5);}
@media (max-width:720px){.narrow-team .top-header{grid-template-columns:1fr;gap:calc(1.51rem / 3);}
}
.steady-visual{--field-extra-5:calc(1.5rem * 1.19);--mark-content:calc(1340px / 2.43);padding:calc(1.5rem * 2.4) 2.68rem;background:var(--line-page);color:var(--line-primary);}
.steady-visual .contact-content{max-width:1340px;margin:0 auto;}
.steady-visual h2,.steady-visual h3,.steady-visual p,.steady-visual ol,.steady-visual li{margin:0;}
.steady-visual h2{font-size:calc(19.2px * 2);line-height:1.12;}
.steady-visual h3{font-size:calc(19.2px * 1.35);line-height:1.2;}
.steady-visual p{font-size:19.2px;line-height:1.73;color:inherit;}
.steady-visual a{color:inherit;text-decoration:none;border-bottom:1px solid currentColor;}
.steady-visual a:hover{}
.steady-visual .page-links{padding-inline-start:calc(2.68rem / 2);}
.steady-visual .top-footer{row-gap:calc(var(--field-extra-5) * 1.2);}
.steady-visual .strong-summary{display:flex;flex-direction:column;gap:calc(1.51rem * 1.5);}
.steady-visual .quiet-frame{max-width:var(--mark-content);}
.steady-visual .bottom-brand{list-style:none;padding:0;display:flex;flex-direction:column;gap:0;margin-top:var(--field-extra-5);border-top:1px solid rgba(244,247,250,0.18);}
.steady-visual .visual-content{display:flex;gap:1.51rem;padding:calc(var(--field-extra-5) * .7) 0;border-bottom:1px solid rgba(244,247,250,0.18);align-items:flex-start;}
.steady-visual .team-copy{flex:0 0 auto;font-size:calc(19.2px * 1.125);font-weight:600;letter-spacing:.04em;opacity:.6;min-width:2.4rem;}
.steady-visual .active-figure{flex:1 1 auto;min-width:0;}
.steady-visual .active-figure p{margin-top:calc(1.5rem / 3);}
.steady-visual .main-lead{margin-top:var(--field-extra-5);padding-top:calc(1.51rem * 1.5);border-top:1px solid rgba(244,247,250,0.18);max-width:calc(1340px / 1.6);}
@media (max-width:720px){.steady-visual .visual-content{flex-direction:column;gap:calc(1.51rem / 2);}.steady-visual .team-copy{min-width:0;}
}
.bottom-method{padding:calc(calc(1.5rem * 2.4)*.72) 2.68rem;background:#f6f7f9;color:#161c24;}
.bottom-method .plain-nav{max-width:min(1340px,60rem);margin:0 auto;display:flex;flex-direction:column;gap:calc(1.51rem * 1.5);}
.bottom-method .main-story{max-width:52rem;}
.bottom-method h1{margin:0;font-size:clamp(1.9rem,4.6vw,calc(19.2px * 2.65));line-height:1.08;font-weight:700;letter-spacing:-0.01em;}
.bottom-method p{margin:0;max-width:38rem;font-size:clamp(1rem,1.2vw,19.2px);line-height:1.78;color:#1f2933;}
@media (max-width:640px){.bottom-method{padding-top:calc(calc(1.5rem * 2.4)*.55);padding-bottom:calc(calc(1.5rem * 2.4)*.55);}.bottom-method p{max-width:none;}
  }
.team-content{
    padding:calc(1.5rem * 2.4) 2.68rem;
    background:#e9edf1;
    color:#1f2933;
}
.team-content .contact-content{max-width:1340px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.51rem * 1.5);}
.team-content .local-plan{max-width:60ch;}
.team-content .local-plan h2{margin:0;
    font-size:calc(19.2px * 2);
    line-height:1.2;}
.team-content .local-plan p{margin:0.6rem 0 0;
    font-size:19.2px;
    line-height:1.73;}
.team-content .narrow-section{display:flex;
    flex-wrap:wrap;
    gap:1.51rem;}
.team-content .top-header{
    flex:1 1 260px;
    min-width:0;
    padding:calc(1.5rem * .75);
    background:#ffffff;
    color:#1f2933;
    border:1px solid #d6dde4;
    border-radius:0.57rem;
    box-shadow:0 1px 7px rgba(0,0,0,0.13);
}
.team-content .top-header h3{margin:0 0 0.5rem;
    font-size:calc(19.2px * 1.35);
    line-height:1.25;}
.team-content .top-header p{margin:0 0 0.85rem;
    font-size:calc(19.2px * .875);
    line-height:1.73;}
.team-content .top-header a{display:inline-block;
    font-weight:600;
    font-size:calc(19.2px * .875);
    color:#1f3a5f;
    text-decoration:none;
    border-bottom:1px solid transparent;
    transition:color 450ms var(--ease-hover), border-color 450ms var(--ease-hover);}
.team-content .top-header a:hover{color:inherit;
    border-bottom-color:#c2410c;}
.team-content .featured-fields{padding-top:calc(1.51rem * 1.5);
    border-top:1px solid #d6dde4;}
.team-content .featured-fields p{margin:0 0 0.75rem;
    font-size:calc(19.2px * .875);
    line-height:1.73;
    max-width:70ch;}
.team-content .bottom-brand{display:flex;
    flex-wrap:wrap;
    gap:1.51rem;
    margin:0;}
.team-content .bottom-brand a{font-weight:600;
    font-size:calc(19.2px * .875);
    color:#1f3a5f;
    text-decoration:none;
    border-bottom:1px solid #d6dde4;
    padding-bottom:2px;
    transition:color 450ms var(--ease-hover), border-color 450ms var(--ease-hover);}
.team-content .bottom-brand a:hover{color:inherit;
    border-bottom-color:#c2410c;}
@media (max-width: 720px){.team-content .top-header{
        flex:1 1 100%;
    }
}
.bottom-quote{background:#c2410c;color:#fff7ed;padding:calc(1.5rem * 2.4) 2.68rem}
.bottom-quote .contact-content{max-width:1340px;margin:0 auto}
.bottom-quote .wide-section{display:flex;align-items:center;gap:calc(1.51rem * 1.5)}
.bottom-quote .offer-content{display:block;flex:0 1 42%;min-width:15rem;width:100%;height:auto;aspect-ratio:5/4;object-fit:cover;border-radius:0.95rem}
.bottom-quote .active-method{flex:1 1 34rem;min-width:0}
.bottom-quote h2{margin:0;font-size:clamp(calc(19.2px * 2),5vw,calc(19.2px * 2.65));line-height:1.05;letter-spacing:0}
.bottom-quote p{margin:1.5rem 0 0;max-width:42rem;font-size:calc(19.2px * 1.125);line-height:1.65}
.bottom-quote .team-entries{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:calc(1.51rem * 1.5)}
.bottom-quote a{padding:calc(1.5rem * .75);border-radius:0.32rem;background:color-mix(in srgb,currentColor 10%,transparent);color:inherit;text-decoration:none}
@media(max-width:760px){.bottom-quote .wide-section{align-items:stretch;flex-direction:column}.bottom-quote .offer-content{flex-basis:auto;min-width:0}}
.compact-summary{
    padding:calc(calc(1.5rem * 2.4)*.72) 2.68rem calc(calc(1.5rem * 2.4)*.6);
    background:#f6f7f9;
    color:#161c24;
  }
.compact-summary .plain-nav{max-width:min(1340px,60rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.51rem * 1.5);}
.compact-summary .main-story{max-width:52rem;}
.compact-summary h1{margin:0;
    font-size:clamp(1.85rem,4.4vw,calc(19.2px * 2.65));
    line-height:1.09;
    font-weight:700;
    letter-spacing:-0.005em;}
.compact-summary p{margin:0;
    max-width:38rem;
    font-size:clamp(1rem,1.2vw,19.2px);
    line-height:1.74;
    color:#1f2933;
    border-left:2px solid #c2410c;
    padding-left:calc(1.51rem * 1.5);}
@media (max-width:640px){.compact-summary{
      padding-top:calc(calc(1.5rem * 2.4)*.5);
      padding-bottom:calc(calc(1.5rem * 2.4)*.45);
    }.compact-summary p{
      padding-left:calc(1.5rem * .75);
    }
  }
.local-list{
  padding: calc(1.5rem * 2.4) 2.68rem;
  background: #c2410c;
  color: #fff7ed;
}
.local-list .featured-service{max-width: 1340px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.7fr);
  gap: 1.51rem;
  align-items: start;}
.local-list .site-figure{
  padding: calc(1.5rem * .75);
  border-radius: 0.95rem;
  background: var(--line-page);
  color: var(--line-primary);
  position: sticky;
  top: calc(1.5rem * .75);
}
.local-list h2{margin: 0;
  font-size: calc(19.2px * 2);
  line-height: 1.1;}
.local-list .site-figure p{margin: calc(1.5rem * .75) 0 0;
  font-size: 19.2px;
  line-height: 1.6;}
.local-list .site-contact{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.local-list .site-tile{
  display: grid;
  grid-template-columns: minmax(6rem, .3fr) minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  border-radius: 0.57rem;
  background: #ffffff;
  color: #1f2933;
  border: 1px solid #d6dde4;
  box-shadow: 0 1px 7px rgba(0,0,0,0.13);
}
.local-list .text-figure{font-size: calc(19.2px * .875);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .04em;
  word-break: break-word;}
.local-list h3{margin: 0;
  font-size: calc(19.2px * 1.35);
  line-height: 1.25;}
.local-list .site-tile p{margin: calc(calc(1.5rem * .75) * .5) 0;
  font-size: 19.2px;}
.local-list small{font-size: calc(19.2px * .875);}
@media (max-width: 880px) {.local-list .featured-service{
    grid-template-columns: 1fr;
  }.local-list .site-figure{
    position: static;
  }
}
@media (max-width: 560px) {.local-list .site-tile{
    grid-template-columns: 1fr;
  }
}
.quiet-shell{--field-extra-5:calc(1.5rem * 1.02);--mark-content:calc(1340px / 3.15);padding:calc(1.5rem * 2.4) 2.68rem;background:#f6f7f9;color:#161c24;}
.quiet-shell .contact-content{max-width:1340px;margin:0 auto;}
.quiet-shell h1,.quiet-shell h2,.quiet-shell h3,.quiet-shell p,.quiet-shell ul{margin:0;}
.quiet-shell h2{font-size:calc(19.2px * 2);line-height:1.12;}
.quiet-shell p{font-size:19.2px;line-height:1.73;}
.quiet-shell a{color:inherit;text-decoration:none;}
.quiet-shell .simple-team{display:flex;flex-wrap:wrap;gap:calc(1.51rem * 1.5);align-items:flex-start;}
.quiet-shell .contact-media{flex:1 1 min(30rem,100%);}
.quiet-shell .top-plan{flex:1 1 min(24rem,100%);display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.quiet-shell .quiet-frame{margin-top:1.5rem;max-width:var(--mark-content);color:color-mix(in srgb, #161c24 72%, transparent);}
.quiet-shell .main-header{list-style:none;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.quiet-shell .main-header li{position:relative;padding-left:1.5rem;font-size:19.2px;line-height:1.73;}
.quiet-shell .main-header li::before{content:"";position:absolute;left:0;top:0.7em;width:0.55rem;height:2px;background:#c2410c;color:#fff7ed;}
.quiet-shell .team-panel{display:flex;flex-wrap:wrap;align-items:center;gap:1.51rem;}
.quiet-shell .public-headline{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.32rem;background:#1f3a5f;color:#f4f7fa;font-weight:600;transition:background 450ms var(--ease-hover);}
.quiet-shell .public-headline:hover{background:#16293f;color:#1f2933;}
.quiet-shell .featured-fields{flex:1 1 min(18rem,100%);font-size:calc(19.2px * .875);color:color-mix(in srgb, #161c24 68%, transparent);}
.quiet-shell .featured-fields a{color:#1f3a5f;text-decoration:underline;text-underline-offset:2px;}
.quiet-shell .featured-fields a:hover{color:#c2410c;}
@media (max-width:720px){.quiet-shell .simple-team{flex-direction:column;}.quiet-shell .public-headline{width:100%;}
}
.primary-menu{
    padding:calc(calc(1.5rem * 2.4)*.72) 2.68rem;
    background:#f6f7f9;
    color:#161c24;
  }
.primary-menu .plain-nav{max-width:min(1340px,60rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.51rem * 1.5);}
.primary-menu .main-story{max-width:52rem;}
.primary-menu h1{margin:0;
    font-size:clamp(1.9rem,4.4vw,calc(19.2px * 2.65));
    line-height:1.08;
    font-weight:700;
    letter-spacing:-0.01em;}
.primary-menu p{margin:0;
    max-width:38rem;
    font-size:clamp(1rem,1.2vw,19.2px);
    line-height:1.74;
    color:#1f2933;}
@media (max-width:640px){.primary-menu{
      padding-top:calc(calc(1.5rem * 2.4)*.55);
      padding-bottom:calc(calc(1.5rem * 2.4)*.55);
    }.primary-menu .plain-nav{
      gap:1.5rem;
    }
  }
.direct-intro{
  padding: calc(1.5rem * 2.4) 2.68rem;
  background: var(--line-page);
  color: var(--line-primary);
}
.direct-intro .contact-content{max-width: min(1340px, 74rem);
  margin: 0 auto;}
.direct-intro .strong-summary{max-width: 52rem;}
.direct-intro h2{margin: 0;
  font-size: calc(19.2px * 2);
  line-height: 1.12;}
.direct-intro .steady-tile{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(19.2px * 1.125);
  line-height: 1.73;
  color: #c9d1d9;}
.direct-intro .secondary-panel{margin-top: calc(1.51rem * 1.5);
  display: flex;
  flex-wrap: wrap;
  gap: 1.51rem;}
.direct-intro .primary-service{
  flex: 1 1 min(100%, 20rem);
  margin: 0;
  padding: calc(1.5rem * .75);
  background: #ffffff;
  color: #1f2933;
  border: 1px solid #d6dde4;
  border-radius: 0.57rem;
  box-shadow: 0 1px 7px rgba(0,0,0,0.13);
}
.direct-intro .primary-service blockquote{margin: 0;}
.direct-intro .primary-service blockquote p{margin: 0;
  font-size: 19.2px;
  line-height: 1.6;}
.direct-intro .primary-service footer{margin-top: calc(1.5rem * .75);
  padding-top: calc(calc(1.5rem * .75) * .6);
  border-top: 1px solid #d6dde4;}
.direct-intro .primary-service .active-headline{display: block;
  font-weight: 700;
  font-size: 19.2px;}
.direct-intro .primary-service small{display: block;
  margin-top: 0.2rem;
  font-size: calc(19.2px * .875);color:inherit;}
.direct-intro .soft-brand{margin-top: calc(1.51rem * 1.5);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #2b3440;}
.direct-intro .direct-wrap{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(19.2px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #c9d1d9;}
.direct-intro .clear-feature{list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.51rem * .6) 1.51rem;}
.direct-intro .clear-feature li{
  margin: 0;
  padding: 0.35rem 0.85rem;
  font-size: calc(19.2px * .875);
  background: #c2410c;
  color: #fff7ed;
  border-radius: 0.32rem;
}
@media (max-width: 700px) {.direct-intro .secondary-panel{
    display: block;
  }.direct-intro .primary-service + .primary-service{
    margin-top: 1.51rem;
  }
}
.visual-tile{--field-extra-5:calc(1.5rem * 1.18);--mark-content:calc(1340px / 2.55);padding:calc(1.5rem * 2.4) 2.68rem;background:#c2410c;color:#fff7ed;}
.visual-tile .contact-content{max-width:1340px;margin:0 auto;}
.visual-tile h2,.visual-tile h3,.visual-tile p{margin:0;}
.visual-tile h2{font-size:calc(19.2px * 2);line-height:1.14;}
.visual-tile h3{font-size:calc(19.2px * 1.35);line-height:1.22;}
.visual-tile p{font-size:19.2px;line-height:1.73;color:color-mix(in srgb, currentColor 78%, transparent);}
.visual-tile .direct-section{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.51rem;}
.visual-tile .direct-section>h2{flex:1 1 calc(1340px / 2.9);min-width:0;}
.visual-tile .direct-section>.quiet-frame{flex:1 1 calc(1340px / 2.9);min-width:0;max-width:var(--mark-content);}
.visual-tile .main-header{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--field-extra-5);margin-top:calc(1.5rem * .6);}
.visual-tile .top-header{flex:1 1 calc(1340px / 3.6);min-width:0;padding:calc(calc(1.5rem * .75) * .9) calc(calc(1.5rem * .75) * 1.05);border-radius:0.57rem;background:color-mix(in srgb, currentColor 12%, transparent);}
.visual-tile .top-header p{margin-top:calc(1.5rem / 3.2);}
.visual-tile .main-story{display:flex;flex-direction:column;}
@media (max-width:900px){.visual-tile .direct-section>h2,.visual-tile .direct-section>.quiet-frame{flex:1 1 100%;max-width:none;}.visual-tile .top-header{flex:1 1 100%;}
}
.contact-wrap{
  background:#e9edf1;
  color:#1f2933;
  padding:calc(1.5rem * 2.4) 2.68rem;
}
.contact-wrap .contact-content{max-width:1340px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  gap:calc(1.51rem * 1.5);
  align-items:flex-start;
  justify-content:space-between;}
.contact-wrap .main-story{flex:1 1 22rem;
  min-width:0;}
.contact-wrap .main-story p{margin:0 0 1.5rem;
  font-size:19.2px;
  line-height:1.73;}
.contact-wrap h2{margin:0;
  font-size:calc(19.2px * 2);
  line-height:1.12;
  letter-spacing:0;}
.contact-wrap .visual-view{flex:1 1 30rem;
  min-width:0;}
.contact-wrap .visual-view p{margin:0;
  padding:1.5rem 0;
  line-height:1.73;}
.contact-wrap .visual-view p + p{border-top:1px solid #d6dde4;}
.contact-wrap .visual-view strong{display:block;
  margin-bottom:0.35rem;
  font-size:19.2px;}
.contact-wrap .visual-view span{display:block;}
.contact-wrap .bottom-brand{flex:1 1 100%;
  margin:calc(1.51rem * 1.5) 0 0;
  padding-top:1.5rem;
  border-top:1px solid #d6dde4;
  font-size:calc(19.2px * .875);
  line-height:1.73;}
.contact-wrap .bottom-brand a{color:#1f3a5f;
  text-decoration:underline;
  text-underline-offset:3px;}
.contact-wrap .bottom-brand a:hover{color:inherit;}
@media (max-width:720px){.contact-wrap .contact-content{display:block}.contact-wrap .visual-view{margin-top:calc(1.51rem * 1.5)}
}
.wide-entries{
    padding:calc(calc(1.5rem * 2.4)*.72) 2.68rem calc(calc(1.5rem * 2.4)*.6);
    background:#f6f7f9;
    color:#161c24;
  }
.wide-entries .plain-nav{max-width:min(1340px,60rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.51rem * 1.5);}
.wide-entries .main-story{max-width:52rem;}
.wide-entries h1{margin:0;
    font-size:clamp(1.85rem,4.4vw,calc(19.2px * 2.65));
    line-height:1.1;
    font-weight:700;
    letter-spacing:-0.005em;}
.wide-entries p{margin:0;
    max-width:38rem;
    font-size:19.2px;
    line-height:1.74;
    color:#1f2933;}
@media (max-width:640px){.wide-entries{
      padding-top:calc(calc(1.5rem * 2.4)*.5);
      padding-bottom:calc(calc(1.5rem * 2.4)*.46);
    }.wide-entries .plain-nav{gap:1.5rem;}
  }
.contact-inner{--field-extra-5:calc(1.5rem * 0.9);--mark-content:calc(1340px / 3.1);--font-strong:calc(1340px / 4.2);padding:calc(1.5rem * 2.4) 2.68rem;background:#f6f7f9;color:#161c24;}
.contact-inner .contact-content{max-width:1340px;margin:0 auto;}
.contact-inner h2,.contact-inner h3,.contact-inner p{margin:0;}
.contact-inner h2{font-size:calc(19.2px * 2);line-height:1.14;}
.contact-inner h3{font-size:calc(19.2px * 1.35);line-height:1.22;}
.contact-inner p{font-size:19.2px;line-height:1.73;}
.contact-inner a{color:#1f3a5f;text-decoration:none;border-bottom:1px solid #d6dde4;}
.contact-inner a:hover{color:#c2410c;}
.contact-inner img{display:block;width:100%;height:auto;border-radius:0.57rem;}
.contact-inner .main-story .quiet-frame{margin-top:1.5rem;max-width:var(--mark-content);}
.contact-inner .main-story .featured-fields{margin-top:calc(1.5rem / 2);font-size:calc(19.2px * .875);color:#1f2933;}
.contact-inner .main-header{display:flex;flex-direction:column;gap:var(--field-extra-5);margin-top:0;}
.contact-inner .top-header{min-width:0;padding-bottom:calc(var(--field-extra-5) / 2);border-bottom:1px solid #d6dde4;}
.contact-inner .top-header:last-child{border-bottom:0;padding-bottom:0;}
.contact-inner .top-header p{margin-top:calc(1.5rem / 3);color:#1f2933;}
.contact-inner .main-method{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.51rem;}
.contact-inner .main-method>.main-story{flex:1 1 calc(1340px / 3);min-width:0;}
.contact-inner .main-method>.main-header{flex:1.6 1 calc(1340px / 2);}
.contact-inner .main-method>img{margin-left:auto;max-width:calc(var(--font-strong) * 0.85);}
.contact-inner .bottom-brand{margin-top:calc(1.51rem * 1.5);padding-top:calc(1.51rem * 1.5);border-top:1px solid #d6dde4;max-width:1340px;margin-left:auto;margin-right:auto;}
.contact-inner .bottom-brand p{font-size:calc(19.2px * .875);color:#1f2933;}
@media (max-width:860px){.contact-inner .main-method>img{max-width:100%;margin-left:0;}.contact-inner .main-method>.main-story,.contact-inner .main-method>.main-header{flex:1 1 100%;}
}
.strong-track{--field-extra-5:calc(1.5rem * 1.05);padding:calc(1.5rem * 2.4) 2.68rem;background:#c2410c;color:#fff7ed;}
.strong-track .contact-content{max-width:1340px;margin:0 auto;display:flex;flex-wrap:wrap;gap:var(--field-extra-5);}
.strong-track h2,.strong-track h3,.strong-track p,.strong-track ol,.strong-track li{margin:0;}
.strong-track h2{font-size:calc(19.2px * 2);line-height:1.12;}
.strong-track h3{font-size:calc(19.2px * 1.35);line-height:1.2;}
.strong-track p{font-size:19.2px;line-height:1.73;}
.strong-track a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.strong-track a:hover{text-decoration:none;}
.strong-track .strong-summary{flex:1 1 calc(1340px / 3.4);min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.strong-track .quiet-frame{color:color-mix(in srgb, currentColor 82%, transparent);}
.strong-track .fresh-footer{flex:1 1 calc(1340px / 1.7);min-width:0;list-style:none;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem / 2.2);}
.strong-track .visual-content{display:grid;grid-template-columns:auto 1fr;column-gap:1.51rem;align-items:baseline;padding-bottom:calc(1.5rem / 2.2);border-bottom:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.strong-track .visual-content:last-child{border-bottom:none;padding-bottom:0;}
.strong-track .team-copy{font-size:calc(19.2px * .875);letter-spacing:.08em;opacity:.72;grid-row:span 2;}
.strong-track .visual-content h3{grid-column:2;}
.strong-track .visual-content p{grid-column:2;margin-top:calc(1.5rem / 4);color:color-mix(in srgb, currentColor 80%, transparent);}
.strong-track .bottom-brand{flex:1 1 100%;padding-top:1.5rem;border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);font-size:calc(19.2px * .875);}
.strong-track .bottom-brand p{font-size:calc(19.2px * .875);color:color-mix(in srgb, currentColor 82%, transparent);}
@media (max-width:760px){.strong-track .strong-summary,.strong-track .fresh-footer{flex:1 1 100%;}.strong-track .visual-content{grid-template-columns:1fr;}.strong-track .team-copy{grid-row:auto;}.strong-track .visual-content h3,.strong-track .visual-content p{grid-column:1;}
}
.media-wrap{padding:calc(calc(1.5rem * 2.4)*.72) 2.68rem calc(calc(1.5rem * 2.4)*.58);background:#f6f7f9;color:#161c24;}
.media-wrap .plain-nav{max-width:min(1340px,60rem);margin:0 auto;display:flex;flex-direction:column;gap:calc(1.51rem * 1.5);}
.media-wrap .main-story{max-width:52rem;}
.media-wrap h1{margin:0;font-size:clamp(1.85rem,4.4vw,calc(19.2px * 2.65));line-height:1.1;font-weight:700;letter-spacing:-0.01em;}
.media-wrap p{margin:0;max-width:44rem;font-size:clamp(1rem,1.2vw,19.2px);line-height:1.74;color:#1f2933;}
@media (max-width:640px){.media-wrap{padding-top:calc(calc(1.5rem * 2.4)*.5);padding-bottom:calc(calc(1.5rem * 2.4)*.42);}.media-wrap p{max-width:100%;}
  }
.simple-wrap{--field-extra-5:calc(1.5rem * 1.05);--font-lead:calc(1340px / 3.6);padding:calc(1.5rem * 2.4) 2.68rem;background:#c2410c;color:#fff7ed;}
.simple-wrap .contact-content{max-width:1340px;margin:0 auto;}
.simple-wrap h2,.simple-wrap h3,.simple-wrap p{margin:0;}
.simple-wrap h2{font-size:calc(19.2px * 2);line-height:1.12;}
.simple-wrap h3{font-size:calc(19.2px * 1.35);line-height:1.22;}
.simple-wrap p{font-size:19.2px;line-height:1.73;}
.simple-wrap .quiet-frame{margin-top:1.5rem;max-width:calc(1340px / 2.1);}
.simple-wrap .quiet-frame,
.simple-wrap .top-header p{color:color-mix(in srgb, currentColor 82%, transparent);}
.simple-wrap .featured-area{display:flex;flex-wrap:wrap;gap:var(--field-extra-5);margin-top:calc(var(--field-extra-5) * 1.15);}
.simple-wrap .top-header{flex:1 1 var(--font-lead);min-width:0;padding:calc(var(--field-extra-5) * .7);border-radius:0.57rem;background:color-mix(in srgb, currentColor 10%, transparent);}
.simple-wrap .top-header p{margin-top:calc(1.5rem / 3.2);}
@media (max-width:720px){.simple-wrap .top-header{flex-basis:100%;}
}
.main-unit{
        padding: calc(1.5rem * 2.4) 2.68rem;
        background: #e9edf1;
        color: #1f2933
    }
.main-unit .contact-content{max-width: 1340px;
        margin: 0 auto}
.main-unit .narrow-actions{display: flex;
        flex-direction: column;
        gap: calc(1.51rem * 1.5)}
.main-unit .quiet-frame{max-width: 62ch}
.main-unit h2{margin: 0 0 calc(1.5rem * .75);
        font-size: calc(19.2px * 2);
        line-height: 1.12}
.main-unit .featured-fields{margin: 0;
        font-size: 19.2px;
        line-height: 1.73;
        opacity: .85}
.main-unit .active-method{display: flex;
        flex-direction: column;
        gap: 1.5rem}
.main-unit .main-header{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);
        border-top: 1px solid #d6dde4}
.main-unit .top-header{padding-top: calc(1.5rem * .75);
        border-bottom: 1px solid #d6dde4;
        padding-bottom: calc(1.5rem * .75)}
.main-unit .top-header:last-child{border-bottom: 0}
.main-unit .top-header h3{margin: 0 0 calc(calc(1.5rem * .75) * .4);
        font-size: calc(19.2px * 1.35);
        line-height: 1.2}
.main-unit .top-header p{margin: 0;
        font-size: 19.2px;
        line-height: 1.73;
        max-width: 74ch}
.main-unit .steady-menu{display: flex;
        flex-wrap: wrap;
        gap: calc(1.51rem * .6)}
.main-unit .steady-menu span{
        border-radius: 0.32rem;
        background: #ffffff;
        color: #1f2933;
        border: 1px solid #d6dde4;
        padding: calc(calc(1.5rem * .75) * .5) calc(1.5rem * .75);
        font-size: calc(19.2px * .875)
    }
@media (min-width: 900px) {.main-unit .narrow-actions{
            display: grid;
            grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
            gap: 2.68rem;
            align-items: start
        }
    }
@media (max-width: 760px) {.main-unit .narrow-actions{
            display: block
        }.main-unit .active-method{
            margin-top: 1.5rem
        }
    }
.wide-summary{--field-extra-5:calc(1.5rem * 1.07);--font-lead:calc(1340px / 3.38);padding:calc(1.5rem * 2.4) 2.68rem;background:#1f3a5f;color:#f4f7fa;}
.wide-summary .contact-content{max-width:1340px;margin:0 auto;}
.wide-summary h1,.wide-summary h2,.wide-summary h3,.wide-summary p,.wide-summary ul{margin:0;}
.wide-summary h1{font-size:calc(19.2px * 2.65);line-height:1.1;}
.wide-summary h2{font-size:calc(19.2px * 2);line-height:1.12;}
.wide-summary h3{font-size:calc(19.2px * 1.35);line-height:1.2;}
.wide-summary p{font-size:19.2px;line-height:1.73;color:color-mix(in srgb, currentColor 74%, transparent);}
.wide-summary a{color:inherit;text-decoration:none;}
.wide-summary img{display:block;width:100%;height:auto;border-radius:0.57rem;}
.wide-summary .strong-surface{padding-block:calc(var(--field-extra-5) / 2);}
.wide-summary .steady-details{row-gap:calc(var(--field-extra-5) * .7);}
.wide-summary .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.51rem;}
.wide-summary .row-title h2{flex:1 1 calc(1340px / 3);min-width:0;}
.wide-summary .row-title>p{flex:1 1 calc(1340px / 3);min-width:0;}
.wide-summary .main-header{flex:1 1 100%;}
.wide-summary .main-header{display:flex;flex-wrap:wrap;gap:var(--field-extra-5);margin-top:var(--field-extra-5);}
.wide-summary .top-header{flex:1 1 var(--font-lead);min-width:0;padding-inline-start:calc(1.5rem * .75);border-inline-start:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.wide-summary .top-header p{margin-top:calc(1.5rem / 3);}
.wide-summary .top-header h3{margin-top:calc(1.5rem / 2.4);}
@media (max-width:720px){.wide-summary .top-header{border-inline-start:none;padding-inline-start:0;border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);padding-top:calc(1.5rem * .75);}
}
.fresh-items{
    padding:calc(calc(1.5rem * 2.4)*.72) 2.68rem calc(calc(1.5rem * 2.4)*.6);
    background:#e9edf1;
    color:#1f2933;
  }
.fresh-items .plain-nav{max-width:min(1340px,60rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.51rem * 1.5);}
.fresh-items .main-story{max-width:52rem;}
.fresh-items h1{margin:0;
    font-size:clamp(1.85rem,4.6vw,calc(19.2px * 2.65));
    line-height:1.08;
    font-weight:700;
    letter-spacing:-0.01em;}
.fresh-items p{margin:0;
    max-width:38rem;
    font-size:clamp(1rem,1.2vw,19.2px);
    line-height:1.78;
    color:#1f2933;
    opacity:.86;}
@media (max-width:640px){.fresh-items{
      padding-top:calc(calc(1.5rem * 2.4)*.55);
      padding-bottom:calc(calc(1.5rem * 2.4)*.5);
    }.fresh-items p{
      max-width:100%;
    }
  }
.top-nav{
        padding: calc(1.5rem * 2.4) 2.68rem;
        background: #e9edf1;
        color: #1f2933
    }
.top-nav .contact-content{max-width: 1340px;
        margin: 0 auto}
.top-nav .narrow-actions{display: flex;
        flex-direction: column;
        gap: calc(1.51rem * 1.5);
        align-items: flex-start}
.top-nav h2{min-width: 0;
        margin: 0;
        font-size: calc(19.2px * 2);
        line-height: 1.1}
.top-nav .active-method{min-width: 0;
        max-width: 62ch}
.top-nav .active-method p{margin: 0;
        font-size: calc(19.2px * 1.125);
        line-height: 1.73}
.top-nav .steady-menu{display: flex;
        flex-wrap: wrap;
        gap: calc(1.51rem * .6);
        margin-top: 1.5rem}
.top-nav .steady-menu span{
        border-radius: 0.32rem;
        background: #ffffff;
        color: #1f2933;
        border: 1px solid #d6dde4;
        padding: calc(calc(1.5rem * .75) * .55) calc(1.5rem * .75);
        font-size: calc(19.2px * .875);
        line-height: 1.4
    }
@media (max-width: 760px) {.top-nav .narrow-actions{
            display: block
        }.top-nav .active-method{
            margin-top: 1.5rem
        }
    }
.service-frame{--field-extra-5:calc(1.5rem * 1.18);--mark-content:calc(1340px / 2.6);padding:calc(1.5rem * 2.4) 2.68rem;background:#1f3a5f;color:#f4f7fa;}
.service-frame .contact-content{max-width:1340px;margin:0 auto;}
.service-frame h2,.service-frame p{margin:0;}
.service-frame h2{font-size:calc(19.2px * 2);line-height:1.14;max-width:var(--mark-content);}
.service-frame p{font-size:19.2px;line-height:1.73;}
.service-frame .strong-summary{display:flex;flex-direction:column;gap:calc(calc(1.51rem * 1.5) * .8);}
.service-frame .quiet-frame{max-width:var(--mark-content);color:color-mix(in srgb, currentColor 78%, transparent);}
.service-frame .quiet-area{display:flex;flex-direction:column;gap:calc(1.51rem * .55);margin-top:var(--field-extra-5);}
.service-frame details{padding:calc(calc(1.5rem * .75) * .85) calc(calc(1.5rem * .75) * 1.1);border-radius:0.57rem;background:color-mix(in srgb, currentColor 10%, transparent);border-left:2px solid #c2410c;}
.service-frame summary{cursor:pointer;font-weight:700;font-size:calc(19.2px * 1.125);line-height:1.3;list-style:none;}
.service-frame summary::-webkit-details-marker{display:none;}
.service-frame summary::after{content:"+";float:right;font-weight:400;opacity:.7;}
.service-frame details[open] summary::after{content:"\2013";}
.service-frame details p{margin-top:calc(1.5rem / 3.2);color:color-mix(in srgb, currentColor 80%, transparent);}
.service-frame .featured-fields{margin-top:var(--field-extra-5);max-width:var(--mark-content);font-size:calc(19.2px * .875);color:color-mix(in srgb, currentColor 72%, transparent);}
.service-frame a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.service-frame a:hover{}
@media (max-width:760px){.service-frame h2,.service-frame .quiet-frame,.service-frame .featured-fields{max-width:none;}.service-frame summary{font-size:19.2px;}
}
.top-form{
    padding:calc(1.5rem * 2.4) 0;
    background:#f6f7f9;
    color:#161c24;
}
.top-form .clear-list{max-width:1340px;
    margin:0 auto;
    padding:0 2.68rem;}
.top-form .quiet-frame{max-width:760px;
    margin:0 auto calc(1.51rem * 1.5);}
.top-form .open-nav{font-size:calc(19.2px * .875);
    color:#1f2933;
    margin:0 0 0.6rem;
    letter-spacing:0.02em;}
.top-form h1{font-size:calc(19.2px * 2.65);
    line-height:1.2;
    margin:0 0 1rem;}
.top-form .strong-summary{font-size:calc(19.2px * 1.125);
    line-height:1.73;
    margin:0;}
.top-form .secondary-quote{max-width:960px;
    margin:0 auto calc(1.51rem * 1.5);
    border-radius:0.95rem;
    overflow:hidden;
    box-shadow:0 1px 7px rgba(0,0,0,0.13);}
.top-form .secondary-quote img{display:block;
    width:100%;
    height:auto;}
.top-form .active-method{max-width:760px;
    margin:0 auto;}
.top-form .active-method h2{font-size:calc(19.2px * 2);
    line-height:1.25;
    margin:calc(1.51rem * 1.5) 0 0.8rem;}
.top-form .active-method p{margin:0 0 1.4rem;
    line-height:1.73;}
.top-form .active-method ul{margin:0 0 1.6rem;
    padding-left:1.4rem;}
.top-form .active-method li{margin-bottom:0.5rem;
    line-height:1.65;}
.top-form .active-method a{color:#1f3a5f;
    text-decoration:underline;
    text-underline-offset:3px;}
.top-form .active-method a:hover{color:#c2410c;}
.top-form .wide-story{
    margin:calc(1.51rem * 1.5) 0;
    padding:calc(1.5rem * .75);
    background:#e9edf1;
    color:#1f2933;
    border-left:3px solid #c2410c;
    border-radius:0.57rem;
}
.top-form .wide-story p{margin:0;
    line-height:1.65;}
.top-form .bottom-panel{max-width:760px;
    margin:calc(1.51rem * 1.5) auto 0;
    padding-top:calc(1.51rem * 1.5);
    border-top:1px solid #d6dde4;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:1.51rem;}
.top-form .soft-entries{
    display:inline-block;
    padding:12px 28px;
    border-radius:0.57rem;
    border:1px solid #1f3a5f;
    background:#1f3a5f;
    color:#f4f7fa;
    font-weight:500;
    text-decoration:none;
    transition:background 450ms var(--ease-hover), border-color 450ms var(--ease-hover), transform 450ms var(--ease-hover);
}
.top-form .soft-entries:hover{
    background:#16293f;
    border-color:#16293f;
    color:#f4f7fa;
    transform:translateY(-2px);
}
.top-form .featured-fields{margin:0;
    font-size:calc(19.2px * .875);
    color:#1f2933;
    flex:1 1 260px;}
@media (max-width:640px){.top-form .bottom-panel{
        flex-direction:column;
        align-items:flex-start;
    }
}
.soft-method{padding:calc(1.5rem * 2.4) 2.68rem;background:#c2410c;color:#fff7ed}
.soft-method .contact-content{max-width:1340px;margin:0 auto}
.soft-method .local-items{display:flex;flex-wrap:wrap;gap:calc(1.51rem * 1.5);align-items:flex-start}
.soft-method .quiet-frame{flex:1 1 34rem;min-width:0}
.soft-method h2{margin:0;font-size:calc(19.2px * 2.65);line-height:1.06}
.soft-method .quiet-frame p{margin:1.5rem 0 0;max-width:46rem;font-size:calc(19.2px * 1.125);line-height:1.73}
.soft-method .content-view{flex:0 1 30rem;min-width:0;background:var(--line-page);color:var(--line-primary);border-radius:0.95rem;padding:1.51rem;box-shadow:0 6px 18px rgba(0,0,0,0.17)}
.soft-method .content-view>p{margin:0;line-height:1.73}
.soft-method .team-entries{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:1.5rem}
.soft-method .team-entries a{border-radius:0.32rem;background:#1f3a5f;color:#f4f7fa;padding:calc(calc(1.5rem * .75)*.7) calc(1.5rem * .75);text-decoration:none;font-size:calc(19.2px * .875)}
.soft-method .team-entries a:hover{background:#16293f;color:#1f2933;}
@media(max-width:780px){.soft-method .local-items{display:block}.soft-method .content-view{margin-top:calc(1.51rem * 1.5);padding:1.5rem}.soft-method h2{font-size:calc(19.2px * 2)}}
.focused-intro{padding:calc(1.5rem * 2.4) 2.68rem;background:#f6f7f9;color:#161c24}
.focused-intro .contact-content{width:min(100%,calc(1340px*.72));margin:0 auto}
.focused-intro .local-plan{margin:0 0 calc(1.51rem * 1.5)}
.focused-intro h1{margin:0;font-size:calc(19.2px * 2.65);line-height:1.06}
.focused-intro .open-menu{margin:1.5rem 0 0;font-size:calc(19.2px * 1.125);line-height:1.73;color:#1f2933;max-width:60ch}
.focused-intro .top-links{display:flex;flex-wrap:wrap;gap:1.51rem;margin-top:calc(1.51rem * 1.5);font-size:calc(19.2px * .875);color:#1f2933}
.focused-intro .top-links>*{min-width:0}
.focused-intro .secondary-quote{margin:0}
.focused-intro .secondary-quote img{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;border-radius:0.95rem;box-shadow:0 1px 7px rgba(0,0,0,0.13)}
.focused-intro .active-figure{margin-top:1.5rem;background:#ffffff;color:#1f2933;border:1px solid #d6dde4;border-radius:0.57rem;padding:1.51rem}
.focused-intro .active-figure p{margin:0 0 1.5rem;line-height:1.73}
.focused-intro .active-figure p:last-child{margin-bottom:0}
.focused-intro .active-figure a{color:#1f3a5f;text-decoration:underline;text-underline-offset:3px}
.focused-intro .active-figure a:hover{color:#c2410c}
.focused-intro .primary-visual{margin-top:calc(1.51rem * 1.5);padding-top:calc(1.5rem * .75);border-top:1px solid #d6dde4}
.focused-intro .fields{margin:0 0 calc(1.5rem * .75);font-size:calc(19.2px * .875);letter-spacing:.04em;text-transform:uppercase;color:#1f2933}
.focused-intro .strong-benefit{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.focused-intro .strong-benefit a{color:#1f3a5f;text-decoration:none;font-size:19.2px;line-height:1.73}
.focused-intro .strong-benefit a:hover{color:#c2410c;text-decoration:underline;text-underline-offset:3px}
@media (max-width:720px){.focused-intro .contact-content{width:100%}.focused-intro .active-figure{padding:calc(1.5rem * .75)}
}
.text-note{padding:calc(1.5rem * 2.4) 2.68rem;background:#1f3a5f;color:#f4f7fa}
.text-note .contact-content{max-width:1340px;margin:0 auto}
.text-note .narrow-section{display:flex;gap:calc(1.51rem * 1.5);align-items:flex-start}
.text-note .quiet-service{flex:1 1 46rem;min-width:0}
.text-note h2{margin:0;font-size:calc(19.2px * 2);line-height:1.08}
.text-note .quiet-service>p{margin:1.5rem 0 0;max-width:50rem;font-size:calc(19.2px * 1.125);line-height:1.73}
.text-note .main-header{margin-top:calc(1.51rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.text-note .main-header p{margin:0;display:flex;gap:1.5rem;align-items:flex-start}
.text-note .main-header strong{flex:0 1 11rem;min-width:0;font-size:calc(19.2px * .875);letter-spacing:0.02em}
.text-note .main-header span{flex:1 1 26rem;min-width:0;line-height:1.73}
.text-note .narrow-actions{flex:0 1 19rem;min-width:0;border-left:1px solid color-mix(in srgb,#f4f7fa 30%,transparent);padding-left:1.5rem;display:flex;flex-direction:column}
.text-note .narrow-actions p{margin:0;line-height:1.73}
.text-note .narrow-actions a{display:inline-flex;align-self:flex-start;margin-top:1.5rem;border-radius:0.32rem;background:#c2410c;color:#fff7ed;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;transition:background 450ms var(--ease-hover)}
.text-note .narrow-actions a:hover{background:#9a3412;color:#1f2933;}
@media(max-width:820px){.text-note .narrow-section{display:block}.text-note .narrow-actions{border-left:0;padding-left:0;margin-top:calc(1.51rem * 1.5)}.text-note .main-header p{display:block}.text-note .main-header span{display:block;margin-top:calc(1.5rem * .75)}.text-note h2{font-size:calc(19.2px * 1.35)}}
.team-benefit{padding:calc(1.5rem * 2.4) 0;color:#161c24;background:#f6f7f9;}
.team-benefit .clear-list{max-width:1340px;margin:0 auto;padding:0 2.68rem;}
.team-benefit .active-method{max-width:820px;margin:0 auto;}
.team-benefit .page-body{margin-bottom:calc(1.51rem * 1.5);}
.team-benefit .narrow-details{margin:0 0 0.6rem;font-size:calc(19.2px * .875);color:#1f2933;letter-spacing:0.02em;}
.team-benefit h1{margin:0 0 1rem;font-size:calc(19.2px * 2.65);line-height:1.15;}
.team-benefit .steady-service{margin:0 0 1.6rem;font-size:calc(19.2px * 1.125);color:#1f2933;}
.team-benefit .local-fields{margin:0 0 calc(1.51rem * 1.5);border-radius:0.95rem;overflow:hidden;box-shadow:0 1px 7px rgba(0,0,0,0.13);}
.team-benefit .local-fields img{display:block;width:100%;height:auto;}
.team-benefit h2{margin:2.2rem 0 0.9rem;font-size:calc(19.2px * 1.35);line-height:1.3;}
.team-benefit p{margin:0 0 1.4rem;line-height:1.73;}
.team-benefit .wide-story{margin:2rem 0;padding:calc(1.5rem * .75);background-color:#e9edf1;border-radius:0.95rem;border:1px solid #d6dde4;color:#1f2933;}
.team-benefit .wide-story p{margin:0;}
.team-benefit .primary-visual{margin:2rem 0;padding-top:1.4rem;border-top:1px solid #d6dde4;}
.team-benefit .contact-entries{margin:0 0 0.5rem;font-size:calc(19.2px * .875);text-transform:uppercase;letter-spacing:0.08em;color:#1f2933;}
.team-benefit .primary-visual p{margin:0;font-size:19.2px;}
.team-benefit .primary-visual a{color:#1f3a5f;text-decoration:underline;text-underline-offset:3px;}
.team-benefit .primary-visual a:hover{color:#c2410c;}
.team-benefit .bottom-panel{margin-top:calc(1.51rem * 1.5);text-align:center;}
.team-benefit .soft-entries{display:inline-block;padding:12px 30px;border-radius:0.57rem;font-weight:500;text-align:center;transition:background-color 450ms var(--ease-hover),border-color 450ms var(--ease-hover),transform 450ms var(--ease-hover);cursor:pointer;border:1px solid #1f3a5f;font-size:1rem;background-color:#1f3a5f;color:#f4f7fa;text-decoration:none;}
.team-benefit .soft-entries:hover{background-color:#16293f;border-color:#16293f;transform:translateY(-2px);box-shadow:0 6px 18px rgba(0,0,0,0.17);color:#f4f7fa;}
@media (max-width:640px){.team-benefit h1{font-size:calc(19.2px * 2);}.team-benefit .steady-service{font-size:19.2px;}
}
.fresh-links{padding:calc(1.5rem * 2.4) 2.68rem;background:linear-gradient(135deg, #c2410c 0%, #9a3412 100%);color:#fff7ed}
.fresh-links .contact-content{max-width:1340px;margin:0 auto}
.fresh-links .compact-body{display:flex;flex-wrap:wrap;gap:calc(1.51rem * 1.5);align-items:flex-start}
.fresh-links .direct-note{flex:1 1 22rem;min-width:0}
.fresh-links .direct-note h2{margin:0 0 calc(calc(1.5rem * .75)*.5);font-size:calc(19.2px * 2);line-height:1.08}
.fresh-links .direct-note .plain-steps{margin:0;font-size:19.2px;line-height:1.73}
.fresh-links .content-view{flex:1 1 30rem;min-width:0}
.fresh-links .content-view p{margin:0;font-size:calc(19.2px * 1.125);line-height:1.73}
.fresh-links .team-entries{list-style:none;margin:calc(1.51rem * 1.5) 0 0;padding:0;display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.fresh-links .team-entries li{min-width:0}
.fresh-links .team-entries a{display:inline-flex;border-radius:0.57rem;background:#c2410c;color:#fff7ed;padding:calc(calc(1.5rem * .75)*.65) calc(1.5rem * .75);text-decoration:none;font-size:calc(19.2px * .875);border:1px solid rgba(255,255,255,0.18)}
.fresh-links .team-entries a:hover{background:#9a3412;color:#1f2933;}
.fresh-links .featured-fields{margin:calc(1.51rem * 1.5) 0 0;font-size:calc(19.2px * .875);opacity:.9}
@media(max-width:760px){.fresh-links .compact-body{display:block}.fresh-links .content-view{margin-top:calc(1.51rem * 1.5)}.fresh-links .direct-note h2{font-size:calc(19.2px * 1.35)}}
.question{
    padding:calc(calc(1.5rem * 2.4)*.72) 2.68rem;
    background:#f6f7f9;
    color:#161c24;
  }
.question .plain-nav{max-width:min(1340px,60rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.51rem * 1.5);}
.question .main-story{max-width:52rem;}
.question h1{margin:0;
    font-size:clamp(1.9rem,4.4vw,calc(19.2px * 2.65));
    line-height:1.1;
    font-weight:700;
    letter-spacing:-0.01em;}
.question p{margin:0;
    max-width:38rem;
    font-size:clamp(1rem,1.2vw,19.2px);
    line-height:1.74;
    color:#1f2933;}
@media (max-width:640px){.question{
      padding-top:calc(calc(1.5rem * 2.4)*.54);
      padding-bottom:calc(calc(1.5rem * 2.4)*.54);
    }.question .plain-nav{gap:1.5rem;}
  }
.clear-steps{padding:calc(1.5rem * 2.4) 2.68rem;background:#f6f7f9;color:#161c24}
.clear-steps .contact-content{width:min(100%,calc(1340px*.72));margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}
.clear-steps .strong-summary h2{margin:0 0 calc(1.51rem * 1.5);font-size:calc(19.2px * 2);line-height:1.12}
.clear-steps .quiet-frame{margin:0;max-width:52ch;color:#1f2933;line-height:1.73}
.clear-steps .primary-region{display:flex;flex-direction:column;gap:calc(1.51rem * 1.5);padding:1.5rem;border:1px solid #d6dde4;border-radius:0.95rem;background:#ffffff;color:#1f2933}
.clear-steps .top-feature{display:grid;grid-template-columns:minmax(11rem,.34fr) minmax(0,1fr);gap:2.68rem;align-items:center}
.clear-steps .top-feature.wide{align-items:start}
.clear-steps .top-feature label{font-size:calc(19.2px * .875);color:#1f2933}
.clear-steps .top-feature label .open-media{font-style:normal;opacity:.75}
.clear-steps input,
.clear-steps select,
.clear-steps textarea{width:100%;padding:calc(1.5rem * .75);border:1px solid #d6dde4;border-radius:0.32rem;background:#e9edf1;color:#161c24;font:inherit}
.clear-steps textarea{resize:vertical;min-height:5rem}
.clear-steps input:focus,
.clear-steps select:focus,
.clear-steps textarea:focus{outline:2px solid #c2410c;outline-offset:1px}
.clear-steps .public-headline{display:flex;flex-direction:column;gap:calc(1.5rem * .75);padding-top:calc(1.51rem * 1.5);border-top:1px solid #d6dde4}
.clear-steps button{align-self:flex-start;padding:calc(1.5rem * .75) 1.5rem;border:1px solid #1f3a5f;border-radius:0.32rem;background:#1f3a5f;color:#f4f7fa;font:inherit;cursor:pointer;transition:background 450ms var(--ease-hover)}
.clear-steps button:hover{background:#16293f;color:#1f2933;}
.clear-steps .featured-fields{margin:0;font-size:calc(19.2px * .875);color:#1f2933;max-width:60ch}
.clear-steps .text-plan{margin:0;padding:calc(1.51rem * 1.5) 0 0;border-top:1px solid #d6dde4;font-size:calc(19.2px * .875);color:#1f2933;line-height:1.73}
.clear-steps .text-plan a{color:#1f3a5f;text-decoration:underline}
.clear-steps .text-plan a:hover{color:#c2410c}
@media(max-width:640px){.clear-steps .top-feature{grid-template-columns:1fr;gap:calc(1.5rem * .75)}.clear-steps .primary-region{padding:calc(1.51rem * 1.5)}
}
.wide-view{background:#c2410c;color:#fff7ed;padding:calc(1.5rem * 2.4) 2.68rem}
.wide-view .contact-content{max-width:1340px;margin:0 auto}
.wide-view .local-items{display:flex;align-items:flex-start;gap:calc(1.51rem * 1.5);flex-wrap:wrap}
.wide-view .main-story{flex:1 1 22rem;min-width:0}
.wide-view h2{margin:0;font-size:clamp(calc(19.2px * 2),4.4vw,calc(19.2px * 2.65));line-height:1.08;letter-spacing:0}
.wide-view p{margin:1.5rem 0 0;max-width:38rem;font-size:calc(19.2px * 1.125);line-height:1.65}
.wide-view .main-story a{display:inline-flex;margin-top:1.5rem;padding:calc(1.5rem * .75) 1.51rem;border-radius:0.57rem;background:#fff7ed;color:#c2410c;text-decoration:none;font-weight:700}
.wide-view .main-story a:hover{background:#9a3412;color:#fff7ed}
.wide-view .featured-unit{display:block;flex:0 1 16rem;min-width:11rem;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;border-radius:0.95rem}
.wide-view .main-header{flex:1 1 26rem;min-width:0;display:flex;flex-direction:column;gap:1.5rem}
.wide-view .top-header{padding-bottom:1.5rem;border-bottom:1px solid color-mix(in srgb,currentColor 26%,transparent)}
.wide-view .top-header:last-child{border-bottom:0;padding-bottom:0}
.wide-view strong,.wide-view span{display:block}
.wide-view strong{font-size:19.2px;letter-spacing:.01em}
.wide-view span{margin-top:calc(calc(1.5rem * .75)*.5);line-height:1.6}
.wide-view span a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.wide-view span a:hover{opacity:.85}
@media(max-width:820px){.wide-view .local-items{flex-direction:column}.wide-view .featured-unit{flex-basis:auto;min-width:0;aspect-ratio:16/9}.wide-view .main-header{width:100%}
}
.primary-shell{padding:calc(1.5rem * 2.4) 2.68rem;background:var(--line-page);color:var(--line-primary)}
.primary-shell .main-story{max-width:min(1340px,64rem);margin:0 auto}
.primary-shell h2{margin:0;font-size:calc(19.2px * 2.65);line-height:1.08}
.primary-shell .quiet-frame{margin:1.5rem 0 calc(1.51rem * 1.5);font-size:calc(19.2px * 1.125);color:color-mix(in srgb,currentColor 74%,transparent)}
.primary-shell .secondary-feature{display:flex;flex-direction:column;gap:calc(1.51rem * 1.5)}
.primary-shell .top-feature{padding:0 0 calc(1.51rem * 1.5);border-bottom:1px solid color-mix(in srgb,currentColor 18%,transparent)}
.primary-shell .top-feature:last-child{border-bottom:0;padding-bottom:0}
.primary-shell h3{margin:0 0 calc(1.5rem * .75);font-size:calc(19.2px * 1.35);line-height:1.25}
.primary-shell .top-feature p{margin:0;color:color-mix(in srgb,currentColor 74%,transparent)}
.primary-shell .fresh-stack{margin-top:calc(1.5rem * 2.4);padding:calc(1.5rem * .75) calc(1.51rem * 1.5);background:#ffffff;color:#1f2933;border:1px solid #d6dde4;border-radius:0.95rem}
.primary-shell .fresh-stack p{margin:0 0 calc(1.5rem * .75);color:inherit;}
.primary-shell .fresh-stack p:last-child{margin-bottom:0}
.primary-shell .fresh-stack .featured-fields{font-size:calc(19.2px * .875);letter-spacing:0.02em;text-transform:uppercase;color:inherit;}
.primary-shell .fresh-stack a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb,#1f3a5f 40%,transparent)}
.primary-shell .fresh-stack a:hover{color:inherit;border-bottom-color:#c2410c}
.primary-shell .secondary-inner{font-size:calc(19.2px * .875);color:inherit;}
@media (max-width:640px){.primary-shell .fresh-stack{padding:calc(1.5rem * .75)}
}
.direct-stack{padding:calc(1.5rem * 2.4) 2.68rem;background:#e9edf1;color:#1f2933}
.direct-stack .wide-lead{max-width:min(1340px,70rem);margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr);gap:calc(1.51rem * 1.5)}
.direct-stack .primary-nav{max-width:52rem}
.direct-stack h2{margin:0;font-size:calc(19.2px * 2);line-height:1.12}
.direct-stack .steady-tile{margin:calc(1.5rem * .75) 0 0;font-size:calc(19.2px * 1.125);line-height:1.73}
.direct-stack .fresh-summary{display:flex;flex-direction:column;gap:1.51rem}
.direct-stack .simple-rail{padding:calc(1.5rem * .75) 0 0;border-top:1px solid #d6dde4}
.direct-stack .simple-rail:first-child{padding-top:0;border-top:0}
.direct-stack h3{margin:0 0 0.55rem;font-size:calc(19.2px * 1.35);line-height:1.25}
.direct-stack .simple-rail p{margin:0;max-width:60rem}
@media (min-width:900px){.direct-stack .wide-lead{grid-template-columns:minmax(0,0.85fr) minmax(0,1.15fr);gap:2.68rem;align-items:start}.direct-stack .primary-nav{position:sticky;top:calc(1.51rem * 1.5)}
}
.content-body{
    padding:calc(calc(1.5rem * 2.4)*.7) 2.68rem;
    background:#f6f7f9;
    color:#161c24;
  }
.content-body .plain-nav{max-width:min(1340px,60rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.51rem * 1.5);
    text-align:left;}
.content-body .main-story{max-width:52rem;}
.content-body h1{margin:0;
    font-size:clamp(1.85rem,4.6vw,calc(19.2px * 2.65));
    line-height:1.08;
    font-weight:700;
    letter-spacing:-0.01em;}
.content-body p{margin:0;
    max-width:36rem;
    font-size:clamp(1rem,1.2vw,19.2px);
    line-height:1.76;
    color:#1f2933;}
@media (max-width:640px){.content-body{
      padding-top:calc(calc(1.5rem * 2.4)*.54);
      padding-bottom:calc(calc(1.5rem * 2.4)*.54);
    }.content-body p{
      max-width:100%;
    }
  }
.page-grid{--field-extra-5:calc(1.5rem * 1.05);--mark-content:calc(1340px / 2.90);padding:calc(1.5rem * 2.4) 2.68rem;background:#f6f7f9;color:#161c24;}
.page-grid .contact-content{max-width:1340px;margin:0 auto;}
.page-grid h1,.page-grid h2,.page-grid h3,.page-grid p{margin:0;}
.page-grid h2{font-size:calc(19.2px * 2);line-height:1.12;max-width:var(--mark-content);}
.page-grid p{font-size:19.2px;line-height:1.73;}
.page-grid a{color:#1f3a5f;text-decoration:none;}
.page-grid a:hover{color:#c2410c;}
.page-grid .featured-fields{font-size:calc(19.2px * .875);letter-spacing:0.06em;text-transform:uppercase;color:#1f2933;}
.page-grid .quiet-frame{max-width:var(--mark-content);color:#1f2933;}
.page-grid .public-headline{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.32rem;background:#1f3a5f;color:#f4f7fa;font-weight:600;}
.page-grid .public-headline:hover{background:#16293f;color:#f4f7fa;}
.page-grid .bottom-brand{font-size:calc(19.2px * .875);color:#1f2933;max-width:var(--mark-content);}
.page-grid .bottom-brand a{text-decoration:underline;text-underline-offset:3px;}
.page-grid .simple-team>.featured-fields{margin-bottom:calc(1.51rem * 1.5);}
.page-grid .simple-team>h2{margin-bottom:calc(1.51rem * 1.5);}
.page-grid .simple-team>.quiet-frame{margin-bottom:1.5rem;}
.page-grid .simple-team>.public-headline{margin-bottom:var(--field-extra-5);}
@media (max-width:640px){.page-grid h2{max-width:none;}.page-grid .quiet-frame,.page-grid .bottom-brand{max-width:none;}
}
.bottom-region{
  padding: calc(1.5rem * 2.4) 2.68rem;
  background: #c2410c;
  color: #fff7ed;
}
.bottom-region .contact-content{max-width: 1340px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.51rem * 1.5);}
.bottom-region .quiet-list{
  padding: calc(1.5rem * .75);
  border-radius: 1.07rem;
  background: var(--line-page);
  color: var(--line-primary);
}
.bottom-region .text-view{
  display: inline-block;
  padding: 0.25rem 0.7rem;
  border-radius: 0.32rem;
  background: #c2410c;
  color: #fff7ed;
  font-size: calc(19.2px * .875);
  letter-spacing: 0.02em;
}
.bottom-region h2{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(19.2px * 2);
  line-height: 1.1;}
.bottom-region .quiet-list p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(19.2px * 1.125);}
.bottom-region .soft-shell{display: flex;
  flex-wrap: wrap;
  gap: 1.51rem;}
.bottom-region .top-header{
  flex: 1 1 240px;
  padding: calc(1.5rem * .75);
  border-radius: 0.57rem;
  background: #ffffff;
  color: #1f2933;
  border: 1px solid #d6dde4;
}
.bottom-region .top-header strong{display: block;
  font-size: calc(19.2px * 1.35);}
.bottom-region .top-header p{margin: calc(1.5rem * .75) 0 0;}
.bottom-region .top-header a{text-decoration: underline;}
.bottom-region .top-header a:hover{}
.bottom-region .bottom-brand{padding-top: calc(1.51rem * 1.5);
  border-top: 1px solid rgba(255, 247, 237, 0.35);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.51rem;}
.bottom-region .bottom-brand p{margin: 0;
  flex: 1 1 260px;
  font-size: calc(19.2px * .875);}
.bottom-region .bottom-brand a{font-size: calc(19.2px * .875);
  text-decoration: underline;
  text-underline-offset: 3px;}
.bottom-region .bottom-brand a:hover{color: var(--line-primary);}
@media (max-width: 760px) {.bottom-region .soft-shell{
    flex-direction: column;
  }
}
.piece{
  background: var(--line-page, #16293f);
  color: var(--line-primary, #f4f7fa);
  padding: calc(1.5rem * 2.4) 2.68rem;
}
.piece .compact-body{width: min(100%, 1340px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.51rem * 1.5);}
.piece .quiet-frame{display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.51rem;
  min-width: 0;
  flex-wrap: wrap;}
.piece h1{margin: 0;
  max-width: 22ch;
  font-size: clamp(calc(19.2px * 2), 5vw, calc(19.2px * 2.65));
  line-height: 1.06;
  letter-spacing: 0;}
.piece p{margin: 0;
  max-width: 70ch;
  font-size: calc(19.2px * 1.125);
  line-height: 1.68;}
.piece .bottom-brand{font-size: calc(19.2px * .875);
  opacity: 0.86;}
.piece a{flex: 0 0 auto;
  padding: 13px 20px;
  border: 1px solid rgba(244, 247, 250, 0.42);
  border-radius: 0.95rem;
  color: inherit;
  text-decoration: none;
  font-weight: 700;
  transition: background 450ms var(--ease-hover, ease);}
.piece a:hover{
  background: rgba(244, 247, 250, 0.12);
}
.piece .bottom-brand a{padding: 0;
  border: 0;
  border-radius: 0;
  text-decoration: underline;
  font-weight: 600;}
.piece .bottom-brand a:hover{
  background: none;
  color: #fff7ed;
}
.piece .narrow-section{display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;}
.piece li{
  flex: 1 1 230px;
  min-width: 0;
  padding: 20px;
  border-radius: 0.57rem;
  background: rgba(244, 247, 250, 0.08);
  border: 1px solid rgba(244, 247, 250, 0.14);
}
.piece strong,
.piece span{display: block;
  min-width: 0;}
.piece strong{font-size: 19.2px;}
.piece li span{margin-top: 9px;
  font-size: calc(19.2px * .875);
  line-height: 1.55;
  opacity: 0.82;}
@media (max-width: 680px) {.piece{ padding: calc(1.5rem * 2.4) 2.68rem; }.piece .quiet-frame{ align-items: flex-start; flex-direction: column; }.piece a{ white-space: normal; }
}
