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

.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;
  }
}

body {
  color: #333;
  background-color: #f3f3f3;
  font-family: Circularstd Book, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.list {
  color: #2d2d2d;
  margin-bottom: 30px;
  padding-top: 0;
  padding-left: 30px;
  font-family: Circularstd Book, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 30px;
}

.list.top40 {
  margin-top: 40px;
}

.list.number {
  list-style: decimal;
}

.list.number.bot50 {
  margin-bottom: 50px;
}

.hero-section {
  z-index: 0;
  background-color: #fff;
  background-image: url('../images/bg-mycosoothe.jpg');
  background-position: 50% 0;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 20px;
  position: static;
}

.main-container {
  max-width: 1123px;
  position: relative;
}

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

.block-grey {
  background-color: #f1f1f1;
  padding: 40px 80px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .2);
}

.paragraph-footer {
  color: #121212;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.hero-image-block-2 {
  width: 35%;
}

.hero-content-block-2 {
  width: 60%;
}

.block-white-top {
  background-color: #fff;
  border: 0 solid #000;
  border-top-width: 1px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  padding: 30px 80px 40px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .2);
}

.block-white-top.border {
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  padding-top: 40px;
}

.footer-block {
  padding: 40px 80px;
}

.footer-section {
  background-color: #fff;
  padding-top: 20px;
}

.section-first {
  z-index: 2;
  margin-top: -20px;
}

.section-first.top0 {
  margin-top: 0;
}

.block-no-bg {
  margin-bottom: 0;
  padding: 40px 80px;
}

.block-no-bg.profuct-block {
  padding-left: 0;
  padding-right: 0;
}

.text-span-2 {
  font-size: 55px;
  font-weight: 700;
  line-height: 65px;
}

.blockquote {
  width: 800px;
  text-align: left;
  background-color: #f7f7f7;
  border: 2px dashed #c40000;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: 20px auto;
  padding: 30px 40px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .2);
}

.bodytext {
  color: #2d2d2d;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.bodytext.product-content {
  width: 600px;
  color: #fff;
  margin-bottom: 0;
}

.bodytext.testimonial-content {
  background-color: #fff;
  border-left: 10px solid #c40000;
  margin-bottom: 0;
  padding: 20px 10px 20px 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.bodytext.top15 {
  margin-top: 15px;
}

.bodytext.slabo-font {
  font-family: "Slabo 27 Px Regular", sans-serif;
  font-size: 24px;
}

.bodytext.bot30 {
  margin-bottom: 30px;
}

.bodytext.bot10 {
  margin-bottom: 10px;
}

.bodytext.bot10.midalign {
  text-align: center;
}

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

.bodytext.alignmid {
  text-align: center;
}

.bodytext.alignmid.horpadding100 {
  padding-left: 100px;
  padding-right: 100px;
}

.bodytext.alignmid.horpadding100.bot15, .bodytext.alignmid.bot15 {
  margin-bottom: 15px;
}

.bodytext.alignmid.horpadding40 {
  padding-left: 40px;
  padding-right: 40px;
}

.bodytext.alignmid.horpadding80 {
  padding-left: 80px;
  padding-right: 80px;
}

.bodytext.alignmid.horpadding60 {
  padding-left: 60px;
  padding-right: 60px;
}

.bodytext.bot50 {
  margin-bottom: 50px;
}

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

.div-block-2 {
  width: 12px;
  background-color: #c40000;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.block-product-intro {
  padding: 40px 80px 20px;
}

.productname {
  width: 600px;
  color: #d80404;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Circularstd Black, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 50px;
}

.image-6 {
  position: absolute;
  top: -60px;
  bottom: auto;
  left: auto;
  right: 100px;
}

.testi-box {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #f7f7f7;
  border: 2px #c40000;
  border-radius: 15px;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  box-shadow: 0 2px 5px 3px rgba(0, 0, 0, .1);
}

.testi-box.top30 {
  border-style: none;
  border-radius: 25px;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  box-shadow: 0 1px 20px -2px rgba(0, 0, 0, .15);
}

.image-7 {
  width: 170px;
  border-radius: 15px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .3);
}

.product-options {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 60px;
  padding: 0;
}

.div-block-5 {
  z-index: -1;
  width: 80%;
  height: 100%;
  background-color: #f0b1b1;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-5.redblock {
  background-color: #d80404;
}

.div-block-6 {
  height: 620px;
  text-align: center;
  background-image: url('../images/bg-bottle_1bg-bottle.webp');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #fff;
  border-radius: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 40px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.div-block-6.first {
  height: 570px;
  border-radius: 0;
}

.div-block-7 {
  width: 100%;
  position: relative;
}

.div-block-7.middle {
  margin-top: -25px;
}

.heading-13 {
  color: #1e0c30;
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Circularstd Black, sans-serif;
  font-size: 34px;
  font-weight: 900;
  line-height: 120%;
}

.heading-14 {
  color: #999;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Circularstd Book, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 120%;
}

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

.image-8 {
  width: 80px;
  margin: 20px auto;
}

.image-8._2 {
  width: auto;
}

.heading-15 {
  color: #2d2d2d;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.link-block {
  width: 225px;
  height: 55px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #5cb85c;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin: 10px auto;
  padding: 10px 16px;
  text-decoration: none;
  display: flex;
}

.link-block:hover {
  background-color: #449d44;
}

.text-block {
  color: #fff;
  font-size: 22px;
  line-height: 32px;
  text-decoration: none;
}

.image-9 {
  width: 24px;
}

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

.heading-17 {
  color: #2d2d2d;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.link-11 {
  color: #337ab7;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  line-height: 21px;
  text-decoration: none;
}

.div-block-8 {
  width: 2px;
  background-color: #337ab7;
}

.div-block-9 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  margin-bottom: 30px;
  display: flex;
}

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

.divider-500 {
  width: 500px;
  height: 1px;
  background-color: #d9d9d9;
  margin: 10px auto;
}

.divider-500.divider-700 {
  width: 700px;
}

.divider-500.divider-700.bot30 {
  margin-bottom: 30px;
}

.divider-500.lighter {
  background-color: #757575;
}

.subheading-40 {
  color: #141414;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Circularstd Book, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 45px;
}

.underline {
  text-decoration: underline;
}

.hl-65 {
  color: #141414;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Circularstd Black, sans-serif;
  font-size: 65px;
  font-weight: 900;
  line-height: 70px;
}

.hl-65.white {
  color: #fff;
  margin-top: 0;
}

.hl-65.bot30 {
  margin-bottom: 30px;
}

.hl-65.color {
  color: #5f3300;
}

.slabo30 {
  color: #141414;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Slabo 27 Px Regular", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
}

.slabo30.white {
  color: #fff;
}

.slabo30.white.horpadding100, .slabo30.horpadding60 {
  padding-left: 100px;
  padding-right: 100px;
}

.slabo30.color {
  color: #5f3300;
  text-align: left;
}

.list-bigger {
  margin-bottom: 10px;
  font-size: 22px;
}

.hl-35 {
  color: #2f2f2f;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Circularstd Black, sans-serif;
  font-size: 35px;
  font-weight: 900;
  line-height: 40px;
}

.hl-35.top15 {
  margin-top: 15px;
  padding-top: 0;
}

.hl-35.top20 {
  margin-top: 20px;
}

.hl-35.top30 {
  margin-top: 30px;
}

.hl-35.top10 {
  margin-top: 10px;
}

.hl-35.top5 {
  margin-top: 5px;
}

.hl-35.horpadding20 {
  padding-left: 20px;
  padding-right: 20px;
}

.hl-35.bot30 {
  margin-bottom: 30px;
}

.hl-35.bot30.color.horpadding100 {
  padding-left: 100px;
  padding-right: 100px;
}

.hl-35.white {
  color: #fff;
}

.hl-35.white.horpadding160 {
  padding-left: 160px;
  padding-right: 160px;
}

.hl-35.white.horpadding200 {
  padding-left: 200px;
  padding-right: 200px;
}

.hl-35.horpadding140 {
  padding-left: 140px;
  padding-right: 140px;
}

.hl-35.horpadding140.bot30.color {
  color: #5f3300;
}

.hl-35.horpadding60 {
  padding-left: 60px;
  padding-right: 60px;
}

.hl-35.color {
  color: #5f3300;
}

.hl-35.horpadding80 {
  padding-left: 80px;
  padding-right: 80px;
}

.hl-35.horpadding40 {
  padding-left: 40px;
  padding-right: 40px;
}

.hl-35.horpadding40.bot10 {
  margin-bottom: 10px;
}

.hl-35.leftalign {
  text-align: left;
}

.hl-35.yellow {
  color: #f2b25f;
}

.hl-35.top0 {
  margin-top: 0;
}

.hl-60 {
  color: #141414;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Circularstd Black, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 65px;
}

.hl-60.white {
  color: #fff;
}

.hl-60.white.bot30 {
  margin-bottom: 30px;
}

.hl-60.yellow {
  color: #e6b53b;
}

.hl-60.color {
  color: #5f3300;
}

.image-13 {
  width: 300px;
  text-align: center;
  object-fit: fill;
}

.img-container {
  width: 100%;
  justify-content: center;
  margin-top: 25px;
  display: flex;
}

.img-container.top0 {
  margin-top: 0;
}

.img-container.bot30 {
  margin-bottom: 30px;
}

.hl-50 {
  color: #141414;
  text-align: center;
  justify-content: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Circularstd Black, sans-serif;
  font-size: 50px;
  line-height: 55px;
  display: block;
}

.hl-50.horpadding60 {
  padding-left: 60px;
  padding-right: 60px;
}

.hl-50.horpadding60.color {
  color: #5f3300;
}

.hl-50.bot30 {
  margin-bottom: 30px;
}

.hl-50.horpadding100 {
  padding-left: 100px;
  padding-right: 100px;
}

.hl-50.horpadding160 {
  padding-left: 160px;
  padding-right: 160px;
}

.hl-50.color {
  color: #5f3300;
}

.hl-50.white {
  color: #fff;
}

.hl-50.yellow {
  color: #f2b25f;
}

.hl-50.yellow.horpadding100.bot10 {
  margin-bottom: 15px;
}

.list--regular {
  margin-bottom: 10px;
  font-family: Circularstd Book, sans-serif;
  font-weight: 400;
}

.divider-750 {
  width: 750px;
  height: 1px;
  background-color: #d9d9d9;
  margin: 10px auto;
}

.divider-750.bot30 {
  margin-bottom: 30px;
}

.divider-750.divider-850 {
  width: 850px;
}

.divider-750.divider-900 {
  width: 900px;
}

.divider-750.divider970 {
  width: 970px;
}

.divider-750.lighter {
  color: #464646;
  background-color: #7a7a7a;
}

.hl-45 {
  color: #141414;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Circularstd Black, sans-serif;
  font-size: 45px;
  line-height: 50px;
}

.hl-45.white {
  color: #fff;
}

.hl-45.white.horpadding100 {
  padding-left: 100px;
  padding-right: 100px;
}

.hl-45.horpadding120 {
  padding-left: 120px;
  padding-right: 120px;
}

.hl-45.horpadding120.bot30 {
  margin-bottom: 30px;
}

.hl-45.horpadding120.color {
  color: #5f3300;
}

.hl-45.horpadding200 {
  padding-left: 200px;
  padding-right: 200px;
}

.hl-45.bot30 {
  margin-bottom: 30px;
}

.hl-45.bot30.color {
  color: #5f3300;
}

.hl-45.bot10 {
  margin-bottom: 10px;
}

.hl-45.horpadding140 {
  padding-left: 140px;
  padding-right: 140px;
}

.hl-45.horpadding60 {
  padding-left: 60px;
  padding-right: 60px;
}

.hl-45.horpadding60.color, .hl-45.color {
  color: #5f3300;
}

.hl-45.color.bot30.horpadding80 {
  padding-left: 80px;
  padding-right: 80px;
}

.hl-45.color.horpadding100 {
  padding-left: 100px;
  padding-right: 100px;
}

.hl-55 {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Circularstd Black, sans-serif;
  font-size: 55px;
  line-height: 60px;
}

.hl-55.red {
  color: #c40000;
}

.hl-55.horpadding100 {
  padding-left: 130px;
  padding-right: 130px;
}

.hl-55.color {
  color: #5f3300;
}

.hl-55.yellow {
  color: #f2b25f;
}

.hl-55.yellow.horpadding140 {
  padding-left: 140px;
  padding-right: 140px;
}

.hl-55.bot30 {
  margin-bottom: 30px;
}

.hl-30 {
  color: #141414;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Circularstd Black, sans-serif;
  font-size: 30px;
  line-height: 35px;
}

.hl-30.bot30 {
  margin-bottom: 30px;
}

.hl-30.bot30.horpadding150 {
  padding-left: 150px;
  padding-right: 150px;
}

.hl-30.horpadding160 {
  padding-left: 160px;
  padding-right: 160px;
}

.hl-30.white {
  color: #fff;
}

.hl-30.horpadding40 {
  padding-left: 40px;
  padding-right: 40px;
}

.block-white-bottom {
  background-color: #fff;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  padding: 40px 80px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .2);
}

._2column-stack {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0;
}

._2column-stack.bot0 {
  grid-column-gap: 40px;
  margin-bottom: 0;
}

._2column-stack.bot0.s-grid2.top0 {
  margin-top: 0;
}

._2column-stack.top10 {
  margin-top: 10px;
}

