.has-eco-nav {
  position: relative;
  max-width: 100%;
  overflow-x: clip;
}

html:has(.has-eco-nav) {
  overflow-x: clip;
}

.has-eco-nav main {
  overflow-x: clip;
}

.hd-eco-contact-buffer {
  height: clamp(180px, 13vw, 250px);
  background: linear-gradient(180deg, #fff 0%, #f6f8fa 58%, #eef3f5 100%);
}

.hd-home-contact {
  --home-footer-bg: #071521;
  position: relative;
  z-index: 2;
  min-height: 611px;
  height: auto;
  margin-top: 0;
  overflow: hidden;
  color: #fff;
  background: var(--home-footer-bg);
  isolation: isolate;
}

.hd-home-contact__media,
.hd-home-contact__veil,
.hd-home-contact__fade {
  position: absolute;
  inset: 0;
}

.hd-home-contact__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 46%;
  filter: brightness(1.03) contrast(.98) saturate(.78);
}

.hd-home-contact__veil {
  background: rgba(16, 35, 45, .3);
}

.hd-home-contact__fade {
  background: linear-gradient(180deg, rgba(7, 21, 33, .03) 0%, rgba(7, 21, 33, .12) 44%, rgba(7, 21, 33, .68) 78%, #071521 100%);
}

.hd-home-contact__inner {
  position: relative;
  z-index: 1;
  display: flex;
  width: min(1680px, 100%);
  max-width: 1680px;
  min-height: 611px;
  padding: 128px 40px;
  align-items: flex-start;
}

.hd-home-contact__eyebrow {
  margin: 4px 0 28px;
  color: #a78348;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.4;
  letter-spacing: .16em;
}

.hd-home-contact__content {
  width: min(500px, 36%);
  margin-left: auto;
  min-width: 0;
}

.hd-home-contact__content h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(36px, 2.3vw, 44px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -.045em;
}

.hd-home-contact__content h2 span,
.hd-home-contact__lead span { display: block; }

.hd-home-contact__lead {
  width: min(520px, 100%);
  margin: 20px 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: -.015em;
}

.hd-home-contact__button {
  display: inline-flex;
  width: auto;
  height: 47px;
  margin-top: 34px;
  padding: 0 24px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .36);
  border-radius: 6px;
  color: #102a46;
  background: rgba(247, 248, 246, .96);
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
  cursor: pointer;
  transition: color .24s ease, background-color .24s ease, border-color .24s ease;
}

.hd-home-contact__button:hover,
.hd-home-contact__button:focus-visible {
  border-color: #fff;
  color: #fff;
  background: rgba(16, 42, 70, .9);
}

.hd-home-contact__button span {
  transition: transform .24s ease;
}

.hd-home-contact__button:hover span,
.hd-home-contact__button:focus-visible span {
  transform: translateY(-1px);
}

.ko-contact__actions {
  display: flex;
  margin-top: 34px;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px 28px;
}

.ko-contact__actions .hd-home-contact__button { margin-top: 0; }

.ko-contact__actions > a:not(.hd-home-contact__button) {
  display: inline-flex;
  min-height: 47px;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, .83);
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  font-size: 13px;
  font-weight: 650;
  letter-spacing: -.01em;
  text-decoration: none;
}

.ko-contact__actions i {
  font-style: normal;
  transition: transform .25s cubic-bezier(.22, .61, .36, 1);
}

.ko-contact__actions > a:hover i,
.ko-contact__actions > a:focus-visible i { transform: translateX(5px); }

.hd-home-footer {
  --home-footer-bg: #071521;
  min-height: 0;
  padding: 0;
  color: #d6e0e5;
  background: var(--home-footer-bg);
  border-top: 0;
}

.hd-home-footer__inner {
  padding-top: 138px;
  padding-bottom: 52px;
}

.hd-home-footer__grid {
  display: grid;
  grid-template-columns: minmax(350px, 1.5fr) minmax(280px, 1.05fr) minmax(170px, .62fr) minmax(220px, .78fr);
  gap: clamp(42px, 4.5vw, 78px);
  align-items: start;
}

.hd-home-footer__brand,
.hd-home-footer__column,
.hd-home-footer__family {
  min-width: 0;
}

.hd-home-footer .hd-home-footer__statement {
  margin: 0;
  color: #238b45;
  font-size: clamp(24px, 1.8vw, 31px);
  font-weight: 550;
  line-height: 1.1;
  letter-spacing: -.035em;
}

.hd-home-footer .hd-home-footer__statement span {
  display: block;
}

.hd-home-footer__brand img {
  display: block;
  width: min(106%, 410px);
  height: auto;
  margin-bottom: 30px;
  filter: none;
}

.hd-home-footer h2 {
  margin: 2px 0 34px;
  color: #c6ad81;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.4;
  letter-spacing: .18em;
}

.hd-home-footer address {
  display: grid;
  gap: 19px;
  margin: 0;
  font-style: normal;
}

.hd-home-footer address p {
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  gap: 14px;
  margin: 0;
  color: #bdcbd1;
  font-size: 14px;
  line-height: 1.65;
}

