:root {
  --141414: white;
  --red-2: #a50000;
  --dark-slate-blue: #92744d;
  --dark-black: #141414;
  --deep-sky-blue-2: #facc76;
  --red: #c40000;
  --deep-sky-blue: #00abcb;
}

.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-rescueflex.jpg');
  background-position: 50% 0;
  background-size: cover;
  padding-top: 10px;
  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 #0003;
}

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

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

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

.block-white-top.single {
  border-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 {
  color: #3f134f;
  margin-top: -20px;
}

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

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

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

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

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

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

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

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

.bodytext.bot30.center.horpadding10 {
  padding-left: 10px;
  padding-right: 10px;
}

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

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

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

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

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

.image-5.top-30 {
  max-width: 85%;
}

.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 {
  background-color: #337ab7;
  width: 2px;
}

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

.image-11 {
  text-align: center;
  width: 200px;
}

.underline {
  text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

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

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

.img-container.top0.bot30 {
  width: 100%;
  margin-bottom: 30px;
}

.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: 52px;
  display: block;
}

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

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

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

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

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

.hl-45.color.bot30.horpadding180, .hl-45.horpadding180 {
  padding-left: 180px;
  padding-right: 180px;
}

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

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

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

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

.hl-30.bot15 {
  margin-bottom: 15px;
}

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

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

._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.bot10 {
  margin-bottom: 10px;
}

._2column-stack.horpadding80 {
  padding-left: 80px;
  padding-right: 80px;
}

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

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

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

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

.hl-40.horpadding100.color {
  color: var(--red-2);
}

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

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

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

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

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

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

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

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

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

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

.image-main {
  text-align: center;
  object-fit: fill;
  border: 1px #fff;
  border-radius: 15px;
  flex: 1;
  width: auto;
  max-width: 100%;
  box-shadow: 15px 14px 60px -11px #0006;
}

.image-main.no-shadow {
  box-shadow: none;
}

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

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

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

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

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

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

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

.divider-blue.red.bot10 {
  margin-bottom: 10px;
}

.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 #0000001a;
}

.testi-box-3.bot40 {
  margin-bottom: 40px;
  box-shadow: 0 2px 5px 3px #0000001a;
}

.testi-photos {
  border-radius: 15px;
  width: 125px;
  box-shadow: 0 4px 14px #0000004d;
}

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

.bodytext-3.testimonial-content {
  border-left: 10px solid var(--dark-slate-blue);
  background-color: #fff;
  margin-bottom: 0;
  padding: 20px 10px 20px 20px;
  box-shadow: 0 2px 5px #0003;
}

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

.resize {
  max-width: 90%;
}

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

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

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

.hl-60-2.color2.bot30.horpadding50 {
  padding-left: 50px;
  padding-right: 50px;
}

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

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

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

._2column-stack-3.bot0 {
  margin-bottom: 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%;
}

.totalslash {
  max-width: 100%;
  margin-top: 10px;
}

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

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

.free-ship-2 {
  color: var(--dark-slate-blue);
  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;
}

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

.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: var(--dark-black);
  margin-top: 15px;
}

.mbg-2.blue.top15 {
  margin-top: 30px;
}

.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 {
  background-color: #d1d1d1;
  width: 225px;
  height: 1px;
  margin: 5px auto;
}

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

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

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

.headline-main {
  color: var(--dark-black);
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Circularstd Black, sans-serif;
  font-size: 70px;
  font-weight: 900;
  line-height: 70px;
}

.headline-main.color {
  color: var(--dark-slate-blue);
  margin-top: 0;
  font-size: 65px;
  line-height: 65px;
}

.headline-main.color.s-hp60.xs-np {
  font-size: 60px;
  line-height: 59px;
}

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

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

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

.block-color5.adjust.feat3.edit {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/bg-brown.jpg');
  background-position: 100%;
  background-size: cover;
  background-clip: border-box;
}

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

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

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

.block-white-mid {
  background-color: #fff;
  border: 0 solid #000;
  border-top-width: 1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 40px 80px;
  box-shadow: 0 4px 14px #0003;
}

.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.bot10 {
  margin-bottom: 10px;
}

.list.faq {
  color: #024b9b;
  border-bottom: 2px dashed #024b9b;
  margin-bottom: 15px;
  font-family: Merriweather, serif;
  font-size: 25px;
  line-height: 36px;
}

.list.faq.blue {
  border-bottom-color: var(--dark-slate-blue);
  color: var(--dark-slate-blue);
}

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

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

.list--regular.faq {
  color: #024b9b;
  font-family: Merriweather, serif;
  font-size: 25px;
  line-height: 36px;
}

.list--regular.faq.blue {
  color: #024b9b;
}

.list--regular.faq.blue.xs-mw21 {
  color: var(--dark-slate-blue);
}

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

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

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

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

