@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}

@font-face {
  font-family: "Soyuz Grotesk";
  src: url("../fonts/Soyuz_Grotesk_Bold.otf") format("opentype"), url("../fonts/SoyuzGroteskBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #000;
  line-height: unset;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.container {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  max-width: 48.75rem;
  margin: 0 auto;
  padding: 1.875rem 0.625rem;
}

.unsubscribe-link {
  display: block;
  text-align: right;
  font-size: 0.75rem;
  color: #666;
  text-decoration: underline;
  margin-bottom: 0.625rem;
  transition: color 0.2s ease;
}
.unsubscribe-link:hover {
  color: #333;
}
.big-title {
  font-size: 2.25rem;
  font-family: "Soyuz Grotesk", sans-serif;
  font-weight: 700;
  text-align: center;
  max-width: 25rem;
  margin: 0 auto;
}
.big-title > span {
  padding: 0 1.25rem;
  border-radius: 0.3125rem;
  background-color: #AAF88C;
}

.hero {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.hero__heading {
  display: flex;
  flex-direction: column;
}
.hero__heading-top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3125rem;
}
.hero__icon {
  width: 1.4375rem;
  height: 1.4375rem;
}
.hero__h2 {
  font-family: "Soyuz Grotesk", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
}
.hero__sub {
  font-weight: 400;
  text-align: center;
}
.hero__sub .semi {
  font-weight: 600;
}
.hero__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.625rem;
}
@media (width <= 40.625rem) {
  .hero__grid {
    grid-template-columns: none;
  }
}
.hero__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3125rem;
}
.hero__icon-small {
  width: 1.25rem;
  height: 1.25rem;
}
.hero__note {
  font-weight: 500;
  text-align: center;
}