._2column-stack.bot10 {
  margin-bottom: 10px;
}

._2column-stack.bot50 {
  margin-bottom: 50px;
}

.block-white-mid {
  background-color: #fff;
  border-radius: 0;
  padding: 40px 80px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .2);
}

.block-color {
  color: #fff;
  background-image: url('../images/bg-brown.jpg');
  background-position: 50%;
  background-size: cover;
  padding: 50px 80px;
}

.section-product {
  color: #fff;
  background-image: url('../images/bg_funnel_1bg_funnel.webp');
  background-position: 50%;
  background-size: cover;
  padding: 20px 80px;
}

.strike {
  text-decoration: line-through;
}

.top30 {
  margin-top: 30px;
}

.hl-80 {
  color: #141414;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Circularstd Black, sans-serif;
  font-size: 80px;
  font-weight: 900;
  line-height: 85px;
}

.hl-80.red {
  color: #c40000;
}

.hl-80.top30 {
  margin-top: 30px;
}

.hl-40 {
  color: #141414;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Circularstd Black, sans-serif;
  font-size: 40px;
  line-height: 45px;
}

.hl-40.bot30 {
  margin-bottom: 30px;
}

.hl-40.bot30.color {
  color: #5f3300;
}

.hl-40.horpadding160 {
  padding-left: 160px;
  padding-right: 160px;
}

.hl-40.horpadding100 {
  padding-left: 100px;
  padding-right: 100px;
}

.hl-40.horpadding100.bot30.color, .hl-40.color {
  color: #5f3300;
}

.hl-40.color.horpadding140 {
  padding-left: 140px;
  padding-right: 140px;
}

.hl-40.horpadding120 {
  padding-left: 120px;
  padding-right: 120px;
}

.hl-40.white {
  color: #fff;
}

.hl-40.horpadding180 {
  padding-left: 180px;
  padding-right: 180px;
}

.slabo35 {
  color: #141414;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Slabo 27 Px Regular", sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
}

.slabo35.white {
  color: #fff;
}

.slabo35.bot30 {
  margin-bottom: 30px;
}

.slabo35.color {
  color: #5f3300;
  text-align: left;
}

.slabo35.color.horpadding140 {
  text-align: left;
  padding-left: 140px;
  padding-right: 140px;
}

.slabo35.color.horpadding190 {
  padding-left: 190px;
  padding-right: 190px;
}

.slabo25 {
  color: #141414;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Slabo 27 Px Regular", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.slabo25.white {
  color: #fff;
}

.slabo25.white.horpadding60 {
  padding-left: 60px;
  padding-right: 60px;
}

.divider-250 {
  width: 250px;
  height: 1px;
  background-color: #d9d9d9;
  margin: 10px auto;
}

.divider-250.divider-450 {
  width: 450px;
}

.divider-250.divider-450.bot30 {
  margin-bottom: 30px;
}

.divider-250.divider-400 {
  width: 400px;
}

.divider-250.bot30 {
  margin-bottom: 30px;
}

.divider-250.divider-200 {
  width: 200px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.divider-250.lighter {
  background-color: #7c7c7c;
}

.divider-250.spacing30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.subheading-35 {
  color: #141414;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Circularstd Book, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
}

.subheading-35.bot30 {
  margin-bottom: 30px;
}

.subheading-35.white {
  color: #fff;
}

.subheading-35.white.horpadding140 {
  padding-left: 140px;
  padding-right: 140px;
}

.subheading-35.white.horpadding110 {
  padding-left: 110px;
  padding-right: 110px;
}

.subheading-35.white.horpadding100 {
  padding-left: 100px;
  padding-right: 100px;
}

.subheading-30 {
  color: #141414;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Circularstd Book, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
}

.subheading-30.horpadding60 {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 60px;
  padding-right: 60px;
}

.subheading-30.horpadding60.bot30 {
  margin-bottom: 30px;
  padding-left: 60px;
  padding-right: 60px;
}

.subheading-30.bot30 {
  margin-bottom: 30px;
}

.subheading-30.horpadding140 {
  padding-left: 140px;
  padding-right: 140px;
}

.subheading-30.horpadding100 {
  padding-left: 100px;
  padding-right: 100px;
}

.subheading-30.horpadding40 {
  padding-left: 40px;
  padding-right: 40px;
}

.subheading-30.horpadding160 {
  padding-left: 160px;
  padding-right: 160px;
}

.subheading-30.white {
  color: #fff;
  padding-left: 0;
  padding-right: 0;
}

.subheading-30.white.horpadding140 {
  padding-left: 140px;
  padding-right: 140px;
}

.subheading-30.white.horpadding80 {
  padding-left: 80px;
  padding-right: 80px;
}

.subheading-30.horpadding180 {
  padding-left: 180px;
  padding-right: 180px;
}

.subheading-30.horpadding20 {
  padding-left: 20px;
  padding-right: 20px;
}

.subheading-30.top100 {
  margin-top: 100px;
}

.subheading-25 {
  color: #141414;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Circularstd Book, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.subheading-25.white {
  color: #fff;
}

.subheading-25.white.nopadding {
  margin-top: 0;
  margin-bottom: 0;
}

.subheading-25.white.horpadding100 {
  padding-left: 100px;
  padding-right: 100px;
}

.subheading-25.bot30 {
  margin-bottom: 30px;
}

.subheading-25.horpadding40 {
  padding-left: 40px;
  padding-right: 40px;
}

.text-span-3 {
  text-decoration: underline;
}

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

.text-span-4 {
  text-decoration: underline;
}

.image-25, .image-26, .image-27, .img-rounded {
  width: 300px;
  max-width: 100%;
  text-align: center;
  object-fit: fill;
  border: 1px solid #fff;
  border-radius: 15px;
  flex: 1;
  box-shadow: 0 2px 15px -1px rgba(0, 0, 0, .2);
}

.text-span-5, .text-span-6 {
  text-decoration: underline;
}

.stretch {
  align-items: stretch;
}

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

._3column-stack {
  margin-bottom: 30px;
  padding: 0;
}

.image-square {
  width: 300px;
  max-width: 100%;
  text-align: center;
  object-fit: fill;
  border: 1px solid #fff;
  border-radius: 15px;
  flex: 1;
  box-shadow: 0 2px 15px -1px rgba(0, 0, 0, .2);
}

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

.subheading-22 {
  color: #141414;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Circularstd Black, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

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

.img-container-2 {
  width: 100%;
  height: auto;
  flex: 0 auto;
  justify-content: center;
  margin-top: 25px;
  display: flex;
}

.img-container-2.top0 {
  margin-top: 0;
}

.text-span-12, .text-span-13, .text-span-14, .text-span-15 {
  text-decoration: underline;
}

.img-container-3 {
  width: 100%;
  justify-content: center;
  margin-top: 25px;
  display: flex;
}

.img-container-3.bot30 {
  margin-bottom: 30px;
}

.image-16 {
  width: 300px;
  max-width: 100%;
  text-align: center;
  object-fit: fill;
  border: 1px solid #fff;
  border-radius: 15px;
  flex: 1;
  box-shadow: 0 2px 15px -1px rgba(0, 0, 0, .2);
}

.image-16.width85 {
  max-width: 85%;
}

.text-span-16, .bold-text-3, .text-span-17 {
  text-decoration: underline;
}

.divider-100 {
  width: 100px;
  height: 5px;
  background-color: #5f3300;
  margin: 10px auto;
}

.divider-100.pad20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.divider-100.bot30 {
  margin-bottom: 30px;
}

.text-span-18 {
  text-decoration: underline;
}

.bodytext-2 {
  color: #2d2d2d;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.bodytext-2.midalign {
  text-align: center;
}

.stretchalign-2 {
  align-items: stretch;
}

._2column-stack-2 {
  margin-bottom: 30px;
  padding: 0;
}

._2column-stack-2.horpadding100 {
  padding-left: 100px;
  padding-right: 100px;
}

.image-29 {
  width: 300px;
  max-width: 100%;
  text-align: center;
  object-fit: fill;
  border: 1px solid #fff;
  border-radius: 15px;
  flex: 1;
  box-shadow: 0 2px 15px -1px rgba(0, 0, 0, .2);
}

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

.image-30 {
  width: 300px;
  max-width: 100%;
  text-align: center;
  object-fit: fill;
  border: 1px solid #fff;
  border-radius: 15px;
  flex: 1;
  box-shadow: 0 2px 15px -1px rgba(0, 0, 0, .2);
}

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

.img-container-4 {
  width: 100%;
  justify-content: center;
  margin-top: 25px;
  display: flex;
}

.img-container-4.bot30 {
  margin-bottom: 30px;
}

.image-31 {
  width: 300px;
  max-width: 100%;
  text-align: center;
  object-fit: fill;
  border: 1px solid #fff;
  border-radius: 15px;
  flex: 1;
  box-shadow: 0 2px 15px -1px rgba(0, 0, 0, .2);
}

.image-31.width85 {
  max-width: 85%;
}

.text-span-19, .text-span-20, .text-span-21 {
  text-decoration: underline;
}

.img-container-5 {
  width: 100%;
  justify-content: center;
  margin-top: 25px;
  display: flex;
}

.img-container-5.bot10 {
  margin-bottom: 10px;
}

.img-container-5.bot30 {
  margin-bottom: 30px;
}

.image-32 {
  width: 300px;
  max-width: 100%;
  text-align: center;
  object-fit: fill;
  border: 1px solid #fff;
  border-radius: 15px;
  flex: 1;
  box-shadow: 0 2px 15px -1px rgba(0, 0, 0, .2);
}

.image-32.width85 {
  max-width: 85%;
}

.text-span-22, .text-span-23 {
  text-decoration: underline;
}

.slabo30-2 {
  color: #141414;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Slabo 27 Px Regular", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
}

.slabo30-2.white {
  color: #fff;
}

.slabo30-2.white.horpadding40 {
  padding-left: 40px;
  padding-right: 40px;
}

.divider-blue {
  width: 100px;
  height: 5px;
  background-color: #f2b25f;
  margin: 10px auto 30px;
}

.hl-80-2 {
  color: #141414;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Circularstd Black, sans-serif;
  font-size: 80px;
  font-weight: 900;
  line-height: 80px;
}

.hl-80-2.yellow {
  color: #f2b25f;
}

.block-color-2 {
  color: #fff;
  background-image: url('../images/bg-brown.jpg');
  background-position: 50%;
  background-size: cover;
  padding: 50px 80px;
}

.image-19 {
  max-width: 80%;
}

.hl-35-2 {
  color: #2f2f2f;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Circularstd Black, sans-serif;
  font-size: 35px;
  font-weight: 900;
  line-height: 40px;
}

.hl-35-2.white {
  color: #fff;
}

.testi-box-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #f7f7f7;
  border: 2px #c40000;
  border-radius: 15px;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  box-shadow: 0 2px 5px 3px rgba(0, 0, 0, .1);
}

.testi-box-3.bot40 {
  margin-bottom: 40px;
}

.testi-photos {
  width: 125px;
  border-radius: 15px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .3);
}

.bodytext-3 {
  color: #2d2d2d;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.bodytext-3.alignmid {
  text-align: center;
}

.bodytext-3.testimonial-content {
  background-color: #fff;
  border-left: 10px solid #5f3300;
  margin-bottom: 0;
  padding: 20px 10px 20px 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.text-span-24, .text-span-25, .text-span-26, .text-span-27 {
  text-decoration: underline;
}

.resize {
  max-width: 90%;
}

.bodytext-4 {
  color: #2d2d2d;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.bodytext-4.bot30 {
  margin-bottom: 30px;
}

.midalign {
  justify-content: center;
  align-items: center;
}

.hl-60-2 {
  color: #141414;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Circularstd Black, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 65px;
}

.hl-60-2.noalign {
  margin-top: 0;
  margin-bottom: 0;
}

.hl-60-2.noalign.bot10 {
  margin-bottom: 10px;
}

.hl-60-2.noalign.bot10.color {
  color: #5f3300;
}

.hl-60-2.noalign.bot10.color.nopadding {
  margin-bottom: 0;
}

._2column-stack-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-bottom: 30px;
  padding: 0;
}

._2column-stack-3.bot10 {
  margin-bottom: 10px;
}

.subheading-25-2 {
  color: #141414;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Circularstd Book, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.subheading-25-2.horpadding80 {
  padding-left: 80px;
  padding-right: 80px;
}

.subheading-25-2.horpadding80.nopadding {
  margin-top: 0;
  margin-bottom: 0;
}

.text-span-28 {
  text-decoration: underline;
}

.image-33 {
  max-width: 80%;
}

.free-ship-mobile {
  font-size: 18px;
  line-height: 20px;
}

.img-1-btl {
  width: 120px;
  margin: 20px auto 30px;
}

._30day {
  color: #999;
  margin-top: -5px;
  margin-bottom: 5px;
  font-family: Circularstd Book, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}

.heading-19 {
  color: #2d2d2d;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.heading-19.darkgrey {
  color: #979797;
}

.totalslash {
  margin-top: 10px;
}

.divider-mobile {
  width: 225px;
  height: 1px;
  background-color: #d1d1d1;
  margin: 5px auto;
}

.heading-18 {
  color: #1e0c30;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Circularstd Black, sans-serif;
  font-size: 34px;
  font-weight: 900;
  line-height: 120%;
}

.img-4-btl {
  width: 120px;
  margin: 20px auto 30px;
}

