:root {
  --141414: white;
  --red: #c40000;
  --dark-slate-blue: #024b9b;
  --dark-black: #141414;
  --deep-sky-blue: #00abcb;
  --deep-sky-blue-2: #4dc1ff;
  --red-2: #a50000;
}

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

.hero-section {
  z-index: 0;
  background-color: var(--141414);
  background-image: url('../images/bg-osteo.jpg'), url('../images/bg-ringclear2.jpg');
  background-position: 50% 0, 50% 0;
  background-size: auto, cover;
  padding-top: 15px;
  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: 40%;
}

.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: 40px 80px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .2);
}

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

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

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

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

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

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

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

.blockquote {
  width: 800px;
  border: 2px dashed var(--red);
  text-align: left;
  background-color: #f7f7f7;
  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);
}

.blockquote.stretch {
  border-color: var(--dark-slate-blue);
  margin-bottom: 30px;
}

.blockquote.stretch.bot10 {
  margin-bottom: 10px;
}

.blockquote.stretch.white {
  background-color: var(--141414);
}

.blockquote.stretch.white.top0 {
  margin-top: 0;
}

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

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

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

.bodytext.top10.right-align {
  text-align: right;
}

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

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

.bodytext.alignmid.bodytext-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

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

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

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

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

.bodytext.top10---bot15.right-align {
  text-align: right;
}

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

.bodytext.right-align {
  text-align: right;
}

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

.bodytext.bot5 {
  margin-bottom: 5px;
}

