.hero {
  margin-top: -8rem;
  padding-bottom: 4rem;
  min-height: -moz-fit-content;
  min-height: fit-content;
  height: 63.8rem;
  background: linear-gradient(212.93deg, rgba(4, 18, 55, 0) 23.83%, #041237 62.11%);
}
@media (min-width: 769px) {
  .hero {
    padding-bottom: 14rem;
    height: 82.3rem;
    background: linear-gradient(235.74deg, rgba(4, 18, 55, 0) 36.06%, #041237 66.09%);
  }
}
.hero .hero-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.hero .hero-wrapper .video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.hero .hero-wrapper .content {
  text-align: left;
  color: #f8f6f2;
}
@media (min-width: 769px) {
  .hero .hero-wrapper .content {
    width: 60%;
  }
}
.hero .hero-wrapper .content h1 {
  margin-bottom: 0.8rem;
}
@media (min-width: 769px) {
  .hero .hero-wrapper .content h1 {
    margin-bottom: 1rem;
  }
}
.hero .hero-wrapper .content h1 p {
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 120%;
}
@media (min-width: 769px) {
  .hero .hero-wrapper .content h1 p {
    font-size: 5.2rem;
  }
}
@media (min-width: 769px) {
  .hero .hero-wrapper .content .sub-title {
    width: 87%;
  }
}
.hero .hero-wrapper .content .sub-title p {
  font-size: 1.4rem;
  line-height: 140%;
}
@media (min-width: 769px) {
  .hero .hero-wrapper .content .sub-title p {
    font-size: 1.6rem;
  }
}
