.contact-hero-01 {
  --contact-hero-bg: var(--color-primary, #042c2a);
  --contact-hero-accent: var(--color-secondary, #d8a044);
  --contact-hero-ink: #ffffff;
  --contact-hero-muted: rgba(255, 255, 255, 0.78);
  background: var(--contact-hero-bg);
  color: var(--contact-hero-ink);
  overflow: hidden;
  padding: 118px 0 126px;
  position: relative;
}

.contact-hero-01 *,
.contact-hero-01 *::before,
.contact-hero-01 *::after {
  box-sizing: border-box;
}

.contact-hero-01__media {
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.contact-hero-01__background {
  height: 100%;
  inset: 0;
  object-fit: cover;
  opacity: 0.62;
  position: absolute;
  width: 100%;
}

.contact-hero-01__media::before {
  background: radial-gradient(95.51% 264.21% at 92.63% 41.85%, rgba(0, 7, 31, 0) 0%, rgba(4, 44, 42, 0.98) 99.98%, rgba(4, 44, 42, 0.98) 99.99%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.contact-hero-01__shape {
  height: 100%;
  object-fit: cover;
  opacity: 0.42;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  z-index: 2;
}

.contact-hero-01__container {
  margin: 0 auto;
  max-width: 1320px;
  padding: 0 24px;
  position: relative;
  z-index: 3;
}

.contact-hero-01__content {
  max-width: 760px;
}

.contact-hero-01.align-center .contact-hero-01__content {
  margin: 0 auto;
  text-align: center;
}

.contact-hero-01__breadcrumb {
  margin-bottom: 18px;
}

.contact-hero-01[data-show-breadcrumb="false"] .contact-hero-01__breadcrumb,
.contact-hero-01[data-show-breadcrumb="0"] .contact-hero-01__breadcrumb,
.contact-hero-01[data-show-breadcrumb=""] .contact-hero-01__breadcrumb,
.contact-hero-01__description:empty,
.contact-hero-01__eyebrow:empty {
  display: none;
}

.contact-hero-01__breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-hero-01.align-center .contact-hero-01__breadcrumb ol {
  justify-content: center;
}

.contact-hero-01__breadcrumb li {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
  text-transform: capitalize;
}

.contact-hero-01__breadcrumb li:not(:last-child)::after {
  color: rgba(255, 255, 255, 0.74);
  content: "›";
  font-size: 18px;
  position: absolute;
  right: -16px;
  top: -2px;
}

.contact-hero-01__breadcrumb a {
  color: #fff;
  text-decoration: none;
}

.contact-hero-01__breadcrumb a:not([aria-current="page"]) {
  color: var(--contact-hero-accent);
  font-weight: 800;
}

.contact-hero-01__breadcrumb a:hover,
.contact-hero-01__breadcrumb a:focus-visible {
  color: #fff;
  outline: 2px solid rgba(255, 255, 255, 0.58);
  outline-offset: 4px;
}

.contact-hero-01__eyebrow {
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-pill);
  color: #fff;
  display: inline-flex;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.12em;
  line-height: 1;
  margin-bottom: 20px;
  padding: 10px 16px;
  text-transform: uppercase;
}

.contact-hero-01__title {
  color: #fff;
  font-size: clamp(42px, 5.6vw, 76px);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1.02;
  margin: 0;
}

.contact-hero-01__description {
  color: var(--contact-hero-muted);
  font-size: 18px;
  line-height: 1.75;
  margin: 24px 0 0;
  max-width: 720px;
}

.contact-hero-01.align-center .contact-hero-01__description {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  .contact-hero-01 {
    padding: 96px 0 104px;
  }

  .contact-hero-01__shape {
    opacity: 0.24;
    width: 80%;
  }
}

@media (max-width: 640px) {
  .contact-hero-01 {
    padding: 76px 0 84px;
  }

  .contact-hero-01__container {
    padding: 0 16px;
  }

  .contact-hero-01__breadcrumb ol {
    gap: 8px 20px;
  }

  .contact-hero-01__breadcrumb li {
    font-size: 14px;
  }

  .contact-hero-01__description {
    font-size: 16px;
  }
}