.div-block-15 {
  background-color: var(--dark-slate-blue);
  width: 12px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.mw-27 {
  color: #141414;
  text-align: center;
  margin-top: 10px;
  font-family: Merriweather, serif;
  font-size: 27px;
  line-height: 38px;
}

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

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

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

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

.image-50.xxs-adjust {
  max-width: 75%;
}

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

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

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

.subheading-28 {
  color: var(--dark-black);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Circularstd Book, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 33px;
}

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

._2column-stack-12.guarantee {
  background-color: #f7f7f7;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 2px 5px 3px #0000001a;
}

.heading-24 {
  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%;
}

._1bot-2 {
  width: 95px;
  margin: 15px auto 20px;
}

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

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

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

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

.image-57 {
  cursor: pointer;
}

._3bot-2 {
  width: 155px;
  margin: 15px auto 20px;
}

.image-58, .image-59 {
  cursor: pointer;
}

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

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

.hl-25-3.red.s-font18.bot60 {
  margin-bottom: 25px;
}

.hl-25-3.red.s-font18.bot20 {
  margin-bottom: 10px;
}

.div-block-17 {
  color: #d173ab;
  width: 100%;
  position: relative;
}

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

.div-block-18 {
  z-index: -1;
  background-color: var(--deep-sky-blue-2);
  border-radius: 10px;
  width: 80%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.div-block-18.redblock {
  background-color: var(--dark-slate-blue);
}

.div-block-19 {
  text-align: center;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 15px;
  height: 710px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px 40px;
  box-shadow: 0 2px 5px #0003;
}

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

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

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

._6bot-2 {
  width: 280px;
  margin: 20px auto 30px;
}

.subheading-30-5 {
  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-5.top100---bot30 {
  margin-top: 100px;
  margin-bottom: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.image-63.xxs-adjust {
  max-width: 80%;
}

.image-63.adjust {
  max-width: 100%;
}

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

.mw-30 {
  color: #141414;
  text-align: center;
  margin-top: 10px;
  font-family: Merriweather, serif;
  font-size: 30px;
  line-height: 41px;
}

.mw-30.top0 {
  margin-top: 0;
  font-size: 27px;
}

.mw-30.top0.color, .mw-30.color {
  color: var(--dark-slate-blue);
}

.mw-30.color.top0 {
  font-size: 30px;
}

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

.mw-23 {
  color: #141414;
  text-align: center;
  margin-top: 10px;
  font-family: Merriweather, serif;
  font-size: 23px;
  line-height: 34px;
}

.mw-23.top0 {
  margin-top: 0;
  font-size: 23px;
}

.mw-23.top0.horpadding40 {
  padding-left: 40px;
  padding-right: 40px;
}

.text-span-236, .text-span-240, .text-span-241 {
  text-decoration: underline;
}

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

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

.text-span-242, .text-span-243, .text-span-244, .text-span-245, .text-span-246, .text-span-248, .text-span-249, .text-span-250, .text-span-251, .text-span-252, .text-span-253, .text-span-254, .text-span-255, .text-span-256, .text-span-257 {
  text-decoration: underline;
}

.book {
  border: 3px dashed var(--dark-slate-blue);
  background-color: #fff;
  border-radius: 25px;
  margin-bottom: 30px;
  padding: 40px;
}

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

.text-span-258, .text-span-259, .text-span-260, .text-span-261, .text-span-262, .text-span-263 {
  text-decoration: underline;
}

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

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

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

  .block-grey {
    background-color: #f7f7f7;
    box-shadow: 0 4px 14px #0003;
  }

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

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

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

  .subheading-30 {
    color: #000;
  }

  .divider-blue {
    width: 300px;
  }

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

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

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

  .block-grey {
    background-color: #f7f7f7;
    box-shadow: 4px 0 14px #0003;
  }

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

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

  .subheading-30 {
    color: #000;
  }

  .image-main {
    box-shadow: 0 2px 15px -1px #0003;
  }

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

  .image-32 {
    box-shadow: 0 2px 15px -1px #0003;
  }

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

  .subheading-28 {
    color: #000;
  }

  .image-57, .image-58, .image-59 {
    cursor: pointer;
  }

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

@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: #0000;
    flex-direction: column-reverse;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .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: #0000;
    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.bot30.center.horpadding10.s-hp140 {
    padding-left: 140px;
    padding-right: 140px;
  }

  .bodytext.bot30.center.s-hp120 {
    padding-left: 120px;
    padding-right: 120px;
  }

  .bodytext.bot30.center.s-hp140 {
    padding-left: 140px;
    padding-right: 140px;
  }

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

  .bodytext.bot15.s-edit {
    text-align: center;
    padding-left: 160px;
    padding-right: 160px;
  }

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

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

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

  .hl-35.bot30.horpadding140.s-hp60, .hl-35.bot30.s-hp60 {
    padding-left: 60px;
    padding-right: 60px;
  }

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

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

  .hl-35.white.horpadding100.s-hp40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hl-35.white.horpadding160.s-hp100 {
    padding-left: 100px;
    padding-right: 100px;
  }

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

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

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

  .hl-50.color.bot30.horpadding140.s-np {
    padding-left: 0;
    padding-right: 0;
  }

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

  .hl-45.bot30.color {
    font-size: 31px;
  }

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

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

  .hl-45.color.bot30.s-hp60 {
    padding-left: 60px;
    padding-right: 60px;
  }

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

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

  .hl-45.horpadding180.bot30.color.s-hp60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .hl-45.white.horpadding60.s-hl40---np {
    padding-left: 0;
    padding-right: 0;
    font-size: 40px;
    line-height: 45px;
  }

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

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

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

  .hl-30.bot30.s-hl100, .hl-30.bot30.s-hp100 {
    padding-left: 100px;
    padding-right: 100px;
  }

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

  .hl-30.bot30.s-hp120 {
    padding-left: 120px;
    padding-right: 120px;
  }

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

  .hl-30.horpadding80.s-hp140 {
    padding-left: 140px;
    padding-right: 140px;
  }

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

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

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

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

  ._2column-stack.horpadding80.s-np {
    padding-left: 0;
    padding-right: 0;
  }

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

  .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.color.s-hl45---np {
    padding-left: 0;
    padding-right: 0;
    font-size: 45px;
    line-height: 50px;
  }

  .hl-40.bot30.color.s-np, .hl-40.bot30.horpadding100.color.s-nopadding {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

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

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

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

  .subheading-30.bot30.s-hp140 {
    padding-left: 140px;
    padding-right: 140px;
  }

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

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

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

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

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

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

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

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

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

  .hl-60-2.color2.bot30.horpadding50.s-hp20 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

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

  ._30day {
    font-size: 25px;
  }

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

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

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

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

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

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

  .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: 70%;
    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;
  }

  .headline-main {
    font-size: 37px;
    line-height: 42px;
  }

  .headline-main.color {
    font-size: 45px;
    line-height: 50px;
  }

  .headline-main.color.s-hp60 {
    padding-left: 60px;
    padding-right: 60px;
  }

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

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

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

  .list {
    padding-left: 20px;
  }

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

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

  .mw-27.horpadding60.s-np, ._3column-stack.horpadding40.s-grid1.s-np {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

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

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

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

  .price-table-mobile-1st-2 {
    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;
  }

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

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

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

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

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

  .subheading-30-5 {
    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;
  }

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

  .hl-55.color.horpadding160.s-hp60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .hl-55.color2.horpadding100.s-np, .hl-55.color2.horpadding60.s-np {
    padding-left: 0;
    padding-right: 0;
  }

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

  .hl-29.bot30.s-hp100 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .mw-23.top0.horpadding40.s-mw22---np {
    padding-left: 0;
    padding-right: 0;
    font-size: 22px;
    line-height: 31px;
  }

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

  .hl-45-2.color.horpadding40.s-hl40---nopadding {
    padding-left: 0;
    padding-right: 0;
    font-size: 40px;
    line-height: 45px;
  }

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

  .s-stretch {
    flex-flow: column;
    align-items: stretch;
  }
}

@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.bot30.center.horpadding10 {
    padding-left: 120px;
    padding-right: 120px;
  }

  .bodytext.bot30.center.horpadding10.s-hp140 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .bodytext.bot30.center.s-hp120 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .bodytext.bot30.center.s-hp140 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .bodytext.bot30.center.xs-hp100 {
    padding-left: 100px;
    padding-right: 100px;
  }

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

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

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

  .bodytext.bot15.s-edit {
    padding-left: 40px;
    padding-right: 40px;
  }

  .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.horpadding140.s-hp60.xs-hp20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hl-35.bot30.s-hp140.xs-h-30---hp80 {
    padding-left: 80px;
    padding-right: 80px;
    font-size: 30px;
    line-height: 35px;
  }

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

  .hl-35.bot30.xs-hp60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .hl-35.white.horpadding60.s-np.xxs-hp20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hl-35.white.horpadding160.s-hp100.xs-np, .hl-35.horpadding160.s-hp60.xs-np {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

  .hl-45.bot30.s-hl40.xs-hp80 {
    padding-left: 80px;
    padding-right: 80px;
  }

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

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

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

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

  .hl-45.color.s-hl40.xs-hp60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .hl-45.horpadding180.bot30.color.s-hp60.xs-hp20 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .hl-30.bot30.horpadding100.s-np.xs-hp40 {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .hl-30.bot30.s-hl100.xs-hp20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hl-30.bot30.s-hp100.xs-np {
    padding-left: 0;
    padding-right: 0;
  }

  .hl-30.bot30.s-hp120.xs-hp40 {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .hl-30.bot30.xs-hp40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hl-30.horpadding140.s-np.xs-hl24 {
    font-size: 24px;
    line-height: 29px;
  }

  .hl-30.horpadding80.s-hp140.xs-hp100 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .hl-30.horpadding80.s-hp140.xs-hl30---hp60 {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 30px;
    line-height: 35px;
  }

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

  .hl-30.horpadding80.bot30.xs-np, .hl-30.s-hp60.xs-np {
    padding-left: 0;
    padding-right: 0;
  }

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

  .block-white-bottom {
    padding-left: 20px;
    padding-right: 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.color.s-hl40.xs-hl38---hp40 {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 37px;
    line-height: 42px;
  }

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

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

  .hl-40.bot30.horpadding100.color.s-nopadding.xs-hl27 {
    font-size: 27px;
    line-height: 32px;
  }

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

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

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

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

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

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

  .subheading-30.bot30.horpadding100.s-hp60.xs-hp40, .subheading-30.bot30.horpadding100.s-hp60.xs-hp20 {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .subheading-30.bot30.s-hp80.xs-hp40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .subheading-30.white.bot30.s-hp120.xs-hp60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .subheading-30.white.bot30.s-hp40.xxs-hp70 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .subheading-30.white.horpadding40.xs-np {
    padding-left: 0;
    padding-right: 0;
  }

  .subheading-30.horpadding80.s-np.xs-np100 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .divider-blue {
    width: 100px;
  }

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

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

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

  .hl-60-2.color2.bot30.horpadding50.s-hp20.xs-hp40 {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  ._1bottle {
    font-size: 35px;
  }

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

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

  .headline-main.color {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 45px;
    line-height: 50px;
  }

  .headline-main.color.s-hp60 {
    font-size: 40px;
    line-height: 45px;
  }

  .headline-main.color.s-hp60.xs-np {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

  .list--regular.faq.blue.xs-mw21 {
    font-size: 21px;
    line-height: 34px;
  }

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

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

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

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

  .block-color-2.cover {
    background-size: cover;
  }

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

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

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

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

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

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

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

  .hl-55.color.horpadding160.s-hp60.xs-hl40---np {
    padding-left: 0;
    padding-right: 0;
    font-size: 40px;
    line-height: 45px;
  }

  .hl-55.color2.horpadding100.s-np.xs-hl40 {
    font-size: 40px;
    line-height: 45px;
  }

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

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

  .mw-30.color.top0.xs-mw29 {
    font-size: 29px;
    line-height: 38px;
  }

  .divider-500 {
    width: auto;
  }

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

  .hl-45-2.color.horpadding40.s-hl40---nopadding.xs-hl37 {
    font-size: 37px;
    line-height: 42px;
  }

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

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

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

  .bodytext.bot30.center.horpadding10, .bodytext.bot30.center.horpadding10.s-hp140.xxs-np, .bodytext.bot30.center.s-hp120.xxs-np {
    padding-left: 0;
    padding-right: 0;
  }

  .bodytext.bot30.center.s-hp140.xxs-hp40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .bodytext.bot30.center.xs-hp100, .bodytext.alignmid.bot15, .bodytext.alignmid.bot15.xs-hp80.xxs-np, .bodytext.alignmid.xs-edit {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

  .hl-35.bot30.s-hp140.xs-h-30---hp80 {
    padding-left: 0;
    padding-right: 0;
    font-size: 28px;
    line-height: 33px;
  }

  .hl-35.bot30.s-hp140.xs-h-30---hp80.xxs---hl25---hp20 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 25px;
    line-height: 30px;
  }

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

  .hl-35.white {
    font-size: 22px;
    line-height: 27px;
  }

  .hl-35.white.horpadding60, .hl-35.white.horpadding60.s-np.xxs-hp20, .hl-35.white.horpadding100.s-hp40.xxs-np {
    padding-left: 0;
    padding-right: 0;
  }

  .hl-35.white.horpadding160.s-hp100.xs-np {
    font-size: 21px;
    line-height: 26px;
  }

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

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

  .hl-35.horpadding160.s-hp60.xs-np {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .hl-50.color.bot30.horpadding140.s-np.xs-hl40.xxs-hl29 {
    font-size: 29px;
    line-height: 34px;
  }

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

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

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

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

  .hl-45.bot30.s-hl40.xs-hl39 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .hl-45.color.bot30.s-hp60 {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .hl-45.horpadding180.bot30.color.s-hp60.xs-hp20 {
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    line-height: 35px;
  }

  .hl-45.white.horpadding60.s-hl40---np {
    font-size: 29px;
    line-height: 34px;
  }

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

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

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

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

  .hl-30.bot30.horpadding40.xs-hl27---np {
    font-size: 23px;
    line-height: 28px;
  }

  .hl-30.bot30.s-hl100.xs-hp20 {
    padding-left: 0;
    padding-right: 0;
  }

  .hl-30.bot30.s-hl100.xs-hp20.xxs-hl27 {
    font-size: 22px;
    line-height: 27px;
  }

  .hl-30.bot30.s-hp100.xs-np {
    font-size: 21px;
    line-height: 26px;
  }

  .hl-30.bot30.s-hp20 {
    padding-left: 0;
    padding-right: 0;
    font-size: 22px;
    line-height: 27px;
  }

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

  .hl-30.bot30.xs-hp80 {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .hl-30.horpadding140.s-np.xs-hl24 {
    font-size: 23px;
    line-height: 28px;
  }

  .hl-30.horpadding80.s-hp140.xs-hl30---hp60 {
    padding-left: 0;
    padding-right: 0;
    font-size: 25px;
    line-height: 30px;
  }

  .hl-30.horpadding80.xs-hl30---np {
    font-size: 22px;
    line-height: 27px;
  }

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

  .hl-30.s-hp60 {
    padding-left: 0;
    padding-right: 0;
    font-size: 22px;
    line-height: 27px;
  }

  .hl-30.s-hp60.xs-np {
    font-size: 20px;
    line-height: 25px;
  }

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

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

  .hl-30.xxs-hp40 {
    padding-left: 0;
    padding-right: 0;
    font-size: 21px;
    line-height: 26px;
  }

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

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

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

  ._2column-stack.horpadding80.hor0 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .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.xs-hl38---hp40 {
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    line-height: 35px;
  }

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

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

  .hl-40.bot30.color.s-np.xs-hl32 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hl-40.bot30.s-hp100.xs-hp20 {
    padding-left: 0;
    padding-right: 0;
    font-size: 28px;
    line-height: 33px;
  }

  .hl-40.horpadding100.bot30, .hl-40.horpadding100.bot30.color {
    font-size: 28px;
    line-height: 33px;
  }

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

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

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

  .subheading-30.bot30.horpadding120.s-np.xs-hp60 {
    padding-left: 0;
    padding-right: 0;
  }

  .subheading-30.bot30.horpadding100.s-hp60.xs-hp40 {
    padding-left: 0;
    padding-right: 0;
    font-size: 19px;
    line-height: 24px;
  }

  .subheading-30.bot30.horpadding100.s-hp60.xs-hp20 {
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 25px;
  }

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

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

  .subheading-30.white.bot30.s-hp120.xs-hp60 {
    padding-left: 0;
    padding-right: 0;
  }

  .subheading-30.white.bot30.s-hp40.xxs-hp70 {
    padding-left: 0;
    padding-right: 0;
    font-size: 22px;
    line-height: 27px;
  }

  .subheading-30.white.bot30.xxs-np {
    padding-left: 0;
    padding-right: 0;
  }

  .subheading-30.white.horpadding40.xs-np {
    padding-left: 30px;
    padding-right: 30px;
  }

  .subheading-30.horpadding80 {
    padding-left: 0;
    padding-right: 0;
    line-height: 25px;
  }

  .subheading-30.horpadding80.s-np.xs-np100.xxs-hp20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .subheading-30.s-hp40.xxs-hp10 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .image-main.mob2 {
    max-width: 100%;
  }

  .image-main.review {
    max-width: 40%;
  }

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

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

  .testi-photos.bot0 {
    margin-bottom: -20px;
  }

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

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

  .hl-60-2 {
    margin-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
    font-size: 37px;
    line-height: 42px;
  }

  .hl-60-2.color2.bot30.horpadding50.s-hp20.xs-hp40 {
    padding-left: 0;
    padding-right: 0;
    font-size: 35px;
    line-height: 40px;
  }

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

  .hl-60-2.color2.xxs-hp40 {
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

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

  ._30day {
    font-size: 16px;
  }

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

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

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

  ._1bottle {
    font-size: 25px;
  }

  .mbg-2 {
    color: #107cc7;
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .pricing-mobile {
    margin-top: -10px;
    font-size: 35px;
  }

  .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: 18px;
    line-height: 28px;
  }

  .headline-main {
    margin-bottom: 5px;
    font-size: 37px;
    line-height: 37px;
  }

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

  .headline-main.color.s-hp60.xs-np {
    font-size: 30px;
    line-height: 35px;
  }

  .block-color5 {
    padding: 20px;
  }

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

  .block-color5.adjust.feat3.edit {
    background-position: 80%;
  }

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

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

  .list--regular.faq {
    font-size: 22px;
  }

  .list--regular.faq.blue {
    font-size: 20px;
    line-height: 32px;
  }

  .list--regular.faq.blue.xs-mw21 {
    font-size: 20px;
    line-height: 31px;
  }

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

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

  .mw-27.horpadding60.s-np {
    font-size: 20px;
    line-height: 29px;
  }

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

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

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

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

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

  .subheading-28 {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 20px;
    line-height: 25px;
  }

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

  .save-mobile-2 {
    margin-top: -15px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 20px;
  }

  .price-table-mobile-1st-2 {
    border-color: var(--dark-slate-blue);
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

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

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

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

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

  .subheading-30-5 {
    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;
  }

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

  .hl-55.color.bot30, .hl-55.color.horpadding160.s-hp60.xs-hl40---np {
    font-size: 30px;
    line-height: 35px;
  }

  .hl-55.color2.horpadding100.s-np.xs-hl40 {
    font-size: 28px;
    line-height: 33px;
  }

  .hl-55.color2.horpadding60.s-np {
    font-size: 32px;
    line-height: 37px;
  }

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

  .hl-29.bot30.s-hp100.xs-hl30---np {
    font-size: 22px;
    line-height: 27px;
  }

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

  .mw-30.color.top0.xs-mw29.xxs-mw27 {
    font-size: 27px;
    line-height: 36px;
  }

  .mw-23.top0.horpadding40.s-mw22---np.xxs-mw20 {
    font-size: 20px;
    line-height: 29px;
  }

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

  .book {
    padding: 30px 20px;
  }

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

#w-node-_76d8a357-445c-ebcf-2313-310fef4053fd-8be75e8c {
  grid-template-rows: auto;
  grid-template-columns: 2.75fr 2.75fr;
}

#w-node-_76d8a357-445c-ebcf-2313-310fef4053fe-8be75e8c, #w-node-_76d8a357-445c-ebcf-2313-310fef40540c-8be75e8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c43f25c4-1daf-490b-5ca8-82a504c844b9-8be75e8c {
  grid-template-rows: auto;
  grid-template-columns: 3.25fr 3.5fr;
}

#w-node-c43f25c4-1daf-490b-5ca8-82a504c844ba-8be75e8c, #w-node-c43f25c4-1daf-490b-5ca8-82a504c844c8-8be75e8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c5087d2c-f50f-9d72-b2f8-4f85f6bc6324-8be75e8c {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr .5fr;
}

#w-node-c5087d2c-f50f-9d72-b2f8-4f85f6bc6325-8be75e8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3456eb74-857a-69a0-f04e-912ed60f0023-8be75e8c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-be17189a-81f9-9153-f108-8b1e23bfafe4-8be75e8c {
  grid-template-rows: auto;
  grid-template-columns: 10fr 3.5fr;
}

#w-node-be17189a-81f9-9153-f108-8b1e23bfafe5-8be75e8c, #w-node-be17189a-81f9-9153-f108-8b1e23bfafe8-8be75e8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_20f0d148-4c09-8a50-7158-d4aa2b163e1e-8be75e8c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-b2583d5e-121a-9203-cabc-a34c63bcd6f3-8be75e8c {
  grid-template-rows: auto;
  grid-template-columns: 3.25fr 3.25fr;
}

#w-node-b2583d5e-121a-9203-cabc-a34c63bcd6f4-8be75e8c, #w-node-b2583d5e-121a-9203-cabc-a34c63bcd705-8be75e8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2124c16-3a43-4245-600f-cd96b90cecc7-8be75e8c {
  grid-template-rows: auto;
  grid-template-columns: 3.25fr 3.25fr;
}

#w-node-b2124c16-3a43-4245-600f-cd96b90cecc8-8be75e8c, #w-node-b2124c16-3a43-4245-600f-cd96b90cecd5-8be75e8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83b7d3f2-02de-1d7e-7975-241a7351a67d-8be75e8c {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr .5fr;
}

#w-node-_83b7d3f2-02de-1d7e-7975-241a7351a67e-8be75e8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc6b2487-f8f2-2dc3-5277-d6b01397cfcc-8be75e8c {
  grid-template-rows: auto;
  grid-template-columns: 3.25fr 3.25fr;
}

#w-node-dc6b2487-f8f2-2dc3-5277-d6b01397cfcd-8be75e8c, #w-node-dc6b2487-f8f2-2dc3-5277-d6b01397cfde-8be75e8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aae5bd32-1f96-c5db-c8b0-ef39f038071b-8be75e8c {
  grid-template-rows: auto;
  grid-template-columns: 5.25fr 6.75fr;
}

#w-node-aae5bd32-1f96-c5db-c8b0-ef39f038071c-8be75e8c, #w-node-aae5bd32-1f96-c5db-c8b0-ef39f038071f-8be75e8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_20fb7886-3705-6a09-b6b1-9dfff29534b6-8be75e8c {
  grid-template-rows: auto;
  grid-template-columns: 3.75fr 3.25fr;
}

#w-node-_20fb7886-3705-6a09-b6b1-9dfff29534b7-8be75e8c, #w-node-_20fb7886-3705-6a09-b6b1-9dfff29534c1-8be75e8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c3fd992-77b7-3baf-73cb-e98383ea8995-8be75e8c {
  grid-template-rows: auto;
  grid-template-columns: 3fr 3.25fr;
}

#w-node-_2c3fd992-77b7-3baf-73cb-e98383ea8996-8be75e8c, #w-node-_2c3fd992-77b7-3baf-73cb-e98383ea89a3-8be75e8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8e6b213-98cf-8c6d-d17b-833add1d73d1-8be75e8c {
  grid-template-rows: auto;
  grid-template-columns: 3fr 3.5fr;
}

#w-node-f8e6b213-98cf-8c6d-d17b-833add1d73d2-8be75e8c, #w-node-f8e6b213-98cf-8c6d-d17b-833add1d73d5-8be75e8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f7d485eb-a3e4-9d00-862d-dd20b58cbb13-8be75e8c {
  grid-template-rows: auto;
  grid-template-columns: 4.75fr 6.75fr;
}

#w-node-f7d485eb-a3e4-9d00-862d-dd20b58cbb14-8be75e8c, #w-node-f7d485eb-a3e4-9d00-862d-dd20b58cbb17-8be75e8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9efee658-9fbb-8493-851e-5f8ba06cfa0d-8be75e8c {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr .5fr;
}

#w-node-_9efee658-9fbb-8493-851e-5f8ba06cfa0e-8be75e8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a285dd39-fde8-df39-3448-dd297e6588df-8be75e8c {
  grid-template-rows: auto;
  grid-template-columns: 2.75fr 2.75fr;
}

#w-node-a285dd39-fde8-df39-3448-dd297e6588e0-8be75e8c, #w-node-a285dd39-fde8-df39-3448-dd297e6588f0-8be75e8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_692e034e-26b6-f583-8a43-a7386a3fc232-8be75e8c {
  grid-template-rows: auto;
  grid-template-columns: 3.75fr 3fr;
}