.div-block-2 {
  width: 12px;
  background-color: var(--dark-slate-blue);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

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

.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 {
  width: 250px;
  text-align: center;
}

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

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

.divider-500.top15---bot15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.divider-500.divider650 {
  width: 650px;
}

.underline {
  text-decoration: underline;
}

.slabo30 {
  color: var(--dark-black);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
}

.slabo30.top0 {
  margin-top: 0;
  font-family: Merriweather, serif;
  font-size: 21px;
  line-height: 32px;
}

.slabo30.top0.horpadding120 {
  padding-left: 120px;
  padding-right: 140px;
  font-size: 21px;
  line-height: 32px;
}

.slabo30.top0.horpadding60 {
  padding-left: 60px;
  padding-right: 60px;
}

.slabo30.white {
  color: var(--141414);
}

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

.hl-35 {
  color: var(--dark-black);
  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.bot30 {
  color: var(--dark-black);
  margin-bottom: 30px;
}

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

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

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

.hl-35.white {
  color: var(--141414);
}

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

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

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

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

.hl-35.bot0 {
  margin-bottom: 0;
}

.hl-35.color3 {
  color: var(--dark-slate-blue);
}

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

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

.img-container.top0.bot15 {
  margin-bottom: 15px;
}

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

.hl-50 {
  color: var(--dark-black);
  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.bot30 {
  margin-bottom: 30px;
}

.hl-50.color {
  color: var(--deep-sky-blue);
}

.hl-50.color.horpadding40, .hl-50.horpadding40 {
  padding-left: 40px;
  padding-right: 40px;
}

.hl-50.horpadding40.color, .hl-50.color2 {
  color: var(--deep-sky-blue-2);
}

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

.hl-50.color3 {
  color: var(--dark-slate-blue);
}

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

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

.divider-750.bot50 {
  margin-bottom: 50px;
}

.divider-750.divider800 {
  width: 800px;
}

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

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

.hl-45.color {
  color: var(--dark-slate-blue);
}

.hl-45.color2 {
  color: var(--deep-sky-blue-2);
}

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

.hl-45.color2.horpadding40.bot15 {
  margin-bottom: 15px;
}

.hl-45.color3 {
  color: var(--dark-slate-blue);
}

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

.hl-30 {
  color: var(--dark-black);
  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.horpadding100 {
  padding-left: 100px;
  padding-right: 100px;
}

.hl-30.bot30.padding80 {
  padding-left: 80px;
  padding-right: 80px;
}

.hl-30.white {
  color: var(--141414);
}

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

.hl-30.white.horpadding85 {
  padding-left: 85px;
  padding-right: 85px;
}

.hl-30.color3 {
  color: var(--dark-slate-blue);
}

.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-bottom: 30px;
  padding: 0;
}

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

._2column-stack.bot0.gap20, ._2column-stack.gap20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

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

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

._2column-stack.bot10.top30 {
  margin-top: 50px;
}

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

.block-color {
  color: var(--141414);
  background-image: url('../images/dark-blue.jpg');
  background-position: 50%;
  background-size: cover;
  padding: 50px 80px;
}

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

.top30 {
  margin-top: 30px;
}

.hl-40 {
  color: var(--dark-black);
  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: var(--dark-slate-blue);
}

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

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

.hl-40.color {
  color: var(--dark-slate-blue);
}

.hl-40.white {
  color: var(--141414);
}

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

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

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

.hl-40.stage {
  background-color: var(--dark-slate-blue);
  color: var(--141414);
  border-radius: 50px;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.hl-40.color3 {
  color: var(--dark-slate-blue);
}

.hl-40.color3.padding140 {
  padding-left: 140px;
  padding-right: 140px;
}

.slabo35 {
  color: var(--dark-black);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 41px;
}

.slabo35.top0 {
  margin-top: 0;
}

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

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

.slabo35.color3 {
  color: var(--dark-slate-blue);
}

.subheading-30 {
  color: var(--dark-black);
  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.bot30 {
  margin-bottom: 30px;
}

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

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

.subheading-30.bot30.horpadding120 {
  padding-left: 120px;
  padding-right: 120px;
}

.subheading-30.white {
  color: var(--141414);
  padding-left: 0;
  padding-right: 0;
}

.subheading-30.white.nomargin {
  margin-top: 0;
  margin-bottom: 0;
}

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

.subheading-30.nomargin {
  margin-top: 0;
  margin-bottom: 0;
}

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

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

.subheading-30.horpadding120 {
  padding-left: 120px;
  padding-right: 120px;
}

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

.subheading-25 {
  color: var(--dark-black);
  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: var(--141414);
}

.subheading-25.white.left-align {
  text-align: left;
}

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

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

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

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

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

.divider-blue {
  width: 75px;
  height: 4px;
  background-color: var(--deep-sky-blue-2);
  margin: 10px auto 30px;
}

.divider-blue.red {
  background-color: var(--dark-slate-blue);
  color: var(--dark-slate-blue);
}

.divider-blue.red.bot30 {
  background-color: var(--deep-sky-blue-2);
  color: var(--deep-sky-blue);
}

.divider-blue.red.bot30.top0 {
  background-color: var(--deep-sky-blue-2);
  margin-top: 0;
}

.divider-blue.red.top30 {
  background-color: var(--deep-sky-blue);
  margin-top: 30px;
}

.divider-blue.bot15 {
  margin-bottom: 15px;
}

.divider-blue.top30 {
  margin-top: 30px;
}

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

.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;
  box-shadow: 0 2px 5px 3px rgba(0, 0, 0, .1);
}

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

.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.horpadding140 {
  padding-left: 140px;
  padding-right: 140px;
}

.hl-60-2.horpadding140.color2, .hl-60-2.color2 {
  color: var(--deep-sky-blue-2);
}

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

.hl-60-2.color3 {
  color: var(--dark-slate-blue);
}

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

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

.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 {
  max-width: 100%;
  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;
}

._1bot {
  width: 90px;
  margin: 20px auto 30px;
}

.div-block-13 {
  z-index: -1;
  width: 80%;
  height: 100%;
  background-color: var(--deep-sky-blue-2);
  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: var(--dark-slate-blue);
}

.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: 710px;
  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: 660px;
  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: 660px;
  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;
}

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

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

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

.color {
  color: var(--dark-slate-blue);
}

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

._2column-stack-5.guarantee {
  background-color: #f7f7f7;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 2px 5px 3px rgba(0, 0, 0, .1);
}

.stretch-3 {
  align-items: stretch;
}

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

._6bot {
  width: 250px;
  margin: 20px auto 30px;
}

._3bot {
  width: 200px;
  margin: 20px auto 30px;
}

.block-color5 {
  color: var(--141414);
  background-image: url('../images/feat4.jpg');
  background-position: 50%;
  background-size: cover;
  padding: 50px 80px;
}

.block-color5.adjust {
  background-image: url('../images/section1b.jpg');
}

.block-color5.adjust.seccolor2 {
  background-image: url('../images/section2.jpg');
}

.block-color5.adjust.seccolor3 {
  background-image: url('../images/section4.jpg');
}

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

.cell {
  align-items: stretch;
}

.slabo27 {
  color: var(--dark-black);
  text-align: center;
  margin-top: 10px;
  font-family: Merriweather, serif;
  font-size: 21px;
  line-height: 32px;
}

.slabo27.top0 {
  margin-top: 0;
}

.slabo27.top0.right-align {
  text-align: right;
}

.slabo27.top0.left-align {
  text-align: left;
}

.slabo27.top0---bot30 {
  margin-top: 0;
  margin-bottom: 30px;
}

.slabo27.top0---bot30.left-align {
  text-align: left;
}

.slabo27.horpadding20 {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.slabo27.right-align {
  text-align: right;
}

.slabo27.left-align {
  text-align: left;
}

.image-28 {
  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);
}

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

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

.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.number {
  list-style-type: decimal;
}

.list.number.top10 {
  margin-top: 10px;
}

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

.list.bot10.white {
  color: var(--141414);
}

.list.bot10.white.left80 {
  padding-left: 80px;
}

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

.list--regular.bot30 {
  margin-bottom: 30px;
}

.list--regular.bigger {
  font-size: 25px;
}

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

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

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

.text-span-107, .text-span-108 {
  text-decoration: underline;
}

.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-110 {
  text-decoration: underline;
}

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

.stretch-4 {
  align-items: stretch;
}

.stretch-4.midjustify {
  justify-content: center;
}

.text-span-111, .text-span-112 {
  text-decoration: underline;
}

.slabo40 {
  text-align: center;
  margin-top: 0;
  font-family: Merriweather, serif;
  font-size: 28px;
  line-height: 40px;
}

.slabo40.top0 {
  font-family: Merriweather, serif;
  font-size: 35px;
  line-height: 46px;
}

.text-span-113, .text-span-115, .text-span-116 {
  text-decoration: underline;
}

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

.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: 85px;
}

.hl-80-2.color2 {
  color: var(--deep-sky-blue-2);
}

.image-45 {
  max-width: 60%;
}

.text-span-117, .text-span-118, .text-span-119, .text-span-122 {
  text-decoration: underline;
}

.hl-55 {
  color: var(--dark-black);
  text-align: center;
  margin-top: 10px;
  font-family: Circularstd Black, sans-serif;
  font-size: 55px;
  line-height: 60px;
}

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

.hl-55.nomargin {
  margin-top: 0;
  margin-bottom: 0;
}

.hl-55.color3 {
  color: var(--dark-slate-blue);
}

.hl-55.color3.top0 {
  margin-top: 0;
}

.text-span-123, .text-span-124 {
  text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

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

.image-46 {
  width: 300px;
}

.text-span-127, .text-span-128, .text-span-129 {
  text-decoration: underline;
}

.subheading-30-3 {
  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: 38px;
}

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

.references {
  color: #a0a0a0;
  white-space: normal;
  word-break: break-all;
  overflow-wrap: anywhere;
  padding-left: 100px;
  padding-right: 100px;
}

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

.slabo25 {
  color: var(--dark-black);
  text-align: center;
  margin-top: 10px;
  font-family: Merriweather, serif;
  font-size: 20px;
  line-height: 32px;
}

.slabo25.top0 {
  margin-top: 0;
}

.slabo25.top0.left-align, .slabo25.left-align {
  text-align: left;
}

.slabo25.left-align.bot30 {
  margin-bottom: 30px;
}

.img-center {
  width: 800px;
  border-radius: 25px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

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

.hl-90.color {
  color: var(--dark-slate-blue);
}

.image-47, .image-48, .image-49, .image-50, .image-51, .image-52 {
  cursor: pointer;
}

@media screen and (min-width: 1280px) {
  .hl-50.bot30 {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1440px) {
  .hero-section {
    -webkit-text-fill-color: inherit;
    background-image: url('../images/bg-osteo.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);
  }

  .blockquote.stretch {
    border-color: var(--dark-slate-blue);
  }

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

  .slabo30 {
    line-height: 38px;
  }

  .hl-50 {
    line-height: 52px;
  }

  .divider-750 {
    width: 300px;
  }

  .hl-40.color {
    color: var(--dark-slate-blue);
  }

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

  .divider-blue {
    width: 300px;
  }

  .hl-80-2.color2 {
    color: #4dc1ff;
  }

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

  .subheading-30-3 {
    color: #000;
  }
}

@media screen and (min-width: 1920px) {
  .hero-section {
    background-image: url('../images/bg-osteo.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);
  }

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

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

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

  .image-27 {
    box-shadow: 0 2px 15px -1px rgba(0, 0, 0, .2);
  }

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

  .image-28, .image-32 {
    box-shadow: 0 2px 15px -1px rgba(0, 0, 0, .2);
  }

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

  .subheading-30-3 {
    color: #000;
  }

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

@media screen and (max-width: 991px) {
  .hero-section {
    background-color: #eaeaea;
    background-image: none;
  }

  .main-container {
    background-color: #f3f3f3;
  }

  .hero-block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    background-color: rgba(0, 0, 0, 0);
    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 {
    background-color: #fff;
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-first {
    padding-left: 20px;
    padding-right: 40px;
  }

  .section-first.top-20 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .block-no-bg {
    background-color: rgba(0, 0, 0, 0);
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .blockquote {
    width: auto;
  }

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

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

  .bodytext.alignmid.s-horpadding120 {
    padding-left: 120px;
    padding-right: 120px;
  }

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

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

  .image-5 {
    width: 406px;
  }

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

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

  .divider-500.divider725.s-divider600 {
    width: 600px;
  }

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

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

  .slabo30.top0.horpadding120 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .slabo30.top0.horpadding60 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slabo30.white.bot30 {
    line-height: 36px;
  }

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

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

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

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

  .hl-35.horpadding60.bot30 {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

  .hl-35.white.horpadding20 {
    padding-left: 0;
    padding-right: 0;
  }

  .hl-35.white.horpadding20.s-horpadding10 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .hl-35.bot0.horpadding80, .hl-35.color3.bot30, .hl-35.color3.bot30.horpadding120 {
    padding-left: 0;
    padding-right: 0;
  }

  .hl-35.color3.bot30.s-horpadding45 {
    padding-left: 45px;
    padding-right: 45px;
  }

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

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

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

  .hl-35.s-hl33 {
    font-size: 33px;
    line-height: 38px;
  }

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

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

  .hl-50.color2.horpadding80 {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .divider-750.bot50.s-autowidth, .divider-750.divider800.s-autowidth {
    width: auto;
  }

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

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

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

  .hl-45.color2.horpadding40.bot15 {
    padding-left: 0;
    padding-right: 0;
    font-size: 40px;
    line-height: 45px;
  }

  .hl-45.color3.horpadding120, .hl-45.color3.padding120.bot30 {
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

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

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

  .hl-30.bot30.padding80 {
    padding-left: 65px;
    padding-right: 65px;
  }

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

  .hl-30.bot30.s-horpadding60, .hl-30.white.s-horpadding60 {
    padding-left: 60px;
    padding-right: 60px;
  }

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

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

  .hl-30.color3.s-hl35 {
    font-size: 35px;
    line-height: 40px;
  }

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

  .hl-30.shorpadding120 {
    padding-left: 120px;
    padding-right: 120px;
  }

  .hl-30.s-hl33 {
    font-size: 33px;
    line-height: 38px;
  }

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

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

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

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

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

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

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

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

  .hl-40.bot30.horpadding40, .hl-40.bot30.horpadding120 {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

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

  .hl-40.horpadding100.s-horpadding80 {
    padding-left: 80px;
    padding-right: 80px;
  }

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

  .hl-40.color3.bot30 {
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .hl-40.color3.padding140 {
    padding-left: 80px;
    padding-right: 80px;
  }

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

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

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

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

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

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

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

  .subheading-30.bot30.s-subheading28---horpadding80 {
    margin-top: 0;
    padding-left: 80px;
    padding-right: 80px;
    font-size: 28px;
    line-height: 33px;
  }

  .subheading-30.bot30.s-horpadding120 {
    padding-left: 120px;
    padding-right: 120px;
  }

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

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

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

  .subheading-30.white.nomargin.horpadding80 {
    padding-left: 0;
    padding-right: 0;
    font-size: 28px;
    line-height: 33px;
  }

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

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

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

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

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

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

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

  .subheading-25.white.left-align {
    line-height: 26px;
  }

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

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

  .resize.resize-xxs {
    width: 250px;
  }

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

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

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

  .hl-60-2.horpadding140.color2 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .hl-60-2.color2.s-hl45, .hl-60-2.color3.bot30.s-hl45 {
    font-size: 45px;
    line-height: 50px;
  }

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

  .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: 25px;
  }

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

  .hl-25-2.bot30 {
    color: var(--dark-black);
    line-height: 30px;
  }

  .hl-25-2.bot30.s-hl30---horpadding60 {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 30px;
    line-height: 35px;
  }

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

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

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

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

  .s-sizing {
    flex: 1;
  }

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

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

  .slabo27.horpadding20 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .slabo27.horpadding20.top0 {
    padding-left: 0;
    padding-right: 0;
  }

  .slabo27.horpadding20.s-horpadding80 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .slabo27.horpadding20.s-horpadding60 {
    padding-left: 60px;
    padding-right: 60px;
  }

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

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

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

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

  .list {
    padding-left: 20px;
  }

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

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

  .stretch-4.midjustify {
    align-items: center;
  }

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

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

  .hl-80-2.color2 {
    font-size: 60px;
    line-height: 65px;
  }

  .hl-55.color3.top0.bot30.s-hl45 {
    font-size: 45px;
    line-height: 50px;
  }

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

  .bodytext-9.alignmid.bot15 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .bodytext-11.alignmid.bot15 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .subheading-30-3 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    line-height: 35px;
  }

  .references {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .image-53, .image-54, .image-55, .image-56, .image-57, .image-58 {
    cursor: pointer;
  }
}

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

  .block-white-top {
    padding: 40px 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;
  }

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

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

  .bodytext.alignmid.bot15.xs-nopadding {
    padding-left: 0;
    padding-right: 0;
  }

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

  .bodytext.right-align.top10.bot5 {
    padding-left: 160px;
  }

  .bodytext.s-midalign.s-horpadding40 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .divider-500 {
    width: 400px;
  }

  .divider-500.divider725.s-divider600 {
    width: 440px;
  }

  .divider-500.divider650.xs-autowidth {
    width: auto;
  }

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

  .slabo30.top0 {
    padding-left: 0;
    padding-right: 0;
    font-size: 21px;
    line-height: 32px;
  }

  .slabo30.top0.horpadding120 {
    padding-left: 0;
    padding-right: 0;
  }

  .slabo30.top0.xs-horpadding60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .slabo30.top0.xs-horpadding80 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .slabo30.white.bot30 {
    font-size: 21px;
    line-height: 32px;
  }

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

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

  .hl-35.bot30.xs-hl30---horpadding100 {
    padding-left: 100px;
    padding-right: 100px;
    font-size: 30px;
    line-height: 35px;
  }

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

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

  .hl-35.horpadding60.bot30.s-hl30.xs-horpadding40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hl-35.horpadding60.s-horpadding80 {
    padding-left: 0;
    padding-right: 0;
  }

  .hl-35.horpadding60.xs-horpadding30, .hl-35.white.horpadding20.xs-horpadding30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .hl-35.white.horpadding140.xs-nopadding {
    margin-top: 0;
  }

  .hl-35.horpadding140.xs-nopadding {
    padding-left: 0;
    padding-right: 0;
  }

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

  .hl-35.color3.bot30.s-horpadding45 {
    padding-left: 0;
    padding-right: 0;
  }

  .hl-35.color3.bot30.s-horpadding45.xs-hl30 {
    font-size: 30px;
    line-height: 35px;
  }

  .hl-35.color3.bot30.s-horpadding140 {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .hl-35.s-hl35.xs-hl30 {
    font-size: 30px;
    line-height: 35px;
  }

  .hl-35.s-horpadding60 {
    padding-left: 0;
    padding-right: 0;
  }

  .hl-35.s-horpadding60.xs-hl28 {
    margin-bottom: 5px;
  }

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

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

  .hl-35.xs-hl28 {
    font-size: 28px;
    line-height: 33px;
  }

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

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

  .hl-50.color2.horpadding80.xs-hl40---nopadding {
    padding-left: 0;
    padding-right: 0;
    font-size: 40px;
    line-height: 45px;
  }

  .hl-50.color3.bot30.s-hl40.xs-hl37 {
    font-size: 37px;
    line-height: 42px;
  }

  .hl-50.color3.bot30.xs-hl40, .hl-50.xs-hl40 {
    font-size: 40px;
    line-height: 45px;
  }

  .divider-750 {
    width: auto;
  }

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

  .hl-45.bot30.s-hl35.xs-horpadding100 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .hl-45.color3.padding120.bot30.s-hl40 {
    padding-left: 0;
    padding-right: 0;
    font-size: 37px;
    line-height: 42px;
  }

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

  .hl-45.color3.s-hl40.xs-hl39 {
    font-size: 39px;
    line-height: 44px;
  }

  .hl-45.color3.s-hl40.xs-horpadding100 {
    padding-left: 100px;
    padding-right: 100px;
  }

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

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

  .hl-30.bot30.horpadding100.xs-horpadding20 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .hl-30.bot30.s-horpadding100 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .hl-30.bot30.s-horpadding100.xs-nopadding {
    padding-left: 0;
    padding-right: 0;
  }

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

  .hl-30.bot30.xs-horpadding80 {
    padding-left: 80px;
    padding-right: 80px;
  }

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

  .hl-30.white.s-horpadding60 {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hl-30.white.s-horpadding60.xs-hl30---nopadding {
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    line-height: 35px;
  }

  .hl-30.white.horpadding85.xs-horpadding10 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .hl-30.shorpadding120.xs-hl30 {
    margin-bottom: 5px;
  }

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

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

  .block-color {
    padding: 50px 20px;
  }

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

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

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

  .hl-40.bot30.s-horpadding140 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hl-40.bot30.s-hl40---horpadding100 {
    padding-left: 0;
    padding-right: 0;
  }

  .hl-40.bot30.s-hl34.xs-horpadding20 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .hl-40.horpadding100.bot30.xs-horpadding80 {
    padding-left: 80px;
    padding-right: 80px;
  }

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

  .hl-40.horpadding100.s-horpadding80 {
    margin-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .hl-40.horpadding140.bot30.xs-nopadding, .hl-40.color3.bot30.s-hl40 {
    padding-left: 0;
    padding-right: 0;
  }

  .hl-40.color3.bot30.s-hl40.xs-hl37 {
    font-size: 37px;
    line-height: 43px;
  }

  .hl-40.color3.bot30.xs-hl40 {
    font-size: 40px;
    line-height: 45px;
  }

  .hl-40.color3.padding140.s-hl35 {
    margin-bottom: 5px;
  }

  .hl-40.color3.padding140.s-hl35.xs-nopadding {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .slabo35.color3.horpadding60 {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

  .subheading-30.bot30.horpadding120.xs-horpadding60 {
    padding-left: 60px;
    padding-right: 60px;
  }

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

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

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

  .subheading-30.bot30.s-horpadding120 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .subheading-30.bot30.s-horpadding80, .subheading-30.bot30.s-horpadding60 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .subheading-30.white.nomargin, .subheading-30.white.nomargin.horpadding80.xs-subheading25 {
    font-size: 25px;
    line-height: 30px;
  }

  .subheading-30.white.s-subheading28 {
    margin-top: 0;
  }

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

  .subheading-30.horpadding40.s-subheading28.xs-horpadding20 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .subheading-30.horpadding120.xs-nopadding {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

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

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

  .subheading-25.white.left-align {
    margin-bottom: 0;
  }

  .divider-blue {
    width: 100px;
  }

  .resize.resize-xxs {
    width: 250px;
  }

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

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

  .hl-60-2.horpadding140.color2.xs-hl40, .hl-60-2.color2.s-hl45.xs-hl40, .hl-60-2.color3.bot30.s-hl45 {
    font-size: 40px;
    line-height: 45px;
  }

  ._2column-stack-3 {
    grid-column-gap: 40px;
    grid-row-gap: 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.bot30.s-hl30---horpadding60 {
    padding-left: 0;
    padding-right: 0;
  }

  .hl-25-2.bot30.s-hl30---horpadding60.xs-hl28 {
    font-size: 28px;
    line-height: 33px;
  }

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

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

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

  .block-color5.adjust {
    background-position: 90%;
  }

  .slabo27.horpadding20.top0.xs-horpadding80 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .slabo27.horpadding20.top0.xs-horpadding10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .slabo27.horpadding20.s-horpadding80, .slabo27.horpadding20.s-horpadding60 {
    padding-left: 0;
    padding-right: 0;
  }

  .slabo27.horpadding20.xs-horpadding5 {
    padding-left: 5px;
    padding-right: 5px;
  }

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

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

  .list.bot10.white.left80 {
    margin-bottom: 0;
    padding-left: 30px;
    padding-right: 0;
  }

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

  .divider-250 {
    width: auto;
  }

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

  .slabo40 {
    font-size: 21px;
    line-height: 32px;
  }

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

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

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

  .hl-55.nomargin.xs-hl50 {
    font-size: 50px;
    line-height: 55px;
  }

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

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

  .bodytext-9.alignmid.bot15, .bodytext-9.alignmid.bot15.xs-nopadding {
    padding-left: 0;
    padding-right: 0;
  }

  .bodytext-10, .bodytext-11 {
    font-size: 18px;
    line-height: 28px;
  }

  .bodytext-11.alignmid.bot15 {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  .block-grey, .block-white-top, .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;
  }

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

  .blockquote.stretch, .blockquote.stretch.white {
    padding-right: 15px;
  }

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

  .bodytext.bot30 {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

  .bodytext.alignmid.s-horpadding120 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bodytext.alignmid.bodytext-10, .bodytext.right-align.top10.bot5, .bodytext.s-midalign.s-horpadding40 {
    padding-left: 0;
    padding-right: 0;
  }

  .bodytext.s-midalign.xxs-horpadding60 {
    padding-left: 60px;
    padding-right: 60px;
  }

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

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

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

  .divider-500.divider725.s-divider600 {
    width: 300px;
  }

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

  .slabo30.top0 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 19px;
    line-height: 30px;
  }

  .slabo30.top0.horpadding120 {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 19px;
    line-height: 30px;
  }

  .slabo30.top0.horpadding60 {
    padding-left: 0;
    padding-right: 0;
  }

  .slabo30.top0.xs-horpadding60 {
    padding-left: 0;
    padding-right: 0;
    font-size: 19px;
    line-height: 30px;
  }

  .slabo30.top0.xs-horpadding80 {
    padding-left: 0;
    padding-right: 0;
  }

  .slabo30.top0.xs-horpadding80.xxs-horpadding20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slabo30.top0.xxs-nopadding {
    padding-left: 0;
    padding-right: 0;
  }

  .slabo30.top0.xxs-horpadding60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .slabo30.white.bot30.top0 {
    font-size: 19px;
    line-height: 30px;
  }

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

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

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

  .hl-35.bot30.horpadding40.xs-ok {
    font-size: 23px;
    line-height: 29px;
  }

  .hl-35.bot30.horpadding120.xxs-nopadding {
    padding-left: 0;
    padding-right: 0;
  }

  .hl-35.bot30.xs-hl30---horpadding100 {
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .hl-35.bot30.xs-hl30.xxs-hl24 {
    font-size: 24px;
    line-height: 29px;
  }

  .hl-35.horpadding60.bot30.s-hl30.xs-horpadding40 {
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
    line-height: 29px;
  }

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

  .hl-35.horpadding60.s-horpadding80 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hl-35.horpadding60.xs-horpadding30 {
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
    line-height: 28px;
  }

  .hl-35.white.horpadding20 {
    font-size: 29px;
    line-height: 34px;
  }

  .hl-35.white.horpadding20.s-horpadding10 {
    padding-left: 0;
    padding-right: 0;
    font-size: 23px;
    line-height: 27px;
  }

  .hl-35.white.horpadding20.xs-horpadding30 {
    padding-left: 0;
    padding-right: 0;
    font-size: 22px;
    line-height: 28px;
  }

  .hl-35.white.horpadding20.xxs-hl25 {
    font-size: 25px;
    line-height: 30px;
  }

  .hl-35.white.horpadding140.xs-nopadding {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 28px;
    line-height: 33px;
  }

  .hl-35.white.horpadding140.xs-nopadding.xs-ok {
    font-size: 22px;
    line-height: 25px;
  }

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

  .hl-35.horpadding160 {
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 26px;
    line-height: 31px;
  }

  .hl-35.horpadding160.xs-ok {
    font-size: 20px;
    line-height: 26px;
  }

  .hl-35.bot0.horpadding80.xs-horpadding60 {
    padding-left: 0;
    padding-right: 0;
    font-size: 25px;
    line-height: 30px;
  }

  .hl-35.color3.bot30.s-horpadding45.xs-hl30 {
    font-size: 26px;
    line-height: 31px;
  }

  .hl-35.color3.bot30.s-horpadding140.xs-hl35 {
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    line-height: 35px;
  }

  .hl-35.s-horpadding60.xs-hl28 {
    padding-left: 0;
    padding-right: 0;
    font-size: 25px;
    line-height: 30px;
  }

  .hl-35.s-hl33.xs-horpadding40 {
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
  }

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

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

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

  .hl-50.horpadding40.color.xs-hl35 {
    font-size: 30px;
    line-height: 34px;
  }

  .hl-50.color2.horpadding80.xs-hl40---nopadding {
    font-size: 28px;
    line-height: 36px;
  }

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

  .hl-50.color3.bot30.s-hl40.xs-hl37.xxs-nopadding, .hl-50.color3.bot30.s-hl40.xxs-nopadding {
    padding-left: 0;
    padding-right: 0;
  }

  .hl-50.color3.bot30.s-hl45.xs-hl40 {
    font-size: 29px;
    line-height: 34px;
  }

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

  .hl-50.color3.bot30.xs-hl40.xxs-hl35, .hl-50.xs-hl40 {
    font-size: 35px;
    line-height: 40px;
  }

  .hl-50.xs-ok {
    font-size: 30px;
  }

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

  .hl-45.bot30.s-hl35.xs-horpadding100 {
    padding-left: 0;
    padding-right: 0;
  }

  .hl-45.bot30.s-hl35.xs-horpadding100.xs-ok {
    font-size: 26px;
    line-height: 32px;
  }

  .hl-45.color.s-hl40 {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 30px;
    line-height: 32px;
  }

  .hl-45.color.s-hl40.no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .hl-45.color2.horpadding40.bot15 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 30px;
    line-height: 35px;
  }

  .hl-45.color3.horpadding120.s-hl40 {
    padding-left: 0;
    padding-right: 0;
    font-size: 26px;
    line-height: 35px;
  }

  .hl-45.color3.padding120.bot30.s-hl40 {
    font-size: 27px;
    line-height: 34px;
  }

  .hl-45.color3.bot30.s-hl45.xs-hl40, .hl-45.color3.bot30.s-hl40 {
    font-size: 35px;
    line-height: 40px;
  }

  .hl-45.color3.s-hl40.xs-hl39 {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 35px;
    line-height: 40px;
  }

  .hl-45.color3.s-hl40.xs-horpadding100 {
    padding-left: 0;
    padding-right: 0;
    font-size: 35px;
    line-height: 40px;
  }

  .hl-45.color3.s-hl40.xs-horpadding100.xs-ok {
    font-size: 24px;
    line-height: 35px;
  }

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

  .hl-30.bot30.horpadding100.xs-horpadding20 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .hl-30.bot30.padding80.xs-hl28---nopadding {
    font-size: 20px;
    line-height: 28px;
  }

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

  .hl-30.bot30.s-horpadding60.xs-ok {
    font-size: 24px;
    line-height: 30px;
  }

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

  .hl-30.bot30.xs-hl29 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .hl-30.white.s-horpadding60.xs-hl30---nopadding {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 25px;
    line-height: 30px;
  }

  .hl-30.white.horpadding60 {
    font-size: 23px;
    line-height: 28px;
  }

  .hl-30.white.horpadding60.xs-ok {
    font-size: 20px;
    line-height: 25px;
  }

  .hl-30.white.horpadding85.xs-horpadding10 {
    font-size: 19px;
    line-height: 26px;
  }

  .hl-30.color3.s-hl35 {
    font-size: 25px;
  }

  .hl-30.s-horpadding100.xs-hl30 {
    padding-left: 0;
    padding-right: 0;
    font-size: 23px;
    line-height: 28px;
  }

  .hl-30.s-horpadding100.xs-hl30.xxs-hl25 {
    font-size: 25px;
    line-height: 30px;
  }

  .hl-30.shorpadding120.xs-hl30 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 25px;
    line-height: 30px;
  }

  .hl-30.s-hl33.xs-hl30 {
    padding-left: 0;
    padding-right: 0;
  }

  .hl-30.xs-hl30 {
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
    line-height: 29px;
  }

  .hl-30.xs-hl30.xxs-hl30 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 22px;
    line-height: 32px;
  }

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

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

  .block-color {
    padding: 30px 20px;
  }

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

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

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

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

  .hl-40.bot30.horpadding40.xs-horpadding20 {
    padding-left: 0;
    padding-right: 0;
    font-size: 25px;
    line-height: 30px;
  }

  .hl-40.bot30.horpadding100.xxs-hl28---horpadding60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .hl-40.bot30.horpadding120.xs-hl30 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 23px;
    line-height: 29px;
  }

  .hl-40.bot30.horpadding120.xs-hl30.xxs-nopadding {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .hl-40.bot30.s-hl34.xs-horpadding20 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 24px;
    line-height: 30px;
  }

  .hl-40.bot30.xs-hl30 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
  }

  .hl-40.horpadding100.bot30 {
    margin-top: 10px;
    font-size: 28px;
    line-height: 33px;
  }

  .hl-40.horpadding100.bot30.xs-horpadding80 {
    padding-left: 0;
    padding-right: 0;
  }

  .hl-40.horpadding100.bot30.xs-hl30 {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
    line-height: 28px;
  }

  .hl-40.horpadding100.s-horpadding80 {
    line-height: 31px;
  }

  .hl-40.white {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 25px;
    line-height: 30px;
  }

  .hl-40.white.horpadding120 {
    padding-left: 0;
    padding-right: 0;
  }

  .hl-40.white.xs-ok {
    padding-left: 0;
    padding-right: 0;
    font-size: 23px;
  }

  .hl-40.horpadding140.bot30.xs-nopadding.xs-ok {
    font-size: 26px;
    line-height: 33px;
  }

  .hl-40.color3.bot30.s-hl40.xs-hl37 {
    font-size: 29px;
    line-height: 34px;
  }

  .hl-40.color3.bot30.xs-hl40 {
    padding-left: 0;
    padding-right: 0;
    font-size: 28px;
    line-height: 35px;
  }

  .hl-40.color3.padding140.s-hl35.xs-nopadding {
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hl-40.color3.padding140.s-hl35.xs-nopadding.xs-ok {
    font-size: 25px;
    line-height: 31px;
  }

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

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

  .slabo35.top0 {
    padding-left: 0;
    padding-right: 0;
    font-size: 23px;
    line-height: 34px;
  }

  .slabo35.bot30 {
    font-size: 23px;
    line-height: 34px;
  }

  .slabo35.color3.horpadding60.xxs-mw23 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 23px;
    line-height: 34px;
  }

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

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

  .subheading-30.bot30.horpadding80 {
    padding-left: 0;
    padding-right: 0;
  }

  .subheading-30.bot30.horpadding180.xs-horpadding40, .subheading-30.bot30.horpadding120.xs-horpadding60 {
    padding-left: 0;
    padding-right: 0;
    font-size: 21px;
    line-height: 26px;
  }

  .subheading-30.bot30.s-subheading28 {
    padding-left: 55px;
    padding-right: 55px;
  }

  .subheading-30.bot30.s-subheading28.xs-horpadding100 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .subheading-30.bot30.s-subheading28---horpadding80, .subheading-30.bot30.s-horpadding120 {
    padding-left: 0;
    padding-right: 0;
    font-size: 22px;
    line-height: 27px;
  }

  .subheading-30.bot30.s-horpadding80 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .subheading-30.bot30.s-horpadding60 {
    padding-left: 0;
    padding-right: 0;
  }

  .subheading-30.bot30.s-horpadding60.xxs-horpadding10 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .subheading-30.white.nomargin {
    margin-bottom: 0;
    font-size: 21px;
    line-height: 26px;
  }

  .subheading-30.white.nomargin.horpadding80.xs-subheading25, .subheading-30.white.s-subheading28 {
    font-size: 23px;
    line-height: 28px;
  }

  .subheading-30.horpadding40.s-subheading28.xs-horpadding20 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 23px;
    line-height: 28px;
  }

  .subheading-30.horpadding100, .subheading-30.horpadding120.xs-nopadding {
    font-size: 23px;
    line-height: 28px;
  }

  .subheading-30.horpadding180.xs-horpadding40 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .subheading-30.s-horpadding60 {
    padding-left: 0;
    padding-right: 0;
    font-size: 21px;
    line-height: 26px;
  }

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

  .image-27 {
    max-width: 90%;
  }

  .image-19.xxs-adjust {
    width: 350px;
    max-width: none;
  }

  .testi-box-3 {
    padding: 20px;
  }

  .testi-box-3.bot40 {
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .resize.resize-xxs {
    max-width: 60%;
  }

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

  .hl-60-2 {
    margin-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 40px;
    line-height: 45px;
  }

  .hl-60-2.horpadding140.color2.xs-hl40 {
    padding-left: 0;
    padding-right: 0;
    font-size: 35px;
    line-height: 40px;
  }

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

  .hl-60-2.color2.bot30 {
    padding-left: 0;
    padding-right: 0;
    font-size: 38px;
    line-height: 43px;
  }

  .hl-60-2.color2.s-hl45.xs-hl40 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 27px;
    line-height: 36px;
  }

  .hl-60-2.color2.xxs-nopadding {
    padding-left: 0;
    padding-right: 0;
  }

  .hl-60-2.color2.xxs-hl40 {
    font-size: 40px;
    line-height: 45px;
  }

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

  .hl-60-2.xs-ok {
    font-size: 28px;
    line-height: 38px;
  }

  .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.bot30.s-hl30---horpadding60.xs-hl28 {
    font-size: 22px;
    line-height: 28px;
  }

  .image-35 {
    width: 140px;
    margin-top: -5px;
  }

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

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

  .block-color5 {
    padding: 20px;
  }

  .block-color5.adjust {
    background-position: 90%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .slabo27.top0.right-align {
    font-size: 19px;
    line-height: 30px;
  }

  .slabo27.top0.right-align.xs-ok {
    font-size: 17px;
    line-height: 27px;
  }

  .slabo27.top0.left-align {
    font-size: 19px;
    line-height: 30px;
  }

  .slabo27.top0.left-align.xs-ok {
    font-size: 17px;
    line-height: 25px;
  }

  .slabo27.top0---bot30.left-align {
    font-size: 19px;
    line-height: 30px;
  }

  .slabo27.top0---bot30.left-align.xs-ok {
    font-size: 17px;
    line-height: 26px;
  }

  .slabo27.horpadding20.top0.xs-horpadding80 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 19px;
    line-height: 30px;
  }

  .slabo27.horpadding20.top0.xs-horpadding10, .slabo27.horpadding20.s-horpadding80 {
    font-size: 19px;
    line-height: 30px;
  }

  .slabo27.horpadding20.s-horpadding60 {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 19px;
    line-height: 30px;
  }

  .slabo27.horpadding20.xs-horpadding5 {
    padding-left: 0;
    padding-right: 0;
    font-size: 19px;
    line-height: 30px;
  }

  .slabo27.right-align {
    font-size: 19px;
    line-height: 30px;
  }

  .image-28 {
    max-width: 90%;
  }

  .block-white-mid {
    padding: 20px;
  }

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

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

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

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

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

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

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

  .slabo40.top0 {
    font-size: 30px;
    line-height: 41px;
  }

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

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

  .hl-80-2.color2, .hl-80-2.color2.xs-hl55 {
    font-size: 45px;
    line-height: 50px;
  }

  .image-45.xxs-adjust {
    width: 350px;
    max-width: none;
  }

  .hl-55.nomargin.xs-hl50 {
    font-size: 45px;
    line-height: 50px;
  }

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

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

  .bodytext-9.alignmid.bot15 {
    padding-left: 0;
    padding-right: 0;
  }

  .bodytext-9.alignmid.bot15.xs-nopadding {
    padding-left: 40px;
    padding-right: 40px;
  }

  .bodytext-10, .bodytext-10.testimonial-content, .bodytext-11 {
    font-size: 18px;
    line-height: 28px;
  }

  .bodytext-11.alignmid.bot15, .bodytext-11.alignmid.bot15.xs-horpadding60, .bodytext-11.alignmid.bot15.xs-horpadding80 {
    padding-left: 0;
    padding-right: 0;
  }

  .bodytext-12, .bodytext-12.testimonial-content {
    font-size: 18px;
    line-height: 28px;
  }

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

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

  .slabo25.top0.left-align {
    font-size: 19px;
    line-height: 30px;
  }

  .slabo25.top0.left-align.xs-ok {
    font-size: 17px;
    line-height: 25px;
  }

  .slabo25.left-align.bot30 {
    font-size: 19px;
    line-height: 30px;
  }

  .slabo25.left-align.bot30.xs-ok, .slabo25.left-align.xxs-mw19 {
    font-size: 17px;
    line-height: 27px;
  }

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

#w-node-_822b6171-70ff-9d0f-15f8-ae299b31b201-9e077b5e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7175c8b6-e103-ecbd-4d6c-ba3e2f16202f-9e077b5e {
  grid-template-rows: auto;
  grid-template-columns: 3.75fr 2.75fr;
}

#w-node-_7175c8b6-e103-ecbd-4d6c-ba3e2f162030-9e077b5e, #w-node-_7175c8b6-e103-ecbd-4d6c-ba3e2f162040-9e077b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6d15aedc-fcc2-b0c4-5e69-d9597af0486e-9e077b5e {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr .5fr;
}

#w-node-_6d15aedc-fcc2-b0c4-5e69-d9597af0486f-9e077b5e, #w-node-_6d15aedc-fcc2-b0c4-5e69-d9597af0487a-9e077b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b70f1bae-b824-7739-cff1-567d86ea3d3c-9e077b5e {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.75fr;
}

#w-node-b70f1bae-b824-7739-cff1-567d86ea3d3d-9e077b5e, #w-node-b70f1bae-b824-7739-cff1-567d86ea3d40-9e077b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f8d3fdc-36b7-ea57-8328-b584c9cbe113-9e077b5e {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1.75fr;
}

#w-node-_9f8d3fdc-36b7-ea57-8328-b584c9cbe114-9e077b5e, #w-node-_9f8d3fdc-36b7-ea57-8328-b584c9cbe11b-9e077b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f6de9fa3-f185-3888-6989-0e65db0a1275-9e077b5e {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.75fr;
}

#w-node-f6de9fa3-f185-3888-6989-0e65db0a1276-9e077b5e, #w-node-f6de9fa3-f185-3888-6989-0e65db0a1279-9e077b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa1b377c-0f51-ade5-a4bc-f15d7c425e02-9e077b5e {
  grid-template-rows: auto;
  grid-template-columns: .75fr .25fr;
}

#w-node-fa1b377c-0f51-ade5-a4bc-f15d7c425e03-9e077b5e, #w-node-fa1b377c-0f51-ade5-a4bc-f15d7c425e0e-9e077b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7fe27819-f7ba-275e-725c-759abb6cbecf-9e077b5e {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1.5fr;
}

#w-node-_7fe27819-f7ba-275e-725c-759abb6cbed0-9e077b5e, #w-node-_7fe27819-f7ba-275e-725c-759abb6cbeda-9e077b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd672e57-c401-e76f-47a5-968853d592af-9e077b5e {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.75fr;
}

#w-node-dd672e57-c401-e76f-47a5-968853d592b0-9e077b5e, #w-node-dd672e57-c401-e76f-47a5-968853d592b3-9e077b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f7fa1ab-553e-5cb2-be41-eae2b2207697-9e077b5e {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 2fr;
}

#w-node-_3f7fa1ab-553e-5cb2-be41-eae2b2207698-9e077b5e, #w-node-_3f7fa1ab-553e-5cb2-be41-eae2b22076a2-9e077b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d9142d11-212d-6d8d-2d99-0677b698d01d-9e077b5e {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr .5fr;
}

#w-node-d9142d11-212d-6d8d-2d99-0677b698d01e-9e077b5e, #w-node-d9142d11-212d-6d8d-2d99-0677b698d029-9e077b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bcae997e-fc27-219b-259d-28a710fb30a1-9e077b5e {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1.5fr;
}

#w-node-bcae997e-fc27-219b-259d-28a710fb30a2-9e077b5e, #w-node-bcae997e-fc27-219b-259d-28a710fb30ac-9e077b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e6d4db9b-f7eb-6dff-5c80-ef378e3b9f10-9e077b5e {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.75fr;
}

#w-node-e6d4db9b-f7eb-6dff-5c80-ef378e3b9f11-9e077b5e, #w-node-e6d4db9b-f7eb-6dff-5c80-ef378e3b9f14-9e077b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0e56a997-3cd7-4707-68e0-f42583c13087-9e077b5e {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1.75fr;
}

#w-node-_0e56a997-3cd7-4707-68e0-f42583c13088-9e077b5e, #w-node-_0e56a997-3cd7-4707-68e0-f42583c13099-9e077b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e2a4121-2557-c2e8-16de-2850e245578b-9e077b5e {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1.75fr;
}

#w-node-_4e2a4121-2557-c2e8-16de-2850e245578c-9e077b5e, #w-node-_4e2a4121-2557-c2e8-16de-2850e2455796-9e077b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37691e94-4f0e-5e6c-534e-c064791fcec1-9e077b5e {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.75fr;
}

#w-node-_37691e94-4f0e-5e6c-534e-c064791fcec2-9e077b5e, #w-node-_37691e94-4f0e-5e6c-534e-c064791fcec5-9e077b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56698f2c-25fe-4bce-aafc-798b94b19571-9e077b5e {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_07b082a9-d00b-375d-72b6-bdc1b21cb452-9e077b5e {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.75fr;
}

