.page {
  padding-top: 0 !important;
}
.page .hero-block {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 2rem;
  background: #0D1B32;
  height: 100vh;
  max-height: 30rem;
}
@media (max-width: 1024px) {
  .page .hero-block {
    max-height: none;
    height: auto;
    padding: 7rem 1rem;
  }
}
.page .hero-block::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: -10%;
  left: 0;
  pointer-events: none;
}
.page .hero-block::after {
  height: 40vh;
  background: linear-gradient(178deg, rgba(2, 0, 36, 0) 10vh, rgba(13, 27, 50, 0.6082808123) 20vh, rgba(13, 27, 50, 0.7707457983) 30vh, rgb(13, 27, 50) 43vh);
}
.page .hero-block .content,
.page .hero-block .wp-block-cover__inner-container {
  position: relative;
  z-index: 2;
}
.page .hero-block h1 {
  margin: 0;
  font-weight: 800;
  line-height: 1.05;
  max-width: 59rem;
  margin: auto;
  color: #FFFFFF;
}
.page .hero-block h1 {
  font-size: 28px;
}
@media screen and (min-width: 320px) {
  .page .hero-block h1 {
    font-size: calc(28px + 72 * (100vw - 320px) / 680);
  }
}
@media screen and (min-width: 1000px) {
  .page .hero-block h1 {
    font-size: 100px;
  }
}
.page .hero-block h1 .sub-title {
  display: block;
  line-height: 1.2;
  color: #0C8FBE;
  margin-top: 0.4rem;
}
.page .hero-block h1 .sub-title {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .page .hero-block h1 .sub-title {
    font-size: calc(20px + 20 * (100vw - 320px) / 680);
  }
}
@media screen and (min-width: 1000px) {
  .page .hero-block h1 .sub-title {
    font-size: 40px;
  }
}
.page .hero-block video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  width: 100%;
  height: 110%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  transform: scaleX(-1);
}
@media (min-width: 1024px) {
  .page .hero-block {
    height: 100vh;
    max-height: 1072px;
    padding: calc(103px + 2rem) 2rem 4rem;
  }
}
@media (max-height: 840px) {
  .page .hero-block {
    height: auto;
  }
}
@media (min-width: 1000px) {
  .page .hero-block h1 .sub-title {
    margin-top: 3rem;
  }
}

/*# sourceMappingURL=home.min.css.map */