#w-node-_692e034e-26b6-f583-8a43-a7386a3fc233-8be75e8c, #w-node-_692e034e-26b6-f583-8a43-a7386a3fc240-8be75e8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_281f86d4-59e5-3703-c04a-20f6818236cb-8be75e8c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ac996d51-49bc-c561-4b92-3507fc9c7482-8be75e8c {
  grid-template-rows: auto;
  grid-template-columns: 2.75fr 3fr;
}

#w-node-ac996d51-49bc-c561-4b92-3507fc9c7483-8be75e8c, #w-node-ac996d51-49bc-c561-4b92-3507fc9c7495-8be75e8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd10668e-3ab4-ce6b-581b-dc0c47c2ba53-8be75e8c {
  grid-template-rows: auto;
  grid-template-columns: 2fr 6.75fr;
}

#w-node-dd10668e-3ab4-ce6b-581b-dc0c47c2ba54-8be75e8c, #w-node-dd10668e-3ab4-ce6b-581b-dc0c47c2ba57-8be75e8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a4cf89d6-54d7-c355-cba4-7f75524b5074-8be75e8c {
  grid-template-rows: auto;
  grid-template-columns: 2fr .5fr;
}

#w-node-a4cf89d6-54d7-c355-cba4-7f75524b5075-8be75e8c, #w-node-a4cf89d6-54d7-c355-cba4-7f75524b5078-8be75e8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d722256d-bffb-3f80-2de8-cb8f41377489-8be75e8c {
  grid-template-rows: auto;
  grid-template-columns: 3.25fr 2.5fr;
}

