.herobanner-section {
  padding-top: 6vh;
  padding-bottom: 6vh;
  position: relative;
  overflow-y: hidden;
}
.herobanner-section:after {
  content: "";
  background: #90c133;
  position: absolute;
  right: 0;
  top: -16%;
  width: 45%;
  height: 132%;
  z-index: 1;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  box-shadow: 0px 0px 22px 17px rgba(0, 0, 0, 0.08), 0 0 16px 12px rgba(0, 0, 0, 0.01);
}
.herobanner-section .splide {
  z-index: 2;
}
.herobanner-section .splide__arrow {
  background: transparent !important;
  opacity: 1 !important;
  position: absolute;
}
.herobanner-section .splide__arrow:hover {
  background: transparent !important;
  opacity: 1 !important;
  box-shadow: unset !important;
}
.herobanner-section .splide__arrow--next {
  right: -4rem !important;
}
.herobanner-section .splide__arrow--next svg {
  fill: #FFF;
}
.herobanner-section .splide__arrow--prev {
  left: -4rem !important;
}
.herobanner-section .splide__arrow--prev svg {
  fill: #90c134;
}
.herobanner-section .splide__arrow svg {
  min-width: 2.4rem !important;
  min-height: 2.4rem !important;
}
.herobanner-section .wpb_raw_code {
  margin: 0 !important;
}
.herobanner {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 3.5rem;
  align-items: center;
}
.herobanner__inner--right {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.herobanner__discount {
  /*display: none !important;*/
  position: absolute;
  top: 7%;
  right: 3%;
  color: white;
  font-weight: 700;
  font-size: 24px;
  padding: 0.5rem 1rem;
  background: #da2a63;
  border-radius: 5px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.herobanner__discount span {
  font-size: 14px;
  display: block;
  text-align: center;
  line-height: 1.2;
  margin-bottom: -5px;
  color: #fff;
}
.herobanner__supertitle {
  font-size: 18px;
  text-transform: uppercase;
  color: #000;
  line-height: 1.3;
}
.herobanner__maintitle {
  font-size: 40px;
  font-weight: 700;
  color: #000;
  line-height: 1.1;
}
.herobanner__subtitle {
  font-size: 22px;
  color: #000;
  line-height: 1.3;
  margin-top: 1.2rem;
}
.herobanner__subtitle--bold {
  font-size: 22px;
  color: #000;
  line-height: 1.3;
  margin-top: 1.2rem;
  font-weight: 700;
}
.herobanner__disclaimer {
  margin-top: 1.2rem;
}
.herobanner__cta {
  margin-top: 1.6rem;
  display: block;
  width: fit-content;
  background: #019ee1;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  padding-bottom: 0.8rem;
  padding-top: 0.8rem;
  border-radius: 5px;
  transition: 300ms;
}
.herobanner__cta:hover {
  background: #008bcc;
}
.herobanner__cta__text {
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
}
.herobanner__img {
  width: 100%;
}
.herobanner__jc {
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  margin-top: 1rem;
}
.herobanner__price {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #da2a63;
  border-radius: 15px;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  padding-top: 0.4rem;
  padding-bottom: 0.6rem;
  margin-top: 0.6rem;
}
.herobanner__price__del {
  font-size: 12px;
  color: #FFF;
  text-decoration: line-through;
  line-height: 1;
}
.herobanner__price__ins {
  color: #FFF;
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 768px) {
  .herobanner__cta--mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .herobanner-section:after {
    width: 220%;
    top: 1%;
    right: -130%;
    height: 98%;
    border-radius: 50% !important;
  }
  .herobanner {
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
  }
  .herobanner__discount {
    top: 20%;
    right: 10%;
    font-size: 18px;
  }
  .herobanner__supertitle {
    text-align: center !important;
    font-size: 14px;
  }
  .herobanner__maintitle {
    font-size: 24px;
    text-align: center;
  }
  .herobanner__disclaimer {
    text-align: center;
    color: #000;
  }
  .herobanner__subtitle, .herobanner__subtitle--bold, .herobanner__cta--desktop {
    /*&__disclaimer,*/
    display: none !important;
  }
  .herobanner__img {
    width: 80% !important;
  }
  .herobanner__price {
    border-radius: 20px;
    padding: 0.3rem 2rem !important;
  }
  .herobanner__price__ins {
    font-size: 16px;
  }
  .herobanner__jc {
    margin-top: 1.6rem;
  }
  .herobanner__cta {
    padding-bottom: 0.6rem;
    padding-top: 0.6rem;
  }
  .herobanner-section .splide__arrow--prev {
    left: -11px !important;
  }
  .herobanner-section .splide__arrow--next {
    right: -11px !important;
  }
  .herobanner-section .splide__arrow svg {
    min-height: 2rem !important;
    min-width: 2rem !important;
  }
}
@media (max-width: 487px) {
  .herobanner__discount {
    top: 25%;
    right: 0;
  }
}