#w-node-_07b082a9-d00b-375d-72b6-bdc1b21cb453-9e077b5e, #w-node-_07b082a9-d00b-375d-72b6-bdc1b21cb456-9e077b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9cbf10bc-9439-6927-dbcc-40fb4a1bf074-9e077b5e {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1.75fr;
}

#w-node-_9cbf10bc-9439-6927-dbcc-40fb4a1bf075-9e077b5e, #w-node-_9cbf10bc-9439-6927-dbcc-40fb4a1bf07f-9e077b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_95794386-dfea-bf1b-d54a-6115362c8749-9e077b5e {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr .5fr;
}

#w-node-_95794386-dfea-bf1b-d54a-6115362c874a-9e077b5e, #w-node-_95794386-dfea-bf1b-d54a-6115362c8755-9e077b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af54729c-32b2-95e9-2410-f2b7a98795cb-9e077b5e {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.75fr;
}

#w-node-af54729c-32b2-95e9-2410-f2b7a98795cc-9e077b5e, #w-node-af54729c-32b2-95e9-2410-f2b7a98795d9-9e077b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b5c832e9-c636-cff4-d366-72da6afc5218-9e077b5e {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.75fr;
}

#w-node-b5c832e9-c636-cff4-d366-72da6afc5219-9e077b5e, #w-node-b5c832e9-c636-cff4-d366-72da6afc521c-9e077b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b0444abb-8bb2-9cb5-e90a-ef7e85958b57-9e077b5e {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.75fr;
}