.free-ship-2 {
  margin-top: -5px;
  font-size: 18px;
  line-height: 20px;
}

.regular-price {
  color: #2d2d2d;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.image-34 {
  width: 120px;
  margin: 20px auto 30px;
}

.image-34.width175 {
  width: 150px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.image-34.width300 {
  width: 300px;
  margin-top: 20px;
  margin-bottom: 25px;
}

.image-34.width150 {
  width: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-block-13 {
  z-index: -1;
  width: 80%;
  height: 100%;
  background-color: #f2b25f;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-13.redblock {
  background-color: #5f3300;
}

.save-mobile {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Circularstd Black, sans-serif;
  font-size: 23px;
  line-height: 30px;
}

._1bottle {
  color: #1e0c30;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Circularstd Black, sans-serif;
  font-size: 34px;
  font-weight: 900;
  line-height: 120%;
}

.div-block-14 {
  height: 680px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px 40px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.div-block-14.first {
  height: 540px;
  background-image: url('../images/bg-bot2.jpg');
  border-radius: 0;
}

.div-block-14.first.right {
  height: 635px;
  background-color: #fff;
  background-image: none;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.div-block-14.first.left {
  height: 635px;
  background-color: #fff;
  background-image: none;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.hl-25-2 {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Circularstd Black, sans-serif;
  font-size: 26px;
  line-height: 32px;
}

.hl-25-2.red {
  color: #df0000;
}

.image-35 {
  margin-top: 0;
}

.subheading-30-2 {
  color: #141414;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Circularstd Book, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
}

.subheading-30-2.horpadding60 {
  padding-left: 60px;
  padding-right: 60px;
}

.subheading-30-2.horpadding160 {
  padding-left: 160px;
  padding-right: 160px;
}

.subheading-30-2.top100 {
  margin-top: 100px;
}

.heading-23 {
  color: #999;
  margin-top: -5px;
  margin-bottom: 5px;
  font-family: Circularstd Book, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}

.mbg-2 {
  font-size: 18px;
  line-height: 20px;
}

.mbg-2.blue {
  color: #107cc7;
  margin-top: 15px;
}

.div-block-11 {
  width: 100%;
  position: relative;
}

.div-block-11.middle {
  margin-top: -25px;
}

.pricing-mobile {
  color: #1e0c30;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Circularstd Black, sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 120%;
}

.smaller {
  font-size: 20px;
  line-height: 25px;
}

.pricing {
  color: #1e0c30;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Circularstd Black, sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 120%;
}

.img-2-btl {
  width: 120px;
  margin: 20px auto 30px;
}

.divider-200 {
  width: 225px;
  height: 1px;
  background-color: #d1d1d1;
  margin: 5px auto;
}

.hl-45-2 {
  color: #141414;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Circularstd Black, sans-serif;
  font-size: 45px;
  line-height: 50px;
}

.hl-45-2.color {
  color: #5f3300;
}

._1-bottle-adjust {
  max-width: 35%;
}

.references {
  color: #a0a0a0;
  padding-left: 100px;
  padding-right: 100px;
}

.hl-70 {
  color: #141414;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Circularstd Black, sans-serif;
  font-size: 70px;
  font-weight: 900;
  line-height: 70px;
}

.hl-70.white {
  color: #fff;
  margin-top: 0;
}

.hl-70.bot30 {
  margin-bottom: 30px;
}

.hl-70.color {
  color: #5f3300;
}

.hl-70.yellow {
  color: #f2b25f;
}

.img-hero {
  margin-top: 10px;
  padding-top: 0;
}

.block-color1 {
  color: #fff;
  background-image: url('../images/bg-amputation.jpg');
  background-position: 50%;
  background-size: cover;
  padding: 50px 80px;
}

.block-color2 {
  color: #fff;
  background-image: url('../images/bg-2.jpg');
  background-position: 50%;
  background-size: cover;
  padding: 50px 80px;
}

.block-color3 {
  color: #fff;
  background-image: url('../images/bg4.jpg');
  background-position: 50%;
  background-size: cover;
  padding: 50px 80px;
}

@media screen and (min-width: 1280px) {
  .img-container-3 {
    flex-direction: row;
  }

  .img-container-3.bot30 {
    margin-bottom: 30px;
  }

  .bodytext-2 {
    padding-left: 0;
  }

  .bodytext-2.midalign {
    text-align: center;
  }

  ._2column-stack-2.horpadding100 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .img-container-4 {
    flex-direction: row;
  }

  .img-container-4.bot30 {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1440px) {
  .hero-section {
    -webkit-text-fill-color: inherit;
    background-image: url('../images/bg-mycosoothe.jpg');
    background-position: 50% 0;
    background-size: auto;
    background-clip: border-box;
  }

  .block-grey {
    background-color: #f7f7f7;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .2);
  }

  .subheading-40 {
    color: #000;
  }

  .divider-750 {
    width: 300px;
  }

  .subheading-35, .subheading-30, .subheading-25, .subheading-22 {
    color: #000;
  }

  .divider-100, .divider-blue {
    width: 300px;
  }

  .subheading-25-2, .subheading-30-2 {
    color: #000;
  }
}

@media screen and (min-width: 1920px) {
  .hero-section {
    background-image: url('../images/bg-mycosoothe.jpg');
    background-position: 50% 0;
    background-size: auto;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .block-grey {
    background-color: #f7f7f7;
    box-shadow: 4px 0 14px rgba(0, 0, 0, .2);
  }

  .hero-image-block-2 {
    width: 45%;
  }

  .text-span-2 {
    line-height: 50px;
  }

  .blockquote {
    width: 800px;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 40px;
    padding: 40px;
  }

  .product-options {
    margin-top: 60px;
  }

  .subheading-40 {
    color: #000;
  }

  .hl-65, .hl-60 {
    font-family: Circularstd Black, sans-serif;
  }

  .block-color {
    background-image: url('../images/bg-brown.jpg');
  }

  .hl-80 {
    font-family: Circularstd Black, sans-serif;
  }

  .subheading-35, .subheading-30, .subheading-25 {
    color: #000;
  }

  .image-25, .image-26, .image-27, .img-rounded, .image-square {
    box-shadow: 0 2px 15px -1px rgba(0, 0, 0, .2);
  }

  .subheading-22 {
    color: #000;
  }

  .image-16, .image-29, .image-30, .image-31, .image-32 {
    box-shadow: 0 2px 15px -1px rgba(0, 0, 0, .2);
  }

  .hl-80-2, .hl-60-2 {
    font-family: Circularstd Black, sans-serif;
  }

  .subheading-25-2, .subheading-30-2 {
    color: #000;
  }

  .hl-70 {
    font-family: Circularstd Black, sans-serif;
  }

  .img-hero.xxl-size {
    max-width: 85%;
  }

  .block-color1 {
    background-image: url('../images/bg-brown.jpg');
  }

  .block-color1.xs-adjust {
    background-image: url('../images/bg-amputation.jpg');
  }

  .block-color2 {
    background-image: url('../images/bg-brown.jpg');
  }

  .block-color2.s-adjust {
    background-image: url('../images/bg-2.jpg');
  }

  .block-color3 {
    background-image: url('../images/bg-brown.jpg');
  }

  .block-color3.s-adjust {
    background-image: url('../images/bg4.jpg');
  }
}

@media screen and (max-width: 991px) {
  .hero-section {
    padding-top: 15px;
  }

  .hero-block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column-reverse;
    padding-left: 20px;
    padding-right: 20px;
  }

  .block-grey {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-image-block-2 {
    width: 100%;
    text-align: center;
  }

  .hero-content-block-2 {
    width: 100%;
  }

  .block-white-top {
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-block {
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-first {
    padding-left: 0;
    padding-right: 0;
  }

  .block-no-bg, .block-no-bg.profuct-block {
    padding-left: 40px;
    padding-right: 40px;
  }

  .blockquote {
    width: auto;
  }

  .bodytext {
    font-size: 18px;
    line-height: 26px;
  }

  .bodytext.product-content {
    width: auto;
  }

  .bodytext.testimonial-content.slabo-font {
    margin-top: 20px;
  }

  .bodytext.alignmid.horpadding100.bot15 {
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .image-5 {
    width: 406px;
  }

  .block-product-intro {
    padding-left: 10px;
    padding-right: 10px;
  }

  .productname {
    width: auto;
  }

  .image-6 {
    text-align: center;
    margin-top: 50px;
    margin-left: 150px;
    position: static;
  }

  .testi-box {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .product-options {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    text-align: center;
    margin-top: 50px;
  }

  .div-block-6.first {
    height: auto;
  }

  .div-block-7 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-7.middle {
    margin-top: 0;
  }

  .heading-13 {
    font-size: 25px;
  }

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

  .heading-15 {
    font-size: 16px;
  }

  .divider-500.divider-700.bot30, .divider-500.divider-700.s-autowidth {
    width: auto;
  }

  .subheading-40 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 29px;
    line-height: 29px;
  }

  .hl-65 {
    font-size: 40px;
    line-height: 45px;
  }

  .hl-65.bot30.color {
    font-size: 45px;
    line-height: 50px;
  }

  .slabo30 {
    font-size: 25px;
    line-height: 25px;
  }

  .slabo30.white {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .list-bigger {
    font-size: 18px;
    line-height: 24px;
  }

  .hl-35 {
    font-size: 30px;
    line-height: 35px;
  }

  .hl-35.bot30 {
    font-size: 35px;
    line-height: 40px;
  }

  .hl-35.bot30.color {
    font-size: 29px;
    line-height: 34px;
  }

  .hl-35.bot30.color.s-hl-27 {
    font-size: 27px;
    line-height: 32px;
  }

  .hl-35.bot30.s-subheading80 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .hl-35.bot30.s-27 {
    font-size: 27px;
    line-height: 32px;
  }

  .hl-35.white.horpadding200 {
    padding-left: 120px;
    padding-right: 120px;
  }

  .hl-35.horpadding140.bot30.color {
    padding-left: 0;
    padding-right: 0;
    font-size: 35px;
    line-height: 40px;
  }

  .hl-35.horpadding80.bot30 {
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
    line-height: 37px;
  }

  .hl-60 {
    font-size: 37px;
    line-height: 42px;
  }

  .img-container.top0 {
    flex: 0 auto;
  }

  .hl-50 {
    font-size: 33px;
    line-height: 38px;
  }

  .hl-50.horpadding60 {
    padding-left: 0;
    padding-right: 0;
    font-size: 35px;
    line-height: 40px;
  }

  .hl-50.bot30.color.s-hl-45, .hl-50.bot30.s-hl-45 {
    font-size: 45px;
    line-height: 50px;
  }

  .hl-50.horpadding100.bot30.color {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 40px;
    line-height: 45px;
  }

  .hl-50.horpadding160.bot30 {
    padding-left: 140px;
    padding-right: 140px;
    font-size: 35px;
    line-height: 40px;
  }

  .hl-50.horpadding160.bot30.s-hl-40 {
    padding-left: 100px;
    padding-right: 100px;
    font-size: 40px;
    line-height: 45px;
  }

  .hl-50.color {
    font-size: 35px;
    line-height: 40px;
  }

  .hl-50.color.s-hl-38 {
    font-size: 38px;
    line-height: 43px;
  }

  .hl-50.color.horpadding100 {
    padding-left: 0;
    padding-right: 0;
  }

  .hl-50.color.horpadding100.s-30 {
    font-size: 30px;
    line-height: 34px;
  }

  .hl-50.yellow.horpadding100.bot10 {
    padding-left: 0;
    padding-right: 0;
    font-size: 45px;
    line-height: 50px;
  }

  .list--regular {
    font-size: 18px;
  }

  .divider-750.bot30.s-autowidth, .divider-750.divider970.s-autowidth {
    width: auto;
  }

  .divider-750.lighter {
    flex: 0 auto;
  }

  .divider-750.lighter.s-width550 {
    width: 550px;
  }

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

  .hl-45.horpadding120.color {
    font-size: 35px;
    line-height: 40px;
  }

  .hl-45.bot30.color {
    font-size: 37px;
    line-height: 42px;
  }

  .hl-45.bot30.s-hl-40 {
    font-size: 40px;
    line-height: 45px;
  }

  .hl-45.bot30.s-hl-35 {
    font-size: 35px;
    line-height: 40px;
  }

  .hl-45.horpadding140 {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 40px;
    line-height: 45px;
  }

  .hl-45.horpadding140.bot30.color {
    font-size: 40px;
    line-height: 45px;
  }

  .hl-45.horpadding60.color {
    padding-left: 0;
    padding-right: 0;
  }

  .hl-45.horpadding60.color.s-hl-36 {
    padding-left: 0;
    padding-right: 0;
    font-size: 36px;
  }

  .hl-45.horpadding60.color.s-hl-39 {
    font-size: 34px;
    line-height: 39px;
  }

  .hl-45.color.bot30.horpadding80 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .hl-55 {
    font-size: 35px;
    line-height: 40px;
  }

  .hl-55.color.s-hl-65 {
    font-size: 65px;
    line-height: 70px;
  }

  .hl-55.color.s-hl-57 {
    font-size: 57px;
    line-height: 62px;
  }

  .hl-55.yellow {
    font-size: 45px;
    line-height: 50px;
  }

  .hl-55.yellow.horpadding140 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 45px;
    line-height: 50px;
  }

  .hl-55.yellow.horpadding100.s-hl-50 {
    padding-left: 0;
    padding-right: 0;
  }

  .hl-55.yellow.horpadding100.s-hl-51 {
    padding-left: 0;
    padding-right: 0;
    font-size: 51px;
  }

  .hl-55.s-hl-45 {
    font-size: 45px;
    line-height: 45px;
  }

  .hl-30 {
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    line-height: 35px;
  }

  .hl-30.bot30 {
    font-size: 30px;
    line-height: 35px;
  }

  .hl-30.bot30.horpadding150 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hl-30.bot30.s-hl-35 {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 35px;
    line-height: 40px;
  }

  .hl-30.horpadding160 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hl-30.white.s-horpadding20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hl-30.horpadding40.bot30 {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 30px;
  }

  .hl-30.s-hl-27 {
    font-size: 27px;
    line-height: 32px;
  }

  .hl-30.s-hl-25 {
    font-size: 25px;
    line-height: 30px;
  }

  .block-white-bottom {
    padding-left: 40px;
    padding-right: 40px;
  }

  ._2column-stack.s-gap35 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .block-white-mid, .block-color, .section-product {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hl-80 {
    margin-top: 5px;
    font-size: 45px;
    line-height: 50px;
  }

  .hl-40 {
    font-size: 29px;
    line-height: 35px;
  }

  .hl-40.bot30.s-hl-35 {
    font-size: 35px;
    line-height: 40px;
  }

  .hl-40.horpadding160.bot30 {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 35px;
    line-height: 40px;
  }

  .hl-40.horpadding100 {
    padding-left: 0;
    padding-right: 0;
    font-size: 37px;
    line-height: 42px;
  }

  .hl-40.horpadding100.bot30.color {
    padding-left: 0;
    padding-right: 0;
    font-size: 35px;
    line-height: 40px;
  }

  .hl-40.color {
    font-size: 30px;
  }

  .hl-40.color.horpadding100 {
    padding-left: 0;
    padding-right: 0;
    font-size: 40px;
    line-height: 45px;
  }

  .hl-40.color.horpadding100.s-hl-38 {
    font-size: 38px;
    line-height: 43px;
  }

  .hl-40.color.horpadding100.s-font30 {
    font-size: 30px;
    line-height: 35px;
  }

  .hl-40.color.horpadding120 {
    padding-left: 0;
    padding-right: 0;
    font-size: 34px;
    line-height: 39px;
  }

  .hl-40.color.horpadding160 {
    padding-left: 0;
    padding-right: 0;
  }

  .hl-40.horpadding120.bot30.color {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 40px;
    line-height: 45px;
  }

  .hl-40.horpadding120.bot30.color.s-horpadding40 {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 35px;
    line-height: 40px;
  }

  .hl-40.s-hl-32 {
    font-size: 32px;
    line-height: 37px;
  }

  .slabo35.white {
    font-size: 27px;
    line-height: 27px;
  }

  .slabo35.white.bot30 {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 30px;
    line-height: 35px;
  }

  .slabo35.color.s-midalign {
    text-align: center;
  }

  .slabo35.color.s-midalign.s-horpadding20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slabo35.color.s-midalign.s-slabo34 {
    font-size: 34px;
    line-height: 39px;
  }

  .slabo35.color.s-midalign.s-horpadding40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .slabo25.white {
    font-size: 22px;
    line-height: 22px;
  }

  .subheading-35 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 27px;
    line-height: 27px;
  }

  .subheading-35.white.horpadding110 {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 30px;
    line-height: 35px;
  }

  .subheading-30 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 29px;
  }

  .subheading-30.horpadding60.bot30 {
    font-size: 25px;
    line-height: 30px;
  }

  .subheading-30.bot30 {
    font-size: 30px;
    line-height: 35px;
  }

  .subheading-30.bot30.s-horpadding100 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .subheading-30.bot30.s-subheading24 {
    font-size: 24px;
    line-height: 29px;
  }

  .subheading-30.horpadding100 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .subheading-30.horpadding100.bot30 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .subheading-30.horpadding100.bot30.s-subheading29 {
    padding-left: 0;
    padding-right: 0;
    font-size: 29px;
    line-height: 34px;
  }

  .subheading-30.horpadding100.s-subheading28 {
    font-size: 28px;
    line-height: 33px;
  }

  .subheading-30.horpadding40.bot30 {
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
    line-height: 29px;
  }

  .subheading-30.horpadding160.bot30 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .subheading-30.horpadding160.bot30.s-horpadding20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .subheading-30.white {
    font-size: 30px;
    line-height: 35px;
  }

  .subheading-30.white.horpadding140 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .subheading-30.white.horpadding80 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .subheading-30.white.horpadding100 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .subheading-30.white.s-horpadding20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .subheading-30.s-subheading30 {
    font-size: 30px;
    line-height: 35px;
  }

  .subheading-30.s-subheading30.s-horpadding100 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .subheading-30.s-hl-25 {
    font-size: 25px;
    line-height: 30px;
  }

  .subheading-25 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 21px;
    line-height: 21px;
  }

  .subheading-25.white.s-spacing {
    line-height: 25px;
  }

  .subheading-25.horpadding40 {
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    line-height: 35px;
  }

  .subheading-25.s-subehading30 {
    font-size: 30px;
    line-height: 35px;
  }

  .image-25, .image-26, .image-27 {
    max-width: 80%;
  }

  .img-rounded {
    max-width: 80%;
    flex: 1;
  }

  .img-rounded.s-sizing {
    flex: 0 auto;
  }

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

  ._3column-stack.top30.grid1 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .image-square {
    flex: 1;
  }

  .image-square.s-sizing {
    flex: 0 auto;
  }

  .subheading-22 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 21px;
    line-height: 21px;
  }

  .bodytext-2 {
    font-size: 18px;
    line-height: 26px;
  }

  ._2column-stack-2 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  ._2column-stack-2.horpadding100 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-29, .image-30 {
    max-width: 70%;
  }

  .slabo30-2 {
    font-size: 25px;
    line-height: 25px;
  }

  .slabo30-2.white {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .slabo30-2.white.horpadding40.bot30 {
    margin-bottom: 30px;
    padding-left: 100px;
    padding-right: 100px;
    line-height: 30px;
  }

  .hl-80-2 {
    margin-top: 5px;
    font-size: 45px;
    line-height: 45px;
  }

  .hl-80-2.yellow {
    font-size: 60px;
    line-height: 55px;
  }

  .hl-80-2.yellow.s-hl-75 {
    font-size: 75px;
    line-height: 80px;
  }

  .block-color-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hl-35-2 {
    margin-top: 10px;
    font-size: 30px;
    line-height: 35px;
  }

  .hl-35-2.white {
    font-size: 30px;
    line-height: 35px;
  }

  .testi-box-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .bodytext-3, .bodytext-4 {
    font-size: 18px;
    line-height: 26px;
  }

  .bodytext-4.bot30 {
    margin-bottom: 30px;
  }

  .hl-60-2 {
    font-size: 37px;
    line-height: 42px;
  }

  .hl-60-2.noalign.bot10.color {
    font-size: 50px;
    line-height: 55px;
  }

  .hl-60-2.noalign.bot10.color.nopadding {
    font-size: 65px;
    line-height: 70px;
  }

  ._2column-stack-3, ._2column-stack-3.bot30 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .subheading-25-2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 30px;
  }

  .free-ship-mobile {
    margin-top: 10px;
    font-size: 16px;
  }

  .img-1-btl {
    width: 39%;
    margin-top: 10px;
    margin-bottom: 0;
  }

  ._30day {
    font-size: 25px;
  }

  .heading-19 {
    font-size: 16px;
  }

  .divider-mobile {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-18 {
    font-size: 25px;
  }

  .img-4-btl {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .regular-price {
    color: #a0a0a0;
    font-size: 22px;
  }

  .right-mobile {
    align-items: center;
  }

  .save-mobile {
    color: #c40000;
    font-size: 25px;
    line-height: 25px;
  }

  ._1bottle {
    margin-top: 0;
    font-size: 40px;
  }

  .div-block-14.first {
    height: auto;
  }

  .hl-25-2 {
    font-size: 25px;
    line-height: 30px;
  }

  .hl-25-2.red.s-font18 {
    font-size: 18px;
    line-height: 24px;
  }

  .hl-25-2.horpadding140 {
    padding-left: 140px;
    padding-right: 140px;
  }

  .hl-25-2.s-horpadding40 {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 30px;
    line-height: 35px;
  }

  .subheading-30-2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 24px;
  }

  .subheading-30-2.horpadding60 {
    padding-left: 0;
    padding-right: 0;
    line-height: 29px;
  }

  .subheading-30-2.horpadding60.s-subheading28 {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 28px;
    line-height: 33px;
  }

  .subheading-30-2.horpadding160 {
    padding-left: 0;
    padding-right: 0;
    font-size: 26px;
    line-height: 31px;
  }

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

  .price-table-mobile-1st {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: #fff;
    border: 5px solid #082e9e;
    border-radius: 15px;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
  }

  .div-block-11 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-11.middle {
    margin-top: 0;
  }

  .pricing-mobile {
    margin-top: -5px;
    font-size: 60px;
    line-height: 100%;
  }

  .price-table-mobile {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: #fff;
    border: 2px solid #dbdbdb;
    border-radius: 15px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
  }

  .price-table-mobile.top15 {
    margin: 15px 0 10px;
  }

  .pricing {
    font-size: 25px;
  }

  .img-2-btl {
    width: 55%;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .hl-45-2 {
    font-size: 35px;
    line-height: 40px;
  }

  .hl-45-2.color {
    margin-top: 10px;
    font-size: 30px;
    line-height: 35px;
  }

  .left-mobile {
    align-items: center;
  }

  .references {
    word-break: break-all;
    padding-left: 0;
    padding-right: 0;
  }

  .hl-70 {
    font-size: 40px;
    line-height: 45px;
  }

  .hl-70.color, .hl-70.yellow {
    font-size: 45px;
    line-height: 50px;
  }

  .img-hero {
    width: 406px;
    margin-top: -40px;
  }

  .block-color1, .block-color2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .block-color2.s-adjust {
    background-position: 80%;
  }

  .block-color3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .block-color3.s-adjust {
    background-position: 75%;
  }

  .s-sizing {
    flex: 1;
  }
}

@media screen and (max-width: 767px) {
  .block-grey, .block-white-top {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-block {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-first {
    padding-left: 0;
    padding-right: 0;
  }

  .block-no-bg, .block-no-bg.profuct-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-span-2 {
    font-size: 40px;
    line-height: 50px;
  }

  .bodytext {
    font-size: 16px;
    line-height: 24px;
  }

  .bodytext.testimonial-content.slabo-font {
    font-size: 20px;
  }

  .bodytext.alignmid.horpadding100.bot15 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bodytext.alignmid.horpadding40.bot15, .bodytext.alignmid.horpadding80.bot15, .bodytext.alignmid.horpadding60.bot15, .block-product-intro {
    padding-left: 0;
    padding-right: 0;
  }

  .productname {
    font-size: 40px;
  }

  .image-6 {
    width: 217px;
    margin-left: 100px;
  }

  .div-block-7 {
    width: 70%;
  }

  .divider-500 {
    width: auto;
  }

  .divider-500.lighter {
    width: 400px;
  }

  .subheading-40 {
    font-size: 20px;
    line-height: 26px;
  }

  .hl-65 {
    margin-bottom: 0;
    font-size: 40px;
    line-height: 45px;
  }

  .slabo30 {
    font-size: 24px;
    line-height: 32px;
  }

  .slabo30.white {
    font-size: 22px;
    line-height: 22px;
  }

  .slabo30.white.xs-slabo25 {
    font-size: 25px;
    line-height: 30px;
  }

  .list-bigger {
    font-size: 16px;
  }

  .hl-35 {
    margin-bottom: 0;
    font-size: 28px;
    line-height: 32px;
  }

  .hl-35.bot30 {
    font-size: 37px;
    line-height: 42px;
  }

  .hl-35.bot30.color.s-hl-27 {
    font-size: 25px;
    line-height: 30px;
  }

  .hl-35.bot30.s-subheading80 {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 30px;
  }

  .hl-35.bot30.s-hl-28 {
    font-size: 28px;
    line-height: 33px;
  }

  .hl-35.bot30.xs-hl-25 {
    font-size: 25px;
    line-height: 30px;
  }

  .hl-35.white.horpadding200 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hl-35.horpadding140.bot30.color {
    font-size: 28px;
    line-height: 33px;
  }

  .hl-35.horpadding80.bot30 {
    font-size: 30px;
    line-height: 35px;
  }

  .hl-35.yellow.xs-hl-30 {
    padding-left: 80px;
    padding-right: 80px;
    font-size: 30px;
    line-height: 35px;
  }

  .hl-60 {
    margin-bottom: 0;
    font-size: 38px;
    line-height: 42px;
  }

  .hl-50 {
    margin-bottom: 0;
    font-size: 34px;
    line-height: 39px;
  }

  .hl-50.horpadding60.xs-hl29 {
    font-size: 29px;
    line-height: 34px;
  }

  .hl-50.bot30.color.s-hl-45 {
    font-size: 40px;
    line-height: 45px;
  }

  .hl-50.horpadding100.bot30.color {
    padding-left: 0;
    padding-right: 0;
  }

  .hl-50.horpadding160.bot30.s-hl-40 {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 35px;
    line-height: 40px;
  }

  .hl-50.color.s-hl-38 {
    font-size: 40px;
    line-height: 45px;
  }

  .hl-50.yellow.horpadding100.bot10 {
    font-size: 44px;
    line-height: 49px;
  }

  .list--regular {
    font-size: 16px;
    line-height: 24px;
  }

  .divider-750 {
    width: auto;
  }

  .divider-750.lighter.s-width550 {
    width: 400px;
  }

  .hl-45 {
    margin-bottom: 0;
    font-size: 32px;
    line-height: 37px;
  }

  .hl-45.horpadding120.color {
    padding-left: 0;
    padding-right: 0;
  }

  .hl-45.bot30.color {
    font-size: 37px;
    line-height: 42px;
  }

  .hl-45.bot30.color.xs-hl-33 {
    font-size: 33px;
    line-height: 38px;
  }

  .hl-45.bot30.s-hl-40 {
    font-size: 35px;
    line-height: 40px;
  }

  .hl-45.bot30.s-hl-35 {
    font-size: 30px;
    line-height: 35px;
  }

  .hl-45.horpadding140 {
    padding-left: 0;
    padding-right: 0;
    font-size: 35px;
    line-height: 40px;
  }

  .hl-45.horpadding140.bot30.color {
    font-size: 37px;
    line-height: 42px;
  }

  .hl-45.horpadding60.color.s-hl-36, .hl-45.horpadding60.color.s-hl-39 {
    font-size: 35px;
    line-height: 40px;
  }

  .hl-45.color.bot30.horpadding80 {
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
    line-height: 37px;
  }

  .hl-55 {
    margin-bottom: 0;
    font-size: 36px;
    line-height: 41px;
  }

  .hl-55.color.s-hl-65 {
    font-size: 55px;
    line-height: 60px;
  }

  .hl-55.color.s-hl-57 {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 55px;
    line-height: 60px;
  }

  .hl-55.yellow.horpadding100.s-hl-50 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 40px;
    line-height: 45px;
  }

  .hl-55.yellow.horpadding100.s-hl-51 {
    font-size: 37px;
    line-height: 42px;
  }

  .hl-55.s-hl-45 {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 40px;
  }

  .hl-30 {
    margin-bottom: 0;
    font-size: 26px;
    line-height: 32px;
  }

  .hl-30.bot30 {
    font-size: 27px;
    line-height: 35px;
  }

  .hl-30.bot30.horpadding150 {
    font-size: 27px;
    line-height: 32px;
  }

  .hl-30.bot30.s-hl-35 {
    padding-left: 0;
    padding-right: 0;
    font-size: 34px;
    line-height: 39px;
  }

  .hl-30.bot30.xs-hl-25 {
    font-size: 25px;
    line-height: 30px;
  }

  .hl-30.bot30.xs-hl-27 {
    line-height: 32px;
  }

  .hl-30.horpadding160 {
    padding-left: 0;
    padding-right: 0;
  }

  .hl-30.white.s-horpadding20 {
    padding-left: 0;
    padding-right: 0;
    font-size: 25px;
  }

  .hl-30.horpadding40 {
    padding-left: 0;
    padding-right: 10px;
    font-size: 28px;
    line-height: 33px;
  }

  .hl-30.horpadding40.bot30 {
    padding-left: 0;
    padding-right: 0;
    font-size: 28px;
    line-height: 33px;
  }

  .hl-30.s-hl-27 {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 30px;
    line-height: 35px;
  }

  .hl-30.s-hl-25 {
    font-size: 23px;
    line-height: 28px;
  }

  .block-white-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._2column-stack.s-gap35 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .block-white-mid, .block-color, .section-product {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hl-80 {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 45px;
  }

  .hl-40 {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 35px;
  }

  .hl-40.bot30.s-hl-35 {
    font-size: 29px;
    line-height: 34px;
  }

  .hl-40.horpadding160.bot30 {
    padding-left: 0;
    padding-right: 0;
  }

  .hl-40.horpadding100 {
    font-size: 32px;
    line-height: 37px;
  }

  .hl-40.horpadding100.bot30.color {
    font-size: 29px;
    line-height: 34px;
  }

  .hl-40.color.horpadding100.s-hl-38 {
    font-size: 32px;
    line-height: 37px;
  }

  .hl-40.color.horpadding120 {
    font-size: 36px;
    line-height: 41px;
  }

  .hl-40.color.xs-horpadding20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hl-40.horpadding120.bot30.color {
    padding-left: 0;
    padding-right: 0;
    font-size: 35px;
    line-height: 40px;
  }

  .hl-40.horpadding120.bot30.color.s-horpadding40 {
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    line-height: 35px;
  }

  .hl-40.xs-horpadding50 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .hl-40.xs-hl-27 {
    font-size: 27px;
    line-height: 32px;
  }

  .slabo35 {
    font-size: 24px;
    line-height: 32px;
  }

  .slabo35.white {
    line-height: 24px;
  }

  .slabo35.white.bot30 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 27px;
    line-height: 32px;
  }

  .slabo35.color.s-midalign, .slabo35.color.s-midalign.s-slabo34 {
    font-size: 26px;
    line-height: 31px;
  }

  .slabo25 {
    font-size: 24px;
    line-height: 32px;
  }

  .slabo25.white {
    font-size: 20px;
    line-height: 20px;
  }

  .divider-250 {
    width: auto;
  }

  .subheading-35 {
    font-size: 20px;
    line-height: 26px;
  }

  .subheading-35.bot30 {
    font-size: 25px;
    line-height: 30px;
  }

  .subheading-35.white.horpadding110 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .subheading-35.s-subheading30 {
    font-size: 30px;
    line-height: 35px;
  }

  .subheading-35.xs-subheading25 {
    font-size: 25px;
    line-height: 30px;
  }

  .subheading-30 {
    font-size: 30px;
    line-height: 35px;
  }

  .subheading-30.horpadding60.bot30 {
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
    line-height: 29px;
  }

  .subheading-30.bot30 {
    font-size: 25px;
    line-height: 30px;
  }

  .subheading-30.bot30.s-horpadding100 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .subheading-30.bot30.s-subheading24 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 25px;
    line-height: 30px;
  }

  .subheading-30.horpadding140 {
    padding-left: 0;
    padding-right: 0;
    font-size: 23px;
    line-height: 28px;
  }

  .subheading-30.horpadding100.bot30.s-subheading29 {
    font-size: 22px;
    line-height: 27px;
  }

  .subheading-30.horpadding100.s-subheading28, .subheading-30.horpadding160.bot30.s-horpadding20 {
    padding-left: 0;
    padding-right: 0;
    font-size: 23px;
    line-height: 28px;
  }

  .subheading-30.white.horpadding140 {
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
    line-height: 29px;
  }

  .subheading-30.white.horpadding80 {
    padding-left: 0;
    padding-right: 0;
    font-size: 27px;
    line-height: 32px;
  }

  .subheading-30.white.xs-subheading25 {
    font-size: 23px;
    line-height: 28px;
  }

  .subheading-30.s-subheading30.s-horpadding100 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 28px;
    line-height: 33px;
  }

  .subheading-30.s-hl-25 {
    font-size: 24px;
    line-height: 29px;
  }

  .subheading-30.s-subheading25 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 25px;
    line-height: 30px;
  }

  .subheading-30.xs-subheading25 {
    padding-left: 0;
    padding-right: 0;
    font-size: 25px;
    line-height: 30px;
  }

  .subheading-30.xs-subheading25.xs-horpadding40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .subheading-30.xs-subheading23 {
    font-size: 23px;
    line-height: 28px;
  }

  .subheading-25 {
    font-size: 20px;
    line-height: 26px;
  }

  .subheading-25.horpadding40 {
    font-size: 23px;
    line-height: 28px;
  }

  .subheading-25.s-subehading30 {
    font-size: 24px;
    line-height: 29px;
  }

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

  .subheading-22.xs-subheading-18 {
    font-size: 18px;
    line-height: 24px;
  }

  .divider-100 {
    width: 100px;
  }

  .bodytext-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .slabo30-2 {
    font-size: 24px;
    line-height: 32px;
  }

  .slabo30-2.white {
    font-size: 22px;
    line-height: 22px;
  }

  .slabo30-2.white.horpadding40.bot30 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 25px;
  }

  .divider-blue {
    width: 100px;
  }

  .hl-80-2 {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 40px;
  }

  .hl-80-2.yellow.s-hl-75 {
    font-size: 65px;
    line-height: 70px;
  }

  .block-color-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hl-35-2 {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 35px;
  }

  .bodytext-3, .bodytext-4 {
    font-size: 18px;
    line-height: 28px;
  }

  .hl-60-2 {
    margin-bottom: 0;
    font-size: 38px;
    line-height: 42px;
  }

  .hl-60-2.noalign.bot10.color {
    font-size: 45px;
    line-height: 50px;
  }

  .hl-60-2.noalign.bot10.color.nopadding {
    font-size: 55px;
    line-height: 60px;
  }

  ._2column-stack-3 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .subheading-25-2 {
    font-size: 25px;
    line-height: 30px;
  }

  .subheading-25-2.horpadding80.nopadding {
    padding-left: 40px;
    padding-right: 40px;
  }

  .img-1-btl {
    width: 120px;
  }

  ._30day {
    font-size: 20px;
  }

  .divider-mobile {
    width: auto;
  }

  .img-4-btl {
    width: 100%;
  }

  .regular-price {
    font-size: 20px;
  }

  .save-mobile {
    margin-top: -5px;
    font-size: 22px;
    line-height: 26px;
  }

  ._1bottle {
    font-size: 35px;
  }

  .hl-25-2 {
    font-size: 20px;
    line-height: 26px;
  }

  .hl-25-2.s-horpadding40 {
    padding-left: 0;
    padding-right: 0;
    font-size: 26px;
    line-height: 31px;
  }

  .subheading-30-2 {
    font-size: 25px;
    line-height: 30px;
  }

  .subheading-30-2.horpadding60 {
    padding-left: 80px;
    padding-right: 80px;
    font-size: 25px;
    line-height: 30px;
  }

  .subheading-30-2.horpadding60.s-subheading28 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 27px;
    line-height: 32px;
  }

  .subheading-30-2.horpadding160 {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 25px;
    line-height: 30px;
  }

  .subheading-30-2.top100.bot30 {
    margin-top: 80px;
  }

  .price-table-mobile-1st {
    border-width: 5px;
  }

  .div-block-11 {
    width: 70%;
  }

  .pricing-mobile {
    font-size: 50px;
  }

  .price-table-mobile {
    border-width: 0;
  }

  .price-table-mobile.top15 {
    border-width: 2px;
  }

  .img-2-btl {
    width: 75%;
  }

  .divider-200 {
    width: auto;
  }

  .hl-45-2 {
    margin-bottom: 0;
    font-size: 40px;
    line-height: 45px;
  }

  .hl-45-2.color {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 32px;
    line-height: 37px;
  }

  .hl-70 {
    margin-bottom: 0;
    font-size: 40px;
    line-height: 45px;
  }

  .block-color1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .block-color1.xs-adjust {
    background-position: 55%;
  }

  .block-color2, .block-color3 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .list {
    padding-left: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .block-grey, .block-white-top {
    padding: 20px;
  }

  .block-white-top.border {
    padding-top: 20px;
  }

  .footer-block {
    padding: 20px;
  }

  .section-first {
    padding-left: 0;
    padding-right: 0;
  }

  .block-no-bg {
    padding: 20px;
  }

  .block-no-bg.profuct-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-span-2 {
    font-size: 35px;
    line-height: 45px;
  }

  .blockquote {
    padding-left: 30px;
    padding-right: 10px;
  }

  .bodytext {
    font-size: 18px;
    line-height: 26px;
  }

  .bodytext.alignmid.horpadding100.bot15 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bodytext.alignmid.horpadding100.bot15.xxs-horpadding0 {
    padding-left: 0;
    padding-right: 0;
  }

  .bodytext.alignmid.bot15.xxs-horpadding40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .bodytext.alignmid.horpadding80.bot15 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .bodytext.alignmid.horpadding60.bot15 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .block-product-intro {
    padding: 20px;
  }

  .image-6 {
    margin-left: 20px;
  }

  .testi-box {
    padding: 20px;
  }

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

  .div-block-7 {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .div-block-8 {
    display: none;
  }

  .div-block-9 {
    flex-direction: row;
  }

  .divider-500 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .divider-500.lighter {
    width: 230px;
  }

  .subheading-40 {
    font-size: 26px;
    line-height: 26px;
  }

  .hl-65 {
    margin-bottom: 5px;
    font-size: 40px;
    line-height: 40px;
  }

  .hl-65.bot30.color {
    font-size: 40px;
    line-height: 45px;
  }

  .slabo30 {
    font-size: 20px;
    line-height: 28px;
  }

  .slabo30.white {
    font-size: 20px;
    line-height: 20px;
  }

  .list-bigger {
    font-size: 16px;
  }

  .hl-35 {
    font-size: 25px;
    line-height: 30px;
  }

  .hl-35.bot30 {
    font-size: 32px;
    line-height: 37px;
  }

  .hl-35.bot30.color {
    font-size: 27px;
    line-height: 32px;
  }

  .hl-35.bot30.color.s-hl-27 {
    font-size: 24px;
    line-height: 29px;
  }

  .hl-35.bot30.s-subheading80 {
    padding-left: 0;
    padding-right: 0;
    font-size: 26px;
    line-height: 31px;
  }

  .hl-35.bot30.s-hl-28 {
    font-size: 25px;
    line-height: 30px;
  }

  .hl-35.bot30.xxs-hl-28 {
    font-size: 28px;
    line-height: 33px;
  }

  .hl-35.white.horpadding200 {
    padding-left: 0;
    padding-right: 0;
    font-size: 23px;
  }

  .hl-35.horpadding140.bot30.color {
    font-size: 25px;
    line-height: 30px;
  }

  .hl-35.horpadding80.bot30 {
    font-size: 28px;
    line-height: 33px;
  }

  .hl-35.yellow.xs-hl-30 {
    padding-left: 0;
    padding-right: 0;
  }

  .hl-35.xxs-hl-26 {
    font-size: 26px;
    line-height: 31px;
  }

  .hl-60 {
    margin-bottom: 5px;
    font-size: 37px;
    line-height: 37px;
  }

  .hl-50 {
    font-size: 31px;
    line-height: 31px;
  }

  .hl-50.horpadding60.xs-hl29 {
    font-size: 30px;
    line-height: 35px;
  }

  .hl-50.bot30.color.s-hl-45 {
    font-size: 35px;
    line-height: 40px;
  }

  .hl-50.horpadding100.bot30.color {
    font-size: 27px;
    line-height: 32px;
  }

  .hl-50.horpadding160.bot30.s-hl-40 {
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    line-height: 35px;
  }

  .hl-50.color.s-hl-38, .hl-50.yellow.horpadding100.bot10 {
    font-size: 29px;
    line-height: 34px;
  }

  .list--regular {
    font-size: 18px;
    line-height: 26px;
  }

  .divider-750.lighter.s-width550 {
    width: 230px;
  }

  .divider-750.lighter.s-width550.xxs-bot0 {
    margin-bottom: 0;
  }

  .hl-45 {
    font-size: 29px;
    line-height: 29px;
  }

  .hl-45.horpadding120.color {
    font-size: 27px;
    line-height: 32px;
  }

  .hl-45.bot30.color {
    font-size: 33px;
    line-height: 38px;
  }

  .hl-45.bot30.color.xs-hl-33 {
    font-size: 32px;
    line-height: 37px;
  }

  .hl-45.bot30.s-hl-40 {
    font-size: 29px;
    line-height: 34px;
  }

  .hl-45.horpadding140.bot30.color.xxs-hl35 {
    font-size: 35px;
    line-height: 40px;
  }

  .hl-45.horpadding60.color.s-hl-39 {
    font-size: 33px;
    line-height: 38px;
  }

  .hl-45.color.bot30.horpadding80.xxs-hl-30 {
    font-size: 30px;
    line-height: 35px;
  }

  .hl-45.color.horpadding100 {
    padding-left: 0;
    padding-right: 0;
  }

  .hl-55 {
    font-size: 34px;
    line-height: 34px;
  }

  .hl-55.color.s-hl-65 {
    font-size: 50px;
    line-height: 55px;
  }

  .hl-55.color.s-hl-57 {
    padding-left: 0;
    padding-right: 0;
    font-size: 45px;
    line-height: 50px;
  }

  .hl-55.yellow.horpadding100.s-hl-50 {
    padding-left: 0;
    padding-right: 0;
    font-size: 29px;
    line-height: 34px;
  }

  .hl-55.yellow.horpadding100.s-hl-51.xxs-hl35 {
    font-size: 35px;
    line-height: 40px;
  }

  .hl-55.yellow.xs-35 {
    font-size: 32px;
    line-height: 38px;
  }

  .hl-55.bot30 {
    font-size: 30px;
    line-height: 35px;
  }

  .hl-55.s-hl-45 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .hl-30.bot30.horpadding150.xxs-hl25 {
    padding-left: 0;
    padding-right: 0;
    font-size: 25px;
    line-height: 30px;
  }

  .hl-30.bot30.s-hl-35 {
    font-size: 30px;
    line-height: 35px;
  }

  .hl-30.horpadding160 {
    font-size: 25px;
    line-height: 30px;
  }

  .hl-30.white.s-horpadding20 {
    font-size: 22px;
    line-height: 27px;
  }

  .hl-30.white.s-height {
    line-height: 24px;
  }

  .hl-30.horpadding40.bot30 {
    font-size: 29px;
    line-height: 34px;
  }

  .hl-30.s-hl-27 {
    padding-left: 0;
    padding-right: 0;
    font-size: 25px;
    line-height: 30px;
  }

  .block-white-bottom {
    padding: 20px;
  }

  ._2column-stack.bot0.s-grid2.xxs-gap10 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  ._2column-stack.bot0.s-grid2.xxs-gap20 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  ._2column-stack.s-gap35 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .block-white-mid {
    padding: 20px;
  }

  .block-color {
    padding: 30px 20px;
  }

  .section-product {
    padding: 20px;
  }

  .hl-80 {
    margin-bottom: 5px;
    font-size: 45px;
    line-height: 40px;
  }

  .hl-40 {
    font-size: 26px;
    line-height: 26px;
  }

  .hl-40.horpadding160.bot30 {
    font-size: 26px;
    line-height: 31px;
  }

  .hl-40.horpadding100 {
    font-size: 28px;
    line-height: 33px;
  }

  .hl-40.horpadding100.bot30.color {
    font-size: 26px;
    line-height: 31px;
  }

  .hl-40.horpadding100.bot30.color.xxs-hl-30 {
    font-size: 30px;
    line-height: 35px;
  }

  .hl-40.horpadding100.bot30.color.xxs-hl27 {
    font-size: 27px;
    line-height: 32px;
  }

  .hl-40.color.horpadding100.s-hl-38.xxs-hl28 {
    font-size: 28px;
    line-height: 33px;
  }

  .hl-40.color.horpadding120 {
    font-size: 33px;
    line-height: 38px;
  }

  .hl-40.color.xs-horpadding20 {
    padding-left: 0;
    padding-right: 0;
    font-size: 28px;
    line-height: 33px;
  }

  .hl-40.color.horpadding160.xxs-size {
    font-size: 25px;
    line-height: 32px;
  }

  .hl-40.horpadding120.bot30.color {
    font-size: 30px;
    line-height: 35px;
  }

  .slabo35 {
    font-size: 20px;
    line-height: 28px;
  }

  .slabo35.white {
    font-size: 23px;
    line-height: 23px;
  }

  .slabo35.white.bot30.xxs-slabo25 {
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
    line-height: 29px;
  }

  .slabo35.bot30, .slabo35.color.s-midalign, .slabo35.color.s-midalign.s-slabo34 {
    font-size: 25px;
    line-height: 30px;
  }

  .slabo35.color.s-midalign.s-horpadding40, .slabo35.color.s-midalign.xxs-horpadding20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slabo35.color.s-midalign.xxs-horpadding40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .slabo25 {
    font-size: 20px;
    line-height: 28px;
  }

  .slabo25.white {
    font-size: 18px;
    line-height: 18px;
  }

  .divider-250 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .divider-250.divider-450.xxs-autowidth {
    width: auto;
  }

  .subheading-35 {
    font-size: 23px;
    line-height: 23px;
  }

  .subheading-35.white.horpadding110 {
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 25px;
  }

  .subheading-35.white.horpadding110.xxs-bor0 {
    margin-bottom: 0;
  }

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

  .subheading-30.horpadding60.bot30, .subheading-30.bot30 {
    font-size: 22px;
    line-height: 27px;
  }

  .subheading-30.bot30.s-horpadding100 {
    padding-left: 0;
    padding-right: 0;
    font-size: 23px;
    font-weight: 400;
    line-height: 28px;
  }

  .subheading-30.bot30.s-subheading24 {
    padding-left: 0;
    padding-right: 0;
    font-size: 23px;
    line-height: 28px;
  }

  .subheading-30.bot30.xxs-subheading23 {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 23px;
    line-height: 28px;
  }

  .subheading-30.bot30.xxs-horpadding20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .subheading-30.horpadding140 {
    font-size: 20px;
    line-height: 25px;
  }

  .subheading-30.horpadding100.s-subheading28.xxs-subheading22 {
    font-size: 22px;
    line-height: 27px;
  }

  .subheading-30.horpadding40.bot30.xxs-subheading20 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 22px;
    line-height: 27px;
  }

  .subheading-30.white.horpadding140, .subheading-30.white.horpadding80 {
    font-size: 22px;
    line-height: 27px;
  }

  .subheading-30.white.xs-subheading25 {
    font-size: 21px;
    line-height: 26px;
  }

  .subheading-30.white.xs-subheading25.xxs-nomargin {
    margin-top: 0;
  }

  .subheading-30.white.s-size {
    font-size: 22px;
    line-height: 28px;
  }

  .subheading-30.s-subheading30 {
    font-size: 27px;
    line-height: 32px;
  }

  .subheading-30.s-subheading30.s-horpadding100 {
    padding-left: 0;
    padding-right: 0;
    font-size: 23px;
    line-height: 28px;
  }

  .subheading-30.s-hl-25 {
    padding-left: 0;
    padding-right: 0;
    font-size: 22px;
    line-height: 27px;
  }

  .subheading-30.s-subheading25 {
    margin-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
    font-size: 23px;
    line-height: 28px;
  }

  .subheading-30.xs-subheading25.xs-horpadding40 {
    padding-left: 0;
    padding-right: 0;
    font-size: 21px;
    line-height: 26px;
  }

  .subheading-30.xs-subheading23 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 21px;
    line-height: 26px;
  }

  .subheading-25 {
    font-size: 18px;
    line-height: 24px;
  }

  .subheading-25.horpadding40 {
    margin-top: 5px;
  }

  .image-25, .image-26, .image-27, .img-rounded {
    max-width: 90%;
  }

  .subheading-22 {
    font-size: 18px;
    line-height: 24px;
  }

  .subheading-22.xs-subheading-18.xxs-22 {
    font-size: 22px;
    line-height: 26px;
  }

  .image-16.width85.xxx-100 {
    max-width: 100%;
  }

  .bodytext-2 {
    font-size: 18px;
    line-height: 24px;
  }

  .image-31.width85.xxx-100 {
    max-width: 100%;
  }

  .img-container-5.xxs-bot50 {
    margin-bottom: 15px;
  }

  .image-32.width85.xxx-100 {
    max-width: 100%;
  }

  .slabo30-2 {
    font-size: 20px;
    line-height: 28px;
  }

  .slabo30-2.white {
    font-size: 20px;
    line-height: 20px;
  }

  .slabo30-2.white.horpadding40.bot30 {
    margin-top: 15px;
    padding-left: 0;
    padding-right: 0;
    font-size: 23px;
    line-height: 28px;
  }

  .hl-80-2 {
    margin-bottom: 5px;
    font-size: 45px;
    line-height: 45px;
  }

  .hl-80-2.yellow, .hl-80-2.yellow.s-hl-75.xxs-hl45 {
    font-size: 45px;
    line-height: 50px;
  }

  .block-color-2 {
    padding: 30px 20px;
  }

  .hl-35-2 {
    font-size: 20px;
    line-height: 25px;
  }

  .testi-box-3 {
    padding: 20px;
  }

  .testi-box-3.bot40 {
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .bodytext-3 {
    font-size: 18px;
    line-height: 28px;
  }

  .bodytext-3.alignmid.xxs-horpadding20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bodytext-3.testimonial-content {
    font-size: 16px;
    line-height: 24px;
  }

  .resize.resize-xxs {
    max-width: 60%;
  }

  .bodytext-4 {
    font-size: 18px;
    line-height: 28px;
  }

  .hl-60-2 {
    margin-bottom: 5px;
    font-size: 37px;
    line-height: 37px;
  }

  .hl-60-2.noalign.bot10.color {
    font-size: 40px;
    line-height: 45px;
  }

  .hl-60-2.noalign.bot10.color.nopadding {
    font-size: 45px;
    line-height: 50px;
  }

  .subheading-25-2 {
    font-size: 20px;
    line-height: 24px;
  }

  .subheading-25-2.horpadding80.nopadding {
    padding-left: 0;
    padding-right: 0;
  }

  .free-ship-mobile {
    margin-top: -10px;
    font-size: 14px;
  }

  .img-1-btl {
    width: 100px;
  }

  ._30day {
    font-size: 18px;
  }

  .divider-mobile {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .img-4-btl {
    width: 100%;
  }

  .regular-price {
    font-size: 14px;
  }

  .save-mobile {
    margin-top: -15px;
    font-size: 20px;
    line-height: 20px;
  }

  ._1bottle {
    font-size: 28px;
  }

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

  .hl-25-2 {
    font-size: 25px;
    line-height: 30px;
  }

  .hl-25-2.s-horpadding40 {
    font-size: 24px;
    line-height: 29px;
  }

  .image-35 {
    width: 140px;
    margin-top: -5px;
  }

  .subheading-30-2 {
    font-size: 20px;
    line-height: 20px;
  }

  .subheading-30-2.horpadding60 {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 20px;
    line-height: 25px;
  }

  .subheading-30-2.horpadding60.s-subheading28 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 25px;
    line-height: 30px;
  }

  .subheading-30-2.horpadding160 {
    margin-top: 5px;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 25px;
  }

  .price-table-mobile-1st {
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .mbg-2 {
    color: #107cc7;
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-11 {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .pricing-mobile {
    margin-top: -10px;
    font-size: 40px;
  }

  .price-table-mobile {
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .pricing {
    font-size: 35px;
  }

  .img-2-btl {
    width: 80%;
  }

  .divider-200 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .hl-45-2 {
    font-size: 29px;
    line-height: 29px;
  }

  .hl-45-2.color {
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
    line-height: 29px;
  }

  .references {
    word-break: break-all;
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    padding-left: 0;
    display: flex;
  }

  .hl-70 {
    margin-bottom: 5px;
    font-size: 40px;
    line-height: 40px;
  }

  .hl-70.color {
    font-size: 38px;
    line-height: 43px;
  }

  .hl-70.yellow {
    font-size: 30px;
    line-height: 35px;
  }

  .hl-70.yellow.xxs-top0 {
    margin-top: 0;
  }

  .block-color1 {
    padding: 20px;
  }

  .block-color1.xs-adjust {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .block-color2 {
    padding: 20px;
  }

  .block-color2.s-adjust {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .block-color3 {
    padding: 20px;
  }

  .block-color3.s-adjust {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

#w-node-ff6ea9bc-54b1-ff60-994f-2dbeb2253261-06e332d0 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1.5fr;
}

#w-node-ff6ea9bc-54b1-ff60-994f-2dbeb2253262-06e332d0, #w-node-ff6ea9bc-54b1-ff60-994f-2dbeb225326e-06e332d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_346ed43b-20b3-d9b5-2871-bf7a7b9bfc83-06e332d0 {
  grid-template-rows: auto;
  grid-template-columns: .5fr .75fr;
}

#w-node-_346ed43b-20b3-d9b5-2871-bf7a7b9bfc84-06e332d0, #w-node-_346ed43b-20b3-d9b5-2871-bf7a7b9bfc91-06e332d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d769df59-ded0-8f91-348a-5ea9d740546b-06e332d0 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr .75fr;
}

#w-node-d769df59-ded0-8f91-348a-5ea9d740546c-06e332d0, #w-node-d769df59-ded0-8f91-348a-5ea9d7405472-06e332d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_18d43e89-066d-6fe9-a389-d849c0e29022-06e332d0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

#w-node-_18d43e89-066d-6fe9-a389-d849c0e29023-06e332d0, #w-node-_18d43e89-066d-6fe9-a389-d849c0e29026-06e332d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4649331f-14f8-b4bb-44f4-6270df1564ad-06e332d0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

#w-node-_4649331f-14f8-b4bb-44f4-6270df1564ae-06e332d0, #w-node-_4649331f-14f8-b4bb-44f4-6270df1564c0-06e332d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04c5a3bd-97ca-f97b-f663-2ee20881d952-06e332d0 {
  grid-template-rows: auto;
  grid-template-columns: .5fr .75fr;
}

#w-node-_04c5a3bd-97ca-f97b-f663-2ee20881d953-06e332d0, #w-node-_04c5a3bd-97ca-f97b-f663-2ee20881d95f-06e332d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54f6e9bb-d1bf-6a0f-18c3-aa71917522fb-06e332d0 {
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr;
}

#w-node-_54f6e9bb-d1bf-6a0f-18c3-aa71917522fc-06e332d0, #w-node-_54f6e9bb-d1bf-6a0f-18c3-aa7191752302-06e332d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d4291fc5-6663-fb9a-5abf-c99f3eb479a4-06e332d0 {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr .5fr;
}

#w-node-d4291fc5-6663-fb9a-5abf-c99f3eb479a5-06e332d0, #w-node-d4291fc5-6663-fb9a-5abf-c99f3eb479ab-06e332d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_603b0768-e412-61cc-e80c-851ce482c171-06e332d0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

#w-node-_603b0768-e412-61cc-e80c-851ce482c172-06e332d0, #w-node-_603b0768-e412-61cc-e80c-851ce482c17f-06e332d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7ae169e-452c-304e-102c-8c0188d2ec0b-06e332d0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-c7ae169e-452c-304e-102c-8c0188d2ec0c-06e332d0, #w-node-c7ae169e-452c-304e-102c-8c0188d2ec12-06e332d0, #w-node-c7ae169e-452c-304e-102c-8c0188d2ec18-06e332d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_67e5a8dd-f413-ee1d-8c2e-f440b57c6215-06e332d0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_67e5a8dd-f413-ee1d-8c2e-f440b57c6216-06e332d0, #w-node-_67e5a8dd-f413-ee1d-8c2e-f440b57c6219-06e332d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2992d848-4383-be30-a962-cd3b21536519-06e332d0 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1.25fr;
}

#w-node-_2992d848-4383-be30-a962-cd3b2153651a-06e332d0, #w-node-_2992d848-4383-be30-a962-cd3b21536528-06e332d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e681a6f4-a4bf-ec80-ab85-97ad5ba289d4-06e332d0 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1.75fr;
}

#w-node-e681a6f4-a4bf-ec80-ab85-97ad5ba289d5-06e332d0, #w-node-e681a6f4-a4bf-ec80-ab85-97ad5ba289e2-06e332d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a747a49-f7af-727c-0b72-51f7fc472963-06e332d0 {
  grid-template-rows: auto;
  grid-template-columns: 3.5fr 4fr;
}

#w-node-_5a747a49-f7af-727c-0b72-51f7fc472964-06e332d0, #w-node-_5a747a49-f7af-727c-0b72-51f7fc472967-06e332d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a4812b04-f992-0dad-d4fa-c8f59549f77a-06e332d0 {
  grid-template-rows: auto;
  grid-template-columns: 3.25fr 4.25fr;
}

#w-node-a4812b04-f992-0dad-d4fa-c8f59549f77b-06e332d0, #w-node-a4812b04-f992-0dad-d4fa-c8f59549f77e-06e332d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_27f661dd-9aba-9bb6-7eeb-f949685d4f22-06e332d0 {
  grid-template-rows: auto;
  grid-template-columns: 3.25fr 3.75fr;
}

#w-node-_27f661dd-9aba-9bb6-7eeb-f949685d4f23-06e332d0, #w-node-_27f661dd-9aba-9bb6-7eeb-f949685d4f26-06e332d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_017d8a63-9dbe-7a31-f673-abcfe06b781a-06e332d0 {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr .5fr;
}

#w-node-_017d8a63-9dbe-7a31-f673-abcfe06b781b-06e332d0, #w-node-_017d8a63-9dbe-7a31-f673-abcfe06b782b-06e332d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96dc450d-a284-7a82-9247-e2334ffac63d-06e332d0 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1.75fr;
}

#w-node-_96dc450d-a284-7a82-9247-e2334ffac63e-06e332d0, #w-node-_96dc450d-a284-7a82-9247-e2334ffac64b-06e332d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28eb7618-4343-622e-03f5-ddc4de3cb588-06e332d0 {
  grid-template-rows: auto;
  grid-template-columns: 3.25fr 3.75fr;
}

