body {
  font-family: 'Montserrat', sans-serif;
  background-color: var(--color-secondary);
}
section.reviews, section.promotional-banner-stars, section.product-info, .navbar, section.product-features, section.about, section.final-cta {
  background: var(--color-secondary);
  color: var(--font-color);
}
.cta-button {
  color: #fff;
  background-color: #29af5c;
  border: 1px solid #29af5c;
  font-weight: bold;
}
.is-primary {
  background-color: var(--color-primary)!important;
  color: #fff!important;
}
.has-text-primary {
  color: var(--color-primary)!important;
}
.big-discount {
  font-size: 115px;
}
.container-xl {
  max-width: 1536px;
  margin: 0 auto;
}
.container-2xl {
  max-width: 2150px;
  margin: 0 auto;
}
.line-height-1 {
  line-height: 1;
}
.button.is-primary {
 border: 0;
 border-radius: 5px;
 font-weight: bold;
}
.is-sticky {
  position: sticky;
  top: 0;
  z-index: 99;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
@media screen and (max-width: 768px) {
  /* section cta */
  .cta-banner-img {
    position: relative!important;
    max-width: 100vw!important;
    display: block;
  }
  .reverse-column-mobile {
    order: 2;
  }
  .is-fullwidth-mobile {
    width: 100%!important;
  }
}
.logo-img {
  width: 100%;
  max-height: 65px;
  max-width: 90%;
  margin: 0 auto;
}
.cta-button {
  color: #fff;
  background-color: #29af5c;
  border: 1px solid #29af5c;
  font-weight: bold;
}