@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&family=Source+Sans+3:wght@400;600;700&display=swap');

h1 {
  font-family: 'Source Sans 3', sans-serif;
  letter-spacing: -0.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  font-family: 'Source Sans 3', sans-serif;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  font-family: 'Source Sans 3', sans-serif;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  font-family: 'Source Sans 3', sans-serif;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  font-family: 'Source Sans 3', sans-serif;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  font-family: 'Source Sans 3', sans-serif;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin: 0;
}

a {
  color: #000;
  text-decoration: none;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  padding-left: 0.5rem;
}

img {
  object-fit: contain;
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 0.25rem;
  font-weight: 500;
}

blockquote {
  border-left: 0.1875rem solid inherit;
  margin-bottom: 0;
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 0;
  margin-bottom: 0;
}

figcaption {
  text-align: center;
  margin-top: 0.25rem;
}

.page-wrapper {
  overflow: clip;
}

.page-wrapper.is-styleguide {
  padding-top: 4rem;
  display: flex;
}

.page-wrapper.is-gallery {
  padding-top: 0;
  display: flex;
}

.text-highlight {
  background-color: #fffc96;
}

.display-lg {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0%;
  margin-top: 0;
  margin-bottom: 0;
}

.display-lg_subtotal {
  font-size: 18px;
  line-height: 30px;
  font-family: 'Source Sans 3', sans-serif;
}

.display-lg--desktop {
  display: none;
}

@media screen and (min-width: 768px) {
  .display-lg--mobile {
    display: none;
  }

  .display-lg--desktop {
    display: block;
  }
}

/* .display-lg span {
  background-color: #fffc96;
  line-height: 45px;
} */

.form_input::placeholder {
  color: #0009;
}

.section {
  position: relative;
  overflow: clip;
  padding-top: 20px;
}

.section.cc-top-lg {
  font-family: Lato, sans-serif;
}

.section.cc-custom.upsell-note {
  background-color: #3d3d3d;
  color: white;
}

.section.cc-custom.upsell-features {
  background-color: #f7f7f7;
}

.section.cc-custom.color-surface {
  background-color: #fafcff;
}

.section.cc-custom.clinically-proven {
  background-color: #fafcff;
  min-height: 570px;
}

.section.cc-custom.whats-inside {
  background-color: #fafcff;
  min-height: 615px;
}

.section.cc-custom.cc-complementary1 {
  background-color: #f7f7f7;
}

.section.cc-custom.bg-secondary {
  background-color: #fafcff;
}

.section.cc-custom.bg-primary {
  background-color: #3c7dff;
  color: #fff;
}

.section.cc-custom.bg-primary-light {
  background-color: #e0ebff;
}

.section.cc-custom.be01 {
  background-color: #f9fbff;
}

.section.cc-custom.htu01 {
  background-color: #fafcff;
}

.section.cc-custom.ctlp {
  background-color: #fafcff;
}

.section.cc-custom.so03 {
  background-color: #fafcff;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.section.cc-custom.cc-up4-header {
  background-color: #3c7dff;
  color: #fff;
}

.section.cc-custom.cc-upsell4 {
  margin-top: -6rem;
}

.section.cc-custom.upsell-header {
  background-color: #3c7dff;
  color: white;
}

.u-vertical-wrap {
  flex-flow: column;
  display: flex;
}

