@font-face {
  font-family: Peridotpe Narrow;
  src: url('../fonts/PeridotPE-Narrow-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Peridotpe Narrow;
  src: url('../fonts/PeridotPE-Narrow-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Peridotpe Narrow;
  src: url('../fonts/PeridotPE-Narrow-ExtraLight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Peridotpe Narrow;
  src: url('../fonts/PeridotPE-Narrow-Heavy.otf') format("opentype"), url('../fonts/PeridotPE-Narrow-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Peridotpe Narrow;
  src: url('../fonts/PeridotPE-Narrow-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Peridotpe Narrow;
  src: url('../fonts/PeridotPE-Narrow-Bold.otf') format("opentype"), url('../fonts/PeridotPE-Narrow-ExtraBold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Peridotpe;
  src: url('../fonts/PeridotPE-Normal-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Peridotpe;
  src: url('../fonts/PeridotPE-Normal-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Peridotpe;
  src: url('../fonts/PeridotPE-Normal-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Peridotpe;
  src: url('../fonts/PeridotPE-Normal-ExtraBold.otf') format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Peridotpe;
  src: url('../fonts/PeridotPE-Normal-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Peridotpe;
  src: url('../fonts/PeridotPE-Normal-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: #fff;
  --blue: #4cc3e9;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #2d2d2d;
  background-color: #f9f9f9;
  font-family: Peridotpe, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 41px;
}

h2 {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.div-block {
  border: 1px solid #000;
  width: 400px;
  max-width: 500px;
  height: 200px;
  margin-top: 500px;
  margin-left: auto;
  margin-right: auto;
}

.sub-header {
  z-index: 10000000;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #f33;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  position: sticky;
  top: 0;
}

.sub-header-title {
  color: var(--white);
  text-transform: uppercase;
  font-family: Peridotpe, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 28px;
}

.cnt-features-left {
  grid-column-gap: 5px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between;
  place-items: center stretch;
  display: grid;
  position: relative;
}

.grp-metric {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.h2-left {
  letter-spacing: .9px;
  background-color: #fff;
  border-radius: 5px;
  margin-top: 0;
  padding: 7px 3.5px;
  font-family: Peridotpe, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 13px;
}

.h2-left.hide {
  display: none;
}

.p1-left-2 {
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 7.8px;
}

.code-embed-6 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-wrap {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.hero-wrap {
  padding-top: 110px;
  padding-bottom: 110px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 1488px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.hero-body-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 450px;
  margin-left: 120px;
  display: grid;
}

.hero-img {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.star-holder {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fffc;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 12px;
  display: flex;
}

.code {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.star-title {
  font-weight: 600;
}

.heading {
  font-weight: 700;
}

.checks-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.check-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.check-item {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.check-title {
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
}

.button {
  color: #000;
  text-transform: uppercase;
  background-color: #ffe815;
  border: 1px solid #000;
  border-bottom-width: 3px;
  border-radius: 100px;
  padding: 16px 82px;
  font-family: Peridotpe Real;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.button.cta {
  text-align: center;
  width: 100%;
  margin-bottom: 16px;
  box-shadow: 0 4px 10px #00000026;
}

.tab-section {
  padding-top: 64px;
  padding-bottom: 64px;
}

.tab-header {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-title {
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
}

.tab-description {
  text-align: center;
  font-size: 20px;
}

.allcaps {
  text-transform: uppercase;
}

.tab {
  text-transform: capitalize;
  background-color: #fff;
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 20px;
  font-weight: 500;
}

.tab.w--current {
  color: #fff;
  background-color: #4cc3e9;
}

.tabs-menu {
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
  padding: 6px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 10px #00000026;
}

.tab-element {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 48px;
  display: flex;
}

.bold-text {
  font-family: Peridotpe Real;
  font-weight: 600;
}

.bold-tab {
  font-family: Peridotpe Real;
  font-weight: 700;
}

.tab-content {
  width: 100%;
  margin-top: 39px;
  overflow: visible;
}

.tab-panel-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1188px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.product-card {
  border: 1px solid #0003;
  border-radius: 6px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 355px;
  height: 664px;
  padding: 36px 24px 28px;
  display: flex;
}

.product-card.center {
  border-width: 2px;
  border-color: #000;
  border-top-style: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.product_img {
  width: 100%;
}

.product-description-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
}

.radio {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.radio-label {
  text-align: center;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
}

.radio-icon {
  border: 2px solid #0003;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 12px;
}

.radio-icon.w--redirected-checked {
  background-image: url('../images/radio_elise_1radio_elise.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50%;
  border-color: #4cc3e9;
}

.radio-icon.cecked {
  background-image: url('../images/radio_elise_1radio_elise.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-width: 3px;
  border-color: #4cc3e9;
}

.text-span {
  font-family: Peridotpe, sans-serif;
  font-weight: 800;
}

.price-wrap {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.discount-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #f33;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  padding: 6px 12px;
  font-family: Peridotpe Real;
  font-weight: 700;
  line-height: 100%;
  display: flex;
}

.comapre-rpice {
  color: #0006;
  font-size: 20px;
  line-height: 26px;
  text-decoration: line-through;
}

.price {
  font-family: Peridotpe Real;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}

.save-level {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #f33;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  font-family: Peridotpe Real;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.separtor {
  background-color: #0000001a;
  width: 100%;
  height: 1px;
}

.delivery-text {
  text-transform: capitalize;
  margin-bottom: 16px;
  font-size: 16px;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 82px;
  display: flex;
  position: relative;
}

.selected {
  background-color: #1b5e99;
}

.heading-2 {
  font-family: Peridotpe, sans-serif;
  font-weight: 800;
}

.plan {
  color: #0009;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #0006;
  border-radius: 100px;
  padding: 8px 16px;
  font-size: 14px;
}

.plan.selected {
  color: #fff;
  background-color: #4cc3e9;
  border-color: #4cc3e9;
  font-weight: 600;
}

.plan-buttons {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #4cc3e91a;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 12px 24px;
  display: flex;
}

.checkout-link-wrap {
  max-width: 526px;
  margin-left: auto;
  margin-right: auto;
}

.button-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  text-transform: uppercase;
  background-color: #49ca3e;
  background-image: url('../images/arrow_btn_1arrow_btn.webp');
  background-position: 70%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding-top: 27px;
  padding-bottom: 27px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
  display: flex;
  box-shadow: 10px 4px 10px #00000026;
}

.button-2.starter {
  color: #000;
  background-color: #ffe22f;
  background-image: url('../images/black_arrow_1black_arrow.webp');
  background-size: 16px;
}

.checkout-btn {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #ffe22f;
  border: 1px solid #000;
  border-bottom-width: 3px;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px 82px;
  font-family: Peridotpe, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 28px;
  text-decoration: none;
  display: block;
}

.checkout-btn.hidden {
  display: none;
}

.include-text {
  text-transform: capitalize;
  margin-bottom: 18px;
  font-size: 18px;
  line-height: 23px;
}

.embed-icon-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.embed-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.list-item-title {
  font-size: 16px;
  font-weight: 400;
}

.bold-text-2 {
  font-family: Peridotpe Real;
  font-weight: 700;
}

.second-bold {
  font-family: Peridotpe, sans-serif;
  font-weight: 800;
}

.first-product {
  z-index: 10000;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.second-product {
  z-index: 10000;
  width: 100%;
}

.fake-radio.selected {
  background-color: #1b5e9900;
  background-image: url('../images/checked_fake_1checked_fake.png');
  background-position: 0%;
  background-size: 24px;
}

.third-product {
  z-index: 1000;
  width: 100%;
}

.one-time {
  height: 82px;
}

.text-block {
  background-color: var(--blue);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 41px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
  display: flex;
}

.text-block.best-value {
  background-color: #2d2d2d;
  border-radius: 0;
  margin-top: 0;
  font-family: Peridotpe, sans-serif;
  font-weight: 800;
}

.text-block.big-radius {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.gift-imag {
  border-radius: 4px;
}

.gift-imag.hide {
  display: none;
}

.gift-name {
  margin-top: 7.5px;
  font-size: 14px;
  font-weight: 600;
}

.gift-wrap-title {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 23px;
}

.gifts-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 36px;
  display: grid;
}

.gift-tag {
  margin-top: -23px;
  transform: rotate(-1deg);
}

.gifts-title-wrap {
  text-align: center;
  padding-top: 41px;
}

.gift-imag-wrap {
  background-color: #4cc3e933;
  background-image: url('../images/bg_lock.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 46px;
  border: 2px dashed #4cc3e9;
  border-radius: 7.5px;
  height: 117px;
  padding: 10.9px;
}

.logos_wrap {
  margin-bottom: 36px;
}

.garantee {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #4cc3e91a;
  border: 1.5px dashed #4cc3e9;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 16px;
  display: flex;
}

.garantee-title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
}

.garantee-description {
  font-size: 16px;
}

.div-block-3 {
  padding-top: 16px;
}

.product-card-one-time {
  border: 1px solid #0003;
  border-radius: 4px;
  height: 790px;
}

.div-block-4 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-2 {
  font-size: 18px;
  font-weight: 500;
}

.text-block-3 {
  font-size: 16px;
  font-weight: 600;
}

.text-block-4 {
  text-align: center;
  background-color: #4cc3e933;
  padding: 16px;
}

.div-block-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 58px;
  display: flex;
}

.div-block-5-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 88px;
  display: flex;
}

.product_img-copy {
  width: 100%;
}

.product_img-2 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 100%;
}

.product_img-2.second {
  object-fit: cover;
  height: 266px;
}

.text-block-5 {
  text-align: center;
  margin-bottom: 24px;
  font-family: Peridotpe, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

.slider-header-wrap {
  margin-bottom: 0;
}

.left-arrow {
  display: none;
}

.text-block-6 {
  text-align: center;
  font-size: 20px;
}

.slider-section {
  background-color: #b5edff;
  padding-top: 64px;
  padding-bottom: 140px;
  overflow: hidden;
}

.name-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.right-arrow {
  display: none;
}

.mask {
  max-width: 320px;
  height: auto;
  overflow: visible;
}

.div-block-6 {
  border: 1px solid #000;
  border-top-style: none;
  border-bottom-width: 4px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  padding: 24px;
  display: flex;
}

.flex-hor {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-hor.space-between {
  justify-content: space-between;
}

.flex-hor.space-between.pad-tp-btm {
  flex-flow: row;
  padding-top: 8px;
  padding-bottom: 0;
}

.code-custom-1 {
  margin-bottom: 12px;
  padding-top: 4px;
}

.testi-paragraph {
  color: #010f3a;
  text-align: left;
  font-size: 14px;
  line-height: 19px;
}

.code-embed-7 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.name {
  color: #2d2d2d;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
}

.slider-card-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 6px;
  flex-flow: column;
  height: 485px;
  padding: 0;
  display: flex;
  box-shadow: -10px -15px 50px #0000001a;
}

.video-wrap {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  overflow: hidden;
}

.slide {
  width: 100%;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.slide.center {
  margin-left: 16px;
  margin-right: 16px;
}

.hide {
  top: 711px;
}

.slider {
  background-color: #ddd0;
  max-width: 1053px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.testi-title {
  text-align: center;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.div-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 1320px;
  display: flex;
}

.footer {
  background-image: url('../images/goly-updated-body-2.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -69px;
  padding-top: 100px;
  padding-bottom: 56px;
  display: flex;
  position: relative;
}

.cta-section-2 {
  padding-top: 64px;
  padding-bottom: 128px;
}

.legal-links {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.all-rights-reserved {
  color: #fff;
  font-size: 16px;
}

.cta-wrap-2 {
  max-width: 526px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-65 {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  display: flex;
}

.legal-flex {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.trust-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  justify-content: center;
  align-items: center;
  padding-top: 64px;
  display: flex;
}

.code-embed-8 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-66 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tiny-title {
  font-family: Peridotpe, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

.bold-number {
  margin-left: 6px;
  margin-right: 8px;
  font-family: Peridotpe, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-block-9 {
  margin-right: 8px;
  font-weight: 500;
}

.produts-title-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 36px;
  display: flex;
}

.page-title {
  font-family: Peridotpe, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
}

.products-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 56px;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.product-title {
  margin-bottom: 24px;
}

.product-name {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.bold-span {
  font-weight: 500;
}

.product-img-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 220px;
  margin-bottom: 24px;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
  position: relative;
}

.product-image {
  width: 100%;
  max-width: 375px;
  max-height: 220px;
}

.price-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.compare-price {
  color: #0006;
  line-height: 14px;
  text-decoration: line-through;
}

.product-card-separator {
  background-color: #0000001a;
  width: 140%;
  height: 1px;
  min-height: 1px;
  margin-bottom: 24px;
}

.image {
  max-width: 130px;
}

.product-bg {
  z-index: -1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-67 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.two-box-img {
  max-width: 250px;
}

.bonuses-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.three-boxes {
  max-width: 173px;
}

.payment {
  max-width: 400px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.items-holder {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.collection-list-wrapper-9 {
  width: 100%;
  margin-right: 0;
}

.slider-wrapper {
  flex: none;
  width: 100%;
  display: flex;
}

.extra-bold {
  font-weight: 800;
}

.section_logos {
  background-color: #0000;
  border-top: .125rem solid #f4f4f4;
  border-bottom: .125rem solid #f4f4f4;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
}

.loop-logo-section {
  border-top: .0625rem #000;
  border-bottom: .0625rem #000;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  overflow: hidden;
}

.sub-header-container {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  min-width: 0;
  margin-left: 0;
  display: flex;
}

.sub-header-wrapper {
  background-color: #f2f4f7;
  width: 100%;
  margin-top: -2px;
  display: flex;
  overflow: hidden;
}

.items {
  grid-column-gap: 80px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sub-header-image {
  width: 40px;
}

.sub-header-title-2 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.logo {
  max-width: 100px;
}

.code-embed-9 {
  display: none;
}

.text-block-10 {
  text-align: center;
  margin-bottom: 12px;
  font-family: Peridotpe, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
}

.description-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 54px;
  padding-bottom: 46px;
  display: flex;
}

.desription-title {
  text-align: center;
  max-width: 820px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  font-family: Peridotpe, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
}

.descripion-item-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 12px;
  display: flex;
}

.description-item {
  font-size: 16px;
}

.image-2 {
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mob-width {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-70 {
  background-color: var(--blue);
  color: var(--white);
  text-transform: uppercase;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  justify-content: center;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.div-block-71 {
  margin-top: -31px;
}

.image-3 {
  display: none;
}

.div-block-75 {
  padding-top: 16px;
}

.list-item-title-2 {
  font-size: 16px;
  font-weight: 400;
}

.div-block-76 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.embed-icon-wrapper-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.discount-wrap-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.price-2 {
  font-family: Peridotpe, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 32px;
}

.product-card-2 {
  border: 1px solid #0003;
  border-top-style: none;
  border-radius: 8px;
  overflow: hidden;
}

.product-card-2.selected {
  outline-color: var(--blue);
  outline-offset: 0px;
  background-color: #fff;
  outline-width: 3px;
  outline-style: solid;
}

.product-card-2.big-radius {
  border-top-style: solid;
  border-radius: 8px;
}

.div-block-77 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 36px 24px;
  display: grid;
}

.div-block-78 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.text-block-12 {
  color: #2d2d2d80;
  font-size: 12px;
  text-decoration: underline;
}

.code-embed-11 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.price-per-box {
  color: #0006;
  font-size: 13px;
  line-height: 26px;
  text-decoration: none;
}

.div-block-79 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  display: flex;
}

.text-block-13 {
  font-weight: 500;
}

.div-block-80 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-81 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  margin-bottom: 4px;
  display: flex;
}

.code-embed-12 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-14 {
  font-size: 12px;
  line-height: 12px;
}

.product-card-2-one-product {
  border: 1px solid #0003;
  border-radius: 6px;
  margin-top: 42px;
  padding-top: 0;
}

.product-card-2-one-product.selected {
  outline-color: var(--blue);
  outline-offset: 0px;
  background-color: #fff;
  outline-width: 3px;
  outline-style: solid;
}

.product-card-2-one-product.big-radius {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.one-price-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-82 {
  margin-top: 30px;
}

.div-block-83 {
  margin-top: 60px;
}

.div-block-84 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 733px;
  margin-bottom: 36px;
  display: flex;
}

.code-embed-13 {
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.div-block-85 {
  max-width: 180px;
}

.text-block-15 {
  text-align: center;
  font-size: 16px;
  line-height: 22px;
}

.div-block-86 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tab-panel-wrap-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1188px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-87 {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 120px;
}

.image-5 {
  max-width: 170px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-16 {
  text-align: center;
  max-width: 55%;
  margin-left: auto;
  margin-right: auto;
  font-family: Peridotpe, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 52px;
}

.product_img-2-copy {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 100%;
}

.product_img-2-copy.second {
  object-fit: cover;
  height: 266px;
}

.image-6 {
  display: none;
}

.div-block-89 {
  grid-column-gap: 96px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-90 {
  z-index: 100;
  background-color: #ffffffa6;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100svh;
  display: none;
  position: fixed;
  inset: 0%;
}

.form {
  position: relative;
}

.div-block-91 {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 12px;
  max-width: 500px;
  padding: 24px;
  position: relative;
}

.code-embed-14 {
  position: absolute;
  inset: 16px 16px auto auto;
}

.text-12 {
  color: #0d474f;
  text-align: center;
  letter-spacing: -.286968px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 33.03px;
  text-decoration: none;
}

.faq {
  grid-row-gap: 64px;
  background-color: #edf9fd;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 64px 120px 36px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.faq._10 {
  margin-left: auto;
  margin-right: auto;
}

.container-2 {
  grid-column-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1484578524 {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.benefits_icons {
  object-fit: cover;
  overflow: hidden;
}

.text-15 {
  color: #6cd6ed;
  text-align: center;
  letter-spacing: -.246366px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 700;
  line-height: 28.72px;
  text-decoration: none;
}

.logo-2 {
  grid-row-gap: 24px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 64px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.content-style-6 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1484578526 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.heading-8 {
  color: #2d2d2d;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.frame-1484578525 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-4 {
  color: #2d2d2d;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 800;
  line-height: 140%;
  text-decoration: none;
}

.heading-11 {
  color: #2d2d2d;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 800;
  line-height: 140%;
  text-decoration: none;
}

.heading-12 {
  color: #2d2d2d;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.img_0026-3-2 {
  object-fit: cover;
  position: absolute;
  top: 3.63798e-12px;
  left: 0;
}

.text-7 {
  color: #2d2d2d;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 800;
  line-height: 140%;
  text-decoration: none;
}

.text-6 {
  color: #2d2d2d;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.image-7 {
  object-fit: cover;
}

.ellipse-148 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
  display: flex;
}

.ellipse-149 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 586px;
  height: 586px;
  text-decoration: none;
  display: flex;
}

.card {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.shameless_logopng {
  object-fit: cover;
  overflow: hidden;
}

.heading-4 {
  color: #2d2d2d;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 800;
  line-height: 140%;
  text-decoration: none;
}

.text-3 {
  color: #2d2d2d;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.frame-1484578534 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.backgroundbordershadow {
  background-color: #fff;
  border: 1.37634px solid #2d2d2d;
  border-radius: 12.3045px;
  box-shadow: 4.10219px 6.15295px #000;
}

.item-90-calories-or-less-per-bag {
  color: #2d2d2d;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.content-style-2 {
  grid-column-gap: 64px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-duis-cursus-mi-quis-viverra-ornare-eros-dolor-interdum-nulla-ut-commodo-diam-libero-vitae-erat {
  color: #2d2d2d;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.content-style-7 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.layout-3 {
  grid-row-gap: 24px;
  background-color: #edf9fd;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 64px 120px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.layout-3._408 {
  margin-left: auto;
  margin-right: auto;
}

.horizontalborder {
  border: 0 solid #e5e5e5;
  border-bottom-width: 1.37634px;
}

.frame-1484578532 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-80 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100px;
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: none;
  display: flex;
}

.component-2 {
  grid-column-gap: 10px;
  background-color: #ffe815;
  border: 2px solid #2d2d2d;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 356px;
  padding: 16px 48px;
  text-decoration: none;
  display: flex;
  box-shadow: 4px 4px #000;
}

.component-2.mobile-hide {
  display: none;
}

.row-3 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-14 {
  color: #0d474f;
  text-align: center;
  letter-spacing: -.286968px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 700;
  line-height: 33.03px;
  text-decoration: none;
}

.boxes {
  grid-row-gap: 18px;
  background-color: #fff;
  border: 2px solid #2d2d2d;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 378px;
  max-width: 378px;
  padding-bottom: 16px;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  box-shadow: 4px 4px #000;
}

.text-17 {
  color: #0d474f;
  text-align: center;
  letter-spacing: -.290409px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 33.03px;
  text-decoration: none;
}

.text-2 {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
}

.content-style-13 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 254px;
  padding: 48px;
  text-decoration: none;
  display: flex;
}

.section-title {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-9 {
  color: #2d2d2d;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 800;
  line-height: 140%;
  text-decoration: none;
}

.content-style-10 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-7 {
  color: #2d2d2d;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.text-19 {
  color: #0d474f;
  text-align: center;
  letter-spacing: -.246366px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 700;
  line-height: 28.72px;
  text-decoration: none;
}

.heading-6 {
  color: #2d2d2d;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 48px;
  font-size: 36px;
  font-weight: 800;
  line-height: 140%;
  text-decoration: none;
}

.heading-6._0 {
  margin-bottom: 0;
}

.frame-1484578503 {
  grid-column-gap: 64px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 64px 180px 80px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.item-2 {
  background-color: #cff3ff;
}

.column-2 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.frame-1484578523 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.header-style {
  grid-column-gap: 80px;
  background-color: #4cc3e9;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 80px 120px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-style._1 {
  grid-column-gap: 160px;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
}

.logo-3 {
  object-fit: cover;
}

.text-22 {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
}

.row {
  grid-column-gap: 48px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.text-8 {
  color: #2d2d2d;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 800;
  line-height: 140%;
  text-decoration: none;
}

.labour-day {
  object-fit: cover;
  overflow: hidden;
}

.section-title-3 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 940px;
  text-decoration: none;
  display: flex;
}

.layout {
  grid-row-gap: 80px;
  background-color: #edf9fd;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 64px 120px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.header-style-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.header-style-2._9 {
  background-color: #fff0;
}

.sugar_svgrepocom {
  object-fit: cover;
  overflow: hidden;
}

.heading-13 {
  color: #2d2d2d;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 800;
  line-height: 140%;
  text-decoration: none;
}

.content-style-4 {
  grid-column-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1544px;
  text-decoration: none;
  display: flex;
}

.frame-1484578550 {
  grid-column-gap: 10px;
  background-color: #fff;
  border: 2px solid #2d2d2d;
  border-radius: 65px;
  justify-content: flex-start;
  align-items: center;
  width: 130px;
  height: 130px;
  margin-bottom: 7px;
  padding: 29px 33px;
  text-decoration: none;
  display: flex;
  box-shadow: 2.6px 2.6px #000;
}

.content-style-11 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 229px;
  padding: 48px;
  text-decoration: none;
  display: flex;
}

.picture-64e64ab7fc61721921b1126f3469ce3apng {
  grid-row-gap: 7.05882px;
  object-fit: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 7.05882px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.text-18 {
  color: #0d474f;
  text-align: center;
  letter-spacing: -.246366px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 700;
  line-height: 28.72px;
  text-decoration: none;
}

.layout-2 {
  grid-row-gap: 36px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 64px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.layout-2._237 {
  margin-left: auto;
  margin-right: auto;
}

.content-top {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.row-2 {
  grid-column-gap: 48px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-style {
  grid-column-gap: 64px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-5 {
  color: #2d2d2d;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.fiber-packed-gummies-that-wow {
  color: #2d2d2d;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 900;
  line-height: 130%;
  text-decoration: none;
}

.frame-76 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80px;
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: none;
  display: flex;
}

.content-style-12 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-13 {
  color: #415f5f;
  text-align: center;
  letter-spacing: .292473px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 11px;
  font-weight: 400;
  line-height: 16.52px;
  text-decoration: none;
}

.frame-1484578545 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 640px;
  text-decoration: none;
  display: flex;
}

.heading-5 {
  color: #2d2d2d;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 800;
  line-height: 140%;
  text-decoration: none;
}

.text-16 {
  color: #0d474f;
  text-align: center;
  letter-spacing: -.290409px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 700;
  line-height: 33.03px;
  text-decoration: none;
}

.cta {
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 64px 120px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.cta._7 {
  margin-left: auto;
  margin-right: auto;
}

.icon-chevron-down {
  object-fit: cover;
  width: 100%;
  min-width: 36px;
  max-width: 36px;
  overflow: hidden;
}

.frame-81 {
  z-index: 2;
  grid-row-gap: 36px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 596px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-23 {
  color: #2d2d2d;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.container-3 {
  grid-column-gap: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.component-3 {
  grid-column-gap: 10px;
  background-color: #ffe815;
  border: 2px solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 356px;
  padding: 16px 48px;
  text-decoration: none;
  display: flex;
  box-shadow: 4px 4px #000;
}

.text-20 {
  color: #2d2d2d;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.container-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 758px;
  text-decoration: none;
  display: flex;
}

.column {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.column._24 {
  grid-row-gap: 24px;
}

.column.centered {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.column.centered._0 {
  grid-row-gap: 0px;
}

.features_icons-2 {
  z-index: 2;
  object-fit: cover;
  position: relative;
}

.features_icons-2.mobile-hide.bg {
  z-index: 0;
  object-fit: contain;
  position: absolute;
  transform: translate(-30px, -30px)scale(1.8);
}

.features_icons-2.desktop-hide {
  display: none;
}

.bursting-with-real-fruit-flavors-and-92-less-sugar-than-traditional-candy-1 {
  color: #2d2d2d;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 800;
  line-height: 140%;
  text-decoration: none;
}

.content-style-5 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.navbar {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 72px;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
  box-shadow: 0 4px 4px #00000026;
}

.background {
  background-color: #fff;
  border: 1.5px solid #000;
  border-radius: 12.4353px;
  box-shadow: 6px 8px #000;
}

.section-title-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 910px;
  text-decoration: none;
  display: flex;
}

.heading-3 {
  color: #2d2d2d;
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.delicious-fruits-with-water {
  border-style: solid;
  border-width: undefinedpx;
  object-fit: cover;
  border-color: #2d2d2d;
}

.delicious-fruits-with-water.rounded {
  object-fit: contain;
  border-radius: 100px;
}

.text {
  color: #2d2d2d;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

.text-11 {
  color: #2d2d2d;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.text-10 {
  color: #2d2d2d;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.frame-1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: grid;
}

.frame-1484578547 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.hero-container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-image: url('../images/gradient.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-92 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.code-embed-15 {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 200%;
  height: 200%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto;
}

.div-block-93 {
  background-color: #edf9fd;
}

.image-8 {
  width: 100%;
  margin-bottom: -9px;
}

.dropdown-list {
  background-color: #fff;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  display: block;
  position: static;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.dropdown-list.w--open, .pack-section {
  background-color: #fff;
}

.pack-right-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 500px;
  margin-bottom: 0;
  display: flex;
}

.container-5 {
  max-width: 1440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.price-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-14 {
  font-weight: 700;
}

.pack-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
}

.button-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #2d2d2d;
  background-color: #f90;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
  display: flex;
}

.price-3 {
  color: #f33;
  font-size: 37px;
  font-weight: 700;
  line-height: 44px;
}

.red-span {
  color: #f33;
  text-transform: uppercase;
  font-weight: 700;
}

.cta-caption {
  text-align: center;
  font-weight: 500;
  line-height: 19px;
}

.container-padding {
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

.container-padding.hide {
  display: none;
}

.image-9 {
  width: 100%;
}

.image-9.roundded-16 {
  border-radius: 16px;
}

.code-custom-2 {
  padding-top: 4px;
}

.pack-cta-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  margin-top: 24px;
  display: flex;
}

.compare-price-2 {
  color: #0006;
  font-size: 24px;
  line-height: 26px;
  text-decoration: line-through;
}

.large-text-style {
  font-size: 20px;
  line-height: 24px;
}

.large-text-style.text-allign-center {
  text-align: center;
}

.column-3 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-style-14 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.medium-length-hero-headline-goes-here {
  color: #2d2d2d;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 800;
  line-height: 140%;
  text-decoration: none;
}

.lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-suspendisse-varius-enim-in-eros-elementum-tri {
  color: #000;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.component-4 {
  grid-column-gap: 10px;
  background-color: #ffe815;
  border: 2px solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 356px;
  padding: 16px 48px;
  text-decoration: none;
  display: flex;
  box-shadow: 4px 4px #000;
}

.text-24 {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
}

.frame-1484578551 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-1484578552 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.shield {
  object-fit: cover;
  overflow: hidden;
}

.text-25 {
  color: #2d2d2d;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-suspendisse-varius-enim-in-eros-elementum-tri-2 {
  color: #000;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.section {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.padding-side {
  padding-left: 24px;
  padding-right: 24px;
}

.padding-top-btm {
  padding-top: 93px;
  padding-bottom: 93px;
}

.padding-top-btm.is-logo {
  padding-top: 24px;
  padding-bottom: 24px;
}

.container-6 {
  grid-row-gap: 36px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.logos-title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}

.logos-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  display: flex;
}

.body {
  background-color: #fff;
}

.image-35 {
  border-radius: 10px;
  width: 100%;
}

.image-35.desktop {
  width: 100%;
  max-width: none;
}

.frame-1484578503-copy {
  grid-column-gap: 64px;
  background-image: url('../images/IMG_0026-3-2.png'), linear-gradient(0deg, #d8f6ff, #4cc3e9);
  background-position: 0 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.container-7 {
  max-width: 1440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.slider-2 {
  z-index: 1;
  background-color: #ddd0;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.slider-2.mobile {
  display: none;
}

.slider-2.videos {
  height: auto;
}

.slider-conent {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  width: 39px;
  height: 5px;
}

.video-slider-right-arrow {
  width: 40px;
  height: 40px;
  display: none;
}

.sldier-nav-custom {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: center;
  padding-top: 91px;
  display: flex;
}

.sldier-nav-custom.first {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.sldier-nav-custom.first.mobile {
  display: none;
}

.name-wrapper-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slider-card-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 8px;
  flex-flow: column;
  height: 620px;
  padding: 16px 24px;
  display: flex;
  box-shadow: -10px -15px 50px #0000001a;
}

.slide-nav {
  margin-left: auto;
  margin-right: auto;
  inset: auto 0% -74px;
}

.hide-2 {
  display: none;
}

.slider-section-2 {
  padding-top: 64px;
  overflow: hidden;
}

.slider-wrapper-2 {
  padding-top: 64px;
  padding-bottom: 0;
  display: block;
}

.name-2 {
  color: #2d2d2d;
  font-size: 16px;
  font-weight: 600;
  line-height: 33px;
}

.slider-title {
  text-align: center;
  margin-bottom: 64px;
  font-size: 36px;
  font-weight: 700;
  line-height: 67px;
}

.mask-2 {
  z-index: 2;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
}

.slide-2 {
  z-index: 3;
  max-width: 320px;
  height: 621px;
  margin-right: 24px;
  position: relative;
}

.slide-2.lst {
  height: auto;
}

.testi-paragraph-2 {
  color: #010f3a;
  font-size: 18px;
  line-height: 24px;
}

.code-custom-3 {
  padding-top: 4px;
}

.video-slider-left-arrow {
  width: 40px;
  height: 40px;
  margin-left: 32px;
  display: none;
}

.image-36 {
  width: 184px;
}

.image-36.lst, .image-36.kimm {
  width: 160px;
}

.div-block-94 {
  background-color: #edf9fd;
}

.video-slider-left-arrow-2 {
  width: 40px;
  height: 40px;
  margin-left: 32px;
}

.video-slider-right-arrow-2 {
  width: 40px;
  height: 40px;
}

.slide-video-card {
  border-radius: 10px;
  width: 100%;
  height: 535px;
  overflow: hidden;
}

.mask-03 {
  max-width: 400px;
  overflow: visible;
}

.mask-03.videos {
  max-width: 300px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.code-embed-16 {
  margin-bottom: 0;
}

.video-slider-subtitle {
  color: #2d2d2d;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
}

.video-slider-subtitle.hide {
  display: none;
}

.slide-03 {
  min-width: 300px;
  max-width: 300px;
  margin-right: 24px;
}

.tan-slide-nav {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  display: flex;
}

.tan-slide-nav.mobile {
  display: none;
}

.faq-header {
  color: #2d2d2d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
}

.faq-header.centered {
  text-align: center;
}

.video-section {
  background-color: #fff;
  padding-top: 88px;
  padding-bottom: 142px;
  overflow: hidden;
}

.div-block-95 {
  height: 500px;
}

.div-block-95.hide {
  display: none;
}

.video-slider-header-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 56px;
  display: flex;
}

.code-embed-17 {
  margin-bottom: 0;
}

.link {
  color: #000;
  font-style: italic;
}

.faq-title {
  color: #2d2d2d;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}

.faq-drop-toggle {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 24px 0;
  display: flex;
}

.faq-card-wrap {
  max-width: 986px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 64px;
}

.faq-title-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
  padding-top: 64px;
  display: flex;
}

.faq-drop-list {
  background-color: #ddd0;
  position: static;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.faq-dropdown {
  border-bottom: 1px solid #0003;
  width: 100%;
  overflow: hidden;
}

.embed-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-paragraph {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.div-block-96 {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 64px;
}

.offer-copy-sticky {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.grp-metric-2 {
  flex-direction: column;
  align-items: center;
  width: 60px;
  min-width: 60px;
  max-width: 61px;
  height: 80px;
  min-height: 80px;
  max-height: 80px;
  display: flex;
  overflow: hidden;
}

.grp-metric-2.nrml-height {
  width: auto;
  min-width: 0;
  max-width: none;
  height: auto;
  min-height: 0;
  max-height: none;
}

.sticky-offer-text {
  color: #fff;
  font-size: 28px;
  line-height: 40px;
}

.sticky-line {
  z-index: 1000;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  position: sticky;
  bottom: 0;
  box-shadow: 0 -1px 10px #0000001a;
}

.h2-left-ft-stikcy {
  color: #2d2d2d;
  background-color: #fff0;
  border-radius: 2px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
}

.code-embed-18 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.offer-link-sticky {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #2d2d2d;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.offer-link-sticky:hover {
  transform: translate(0, -4px);
  box-shadow: 0 2px 5px #0003;
}

.button-sticky {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #2d2d2d;
  background-color: #f90;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
  display: flex;
}

.p1-left-3 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 9px;
  font-weight: 500;
  line-height: 14px;
}

.sticky-inner-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.h2-left-2 {
  color: #fff;
  background-color: #fff0;
  border-radius: 2px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 46px;
  font-weight: 600;
  line-height: 66px;
}

.h2-left-2.hide {
  display: none;
}

.cnt-features-left-sticky {
  grid-column-gap: 12px;
  grid-row-gap: 36px;
  background-color: #fff;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto;
  grid-auto-columns: 1fr;
  place-content: space-between;
  place-items: center stretch;
  padding: 8px 16px;
  display: grid;
  position: relative;
}

.p1-left-ft {
  color: #2d2d2d;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 9px;
  font-weight: 500;
  line-height: 14px;
}

.code-custom-4 {
  padding-top: 4px;
}

.image-8-copy._50 {
  opacity: .5;
}

.heading-6-copy {
  color: #2d2d2d;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 48px;
  font-size: 36px;
  font-weight: 800;
  line-height: 140%;
  text-decoration: none;
}

.image-8-copy, .image-8-copy-copy {
  width: 100%;
  margin-bottom: -9px;
}

.eqe {
  width: 100%;
  margin-bottom: -12px;
}

.rich-text {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  line-height: 130%;
}

.rich-text.centered {
  text-align: center;
}

.mx-600 {
  width: 600px;
  max-width: 100%;
}

.image-text.ct {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
}

.image-text.ct.mx-600 {
  font-size: 18px;
  line-height: 130%;
}

.img._50 {
  width: 50%;
}

.img._200 {
  width: 200px;
}

.individuals-text {
  opacity: .5;
  margin-bottom: 48px;
  font-size: 14px;
}

._0-mardgine {
  margin-top: 0;
  margin-bottom: 0;
}

.text-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.small-text {
  font-size: 14px;
  line-height: 1.4em;
}

.accordion-item {
  margin-bottom: 32px;
  padding: 20px 0 0;
}

.recources-holder {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  overflow: auto;
}

.arrow-icon {
  width: 16px;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.accordion-item-trigger {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  display: flex;
}

.text-block-17 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.icon.accordion-icon {
  color: #0009;
  cursor: pointer;
  font-size: 32px;
  line-height: 30px;
}

.icon.accordion-icon.red {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 0;
  margin-right: -10px;
  display: flex;
}

.image-holder {
  grid-column-gap: 3%;
  grid-row-gap: 3%;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: 20px;
}

.image-item {
  width: 31%;
  margin-bottom: 3%;
}

.cta-holder {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.cta-holder.space-top {
  justify-content: flex-start;
  align-items: center;
  margin-top: 32px;
}

.red-span-2 {
  color: #c8202f;
}

.p-18px {
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 140%;
}

.content-wrapp {
  padding: 0 24px;
}

.p-16px {
  margin-top: 12px;
  font-size: 16px;
  line-height: 120%;
}

.img-copy {
  border-radius: 0 0 15px 15px;
}

.arrow {
  filter: invert();
  flex: none;
  width: 20px;
}

.div-offer-left {
  text-align: center;
  flex-flow: column;
  flex: none;
  width: 100%;
  max-width: 340px;
  display: flex;
}

.image-column {
  padding: 0 24px 16px;
}

.text-block-102 {
  text-transform: uppercase;
}

.section-eight {
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.offer-img {
  flex: none;
  max-width: 400px;
}

.div-sale {
  color: #fff;
  background-color: #c8202f;
  border-radius: 12px;
  padding: 10px 24px;
  font-size: 18px;
  font-weight: 900;
  line-height: 150%;
  position: absolute;
  top: -25px;
}

.div-block-118 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-2 {
  padding-top: 8px;
}

._28px-black {
  margin-top: 12px;
  margin-bottom: 18px;
  font-size: 28px;
  font-weight: 900;
  line-height: 120%;
}

.section-four-outer-two {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 1px;
  display: grid;
}

._14px-bold {
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
}

._14px-bold.hide {
  display: none;
}

.container-8 {
  max-width: 1200px;
}

.container-8.p-5, .container-8.p-5-copy {
  padding-left: 5px;
  padding-right: 5px;
}

.div-offer-main {
  background-color: #fff;
  border: 2px dashed #c8202f;
  border-radius: 10px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 10px;
  display: flex;
  position: relative;
}

.div-offer-main.mg {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 40px 20px;
  font-family: Montserrat, sans-serif;
}

.flex-block-2 {
  color: #fff;
  text-align: center;
  background-color: red;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  justify-content: center;
  align-items: center;
  padding: 8px;
}

.big-btn {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  text-transform: none;
  background-color: #ffe22f;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.slider-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start center;
  height: auto;
}

.slider-mask {
  width: 25%;
  height: 100%;
  overflow: visible;
}

.slider-slid {
  background-color: #ddd0;
  width: 100%;
  height: auto;
}

.slider-item {
  height: 100%;
}

.feedback-top {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 16px;
  display: flex;
}

.review-slide-item {
  border: 1px solid #000;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 700px;
  padding: 24px;
  display: flex;
  box-shadow: -10px -15px 50px #0000001a;
}

.feedback-review-image {
  object-fit: contain;
  width: 180px;
  margin-top: 16px;
}

.review-description {
  color: #010f3a;
  height: 100%;
  font-size: 18px;
  line-height: 130%;
}

.slider-navigation-custom {
  margin-top: 36px;
  position: relative;
}

.icon-2, .icon-3 {
  color: #000;
}

.desktop-hide {
  display: none;
}

.sub-headline {
  font-size: 20px;
}

@media screen and (min-width: 1280px) {
  .footer {
    background-position: 50% 0;
  }

  .div-offer-main.mg {
    margin-top: 20px;
  }
}

@media screen and (min-width: 1440px) {
  .hide, .div-block-7 {
    display: none;
  }

  .footer {
    background-position: 50% 0;
    margin-top: -87px;
  }

  .items-holder {
    grid-column-gap: 80px;
  }
}

@media screen and (min-width: 1920px) {
  .header-wrap {
    justify-content: center;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 24px;
    display: flex;
  }

  .hero-wrap {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .container {
    max-width: 1488px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer {
    background-position: 50% 0;
    margin-top: -103px;
  }

  .slider-2 {
    display: flex;
  }

  .review-slide-item {
    min-height: 600px;
  }
}

@media screen and (max-width: 991px) {
  .tab-panel-wrap {
    grid-template-columns: 1fr 1fr;
    padding-left: 24px;
    padding-right: 24px;
  }

  .hide {
    justify-content: center;
    align-items: center;
    display: flex;
    top: 536px;
  }

  .div-block-7 {
    display: flex;
  }

  .products-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .tab-panel-wrap-copy {
    grid-template-columns: 1fr 1fr;
    padding-left: 24px;
    padding-right: 24px;
  }

  .faq._10, .layout-3._408 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .boxes {
    min-width: 0;
  }

  .frame-1484578503 {
    padding-left: 296px;
    padding-right: 24px;
  }

  .header-style._1 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    flex-flow: column;
  }

  .layout._240 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .frame-1484578550 {
    min-width: 130px;
    min-height: 130px;
  }

  .layout-2._237 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .row-2 {
    grid-column-gap: 24px;
  }

  .cta._7 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .frame-81 {
    max-width: none;
  }

  .hero-container {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    grid-template-columns: 1fr;
  }

  .pack-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .container-padding {
    padding-left: 24px;
    padding-right: 24px;
  }

  .image-9 {
    object-fit: contain;
  }

  .logos-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
  }

  .slider-2 {
    height: auto;
  }

  .slider-2.videos.desktop {
    height: 100%;
  }

  .video-slider-left-arrow-2.hide, .video-slider-right-arrow-2.hide {
    display: none;
  }

  .slide-video-card {
    height: 100%;
  }

  .mask-03 {
    height: auto;
  }

  .mask-03.videos {
    height: 100%;
  }

  .video-slider-subtitle {
    line-height: 25px;
  }

  .slide-03 {
    height: 100%;
  }

  .faq-header {
    text-align: center;
    font-size: 24px;
    line-height: 33px;
  }

  .video-section {
    background-size: cover;
  }

  .sticky-offer-text, .offer-link-sticky, .cnt-features-left-sticky {
    display: none;
  }

  .content-wrapp {
    padding-left: 11px;
  }

  .div-offer-left {
    width: auto;
    max-width: none;
    margin: 0 20px 40px;
  }

  .offer-img {
    order: -1;
    width: 100%;
    height: auto;
  }

  .section-four-outer-two {
    grid-template-columns: 1fr;
  }

  .div-offer-main {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
  }

  .div-offer-main.mg {
    padding: 0;
  }

  .slider-mask {
    width: 50%;
  }

  .review-slide-item {
    min-height: 610px;
  }
}

@media screen and (max-width: 767px) {
  .cnt-features-left {
    grid-template-columns: auto auto auto auto auto;
    width: auto;
  }

  .tab-panel-wrap {
    grid-template-columns: 1fr;
  }

  .button-2, .checkout-btn {
    background-position: 90%;
    background-size: auto;
    min-width: 100%;
    max-width: 100%;
  }

  .div-block-65 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .section_logos {
    margin-bottom: 0;
  }

  .description-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .tab-panel-wrap-copy {
    grid-template-columns: 1fr;
  }

  .div-block-89 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .div-block-90 {
    padding: 24px;
  }

  .heading-14 {
    font-size: 32px;
    line-height: 36px;
  }

  .pack-wrapper {
    grid-template-columns: 1fr;
  }

  .video-slider-right-arrow {
    color: #000;
    inset: auto 0 -86px 86px;
  }

  .slider-section-2 {
    background-size: cover;
  }

  .video-slider-left-arrow, .video-slider-left-arrow-2 {
    color: #000;
    margin-left: auto;
    margin-right: auto;
    inset: auto 86px -86px 0;
  }

  .video-slider-right-arrow-2 {
    color: #000;
    inset: auto 0 -86px 86px;
  }

  .video-slider-subtitle {
    line-height: 25px;
  }

  .faq-header {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 33px;
  }

  .video-section {
    padding-bottom: 20px;
  }

  .embed-2 {
    height: 30px;
  }

  .cnt-features-left-sticky {
    grid-template-columns: auto auto auto auto auto;
    width: auto;
  }

  .rich-text.centered.mx-600 {
    font-size: 20px;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .content-wrapp {
    padding: 8px;
  }

  .image-column {
    padding-left: 0;
    padding-right: 0;
  }

  .section-eight {
    padding: 0 0 16px;
  }

  .div-block-118 {
    padding: 0 16px;
  }

  .rich-text-2 {
    padding: 0 8px;
  }

  .section-four-outer-two {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .section-four-outer-two.mobile-reverce {
    flex-flow: wrap-reverse;
    grid-auto-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .container-8, .container-8.p-5, .container-8.p-5-copy {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-offer-main.mg {
    padding-top: 38px;
  }

  .slider-mask {
    width: 70%;
  }
}

@media screen and (max-width: 479px) {
  .sub-header {
    padding-top: 12px;
    padding-bottom: 12px;
    position: sticky;
    top: 0;
  }

  .sub-header-title {
    font-family: Peridotpe, sans-serif;
  }

  .cnt-features-left {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    place-content: center;
    place-items: center stretch;
    width: auto;
  }

  .grp-metric {
    justify-content: center;
    align-items: center;
  }

  .h2-left {
    margin-bottom: 0;
  }

  .p1-left-2 {
    font-size: 12px;
    display: none;
  }

  .code-embed-6 {
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .header-wrap {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .button {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 14px;
    line-height: 100%;
  }

  .product-card {
    width: 100%;
    max-width: 342px;
    margin-left: auto;
    margin-right: auto;
    padding: 16px;
  }

  .product-card.center {
    max-width: none;
    height: 306px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 12px;
    padding-right: 12px;
  }

  .discount-wrap {
    margin-bottom: 12px;
  }

  .price {
    font-size: 24px;
    line-height: 100%;
  }

  .button-2, .checkout-btn {
    background-position: 95%;
    min-width: 100%;
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .embed-icon-wrapper {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .list-item-title {
    font-size: 13px;
  }

  .text-block.best-value {
    font-size: 16px;
  }

  .product_img-2.second {
    object-fit: contain;
  }

  .text-block-5 {
    font-size: 20px;
    line-height: 150%;
  }

  .slider-section {
    padding-top: 24px;
    padding-bottom: 113px;
  }

  .mask {
    margin-left: auto;
    margin-right: auto;
  }

  .slider-card-wrapper {
    height: 465px;
  }

  .slide {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hide {
    padding-top: 52px;
    top: 487px;
  }

  .div-block-7 {
    display: flex;
  }

  .footer {
    background-position: 50% 40%;
    background-size: auto 100%;
    margin-top: -67px;
    padding-top: 81px;
    padding-bottom: 41px;
  }

  .all-rights-reserved {
    text-align: center;
  }

  .div-block-65 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .legal-flex {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .trust-wrapper {
    padding-top: 16px;
  }

  .tiny-title {
    font-size: 14px;
  }

  .produts-title-wrap {
    padding-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .page-title {
    text-align: center;
    font-size: 32px;
    line-height: 100%;
  }

  .products-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    padding-bottom: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .product-title {
    margin-bottom: 20px;
  }

  .product-name {
    font-size: 18px;
  }

  .product-img-wrap {
    justify-content: center;
    align-items: center;
    max-width: 130px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .product-img-wrap.center {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .price-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-bottom: 4px;
  }

  .compare-price {
    font-size: 16px;
  }

  .product-card-separator {
    display: none;
  }

  .image {
    max-width: 100px;
  }

  .product-bg {
    width: 140%;
    left: -21%;
  }

  .product-bg.third-gradient {
    width: 130%;
    left: -22%;
  }

  .div-block-67 {
    width: 100%;
  }

  .two-box-img.two-box-mobile {
    display: none;
  }

  .bonuses-wrapper, .bonuses-wrapper.two-boxesmobile {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .three-boxes {
    max-width: 110px;
  }

  .payment {
    max-width: 80%;
    margin-bottom: 0;
    display: none;
  }

  .section_logos {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .sub-header-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    max-width: 380px;
  }

  .items {
    grid-column-gap: 16px;
  }

  .description-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 40px 16px;
  }

  .desription-title {
    text-align: center;
    font-size: 24px;
    line-height: 120%;
  }

  .descripion-item-wrapper {
    text-align: left;
  }

  .description-item {
    font-size: 14px;
  }

  .code-embed-10 {
    width: 100%;
  }

  .div-block-68, .image-2 {
    max-width: 120px;
  }

  .div-block-69 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
  }

  .text-block-11 {
    font-size: 12px;
  }

  .mob-width {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .div-block-70 {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }

  .div-block-71 {
    width: 100%;
    max-width: 342px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-72 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .image-3 {
    max-width: 90px;
    display: block;
  }

  .div-block-73 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-74 {
    padding-bottom: 24px;
  }

  .image-4 {
    width: 100%;
  }

  .embed-icon-wrapper-2 {
    margin-bottom: 8px;
  }

  .discount-wrap-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: center;
  }

  .div-block-77 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .price-per-box {
    font-size: 14px;
  }

  .div-block-82, .div-block-83 {
    margin-top: 0;
  }

  .div-block-87 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .image-5 {
    max-width: 117px;
  }

  .text-block-16 {
    max-width: 340px;
    font-size: 24px;
    line-height: 36px;
  }

  .flex-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .product_img-2-copy {
    object-fit: cover;
    max-height: 200px;
    overflow: visible;
  }

  .product_img-2-copy.second {
    object-fit: contain;
  }

  .image-6 {
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-88 {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-89 {
    grid-template-columns: 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-90 {
    padding: 20px;
    display: none;
  }

  .faq._10 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .container-2 {
    flex-flow: column;
  }

  .frame-1484578524 {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .frame-1484578525 {
    justify-content: flex-start;
    align-items: center;
  }

  .text-4 {
    text-align: center;
    max-width: 380px;
  }

  .heading-11 {
    font-size: 24px;
  }

  .card {
    flex-flow: column-reverse;
  }

  .card.reverse {
    flex-flow: column;
    padding-top: 48px;
  }

  .heading-4 {
    font-size: 28px;
  }

  .text-3 {
    z-index: 2;
    text-align: center;
    max-width: 340px;
    position: relative;
  }

  .item-90-calories-or-less-per-bag {
    font-weight: 600;
  }

  .text-duis-cursus-mi-quis-viverra-ornare-eros-dolor-interdum-nulla-ut-commodo-diam-libero-vitae-erat {
    text-align: center;
    font-size: 16px;
  }

  .content-style-7 {
    grid-row-gap: 0px;
  }

  .layout-3._408 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .frame-1484578532 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .frame-80 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .component-2.mobile-hide {
    display: none;
  }

  .component-2.desktop-hide {
    z-index: 2;
    text-align: center;
  }

  .content-style-13 {
    height: auto;
    padding: 0;
  }

  .section-title {
    grid-row-gap: 20px;
  }

  .heading-9 {
    text-align: center;
    font-size: 24px;
  }

  .heading-6 {
    font-size: 20px;
  }

  .heading-6._0 {
    font-size: 24px;
  }

  .frame-1484578503 {
    padding: 24px;
  }

  .frame-1484578523 {
    flex: 1;
    justify-content: flex-start;
    align-items: center;
  }

  .header-style._1 {
    padding: 24px 20px;
  }

  .row {
    grid-row-gap: 48px;
    flex-flow: column;
  }

  .layout._240 {
    grid-row-gap: 24px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .heading-13 {
    text-align: center;
  }

  .frame-1484578550 {
    flex-flow: column-reverse;
    margin-bottom: 24px;
  }

  .content-style-11 {
    justify-content: center;
    align-items: center;
    height: auto;
    margin-bottom: 48px;
    padding: 0;
  }

  .layout-2._237 {
    padding-top: 24px;
  }

  .row-2 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .text-5 {
    text-align: center;
  }

  .fiber-packed-gummies-that-wow {
    text-align: center;
    max-width: 360px;
    font-size: 32px;
  }

  .frame-76 {
    width: 100%;
  }

  .content-style-12 {
    grid-row-gap: 12px;
  }

  .frame-1484578545 {
    width: 100%;
    height: 100%;
    display: block;
  }

  .cta._7 {
    padding-top: 0;
    padding-bottom: 24px;
  }

  .text-20 {
    text-align: center;
  }

  .features_icons-2.mobile-hide {
    display: none;
  }

  .features_icons-2.mobile-hide.bg.mobile-look {
    display: block;
    transform: translate(-30px, -100px)scale(1.5);
  }

  .features_icons-2.desktop-hide {
    width: 100%;
    max-width: 264px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow: visible;
  }

  .delicious-fruits-with-water {
    max-width: 200px;
  }

  .text {
    text-align: center;
    line-height: 140%;
  }

  .text-11 {
    font-size: 18px;
  }

  .frame-1 {
    grid-template-columns: 1fr;
  }

  .hero-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    place-items: flex-start center;
    display: flex;
  }

  .code-embed-15 {
    width: 100%;
    height: 100%;
    display: none;
  }

  .image-8 {
    margin-bottom: 2px;
  }

  .button-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .component-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .frame-1484578551 {
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .image-35 {
    width: 100%;
    max-width: none;
  }

  .image-35.desktop {
    display: none;
  }

  .frame-1484578503-copy {
    background-image: linear-gradient(0deg, #d8f6ff, #4cc3e9);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .slider-2 {
    z-index: 1;
  }

  .slider-2.desktop {
    display: none;
  }

  .slider-2.mobile {
    display: block;
  }

  .slider-2.videos.mobile {
    height: 100%;
    display: none;
  }

  .slider-2.videos.desktop {
    display: block;
  }

  .sldier-nav-custom {
    padding-top: 58px;
  }

  .sldier-nav-custom.first {
    padding-top: 0;
    padding-bottom: 64px;
  }

  .sldier-nav-custom.first.mobile {
    display: flex;
  }

  .sldier-nav-custom.first.desktop {
    display: none;
  }

  .slider-card-wrapper-2 {
    height: auto;
  }

  .slide-nav {
    margin-bottom: 0;
    position: relative;
    bottom: -28px;
  }

  .slider-section-2 {
    padding-top: 24px;
  }

  .slider-wrapper-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .slider-title {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 34px;
  }

  .mask-03, .slide-03 {
    z-index: 1;
  }

  .tan-slide-nav {
    display: none;
  }

  .tan-slide-nav.desktop {
    display: flex;
  }

  .tan-slide-nav.mobile {
    display: none;
  }

  .faq-header {
    margin-bottom: 0;
  }

  .video-section {
    padding-bottom: 24px;
  }

  .div-block-95 {
    height: auto;
  }

  .code-embed-17 {
    margin-bottom: 0;
  }

  .faq-title {
    white-space: normal;
    word-break: normal;
    padding-bottom: 24px;
    font-size: 16px;
    line-height: 120%;
  }

  .faq-drop-toggle {
    padding-bottom: 0;
  }

  .faq-title-wrapper {
    margin-bottom: 36px;
    padding-top: 48px;
  }

  .embed-2 {
    justify-content: center;
    align-items: center;
    max-width: 32px;
    max-height: 32px;
  }

  .grp-metric-2 {
    justify-content: center;
    align-items: center;
  }

  .h2-left-ft-stikcy {
    margin-bottom: 0;
    font-size: 14px;
  }

  .code-embed-18 {
    justify-content: center;
    align-items: center;
    margin-top: 8px;
  }

  .button-sticky {
    text-align: center;
  }

  .p1-left-3 {
    font-size: 9px;
    font-weight: 500;
    display: block;
  }

  .h2-left-2 {
    margin-bottom: 0;
    font-size: 36px;
    line-height: 52px;
  }

  .cnt-features-left-sticky {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    place-content: center;
    place-items: center stretch;
    width: auto;
  }

  .p1-left-ft {
    font-size: 12px;
    display: block;
  }

  .heading-6-copy {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .image-8-copy {
    margin-bottom: 2px;
  }

  .image-8-copy-copy {
    margin-bottom: -16px;
  }

  .eqe {
    margin-bottom: -3px;
  }

  .div-block-97 {
    width: 100%;
    padding-top: 48px;
  }

  .image-text.ct.mx-600 {
    text-align: center;
    flex-flow: column;
  }

  .individuals-text {
    line-height: 120%;
  }

  ._0-mardgine {
    font-size: 20px;
    line-height: 130%;
  }

  .text-holder {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .image-item {
    width: 48%;
  }

  .cta-holder.space-top {
    justify-content: center;
    align-items: center;
  }

  .p-18px {
    margin-bottom: 24px;
  }

  .div-offer-left {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .section-eight {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-sale {
    font-size: 18px;
  }

  .rich-text-2 {
    padding: 0;
  }

  .mobile-24 {
    font-size: 24px;
  }

  .container-8 {
    width: 100%;
    max-width: 100%;
  }

  .div-offer-main.mg {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .slider-mask {
    width: 100vw;
    margin-left: -24px;
  }

  .review-slide-item {
    min-height: auto;
  }

  .slider-navigation-custom {
    display: none;
  }

  .icon-2 {
    margin-left: 3px;
    font-size: 30px;
  }

  .icon-3 {
    margin-right: 3px;
    font-size: 30px;
  }

  .mobiel-view {
    margin-right: -30px;
  }

  .mobiel-view.hide {
    top: 0;
  }

  .mobile-view {
    margin-left: -30px;
  }

  .mobile-view.hide {
    top: 0%;
  }

  .desktop-hide {
    z-index: 0;
    display: block;
    position: relative;
  }
}

#w-node-_7c0ffa04-43ed-6f0d-51f7-44236afe934f-d8a164a9, #w-node-_6fc534fe-f0d4-8ae1-cecf-123881a4b7d9-d8a164a9 {
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_7c0ffa04-43ed-6f0d-51f7-44236afe934f-d8a164a9 {
    order: -9999;
  }

  #w-node-dc85f170-9dac-760b-4fdd-f0dbbeb1538e-d8a164a9 {
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_53608939-8dd8-bcb6-6992-35ef66429cff-d8a164a9 {
    place-self: stretch stretch;
  }

  #w-node-_53608939-8dd8-bcb6-6992-35ef66429d05-d8a164a9 {
    justify-self: stretch;
  }

  #w-node-_53608939-8dd8-bcb6-6992-35ef66429d0b-d8a164a9, #w-node-_53608939-8dd8-bcb6-6992-35ef66429d0f-d8a164a9, #w-node-_53608939-8dd8-bcb6-6992-35ef66429d13-d8a164a9 {
    place-self: stretch stretch;
  }

  #w-node-_53608939-8dd8-bcb6-6992-35ef66429d8d-d8a164a9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Peridotpe Narrow';
  src: url('../fonts/PeridotPE-Narrow-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Peridotpe Narrow';
  src: url('../fonts/PeridotPE-Narrow-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Peridotpe Narrow';
  src: url('../fonts/PeridotPE-Narrow-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Peridotpe Narrow';
  src: url('../fonts/PeridotPE-Narrow-Heavy.otf') format('opentype'), url('../fonts/PeridotPE-Narrow-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Peridotpe Narrow';
  src: url('../fonts/PeridotPE-Narrow-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Peridotpe Narrow';
  src: url('../fonts/PeridotPE-Narrow-Bold.otf') format('opentype'), url('../fonts/PeridotPE-Narrow-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Peridotpe';
  src: url('../fonts/PeridotPE-Normal-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Peridotpe';
  src: url('../fonts/PeridotPE-Normal-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Peridotpe';
  src: url('../fonts/PeridotPE-Normal-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Peridotpe';
  src: url('../fonts/PeridotPE-Normal-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Peridotpe';
  src: url('../fonts/PeridotPE-Normal-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Peridotpe';
  src: url('../fonts/PeridotPE-Normal-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}