#w-node-_28eb7618-4343-622e-03f5-ddc4de3cb589-06e332d0, #w-node-_28eb7618-4343-622e-03f5-ddc4de3cb58c-06e332d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c5774d1f-83b7-57d8-9635-373f0e47ab4e-06e332d0 {
  grid-template-rows: auto;
  grid-template-columns: 3.25fr 3.75fr;
}

#w-node-c5774d1f-83b7-57d8-9635-373f0e47ab4f-06e332d0, #w-node-c5774d1f-83b7-57d8-9635-373f0e47ab52-06e332d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4aba379b-c2a3-4479-3b36-39aaf29de87c-06e332d0 {
  grid-template-rows: auto;
  grid-template-columns: 3.25fr 2.25fr;
}

#w-node-_4aba379b-c2a3-4479-3b36-39aaf29de87d-06e332d0, #w-node-_4aba379b-c2a3-4479-3b36-39aaf29de88a-06e332d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83f5454c-1cd1-97dd-bbe8-0fd63272afa5-06e332d0 {
  grid-template-rows: auto;
  grid-template-columns: 3.25fr 2.25fr;
}

#w-node-_83f5454c-1cd1-97dd-bbe8-0fd63272afa6-06e332d0, #w-node-_83f5454c-1cd1-97dd-bbe8-0fd63272afb9-06e332d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ae973e69-761c-f8b1-bb3b-dddbb63e90e3-06e332d0 {
  grid-template-rows: auto;
  grid-template-columns: 2fr .75fr;
}