#w-node-b0444abb-8bb2-9cb5-e90a-ef7e85958b58-9e077b5e, #w-node-b0444abb-8bb2-9cb5-e90a-ef7e85958b5b-9e077b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fbb78bcd-432f-6e79-0e61-a787d17a33e3-9e077b5e {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
}

#w-node-_0d73355c-46bf-4259-9a24-ce47e4de6924-9e077b5e {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1.75fr;
}

#w-node-_0d73355c-46bf-4259-9a24-ce47e4de6925-9e077b5e, #w-node-_0d73355c-46bf-4259-9a24-ce47e4de6934-9e077b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-da87d221-9890-3333-93b3-8d2c80a00e9a-9e077b5e {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 2.25fr;
}

#w-node-da87d221-9890-3333-93b3-8d2c80a00e9b-9e077b5e, #w-node-da87d221-9890-3333-93b3-8d2c80a00eae-9e077b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c793392d-0cba-09c1-2e69-a1d8b5d9b098-9e077b5e {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 2.25fr;
}

#w-node-c793392d-0cba-09c1-2e69-a1d8b5d9b099-9e077b5e, #w-node-c793392d-0cba-09c1-2e69-a1d8b5d9b0a6-9e077b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efae3a09-8deb-a13a-a4e0-eb0288f4642a-9e077b5e {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.75fr;
}

