/* Critical above-the-fold styles for the contact hero. */
.contact-hero-section {
  position: relative;
}

.contact-hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('../assets/contact/contact-hero-bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

.contact-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      rgba(18, 50, 53, 0.88) 0%,
      rgba(18, 50, 53, 0.82) 50%,
      rgba(18, 50, 53, 0.92) 100%);
  z-index: 1;
}