#w-node-d722256d-bffb-3f80-2de8-cb8f4137748a-8be75e8c, #w-node-d722256d-bffb-3f80-2de8-cb8f41377494-8be75e8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66a62507-e372-5fbd-df49-1c65ae17ba0c-8be75e8c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_22850251-8b27-1a56-514b-0f8569fce95b-8be75e8c {
  grid-template-rows: auto;
  grid-template-columns: 5.75fr 6.75fr;
}

#w-node-_22850251-8b27-1a56-514b-0f8569fce95c-8be75e8c, #w-node-_22850251-8b27-1a56-514b-0f8569fce95f-8be75e8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99d1f0e7-2bc1-352f-6e02-47badf4ca3fd-8be75e8c {
  grid-template-rows: auto;
  grid-template-columns: 3.75fr 2.75fr;
}

#w-node-_99d1f0e7-2bc1-352f-6e02-47badf4ca3fe-8be75e8c, #w-node-_99d1f0e7-2bc1-352f-6e02-47badf4ca408-8be75e8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ac72d3c-0e50-ddb5-eda8-e13eedf66e8a-8be75e8c {
  grid-template-rows: auto;
  grid-template-columns: 3.75fr 4fr;
}

#w-node-_6ac72d3c-0e50-ddb5-eda8-e13eedf66e8b-8be75e8c, #w-node-_6ac72d3c-0e50-ddb5-eda8-e13eedf66e98-8be75e8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d43ec891-5e7a-aed0-e292-98cd4c0500e8-8be75e8c {
  grid-template-rows: auto;
  grid-template-columns: 7.25fr 2fr;
}