.u-vertical-wrap.cc-l {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.u-vertical-wrap.cc-xl {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.u-vertical-wrap.cc-xs {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
}

.u-vertical-wrap.va-middle {
  justify-content: center;
}

.u-vertical-wrap.cc-tiny {
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.25rem;
}

.u-horizontal-wrap.cc-s {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  align-items: center;
}

.container {
  box-sizing: border-box;
  z-index: 1;
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: block;
  position: relative;
}

.container.cc-full {
  max-width: none;
}

.container.cc-0 {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.accordion__item-header[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.footer_section {
  background-color: #3a3a3a;
  color: #808080;
  padding-top: 36px;
  padding-bottom: 32px;
  margin-top: 350px;
}

.footer_section img {
  width: 150px;
}

.footer_link-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  font-size: 0.8125rem;
  display: flex;
}

.top-bar {
  background-color: #020202;
  padding: 10px;
}

.text {
  color: #fff;
  text-align: center;
  letter-spacing: 0.45px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}

.footer-content {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0.75rem;
  display: flex;
  max-width: 1068px;
}

.footer_credits {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0%;
  text-align: center;
  color: #808080;
  margin-bottom: 26px;
}

.footer_credits a {
  text-decoration: underline;
  color: #808080;
}
.footer_credits a:hover {
  text-decoration: underline;
  color: #b1b1b1;
}

.heading-style-h3.text-align-center.color-orange {
  color: #df7c00;
}

.heading-style-h3.text-align-center.color-white {
  color: #fff;
}

.button-15 {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  box-shadow: 0 3px 0 0 #02021b;
  border: 1px solid #d7a90f;
  border-radius: 4px;
  background-color: #ffd431;
  color: #02021b;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 50px;
  font-weight: 600;
  text-decoration: none;
  transition:
    background-color 0.12s,
    border 0.12s;
  display: flex;
  position: relative;
}

.button-15:hover {
  color: #02021b;
  background-color: #d7a90f;
}

.button-15.cc-tiny {
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.25rem;
}

.section_list {
  flex-flow: column;
  display: flex;
}

.section_list_images .image-block {
  min-width: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .section_list_images .image-block {
    flex: 1;
    width: auto;
  }
}

.faq2__acordion-item--header[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 13px;
  line-height: 27px;
}

.breadcrumb__home {
  color: inherit;
  text-decoration: none;
  font-weight: 400;
}

.breadcrumb__home:hover {
  text-decoration: underline;
}

.breadcrumb__separator {
  font-weight: 400;
  color: inherit;
}

.breadcrumb__current {
  font-weight: 700;
}

.banner-wrapper {
  color: #444444;
  background-color: #e4f6e3;
  justify-content: flex-start;
  align-items: center;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 14px;
  line-height: 19px;
  display: flex;
  font-weight: 600;
}

.banner-wrapper strong {
  color: #42413e;
}

.banner-wrapper__icon {
  width: 27px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #6c856b;
}

.banner-wrapper__icon-img {
  width: 4px;
  height: auto;
  object-fit: contain;
}

.banner-text--mobile {
  width: calc(100% - 27px);
  padding-left: 5px;
}

.banner-text--desktop {
  display: none;
}

@media screen and (min-width: 992px) {
  .banner-text--mobile {
    display: none;
  }

  .banner-text--desktop {
    width: calc(100% - 50.7px);
    display: block;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0%;
    padding-left: 16px;
  }

  .banner-wrapper__icon {
    height: 60px;
    width: 50.7px;
  }

  .banner-wrapper__icon-img {
    width: 4.06px;
  }
}

.horizontal-layout {
  grid-column-gap: 2.06rem;
  grid-row-gap: 2.06rem;
  flex-flow: column;
  display: flex;
}

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

._2x1-column > * {
  min-width: 0;
}

._2x1-column.cc-m {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 0.75fr 0.35fr;
}

.column {
  flex-flow: column;
  display: flex;
}

.section-lp01 {
  flex-flow: column;
  display: flex;
  margin-bottom: 20px;
}

.author-block {
  grid-column-gap: 0.63rem;
  grid-row-gap: 0.63rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 19px;
  padding-top: 19px;
  display: flex;
  border-top: 1px solid #dcdcdc;
}

.image-247 {
  object-fit: contain;
  border-radius: 100%;
  width: 27px;
  height: 27px;
}

.content-wrap {
  grid-column-gap: 0.38rem;
  grid-row-gap: 0.38rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content-wrap.is-vertical {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.written-by-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0%;
  color: #777;
  font-family: 'Roboto', sans-serif;
}

.read-min {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0%;
  text-align: right;
  color: #777777;
  font-family: 'Roboto', sans-serif;
}

.rating_star-wrapper.is-yellow {
  color: #ffbf00;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  margin-bottom: 9px;
}

.rating-star {
  width: 1.09rem;
  height: 1.09rem;
}

.image-block {
  object-fit: cover;
  width: 100%;
  max-height: 650px;
  margin-top: 0;
}

.image-block.is-third.top-margin {
  margin-top: 3.47rem;
}

.as-seen-wrapper {
  display: flex;
  flex-direction: column;
}

/* .as-seen-block {
  display: none;
  flex: none;
} */

.as-seen-text {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0;
  text-align: center;
}

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

@media screen and (min-width: 768px) {
  .horizontal-layout {
    grid-row-gap: 17px;
  }

  .header-trending {
    font-size: 15px !important;
    line-height: 24px !important;
  }
}

.section_list-wrapper {
  flex-flow: column;
  display: flex;
}

.section_reviews {
  flex-flow: column;
  display: flex;
}

.review-header {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  flex-flow: column;
  display: flex;
}

.rating-wrapper {
  grid-column-gap: 0.66rem;
  grid-row-gap: 0.66rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rating-wrapper.is-horizontal {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.sticky-cta_wrapper {
  flex-flow: column;
  max-width: 311px;
  padding: 0 0 2px 0;
  display: flex;
  position: static;
  top: 0;
  border-radius: 0;
  border: 1px solid #404040;
  overflow: hidden;
}

.sticky-product-img-wrapper {
  position: relative;
  background-color: #f3f5f6;
}

.sticky-product-img-wrapper .sticky-cta_image {
  display: block;
  width: 100%;
  height: 214px;
  max-width: none;
  object-fit: cover;
}

.sticky-discount-badge {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #e53e1a;
  color: #fff;
  text-align: center;
  padding: 6px 10px;
  min-width: 52px;
}

.sticky-discount-badge__pct {
  display: block;
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 1;
}

.sticky-discount-badge__off {
  display: block;
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 1.2;
}

.sticky-logo {
  width: 176px;
  height: 26px;
}

.sticky-cta_wrapper .logo {
  padding: 28px 0px 19px;
}

.sticky-cta_wrapper .logo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1px;
}

.sticky-cta_wrapper h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
  margin: 16px auto;
  max-width: 260px;
}

.sticky-cta_wrapper .product-rating-wrapper {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.sticky-cta_wrapper .product-rating-wrapper li {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 4px 0 3px 0;
  border-bottom: 1px solid #d2c5ff;
}

.sticky-cta_wrapper .product-rating-wrapper li img {
  width: 85px;
  margin-right: 20px;
}

.sticky-cta_wrapper .product-rating-wrapper li {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;
}

.sticky-cta_wrapper .product-rating-wrapper li .right-side {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sticky-cta_wrapper .product-rating-wrapper li span {
  font-size: 16px;
  display: block;
}

.sticky-cta_wrapper .main-product-rating-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 22px;
}

.sticky-cta_wrapper .main-product-rating-wrapper .total-rating {
  font-family: Poppins;
  font-weight: 700;
  font-size: 42px;
  line-height: 108%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}

.sticky-cta_wrapper .main-product-rating-wrapper img {
  width: 85px;
  margin: 10px auto;
}

.sticky-cta_wrapper .main-product-rating-wrapper p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  color: #000;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.sticky-cta_wrapper .sticky-cta_image-wrapper {
  display: flex;
  margin: 0 -14px;
  justify-content: flex-end;
}

.sticky-cta_wrapper.max-width-c {
  max-width: 20.38rem;
}

.sticky-cta_image {
  width: 100%;
  max-width: 299px;
}

.button_wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.sticky-cta_wrapper .presell-rating-block {
  padding: 0 19px;
}

.sticky-cta_wrapper > div:last-child {
  padding: 0 19px;
}

.footer__content {
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.footer__content p {
  color: #808080;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 26px;
}

.sticky-wrap {
  position: sticky;
  top: 90px;
  margin-top: 28px;
}

.section-lp01 .display-lg {
  margin-bottom: 20px;
  margin-top: 9px;
  width: 100%;
}

.section-lp01 .display-lg span {
  background-color: #fffc96;
  line-height: 45px;
}

.section-lp01 .logo-wrapper {
  margin-top: 12px;
}

@media screen and (min-width: 1280px) {
  ._2x1-column {
    grid-column-gap: 54px;
  }

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

.author-block--desktop {
  display: none;
}

.as-seen-block {
  display: flex;
  justify-content: center;
  margin-top: 12px;
}

@media screen and (min-width: 768px) {
  .author-block--mobile {
    display: none;
  }

  .author-block--desktop {
    display: flex;
    align-items: center;
    gap: 10px;
    border-top: 0;
    padding-top: 0;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .author-block--desktop .author-block__middle {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1;
  }

  .author-block--desktop .read-min {
    margin-left: auto;
    height: 100%;
    line-height: 16px;
    font-size: 15px;
  }

  .image-247 {
    height: 34px;
    width: 34px;
  }

  .written-by-text {
    font-size: 15px;
    line-height: 16px;
  }

  .section-lp01 .display-lg {
    width: 700px;
    font-weight: 900;
    font-size: 42px;
    line-height: 48px;
    letter-spacing: 0%;
    margin-bottom: 0;
  }

  .section-lp01 .display-lg span {
    display: inline-block;
    line-height: 48px;
  }

  .display-lg {
    font-size: 42px;
    line-height: 48px;
  }

  .as-seen-text {
    display: block;
  }

  .section-lp01 .logo-wrapper {
    margin-top: 19px;
  }

  .as-seen-block {
    margin-top: 19px;
  }

  .main-description {
    border-top: 1px solid #dcdcdc;
    padding-top: 25px;
    margin-top: 5px;
  }
}

@media screen and (min-width: 992px) {
  .section-lp01 .display-lg {
    width: 600px;
  }

  .footer_section {
    padding-top: 34px;
    padding-bottom: 90px;
  }
}

@media screen and (min-width: 1100px) {
  .section-lp01 .display-lg {
    width: 700px;
    margin-bottom: 6px;
  }

  .display-lg_subtotal {
    font-size: 20px;
    line-height: 32px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .u-vertical-wrap.cc-center {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

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

  .horizontal-layout {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  ._2x1-column {
    grid-template-columns: 1fr;
  }

  .image-block.is-third.top-margin {
    margin-top: 1.5rem;
  }

  .sticky-cta_wrapper,
  .sticky-cta_wrapper.max-width-c {
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .footer_link-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-auto-flow: row;
    justify-items: center;
    display: flex;
    margin-top: 26px;
  }

  .image-block.is-third.top-margin {
    margin-top: 1.5rem;
  }

  .author-block.is-fifth {
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }

  .heading-style-h3.text-align-center.is-mobile-size {
    font-size: 1rem;
  }

  .heading-style-h3.text-align-center.color-orange.is-mobile-size {
    margin-bottom: 0.3rem;
    font-size: 1.625rem;
  }

  .heading-style-h3.text-align-center.color-white {
    font-size: 1.625rem;
  }

  .horizontal-layout {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .author-block.is-fifth {
    order: 9999;
  }

  .image-block.is-third {
    flex: 0 auto;
    order: 3;
    max-width: calc(100% + 32px);
    width: calc(100% + 32px);
    margin-left: -16px;
  }

  .image-block.is-third.top-margin {
    margin-top: 1.5rem;
  }

  .as-seen-wrapper {
    flex-flow: column;
  }

  .as-seen-wrapper.is-fourth {
    order: 4;
  }
}

.presell-rating-block {
  text-align: center;
  margin-top: 6px;
  margin-bottom: 16px;
}

.presell-rating-stars {
  font-size: 24px;
  color: #111;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

.presell-rating-text {
  font-family: 'Source Sans 3', 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  color: #454545;
  margin: 0;
}

.presell-rating-based {
  font-family: 'Source Sans 3', 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  color: #9a9a9a;
}

.sticky-bottom-cta {
  display: none;
}

@media screen and (max-width: 991px) {
  .author-block .rating_wrapper {
    width: 126px;
    margin-left: 50px;
  }

  .sticky-bottom-cta {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 12px 16px;
    background-color: #fff;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.12);
    opacity: 0;
    transform: translateY(12px);
    transition:
      opacity 0.3s ease,
      transform 0.3s ease;
    pointer-events: none;
  }

  .sticky-bottom-cta .button_wrapper {
    max-width: 480px;
    margin: 0 auto;
  }

  .sticky-bottom-cta .button-15 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 56px;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 1;
    padding: 0 16px;
  }

  .sticky-bottom-cta.is-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
}

.presell-checklist {
  list-style: none;
  margin: 21px 0 0;
  padding: 0;
}

.presell-checklist__item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Source Sans 3', 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 17px;
  letter-spacing: 0;
  color: #000;
  padding: 0;
  margin: 0 0 18px 0;
}

.presell-checklist__item::before {
  content: '';
  display: inline-flex;
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #338c0c;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10' fill='none'%3E%3Cpath d='M1 5l3.5 3.5L11 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px;
}

@media screen and (min-width: 1280px) {
  .column {
    width: 862px;
  }

  .sticky-column {
    width: 264px;
  }

  .section-lp01,
  .main-description {
    width: 828px;
  }

  .section-block__quote.no1 {
    margin-top: 0;
    position: relative;
    top: -40px;
  }
}
