.hero-block {
  padding: 11.6rem 0 8.3rem 0;
  position: relative;
  width: 100%;
}
.hero-block:has( .back-img) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 53.9rem;
  max-width: 100%;
  overflow: hidden;
}
.hero-block .back-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-position: center;
  object-fit: cover;
  z-index: 0;
}
.hero-block .back-img.mobile {
  display: none;
}
.hero-block .container {
  position: relative;
  width: 130.4rem;
  margin: 0 auto;
  z-index: 1;
}
.hero-block .content-center {
  display: flex;
  justify-content: space-between;
}
.hero-block .content-center p {
  margin: 0;
  font-family: "Gill Sans Nova", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.4rem;
  color: #F8F8FF;
  width: 31.4rem;
}
.hero-block h1 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: 6.8rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 7.48rem;
  color: #F8F8FF;
  width: 90rem;
}
.hero-block .subtitle {
  font-family: "Gill Sans Nova Condensed", sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: 2rem;
  line-height: 2.4rem;
  color: #93D1F8;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
}
.hero-block .buttons-container {
  margin-top: 4rem;
  display: flex;
  gap: 1.6rem;
}
.hero-block .buttons-container a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.371rem;
  text-transform: uppercase;
  color: #0D1633;
  padding: 1.6rem 2rem;
  min-width: 17.3rem;
  background-color: #F4F4FF;
  border-radius: 0.8rem 0rem;
  border: 0.2rem solid #F4F4FF;
}
.hero-block .buttons-container .btn-transparent {
  background-color: transparent;
  border: 0.2rem solid #F4F4FF;
  color: #F4F4FF;
}
@media (max-width: 1024px) {
  .hero-block {
    padding: 5.6rem 0rem;
  }
  .hero-block .container {
    width: 72rem;
  }
  .hero-block:has( .back-img) {
    height: 61.6rem;
  }
  .hero-block h1 {
    font-size: 5.6rem;
    line-height: 6.16rem;
    width: 100%;
  }
  .hero-block .content-center {
    width: 100%;
    flex-direction: column;
    gap: 2.4rem;
  }
  .hero-block .content-center p {
    font-size: 1.8rem;
    line-height: 2.16rem;
    width: 59.7rem;
  }
  .hero-block .buttons-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .hero-block .back-img.mobile {
    display: block;
  }
  .hero-block .back-img.desktop {
    display: none;
  }
  .hero-block:has( .back-img) {
    height: 61.6rem;
  }
  .hero-block .container {
    width: 44.8rem;
  }
  .hero-block h1 {
    font-size: 5.4rem;
    line-height: 5.94rem;
  }
  .hero-block .content-center p {
    font-size: 1.6rem;
    line-height: 1.92rem;
    width: 100%;
  }
}
@media (min-width: 2560px) {
  .hero-block {
    padding: 23.2rem 0rem;
  }
  .hero-block .container {
    width: 207.2rem;
  }
  .hero-block:has( .back-img) {
    height: 106.6rem;
  }
  .hero-block .subtitle {
    font-size: 4rem;
    line-height: 4.8rem;
    margin-bottom: 1.6rem;
  }
  .hero-block h1 {
    font-size: 8.8rem;
    line-height: 9.68rem;
    width: 133.2rem;
  }
  .hero-block .content-center p {
    font-size: 3.2rem;
    line-height: 3.84rem;
    width: 49.9rem;
  }
  .hero-block .buttons-container {
    margin-top: 6.4rem;
  }
  .hero-block .buttons-container a {
    padding: 1.6rem 3rem;
    min-width: 28.3rem;
    font-size: 2rem;
    line-height: 2.964rem;
  }
}
/*# sourceMappingURL=index.css.map */