#w-node-d43ec891-5e7a-aed0-e292-98cd4c0500e9-8be75e8c, #w-node-d43ec891-5e7a-aed0-e292-98cd4c0500fe-8be75e8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3ebe5382-6c5b-f166-60d8-92f486ce33cc-8be75e8c {
  grid-template-rows: auto;
  grid-template-columns: 3.75fr 4fr;
}

#w-node-_3ebe5382-6c5b-f166-60d8-92f486ce33cd-8be75e8c, #w-node-_3ebe5382-6c5b-f166-60d8-92f486ce33dc-8be75e8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ecdc8ed-e08a-8e55-32cd-1b2d441ab327-8be75e8c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_1ecdc8ed-e08a-8e55-32cd-1b2d441ab328-8be75e8c, #w-node-_1ecdc8ed-e08a-8e55-32cd-1b2d441ab348-8be75e8c, #w-node-_1ecdc8ed-e08a-8e55-32cd-1b2d441ab368-8be75e8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ecdc8ed-e08a-8e55-32cd-1b2d441ab388-8be75e8c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

#w-node-_1ecdc8ed-e08a-8e55-32cd-1b2d441ab389-8be75e8c, #w-node-_1ecdc8ed-e08a-8e55-32cd-1b2d441ab38f-8be75e8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ecdc8ed-e08a-8e55-32cd-1b2d441ab3a5-8be75e8c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

