:root {
  --black: black;
  --elements-webflow-library--neutral--800: #211f54;
  --text: #2f2f2f;
  --sec2: #1d213a;
  --sec: #2aabd3;
  --white: white;
  --lightblue: #64bbff;
  --darkpurple: var(--lightblue);
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--general--shadow-02: rgba(20, 20, 43, .08);
  --purple: #361f2b;
  --pricey: #ba8fa6;
  --elements-webflow-library--neutral--100: white;
  --pal-1: var(--white);
  --purple2: var(--sec);
}

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

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

.navbar-logo-left {
  z-index: 1;
  height: auto;
  border-bottom: 1px #000;
  padding-bottom: 0;
  position: relative;
  box-shadow: 0 2px 20px -2px rgba(155, 0, 34, .31);
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.navbar-wrapper {
  height: auto;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  width: auto;
}

.nav-menu-wrapper {
  flex: 0 auto;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 20px;
  font-family: Manrope, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
}

.nav-link:hover {
  color: #2baad3;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: capitalize;
  background-color: #994577;
  border-radius: 5px;
  margin-left: 20px;
  padding: 10px 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #000;
}

.button-primary:active {
  background-color: #43464d;
}

.hero {
  background-color: #fbedf4;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.main-container {
  width: 95%;
  max-width: 1140px;
  flex-direction: row;
  padding-bottom: 0;
  display: block;
}

.main-container.space {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  margin-top: 0;
  display: flex;
}

.main-container._2 {
  width: 95%;
  max-width: 1040px;
}

.main-container.desk {
  margin-top: 20px;
}

.main-container.tab {
  display: none;
}

.row-pt-3 {
  width: 90%;
  max-width: 1040px;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.col-lg-4 {
  width: 668px;
  height: 1027.83px;
  border-style: solid;
  border-width: 1px 1px 6px;
  border-color: #e3e3e3 #e3e3e3 var(--black);
  background-color: #f7f6f6;
  border-top-left-radius: 14px;
  border-bottom-left-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  padding: 5px 5px 40px;
  display: block;
  box-shadow: 0 4px 0 -1px rgba(0, 0, 0, .2);
}

.col-lg-4.op {
  height: 100%;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-left-color: #bdbdbd;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-bottom: 20px;
  padding-right: 0;
  display: flex;
}

.col-lg-4.long {
  height: auto;
  border-bottom-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  padding: 5px 5px 20px;
  position: relative;
  top: -46px;
  box-shadow: 0 4px 11px -1px rgba(0, 0, 0, .61);
}

.col-lg-4.right {
  height: 100%;
  border-top: 1px solid #d0d0d0;
  border-bottom: 6px solid #000;
  border-left: 1px #000;
  border-right: 1px solid #bbb;
  border-radius: 15px 10px 20px 0;
  padding: 5px 5px 20px;
}

.col-lg-8-ps-lg-0-pb-3 {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.bottle_outside-text-center-position-relative {
  height: auto;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.bottle_outside-text-center-position-relative.dsk {
  width: auto;
}

.bottle_outside-text-center-position-relative.tab {
  display: none;
}

.fruit_bottle-d-lg-block-d-none-lazy-loaded {
  width: auto;
  height: auto;
  object-fit: fill;
  flex: 0 auto;
}

.headine2 {
  color: #243239;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 58px;
}

.headine2.mid {
  color: var(--text);
  text-align: center;
  font-size: 50px;
  font-weight: 800;
  line-height: 60px;
}

.headine2.mid.light {
  font-size: 58px;
  font-weight: 500;
  line-height: 65px;
}

.headine2.light {
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
}

.headine2.mont-43 {
  font-size: 43px;
  font-weight: 800;
  line-height: 43px;
}

.span-1 {
  color: #994577;
  display: inline;
}

.fw_500-pt-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 3rem;
  display: flex;
}

.text-1 {
  color: #282f32;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 22px;
  line-height: 33px;
}

.text-1.white {
  color: #fff;
  font-size: 22px;
  line-height: 1.5;
}

.text-1.white.mid {
  text-align: center;
  font-size: 22px;
}

.text-1.orange {
  color: #f8a608;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.text-1.bold {
  font-family: Barlow, sans-serif;
  font-size: 26px;
  font-weight: 800;
}

.text-1.light {
  font-family: Barlow, sans-serif;
  font-size: 26px;
  line-height: 32px;
}

.text-1.bue {
  color: #994577;
  font-size: 18px;
}

.text-1.bue.top-5 {
  margin-top: -5px;
}

.text-1.ink {
  color: #fff;
  line-height: 30px;
}

.text-1.aa {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 800;
}

.text-1.yop {
  font-size: 14px;
  line-height: 21px;
}

.text-1.ss {
  font-size: 18px;
  font-weight: 500;
}

.text-1.ss._1rem {
  margin-bottom: 1rem;
  line-height: 27px;
}

.sec2 {
  color: #5f3149;
  padding-top: 4rem;
  padding-bottom: 4rem;
  font-family: Montserrat, sans-serif;
}

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

.row.desk {
  flex-wrap: wrap;
  display: flex;
}

.sub-rex {
  text-transform: uppercase;
  font-family: Manrope, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 30px;
}

.sub-rex._90 {
  width: 437.598px;
}

.head-3 {
  color: var(--text);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
}

.head-3.op {
  font-size: 43px;
  line-height: 52px;
}

.head-3.report-head {
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 42px;
}

.div-block {
  border: 2px dashed #000;
  padding: 20px;
}

.sec3 {
  background-color: var(--sec2);
  color: #fff;
  background-image: url('../images/lepticel-bg.jpg');
  background-position: 0 0;
  background-size: cover;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.sub-30 {
  color: var(--sec);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 45px;
}

.sub-30.small {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  line-height: 36px;
}

.sub-30.small.black {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--sec2);
  flex-direction: column;
  font-size: 26px;
  line-height: 1.5;
  display: block;
}

.sub-30.small.ni {
  font-family: Montserrat, sans-serif;
  font-size: 43px;
  font-weight: 800;
  line-height: 43px;
}

.sub-30.vlack {
  color: var(--black);
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 800;
}

.sub-30.big {
  color: var(--white);
  text-align: center;
  font-size: 40px;
  font-weight: 700;
}

.sub-30.big.blue {
  color: #d173ab;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  line-height: 58px;
  display: inline-block;
}

.sub-30.mid.lighterblue {
  color: var(--lightblue);
}

.sub-30.mid.lighterblue.manrope {
  font-family: Manrope, sans-serif;
}

.sub-30.manrope60-30 {
  color: var(--white);
  text-align: center;
  font-family: Manrope, sans-serif;
  font-weight: 600;
  line-height: 36px;
}

.sub-30.manrope60-30.top-head {
  color: var(--lightblue);
  letter-spacing: 3px;
  text-indent: 0;
  text-transform: none;
}

.sub-30.manrope60-30.top-head.purple2 {
  color: #d173ab;
}

.wrapper {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.wrapper.op {
  margin-top: 40px;
  margin-bottom: 30px;
}

.wrapper.vop {
  width: 74%;
  justify-content: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.wrapper.box {
  width: 68%;
  margin-left: auto;
  margin-right: auto;
}

.wrapper._30rem {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-bottom: 3rem;
}

.mont-30 {
  text-align: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 90px;
  font-weight: 900;
  line-height: 90px;
}

.mont-30.small {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: .9;
}

.mont-30.extra {
  font-family: Barlow, sans-serif;
  font-size: 90px;
}

.image {
  width: 75%;
}

.sec4 {
  background-color: #f3faff;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.sec4.fffefe {
  background-color: #fffefe;
}

.grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 40px;
  display: grid;
}

.grid._2 {
  grid-template-columns: 1fr 1fr;
  margin-top: 10px;
}

.col-lg-4-mb-2-d-flex-align-items-stretch {
  width: auto;
  color: #000;
  background-color: #f4f4f5;
  padding: 20px 25px;
}

.tick_list-hed {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.grid-2 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.75fr;
  align-items: flex-start;
  display: flex;
}

.grid-2.pop {
  align-items: center;
  margin-top: -5px;
}

.grid-2.pop.top {
  margin-top: 0;
}

.image-2 {
  width: 24px;
  height: 24px;
}

.image-2.sm {
  width: 20px;
  height: 20px;
}

.div-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-3 {
  flex: 1;
}

.flower-head {
  font-family: Manrope, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.sec-5 {
  background-color: var(--darkpurple);
  background-image: url('../images/lepticel-bg.jpg');
  background-position: 0 0;
  background-size: cover;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.text-span {
  font-weight: 700;
  text-decoration: underline;
  display: inline-block;
}

.grid-3 {
  grid-template-rows: auto;
}

.div-block-4 {
  height: auto;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 20px 60px;
  display: flex;
}

.text-block {
  color: var(--white);
  background-color: #5f3149;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
}

.space {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.image-3 {
  width: 100%;
}

.sec6 {
  background-color: #2a141e;
  padding-top: 3rem;
  padding-bottom: 4rem;
}

.logo-grid {
  grid-template-rows: auto;
  align-items: center;
  display: flex;
}

.div-block-5 {
  justify-content: center;
  display: flex;
}

.text-span-2 {
  font-size: 55px;
}

._6grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

._6grid.mobi {
  display: none;
}

.gallery {
  justify-content: center;
  display: flex;
}

.image-4 {
  width: 100%;
}

.content-wrapper {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .07);
  border-radius: 10px;
  align-self: auto;
  padding: 30px 30px 20px;
}

.grid-4 {
  width: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: flex;
}

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

.div-block-7 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 1.5rem;
  display: flex;
}

.grid-5 {
  grid-template-rows: auto;
  align-items: center;
  margin-top: .125rem;
  margin-bottom: 1.5rem;
  display: flex;
}

._5-star {
  width: 100%;
}

.div-block-8 {
  width: auto;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-5 {
  width: 99px;
}

.image-5.testicircle {
  border-radius: 100px;
}

.bootle {
  width: 88px;
}

.prefooter {
  background-color: #f7f7f7;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.pre-footer-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.pre-footer-wrapper.loop {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  border-left: 1px solid #a59797;
  padding-left: 1.5rem;
  padding-right: 40px;
  line-height: 15px;
}

.pre-footer-wrapper.loop.it {
  border-left-style: none;
}

.pre-footer-wrapper.loop {
  height: 18px;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  border-left: 1px solid #d6dce7;
  justify-content: center;
  padding-left: 1.5rem;
  padding-right: 40px;
  line-height: 15px;
}

.pre-footer-wrapper.loop.it {
  border-left-style: none;
}

.image-6.desk {
  height: 100%;
}

.image-6.tab {
  display: none;
}

.pricing {
  padding-top: 3rem;
  padding-bottom: 0;
}

.sec10-pt-5-desktop-view.loop {
  margin-bottom: 0;
}

.row-package {
  padding: 0;
  display: flex;
}

.grey-bg {
  border-radius: 0;
}

.gradient-sec {
  height: auto;
  background-image: url('../images/gradient-bg.png');
  background-size: cover;
  border-radius: 10px 10px 0 0;
  padding-top: 0;
  overflow: hidden;
}

.gradient-sec._2 {
  background-image: url('../images/gradient-bg.png');
}

.heading {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow Condensed, sans-serif;
  font-size: 33px;
}

.heading.back {
  color: var(--black);
  font-family: Barlow Condensed, sans-serif;
  font-size: 33px;
  font-weight: 700;
}

.heading.order-head {
  font-size: 38px;
}

.div-block-10 {
  background-image: url('../images/grey-gradient-bg.jpg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 10px 10px 0 0;
  padding-top: 5px;
  padding-bottom: 5px;
  box-shadow: 0 2px 5px 7px rgba(0, 0, 0, .2);
}

.div-block-10.only {
  background-image: url('../images/order-bg.png');
  padding-top: 5px;
  padding-bottom: 5px;
  box-shadow: 0 2px 8px 5px rgba(0, 0, 0, .2);
}

.div-block-11 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.div-block-12 {
  justify-content: center;
  padding: 1.5rem 1.5rem 0;
  display: flex;
}

.image-7 {
  width: auto;
  height: 302px;
}

.price-sec-text-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: .25rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.price-sec-text-center.loop {
  align-items: center;
}

.price-sec-text-center._00 {
  padding-top: 1rem;
  padding-bottom: 6rem;
}

.heading-2 {
  color: var(--text);
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 25px;
}

.heading-2.big {
  font-size: 30px;
  font-weight: 600;
}

.heading-2.big.top-20 {
  margin-top: -10px;
}

.div-block-13 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: -10px;
  padding-top: .25rem;
  padding-bottom: 0;
  display: flex;
}

.div-block-14 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  font-style: italic;
  display: flex;
}

.image-8 {
  width: 85%;
}

.prce {
  padding-top: 5rem;
  padding-bottom: 3rem;
}

.div-block-15 {
  flex: none;
  padding-top: 4px;
}

.price-wrap {
  width: 90%;
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  background-color: #eee;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 10px 40px 10px 60px;
  display: flex;
}

.price-wrap.top10 {
  margin-top: 10px;
}

.badge-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f7f6f6;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .5fr;
  grid-auto-columns: 1fr;
  padding: 0 3rem 3rem;
  display: grid;
}

.div-block-16 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 3rem;
  display: flex;
}

.image-9 {
  width: 100%;
}

.grid-7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
  margin-bottom: 1rem;
}

.div-block-17 {
  align-items: center;
  display: flex;
}

.listing {
  padding: 1rem 10px 100px;
}

.div-block-19 {
  width: 749.344px;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column wrap;
  justify-content: space-around;
  align-items: flex-start;
  padding-bottom: 1rem;
  padding-right: 1.5rem;
  display: flex;
}

.fter {
  background-color: var(--sec2);
  color: var(--white);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.div-block-23 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: center;
  display: flex;
}

.link {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1rem;
  text-decoration: none;
}

.before {
  width: 71px;
  height: 2px;
  background-color: #db444b;
  font-family: Barlow, sans-serif;
  position: absolute;
  top: 20px;
  right: -9px;
  transform: rotate(-22deg);
}

.before.tik {
  height: 3px;
  right: 9px;
}

.div-block-24 {
  position: relative;
}

.link-block, .link-block-2, .link-block-3 {
  width: 100%;
}

.div-block-25 {
  margin-left: 10px;
  position: relative;
}

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

.bold-text {
  color: #db444b;
}

.text-span-4 {
  color: var(--text);
  font-weight: 900;
}

.text-span-7, .text-span-8 {
  text-decoration: underline;
}

.text-span-9 {
  color: var(--white);
  text-decoration: underline;
}

.bold-text-2 {
  font-size: 60px;
  font-weight: 900;
}

.faq {
  background-color: #f3faff;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.fn-faq-item-toggle {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  cursor: pointer;
  border-radius: 0;
  flex-direction: column;
  padding: 0;
  display: flex;
}

.brix---accordion-btn-horizontal-line-v2 {
  width: 28px;
  height: 2px;
  background-color: var(--white);
  border-radius: 20px;
  position: absolute;
}

.brix---accordion-btn-vertical-line-v2 {
  width: 2px;
  height: 28px;
  background-color: var(--white);
  border-radius: 20px;
  position: absolute;
}

.brix---accordion-icon-wrapper {
  width: 38px;
  height: 38px;
  min-height: 38px;
  min-width: 38px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---accordion-right-side {
  justify-content: flex-end;
  margin-left: 24px;
  margin-right: 0;
  display: flex;
}

.brix---mg-bottom-0 {
  color: var(--sec2);
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: Manrope, sans-serif;
  font-size: 22px;
  line-height: 1.5;
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---paragraph-default {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---accordion-spacer {
  min-height: 16px;
}

.brix---acordion-body {
  width: 100%;
  padding: 0 20px 0 60px;
  overflow: hidden;
}

.brix---accordion-title {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
}

.brix---color-neutral-800 {
  width: auto;
  color: var(--elements-webflow-library--neutral--800);
  padding-top: 0;
  padding-left: 20px;
}

.brix---color-neutral-800.neo {
  background-color: #994577;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 0;
}

.brix---accordion-header {
  align-items: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 55px;
  display: flex;
}

.brix---accordion-content-wrapper-v2 {
  max-width: none;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.brix---accordion-big-number {
  width: auto;
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 52px;
}

.brix---accordion-big-number-wrapper {
  width: 100%;
  background-color: var(--sec2);
  justify-content: space-between;
  align-items: center;
  padding-right: 20px;
  display: flex;
}

.brix---accordion-item-wrapper-v5-first {
  width: 100%;
  border-style: solid;
  border-width: 0 0 1px;
  border-color: var(--elements-webflow-library--neutral--300);
  background-color: var(--white);
  box-shadow: none;
  color: var(--white);
  cursor: pointer;
  border-radius: 5px;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 0;
  transition: transform .3s;
  display: block;
}

.brix---accordion-item-wrapper-v5-first:hover {
  transform: translate(8px);
}

.brix---grid-1-column-gap-row-0 {
  max-width: none;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-34 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

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

.paragraph {
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.div-block-36 {
  border-bottom: 1px #000;
  box-shadow: 0 2px 15px rgba(34, 30, 30, .2);
}

.image-12 {
  height: auto;
}

.div-block-37 {
  width: auto;
}

.col-lg-8-ps-lg-0-pb-3-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.headine2-2 {
  color: #243239;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 61px;
  font-weight: 800;
  line-height: 70px;
}

.berry_img-d-lg-block-d-none-2 {
  z-index: 0;
  position: absolute;
  bottom: -36px;
  left: 166.995px;
}

.span-2 {
  color: #5f3149;
}

.fruit_bottle-d-lg-block-d-none-lazy-loaded-2 {
  width: 78%;
  height: auto;
  object-fit: fill;
}

.cherry_img-d-lg-block-d-none-2 {
  z-index: 1;
  position: absolute;
  bottom: -30px;
  left: -32px;
}

.image-13 {
  width: 75%;
}

.image-13.tab {
  display: none;
}

.text-2 {
  color: #000;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  line-height: 1.5;
}

.row-pt-3-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bold-c {
  font-weight: 700;
}

.div-block-44 {
  width: 63%;
  margin-left: auto;
  margin-right: auto;
}

.text-span-10 {
  font-weight: 600;
}

.wrrap {
  width: 400px;
}

.bold-text-3 {
  font-size: 24px;
}

.div-block-46 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: center;
  display: flex;
}

.text-3 {
  color: #282f32;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 22px;
  line-height: 33px;
}

.text-3.ink {
  color: #fff;
  flex: 0 auto;
  line-height: 29px;
}

.smaller {
  font-size: 70px;
  font-weight: 200;
}

.small {
  font-size: 35px;
  font-weight: 400;
}

.lighter {
  font-weight: 300;
}

.lightsmall {
  font-size: 22px;
  font-weight: 300;
}

.tm {
  font-size: 36px;
  font-weight: 400;
}

.span-3 {
  color: #d173ab;
}

.mont43 {
  color: #012;
  font-size: 43px;
  line-height: 50px;
}

.bold-text-4 {
  font-weight: 500;
}

.pallogo {
  max-width: 81%;
}

.pricing-bot {
  padding-top: 1rem;
  padding-bottom: 0;
}

.image-19 {
  width: 100px;
  max-width: 100%;
}

.image-20, .image-21, .image-22, .image-23, .image-24, .image-25, .image-26, .image-27 {
  width: 100px;
}

.supers {
  font-size: 45px;
}

.supers2 {
  font-size: 65px;
}

.quick-stack {
  padding-top: 0;
  padding-bottom: 0;
}

.claimyour {
  color: #243239;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 60px;
}

.claimyour.mid {
  color: var(--text);
  text-align: center;
  font-size: 50px;
  font-weight: 800;
  line-height: 60px;
}

.claimyour.mid.light {
  font-size: 58px;
  font-weight: 500;
  line-height: 65px;
}

.claimyour.light {
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
}

.claimyour.mont-43 {
  font-size: 43px;
  font-weight: 800;
  line-height: 43px;
}

.weight-300 {
  font-weight: 400;
}

.wrapper-claim {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.wrapper-claim.op {
  margin-top: 40px;
  margin-bottom: 30px;
}

.wrapper-claim.vop {
  width: 74%;
  justify-content: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.wrapper-claim.box {
  width: 68%;
  margin-left: auto;
  margin-right: auto;
}

.wrapper-claim._30rem {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-bottom: 3rem;
}

.div-block-48 {
  padding-top: 20px;
}

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

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .menu-button {
    border: 1px solid #c5c5c5;
    border-radius: 10px;
    padding: 12px;
    font-size: 35px;
    font-weight: 400;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .hero.web-adjust {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .main-container.space {
    width: 95%;
  }

  .main-container.desk {
    display: none;
  }

  .main-container.tab {
    display: block;
  }

  .row-pt-3 {
    flex-direction: column-reverse;
    display: flex;
  }

  .col-lg-4.op {
    width: auto;
    height: auto;
    border-bottom-right-radius: 20px;
    padding-right: 0;
  }

  .col-lg-4.long {
    width: auto;
    position: static;
  }

  .col-lg-4.right {
    width: auto;
    height: auto;
    border-bottom-left-radius: 20px;
    display: flex;
  }

  .bottle_outside-text-center-position-relative {
    margin-bottom: 60px;
  }

  .bottle_outside-text-center-position-relative.dsk {
    display: none;
  }

  .bottle_outside-text-center-position-relative.tab {
    width: 100%;
    align-items: center;
    display: flex;
  }

  .fruit_bottle-d-lg-block-d-none-lazy-loaded {
    width: 55%;
  }

  .headine2 {
    text-align: center;
    font-size: 36px;
    line-height: 45px;
  }

  .headine2.mid {
    font-size: 40px;
    line-height: 45px;
  }

  .headine2.mid.light, .headine2.light {
    font-size: 36px;
    line-height: 45px;
  }

  .headine2.mont-43 {
    font-size: 32px;
  }

  .span-1 {
    display: inline;
  }

  .text-1.barrow {
    font-family: Barlow, sans-serif;
    font-size: 38px;
    font-weight: 500;
    line-height: 46px;
  }

  .text-1.barrow.bold {
    color: #000;
    font-weight: 700;
  }

  .sec2.web-adjust {
    padding-top: 2rem;
  }

  .row {
    flex-direction: column-reverse;
    display: flex;
  }

  .sub-30.small.black {
    font-weight: 400;
  }

  .sub-30.small.black.mobile {
    font-size: 22px;
  }

  .sub-30.big.blue {
    font-size: 59px;
  }

  .sub-30.big.blue.mobile {
    font-size: 40px;
    line-height: 50px;
  }

  .wrapper.op.aweb {
    margin-top: 20px;
  }

  .wrapper.vop, .image {
    width: 100%;
  }

  .sec4.web-s {
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .grid._2 {
    display: flex;
  }

  .col-lg-4-mb-2-d-flex-align-items-stretch {
    width: auto;
  }

  .grid-2 {
    align-items: flex-start;
    display: flex;
  }

  .grid-3 {
    flex-direction: column;
    display: flex;
  }

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

  .logo-grid {
    flex-direction: column;
  }

  ._6grid.mobi {
    display: none;
  }

  .image-5 {
    width: 100%;
  }

  .pre-footer-wrapper.loop {
    border-left-style: none;
    margin-top: 6px;
  }

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

  .image-6.desk {
    display: none;
  }

  .image-6.tab {
    width: 100%;
    text-align: center;
    display: block;
  }

  .pricing.web {
    padding-top: 2rem;
  }

  .pricing.wer {
    padding-top: 1rem;
  }

  .sec10-pt-5-desktop-view {
    margin-bottom: 100px;
  }

  .row-package {
    grid-column-gap: 4.75rem;
    grid-row-gap: 4.75rem;
    flex-direction: column;
    align-items: stretch;
  }

  .price-sec-text-center._00 {
    padding-bottom: 0;
  }

  .prce {
    padding-top: 2rem;
  }

  .badge-wrapper {
    flex-direction: column-reverse;
    display: flex;
  }

  .image-9 {
    width: 50%;
    text-align: center;
    align-self: center;
  }

  .grid-7 {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    flex-wrap: wrap;
    justify-content: center;
    display: none;
  }

  .icon {
    font-weight: 400;
  }

  .div-block-19 {
    width: auto;
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .div-block-20 {
    flex: 0 auto;
  }

  .bold-text-2 {
    font-size: 36px;
  }

  .faq.wrap-faq {
    padding-top: 1rem;
  }

  .brix---accordion-spacer {
    min-height: 12px;
  }

  .brix---accordion-title {
    font-size: 24px;
  }

  .brix---accordion-big-number {
    width: auto;
    font-size: 44px;
    line-height: 50px;
  }

  .brix---accordion-item-wrapper-v5-first {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---accordion-item-wrapper-v5-first:hover {
    transform: translate(6px);
  }

  .div-block-39 {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .headine2-2 {
    text-align: center;
    font-size: 45px;
    line-height: 55px;
  }

  .berry_img-d-lg-block-d-none-2 {
    left: auto;
    right: 138.812px;
  }

  .fruit_bottle-d-lg-block-d-none-lazy-loaded-2 {
    width: 55%;
  }

  .cherry_img-d-lg-block-d-none-2 {
    left: 92px;
  }

  .image-13 {
    width: 100%;
  }

  .image-13.tab {
    width: 100%;
    display: block;
  }

  .image-13.desk {
    display: none;
  }

  .text-2 {
    font-size: 24px;
  }

  .row-pt-3-2 {
    flex-direction: column-reverse;
    display: flex;
  }

  .tab-wrap {
    width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .text-center-pt-2-px-lg-4-d-flex-justify-content-sm-center {
    justify-content: center;
    display: flex;
  }

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

  .flex {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    background-color: var(--purple);
    border-radius: 15px;
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 15px;
    padding: 8px 20px 8px 10px;
    display: grid;
  }

  .flex._1 {
    background-color: var(--pricey);
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 10px;
  }

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

  .heading-4 {
    color: var(--white);
    margin-top: 0;
    margin-bottom: 0;
    font-family: Manrope, sans-serif;
    font-size: 23px;
    font-style: italic;
    line-height: 30px;
  }

  .div-block-43 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .image-15 {
    margin-top: 20px;
  }

  .barlow-condensed---400 {
    text-align: center;
    font-family: Barlow Condensed, sans-serif;
    font-size: 61px;
    font-weight: 700;
    line-height: 55px;
  }

  .barlow-condensed---400.er {
    font-size: 80px;
    line-height: 100px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .sub {
    text-align: center;
    font-family: Barlow Condensed, sans-serif;
    font-size: 35px;
    font-weight: 600;
    line-height: 35px;
  }

  .sub.mob-sub {
    margin-top: 0;
  }

  .heading-6 {
    font-family: Barlow, sans-serif;
    font-size: 130px;
    line-height: 181px;
  }

  .add-cart {
    width: 100%;
  }

  .image-16 {
    width: 40%;
  }

  .div-block-44 {
    width: 77%;
  }

  .div-block-46 {
    display: block;
  }

  .mont43.web-adjust {
    margin-top: 0;
  }

  .mobss {
    font-size: 70px;
  }

  .quick-stack {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-28 {
    text-align: center;
  }

  .cell {
    text-align: center;
    align-items: center;
  }

  .claimyour {
    text-align: center;
    font-size: 36px;
    line-height: 45px;
  }

  .claimyour.mid {
    font-size: 40px;
    line-height: 45px;
  }

  .claimyour.mid.light, .claimyour.light {
    font-size: 36px;
    line-height: 45px;
  }

  .claimyour.mont-43 {
    font-size: 32px;
  }

  .wrapper-claim {
    padding-left: 10px;
    padding-right: 10px;
  }

  .wrapper-claim.vop {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .menu-button {
    color: rgba(51, 51, 51, .51);
    border-color: rgba(197, 197, 197, .47);
    padding: 10px;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
  }

  .col-lg-4.op, .col-lg-4.long {
    width: auto;
  }

  .headine2 {
    font-size: 36px;
    line-height: 45px;
  }

  .headine2.mid {
    font-size: 30px;
    line-height: 40px;
  }

  .headine2.mid.light {
    font-size: 32px;
    line-height: 1.2;
  }

  .headine2.light {
    font-size: 30px;
    line-height: 36px;
  }

  .span-1 {
    display: inline;
  }

  .fw_500-pt-2 {
    padding-right: 0;
  }

  .text-1 {
    font-size: 20px;
    line-height: 30px;
  }

  .text-1.orange {
    font-size: 20px;
  }

  .text-1.barrow {
    font-size: 32px;
  }

  .head-3 {
    font-size: 29px;
    font-weight: 500;
  }

  .head-3.op {
    font-weight: 700;
  }

  .head-3.report-head {
    font-size: 30px;
    line-height: 36px;
  }

  .sub-30.manrope60-30 {
    font-size: 24px;
  }

  .wrapper.op.web {
    margin-top: 5px;
  }

  .mont-30 {
    font-size: 75px;
  }

  .sec4.web-s {
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid {
    display: flex;
  }

  .grid-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: center;
  }

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

  .logo-grid {
    flex-direction: column;
  }

  ._6grid {
    display: none;
  }

  ._6grid.mobi {
    display: block;
  }

  .image-4 {
    width: 80%;
  }

  .image-4._3testi {
    width: 100%;
  }

  .content-wrapper.web {
    padding-top: 30px;
  }

  .grid-4 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-7 {
    align-items: stretch;
  }

  .div-block-7.top10 {
    margin-top: 10px;
  }

  .grid-5 {
    flex-direction: row;
  }

  ._5-star {
    width: auto;
  }

  .image-5.testicircle {
    width: 100%;
    max-width: 60%;
  }

  .str-wrapper {
    width: auto;
  }

  .image-6.tab {
    display: block;
  }

  .row-package {
    flex-direction: column;
    align-items: stretch;
  }

  .prce {
    flex-direction: column;
    display: block;
  }

  .price-wrap {
    padding-left: 100px;
  }

  .bold-text-2 {
    font-size: 32px;
  }

  .brix---accordion-right-side {
    margin-left: 16px;
    margin-right: 16px;
  }

  .brix---mg-bottom-0 {
    font-size: 20px;
  }

  .brix---accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .brix---accordion-big-number {
    width: auto;
    font-size: 32px;
    line-height: 42px;
  }

  .brix---accordion-item-wrapper-v5-first {
    padding: 48px 0;
  }

  .headine2-2 {
    text-align: center;
    font-size: 36px;
    line-height: 42px;
  }

  .berry_img-d-lg-block-d-none-2 {
    right: 24.812px;
  }

  .cherry_img-d-lg-block-d-none-2 {
    left: 47px;
  }

  .text-2 {
    font-size: 20px;
  }

  .lft-side {
    display: block;
  }

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

  .barlow-condensed---400 {
    font-size: 51px;
    line-height: 51px;
  }

  .barlow-condensed---400.er {
    font-size: 55px;
  }

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

  .div-block-44 {
    width: 89%;
  }

  .wrrap {
    width: auto;
    text-align: center;
    align-self: auto;
  }

  .mont43 {
    font-size: 32px;
    line-height: 40px;
  }

  .claimyour {
    font-size: 36px;
    line-height: 45px;
  }

  .claimyour.mid {
    font-size: 30px;
    line-height: 40px;
  }

  .claimyour.mid.light {
    font-size: 32px;
    line-height: 1.2;
  }

  .claimyour.light {
    font-size: 30px;
    line-height: 36px;
  }

  .wrapper-claim {
    padding-left: 10px;
    padding-right: 10px;
  }

  .wrapper-claim.op.web {
    margin-top: 5px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .navbar-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .menu-button {
    border-color: rgba(175, 165, 165, .15);
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero {
    padding-bottom: 2rem;
    overflow: hidden;
  }

  .hero.web-adjust {
    padding-top: 1.5rem;
    padding-left: 5px;
  }

  .main-container.space {
    margin-top: 10px;
  }

  .main-container.space.webb {
    margin-top: 0;
  }

  .main-container.tab.ish {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .row-pt-3 {
    width: 100%;
  }

  .col-lg-4.right {
    padding-bottom: 10px;
  }

  .col-lg-8-ps-lg-0-pb-3 {
    align-items: center;
  }

  .bottle_outside-text-center-position-relative.tab {
    margin-bottom: 0;
  }

  .fruit_bottle-d-lg-block-d-none-lazy-loaded {
    width: 80%;
  }

  .headine2 {
    text-align: left;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.3;
  }

  .headine2.mid {
    font-size: 30px;
    line-height: 36px;
  }

  .headine2.mid.light {
    font-size: 24px;
  }

  .headine2.mid.web-adu {
    font-size: 22px;
    line-height: 30px;
  }

  .headine2.mid.adjust {
    font-size: 22px;
    line-height: 32px;
  }

  .headine2.light {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
  }

  .headine2.light.top-10 {
    margin-top: -15px;
  }

  .headine2.mont-43 {
    font-size: 30px;
    line-height: 38px;
  }

  .headine2.mont-43.web-xxs {
    text-align: center;
    font-size: 26px;
    line-height: 30px;
  }

  .headine2.guarante {
    text-align: center;
    font-size: 26px;
  }

  .span-1 {
    display: inline;
  }

  .fw_500-pt-2 {
    padding-right: 0;
  }

  .text-1 {
    color: var(--text);
    font-size: 18px;
    line-height: 1.4;
  }

  .text-1.white {
    font-size: 20px;
    line-height: 1.4;
  }

  .text-1.white.mid {
    font-size: 20px;
    line-height: 1.3;
  }

  .text-1.white.mid.slightbig {
    padding-left: 50px;
    padding-right: 50px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
  }

  .text-1.white.mid.slightbig.web2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-1.orange {
    font-size: 18px;
    font-weight: 600;
  }

  .text-1.bue {
    font-weight: 500;
  }

  .text-1.bue.top-5.webx {
    margin-top: 0;
    font-size: 16px;
    line-height: 22px;
  }

  .text-1.aa {
    font-size: 18px;
  }

  .text-1.barrow {
    width: auto;
    font-size: 22px;
  }

  .text-1.barrow.bold {
    font-size: 22px;
  }

  .text-1.ss {
    font-size: 16px;
    line-height: 22px;
  }

  .text-1.ss._1rem {
    font-size: 18px;
  }

  .text-1.ss.weba {
    font-size: 16px;
    line-height: 25px;
  }

  .text-1.web {
    margin-top: -10px;
  }

  .sec2 {
    padding-top: 2rem;
  }

  .sec2.web-adjust {
    padding-top: 1rem;
    padding-bottom: 1.5rem;
  }

  .sub-rex {
    font-family: Manrope, sans-serif;
    font-size: 23px;
  }

  .sub-rex._90 {
    width: auto;
  }

  .sub-rex._90.web {
    margin-bottom: 0;
  }

  .head-3 {
    width: 100%;
    font-size: 21px;
    font-weight: 800;
    line-height: 28px;
  }

  .head-3.op {
    font-size: 27px;
    font-weight: 700;
    line-height: 33px;
  }

  .head-3.report-head {
    font-size: 25px;
    line-height: 32px;
  }

  .sec3.web-space {
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .sub-30.small {
    font-size: 22px;
  }

  .sub-30.small.black {
    font-size: 25px;
  }

  .sub-30.small.black.mobile {
    font-size: 18px;
  }

  .sub-30.small.ni {
    font-size: 28px;
    line-height: 32px;
  }

  .sub-30.vlack {
    font-size: 20px;
  }

  .sub-30.vlack.web-test {
    font-size: 16px;
    line-height: 22px;
  }

  .sub-30.big.blue {
    font-size: 36px;
    display: inline-block;
  }

  .sub-30.big.blue.mobile {
    text-align: center;
    font-size: 30px;
    line-height: 35px;
  }

  .sub-30.mid {
    text-align: center;
    margin-bottom: 0;
    font-size: 26px;
    line-height: 36px;
  }

  .sub-30.manrope60-30 {
    font-size: 22px;
    line-height: 28px;
  }

  .sub-30.manrope60-30.top-head.purple2.font-web {
    font-size: 20px;
  }

  .sub-30.manrope60-30.top-22 {
    margin-top: -10px;
  }

  .wrapper {
    width: 100%;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .wrapper.op.web {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .wrapper.op.aweb {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .wrapper.op.opweb {
    margin-top: 10px;
  }

  .wrapper._30rem {
    text-align: center;
  }

  .wrapper._30rem.web30 {
    margin-bottom: 10px;
  }

  .mont-30 {
    margin-bottom: 0;
    font-size: 37px;
    line-height: 62px;
  }

  .mont-30.top-10 {
    margin-top: -10px;
  }

  .mont-30.top-10.mont-title {
    margin-top: -20px;
    font-size: 45px;
  }

  .sec4.fffefe.web-sp {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sec4.web-s {
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid.gridweb {
    margin-top: 20px;
  }

  .col-lg-4-mb-2-d-flex-align-items-stretch {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-2 {
    align-items: flex-start;
    padding-top: 0;
  }

  .flower-head {
    font-size: 25px;
    font-weight: 600;
  }

  .sec-5 {
    padding-top: 2rem;
  }

  .sec-5.webaj {
    padding-bottom: 1.5rem;
  }

  .text-span {
    margin-left: 10px;
    display: inline;
  }

  .grid-3 {
    width: 100%;
  }

  .div-block-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-4.webad {
    padding-bottom: 30px;
  }

  .text-block {
    font-size: 24px;
  }

  .space {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-direction: row;
    display: flex;
  }

  .image-3 {
    width: auto;
  }

  .sec6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .text-span-2 {
    line-height: .8;
  }

  ._6grid.mobi.mobi2 {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrapper.web {
    margin-top: -30px;
    padding: 20px 20px 0;
  }

  .div-block-7 {
    margin-left: 0;
  }

  .grid-5 {
    flex-wrap: nowrap;
    align-self: auto;
  }

  .image-5.testicircle {
    max-width: 50%;
  }

  .prefooter.web {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .image-6.tab {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing.web {
    padding-top: 1.5rem;
  }

  .pricing.wer {
    padding-top: .5rem;
  }

  .sec10-pt-5-desktop-view.loop {
    margin-bottom: 20px;
  }

  .heading.bvalue {
    font-size: 30px;
  }

  .image-7 {
    height: auto;
  }

  .div-block-13 {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-wrap: wrap;
    padding-top: .125rem;
    padding-bottom: .125rem;
  }

  .prce.webbb {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .div-block-15 {
    padding-top: 2px;
  }

  .price-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .badge-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .badge-wrapper.web-wr {
    padding-bottom: 1.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .image-9 {
    width: 65%;
  }

  .grid-7 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .listing {
    display: block;
    overflow: hidden;
  }

  .listing.web {
    padding-bottom: 20px;
  }

  .div-block-19 {
    padding-right: 0;
  }

  .div-block-23 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .before {
    width: 45px;
    font-size: 14px;
    top: 22px;
    right: 3px;
  }

  .before.tik {
    width: 55px;
  }

  .text-span-4 {
    font-weight: 700;
  }

  .div-block-27 {
    width: 99.9999%;
  }

  .bold-text-2 {
    font-size: 24px;
    line-height: 1;
  }

  .faq.wrap-faq {
    padding-top: .125rem;
    padding-bottom: .5rem;
  }

  .brix---accordion-right-side {
    margin-right: 0;
  }

  .brix---mg-bottom-0 {
    font-size: 18px;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---acordion-body {
    padding-left: 40px;
  }

  .brix---accordion-title {
    font-size: 17px;
    line-height: 23px;
  }

  .brix---accordion-big-number {
    font-size: 24px;
    line-height: 35px;
    display: block;
  }

  .brix---accordion-item-wrapper-v5-first {
    padding-top: 0;
    padding-bottom: 0;
  }

  .list-2 {
    padding-left: 20px;
  }

  .col-lg-8-ps-lg-0-pb-3-2 {
    align-items: center;
  }

  .headine2-2 {
    text-align: left;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2;
  }

  .berry_img-d-lg-block-d-none-2 {
    width: 54%;
    display: block;
    left: 174px;
    right: auto;
  }

  .span-2 {
    font-weight: 700;
  }

  .fruit_bottle-d-lg-block-d-none-lazy-loaded-2 {
    width: 65%;
  }

  .cherry_img-d-lg-block-d-none-2 {
    width: 42%;
    left: -1px;
  }

  .text-2 {
    color: #2f2f2f;
    font-family: Manrope, sans-serif;
    font-size: 20px;
    line-height: 1.5;
  }

  .tab-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: flex;
  }

  .lft-side {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .div-block-40 {
    justify-content: flex-start;
    padding-left: 20px;
    display: flex;
  }

  .div-block-40._2-bot {
    margin-top: 25px;
  }

  .flex {
    margin-bottom: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
  }

  .flex._1 {
    align-items: center;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    display: flex;
  }

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

  .heading-4 {
    font-size: 14px;
    line-height: 19px;
    display: block;
  }

  .image-15 {
    width: 75%;
  }

  .image-15.top-5 {
    margin-top: 10px;
  }

  .barlow-condensed---400 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 34px;
    line-height: 40px;
  }

  .barlow-condensed---400.er {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px;
    line-height: 40px;
  }

  .sub {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 19px;
    line-height: 25px;
  }

  .sub.mob-sub {
    margin-top: -5px;
    font-size: 21px;
  }

  .heading-6 {
    margin-top: 0;
    font-size: 72px;
    line-height: 70px;
  }

  .checklist {
    width: 40%;
    flex: none;
  }

  .add-cart {
    width: 100%;
  }

  .image-17 {
    width: 75%;
  }

  .link-block-4, .link-block-5 {
    justify-content: center;
    display: flex;
  }

  .bold-c {
    font-size: 23px;
    font-weight: 700;
  }

  .div-block-44 {
    width: 85%;
  }

  .wrrap {
    margin-bottom: 10px;
  }

  .div-block-45 {
    align-items: center;
    display: flex;
  }

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

  .image-18.top-10 {
    margin-top: -15px;
  }

  .h2rap {
    margin-bottom: 10px;
  }

  .div-block-46 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .text-3 {
    color: #2f2f2f;
    font-size: 20px;
    line-height: 1.4;
  }

  .smaller {
    font-size: 35px;
  }

  .small.tm2 {
    font-size: 25px;
  }

  .lighter {
    font-size: 22px;
    line-height: 26px;
  }

  .tm {
    font-size: 24px;
  }

  .mont43 {
    font-size: 26px;
    line-height: 32px;
  }

  .mont43.web-adjust {
    margin-top: -10px;
    margin-bottom: 0;
  }

  .pricing-bot {
    padding-top: 0;
  }

  .pricing-bot.rrt {
    padding-bottom: .5rem;
  }

  .div-block-47 {
    text-align: center;
    align-self: center;
  }

  .image-19.vit, .image-20.vit, .image-21.vit, .image-22.vit, .image-23.vit, .image-24.vit, .image-25.vit, .image-26.vit, .image-27.vit {
    width: 70px;
  }

  .top-10 {
    margin-top: -10px;
  }

  .mobss {
    font-size: 50px;
  }

  .quick-stack {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: -10px;
    padding-top: 0;
  }

  .logo-footer {
    max-width: 50%;
  }

  .claimyour {
    text-align: center;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.2;
  }

  .claimyour.mid {
    font-size: 30px;
    line-height: 36px;
  }

  .claimyour.mid.light {
    font-size: 24px;
  }

  .claimyour.mid.web-adu {
    font-size: 22px;
    line-height: 30px;
  }

  .claimyour.mid.adjust {
    font-size: 22px;
    line-height: 32px;
  }

  .claimyour.light {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
  }

  .claimyour.light.top-10 {
    margin-top: -15px;
  }

  .claimyour.mont-43 {
    font-size: 30px;
    line-height: 38px;
  }

  .claimyour.mont-43.web-xxs {
    text-align: center;
    font-size: 26px;
    line-height: 30px;
  }

  .claimyour.guarante {
    text-align: center;
    font-size: 26px;
  }

  .wrapper-claim {
    width: 100%;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper-claim.op.web {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .wrapper-claim.op.aweb {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .wrapper-claim.op.opweb {
    margin-top: 10px;
  }

  .wrapper-claim._30rem {
    text-align: center;
  }
}

#w-node-_1e772efe-f5ed-6f84-c3b0-54efb081163e-2a2f0d88, #w-node-_813e45c0-c56c-b7ef-3fb8-552594307344-2a2f0d88, #w-node-a3ded4ab-ff8f-5db0-0cba-8eed660885d2-2a2f0d88, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ec72-2a2f0d88, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ec73-2a2f0d88, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ec7b-2a2f0d88, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ec7d-2a2f0d88, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ec83-2a2f0d88, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ec85-2a2f0d88, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ec8b-2a2f0d88, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ec8d-2a2f0d88, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ec91-2a2f0d88, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ec92-2a2f0d88, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ec9a-2a2f0d88, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ec9c-2a2f0d88, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09eca2-2a2f0d88, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09eca4-2a2f0d88, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ecaa-2a2f0d88, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ecac-2a2f0d88, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ecb0-2a2f0d88, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ecb1-2a2f0d88, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ecb9-2a2f0d88, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ecbb-2a2f0d88, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ecc1-2a2f0d88, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ecc3-2a2f0d88, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ecc9-2a2f0d88, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09eccb-2a2f0d88, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09eccf-2a2f0d88, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ecd0-2a2f0d88, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ecd8-2a2f0d88, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ecda-2a2f0d88, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ece0-2a2f0d88, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ece2-2a2f0d88, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ece8-2a2f0d88, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ecea-2a2f0d88, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ecee-2a2f0d88, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ecef-2a2f0d88, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ecf7-2a2f0d88, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ecf9-2a2f0d88, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ecff-2a2f0d88, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ed01-2a2f0d88, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ed07-2a2f0d88, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ed09-2a2f0d88, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ed0d-2a2f0d88, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ed0e-2a2f0d88, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ed16-2a2f0d88, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ed18-2a2f0d88, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ed1e-2a2f0d88, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ed20-2a2f0d88, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ed26-2a2f0d88, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ed28-2a2f0d88, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ed2c-2a2f0d88, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ed2d-2a2f0d88, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ed35-2a2f0d88, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ed37-2a2f0d88, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ed3d-2a2f0d88, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ed3f-2a2f0d88, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ed45-2a2f0d88, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ed47-2a2f0d88, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ed4b-2a2f0d88, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ed4c-2a2f0d88, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ed54-2a2f0d88, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ed56-2a2f0d88, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ed5c-2a2f0d88, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ed5e-2a2f0d88, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ed64-2a2f0d88, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ed66-2a2f0d88, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ed6a-2a2f0d88, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ed6b-2a2f0d88, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ed73-2a2f0d88, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ed75-2a2f0d88, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ed7b-2a2f0d88, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ed7d-2a2f0d88, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ed83-2a2f0d88, #w-node-_8dbaa0a4-cb5d-0218-ac8f-37fafa09ed85-2a2f0d88, #w-node-_7bfb09ff-8233-b9a0-f614-f06b756dd497-2a2f0d88, #w-node-f8ea68f3-cca0-2570-720a-dee1869b2eb2-2a2f0d88, #w-node-f8ea68f3-cca0-2570-720a-dee1869b2eb4-2a2f0d88, #w-node-_7c38e2c4-b997-4ecf-220d-09c79505513e-2a2f0d88, #w-node-aa3ba155-8bd5-6a21-b770-0ccc1ae84f89-2a2f0d88, #w-node-aa3ba155-8bd5-6a21-b770-0ccc1ae84f91-2a2f0d88, #w-node-_84b0790e-9af1-c930-ef0a-765edfbf073c-2a2f0d88, #w-node-bee25add-329e-6708-00ea-57f4d9f86a2f-2a2f0d88, #w-node-_7f732591-bab4-9623-2662-243363653d12-2a2f0d88, #w-node-_03702175-1d1a-7ba1-1ebc-54f00961c635-2a2f0d88, #w-node-_03702175-1d1a-7ba1-1ebc-54f00961c636-2a2f0d88, #w-node-_01080e94-8062-e901-2ee0-4b2e3f983c9b-2a2f0d88, #w-node-_01080e94-8062-e901-2ee0-4b2e3f983c9c-2a2f0d88, #w-node-_550da741-3bc4-eb87-604d-74c8db7e53a2-2a2f0d88, #w-node-_550da741-3bc4-eb87-604d-74c8db7e53a3-2a2f0d88, #w-node-_5b9f2034-07b2-24cb-85e4-1ad9bfb036d0-2a2f0d88, #w-node-_75fa109d-9d1d-41e3-3b14-9ed75d405410-2a2f0d88, #w-node-_077f6b3b-362e-d494-0a82-1dc23e667fc5-2a2f0d88, #w-node-_077f6b3b-362e-d494-0a82-1dc23e667fc7-2a2f0d88, #w-node-_8651053c-8c94-3eda-b21a-fab548a71de3-2a2f0d88, #w-node-_8651053c-8c94-3eda-b21a-fab548a71de6-2a2f0d88, #w-node-_2fdfbf4b-a7da-fbf6-70b5-0dc7407b49a1-2a2f0d88, #w-node-_2fdfbf4b-a7da-fbf6-70b5-0dc7407b49a3-2a2f0d88, #w-node-_2fdfbf4b-a7da-fbf6-70b5-0dc7407b49a7-2a2f0d88, #w-node-_2fdfbf4b-a7da-fbf6-70b5-0dc7407b49a9-2a2f0d88, #w-node-_2fdfbf4b-a7da-fbf6-70b5-0dc7407b49b3-2a2f0d88, #w-node-_2fdfbf4b-a7da-fbf6-70b5-0dc7407b49b5-2a2f0d88, #w-node-_14958b14-4a6a-1c7b-e16d-815bb22f19b0-2a2f0d88, #w-node-_14958b14-4a6a-1c7b-e16d-815bb22f19b2-2a2f0d88, #w-node-_14958b14-4a6a-1c7b-e16d-815bb22f19b9-2a2f0d88, #w-node-_14958b14-4a6a-1c7b-e16d-815bb22f19bb-2a2f0d88, #w-node-_14958b14-4a6a-1c7b-e16d-815bb22f19ca-2a2f0d88, #w-node-_14958b14-4a6a-1c7b-e16d-815bb22f19cc-2a2f0d88, #w-node-_92c7bcce-fe25-ce40-6a44-7c6beb3cd6eb-2a2f0d88, #w-node-_92c7bcce-fe25-ce40-6a44-7c6beb3cd6ec-2a2f0d88, #w-node-fafd28ac-2ffc-8986-e0d7-a33ed9ea7f5e-2a2f0d88, #w-node-fafd28ac-2ffc-8986-e0d7-a33ed9ea7f60-2a2f0d88, #w-node-fafd28ac-2ffc-8986-e0d7-a33ed9ea7f65-2a2f0d88, #w-node-fafd28ac-2ffc-8986-e0d7-a33ed9ea7f67-2a2f0d88, #w-node-fafd28ac-2ffc-8986-e0d7-a33ed9ea7f6c-2a2f0d88, #w-node-fafd28ac-2ffc-8986-e0d7-a33ed9ea7f6e-2a2f0d88, #w-node-ab132439-9c43-a556-8e3f-50f32fbdb7bd-2a2f0d88, #w-node-ab132439-9c43-a556-8e3f-50f32fbdb7bf-2a2f0d88, #w-node-ab132439-9c43-a556-8e3f-50f32fbdb7c4-2a2f0d88, #w-node-ab132439-9c43-a556-8e3f-50f32fbdb7c6-2a2f0d88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_330ee2ad-492d-9a8c-36b3-18e35ea31e71-2a2f0d88, #w-node-e8e93c89-3045-f585-4978-23940c6816b9-2a2f0d88, #w-node-bde57516-d860-a076-7476-cf78a316b5e1-2a2f0d88, #w-node-ad785cb1-e9c0-da16-0f43-15b9b4fcd99a-2a2f0d88, #w-node-b2a470cd-d853-d9b0-72e1-e82329ada301-2a2f0d88, #w-node-_981e6baa-d0ca-c273-b5e2-4cd6e7c7ed3c-2a2f0d88 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_4efbf51c-9242-ed56-68d8-6c408ebdd35f-2a2f0d88, #w-node-_4efbf51c-9242-ed56-68d8-6c408ebdd361-2a2f0d88, #w-node-_4efbf51c-9242-ed56-68d8-6c408ebdd366-2a2f0d88, #w-node-_4efbf51c-9242-ed56-68d8-6c408ebdd368-2a2f0d88, #w-node-_4efbf51c-9242-ed56-68d8-6c408ebdd36d-2a2f0d88, #w-node-_4efbf51c-9242-ed56-68d8-6c408ebdd36f-2a2f0d88, #w-node-_4efbf51c-9242-ed56-68d8-6c408ebdd390-2a2f0d88, #w-node-_4efbf51c-9242-ed56-68d8-6c408ebdd392-2a2f0d88, #w-node-_4efbf51c-9242-ed56-68d8-6c408ebdd397-2a2f0d88, #w-node-_4efbf51c-9242-ed56-68d8-6c408ebdd399-2a2f0d88, #w-node-_4efbf51c-9242-ed56-68d8-6c408ebdd3ae-2a2f0d88, #w-node-_4efbf51c-9242-ed56-68d8-6c408ebdd3b0-2a2f0d88, #w-node-_4efbf51c-9242-ed56-68d8-6c408ebdd3b2-2a2f0d88, #w-node-_4efbf51c-9242-ed56-68d8-6c408ebdd3b4-2a2f0d88, #w-node-_4efbf51c-9242-ed56-68d8-6c408ebdd3b6-2a2f0d88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eaac5e9b-faf8-8cfc-f623-26996d52b5aa-2a2f0d88 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  display: none;
}

@media screen and (max-width: 991px) {
  #w-node-_246dfdd9-5ca9-a665-8f61-ed979c0a3011-2a2f0d88, #w-node-_246dfdd9-5ca9-a665-8f61-ed979c0a301a-2a2f0d88, #w-node-_246dfdd9-5ca9-a665-8f61-ed979c0a301c-2a2f0d88, #w-node-_246dfdd9-5ca9-a665-8f61-ed979c0a301d-2a2f0d88, #w-node-_246dfdd9-5ca9-a665-8f61-ed979c0a3020-2a2f0d88, #w-node-_246dfdd9-5ca9-a665-8f61-ed979c0a3022-2a2f0d88, #w-node-_246dfdd9-5ca9-a665-8f61-ed979c0a3023-2a2f0d88, #w-node-_246dfdd9-5ca9-a665-8f61-ed979c0a3026-2a2f0d88, #w-node-_246dfdd9-5ca9-a665-8f61-ed979c0a3028-2a2f0d88, #w-node-_246dfdd9-5ca9-a665-8f61-ed979c0a3035-2a2f0d88, #w-node-_246dfdd9-5ca9-a665-8f61-ed979c0a3046-2a2f0d88, #w-node-_246dfdd9-5ca9-a665-8f61-ed979c0a3050-2a2f0d88, #w-node-_246dfdd9-5ca9-a665-8f61-ed979c0a3052-2a2f0d88, #w-node-_246dfdd9-5ca9-a665-8f61-ed979c0a3053-2a2f0d88, #w-node-_246dfdd9-5ca9-a665-8f61-ed979c0a3056-2a2f0d88, #w-node-_2d03cde5-f6c2-56bc-6b8c-90a5a4de5bf8-2a2f0d88, #w-node-_246dfdd9-5ca9-a665-8f61-ed979c0a306a-2a2f0d88, #w-node-_246dfdd9-5ca9-a665-8f61-ed979c0a307b-2a2f0d88, #w-node-_4efbf51c-9242-ed56-68d8-6c408ebdd2ab-2a2f0d88, #w-node-_4efbf51c-9242-ed56-68d8-6c408ebdd2bc-2a2f0d88, #w-node-_4efbf51c-9242-ed56-68d8-6c408ebdd2c5-2a2f0d88, #w-node-_4efbf51c-9242-ed56-68d8-6c408ebdd2c7-2a2f0d88, #w-node-_4efbf51c-9242-ed56-68d8-6c408ebdd2c8-2a2f0d88, #w-node-_4efbf51c-9242-ed56-68d8-6c408ebdd2cb-2a2f0d88, #w-node-_4efbf51c-9242-ed56-68d8-6c408ebdd2cd-2a2f0d88, #w-node-_4efbf51c-9242-ed56-68d8-6c408ebdd2ce-2a2f0d88, #w-node-_4efbf51c-9242-ed56-68d8-6c408ebdd2d1-2a2f0d88, #w-node-_4efbf51c-9242-ed56-68d8-6c408ebdd2d3-2a2f0d88, #w-node-_4efbf51c-9242-ed56-68d8-6c408ebdd2e0-2a2f0d88, #w-node-_4efbf51c-9242-ed56-68d8-6c408ebdd2f1-2a2f0d88, #w-node-_4efbf51c-9242-ed56-68d8-6c408ebdd2fa-2a2f0d88, #w-node-_4efbf51c-9242-ed56-68d8-6c408ebdd2fc-2a2f0d88, #w-node-_4efbf51c-9242-ed56-68d8-6c408ebdd2fd-2a2f0d88, #w-node-_4efbf51c-9242-ed56-68d8-6c408ebdd300-2a2f0d88, #w-node-_4efbf51c-9242-ed56-68d8-6c408ebdd302-2a2f0d88, #w-node-_4efbf51c-9242-ed56-68d8-6c408ebdd303-2a2f0d88, #w-node-_4efbf51c-9242-ed56-68d8-6c408ebdd30f-2a2f0d88, #w-node-_4efbf51c-9242-ed56-68d8-6c408ebdd320-2a2f0d88 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-eaac5e9b-faf8-8cfc-f623-26996d52b5aa-2a2f0d88 {
    display: grid;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2d03cde5-f6c2-56bc-6b8c-90a5a4de5bf8-2a2f0d88 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