#w-node-efae3a09-8deb-a13a-a4e0-eb0288f4642b-9e077b5e, #w-node-efae3a09-8deb-a13a-a4e0-eb0288f4642e-9e077b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_22515dcb-cead-be9a-29e8-ba528c13255e-9e077b5e {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1.75fr;
}

#w-node-_22515dcb-cead-be9a-29e8-ba528c13255f-9e077b5e, #w-node-_22515dcb-cead-be9a-29e8-ba528c13256e-9e077b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_828d07cc-26bd-deb5-8deb-602bbaf45aa8-9e077b5e {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1.75fr;
}

#w-node-_828d07cc-26bd-deb5-8deb-602bbaf45aa9-9e077b5e, #w-node-_828d07cc-26bd-deb5-8deb-602bbaf45ab8-9e077b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b45e0965-ae69-cf86-b667-aeb46c113af5-9e077b5e {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 2.25fr;
}

#w-node-b45e0965-ae69-cf86-b667-aeb46c113af6-9e077b5e, #w-node-b45e0965-ae69-cf86-b667-aeb46c113b05-9e077b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3479b97f-a4d1-ad1e-27d8-a1df4af5f6b1-9e077b5e {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.5fr;
}

#w-node-_3479b97f-a4d1-ad1e-27d8-a1df4af5f6b2-9e077b5e, #w-node-_3479b97f-a4d1-ad1e-27d8-a1df4af5f6b5-9e077b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b0ef984-f7e8-3f01-e3b6-9a10ae2bc770-9e077b5e {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1.75fr;
}

