.hero-section {
  display: flex;
  justify-content: space-between;
  padding: 0 12px;
  margin-bottom: 48px;
}
@container (min-width: 700px) {
  .hero-section.--type-2 {
    margin-bottom: 10px;
  }
}
@container (max-width: 700px) {
  .hero-section.--type-2 {
    gap: 10px;
  }
}
.hero-section.--type-2 .hero-section-image {
  transform: rotate(0);
  width: 358px;
  height: 320px;
  position: relative;
  object-fit: contain;
  top: -29px;
}
@container (max-width: 700px) {
  .hero-section.--type-2 .hero-section-image {
    width: 230px;
    height: 210px;
    top: -58px;
  }
}
.hero-section.--type-2 .hero-section-right::before {
  content: "";
  display: block;
  width: 274px;
  height: 422px;
  position: absolute;
  left: 115px;
  top: -155px;
  border-radius: 500px;
  background: #00D0FF;
  filter: blur(32px);
}
@container (max-width: 900px) {
  .hero-section.--type-2 .hero-section-right::before {
    left: 48px;
  }
}
@container (max-width: 700px) {
  .hero-section.--type-2 .hero-section-right::before {
    width: 193px;
    height: 340px;
    left: 50%;
    border-radius: 500px;
  }
}
@container (max-width: 700px) {
  .hero-section {
    flex-flow: column-reverse;
    gap: 70px;
    align-items: center;
    margin-bottom: 72px;
  }
}
.hero-section .hero-section-left {
  width: 477px;
  padding-top: 110px;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 50%;
}
@container (max-width: 700px) {
  .hero-section .hero-section-left {
    padding-top: 0;
    max-width: 100%;
  }
}
.hero-section .hero-section-title {
  font-family: "Bangers", cursive;
  font-size: 62px;
  color: #fde655;
  text-align: center;
  transform: rotate(-1.672deg);
  margin-bottom: 10px;
  max-width: 320px;
  line-height: 89%;
  font-weight: 400;
}
.hero-section .hero-section-title--small {
  display: block;
  color: #fff;
  font-size: 22px;
  line-height: 89%;
}
.hero-section .hero-section-subtitle {
  color: #fde655;
  text-align: center;
  font-family: "Red Hat Display", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  max-width: 280px;
  margin-bottom: 10px;
}
.hero-section .hero-section-text {
  color: #fff;
  text-align: center;
  font-family: "Red Hat Display", sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.hero-section .hero-section-right {
  width: 513px;
  height: 377px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 50%;
}
@container (max-width: 700px) {
  .hero-section .hero-section-right {
    padding-top: 80px;
    height: 237px;
    max-width: 100%;
  }
}
.hero-section .hero-section-right::before {
  content: "";
  display: block;
  width: 422px;
  height: 422px;
  position: absolute;
  left: 0;
  top: -155px;
  border-radius: 422px;
  background: #00D0FF;
  filter: blur(32px);
}
@container (max-width: 700px) {
  .hero-section .hero-section-right::before {
    width: 232px;
    height: 232px;
    left: 50%;
    transform: translateX(-50%);
    top: -68px;
  }
}
.hero-section .hero-section-image {
  width: 270px;
  height: 270px;
  transform: rotate(-17deg);
  object-fit: contain;
}
@container (max-width: 700px) {
  .hero-section .hero-section-image {
    width: 340px;
    height: 264px;
    object-fit: cover;
    object-position: bottom;
  }
}

/*# sourceMappingURL=hero.css.map */