#w-node-ae973e69-761c-f8b1-bb3b-dddbb63e90e4-06e332d0, #w-node-ae973e69-761c-f8b1-bb3b-dddbb63e90fe-06e332d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_38b957b2-7e01-12b8-6939-82a374b52278-06e332d0 {
  grid-template-rows: auto;
  grid-template-columns: 3.25fr 2.75fr;
}

#w-node-_38b957b2-7e01-12b8-6939-82a374b52279-06e332d0, #w-node-_38b957b2-7e01-12b8-6939-82a374b52287-06e332d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3990605d-63b9-e5f4-99ec-a091a3f3dbc1-06e332d0 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

#w-node-_3990605d-63b9-e5f4-99ec-a091a3f3dbc2-06e332d0, #w-node-_3990605d-63b9-e5f4-99ec-a091a3f3dbde-06e332d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9695dced-fd6d-ebc4-e5e4-84f16f315203-06e332d0 {
  grid-template-rows: auto;
  grid-template-columns: 6.5fr 2.25fr;
}

#w-node-_9695dced-fd6d-ebc4-e5e4-84f16f315204-06e332d0, #w-node-_9695dced-fd6d-ebc4-e5e4-84f16f315217-06e332d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cb7dcfea-7d6f-15b3-9bba-a5eda21fdf60-06e332d0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-cb7dcfea-7d6f-15b3-9bba-a5eda21fdf61-06e332d0, #w-node-cb7dcfea-7d6f-15b3-9bba-a5eda21fdf7c-06e332d0, #w-node-cb7dcfea-7d6f-15b3-9bba-a5eda21fdf99-06e332d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cb7dcfea-7d6f-15b3-9bba-a5eda21fdfb6-06e332d0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