.hd-home-footer address span {
  color: #6f848e;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .12em;
}

.hd-home-footer address a,
.hd-home-footer__service li {
  color: #bdcbd1;
}

.hd-home-footer__service li a {
  color: inherit;
  text-decoration: none;
  transition: color .24s ease;
}

.hd-home-footer__service li a:hover,
.hd-home-footer__service li a:focus-visible { color: #fff; }

.hd-home-footer address a:hover,
.hd-home-footer address a:focus-visible {
  color: #fff;
}

.hd-home-footer__service ul {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hd-home-footer__service li {
  font-size: 14px;
  line-height: 1.55;
}

.hd-family-site {
  position: relative;
}

.hd-family-site > button {
  display: flex;
  width: 100%;
  height: 60px;
  padding: 0 20px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(198, 214, 222, .2);
  border-radius: 0;
  color: #e3ebee;
  background: transparent;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: .04em;
  cursor: pointer;
  transition: border-color .2s ease, background-color .2s ease;
}

.hd-family-site > button:hover,
.hd-family-site > button:focus-visible,
.hd-family-site.is-open > button {
  border-color: rgba(198, 214, 222, .42);
  background: rgba(255,255,255,.035);
}

.hd-family-site button svg {
  width: 14px;
  height: 8px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: transform .2s ease;
}

.hd-family-site.is-open button svg {
  transform: rotate(180deg);
}

.hd-family-site__menu {
  position: absolute;
  right: 0;
  bottom: calc(100% + 8px);
  left: 0;
  padding: 7px;
  border: 1px solid rgba(198, 214, 222, .2);
  background: #0b1d29;
}

.hd-family-site__menu span {
  display: flex;
  min-height: 48px;
  padding: 0 13px;
  align-items: center;
  justify-content: space-between;
  color: #9eafb7;
  font-size: 13px;
}

.hd-family-site__menu small {
  color: #6f848e;
  font-size: 9px;
}

.hd-home-footer:not(.en-footer) .hd-family-site__menu a {
  display: flex;
  min-height: 48px;
  padding: 0 13px;
  align-items: center;
  color: #9eafb7;
  font-size: 13px;
  text-decoration: none;
  transition: color .2s ease, background-color .2s ease;
}

.hd-home-footer:not(.en-footer) .hd-family-site__menu a:hover,
.hd-home-footer:not(.en-footer) .hd-family-site__menu a:focus-visible {
  color: #fff;
  background: rgba(255,255,255,.05);
}

@media (min-width: 1400px) {
  .hd-home-footer:not(.en-footer) .hd-home-footer__family {
    justify-self: end;
    width: calc(207.4573669433595px + 0.5888970692952414vw);
  }
}

.hd-home-footer__bottom {
  display: flex;
  margin-top: 118px;
  padding-top: 26px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(198, 214, 222, .14);
}

.hd-home-footer__bottom p {
  margin: 0;
  color: #657985;
  font-size: 11px;
  line-height: 1.5;
}

@media (max-width: 1180px) {
  .hd-home-contact__inner {
    padding-inline: 42px;
  }

  .hd-home-footer__grid {
    grid-template-columns: 1.15fr 1fr;
    row-gap: 72px;
  }
}

@media (max-width: 900px) {
  .hd-home-contact {
    min-height: 0;
  }

  .hd-home-contact__inner {
    min-height: 0;
    padding-top: 104px;
    padding-bottom: 108px;
  }

  .hd-home-contact__content {
    width: min(640px, 100%);
    margin-left: 0;
  }
}

@media (max-width: 680px) {
  .hd-eco-contact-buffer { height: 128px; }

  .hd-home-contact {
    min-height: 0;
  }

  .hd-home-contact__media img {
    object-position: 43% center;
  }

  .hd-home-contact__veil {
    background: rgba(15, 34, 45, .38);
  }

  .hd-home-contact__inner {
    min-height: 0;
    padding: 88px 24px 96px;
  }

  .hd-home-contact__eyebrow {
    margin-top: 0;
    font-size: 11px;
  }

  .hd-home-contact__content h2 {
    font-size: clamp(29px, 8vw, 34px);
    line-height: 1.16;
  }

  .hd-home-contact__lead {
    font-size: 15px;
    line-height: 1.65;
  }

  .hd-home-contact__button {
    height: 46px;
    padding-inline: 22px;
  }

  .hd-home-footer .hd-home-footer__inner {
    margin-top: 0;
    padding-top: 78px;
    padding-bottom: 30px;
  }

  .hd-home-footer__grid {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .hd-home-footer .hd-home-footer__statement {
    font-size: 24px;
  }

  .hd-home-footer__brand img {
    width: min(100%, 340px);
    margin-bottom: 26px;
  }

  .hd-home-footer h2 {
    margin-bottom: 24px;
  }

  .hd-home-footer__bottom {
    display: grid;
    gap: 8px;
    margin-top: 68px;
    padding-top: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hd-home-contact__button *,
  .hd-family-site * {
    transition: none !important;
  }
}
