.hero {
  background-color: #01021E;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 90vh;
  min-height: 864px;
}
@media (max-width: 992px) {
  .hero {
    height: 100vh;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 130px;
  }
}
@media (max-width: 768px) {
  .hero {
    background-position: 23%;
  }
}
.hero .hero_content {
  width: 528px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .hero .hero_content {
    width: 340px;
  }
}
.hero .hero_content .hero__title {
  font-family: "ClashDisplay", sans-serif;
  font-weight: 700;
  font-size: 84px;
  line-height: 71px;
  text-align: left;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .hero .hero_content .hero__title {
    font-size: 52px;
    line-height: 52px;
  }
}
.hero .hero_content .hero__title span {
  color: transparent;
  -webkit-text-stroke: 2px #f2c94c;
  text-shadow: 0 0 5px rgba(242, 201, 76, 0);
}
.hero .hero_content .hero__description {
  font-family: "Inter", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: -0.02em;
  text-align: left;
  color: rgba(250, 250, 250, 0.8);
  margin-bottom: 58px;
}
@media (max-width: 768px) {
  .hero .hero_content .hero__description {
    font-size: 16px;
    line-height: 22px;
  }
}
.hero .hero_content .hero__button {
  display: block;
  cursor: pointer;
  width: 218px;
  height: 50px;
  border-radius: 12px;
  line-height: 50px;
  background-color: #01021E;
  -webkit-box-shadow: 0px 4px 31.8px 0px rgba(255, 214, 66, 0.5294117647);
          box-shadow: 0px 4px 31.8px 0px rgba(255, 214, 66, 0.5294117647);
  background: -webkit-gradient(linear, left top, right top, from(#FFCC17), to(#FFD84D));
  background: linear-gradient(90deg, #FFCC17 0%, #FFD84D 100%);
  font-family: "Inter", serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hero .hero_content .hero__button:hover {
  background: -webkit-gradient(linear, left top, right top, from(#FFD84D), to(#FFCC17));
  background: linear-gradient(90deg, #FFD84D 0%, #FFCC17 100%);
  -webkit-box-shadow: 0px 6px 40px 0px rgba(255, 214, 66, 0.8);
          box-shadow: 0px 6px 40px 0px rgba(255, 214, 66, 0.8);
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}
.hero .hero__decoration {
  position: absolute;
  width: 915px;
  height: 670px;
  bottom: 50px;
  right: 0;
}
@media (max-width: 992px) {
  .hero .hero__decoration {
    position: absolute;
    bottom: 0;
    width: 80%;
    height: auto;
    max-width: none;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@media (max-width: 870px) {
  .hero .hero__decoration {
    bottom: 5px;
  }
}
@media (max-width: 790px) {
  .hero .hero__decoration {
    bottom: 0;
  }
}
@media (max-width: 576px) {
  .hero .hero__decoration {
    width: 110%;
  }
}
@media (max-width: 470px) {
  .hero .hero__decoration {
    width: 130%;
  }
}
@media (max-width: 370px) {
  .hero .hero__decoration {
    width: 140%;
  }
}
.hero .hero_wave {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}