.hero-image {
  background: var(--bg-color, #0000EE);
  color: var(--text-color, #fff);
}
.hero-image__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hero-image__slider {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-height: min(85vh, 45rem);
  opacity: 1 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hero-image__img {
  position: relative;
}
.hero-image__img img,
.hero-image__img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.hero-image__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.hero-image__content-inner {
  padding: 5rem;
  max-width: 50rem;
}
.hero-image__review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.875rem;
  font-size: max(1rem, 12px);
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 2rem;
}
.hero-image__review-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
}
.hero-image__review-stars svg {
  width: 1.25rem;
}
.hero-image__title {
  font-size: max(3.375rem, 12px);
  font-weight: 900;
  line-height: 100%;
  -webkit-filter: drop-shadow(var(--shadow-color, #FE2C55) 3px 4px 0);
  filter: drop-shadow(var(--shadow-color, #FE2C55) 3px 4px 0);
  margin-bottom: 1.5rem;
}
.hero-image__text {
  font-size: max(1.125rem, 14px);
  line-height: 150%;
}
.hero-image__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
  gap: 1rem;
}
.hero-image__btns .btn {
  max-width: unset;
  width: auto;
  min-width: 13.625rem;
  font-size: max(0.875rem, 12px);
  font-weight: 700;
  padding: 0.9375rem;
  line-height: 106%;
}
.hero-image__btns .btn.btn--transparent:not(:hover) {
  background: transparent;
  color: var(--text-color, #fff);
  border-color: var(--text-color, #fff);
}
.hero-image__guarantee {
  margin-top: 2rem;
  font-weight: 700;
  font-size: max(1rem, 12px);
  line-height: 150%;
  text-transform: uppercase;
  padding-left: 2rem;
  position: relative;
}
.hero-image__guarantee::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url('data:image/svg+xml,%3Csvg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M19.0634 7.29785C19.1626 7.29788 19.2388 7.32834 19.3173 7.40723C19.3958 7.48628 19.4266 7.56364 19.4266 7.66504C19.4266 7.76621 19.3964 7.84439 19.3182 7.92383L9.70007 17.5352C9.61788 17.6167 9.54189 17.6455 9.4491 17.6455C9.35646 17.6455 9.28135 17.6173 9.20105 17.5371L4.66589 13.002C4.58892 12.9238 4.56085 12.8493 4.56335 12.752C4.56619 12.6459 4.60093 12.5636 4.6825 12.4824C4.76156 12.4038 4.8389 12.3731 4.94031 12.373C5.01673 12.373 5.0799 12.3905 5.1405 12.4326L5.20105 12.4834L9.09558 16.3965L9.4491 16.752L9.80359 16.3975L18.7958 7.41113C18.8808 7.32853 18.9626 7.29785 19.0634 7.29785Z" fill="white" stroke="white" /%3E%3C/svg%3E');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1.5rem;
  height: 1.5rem;
}
@media (max-width: 991px) and (min-width: 769px) {
  .hero-image__content-inner {
    width: 100%;
  }
  .hero-image__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero-image__slider {
    -ms-flex-preferred-size: unset;
    flex-basis: unset;
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    height: 400px;
    min-height: unset;
    width: 100%;
  }
  .hero-image__content {
    text-align: center;
  }
  .hero-image__review {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hero-image__btns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hero-image__guarantee {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .hero-image__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero-image__slider {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    min-height: auto;
    width: 100%;
    -ms-flex-preferred-size: unset;
    flex-basis: unset;
  }
  .hero-image__content-inner {
    padding: 44px 20px 64px;
    max-width: 522px;
    margin: 0 auto;
  }
  .hero-image__content {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    -ms-flex-preferred-size: unset;
    flex-basis: unset;
    width: 100%;
    text-align: center;
  }
  .hero-image__review {
    font-size: 12px;
    margin-bottom: 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hero-image__review-stars svg {
    width: 15px;
  }
  .hero-image__title {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .hero-image__text {
    font-size: 16px;
  }
  .hero-image__btns {
    margin-top: 24px;
    gap: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero-image__guarantee {
    margin-top: 24px;
    font-size: 12px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-image__img::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 57%;
  }
}