.home-hero {
  isolation: isolate;
  justify-content: flex-start !important;
}

.home-hero__photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 64% 20%;
  opacity: 0.9;
}

.home-hero__text-field {
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 1;
  width: 100%;
  background: rgba(250, 249, 246, 0.18);
}

.home-hero #hero-gl {
  display: block !important;
  z-index: 2;
  opacity: 0.62;
  mix-blend-mode: multiply;
  pointer-events: none;
  -webkit-mask-image: radial-gradient(
    ellipse 72% 58% at 80% 72%,
    #000 0%,
    rgba(0, 0, 0, 0.86) 44%,
    rgba(0, 0, 0, 0.32) 70%,
    transparent 100%
  );
  mask-image: radial-gradient(
    ellipse 72% 58% at 80% 72%,
    #000 0%,
    rgba(0, 0, 0, 0.86) 44%,
    rgba(0, 0, 0, 0.32) 70%,
    transparent 100%
  );
}

.home-hero > :not(.home-hero__photo, .home-hero__text-field, #hero-gl) {
  z-index: 3;
}

.home-hero__content h1 {
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  max-width: 760px !important;
}

.home-hero__content p {
  max-width: 550px !important;
  color: #354064 !important;
  font-weight: 500;
}

.home-hero__content > div:first-child {
  font-weight: 600 !important;
  color: #087b73 !important;
  letter-spacing: 0.2em !important;
}

.home-hero__content .hv-outline-teal {
  background: rgba(250, 249, 246, 0.9) !important;
}

.home-hero__metrics {
  z-index: 4 !important;
  flex-shrink: 0;
  margin-top: auto;
  background: rgba(250, 249, 246, 0.93) !important;
  backdrop-filter: blur(10px) !important;
}

@media (min-width: 901px) and (max-height: 800px) {
  .home-hero {
    min-height: calc(100vh - 68px) !important;
  }

  .home-hero__content {
    padding-top: 92px !important;
    padding-bottom: 28px !important;
  }

  .home-hero__content > div:first-child {
    margin-bottom: 18px !important;
  }

  .home-hero__content h1 {
    max-width: 740px !important;
    font-size: 60px !important;
  }

  .home-hero__content p {
    max-width: 590px !important;
    margin-top: 20px !important;
    font-size: 17px !important;
    line-height: 1.5 !important;
  }

  .home-hero__content p + div {
    margin-top: 24px !important;
  }

  .home-hero__metrics .grid-3 {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }

  .home-hero__metrics span:first-child {
    font-size: 25px !important;
  }
}

@media (max-width: 900px) {
  .home-hero {
    min-height: 100svh !important;
  }

  .home-hero__photo {
    object-position: 69% center;
  }

  .home-hero__text-field {
    width: 100%;
    background: rgba(250, 249, 246, 0.62);
  }

  .home-hero__content {
    padding: 110px 24px 32px !important;
  }

  .home-hero__content > div:first-child {
    margin-bottom: 14px !important;
    font-size: 11px !important;
    line-height: 1.35;
  }

  .home-hero__content h1 {
    max-width: 100% !important;
    font-size: 42px !important;
  }

  .home-hero__content p {
    max-width: 100% !important;
    margin-top: 22px !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
  }

  .home-hero__content p + div {
    margin-top: 24px !important;
    gap: 10px !important;
  }

  .home-hero__content p + div a {
    padding: 14px 22px !important;
  }

  .home-hero__metrics .grid-3 {
    gap: 18px !important;
    padding: 20px 24px !important;
  }

  .home-hero #hero-gl {
    display: block !important;
    opacity: 0.38;
    -webkit-mask-image: radial-gradient(
      ellipse 86% 46% at 78% 82%,
      #000 0%,
      rgba(0, 0, 0, 0.76) 48%,
      rgba(0, 0, 0, 0.2) 72%,
      transparent 100%
    );
    mask-image: radial-gradient(
      ellipse 86% 46% at 78% 82%,
      #000 0%,
      rgba(0, 0, 0, 0.76) 48%,
      rgba(0, 0, 0, 0.2) 72%,
      transparent 100%
    );
  }
}

@media (max-width: 560px) {
  .home-hero #hero-gl {
    opacity: 0.3;
  }
}