.hero-card {
  display: flex;
  border: 0.1875rem solid #fff;
  border-radius: 0.9375rem;
  overflow: hidden;
  padding: 1.25rem;
  color: #000;
}
.hero-card__text {
  flex: 1 1 auto;
}
.hero-card__title {
  font-weight: 600;
  margin: 0 0 0.3125rem;
}
.hero-card__desc {
  font-weight: 400;
  font-size: 0.875rem;
  opacity: 0.8;
}
.hero-card__desc .semi {
  font-weight: 600;
  color: #000;
}
.hero-card__pic {
  width: 7.1875rem;
  height: 7.1875rem;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
}
.hero-card__pic--flip {
  transform: scale(-1, 1);
}
.hero-card--green {
  background: radial-gradient(80% 120% at 0% 100%, #A7F788 0%, #CDFFB8 100%);
}
.hero-card--blue {
  background: radial-gradient(80% 120% at 100% 100%, #B6F1FF 0%, #89E7FE 50%, #5CDDFC 100%);
}
.hero-card--pink {
  background: radial-gradient(80% 120% at 100% 100%, #FFC7EA 0%, #FC8DD2 100%);
}
.hero-card--yellow {
  background: radial-gradient(80% 120% at 100% 100%, #FFE79F 0%, #FBD865 50%, #F9D147 75%, #F7C92A 100%);
}

.cta {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.cta__discount {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3125rem;
  background-color: #F6F3EE;
  border-radius: 0.3125rem;
  padding: 0.3125rem 0;
}
.cta__icon {
  width: 1.3125rem;
  height: 1.3125rem;
}
.cta__text {
  font-size: 0.75rem;
}
.cta__text .semi {
  font-weight: 600;
}
.cta__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  padding: 1.25rem;
  border-radius: 0.625rem;
  color: #F1EBDF;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.5rem;
  position: relative;
  border: none;
  cursor: pointer;
  font-family: inherit;
  overflow: hidden;
  background: linear-gradient(45deg, #A30100, #A30100, #A30100, rgba(255, 162, 162, 0.8), #A30100, #A30100, #A30100);
  background-color: #A30100;
  background-size: 500% 500%;
  box-shadow: inset 0 0.375rem 1rem rgba(255, 162, 162, 0.8);
  animation: buttonGradient 2s infinite ease-in-out;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cta__button:hover {
  transform: scale(1.05);
  box-shadow: 0 0.625rem 1.875rem rgba(163, 1, 0, 0.4), inset 0 0.375rem 1rem rgba(255, 162, 162, 0.8);
}
.cta__button:active {
  transform: scale(0.98);
}

@keyframes buttonGradient {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
.reviews {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.reviews__heading {
  display: flex;
  flex-direction: column;
}
.reviews__heading-top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3125rem;
}
.reviews__icon {
  width: 1.4375rem;
  height: 1.4375rem;
}
.reviews__h2 {
  font-family: "Soyuz Grotesk", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
}
.reviews__h2.last {
  margin: 0 0 0.625rem;
}
.reviews__sub {
  text-align: center;
}
.reviews__sub .semi {
  font-weight: 600;
}
.reviews__photos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.625rem;
}
.reviews__photos.slick-initialized {
  display: block;
}
.reviews__photos .slick-list {
  margin: 0 -0.3125rem;
}
.reviews__photos .slick-slide {
  margin: 0 0.3125rem;
  height: 12.9375rem;
}
.reviews__photo {
  border-radius: 0.3125rem;
  overflow: hidden;
}
.reviews__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reviews__stars {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
}
.reviews__star {
  width: 1.25rem;
  height: 1.25rem;
}
.reviews__meta {
  font-size: 0.875rem;
}
.reviews__meta .semi {
  font-weight: 600;
}
.reviews__dots {
  align-self: center;
}
.reviews__counter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 10.25rem;
  padding: 0.375rem 0.625rem;
  background-color: #EFEFEF;
  border-radius: 2.5rem;
  margin: 0.625rem auto 0;
}
.reviews__counter.slick-dots {
  position: static;
}
.reviews__dot {
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 0.1875rem;
  background-color: rgba(130, 130, 130, 0.2);
}
.reviews__dot--active {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.249375rem;
  background-color: #000;
}

.reviews__counter.slick-dots {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 10.25rem;
  padding: 0.375rem 0.625rem;
  background-color: #EFEFEF;
  border-radius: 2.5rem;
}
.reviews__counter.slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}
.reviews__counter.slick-dots li button {
  padding: 0;
  width: auto;
  height: auto;
  line-height: 0;
  background: transparent;
}
.reviews__counter.slick-dots li button:before {
  display: none;
}
.reviews__counter.slick-dots li .reviews__dot {
  display: block;
}
.reviews__counter.slick-dots li.slick-active .reviews__dot {
  width: 0.5rem;
  height: 0.5rem;
  background: #000;
  border-radius: 0.249375rem;
}

.stats {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.stats__heading {
  display: flex;
  flex-direction: column;
}
.stats__heading-top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3125rem;
}
.stats__icon {
  width: 1.4375rem;
  height: 1.4375rem;
}
.stats__h2 {
  font-family: "Soyuz Grotesk", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
}
.stats__h2.last {
  margin: 0 0 0.625rem;
}
.stats__sub {
  font-weight: 600;
  text-align: center;
}
.stats__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.625rem;
}
.stats__card {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  background-color: #F6F3EE;
  border-radius: 0.9375rem;
  padding: 1.25rem;
}
.stats__title {
  font-weight: 600;
}
.stats__text {
  font-weight: 400;
  font-size: 0.875rem;
}

.whats-inside {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.whats-inside__heading {
  display: flex;
  flex-direction: column;
}
.whats-inside__heading-top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3125rem;
}
.whats-inside__icon {
  width: 1.4375rem;
  height: 1.4375rem;
}
.whats-inside__h2 {
  font-family: "Soyuz Grotesk", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
}
.whats-inside__modules {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.whats-inside__module {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  background-color: #F6F3EE;
  border-radius: 0.9375rem;
  padding: 0.625rem 1.25rem 1.25rem;
}
.whats-inside__module-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.whats-inside__module-title-wrap {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
}
.whats-inside__module-icon {
  width: 1.4375rem;
  height: 1.4375rem;
}
.whats-inside__module-title {
  font-weight: 600;
}
.whats-inside__module-arrow {
  width: 1.5rem;
  height: 1.5rem;
}
.whats-inside__list {
  font-size: 0.875rem;
  padding-left: 1.3125rem;
}

.form-section {
  display: flex;
  flex-direction: column;
}
.form-section__info {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  margin-bottom: 1.25rem;
}
.form-section__info-text {
  font-size: 0.875rem;
  color: #333030;
  text-align: justify;
  line-height: 1.5;
}
.form-section__info-text .semi {
  font-weight: 600;
}
.form-section__mail {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.form-section__input {
  border: 0.125rem solid #000;
  border-radius: 0.625rem;
  padding: 1.0625rem 1.25rem;
  font-size: 0.875rem;
  font-family: inherit;
  color: #000;
}
.form-section__input::placeholder {
  color: #000;
}
.form-section__disclaimer {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
}
.form-section__disclaimer-icon {
  width: 0.6875rem;
  height: 0.6875rem;
}
.form-section__disclaimer-text {
  font-size: 0.75rem;
  color: #333030;
}
.form-section__cta {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.form-section__footer {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.form-section__footer-text {
  font-size: 0.875rem;
  color: #333030;
  text-align: justify;
}
.form-section__form {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.form-section__label {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  cursor: pointer;
}
.form-section__checkbox {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.form-section__checkbox:checked + .form-section__checkbox-custom {
  background-image: url("../images/form-check-icon.svg");
}
.form-section__checkbox:not(:checked) + .form-section__checkbox-custom {
  background-image: url("../images/form-warning-icon.svg");
}
.form-section__checkbox-custom {
  width: 0.625rem;
  height: 0.625rem;
  flex-shrink: 0;
  margin-top: 0.125rem;
  display: block;
  border: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.form-section__label-text {
  font-size: 0.875rem;
  color: #333030;
  text-align: justify;
}

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