@import url("https://fonts.googleapis.com/css2?family=Blinker:wght@100;200;300;400;600;700;800;900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
.c-hero-video {
  position: relative;
  min-height: clamp(520px, 75vh, 760px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  color: #fff;
}
.c-hero-video__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.c-hero-video__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-hero-video__overlay {
  position: absolute;
  inset: 0;
}
.c-hero-video__content {
  position: relative;
  z-index: 1;
  padding-top: 8rem;
  padding-bottom: 6rem;
}
.c-hero-video__title {
  max-width: 760px;
  margin-bottom: 1.5rem;
  font-size: clamp(2.4rem, 5vw, 5rem);
  line-height: 1.05;
}
.c-hero-video__text {
  max-width: 620px;
  font-size: clamp(1.1rem, 1.5vw, 1.35rem);
  line-height: 1.6;
}
.c-hero-video__actions {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .c-hero-video {
    min-height: 560px;
  }
  .c-hero-video__overlay {
    background: rgba(27, 147, 101, 0.72);
  }
  .c-hero-video__content {
    padding-top: 7rem;
    padding-bottom: 4rem;
  }
}/*# sourceMappingURL=hero-video.css.map */