.hero-section {
  position: relative;
  padding-top: 32%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  background: #14008E;
}
@media (max-width: 1023px) {
  .hero-section {
    padding-top: 100%;
  }
}
.hero-section .hero-video-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
}
@media (max-width: 1023px) {
  .hero-section .hero-video-wrapper {
    width: 100%;
    height: 100%;
  }
}
.hero-section .hero-video-wrapper .hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1023px) {
  .hero-section .hero-video-wrapper .desktop-video {
    display: none;
  }
}
@media (min-width: 1024px) {
  .hero-section .hero-video-wrapper .mobile-video {
    display: none;
  }
}
.hero-section .hero-video-wrapper .hero-video-overlay {
  position: absolute;
  top: 0;
  left: -100%;
  width: 200%;
  height: 100%;
  z-index: 2;
}
@media (min-width: 1024px) {
  .hero-section .hero-video-wrapper .hero-video-overlay {
    background: linear-gradient(90deg, #14008E 0%, #14008E 30%, rgba(20, 0, 142, 0.95) 40%, rgba(20, 0, 142, 0.7) 50%, rgba(20, 0, 142, 0.4) 60%, rgba(20, 0, 142, 0) 70%);
  }
}
@media (max-width: 1023px) {
  .hero-section .hero-video-wrapper .hero-video-overlay {
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(20, 0, 142, 0.43) 0%, rgba(20, 0, 142, 0.4) 60%, #14008E 100%);
  }
}
.hero-section .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 6rem 2rem;
  z-index: 3;
  width: 100%;
  max-width: 144rem;
}
@media (max-width: 1023px) {
  .hero-section .container {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    padding: 6vw;
  }
}
.hero-section--content {
  max-width: 84rem;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 1023px) {
  .hero-section--content h1 {
    font-size: 9.5vw;
    font-weight: 200;
  }
}
.hero-section--btns {
  display: flex;
}
@media (max-width: 1023px) {
  .hero-section--btns {
    flex-direction: column;
    margin-top: 6vw;
    gap: 6vw;
  }
  .hero-section--btns a {
    margin-top: 0 !important;
    padding: 0;
  }
}
.hero-section--btns a {
  color: #EFEFEF;
  margin-top: 4rem;
}/*# sourceMappingURL=hero.css.map */