#w-node-cb7dcfea-7d6f-15b3-9bba-a5eda21fdfb7-06e332d0, #w-node-cb7dcfea-7d6f-15b3-9bba-a5eda21fdfbd-06e332d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cb7dcfea-7d6f-15b3-9bba-a5eda21fdfcf-06e332d0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

#w-node-cb7dcfea-7d6f-15b3-9bba-a5eda21fdfd0-06e332d0, #w-node-cb7dcfea-7d6f-15b3-9bba-a5eda21fdfd6-06e332d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cb7dcfea-7d6f-15b3-9bba-a5eda21fdfe8-06e332d0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

#w-node-cb7dcfea-7d6f-15b3-9bba-a5eda21fdfe9-06e332d0, #w-node-cb7dcfea-7d6f-15b3-9bba-a5eda21fdfef-06e332d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f31fb40-7b07-5a70-cbd1-aa814b11bd2b-06e332d0 {
  grid-template-rows: auto;
  grid-template-columns: 3.25fr 4fr;
}

#w-node-_3f31fb40-7b07-5a70-cbd1-aa814b11bd2c-06e332d0, #w-node-_3f31fb40-7b07-5a70-cbd1-aa814b11bd2f-06e332d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-edc1738a-8942-e1d4-cba6-6b8e97f74ad9-06e332d0 {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 2.25fr;
}