#w-node-_6b0ef984-f7e8-3f01-e3b6-9a10ae2bc771-9e077b5e, #w-node-_6b0ef984-f7e8-3f01-e3b6-9a10ae2bc780-9e077b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7ed249d7-cb7f-0cba-4cb6-c8c15aeb7909-9e077b5e {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 2.25fr;
}

#w-node-_7ed249d7-cb7f-0cba-4cb6-c8c15aeb790a-9e077b5e, #w-node-_7ed249d7-cb7f-0cba-4cb6-c8c15aeb791a-9e077b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6fb8070a-375b-d10f-1fef-4606d5512570-9e077b5e {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.75fr;
}

#w-node-_6fb8070a-375b-d10f-1fef-4606d5512571-9e077b5e, #w-node-_6fb8070a-375b-d10f-1fef-4606d5512574-9e077b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2eafd8d6-3f58-fe26-f5b2-fc4936fd2c6f-9e077b5e {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 2fr;
}

#w-node-_2eafd8d6-3f58-fe26-f5b2-fc4936fd2c70-9e077b5e, #w-node-_2eafd8d6-3f58-fe26-f5b2-fc4936fd2c7a-9e077b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_92eaada9-6cd7-86e4-3ed9-25c7332b61a4-9e077b5e {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1.75fr;
}

#w-node-_92eaada9-6cd7-86e4-3ed9-25c7332b61a5-9e077b5e, #w-node-_92eaada9-6cd7-86e4-3ed9-25c7332b61a8-9e077b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6e593bf7-8010-bbbe-f8b6-6dfe9a85785b-9e077b5e {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.75fr;
}

#w-node-_6e593bf7-8010-bbbe-f8b6-6dfe9a85785c-9e077b5e, #w-node-_6e593bf7-8010-bbbe-f8b6-6dfe9a85785f-9e077b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_702077cb-7b7a-4dc5-6857-75ae2fd63f80-9e077b5e {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.75fr;
}

#w-node-_702077cb-7b7a-4dc5-6857-75ae2fd63f81-9e077b5e, #w-node-_702077cb-7b7a-4dc5-6857-75ae2fd63f84-9e077b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4416fe3f-9328-00df-5a08-73253e46dde0-9e077b5e {
  grid-template-rows: auto;
  grid-template-columns: 2.75fr 2.25fr;
}

#w-node-_4416fe3f-9328-00df-5a08-73253e46dde1-9e077b5e, #w-node-_4416fe3f-9328-00df-5a08-73253e46ddee-9e077b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af90e16e-dd1f-28d1-82e5-19e466e8c4d7-9e077b5e {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.75fr;
}

#w-node-af90e16e-dd1f-28d1-82e5-19e466e8c4d8-9e077b5e, #w-node-af90e16e-dd1f-28d1-82e5-19e466e8c4db-9e077b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9a0d809-73c0-dfe9-08bb-1f6cf255f1f7-9e077b5e {
  grid-template-rows: auto;
  grid-template-columns: 2.75fr 2.75fr;
}

#w-node-e9a0d809-73c0-dfe9-08bb-1f6cf255f1f8-9e077b5e, #w-node-e9a0d809-73c0-dfe9-08bb-1f6cf255f208-9e077b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45eac49b-3556-8429-4d3b-bc7e2cbf0325-9e077b5e {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.75fr;
}

#w-node-_45eac49b-3556-8429-4d3b-bc7e2cbf0326-9e077b5e, #w-node-_45eac49b-3556-8429-4d3b-bc7e2cbf0329-9e077b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aa4199ef-66de-02e6-eb55-05870250e047-9e077b5e {
  grid-template-rows: auto;
  grid-template-columns: 2.75fr 2.25fr;
}

