.hero {
  min-height: 680px;
}
.hero-quarter-circles {
  position: absolute;
  bottom: 0;
  right: -7px;
  width: 100%;
  pointer-events: none;
}
@media (min-width: 992px) {
  .hero-quarter-circles {
    right: unset;
    left: -2px;
  }
}
.hero-semi-circles {
  position: absolute;
  bottom: 0;
  right: -7px;
  width: 100%;
}
@media (min-width: 992px) {
  .hero-semi-circles {
    left: 0;
    right: unset;
  }
}
.hero-semi-circles-mobile {
  position: absolute;
  right: -20px;
  bottom: 0;
}
.hero-semi-circles-mobile-top {
  width: 250px;
}
.hero-semi-circles-mobile-middle {
  width: 185px;
}
.hero-semi-circles-mobile-bottom {
  width: 120px;
}
.hero-wave-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-y: hidden;
}
.hero-wave-bottom-image {
  margin-right: 1px;
  margin-bottom: -1px;
  transform: rotate(180deg);
}
.hero-wave-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow-y: hidden;
}
.hero-wave-top-image {
  margin-left: -2px;
  margin-top: -1px;
}
.hero-wave-mobile {
  position: absolute;
  bottom: 0;
  right: -20px;
}
.hero-title, .hero-description, .hero-button {
  position: relative;
  z-index: 5;
}
.hero-description ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
  margin-top: 20px;
}
.hero-description ul li {
  position: relative;
  list-style-type: none;
  padding-left: 30px;
}
.hero-description ul li:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  display: block;
  height: 1px;
  width: 22px;
  background-color: #DCCCC1;
}

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