#w-node-edc1738a-8942-e1d4-cba6-6b8e97f74ada-06e332d0, #w-node-edc1738a-8942-e1d4-cba6-6b8e97f74ae0-06e332d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_39f50e3a-3f8a-af06-fcd0-8598dd93b3cd-06e332d0 {
  grid-template-rows: auto;
  grid-template-columns: 3.75fr 2.5fr;
}

#w-node-_39f50e3a-3f8a-af06-fcd0-8598dd93b3ce-06e332d0, #w-node-_39f50e3a-3f8a-af06-fcd0-8598dd93b3d8-06e332d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_43b8e895-da61-81d4-cdda-900efb6aa84a-06e332d0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_43b8e895-da61-81d4-cdda-900efb6aa84b-06e332d0, #w-node-_43b8e895-da61-81d4-cdda-900efb6aa866-06e332d0, #w-node-_43b8e895-da61-81d4-cdda-900efb6aa883-06e332d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_43b8e895-da61-81d4-cdda-900efb6aa8a0-06e332d0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

#w-node-_43b8e895-da61-81d4-cdda-900efb6aa8a1-06e332d0, #w-node-_43b8e895-da61-81d4-cdda-900efb6aa8a7-06e332d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_43b8e895-da61-81d4-cdda-900efb6aa8b9-06e332d0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

#w-node-_43b8e895-da61-81d4-cdda-900efb6aa8ba-06e332d0, #w-node-_43b8e895-da61-81d4-cdda-900efb6aa8c0-06e332d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_43b8e895-da61-81d4-cdda-900efb6aa8d2-06e332d0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

#w-node-_43b8e895-da61-81d4-cdda-900efb6aa8d3-06e332d0, #w-node-_43b8e895-da61-81d4-cdda-900efb6aa8d9-06e332d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eb098e9c-c74f-32db-92b2-1ede95e6faef-06e332d0 {
  grid-template-rows: auto;
  grid-template-columns: 3.75fr 2.5fr;
}

#w-node-eb098e9c-c74f-32db-92b2-1ede95e6faf0-06e332d0, #w-node-eb098e9c-c74f-32db-92b2-1ede95e6fafa-06e332d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c97ee946-9a34-2df9-51be-a2c7a6309ec0-06e332d0 {
  grid-template-rows: auto;
  grid-template-columns: 3.75fr 3.75fr;
}