#w-node-aa4199ef-66de-02e6-eb55-05870250e048-9e077b5e, #w-node-aa4199ef-66de-02e6-eb55-05870250e052-9e077b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8a99a095-78fe-994a-6351-08c9ad959738-9e077b5e {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.75fr;
}

#w-node-_8a99a095-78fe-994a-6351-08c9ad959739-9e077b5e, #w-node-_8a99a095-78fe-994a-6351-08c9ad95973c-9e077b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17414ca4-2e45-2a30-5f64-55436b3c6174-9e077b5e {
  grid-template-rows: auto;
  grid-template-columns: 2fr .75fr;
}

#w-node-_17414ca4-2e45-2a30-5f64-55436b3c6175-9e077b5e, #w-node-_17414ca4-2e45-2a30-5f64-55436b3c6189-9e077b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_061d811f-d493-53c3-3f2e-ce0f7b048088-9e077b5e {
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1.75fr;
}

#w-node-_061d811f-d493-53c3-3f2e-ce0f7b048089-9e077b5e, #w-node-_061d811f-d493-53c3-3f2e-ce0f7b048095-9e077b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1334abe3-32bc-8ef0-9931-2cac84f9a917-9e077b5e {
  grid-template-rows: auto;
  grid-template-columns: 6.5fr 2.25fr;
}

#w-node-_1334abe3-32bc-8ef0-9931-2cac84f9a918-9e077b5e, #w-node-_1334abe3-32bc-8ef0-9931-2cac84f9a92a-9e077b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_567720d3-db76-4f58-6039-c0c82913400b-9e077b5e {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.75fr;
}

#w-node-_567720d3-db76-4f58-6039-c0c82913400c-9e077b5e, #w-node-_567720d3-db76-4f58-6039-c0c82913400f-9e077b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b532d57b-0dda-5bf9-ae2b-7737068221f2-9e077b5e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-b532d57b-0dda-5bf9-ae2b-7737068221f3-9e077b5e, #w-node-b532d57b-0dda-5bf9-ae2b-77370682220e-9e077b5e, #w-node-b532d57b-0dda-5bf9-ae2b-77370682222b-9e077b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b532d57b-0dda-5bf9-ae2b-773706822248-9e077b5e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

#w-node-b532d57b-0dda-5bf9-ae2b-773706822249-9e077b5e, #w-node-b532d57b-0dda-5bf9-ae2b-77370682224f-9e077b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b532d57b-0dda-5bf9-ae2b-773706822261-9e077b5e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

#w-node-b532d57b-0dda-5bf9-ae2b-773706822262-9e077b5e, #w-node-b532d57b-0dda-5bf9-ae2b-773706822268-9e077b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b532d57b-0dda-5bf9-ae2b-77370682227a-9e077b5e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

#w-node-b532d57b-0dda-5bf9-ae2b-77370682227b-9e077b5e, #w-node-b532d57b-0dda-5bf9-ae2b-773706822281-9e077b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e67b978d-6600-2a93-6ce2-1e828b45a944-9e077b5e {
  grid-template-rows: auto;
  grid-template-columns: 2fr 2.25fr;
}

#w-node-e67b978d-6600-2a93-6ce2-1e828b45a945-9e077b5e, #w-node-e67b978d-6600-2a93-6ce2-1e828b45a948-9e077b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e913f83d-e91d-f451-52f2-6685ec784383-9e077b5e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-e913f83d-e91d-f451-52f2-6685ec784384-9e077b5e, #w-node-e913f83d-e91d-f451-52f2-6685ec78439f-9e077b5e, #w-node-e913f83d-e91d-f451-52f2-6685ec7843bc-9e077b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e913f83d-e91d-f451-52f2-6685ec7843d9-9e077b5e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

#w-node-e913f83d-e91d-f451-52f2-6685ec7843da-9e077b5e, #w-node-e913f83d-e91d-f451-52f2-6685ec7843e0-9e077b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e913f83d-e91d-f451-52f2-6685ec7843f2-9e077b5e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

#w-node-e913f83d-e91d-f451-52f2-6685ec7843f3-9e077b5e, #w-node-e913f83d-e91d-f451-52f2-6685ec7843f9-9e077b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e913f83d-e91d-f451-52f2-6685ec78440b-9e077b5e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