#w-node-_1ecdc8ed-e08a-8e55-32cd-1b2d441ab3a6-8be75e8c, #w-node-_1ecdc8ed-e08a-8e55-32cd-1b2d441ab3ac-8be75e8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ecdc8ed-e08a-8e55-32cd-1b2d441ab3c2-8be75e8c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

#w-node-_1ecdc8ed-e08a-8e55-32cd-1b2d441ab3c3-8be75e8c, #w-node-_1ecdc8ed-e08a-8e55-32cd-1b2d441ab3c9-8be75e8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2e0a578-4da0-6f4b-ebbe-19f0fa4d0a5c-8be75e8c {
  grid-template-rows: auto;
  grid-template-columns: 3.75fr 2.25fr;
}

#w-node-c2e0a578-4da0-6f4b-ebbe-19f0fa4d0a5d-8be75e8c, #w-node-c2e0a578-4da0-6f4b-ebbe-19f0fa4d0a6a-8be75e8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6e9cbc97-a38f-d19a-43bb-3c96e1950833-8be75e8c {
  grid-template-rows: auto;
  grid-template-columns: 5.75fr 8fr;
}

#w-node-_6e9cbc97-a38f-d19a-43bb-3c96e1950834-8be75e8c, #w-node-_6e9cbc97-a38f-d19a-43bb-3c96e1950837-8be75e8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_27794a5a-545b-ea36-165e-1d192a007b9b-8be75e8c {
  grid-template-rows: auto;
  grid-template-columns: 7.25fr 2.75fr;
}

#w-node-_27794a5a-545b-ea36-165e-1d192a007b9c-8be75e8c, #w-node-_27794a5a-545b-ea36-165e-1d192a007bb2-8be75e8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8a7498b-13fa-42d0-e6fc-769aa91c720b-8be75e8c {
  grid-template-rows: auto;
  grid-template-columns: 8fr 10.75fr;
}