#w-node-c97ee946-9a34-2df9-51be-a2c7a6309ec1-06e332d0, #w-node-c97ee946-9a34-2df9-51be-a2c7a6309ecb-06e332d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_81591560-e897-f9c7-80a0-c76fdac70100-06e332d0 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 2.5fr;
}

#w-node-_81591560-e897-f9c7-80a0-c76fdac70101-06e332d0, #w-node-_81591560-e897-f9c7-80a0-c76fdac70104-06e332d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_59a08567-22d1-2ecf-ddfc-653451a6fe7b-06e332d0 {
  grid-template-rows: auto;
  grid-template-columns: 3.75fr 2.5fr;
}

#w-node-_59a08567-22d1-2ecf-ddfc-653451a6fe7c-06e332d0, #w-node-_59a08567-22d1-2ecf-ddfc-653451a6fe86-06e332d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_21ea8303-ad27-2ea9-1bed-f733c8dbe164-06e332d0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_21ea8303-ad27-2ea9-1bed-f733c8dbe165-06e332d0, #w-node-_21ea8303-ad27-2ea9-1bed-f733c8dbe180-06e332d0, #w-node-_21ea8303-ad27-2ea9-1bed-f733c8dbe19d-06e332d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_21ea8303-ad27-2ea9-1bed-f733c8dbe1ba-06e332d0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

#w-node-_21ea8303-ad27-2ea9-1bed-f733c8dbe1bb-06e332d0, #w-node-_21ea8303-ad27-2ea9-1bed-f733c8dbe1c1-06e332d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_21ea8303-ad27-2ea9-1bed-f733c8dbe1d3-06e332d0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

#w-node-_21ea8303-ad27-2ea9-1bed-f733c8dbe1d4-06e332d0, #w-node-_21ea8303-ad27-2ea9-1bed-f733c8dbe1da-06e332d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_21ea8303-ad27-2ea9-1bed-f733c8dbe1ec-06e332d0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

#w-node-_21ea8303-ad27-2ea9-1bed-f733c8dbe1ed-06e332d0, #w-node-_21ea8303-ad27-2ea9-1bed-f733c8dbe1f3-06e332d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-ff6ea9bc-54b1-ff60-994f-2dbeb2253261-06e332d0 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-ff6ea9bc-54b1-ff60-994f-2dbeb2253262-06e332d0, #w-node-ff6ea9bc-54b1-ff60-994f-2dbeb225326e-06e332d0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_346ed43b-20b3-d9b5-2871-bf7a7b9bfc83-06e332d0 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_346ed43b-20b3-d9b5-2871-bf7a7b9bfc84-06e332d0, #w-node-_346ed43b-20b3-d9b5-2871-bf7a7b9bfc91-06e332d0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d769df59-ded0-8f91-348a-5ea9d740546b-06e332d0 {
    grid-template-rows: auto;
    grid-template-columns: 5fr 1fr;
  }

  #w-node-_18d43e89-066d-6fe9-a389-d849c0e29022-06e332d0 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_18d43e89-066d-6fe9-a389-d849c0e29023-06e332d0, #w-node-_18d43e89-066d-6fe9-a389-d849c0e29026-06e332d0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4649331f-14f8-b4bb-44f4-6270df1564ad-06e332d0 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_4649331f-14f8-b4bb-44f4-6270df1564ae-06e332d0, #w-node-_4649331f-14f8-b4bb-44f4-6270df1564c0-06e332d0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_04c5a3bd-97ca-f97b-f663-2ee20881d952-06e332d0 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_04c5a3bd-97ca-f97b-f663-2ee20881d953-06e332d0, #w-node-_04c5a3bd-97ca-f97b-f663-2ee20881d95f-06e332d0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_54f6e9bb-d1bf-6a0f-18c3-aa71917522fb-06e332d0 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_54f6e9bb-d1bf-6a0f-18c3-aa71917522fc-06e332d0, #w-node-_54f6e9bb-d1bf-6a0f-18c3-aa7191752302-06e332d0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d4291fc5-6663-fb9a-5abf-c99f3eb479a4-06e332d0 {
    grid-template-rows: auto;
    grid-template-columns: 5fr 1fr;
  }

  #w-node-_603b0768-e412-61cc-e80c-851ce482c171-06e332d0 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_603b0768-e412-61cc-e80c-851ce482c172-06e332d0, #w-node-_603b0768-e412-61cc-e80c-851ce482c17f-06e332d0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c7ae169e-452c-304e-102c-8c0188d2ec0b-06e332d0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_67e5a8dd-f413-ee1d-8c2e-f440b57c6215-06e332d0 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_67e5a8dd-f413-ee1d-8c2e-f440b57c6216-06e332d0, #w-node-_67e5a8dd-f413-ee1d-8c2e-f440b57c6219-06e332d0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2992d848-4383-be30-a962-cd3b21536519-06e332d0 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_2992d848-4383-be30-a962-cd3b2153651a-06e332d0, #w-node-_2992d848-4383-be30-a962-cd3b21536528-06e332d0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e681a6f4-a4bf-ec80-ab85-97ad5ba289d4-06e332d0 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-e681a6f4-a4bf-ec80-ab85-97ad5ba289d5-06e332d0, #w-node-e681a6f4-a4bf-ec80-ab85-97ad5ba289e2-06e332d0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5a747a49-f7af-727c-0b72-51f7fc472963-06e332d0 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_5a747a49-f7af-727c-0b72-51f7fc472964-06e332d0, #w-node-_5a747a49-f7af-727c-0b72-51f7fc472967-06e332d0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a4812b04-f992-0dad-d4fa-c8f59549f77a-06e332d0 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-a4812b04-f992-0dad-d4fa-c8f59549f77b-06e332d0, #w-node-a4812b04-f992-0dad-d4fa-c8f59549f77e-06e332d0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_27f661dd-9aba-9bb6-7eeb-f949685d4f22-06e332d0 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_27f661dd-9aba-9bb6-7eeb-f949685d4f23-06e332d0, #w-node-_27f661dd-9aba-9bb6-7eeb-f949685d4f26-06e332d0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_017d8a63-9dbe-7a31-f673-abcfe06b781a-06e332d0 {
    grid-template-rows: auto;
    grid-template-columns: 5fr 1fr;
  }

  #w-node-_96dc450d-a284-7a82-9247-e2334ffac63d-06e332d0 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_96dc450d-a284-7a82-9247-e2334ffac63e-06e332d0, #w-node-_96dc450d-a284-7a82-9247-e2334ffac64b-06e332d0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_28eb7618-4343-622e-03f5-ddc4de3cb588-06e332d0 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_28eb7618-4343-622e-03f5-ddc4de3cb589-06e332d0, #w-node-_28eb7618-4343-622e-03f5-ddc4de3cb58c-06e332d0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c5774d1f-83b7-57d8-9635-373f0e47ab4e-06e332d0 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-c5774d1f-83b7-57d8-9635-373f0e47ab4f-06e332d0, #w-node-c5774d1f-83b7-57d8-9635-373f0e47ab52-06e332d0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4aba379b-c2a3-4479-3b36-39aaf29de87c-06e332d0 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_4aba379b-c2a3-4479-3b36-39aaf29de87d-06e332d0, #w-node-_4aba379b-c2a3-4479-3b36-39aaf29de88a-06e332d0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_83f5454c-1cd1-97dd-bbe8-0fd63272afa5-06e332d0 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_83f5454c-1cd1-97dd-bbe8-0fd63272afa6-06e332d0, #w-node-_83f5454c-1cd1-97dd-bbe8-0fd63272afb9-06e332d0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ae973e69-761c-f8b1-bb3b-dddbb63e90e3-06e332d0 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-ae973e69-761c-f8b1-bb3b-dddbb63e90e4-06e332d0, #w-node-ae973e69-761c-f8b1-bb3b-dddbb63e90fe-06e332d0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_38b957b2-7e01-12b8-6939-82a374b52278-06e332d0 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_38b957b2-7e01-12b8-6939-82a374b52279-06e332d0, #w-node-_38b957b2-7e01-12b8-6939-82a374b52287-06e332d0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3990605d-63b9-e5f4-99ec-a091a3f3dbc1-06e332d0 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_3990605d-63b9-e5f4-99ec-a091a3f3dbc2-06e332d0, #w-node-_3990605d-63b9-e5f4-99ec-a091a3f3dbde-06e332d0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9695dced-fd6d-ebc4-e5e4-84f16f315203-06e332d0 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_9695dced-fd6d-ebc4-e5e4-84f16f315204-06e332d0, #w-node-_9695dced-fd6d-ebc4-e5e4-84f16f315217-06e332d0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cb7dcfea-7d6f-15b3-9bba-a5eda21fdf60-06e332d0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: none;
  }

  #w-node-cb7dcfea-7d6f-15b3-9bba-a5eda21fdf61-06e332d0, #w-node-cb7dcfea-7d6f-15b3-9bba-a5eda21fdf7c-06e332d0, #w-node-cb7dcfea-7d6f-15b3-9bba-a5eda21fdf99-06e332d0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cb7dcfea-7d6f-15b3-9bba-a5eda21fdfb6-06e332d0, #w-node-cb7dcfea-7d6f-15b3-9bba-a5eda21fdfcf-06e332d0, #w-node-cb7dcfea-7d6f-15b3-9bba-a5eda21fdfe8-06e332d0 {
    display: grid;
  }

  #w-node-_3f31fb40-7b07-5a70-cbd1-aa814b11bd2b-06e332d0 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_3f31fb40-7b07-5a70-cbd1-aa814b11bd2c-06e332d0, #w-node-_3f31fb40-7b07-5a70-cbd1-aa814b11bd2f-06e332d0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-edc1738a-8942-e1d4-cba6-6b8e97f74ad9-06e332d0 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-edc1738a-8942-e1d4-cba6-6b8e97f74ada-06e332d0, #w-node-edc1738a-8942-e1d4-cba6-6b8e97f74ae0-06e332d0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_39f50e3a-3f8a-af06-fcd0-8598dd93b3cd-06e332d0 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_39f50e3a-3f8a-af06-fcd0-8598dd93b3ce-06e332d0, #w-node-_39f50e3a-3f8a-af06-fcd0-8598dd93b3d8-06e332d0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_43b8e895-da61-81d4-cdda-900efb6aa84a-06e332d0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: none;
  }

  #w-node-_43b8e895-da61-81d4-cdda-900efb6aa84b-06e332d0, #w-node-_43b8e895-da61-81d4-cdda-900efb6aa866-06e332d0, #w-node-_43b8e895-da61-81d4-cdda-900efb6aa883-06e332d0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_43b8e895-da61-81d4-cdda-900efb6aa8a0-06e332d0, #w-node-_43b8e895-da61-81d4-cdda-900efb6aa8b9-06e332d0, #w-node-_43b8e895-da61-81d4-cdda-900efb6aa8d2-06e332d0 {
    display: grid;
  }

  #w-node-eb098e9c-c74f-32db-92b2-1ede95e6faef-06e332d0 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-eb098e9c-c74f-32db-92b2-1ede95e6faf0-06e332d0, #w-node-eb098e9c-c74f-32db-92b2-1ede95e6fafa-06e332d0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c97ee946-9a34-2df9-51be-a2c7a6309ec0-06e332d0 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-c97ee946-9a34-2df9-51be-a2c7a6309ec1-06e332d0, #w-node-c97ee946-9a34-2df9-51be-a2c7a6309ecb-06e332d0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_81591560-e897-f9c7-80a0-c76fdac70100-06e332d0 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_81591560-e897-f9c7-80a0-c76fdac70101-06e332d0, #w-node-_81591560-e897-f9c7-80a0-c76fdac70104-06e332d0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_59a08567-22d1-2ecf-ddfc-653451a6fe7b-06e332d0 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_59a08567-22d1-2ecf-ddfc-653451a6fe7c-06e332d0, #w-node-_59a08567-22d1-2ecf-ddfc-653451a6fe86-06e332d0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_21ea8303-ad27-2ea9-1bed-f733c8dbe164-06e332d0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: none;
  }

  #w-node-_21ea8303-ad27-2ea9-1bed-f733c8dbe165-06e332d0, #w-node-_21ea8303-ad27-2ea9-1bed-f733c8dbe180-06e332d0, #w-node-_21ea8303-ad27-2ea9-1bed-f733c8dbe19d-06e332d0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_21ea8303-ad27-2ea9-1bed-f733c8dbe1ba-06e332d0, #w-node-_21ea8303-ad27-2ea9-1bed-f733c8dbe1d3-06e332d0, #w-node-_21ea8303-ad27-2ea9-1bed-f733c8dbe1ec-06e332d0 {
    display: grid;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d4291fc5-6663-fb9a-5abf-c99f3eb479a4-06e332d0 {
    grid-template-rows: auto;
    grid-template-columns: 5fr 1fr;
  }

  #w-node-c7ae169e-452c-304e-102c-8c0188d2ec0b-06e332d0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-c7ae169e-452c-304e-102c-8c0188d2ec0c-06e332d0, #w-node-c7ae169e-452c-304e-102c-8c0188d2ec12-06e332d0, #w-node-c7ae169e-452c-304e-102c-8c0188d2ec18-06e332d0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Slabo 27 Px Regular';
  src: url('../fonts/Slabo27px-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circularstd Book';
  src: url('../fonts/CircularStd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circularstd Black';
  src: url('../fonts/CircularStd-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}