#w-node-e913f83d-e91d-f451-52f2-6685ec78440c-9e077b5e, #w-node-e913f83d-e91d-f451-52f2-6685ec784412-9e077b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_822b6171-70ff-9d0f-15f8-ae299b31b201-9e077b5e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7175c8b6-e103-ecbd-4d6c-ba3e2f16202f-9e077b5e {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_7175c8b6-e103-ecbd-4d6c-ba3e2f162030-9e077b5e, #w-node-_7175c8b6-e103-ecbd-4d6c-ba3e2f162040-9e077b5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6d15aedc-fcc2-b0c4-5e69-d9597af0486e-9e077b5e {
    grid-template-rows: auto;
    grid-template-columns: 5fr 1fr;
  }

  #w-node-b70f1bae-b824-7739-cff1-567d86ea3d3c-9e077b5e {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-b70f1bae-b824-7739-cff1-567d86ea3d3d-9e077b5e, #w-node-b70f1bae-b824-7739-cff1-567d86ea3d40-9e077b5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9f8d3fdc-36b7-ea57-8328-b584c9cbe113-9e077b5e {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_9f8d3fdc-36b7-ea57-8328-b584c9cbe114-9e077b5e, #w-node-_9f8d3fdc-36b7-ea57-8328-b584c9cbe11b-9e077b5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f6de9fa3-f185-3888-6989-0e65db0a1275-9e077b5e {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-f6de9fa3-f185-3888-6989-0e65db0a1276-9e077b5e, #w-node-f6de9fa3-f185-3888-6989-0e65db0a1279-9e077b5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fa1b377c-0f51-ade5-a4bc-f15d7c425e02-9e077b5e {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-fa1b377c-0f51-ade5-a4bc-f15d7c425e03-9e077b5e, #w-node-fa1b377c-0f51-ade5-a4bc-f15d7c425e0e-9e077b5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7fe27819-f7ba-275e-725c-759abb6cbecf-9e077b5e {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_7fe27819-f7ba-275e-725c-759abb6cbed0-9e077b5e, #w-node-_7fe27819-f7ba-275e-725c-759abb6cbeda-9e077b5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dd672e57-c401-e76f-47a5-968853d592af-9e077b5e {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-dd672e57-c401-e76f-47a5-968853d592b0-9e077b5e, #w-node-dd672e57-c401-e76f-47a5-968853d592b3-9e077b5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3f7fa1ab-553e-5cb2-be41-eae2b2207697-9e077b5e {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_3f7fa1ab-553e-5cb2-be41-eae2b2207698-9e077b5e, #w-node-_3f7fa1ab-553e-5cb2-be41-eae2b22076a2-9e077b5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d9142d11-212d-6d8d-2d99-0677b698d01d-9e077b5e {
    grid-template-rows: auto;
    grid-template-columns: 5fr 1fr;
  }

  #w-node-bcae997e-fc27-219b-259d-28a710fb30a1-9e077b5e {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-bcae997e-fc27-219b-259d-28a710fb30a2-9e077b5e, #w-node-bcae997e-fc27-219b-259d-28a710fb30ac-9e077b5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e6d4db9b-f7eb-6dff-5c80-ef378e3b9f10-9e077b5e {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-e6d4db9b-f7eb-6dff-5c80-ef378e3b9f11-9e077b5e, #w-node-e6d4db9b-f7eb-6dff-5c80-ef378e3b9f14-9e077b5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0e56a997-3cd7-4707-68e0-f42583c13087-9e077b5e {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_0e56a997-3cd7-4707-68e0-f42583c13088-9e077b5e, #w-node-_0e56a997-3cd7-4707-68e0-f42583c13099-9e077b5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4e2a4121-2557-c2e8-16de-2850e245578b-9e077b5e {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_4e2a4121-2557-c2e8-16de-2850e245578c-9e077b5e, #w-node-_4e2a4121-2557-c2e8-16de-2850e2455796-9e077b5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_37691e94-4f0e-5e6c-534e-c064791fcec1-9e077b5e {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_37691e94-4f0e-5e6c-534e-c064791fcec2-9e077b5e, #w-node-_37691e94-4f0e-5e6c-534e-c064791fcec5-9e077b5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_56698f2c-25fe-4bce-aafc-798b94b19571-9e077b5e {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_56698f2c-25fe-4bce-aafc-798b94b19572-9e077b5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_07b082a9-d00b-375d-72b6-bdc1b21cb452-9e077b5e {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_07b082a9-d00b-375d-72b6-bdc1b21cb453-9e077b5e, #w-node-_07b082a9-d00b-375d-72b6-bdc1b21cb456-9e077b5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9cbf10bc-9439-6927-dbcc-40fb4a1bf074-9e077b5e {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_9cbf10bc-9439-6927-dbcc-40fb4a1bf075-9e077b5e, #w-node-_9cbf10bc-9439-6927-dbcc-40fb4a1bf07f-9e077b5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_95794386-dfea-bf1b-d54a-6115362c8749-9e077b5e {
    grid-template-rows: auto;
    grid-template-columns: 5fr 1fr;
  }

  #w-node-af54729c-32b2-95e9-2410-f2b7a98795cb-9e077b5e {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-af54729c-32b2-95e9-2410-f2b7a98795cc-9e077b5e, #w-node-af54729c-32b2-95e9-2410-f2b7a98795d9-9e077b5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b5c832e9-c636-cff4-d366-72da6afc5218-9e077b5e {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-b5c832e9-c636-cff4-d366-72da6afc5219-9e077b5e, #w-node-b5c832e9-c636-cff4-d366-72da6afc521c-9e077b5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b0444abb-8bb2-9cb5-e90a-ef7e85958b57-9e077b5e {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-b0444abb-8bb2-9cb5-e90a-ef7e85958b58-9e077b5e, #w-node-b0444abb-8bb2-9cb5-e90a-ef7e85958b5b-9e077b5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fbb78bcd-432f-6e79-0e61-a787d17a33e3-9e077b5e {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-fbb78bcd-432f-6e79-0e61-a787d17a33e4-9e077b5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0d73355c-46bf-4259-9a24-ce47e4de6924-9e077b5e {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_0d73355c-46bf-4259-9a24-ce47e4de6925-9e077b5e, #w-node-_0d73355c-46bf-4259-9a24-ce47e4de6934-9e077b5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-da87d221-9890-3333-93b3-8d2c80a00e9a-9e077b5e {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-da87d221-9890-3333-93b3-8d2c80a00e9b-9e077b5e, #w-node-da87d221-9890-3333-93b3-8d2c80a00eae-9e077b5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c793392d-0cba-09c1-2e69-a1d8b5d9b098-9e077b5e {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-c793392d-0cba-09c1-2e69-a1d8b5d9b099-9e077b5e, #w-node-c793392d-0cba-09c1-2e69-a1d8b5d9b0a6-9e077b5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-efae3a09-8deb-a13a-a4e0-eb0288f4642a-9e077b5e {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-efae3a09-8deb-a13a-a4e0-eb0288f4642b-9e077b5e, #w-node-efae3a09-8deb-a13a-a4e0-eb0288f4642e-9e077b5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_22515dcb-cead-be9a-29e8-ba528c13255e-9e077b5e {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_22515dcb-cead-be9a-29e8-ba528c13255f-9e077b5e, #w-node-_22515dcb-cead-be9a-29e8-ba528c13256e-9e077b5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_828d07cc-26bd-deb5-8deb-602bbaf45aa8-9e077b5e {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_828d07cc-26bd-deb5-8deb-602bbaf45aa9-9e077b5e, #w-node-_828d07cc-26bd-deb5-8deb-602bbaf45ab8-9e077b5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b45e0965-ae69-cf86-b667-aeb46c113af5-9e077b5e {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-b45e0965-ae69-cf86-b667-aeb46c113af6-9e077b5e, #w-node-b45e0965-ae69-cf86-b667-aeb46c113b05-9e077b5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3479b97f-a4d1-ad1e-27d8-a1df4af5f6b1-9e077b5e {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_3479b97f-a4d1-ad1e-27d8-a1df4af5f6b2-9e077b5e, #w-node-_3479b97f-a4d1-ad1e-27d8-a1df4af5f6b5-9e077b5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6b0ef984-f7e8-3f01-e3b6-9a10ae2bc770-9e077b5e {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_6b0ef984-f7e8-3f01-e3b6-9a10ae2bc771-9e077b5e, #w-node-_6b0ef984-f7e8-3f01-e3b6-9a10ae2bc780-9e077b5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7ed249d7-cb7f-0cba-4cb6-c8c15aeb7909-9e077b5e {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_7ed249d7-cb7f-0cba-4cb6-c8c15aeb790a-9e077b5e, #w-node-_7ed249d7-cb7f-0cba-4cb6-c8c15aeb791a-9e077b5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6fb8070a-375b-d10f-1fef-4606d5512570-9e077b5e {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_6fb8070a-375b-d10f-1fef-4606d5512571-9e077b5e, #w-node-_6fb8070a-375b-d10f-1fef-4606d5512574-9e077b5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2eafd8d6-3f58-fe26-f5b2-fc4936fd2c6f-9e077b5e {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_2eafd8d6-3f58-fe26-f5b2-fc4936fd2c70-9e077b5e, #w-node-_2eafd8d6-3f58-fe26-f5b2-fc4936fd2c7a-9e077b5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_92eaada9-6cd7-86e4-3ed9-25c7332b61a4-9e077b5e {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_92eaada9-6cd7-86e4-3ed9-25c7332b61a5-9e077b5e, #w-node-_92eaada9-6cd7-86e4-3ed9-25c7332b61a8-9e077b5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6e593bf7-8010-bbbe-f8b6-6dfe9a85785b-9e077b5e {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_6e593bf7-8010-bbbe-f8b6-6dfe9a85785c-9e077b5e, #w-node-_6e593bf7-8010-bbbe-f8b6-6dfe9a85785f-9e077b5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_702077cb-7b7a-4dc5-6857-75ae2fd63f80-9e077b5e {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_702077cb-7b7a-4dc5-6857-75ae2fd63f81-9e077b5e, #w-node-_702077cb-7b7a-4dc5-6857-75ae2fd63f84-9e077b5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4416fe3f-9328-00df-5a08-73253e46dde0-9e077b5e {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_4416fe3f-9328-00df-5a08-73253e46dde1-9e077b5e, #w-node-_4416fe3f-9328-00df-5a08-73253e46ddee-9e077b5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-af90e16e-dd1f-28d1-82e5-19e466e8c4d7-9e077b5e {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-af90e16e-dd1f-28d1-82e5-19e466e8c4d8-9e077b5e, #w-node-af90e16e-dd1f-28d1-82e5-19e466e8c4db-9e077b5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e9a0d809-73c0-dfe9-08bb-1f6cf255f1f7-9e077b5e {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-e9a0d809-73c0-dfe9-08bb-1f6cf255f1f8-9e077b5e, #w-node-e9a0d809-73c0-dfe9-08bb-1f6cf255f208-9e077b5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_45eac49b-3556-8429-4d3b-bc7e2cbf0325-9e077b5e {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_45eac49b-3556-8429-4d3b-bc7e2cbf0326-9e077b5e, #w-node-_45eac49b-3556-8429-4d3b-bc7e2cbf0329-9e077b5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-aa4199ef-66de-02e6-eb55-05870250e047-9e077b5e {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-aa4199ef-66de-02e6-eb55-05870250e048-9e077b5e, #w-node-aa4199ef-66de-02e6-eb55-05870250e052-9e077b5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8a99a095-78fe-994a-6351-08c9ad959738-9e077b5e {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_8a99a095-78fe-994a-6351-08c9ad959739-9e077b5e, #w-node-_8a99a095-78fe-994a-6351-08c9ad95973c-9e077b5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_17414ca4-2e45-2a30-5f64-55436b3c6174-9e077b5e {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_17414ca4-2e45-2a30-5f64-55436b3c6175-9e077b5e, #w-node-_17414ca4-2e45-2a30-5f64-55436b3c6189-9e077b5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_061d811f-d493-53c3-3f2e-ce0f7b048088-9e077b5e {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_061d811f-d493-53c3-3f2e-ce0f7b048089-9e077b5e, #w-node-_061d811f-d493-53c3-3f2e-ce0f7b048095-9e077b5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1334abe3-32bc-8ef0-9931-2cac84f9a917-9e077b5e {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_1334abe3-32bc-8ef0-9931-2cac84f9a918-9e077b5e, #w-node-_1334abe3-32bc-8ef0-9931-2cac84f9a92a-9e077b5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_567720d3-db76-4f58-6039-c0c82913400b-9e077b5e {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_567720d3-db76-4f58-6039-c0c82913400c-9e077b5e, #w-node-_567720d3-db76-4f58-6039-c0c82913400f-9e077b5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b532d57b-0dda-5bf9-ae2b-7737068221f2-9e077b5e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: none;
  }

  #w-node-b532d57b-0dda-5bf9-ae2b-7737068221f3-9e077b5e, #w-node-b532d57b-0dda-5bf9-ae2b-77370682220e-9e077b5e, #w-node-b532d57b-0dda-5bf9-ae2b-77370682222b-9e077b5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b532d57b-0dda-5bf9-ae2b-773706822248-9e077b5e, #w-node-b532d57b-0dda-5bf9-ae2b-773706822261-9e077b5e, #w-node-b532d57b-0dda-5bf9-ae2b-77370682227a-9e077b5e {
    display: grid;
  }

  #w-node-e67b978d-6600-2a93-6ce2-1e828b45a944-9e077b5e {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-e67b978d-6600-2a93-6ce2-1e828b45a945-9e077b5e, #w-node-e67b978d-6600-2a93-6ce2-1e828b45a948-9e077b5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e913f83d-e91d-f451-52f2-6685ec784383-9e077b5e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: none;
  }

  #w-node-e913f83d-e91d-f451-52f2-6685ec784384-9e077b5e, #w-node-e913f83d-e91d-f451-52f2-6685ec78439f-9e077b5e, #w-node-e913f83d-e91d-f451-52f2-6685ec7843bc-9e077b5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e913f83d-e91d-f451-52f2-6685ec7843d9-9e077b5e, #w-node-e913f83d-e91d-f451-52f2-6685ec7843f2-9e077b5e, #w-node-e913f83d-e91d-f451-52f2-6685ec78440b-9e077b5e {
    display: grid;
  }
}


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