#w-node-a8a7498b-13fa-42d0-e6fc-769aa91c720c-8be75e8c, #w-node-a8a7498b-13fa-42d0-e6fc-769aa91c720f-8be75e8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f251448d-3144-679c-c803-fe2532709791-8be75e8c {
  grid-template-rows: auto;
  grid-template-columns: 6.5fr 9.25fr;
}

#w-node-f251448d-3144-679c-c803-fe2532709792-8be75e8c, #w-node-f251448d-3144-679c-c803-fe2532709795-8be75e8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_12068547-b642-47bf-b808-351dc82465bb-8be75e8c {
  grid-template-rows: auto;
  grid-template-columns: 3.75fr 3.25fr;
}

#w-node-_12068547-b642-47bf-b808-351dc82465bc-8be75e8c, #w-node-_12068547-b642-47bf-b808-351dc82465c9-8be75e8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76c3d803-55da-61a8-6b31-76a5e5e1bee3-8be75e8c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_76c3d803-55da-61a8-6b31-76a5e5e1bee4-8be75e8c, #w-node-_76c3d803-55da-61a8-6b31-76a5e5e1bf04-8be75e8c, #w-node-_76c3d803-55da-61a8-6b31-76a5e5e1bf24-8be75e8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76c3d803-55da-61a8-6b31-76a5e5e1bf44-8be75e8c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

#w-node-_76c3d803-55da-61a8-6b31-76a5e5e1bf45-8be75e8c, #w-node-_76c3d803-55da-61a8-6b31-76a5e5e1bf4b-8be75e8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76c3d803-55da-61a8-6b31-76a5e5e1bf61-8be75e8c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

#w-node-_76c3d803-55da-61a8-6b31-76a5e5e1bf62-8be75e8c, #w-node-_76c3d803-55da-61a8-6b31-76a5e5e1bf68-8be75e8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76c3d803-55da-61a8-6b31-76a5e5e1bf7e-8be75e8c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

#w-node-_76c3d803-55da-61a8-6b31-76a5e5e1bf7f-8be75e8c, #w-node-_76c3d803-55da-61a8-6b31-76a5e5e1bf85-8be75e8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_76d8a357-445c-ebcf-2313-310fef4053fd-8be75e8c {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_76d8a357-445c-ebcf-2313-310fef4053fe-8be75e8c, #w-node-_76d8a357-445c-ebcf-2313-310fef40540c-8be75e8c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c43f25c4-1daf-490b-5ca8-82a504c844b9-8be75e8c {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-c43f25c4-1daf-490b-5ca8-82a504c844ba-8be75e8c, #w-node-c43f25c4-1daf-490b-5ca8-82a504c844c8-8be75e8c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c5087d2c-f50f-9d72-b2f8-4f85f6bc6324-8be75e8c {
    grid-template-rows: auto;
    grid-template-columns: 5fr 1fr;
  }

  #w-node-_3456eb74-857a-69a0-f04e-912ed60f0023-8be75e8c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-be17189a-81f9-9153-f108-8b1e23bfafe4-8be75e8c {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-be17189a-81f9-9153-f108-8b1e23bfafe5-8be75e8c, #w-node-be17189a-81f9-9153-f108-8b1e23bfafe8-8be75e8c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_20f0d148-4c09-8a50-7158-d4aa2b163e1e-8be75e8c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b2583d5e-121a-9203-cabc-a34c63bcd6f3-8be75e8c {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-b2583d5e-121a-9203-cabc-a34c63bcd6f4-8be75e8c, #w-node-b2583d5e-121a-9203-cabc-a34c63bcd705-8be75e8c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b2124c16-3a43-4245-600f-cd96b90cecc7-8be75e8c {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-b2124c16-3a43-4245-600f-cd96b90cecc8-8be75e8c, #w-node-b2124c16-3a43-4245-600f-cd96b90cecd5-8be75e8c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_83b7d3f2-02de-1d7e-7975-241a7351a67d-8be75e8c {
    grid-template-rows: auto;
    grid-template-columns: 5fr 1fr;
  }

  #w-node-dc6b2487-f8f2-2dc3-5277-d6b01397cfcc-8be75e8c {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-dc6b2487-f8f2-2dc3-5277-d6b01397cfcd-8be75e8c, #w-node-dc6b2487-f8f2-2dc3-5277-d6b01397cfde-8be75e8c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-aae5bd32-1f96-c5db-c8b0-ef39f038071b-8be75e8c {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-aae5bd32-1f96-c5db-c8b0-ef39f038071c-8be75e8c, #w-node-aae5bd32-1f96-c5db-c8b0-ef39f038071f-8be75e8c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_20fb7886-3705-6a09-b6b1-9dfff29534b6-8be75e8c {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_20fb7886-3705-6a09-b6b1-9dfff29534b7-8be75e8c, #w-node-_20fb7886-3705-6a09-b6b1-9dfff29534c1-8be75e8c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2c3fd992-77b7-3baf-73cb-e98383ea8995-8be75e8c {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_2c3fd992-77b7-3baf-73cb-e98383ea8996-8be75e8c, #w-node-_2c3fd992-77b7-3baf-73cb-e98383ea89a3-8be75e8c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f8e6b213-98cf-8c6d-d17b-833add1d73d1-8be75e8c {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-f8e6b213-98cf-8c6d-d17b-833add1d73d2-8be75e8c, #w-node-f8e6b213-98cf-8c6d-d17b-833add1d73d5-8be75e8c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f7d485eb-a3e4-9d00-862d-dd20b58cbb13-8be75e8c {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-f7d485eb-a3e4-9d00-862d-dd20b58cbb14-8be75e8c, #w-node-f7d485eb-a3e4-9d00-862d-dd20b58cbb17-8be75e8c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9efee658-9fbb-8493-851e-5f8ba06cfa0d-8be75e8c {
    grid-template-rows: auto;
    grid-template-columns: 5fr 1fr;
  }

  #w-node-a285dd39-fde8-df39-3448-dd297e6588df-8be75e8c {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-a285dd39-fde8-df39-3448-dd297e6588e0-8be75e8c, #w-node-a285dd39-fde8-df39-3448-dd297e6588f0-8be75e8c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_692e034e-26b6-f583-8a43-a7386a3fc232-8be75e8c {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_692e034e-26b6-f583-8a43-a7386a3fc233-8be75e8c, #w-node-_692e034e-26b6-f583-8a43-a7386a3fc240-8be75e8c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_281f86d4-59e5-3703-c04a-20f6818236cb-8be75e8c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ac996d51-49bc-c561-4b92-3507fc9c7482-8be75e8c {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-ac996d51-49bc-c561-4b92-3507fc9c7483-8be75e8c, #w-node-ac996d51-49bc-c561-4b92-3507fc9c7495-8be75e8c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dd10668e-3ab4-ce6b-581b-dc0c47c2ba53-8be75e8c {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-dd10668e-3ab4-ce6b-581b-dc0c47c2ba54-8be75e8c, #w-node-dd10668e-3ab4-ce6b-581b-dc0c47c2ba57-8be75e8c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a4cf89d6-54d7-c355-cba4-7f75524b5074-8be75e8c {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-a4cf89d6-54d7-c355-cba4-7f75524b5075-8be75e8c, #w-node-a4cf89d6-54d7-c355-cba4-7f75524b5078-8be75e8c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d722256d-bffb-3f80-2de8-cb8f41377489-8be75e8c {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-d722256d-bffb-3f80-2de8-cb8f4137748a-8be75e8c, #w-node-d722256d-bffb-3f80-2de8-cb8f41377494-8be75e8c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_66a62507-e372-5fbd-df49-1c65ae17ba0c-8be75e8c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_22850251-8b27-1a56-514b-0f8569fce95b-8be75e8c {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_22850251-8b27-1a56-514b-0f8569fce95c-8be75e8c, #w-node-_22850251-8b27-1a56-514b-0f8569fce95f-8be75e8c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_99d1f0e7-2bc1-352f-6e02-47badf4ca3fd-8be75e8c {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_99d1f0e7-2bc1-352f-6e02-47badf4ca3fe-8be75e8c, #w-node-_99d1f0e7-2bc1-352f-6e02-47badf4ca408-8be75e8c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6ac72d3c-0e50-ddb5-eda8-e13eedf66e8a-8be75e8c {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_6ac72d3c-0e50-ddb5-eda8-e13eedf66e8b-8be75e8c, #w-node-_6ac72d3c-0e50-ddb5-eda8-e13eedf66e98-8be75e8c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d43ec891-5e7a-aed0-e292-98cd4c0500e8-8be75e8c {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-d43ec891-5e7a-aed0-e292-98cd4c0500e9-8be75e8c, #w-node-d43ec891-5e7a-aed0-e292-98cd4c0500fe-8be75e8c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3ebe5382-6c5b-f166-60d8-92f486ce33cc-8be75e8c {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_3ebe5382-6c5b-f166-60d8-92f486ce33cd-8be75e8c, #w-node-_3ebe5382-6c5b-f166-60d8-92f486ce33dc-8be75e8c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1ecdc8ed-e08a-8e55-32cd-1b2d441ab327-8be75e8c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: none;
  }

  #w-node-_1ecdc8ed-e08a-8e55-32cd-1b2d441ab328-8be75e8c, #w-node-_1ecdc8ed-e08a-8e55-32cd-1b2d441ab348-8be75e8c, #w-node-_1ecdc8ed-e08a-8e55-32cd-1b2d441ab368-8be75e8c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1ecdc8ed-e08a-8e55-32cd-1b2d441ab388-8be75e8c, #w-node-_1ecdc8ed-e08a-8e55-32cd-1b2d441ab3a5-8be75e8c, #w-node-_1ecdc8ed-e08a-8e55-32cd-1b2d441ab3c2-8be75e8c {
    display: grid;
  }

  #w-node-c2e0a578-4da0-6f4b-ebbe-19f0fa4d0a5c-8be75e8c {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-c2e0a578-4da0-6f4b-ebbe-19f0fa4d0a5d-8be75e8c, #w-node-c2e0a578-4da0-6f4b-ebbe-19f0fa4d0a6a-8be75e8c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6e9cbc97-a38f-d19a-43bb-3c96e1950833-8be75e8c {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_6e9cbc97-a38f-d19a-43bb-3c96e1950834-8be75e8c, #w-node-_6e9cbc97-a38f-d19a-43bb-3c96e1950837-8be75e8c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_27794a5a-545b-ea36-165e-1d192a007b9b-8be75e8c {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_27794a5a-545b-ea36-165e-1d192a007b9c-8be75e8c, #w-node-_27794a5a-545b-ea36-165e-1d192a007bb2-8be75e8c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a8a7498b-13fa-42d0-e6fc-769aa91c720b-8be75e8c {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-a8a7498b-13fa-42d0-e6fc-769aa91c720c-8be75e8c, #w-node-a8a7498b-13fa-42d0-e6fc-769aa91c720f-8be75e8c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f251448d-3144-679c-c803-fe2532709791-8be75e8c {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-f251448d-3144-679c-c803-fe2532709792-8be75e8c, #w-node-f251448d-3144-679c-c803-fe2532709795-8be75e8c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_12068547-b642-47bf-b808-351dc82465bb-8be75e8c {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_12068547-b642-47bf-b808-351dc82465bc-8be75e8c, #w-node-_12068547-b642-47bf-b808-351dc82465c9-8be75e8c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_76c3d803-55da-61a8-6b31-76a5e5e1bee3-8be75e8c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: none;
  }

  #w-node-_76c3d803-55da-61a8-6b31-76a5e5e1bee4-8be75e8c, #w-node-_76c3d803-55da-61a8-6b31-76a5e5e1bf04-8be75e8c, #w-node-_76c3d803-55da-61a8-6b31-76a5e5e1bf24-8be75e8c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_76c3d803-55da-61a8-6b31-76a5e5e1bf44-8be75e8c, #w-node-_76c3d803-55da-61a8-6b31-76a5e5e1bf61-8be75e8c, #w-node-_76c3d803-55da-61a8-6b31-76a5e5e1bf7e-8be75e8c {
    display: grid;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c5087d2c-f50f-9d72-b2f8-4f85f6bc6324-8be75e8c, #w-node-_83b7d3f2-02de-1d7e-7975-241a7351a67d-8be75e8c, #w-node-_9efee658-9fbb-8493-851e-5f8ba06cfa0d-8be75e8c {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }
}


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