@font-face {
  font-family: "Montserrat";
  src:
    url("../fonts/Montserrat-Variable.woff2")
      format("woff2-supports-variations"),
    url("../fonts/Montserrat-Variable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
:root {
  --charcoal: #111827;
  --evergreen: #003B3E;
  --white: white;
  --wood: #002729;
  --mint-light: #F0FFFA;
  --smoke: #F5FCFA;
  --sand-light: #F0FFFA;
  --evergreen-light: #CBECE7;
  --sky-light: #F5FCFA;
  --brown-stone: #E6F5F2;
  --borders: #BEE3E0;
  --accent-red: #18A89E;
}
.w-layout-blockcontainer_v9z2q {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.w-layout-blockcontainer_v9z2q:not(.results-container_v9z2q):not(.reviews-container_v9z2q):not(
    .doctors-container_v9z2q
  ) {
  padding-left: 20px;
  padding-right: 20px;
}
.w-layout-grid_v9z2q {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.w-layout-hflex_v9z2q {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}
@media screen and (max-width: 991px) {
  .w-layout-blockcontainer_v9z2q {
    max-width: 728px;
  }
}
@media screen and (max-width: 767px) {
  .w-layout-blockcontainer_v9z2q {
    max-width: none;
  }
}
body {
  color: var(--charcoal);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
h1 {
  letter-spacing: -0.015em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
}
h2 {
  color: var(--charcoal);
  letter-spacing: -0.025em;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2em;
}
h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.65em;
}
a {
  color: var(--evergreen);
  text-underline-offset: 2px;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
ol {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
}
li {
  padding-bottom: 8px;
  font-size: 16px;
}
img {
  height: 100%;
  display: inline-block;
}
.primary-cta {
  background-color: var(--charcoal);
  color: var(--white);
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 14px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  transition:
    box-shadow 0.2s,
    transform 0.2s;
}
.primary-cta:hover {
  transform: translate(0, -4px);
  box-shadow: 0 10px 22px #1620191a;
}
.primary-cta.green {
  background-color: var(--evergreen);
}
.primary-cta.nav_v9z2q {
  padding-left: 10px;
  padding-right: 10px;
}
.primary-cta.questions_v9z2q {
  width: 100%;
  margin-top: 20px;
  padding-top: 22px;
  padding-bottom: 22px;
}
.primary-cta.stroke-style_v9z2q {
  border: 1px solid var(--charcoal);
  color: var(--charcoal);
  background-color: #0000;
  transition:
    background-color 0.4s,
    box-shadow 0.2s,
    transform 0.2s;
}
.primary-cta.stroke-style_v9z2q:hover {
  background-color: var(--charcoal);
  color: var(--white);
}
.primary-cta.gold_v9z2q {
  background-image: linear-gradient(158deg, #e8922e, #e8cc2e);
}
.waagevita-header-logo_v9z2q {
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 140px;
  padding-left: 0;
}
.waagevita-header-logo_v9z2q.footer-placement_v9z2q {
  padding-left: 0;
}
.image_v9z2q.checkmark_v9z2q {
  background-color: var(--wood);
  border-radius: 1000px;
  min-height: 22px;
  max-height: 22px;
  margin-right: 12px;
}
.image_v9z2q.checkmark_v9z2q.faded-review_v9z2q {
  background-color: var(--charcoal);
  opacity: 0.57;
  margin-bottom: 0;
}
.image_v9z2q.checkmark_v9z2q.verified-customer-title_v9z2q {
  background-color: var(--evergreen);
  margin-bottom: 0;
}
.image_v9z2q.home-v1-hero_v9z2q {
  object-fit: cover;
  object-position: 40% 50%;
  width: 100%;
}
.list-item-container_v9z2q {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.list-grid_v9z2q {
  grid-column-gap: 20px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 30px;
  margin-bottom: 30px;
}
.list-grid_v9z2q.hero-checklist_v9z2q {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
.list-grid_v9z2q.change-checklist_v9z2q {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.hero-preheader_v9z2q {
  font-size: 20px;
}
.text-span_v9z2q {
  font-weight: 700;
}
.hero-block_v9z2q {
  text-align: center;
  margin-top: 50px;
}
.semi-bold_v9z2q {
  font-weight: 600;
}
.photo-grid_v9z2q {
  grid-template-rows: 150px 241px 300px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row dense;
  place-items: start stretch;
}
.photo-grid-item_v9z2q {
  background-color: var(--mint-light);
  border-radius: 20px;
  height: 100%;
  overflow: hidden;
}
.photo-grid-item_v9z2q.photo-7_v9z2q {
  max-height: 200px;
}
.photo-grid-item_v9z2q.photo-3_v9z2q {
  max-height: 424px;
}
.photo-grid-item_v9z2q.photo-4_v9z2q {
  height: 550px;
}
.hero---photo-grid_v9z2q {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1248px;
  margin-top: -100px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}
.hero-photo_v9z2q {
  vertical-align: middle;
  object-fit: cover;
  width: 100%;
  height: 100%;
  will-change: transform;
}
.section---hero_v9z2q {
  background-image: linear-gradient(#ebf1ed, #fff);
  flex-flow: column;
  align-items: center;
  padding-bottom: 80px;
  overflow: hidden;
}
.announcements_v9z2q {
  z-index: 5;
  background-color: var(--white);
  text-align: center;
  width: 100%;
  padding: 14px 30px;
  font-size: 18px;
  line-height: 28px;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}
.top-bar-small-padding_v9z2q {
  width: 100%;
}
.top-bar-text_v9z2q {
  color: var(--charcoal);
  font-size: 16px;
  font-weight: 400;
}
.evergreen_v9z2q {
  color: var(--evergreen);
  font-weight: 700;
}
.heading_v9z2q {
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}
.list-item-text_v9z2q {
  text-align: left;
}
.list-item-text_v9z2q.large_v9z2q {
  font-size: 16px;
  font-weight: 600;
}
.slide-wrap_v9z2q {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  align-items: center;
  width: 5000px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 50px 40px;
  display: flex;
}
.logo-img_v9z2q._50-r-m_v9z2q {
  max-width: 200px;
  max-height: 25px;
  height: auto;
  margin-right: 70px;
}
.slider-grouping_v9z2q {
  display: flex;
}
.section---logo-slider_v9z2q {
  max-width: 1770px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}
.intro-inline_v9z2q {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.intro-inline_v9z2q.stack_v9z2q {
  padding-left: 0;
  padding-right: 0;
}
.intro-inline_v9z2q.stack_v9z2q.invert_v9z2q.support_v9z2q {
  flex-flow: row-reverse;
}
.logo-image_v9z2q {
  min-width: 70px;
  max-width: 125px;
  height: auto;
}
.navbar_hamburger_v9z2q {
  z-index: 101;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  position: relative;
}
.navbar-wrapper_v9z2q {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}
.navbar_hamburger-line_v9z2q {
  background-color: #fff;
  width: 100%;
  height: 2px;
}
.navbar_hamburger-line_v9z2q._1_v9z2q,
.navbar_hamburger-line_v9z2q._2_v9z2q {
  background-color: var(--charcoal);
}
.header-ctas_v9z2q {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: none;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}
.blackout_v9z2q {
  z-index: 80;
  background-color: #000;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}
.sidebar-dropdown-link_v9z2q {
  color: var(--charcoal);
  border-left: 4px solid #0000;
  border-radius: 4px;
  padding: 14px 14px 14px 11px;
  font-size: 14px;
  line-height: 1em;
  transition:
    border-color 0.3s,
    background-color 0.3s,
    color 0.3s;
  overflow: hidden;
}
.sidebar-dropdown-link_v9z2q:hover {
  background-color: var(--smoke);
}
.sidebar-dropdown-link_v9z2q.w--current_v9z2q {
  color: #fff;
  background-color: #212c4d;
  border-left-color: #6c72ff;
}
.dashdark-custom-icon_v9z2q {
  font-weight: 400;
}
.dashdark-custom-icon_v9z2q.sidebar-link-icon_v9z2q {
  margin-right: 6px;
  font-size: 14px;
  line-height: 1em;
  display: none;
}
.cta-wrapper_v9z2q {
  flex-direction: column;
  display: flex;
}
.sidebar-dropdown-list-wrapper_v9z2q {
  background-color: #0000;
  margin-top: 8px;
  margin-bottom: 4px;
  position: static;
}
.menu-divider_v9z2q {
  background-color: var(--charcoal);
  opacity: 0.05;
  align-self: center;
  width: 100%;
  min-height: 4px;
  max-height: 4px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.dropdown-wrapper_v9z2q {
  z-index: 500;
}
.dropdown-wrapper_v9z2q.sidebar-dropdown_v9z2q {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 28px;
  padding-right: 28px;
  display: none;
}
.slideout-menu_v9z2q {
  z-index: 100;
  grid-row-gap: 4px;
  background-color: var(--white);
  overscroll-behavior: none;
  border-radius: 20px 0 0 20px;
  flex-direction: column;
  width: 400px;
  padding-bottom: 20px;
  position: fixed;
  inset: 20px 0 20px auto;
  overflow: auto;
  box-shadow: 0 0 80px 20px #0000004d;
}
.slideout-menu_v9z2q.initial-state_v9z2q {
  margin-right: -400px;
  display: none;
}
.in-nav-text-link_v9z2q {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.143em;
}
.in-nav-text-link_v9z2q.sidebar-dropdown-text_v9z2q {
  font-size: 16px;
  font-weight: 500;
}
.in-nav-text-link_v9z2q.small_v9z2q {
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
}
.dropdown-toggle_v9z2q {
  align-items: center;
  padding: 0;
  transition: color 0.3s;
  display: flex;
}
.dropdown-toggle_v9z2q:hover {
  color: #6c72ff;
}
.dropdown-toggle_v9z2q.sidebar-dropdown_v9z2q {
  grid-column-gap: 20px;
  border-radius: 6px;
  justify-content: space-between;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 12px;
}
.dropdown-toggle_v9z2q.sidebar-dropdown_v9z2q:hover {
  opacity: 0.75;
  color: var(--charcoal);
}
.dropdown-toggle_v9z2q.sidebar-dropdown_v9z2q.w--open_v9z2q {
  color: #6c72ff;
}
.cta-section_v9z2q {
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 28px;
  padding-right: 28px;
}
.flex_v9z2q {
  display: flex;
}
.navigation_v9z2q {
  z-index: 0;
  max-width: 1070px;
  max-height: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  justify-content: center;
}
.right-arrow-icn_v9z2q {
  height: 32px;
  padding: 10px 12px;
}
.anchor-links_v9z2q {
  color: var(--charcoal);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 8px 18px 8px 28px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1em;
  text-decoration: none;
  transition: color 0.3s;
  display: flex;
}
.anchor-links_v9z2q:hover {
  opacity: 0.5;
  color: var(--charcoal);
}
.menu-logo_v9z2q {
  width: 100%;
  max-width: 80px;
  height: auto;
}
.product-item_v9z2q {
  background-color: var(--smoke);
  color: var(--charcoal);
  border-radius: 20px;
  width: 200px;
  height: 200px;
  margin-right: 10px;
  text-decoration: none;
}
.product-item_v9z2q.sand-bg_v9z2q {
  background-color: var(--sand-light);
}
.product-item_v9z2q.mint-bg_v9z2q {
  background-color: var(--mint-light);
}
.product-item_v9z2q.evergreen-bg_v9z2q {
  background-color: var(--evergreen-light);
}
.product-item_v9z2q.sky-bg_v9z2q {
  background-color: var(--sky-light);
}
.product-item_v9z2q.new-stone-bg_v9z2q {
  background-color: #eeece7;
}
.product-item_v9z2q.new-sand-bg_v9z2q {
  background-color: #f1ecdf;
}
.product-card_v9z2q {
  z-index: 1;
  height: 100%;
  padding: 14px;
  position: relative;
}
.product-img_v9z2q {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  border-radius: 40px;
}
.product-image_v9z2q {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 200px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 10px;
  display: block;
}
.product-name_v9z2q {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}
.product-tag_v9z2q {
  background-color: var(--white);
  text-align: left;
  border-radius: 50px;
  padding: 3px 10px;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  position: absolute;
  left: 14px;
}
.product-tag_v9z2q.rx_v9z2q {
  background-color: var(--white);
}
.product-tag_v9z2q.popular_v9z2q {
  background-color: #a9ffcb;
}
.product-tag_v9z2q.large_v9z2q {
  font-size: 14px;
  display: none;
}
.product-tag_v9z2q.large_v9z2q.popular_v9z2q {
  display: none;
}
.in-nav-pill-bottle_v9z2q {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.product-price_v9z2q {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
}
.product-price_v9z2q.wood_v9z2q {
  color: var(--wood);
}
.product-price_v9z2q.gray_v9z2q {
  opacity: 0.5;
}
.menu-header_v9z2q {
  z-index: 5;
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  min-height: 72px;
  margin-bottom: 10px;
  padding: 20px 18px 20px 28px;
  transition:
    box-shadow 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    color 0.3s;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
  overflow: auto;
}
.menu-header_v9z2q.has-shadow_v9z2q {
  box-shadow: 0 0 20px #00000026;
}
.menu-links_v9z2q {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  overscroll-behavior: none;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}
.menu-product-slider_v9z2q {
  scrollbar-width: none;
  width: auto;
  padding: 10px 18px 10px 28px;
  overflow: auto;
}
.product-slider-content_v9z2q {
  text-align: center;
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 20px;
  padding-top: 35px;
  padding-left: 14px;
  padding-right: 14px;
  pointer-events: none;
}
.main-page-wrapper_v9z2q {
  overflow: hidden;
}
.hero---content_v9z2q {
  z-index: 5;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}
.left-fade-out_v9z2q {
  z-index: 5;
  background-image: linear-gradient(90deg, #fff, #fff0);
  width: 200px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}
.right-fade-out_v9z2q {
  z-index: 5;
  background-image: linear-gradient(90deg, #fff0, #fff);
  width: 200px;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}
.section-titles_v9z2q.center_v9z2q {
  text-align: center;
}
.section-titles_v9z2q.inline_v9z2q {
  max-width: 450px;
  margin-right: 60px;
}
.section-titles_v9z2q.inline_v9z2q.gurantee-title_v9z2q {
  margin-top: 10px;
}
.section---product-slider_v9z2q {
  margin-top: 80px;
  margin-bottom: 80px;
}
.section_v9z2q {
  padding-top: 55px;
  position: relative;
}
.section_v9z2q.no-padding_v9z2q {
  padding-top: 56px;
}
.section_v9z2q.weight-slider_v9z2q {
  padding-top: 156px;
  padding-bottom: 120px;
}
.section_v9z2q.lksdj_v9z2q {
  padding-bottom: 200px;
}
.section_v9z2q.guarantee-section_v9z2q {
  padding-top: 20px;
}
.section_v9z2q.no-margins-paddings_v9z2q {
  margin-top: 0;
  padding-top: 0;
}
.section_v9z2q.last-section_v9z2q {
  padding-bottom: 206px;
}
.intro-text-container_v9z2q {
  max-width: 1248px;
  padding-left: 30px;
  padding-right: 30px;
}
.product-slider_v9z2q {
  scrollbar-width: none;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-top: 40px;
  display: flex;
  overflow: auto;
}
.slider-cards_v9z2q {
  grid-column-gap: 20px;
  scrollbar-width: none;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1790px;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: inline-flex;
  overflow: auto;
}
.card_v9z2q {
  background-color: var(--smoke);
  color: var(--charcoal);
  border-radius: 40px;
  width: 376px;
  min-width: 330px;
  height: 100%;
  text-decoration: none;
  position: relative;
}
.card_v9z2q.sand-bg_v9z2q {
  background-color: #f1ecdf;
}
.card_v9z2q.mint-bg_v9z2q {
  /* background-color: var(--mint-light); */
  border: 1px solid var(--borders);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s, border-color 0.4s;
}
.card_v9z2q.mint-bg_v9z2q:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 36px rgba(13, 74, 48, 0.08);
  border-color: var(--evergreen);
}
.card_v9z2q.evergreen-bg_v9z2q {
  background-color: var(--evergreen-light);
}
.card_v9z2q.sky-bg_v9z2q {
  background-color: var(--sky-light);
}
.card_v9z2q.dark-sand-bg_v9z2q {
  background-color: #eeece7;
}
.product-slider-image_v9z2q {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 370px;
  padding-top: 0;
  display: block;
}
.product-slider-name_v9z2q {
  text-align: center;
  padding-top: 8px;
  padding-bottom: 14px;
  font-size: 22px;
  font-weight: 600;
}
.product-slider-price_v9z2q {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
.product-slider-price_v9z2q.wood_v9z2q {
  color: var(--wood);
}
.smoke-bg_v9z2q {
  background-color: var(--smoke);
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  height: 55%;
  position: absolute;
  inset: auto 0% 0%;
}
.product-slider-description_v9z2q {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}
.slider-card-padding_v9z2q {
  z-index: 1;
  flex-flow: column;
  /* padding: 14px 30px 40px; */
  padding: 0;
  position: relative;
}
.secondary-cta_v9z2q {
  border: 1px solid var(--charcoal);
  color: var(--charcoal);
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 14px 30px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.secondary-cta_v9z2q.green {
  background-color: var(--evergreen);
}
.section-paragraph_v9z2q {
  margin-bottom: 0;
  font-size: 14px;
}
.section-paragraph_v9z2q.stacked_v9z2q,
.section-paragraph_v9z2q.stacked-with-button_v9z2q {
  margin-top: 10px;
  margin-bottom: 20px;
}
.section-paragraph_v9z2q.doctors-info_v9z2q {
  color: #bbb;
  line-height: 1.4em;
}
.section-paragraph_v9z2q.weight-lost_v9z2q {
  margin-bottom: 16px;
  line-height: 1.4em;
}
.section-paragraph_v9z2q.doctors-text_v9z2q {
  line-height: 1.4em;
}
.text-span-2_v9z2q {
  display: inline-block;
}
.slider-container_v9z2q {
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: 280px;
  display: inline-flex;
  overflow: auto;
}
.weight-loss_v9z2q {
  letter-spacing: -1px;
  font-size: 70px;
  font-weight: 600;
  line-height: 0.7em;
}
.calculator-wrap_v9z2q {
  flex-direction: column;
  display: flex;
}
.fixed-price-div_v9z2q {
  display: flex;
}
.lbs_v9z2q {
  align-self: center;
  padding-left: 10px;
  font-size: 26px;
  font-weight: 400;
}
.current-weight_v9z2q {
  letter-spacing: -2px;
  font-size: 40px;
  font-weight: 400;
}
.calculator-tab_v9z2q {
  background-color: var(--smoke);
  border-radius: 50px;
  width: 100%;
  padding: 70px 60px 40px;
}
.html-embed_v9z2q {
  color: #7bf4e0;
}
.slider-wrap_v9z2q {
  flex-direction: column;
  align-items: center;
  padding-top: 14px;
}
.calculator-box_v9z2q {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.detail-flex_v9z2q {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}
.detail-flex_v9z2q.v2_v9z2q {
  margin-top: 35px;
}
.rs-tag_v9z2q {
  max-width: 200px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}
.intro-stack_v9z2q {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 65%;
  max-width: 460px;
  margin-left: 0;
  margin-right: 60px;
  display: flex;
}
.intro-stack_v9z2q.right_v9z2q {
  margin-right: 0;
}
.intro-stack_v9z2q.sticky_v9z2q {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  position: sticky;
}
.intro-stack_v9z2q.sticky_v9z2q.asdf_v9z2q {
  position: sticky;
}
.menu_v9z2q {
  position: relative;
}
.scattered-reviews-wrapper_v9z2q {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: -70px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden visible;
}
/* .container_v9z2q {
  max-width: 1248px;
} */
.container_v9z2q.center_v9z2q {
  text-align: center;
}
.review-bottle_v9z2q {
  min-width: 670px;
}
.xl-stars_v9z2q {
  margin-top: 20px;
  margin-bottom: 20px;
}
.text-block_v9z2q {
  width: auto;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
}
.trusted-reviews-label_v9z2q {
  font-weight: 600;
}
.scattered-quotes_v9z2q {
  opacity: 0.13;
  width: 1250px;
  height: 670px;
  margin-top: -70px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}
.bottle-image_v9z2q {
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 0;
  overflow: hidden;
}
.verified-customer-tag_v9z2q {
  text-align: right;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}
.faded-quote_v9z2q {
  text-align: right;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}
.faded-quote_v9z2q._1_v9z2q {
  position: absolute;
  inset: -24% 0% 0% -28%;
}
.faded-quote_v9z2q._2_v9z2q {
  position: absolute;
  inset: -19% 0% 0% 21%;
}
.faded-quote_v9z2q._3_v9z2q {
  text-align: center;
  position: absolute;
  inset: 3% 0% 0% -6%;
}
.faded-quote_v9z2q._4_v9z2q {
  position: absolute;
  inset: 10% 0% 0% -37%;
}
.faded-quote_v9z2q._5_v9z2q {
  position: absolute;
  inset: 37% 0% 0% -22%;
}
.faded-quote_v9z2q._6_v9z2q {
  text-align: left;
  width: 60%;
  position: absolute;
  inset: 7% 0% 0% 55%;
}
.faded-quote_v9z2q._7_v9z2q {
  text-align: left;
  position: absolute;
  inset: 36% 0% 0% 25%;
}
.faded-review_v9z2q {
  max-width: 350px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}
.faded-review_v9z2q.long_v9z2q {
  max-width: 500px;
}
.big-review_v9z2q {
  flex-flow: column;
  align-items: center;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.verified-customer-tag---large_v9z2q {
  text-align: right;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}
.div-block-2_v9z2q {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}
.parallax-reviews_v9z2q {
  width: 1200px;
  height: 670px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.intro-stacked_v9z2q {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.intro-stacked_v9z2q.stack_v9z2q {
  padding-left: 0;
  padding-right: 0;
}
.change---photo-grid_v9z2q {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1248px;
  margin-top: 50px;
  display: flex;
  overflow: visible;
}
.change-photo-grid_v9z2q {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: 2.25fr 1fr 1fr 2.25fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  height: 600px;
}
.change-photo-grid-item_v9z2q {
  background-color: var(--sand-light);
  border-radius: 50px;
  height: 100%;
  overflow: hidden;
}
.change-photo-grid-item_v9z2q.photo-7_v9z2q {
  max-height: 200px;
}
.change-photo-grid-item_v9z2q.photo-3_v9z2q {
  max-height: 424px;
}
.change-photo-grid-item_v9z2q.photo-4_v9z2q {
  height: 550px;
}
.change-photo-grid-item_v9z2q.left-drop_v9z2q {
  margin-top: 20px;
}
.change-photo-grid-item_v9z2q.right-lift_v9z2q {
  margin-top: -20px;
}
.bullet-points_v9z2q {
  justify-content: space-between;
  align-items: stretch;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}
.bullet-point-item_v9z2q {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.checklist-grid_v9z2q {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.25fr 1fr;
  width: 100%;
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}
.question-container_v9z2q {
  background-color: var(--brown-stone);
  border-radius: 50px;
  padding: 80px 60px;
}
.question-container_v9z2q.wide_v9z2q {
  max-width: 1500px;
}
.question-container_v9z2q.brown-stone-bg_v9z2q {
  background-color: var(--brown-stone);
}
.twin-photos_v9z2q {
  grid-template-rows: auto;
  width: 980px;
  height: 400px;
  margin-right: 60px;
}
.twin-photos_v9z2q.support_v9z2q {
  margin-right: 0;
}
.metabolism_v9z2q {
  background-color: var(--sand-light);
  border-radius: 20px;
  height: 100%;
  overflow: hidden;
}
.metabolism_v9z2q.photo-7_v9z2q {
  max-height: 200px;
}
.metabolism_v9z2q.photo-3_v9z2q {
  max-height: 424px;
}
.metabolism_v9z2q.photo-4_v9z2q {
  height: 550px;
}
.metabolism_v9z2q.left-drop_v9z2q {
  margin-top: 20px;
}
.metabolism_v9z2q.right-lift_v9z2q {
  margin-top: -20px;
}
.margin-30s_v9z2q {
  margin-left: 30px;
  margin-right: 30px;
}
.container---numbers_v9z2q {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1248px;
  margin-top: 50px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}
.card---numbers_v9z2q {
  background-color: var(--mint-light);
  text-align: center;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px 30px;
  display: flex;
}
.grid---numbers_v9z2q {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-height: 235px;
}
.the-numbers_v9z2q {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1em;
}
.the-data_v9z2q {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
}
.evergreen---thin_v9z2q {
  color: var(--evergreen);
  font-weight: 400;
}
.journey-container_v9z2q {
  max-width: 1380px;
  padding-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
}
.progress-container_v9z2q {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 564px;
  display: flex;
  position: relative;
}
.progress-dot_v9z2q {
  z-index: 3;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  display: flex;
  position: relative;
}
.journey-content_v9z2q {
  max-width: 470px;
}
.step_v9z2q {
  justify-content: flex-end;
  margin-top: 2px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}
.step_v9z2q.last_v9z2q {
  padding-bottom: 0;
}
.journey-image_v9z2q {
  aspect-ratio: auto;
  object-fit: contain;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  max-height: 260px;
  display: flex;
  overflow: hidden;
}
.intro-inline-2_v9z2q {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.intro-inline-2_v9z2q.stack_v9z2q {
  background-color: #fff;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.progress-dot-inner_v9z2q {
  opacity: 1;
  background-color: #ccc;
  border-radius: 25px;
  width: 14px;
  height: 14px;
}
.progress-bar_v9z2q {
  z-index: 2;
  background-color: var(--evergreen);
  opacity: 1;
  transform-origin: 50% 0;
  mix-blend-mode: normal;
  width: 2px;
  height: 98%;
  display: none;
  position: absolute;
  inset: 25px auto 0% 18px;
}
.progress-track_v9z2q {
  background-color: #e5e5e5;
  width: 2px;
  height: 98%;
  position: relative;
  top: 6px;
  overflow: hidden;
}
.progress-fadeout_v9z2q {
  z-index: 10;
  background-image: linear-gradient(#fff0, #fff 58%);
  width: 8px;
  height: 200px;
  margin-bottom: -20px;
  margin-left: -3px;
  position: absolute;
  inset: auto 0% 0%;
}
.progress-bar-container_v9z2q {
  margin-right: 60px;
}
.progress-bar-2_v9z2q {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--evergreen);
  opacity: 1;
  transform-origin: 50% 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 10px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}
.div-block-5_v9z2q {
  position: relative;
}
.progress-wrap_v9z2q {
  height: 100%;
  position: absolute;
  inset: 20px 0% auto 18px;
}
.track-test_v9z2q {
  height: 1000px;
  position: relative;
}
.mask_v9z2q {
  z-index: 10;
  width: 100%;
  height: 50%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.progress-fadeout-single_v9z2q {
  z-index: 10;
  background-image: linear-gradient(#fff0, #fff 58%);
  width: 8px;
  height: 200px;
  margin-bottom: -11px;
  margin-left: 13px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}
.reviews-container_v9z2q {
  max-width: 1770px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}
.review-card_v9z2q {
  background-color: var(--mint-light);
  border-radius: 50px;
  flex-flow: column;
  width: 400px;
  max-width: 400px;
  height: auto;
  margin-right: 20px;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.review-card_v9z2q.smoke-bg_v9z2q {
  background-color: var(--smoke);
}
.review-name_v9z2q {
  font-size: 16px;
  font-weight: 600;
}
.review-weight-lost_v9z2q {
  font-size: 12px;
}
.review-top_v9z2q {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}
.review-avatar_v9z2q {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  overflow: hidden;
}
.review-left-split_v9z2q {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}
.review-img_v9z2q {
  object-fit: cover;
  width: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0%;
}
.images_v9z2q {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.reviews-grid_v9z2q {
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
.review-slider_v9z2q {
  align-items: center;
  width: 4250px;
  margin-right: -20px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}
.review-slider_v9z2q.slider-2_v9z2q {
  margin-top: 20px;
  margin-left: -2480px;
}
.review-slider_v9z2q.slider-1_v9z2q {
  margin-left: -100px;
}
.image-card_v9z2q {
  background-color: var(--mint-light);
  border-radius: 50px;
  flex-flow: column;
  width: 400px;
  max-width: 400px;
  height: auto;
  margin-right: 20px;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.avatar-img_v9z2q {
  object-fit: cover;
  width: 100%;
}
.brix---text-center-3_v9z2q {
  text-align: center;
}
.brix---color-neutral-808_v9z2q {
  color: #6e7191;
}
.acordion-body_v9z2q {
  width: 100%;
  overflow: hidden;
}
.accordion-icon-wrapper_v9z2q {
  justify-content: center;
  align-items: center;
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
  display: flex;
}
.accordion-title_v9z2q {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}
.brix---section-3_v9z2q {
  color: #fff;
  padding-top: 176px;
  padding-bottom: 176px;
}
.accordion-btn-vertical-line-v2_v9z2q {
  background-color: var(--charcoal);
  border-radius: 20px;
  width: 2px;
  height: 20px;
  position: absolute;
}
.grid-1-column-gap-row-0_v9z2q {
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.brix---inner-container-574px---center-3_v9z2q {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}
.accordion-item-wrapper_v9z2q {
  box-shadow: none;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left: 0 solid #eff0f6;
  border-right: 0 solid #eff0f6;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding: 40px 0;
  transition: transform 0.3s;
  display: flex;
}
.accordion-item-wrapper_v9z2q:hover {
  transform: translate(8px);
}
.accordion-item-wrapper_v9z2q.first-no-line_v9z2q {
  border-top-style: none;
}
.inner-container_v9z2q {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
.brix---mg-bottom-16px-4_v9z2q {
  margin-bottom: 16px;
}
.brix---mg-bottom-48px-3_v9z2q {
  margin-bottom: 48px;
}
.accordion-btn-horizontal-line-v2_v9z2q {
  background-color: var(--charcoal);
  border-radius: 20px;
  width: 20px;
  height: 2px;
  position: absolute;
}
.accordion-content-wrapper_v9z2q {
  flex-direction: column;
  justify-content: center;
  max-width: 730px;
  display: flex;
}
.paragraph-default-4_v9z2q {
  margin-bottom: 0;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
  font-size: 18px;
  line-height: 30px;
}
.brix---color-neutral-809_v9z2q {
  color: #211f54;
}
.accordion-header_v9z2q {
  align-items: center;
  display: flex;
}
.brix---heading-h2-size-4_v9z2q {
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}
.accordion-container_v9z2q {
  max-width: 800px;
  padding-left: 30px;
  padding-right: 30px;
}
.accordion-right-side_v9z2q {
  margin-left: 24px;
  margin-right: 0;
}
.accordion-spacer_v9z2q {
  min-height: 16px;
}
.questions_v9z2q {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  width: 480px;
  margin: 50px auto 10px;
  display: flex;
}
.question-card_v9z2q {
  background-color: var(--white);
  opacity: 1;
  border: 1px solid #cfcfcf;
  border-radius: 10px;
  width: 100%;
  padding: 26px 24px;
  transition: all 0.3s ease;
}
.question-card_v9z2q:hover {
  border-color: var(--evergreen);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.questions-text_v9z2q {
  font-size: 16px;
  font-weight: 600;
}
.question-links_v9z2q {
  color: var(--charcoal);
  font-weight: 400;
  text-decoration: none;
}
.metabolism-container_v9z2q {
  border-radius: 50px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 140px;
  padding-bottom: 140px;
}
.metabolism-container_v9z2q.wide_v9z2q {
  max-width: 1500px;
}
.metabolism-container_v9z2q.brown-stone-bg_v9z2q {
  background-color: var(--brown-stone);
  max-width: 1500px;
}
.metabolism-container_v9z2q.smoke-wide-bg_v9z2q,
.metabolism-container_v9z2q.smoke-wide-bg-copy_v9z2q {
  background-color: var(--smoke);
  max-width: 1500px;
}
.intro-text-container-copy_v9z2q {
  max-width: 1248px;
  padding-left: 30px;
  padding-right: 30px;
}
.div-block-6_v9z2q {
  width: 50%;
}
.callout-features_v9z2q {
  max-width: 100%;
}
.features-grid_v9z2q {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-left: -1px;
  margin-right: -1px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.feature-block_v9z2q {
  background-color: var(--white);
  border: 1px solid #ddd;
  justify-content: center;
  align-items: center;
  margin-right: -1px;
  padding: 20px;
  display: flex;
}
.features-icon_v9z2q {
  width: auto;
  width: 48px;
  height: 38px;
  margin-right: 20px;
}
.footer-container_v9z2q {
  max-width: 1500px;
  padding: 80px 30px 60px;
}
.footer-header_v9z2q {
  z-index: 0;
  max-width: 100%;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}
.footer-ctas_v9z2q {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}
.contact-block_v9z2q {
  background-color: var(--smoke);
  border-radius: 50px;
  align-items: center;
  padding: 20px 30px;
  display: flex;
}
.footer-contact-icon_v9z2q {
  min-width: 26px;
  max-width: 26px;
  max-height: 26px;
  margin-right: 12px;
}
.legal-notes_v9z2q {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  display: flex;
}
.legal-title_v9z2q {
  font-weight: 600;
}
.footer-bottom_v9z2q {
  border-top: 1px solid #ddd;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}
.legal-links-container_v9z2q {
  display: flex;
}
.copyright_v9z2q {
  font-size: 12px;
  font-weight: 600;
}
.breaker-line_v9z2q {
  text-align: center;
  background-color: #ddd;
  width: 1px;
  margin-left: 14px;
  margin-right: 14px;
}
.image-5_v9z2q {
  text-align: center;
  width: 140px;
  height: 120%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.legal-link_v9z2q {
  color: var(--charcoal);
  border-right: 1px solid #ddd;
  padding-left: 14px;
  padding-right: 14px;
  font-weight: 400;
  text-decoration: none;
}
.legal-link_v9z2q.no-link-line_v9z2q {
  border-right-style: none;
  border-right-width: 0;
  padding-right: 0;
}
.footer-bottom-2_v9z2q {
  border-top: 1px #ddd;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.hero---navigation_v9z2q {
  max-width: 100%;
  position: relative;
  inset: 0% 0% auto;
}
.hero---navigation_v9z2q:where(.w-variant-1f4547c0-0880-1b33-4055-e103840580bc_v9z2q) {
  z-index: 10;
  background-color: var(--white);
  margin-top: -84px;
  position: fixed;
  inset: 0% 0% auto;
}
.hero---navigation_v9z2q.fixed-nav_v9z2q {
  z-index: 10;
  background-color: var(--white);
  margin-top: 0;
  position: fixed;
  inset: 0% 0% auto;
}
.hero---navigation_v9z2q.fixed_v9z2q {
  z-index: 10;
  background-color: var(--white);
  margin-top: -84px;
  position: fixed;
  inset: 0% 0% auto;
}
.company-links_v9z2q {
  color: var(--charcoal);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 8px 18px 8px 28px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1em;
  text-decoration: none;
  transition: color 0.3s;
  display: flex;
}
.company-links_v9z2q:hover {
  opacity: 0.5;
  color: var(--charcoal);
}
.doctors-slider_v9z2q {
  align-items: center;
  width: 3420px;
  margin-right: -20px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}
.doctors-slider_v9z2q.slider-2_v9z2q {
  margin-top: 20px;
  margin-left: -2480px;
}
.doctors-slider_v9z2q.slider-1_v9z2q {
  margin-left: -100px;
}
.doctors-card-del_v9z2q {
  background-color: var(--smoke);
  border-radius: 50px;
  flex-flow: column;
  justify-content: flex-end;
  width: 400px;
  max-width: 400px;
  height: 400px;
  margin-right: 20px;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.doctors-card-del_v9z2q.smoke-bg_v9z2q {
  background-color: var(--smoke);
}
.doctors-card-del_v9z2q.dr-ana_v9z2q {
  background-image: url("../images/Dr-Ana.jpeg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.doctors-card-del_v9z2q.dr-david_v9z2q {
  background-image: url("../images/Dr-David.jpeg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.doctors-card-del_v9z2q.dr-kelly_v9z2q {
  background-image: url("../images/Dr-Kelley.jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.doctors-card-del_v9z2q.dr-tzvi_v9z2q {
  background-image: url("../images/Dr-Tzvi.jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.doctors-card-del_v9z2q.melissa-c_v9z2q {
  background-image: url("../images/melissa_smile.webp");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.doctors-card-del_v9z2q.sandra-k_v9z2q {
  background-image: url("../images/sandra_1.jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.doctors-card-del_v9z2q.michael-p_v9z2q {
  background-image: url("../images/michael_smile.webp");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.doctors-content-del_v9z2q {
  z-index: 1;
  color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}
.doctors-name_v9z2q {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 600;
}
.card-shadow_v9z2q {
  z-index: 0;
  opacity: 0.9;
  background-image: linear-gradient(#38312c03, #35281f 75%);
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  height: 170px;
  position: absolute;
  inset: auto 0% 0;
}
.card-recoloring_v9z2q {
  z-index: 0;
  background-image: linear-gradient(
    90deg,
    #97ff8203,
    #d2ebcecf 0%,
    var(--evergreen)
  );
  opacity: 0.9;
  height: 100%;
  position: absolute;
  inset: 0%;
}
.results-stats_v9z2q {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  display: flex;
}
.weight-loss-statistics_v9z2q {
  border: 1px none var(--wood);
  opacity: 1;
  background-color: #18a89e1f;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 14px;
}
.results-content_v9z2q {
  z-index: 5;
  color: var(--charcoal);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -18px;
  display: flex;
  position: relative;
}
.results-card_v9z2q {
  border-radius: 50px;
  flex-flow: column;
  width: 420px;
  height: 100%;
  margin-right: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.results-card_v9z2q.smoke-bg_v9z2q {
  background-color: var(--smoke);
}
.results-card_v9z2q.dr-ana_v9z2q {
  background-image: url("../images/Dr-Ana.jpeg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.results-card_v9z2q.dr-david_v9z2q {
  background-image: url("../images/Dr-David.jpeg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.results-card_v9z2q.dr-kelly_v9z2q {
  background-image: url("../images/Dr-Kelley.jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.results-card_v9z2q.dr-tzvi_v9z2q {
  background-image: url("../images/Dr-Tzvi.jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.results-card_v9z2q.melissa-c_v9z2q {
  background-image: url("../images/melissa_smile.webp");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}
.results-card_v9z2q.sandra-k_v9z2q {
  background-image: url("../images/sandra_1.jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.results-card_v9z2q.michael-p_v9z2q {
  background-image: url("../images/michael_smile.webp");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 30px;
  padding-right: 30px;
  display: none;
}
.doctors-card-copy_v9z2q {
  background-color: var(--smoke);
  border-radius: 50px;
  flex-flow: column;
  justify-content: flex-end;
  width: 400px;
  max-width: 400px;
  height: 400px;
  margin-right: 20px;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.doctors-card-copy_v9z2q.smoke-bg_v9z2q {
  background-color: var(--smoke);
}
.doctors-card-copy_v9z2q.dr-ana_v9z2q {
  background-image: url("../images/Dr-Ana.jpeg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.doctors-card-copy_v9z2q.dr-david_v9z2q {
  background-image: url("../images/Dr-David.jpeg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.doctors-card-copy_v9z2q.dr-kelly_v9z2q {
  background-image: url("../images/Dr-Kelley.jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.doctors-card-copy_v9z2q.dr-tzvi_v9z2q {
  background-image: url("../images/Dr-Tzvi.jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.doctors-card-copy_v9z2q.melissa-c_v9z2q {
  background-image: url("../images/melissa_smile.webp");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.doctors-card-copy_v9z2q.sandra-k_v9z2q {
  background-image: url("../images/sandra_1.jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.doctors-card-copy_v9z2q.michael-p_v9z2q {
  background-image: url("../images/michael_smile.webp");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.results-slider_v9z2q {
  align-items: center;
  width: 2700px;
  margin-left: -40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}
.results-slider_v9z2q.slider-2_v9z2q {
  margin-top: 20px;
  margin-left: -2480px;
}
.results-slider_v9z2q.slider-1_v9z2q {
  margin-left: -100px;
}
.results-container_v9z2q {
  max-width: 1300px;
  padding-top: 80px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}
.pounds-lost_v9z2q {
  z-index: 5;
  background-color: var(--evergreen);
  vertical-align: middle;
  border: 1px solid #a8f0c2;
  border-radius: 20px;
  align-self: center;
  margin-bottom: 14px;
  padding: 6px 14px;
  display: inline-block;
  position: relative;
}
.pounds-lost-text_v9z2q {
  color: var(--white);
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
.results-clean-bg_v9z2q {
  z-index: 1;
  background-color: #f7f4f0;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  height: 153px;
  position: absolute;
  inset: auto 0% -80px;
}
.div-block-8_v9z2q {
  background-color: var(--brown-stone);
  text-align: center;
  margin-top: -30px;
  padding-bottom: 30px;
  padding-left: 40px;
  padding-right: 40px;
}
.results-photo_v9z2q {
  width: 100%;
}
.results-photo_v9z2q.sandra-k_v9z2q {
  background-image: url("../images/sandra_smile.webp");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}
.results-photo_v9z2q.melissa-c_v9z2q {
  background-image: url("../images/melissa_smile.webp");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 400px;
}
.results-photo_v9z2q.michael-p_v9z2q {
  background-image: url("../images/michael_smile.webp");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}
.results-photo_v9z2q.dr-ana_v9z2q {
  background-image: url("../images/Dr-Ana.jpeg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 360px;
}
.text-span-3_v9z2q {
  padding-right: 3px;
}
.doctors-content_v9z2q {
  background-color: var(--smoke);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  min-height: 130px;
  padding: 30px 40px;
  display: flex;
}
.results-content-cop_v9z2q {
  z-index: 5;
  color: var(--charcoal);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -18px;
  display: flex;
  position: relative;
}
.doctors-card_v9z2q {
  border-radius: 50px;
  flex-flow: column;
  max-width: 400px;
  height: 100%;
  margin-right: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.doctors-card_v9z2q.smoke-bg_v9z2q {
  background-color: var(--smoke);
}
.doctors-card_v9z2q.dr-ana_v9z2q {
  background-image: url("../images/Dr-Ana.jpeg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.doctors-card_v9z2q.dr-david_v9z2q {
  background-image: url("../images/Dr-David.jpeg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.doctors-card_v9z2q.dr-kelly_v9z2q {
  background-image: url("../images/Dr-Kelley.jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.doctors-card_v9z2q.dr-tzvi_v9z2q {
  background-image: url("../images/Dr-Tzvi.jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.doctors-card_v9z2q.melissa-c_v9z2q {
  background-image: url("../images/melissa_smile.webp");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}
.doctors-card_v9z2q.sandra-k_v9z2q {
  background-image: url("../images/sandra_1.jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.doctors-card_v9z2q.michael-p_v9z2q {
  background-image: url("../images/michael_smile.webp");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 30px;
  padding-right: 30px;
  display: none;
}
.doctors-photo_v9z2q {
  width: 100%;
  min-width: 400px;
}
.doctors-photo_v9z2q.sandra-k_v9z2q {
  background-image: url("../images/sandra_1.jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}
.doctors-photo_v9z2q.melissa-c_v9z2q {
  background-image: url("../images/melissa_smile.webp");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}
.doctors-photo_v9z2q.michael-p_v9z2q {
  background-image: url("../images/michael_smile.webp");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}
.doctors-photo_v9z2q.dr-ana_v9z2q {
  background-image: url("../images/Dr-Ana.webp");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 360px;
}
.doctors-photo_v9z2q.dr-david_v9z2q {
  background-image: url("../images/Dr-David.webp");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 360px;
}
.doctors-photo_v9z2q.dr-kelly_v9z2q {
  background-image: url("../images/Dr-Kelley_1.webp");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 360px;
}
.doctors-photo_v9z2q.dr-tzvi_v9z2q {
  background-image: url("../images/Dr-Tzvi_1.webp");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 360px;
}
.doctors-container_v9z2q {
  max-width: 1770px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}
.button-primary_v9z2q {
  color: #fff;
  text-align: center;
  background-color: var(--accent-red);
  border-radius: 80px;
  padding: 16px 44px;
  font-weight: 600;
  line-height: 1.111em;
  box-shadow: 0 4px 14px rgba(217, 119, 6, 0.15);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.button-primary_v9z2q:hover {
  color: #fff;
  background-color: #b45309;
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 12px 28px rgba(217, 119, 6, 0.35);
}
.home-v3-achievement-number_v9z2q {
  color: #1f2023;
  margin-bottom: 6px;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.08em;
}
.home-v3-achievements-grid_v9z2q {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.accent-text-primary-1_v9z2q {
  color: var(--accent-red);
  font-weight: 600;
}
.subtitle_v9z2q {
  color: #bcaea8;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.125em;
}
.subtitle_v9z2q.home-v3-achievements_v9z2q {
  z-index: 1;
  text-align: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.home-v3-achievements-wrapper_v9z2q {
  text-align: center;
  position: relative;
}
.home-v3-achievement-text_v9z2q {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7em;
}
.section-2_v9z2q {
  padding-top: 120px;
  padding-bottom: 120px;
}
.section-2_v9z2q.bg-secondary-1_v9z2q.padding-120px_v9z2q {
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: hidden;
}
.bg_v9z2q {
  position: absolute;
}
.bg_v9z2q.home-v3-achievements-1_v9z2q {
  top: -98px;
  left: -239px;
}
.bg_v9z2q.home-v3-achievements-2_v9z2q {
  bottom: -93px;
  right: -229px;
}
.bg_v9z2q.about-v3-mission-shape_v9z2q {
  max-width: 318px;
  top: -338px;
  left: -195px;
}
.bg_v9z2q.guarantee-icn_v9z2q {
  opacity: 0.41;
  max-width: 150px;
  max-height: 150px;
  display: none;
  inset: -40% -12% auto auto;
}
.title_v9z2q {
  letter-spacing: -0.025em;
  line-height: 0.9em;
}
.title_v9z2q.home-v3-achievements_v9z2q {
  z-index: 1;
  margin-bottom: 40px;
  position: relative;
}
.container-2_v9z2q {
  z-index: 5;
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
  position: relative;
}
.preloader_v9z2q {
  z-index: 9000;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}
.loader-wrapper_v9z2q {
  background-color: #d4d4d4;
  border-radius: 1000px;
  width: 160px;
  height: 4px;
  position: relative;
  overflow: hidden;
}
.loader_v9z2q {
  background-color: #000;
  position: absolute;
  inset: 0%;
}
.section_parallax_v9z2q {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}
.layer-04_v9z2q {
  z-index: 4;
  color: #3148c4;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  line-height: 3rem;
  position: absolute;
  bottom: 385px;
}
.layer-03_v9z2q {
  z-index: 3;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
}
.layer-07_v9z2q {
  z-index: 7;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
}
.layer-06_v9z2q {
  z-index: 6;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
}
.icon_v9z2q {
  z-index: 2;
  color: #3148c4;
  text-align: center;
  text-decoration: none;
  position: relative;
}
.layer-08_v9z2q {
  z-index: 8;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
}
.parallax-wrapper_v9z2q {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 90rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  inset: 0;
  overflow: hidden;
}
.icon-bg_v9z2q {
  z-index: 1;
  opacity: 0.3;
  background-color: #3148c4;
  border-radius: 50%;
  font-size: 1.2rem;
  position: absolute;
  inset: 0%;
}
.layer-09_v9z2q {
  z-index: 9;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
}
.footer_v9z2q {
  z-index: 2;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-right: 4rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}
.layer-01_v9z2q {
  z-index: 1;
  width: 100%;
  height: auto;
  position: relative;
}
.page_wrapper_v9z2q {
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  font-size: 1rem;
  line-height: 1.5rem;
}
.container-social_v9z2q {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.icon-link_v9z2q {
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  font-size: 1.2rem;
  text-decoration: none;
  display: flex;
  position: relative;
}
.layer-05_v9z2q {
  z-index: 5;
  color: #3148c4;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6rem;
  font-weight: 900;
  line-height: 5rem;
  position: absolute;
  top: 395px;
}
.layer-02_v9z2q {
  z-index: 2;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
}
.logo-loader_v9z2q {
  margin-bottom: 30px;
}
.preloader-bottle_v9z2q {
  z-index: 5;
  justify-content: center;
  align-items: center;
  width: 26px;
  display: flex;
  position: relative;
  top: 0;
  overflow: hidden;
}
.preloader-logo_v9z2q {
  max-width: 160px;
  height: auto;
  margin-bottom: 30px;
}
.the-characters_v9z2q {
  color: var(--evergreen);
  padding-left: 3px;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.1em;
}
.flex-block_v9z2q {
  justify-content: center;
}
.guarantee_v9z2q {
  background-color: var(--brown-stone);
  background-image: linear-gradient(135deg, #fffaf0, #fff9f1);
  border: 3px solid #ffefd6;
  border-radius: 50px;
  max-width: 940px;
  margin-bottom: 0;
  padding: 60px 30px;
}
.guarantee_v9z2q.wide_v9z2q {
  max-width: 1500px;
}
.guarantee_v9z2q.brown-stone-bg_v9z2q {
  background-color: var(--brown-stone);
  max-width: 1500px;
}
.guarantee_v9z2q.smoke-wide-bg_v9z2q,
.guarantee_v9z2q.smoke-wide-bg-copy_v9z2q {
  background-color: var(--smoke);
  max-width: 1500px;
}
.gaurantee-text_v9z2q {
  text-align: left;
  font-size: 14px;
}
.gaurantee-text_v9z2q.stacked_v9z2q,
.gaurantee-text_v9z2q.stacked-with-button_v9z2q {
  margin-top: 10px;
  margin-bottom: 20px;
}
.gaurantee-text_v9z2q.doctors-info_v9z2q {
  color: #bbb;
  line-height: 1.4em;
}
.gaurantee-text_v9z2q.weight-lost_v9z2q {
  margin-bottom: 16px;
  line-height: 1.4em;
}
.gaurantee-text_v9z2q.doctors-text_v9z2q {
  line-height: 1.4em;
}
.guarantee-title_v9z2q {
  color: var(--charcoal);
  text-align: left;
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 24px;
  line-height: 1.1em;
}
.guarantee-title_v9z2q.center_v9z2q {
  text-align: center;
}
.guarantee-title_v9z2q.inline_v9z2q {
  max-width: 450px;
  margin-right: 60px;
}
.flex-block-2_v9z2q {
  grid-column-gap: 57px;
  grid-row-gap: 57px;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.lottie-checkmark_v9z2q {
  max-width: 200px;
}
.guarantee-subtitle_v9z2q {
  color: var(--wood);
  text-align: left;
  margin-bottom: 0;
  font-size: 16px;
}
.guarantee-subtitle_v9z2q.center_v9z2q {
  text-align: center;
}
.guarantee-subtitle_v9z2q.inline_v9z2q {
  max-width: 450px;
  margin-right: 60px;
}
.guarantee-content_v9z2q {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.guarantee-content_v9z2q.stack_v9z2q {
  padding-left: 0;
  padding-right: 0;
}
.guarantee-content_v9z2q.stack_v9z2q.invert_v9z2q.support_v9z2q {
  flex-flow: row-reverse;
}
.image-6_v9z2q {
  width: 100%;
}
.div-block-9_v9z2q {
  max-width: 160px;
  position: absolute;
  inset: -48% -9% auto auto;
}
.div-block-11_v9z2q {
  position: sticky;
  top: 0;
}
.progress-bar-copy_v9z2q {
  z-index: 2;
  background-color: var(--evergreen);
  opacity: 1;
  mix-blend-mode: normal;
  width: 2px;
  height: 100%;
  display: block;
  position: absolute;
}
.top-header_v9z2q {
  flex-flow: column;
  align-items: center;
}
.legal-container_v9z2q {
  background-color: var(--smoke);
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}
.legal-container_v9z2q.no-padding_v9z2q {
  padding-top: 56px;
}
.legal-container_v9z2q.weight-slider_v9z2q {
  padding-top: 156px;
}
.legal-container_v9z2q.lksdj_v9z2q {
  padding-bottom: 200px;
}
.legal-container_v9z2q.guarantee-section_v9z2q {
  padding-top: 20px;
}
.innerpage-navigation_v9z2q {
  max-width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  inset: 0% 0% auto;
}
.innerpage-navigation_v9z2q:where(.w-variant-1f4547c0-0880-1b33-4055-e103840580bc_v9z2q) {
  z-index: 10;
  background-color: var(--white);
  margin-top: -84px;
  position: fixed;
  inset: 0% 0% auto;
}
.innerpage-navigation_v9z2q.fixed-nav_v9z2q {
  z-index: 10;
  background-color: var(--white);
  margin-top: 0;
  position: fixed;
  inset: 0% 0% auto;
}
.innerpage-navigation_v9z2q.fixed_v9z2q {
  z-index: 10;
  background-color: var(--white);
  margin-top: -84px;
  position: fixed;
  inset: 0% 0% auto;
}
.center_v9z2q {
  text-align: center;
}
.center_v9z2q.legal-title_v9z2q {
  margin-bottom: 60px;
  font-size: 40px;
}
.legal-h3_v9z2q {
  margin-top: 60px;
}
.innerpage-nav_v9z2q {
  max-width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  inset: 0% 0% auto;
}
.innerpage-nav_v9z2q:where(.w-variant-1f4547c0-0880-1b33-4055-e103840580bc_v9z2q) {
  z-index: 10;
  background-color: var(--white);
  margin-top: -84px;
  position: fixed;
  inset: 0% 0% auto;
}
.innerpage-nav_v9z2q.fixed-nav_v9z2q {
  z-index: 10;
  background-color: var(--white);
  margin-top: 0;
  position: fixed;
  inset: 0% 0% auto;
}
.innerpage-nav_v9z2q.fixed_v9z2q {
  z-index: 10;
  background-color: var(--white);
  margin-top: -84px;
  position: fixed;
  inset: 0% 0% auto;
}
.legal-lists_v9z2q {
  margin-top: 20px;
}
.legal-heading_v9z2q {
  text-align: center;
  margin-bottom: 60px;
}
.legal-content_v9z2q {
  max-width: 1060px;
  padding-left: 30px;
  padding-right: 30px;
}
.right-fade-out-slider_v9z2q {
  z-index: 5;
  background-image: linear-gradient(90deg, #fff0, #fff);
  width: 200px;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}
@media screen and (max-width: 991px) {
  .primary-cta.dsko {
    display: none;
  }
  .primary-cta.questions_v9z2q {
    width: 100%;
  }
  .waagevita-header-logo_v9z2q.footer-placement_v9z2q {
    align-self: flex-start;
  }
  .image_v9z2q.home-v1-hero_v9z2q {
    object-position: 50% 20%;
  }
  .hero-block_v9z2q {
    margin-top: 50px;
  }
  .photo-grid_v9z2q {
    width: 120%;
  }
  .intro-inline_v9z2q {
    flex-flow: row;
    max-width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }
  .intro-inline_v9z2q.stack_v9z2q {
    flex-flow: column;
    max-width: 100%;
  }
  .intro-inline_v9z2q.stack_v9z2q.invert_v9z2q {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    justify-content: flex-start;
    align-items: center;
  }
  .intro-inline_v9z2q.stack_v9z2q.invert_v9z2q.support_v9z2q {
    flex-flow: column-reverse;
  }
  .dropdown-wrapper_v9z2q.sidebar-dropdown_v9z2q {
    padding-left: 24px;
    padding-right: 24px;
  }
  .dropdown-toggle_v9z2q.sidebar-dropdown_v9z2q {
    padding-right: 0;
  }
  .cta-section_v9z2q {
    padding-left: 24px;
    padding-right: 24px;
  }
  .product-slider-content_v9z2q {
    padding-left: 14px;
    padding-right: 14px;
  }
  .left-fade-out_v9z2q,
  .right-fade-out_v9z2q {
    display: none;
  }
  .section-titles_v9z2q.center_v9z2q {
    text-align: center;
  }
  .section-titles_v9z2q.stacked_v9z2q {
    text-align: center;
    align-self: center;
  }
  .section-titles_v9z2q.inline_v9z2q {
    min-width: 280px;
    margin-right: 30px;
  }
  .section_v9z2q.weight-slider_v9z2q {
    padding-top: 96px;
    padding-bottom: 80px;
  }
  .section_v9z2q.last-section_v9z2q {
    padding-bottom: 116px;
  }
  .slider-cards_v9z2q {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
  }
  .section-paragraph_v9z2q.center_v9z2q {
    text-align: center;
  }
  .section-paragraph_v9z2q.stacked_v9z2q {
    margin-top: 0;
    margin-bottom: 0;
  }
  .section-paragraph_v9z2q.stacked-with-button_v9z2q {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .slider-container_v9z2q {
    padding-left: 0;
    padding-right: 0;
  }
  .calculator-tab_v9z2q {
    width: 100%;
    margin-top: 40px;
  }
  .intro-stack_v9z2q {
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
    width: auto;
    max-width: 100%;
    margin-left: 60px;
    margin-right: 60px;
    position: static;
  }
  .intro-stack_v9z2q.right_v9z2q {
    margin-left: 0;
  }
  .intro-stack_v9z2q.sticky_v9z2q {
    position: static;
  }
  .div-block_v9z2q {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }
  .scattered-reviews-wrapper_v9z2q {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }
  .xl-stars_v9z2q {
    width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
  .text-block_v9z2q {
    font-size: 40px;
    line-height: 50px;
  }
  .scattered-quotes_v9z2q {
    width: 100%;
  }
  .faded-quote_v9z2q._6_v9z2q {
    left: 63%;
  }
  .faded-review_v9z2q {
    font-size: 26px;
    line-height: 31px;
  }
  .big-review_v9z2q {
    max-width: 770px;
  }
  .div-block-2_v9z2q {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 700px;
  }
  .div-block-3_v9z2q {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 1200px;
    position: absolute;
    left: -111px;
  }
  .parallax-reviews_v9z2q {
    width: 100%;
  }
  .intro-stacked_v9z2q {
    flex-flow: row;
    max-width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }
  .intro-stacked_v9z2q.stack_v9z2q {
    flex-flow: column;
    max-width: 100%;
  }
  .change-photo-grid_v9z2q {
    width: 120%;
    height: 500px;
  }
  .bullet-points_v9z2q {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
  .checklist-grid_v9z2q {
    width: 90%;
  }
  .question-container_v9z2q {
    margin-top: 30px;
  }
  .twin-photos_v9z2q {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .twin-photos_v9z2q.support_v9z2q {
    margin-left: auto;
    margin-right: auto;
  }
  .metabolism_v9z2q.left-drop_v9z2q {
    margin-top: -20px;
  }
  .metabolism_v9z2q.right-lift_v9z2q {
    margin-top: 20px;
  }
  .margin-30s_v9z2q.no-margin_v9z2q {
    margin-left: -4px;
    margin-right: -4px;
  }
  .grid---numbers_v9z2q {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    max-height: 100%;
  }
  .progress-container_v9z2q {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
    margin-top: 40px;
  }
  .journey-content_v9z2q {
    max-width: 100%;
  }
  .step_v9z2q {
    padding-bottom: 60px;
  }
  .intro-inline-2_v9z2q {
    flex-flow: row;
    max-width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }
  .intro-inline-2_v9z2q.stack_v9z2q {
    flex-flow: column;
    max-width: 100%;
  }
  .intro-inline-2_v9z2q.stack_v9z2q.invert_v9z2q {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    justify-content: flex-start;
    align-items: center;
  }
  .brix---section-3_v9z2q {
    padding-top: 118px;
    padding-bottom: 118px;
  }
  .accordion-item-wrapper_v9z2q {
    padding-left: 40px;
    padding-right: 40px;
  }
  .accordion-item-wrapper_v9z2q:hover {
    transform: translate(6px);
  }
  .accordion-item-wrapper_v9z2q.last-no-line_v9z2q {
    border-bottom-style: none;
  }
  .brix---mg-bottom-48px-3_v9z2q {
    margin-bottom: 40px;
  }
  .brix---heading-h2-size-4_v9z2q {
    font-size: 30px;
    line-height: 46px;
  }
  .questions_v9z2q {
    width: 100%;
  }
  .metabolism-container_v9z2q {
    padding: 100px 30px;
  }
  .div-block-6_v9z2q {
    width: 100%;
  }
  .features-grid_v9z2q {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
  .feature-block_v9z2q {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -1px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .features-icon_v9z2q {
    max-width: 40px;
  }
  .footer-container_v9z2q {
    padding-bottom: 40px;
  }
  .footer-header_v9z2q {
    align-items: flex-start;
    margin-bottom: 40px;
  }
  .footer-ctas_v9z2q {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .footer-bottom_v9z2q {
    flex-flow: column-reverse wrap;
    justify-content: space-between;
    margin-top: 30px;
    padding-top: 30px;
  }
  .legal-links-container_v9z2q {
    grid-column-gap: 6px;
    grid-row-gap: 12px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    margin-bottom: 60px;
  }
  .div-block-7_v9z2q {
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }
  .footer-bottom-2_v9z2q {
    flex-flow: column-reverse wrap;
    justify-content: space-between;
  }
  .hero---navigation_v9z2q {
    margin-top: 30px;
  }
  .home-v3-achievement-number_v9z2q {
    font-size: 42px;
  }
  .home-v3-achievements-grid_v9z2q {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: auto auto;
    justify-content: center;
  }
  .subtitle_v9z2q.home-v3-achievements_v9z2q {
    margin-bottom: 15px;
  }
  .section-2_v9z2q {
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
  }
  .section-2_v9z2q.bg-secondary-1_v9z2q.padding-120px_v9z2q {
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .bg_v9z2q.home-v3-achievements-1_v9z2q {
    top: -73px;
    left: -194px;
  }
  .bg_v9z2q.home-v3-achievements-2_v9z2q {
    bottom: -64px;
    right: -138px;
  }
  .bg_v9z2q.about-v3-mission-shape_v9z2q {
    top: -323px;
    left: -148px;
  }
  .parallax-wrapper_v9z2q {
    min-width: 90rem;
  }
  .footer_v9z2q {
    padding-right: 2rem;
  }
  .guarantee_v9z2q {
    border-radius: 0;
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .gaurantee-text_v9z2q.center_v9z2q {
    text-align: center;
  }
  .gaurantee-text_v9z2q.stacked_v9z2q {
    margin-top: 0;
    margin-bottom: 0;
  }
  .gaurantee-text_v9z2q.stacked-with-button_v9z2q {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .guarantee-title_v9z2q.center_v9z2q {
    text-align: center;
  }
  .guarantee-title_v9z2q.stacked_v9z2q {
    text-align: center;
    align-self: center;
  }
  .guarantee-title_v9z2q.inline_v9z2q {
    min-width: 280px;
    margin-right: 30px;
  }
  .flex-block-2_v9z2q {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }
  .lottie-checkmark_v9z2q {
    max-width: 130px;
  }
  .guarantee-subtitle_v9z2q.center_v9z2q {
    text-align: center;
  }
  .guarantee-subtitle_v9z2q.stacked_v9z2q {
    text-align: center;
    align-self: center;
  }
  .guarantee-subtitle_v9z2q.inline_v9z2q {
    min-width: 280px;
    margin-right: 30px;
  }
  .guarantee-content_v9z2q {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 430px;
  }
  .guarantee-content_v9z2q.stack_v9z2q {
    flex-flow: column;
    max-width: 100%;
  }
  .guarantee-content_v9z2q.stack_v9z2q.invert_v9z2q {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    justify-content: flex-start;
    align-items: center;
  }
  .guarantee-content_v9z2q.stack_v9z2q.invert_v9z2q.support_v9z2q {
    flex-flow: column;
  }
  .legal-container_v9z2q {
    padding-top: 116px;
  }
  .legal-container_v9z2q.weight-slider_v9z2q {
    padding-top: 96px;
  }
  .innerpage-navigation_v9z2q,
  .innerpage-nav_v9z2q {
    margin-top: 30px;
  }
  .right-fade-out-slider_v9z2q {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .primary-cta {
    width: 100%;
  }
  .primary-cta.questions_v9z2q {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .image_v9z2q.checkmark_v9z2q {
    margin-right: 10px;
  }
  .list-item-container_v9z2q {
    text-align: center;
  }
  .hero-preheader_v9z2q {
    font-size: 18px;
  }
  .hero-block_v9z2q {
    margin-top: 30px;
  }
  .photo-grid_v9z2q {
    grid-template-rows: 40px 180px 260px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .photo-grid-item_v9z2q.photo-7_v9z2q {
    max-height: 80%;
    display: none;
  }
  .photo-grid-item_v9z2q.photo-4_v9z2q {
    height: 100%;
  }
  .photo-grid-item_v9z2q.photo-5_v9z2q {
    max-height: 200px;
  }
  .photo-grid-item_v9z2q.photo-1_v9z2q {
    display: none;
  }
  .hero---photo-grid_v9z2q {
    margin-top: 30px;
  }
  .section---hero_v9z2q {
    padding-bottom: 60px;
  }
  .top-bar-small-padding_v9z2q {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .evergreen_v9z2q {
    display: inline-block;
  }
  .heading_v9z2q {
    max-width: 580px;
    font-size: 36px;
    font-weight: 600;
    line-height: 43px;
  }
  .list-item-text_v9z2q.large_v9z2q {
    font-size: 14px;
    line-height: 18px;
  }
  .slide-wrap_v9z2q {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .logo-img_v9z2q._50-r-m_v9z2q {
    max-height: 18px;
    height: auto;
    margin-right: 30px;
  }
  .intro-inline_v9z2q {
    flex-flow: column;
    max-width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
  .intro-inline_v9z2q.stack_v9z2q.invert_v9z2q {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
  .logo-image_v9z2q {
    max-width: 100px;
  }
  .navbar-wrapper_v9z2q {
    display: flex;
  }
  .slideout-menu_v9z2q {
    top: 0;
    bottom: 0;
  }
  .cta-section_v9z2q {
    margin-top: 20px;
  }
  .section-titles_v9z2q {
    font-size: 28px;
    line-height: 1.2em;
  }
  .section-titles_v9z2q.inline_v9z2q {
    min-width: 100%;
    margin-right: 0;
  }
  .product-slider-image_v9z2q {
    height: 280px;
  }
  .product-slider-price_v9z2q.evergreen_v9z2q {
    text-align: center;
  }
  .section-paragraph_v9z2q {
    font-size: 14px;
    line-height: 1.5em;
  }
  .slider-container_v9z2q {
    text-align: center;
  }
  .calculator-tab_v9z2q {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .intro-stack_v9z2q {
    flex-flow: column;
    width: 90%;
  }
  .intro-stack_v9z2q.right_v9z2q {
    width: 100%;
  }
  .scattered-reviews-wrapper_v9z2q {
    margin-top: -40px;
  }
  .review-bottle_v9z2q {
    min-width: 620px;
  }
  .text-block_v9z2q {
    font-weight: 600;
  }
  .scattered-quotes_v9z2q {
    height: 650px;
    margin-top: -40px;
  }
  .faded-quote_v9z2q._1_v9z2q {
    top: -30%;
    left: -37%;
  }
  .faded-quote_v9z2q._2_v9z2q {
    top: -24%;
    left: 39%;
  }
  .faded-quote_v9z2q._3_v9z2q {
    top: -8%;
    left: -17%;
  }
  .faded-quote_v9z2q._4_v9z2q {
    top: 12%;
  }
  .faded-quote_v9z2q._5_v9z2q {
    top: 34%;
    left: -27%;
  }
  .faded-quote_v9z2q._6_v9z2q {
    top: -1%;
    left: 61%;
  }
  .faded-quote_v9z2q._7_v9z2q {
    top: 26%;
    left: 30%;
  }
  .faded-review_v9z2q {
    max-width: 220px;
    font-size: 20px;
    line-height: 25px;
  }
  .verified-customer-tag---large_v9z2q {
    justify-content: flex-start;
    align-items: center;
  }
  .parallax-reviews_v9z2q {
    height: 640px;
  }
  .intro-stacked_v9z2q {
    flex-flow: column;
    max-width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
  .change---photo-grid_v9z2q {
    margin-top: 30px;
  }
  .change-photo-grid_v9z2q {
    height: 400px;
  }
  .change-photo-grid-item_v9z2q {
    border-radius: 20px;
  }
  .change-photo-grid-item_v9z2q.photo-7_v9z2q {
    max-height: 80%;
  }
  .change-photo-grid-item_v9z2q.photo-3_v9z2q,
  .change-photo-grid-item_v9z2q.photo-4_v9z2q {
    display: none;
  }
  .bullet-point-item_v9z2q {
    text-align: center;
  }
  .checklist-grid_v9z2q {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    width: 90%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .question-container_v9z2q {
    border-radius: 20px;
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .twin-photos_v9z2q {
    height: 250px;
  }
  .metabolism_v9z2q {
    border-radius: 20px;
  }
  .metabolism_v9z2q.photo-7_v9z2q {
    max-height: 80%;
  }
  .metabolism_v9z2q.photo-3_v9z2q,
  .metabolism_v9z2q.photo-4_v9z2q {
    display: none;
  }
  .metabolism_v9z2q.left-drop_v9z2q {
    margin-top: -10px;
  }
  .metabolism_v9z2q.right-lift_v9z2q {
    margin-top: 10px;
  }
  .container---numbers_v9z2q {
    margin-top: 30px;
  }
  .card---numbers_v9z2q {
    padding: 24px 40px;
  }
  .the-numbers_v9z2q {
    font-size: 50px;
  }
  .the-data_v9z2q {
    font-size: 14px;
    line-height: 17px;
  }
  .journey-container_v9z2q {
    padding-bottom: 0;
  }
  .progress-container_v9z2q {
    margin-left: 0;
  }
  .progress-dot_v9z2q {
    margin-right: 0;
  }
  .journey-content_v9z2q {
    max-width: 100%;
  }
  .journey-image_v9z2q {
    border-radius: 20px;
  }
  .intro-inline-2_v9z2q {
    flex-flow: column;
    max-width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
  .intro-inline-2_v9z2q.stack_v9z2q {
    align-items: center;
  }
  .intro-inline-2_v9z2q.stack_v9z2q.invert_v9z2q {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
  .progress-bar-container_v9z2q {
    margin-right: 30px;
  }
  .reviews-container_v9z2q {
    padding-top: 40px;
  }
  .review-card_v9z2q,
  .image-card_v9z2q {
    border-radius: 20px;
  }
  .accordion-title_v9z2q {
    font-size: 16px;
    line-height: 20px;
  }
  .brix---section-3_v9z2q {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .accordion-item-wrapper_v9z2q {
    padding: 20px 0;
  }
  .inner-container_v9z2q {
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  .brix---mg-bottom-16px-4_v9z2q {
    margin-bottom: 8px;
  }
  .brix---mg-bottom-48px-3_v9z2q {
    margin-bottom: 32px;
  }
  .brix---heading-h2-size-4_v9z2q {
    font-size: 28px;
    line-height: 40px;
  }
  .accordion-right-side_v9z2q {
    margin-left: 16px;
    margin-right: 16px;
  }
  .questions_v9z2q {
    margin-top: 30px;
  }
  .metabolism-container_v9z2q {
    border-radius: 20px;
    padding: 40px 0;
  }
  .feature-block_v9z2q {
    padding: 20px;
  }
  .footer-container_v9z2q {
    padding-top: 60px;
  }
  .footer-ctas_v9z2q {
    padding-left: 60px;
  }
  .hero---navigation_v9z2q {
    margin-top: 20px;
  }
  .doctors-card-del_v9z2q,
  .results-card_v9z2q,
  .doctors-card-copy_v9z2q {
    border-radius: 20px;
  }
  .results-container_v9z2q {
    padding-top: 40px;
  }
  .doctors-card_v9z2q {
    border-radius: 20px;
  }
  .doctors-container_v9z2q {
    padding-top: 40px;
  }
  .home-v3-achievement-number_v9z2q {
    margin-bottom: 0;
    font-size: 35px;
  }
  .subtitle_v9z2q {
    font-size: 12px;
    font-weight: 600;
  }
  .subtitle_v9z2q.home-v3-achievements_v9z2q {
    margin-bottom: 10px;
  }
  .home-v3-achievement-text_v9z2q {
    font-size: 18px;
  }
  .section-2_v9z2q.bg-secondary-1_v9z2q.padding-120px_v9z2q {
    padding-top: 77px;
    padding-bottom: 77px;
  }
  .bg_v9z2q.home-v3-achievements-1_v9z2q {
    left: -231px;
  }
  .bg_v9z2q.home-v3-achievements-2_v9z2q {
    right: -182px;
  }
  .parallax-wrapper_v9z2q {
    min-width: 80rem;
  }
  .footer_v9z2q {
    height: auto;
    padding-bottom: 4rem;
    padding-right: 0;
    inset: auto 0% 0%;
  }
  .container-social_v9z2q {
    flex-direction: row;
  }
  .preloader-bottle-img_v9z2q {
    min-width: 620px;
  }
  .preloader-logo_v9z2q {
    max-width: 100px;
  }
  .the-characters_v9z2q {
    font-size: 50px;
  }
  .gaurantee-text_v9z2q {
    text-align: center;
    font-size: 14px;
    line-height: 1.5em;
  }
  .guarantee-title_v9z2q {
    text-align: center;
    font-size: 28px;
    line-height: 1.2em;
  }
  .guarantee-title_v9z2q.inline_v9z2q {
    min-width: 100%;
    margin-right: 0;
  }
  .flex-block-2_v9z2q {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 420px;
  }
  .lottie-checkmark_v9z2q {
    max-width: 150px;
  }
  .guarantee-subtitle_v9z2q {
    text-align: center;
  }
  .guarantee-subtitle_v9z2q.inline_v9z2q {
    min-width: 100%;
    margin-right: 0;
  }
  .guarantee-content_v9z2q {
    flex-flow: column;
    max-width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
  .guarantee-content_v9z2q.stack_v9z2q.invert_v9z2q {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
  .top-header_v9z2q {
    padding-bottom: 60px;
  }
  .innerpage-navigation_v9z2q,
  .innerpage-nav_v9z2q {
    margin-top: 20px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
@media screen and (max-width: 479px) {
  .primary-cta {
    width: 100%;
    padding: 14px 20px;
    font-size: 14px;
    font-weight: 600;
  }
  .primary-cta.green {
    display: block;
  }
  .primary-cta.nav_v9z2q {
    display: none;
  }
  .waagevita-header-logo_v9z2q {
    max-width: 90px;
  }
  .waagevita-header-logo_v9z2q.footer-placement_v9z2q {
    align-self: center;
    max-width: 100%;
  }
  .image_v9z2q.checkmark_v9z2q {
    margin-right: 8px;
  }
  .list-item-container_v9z2q {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }
  .list-grid_v9z2q.hero-checklist_v9z2q,
  .list-grid_v9z2q.change-checklist_v9z2q {
    max-width: 320px;
  }
  .hero-preheader_v9z2q {
    font-size: 14px;
    line-height: 18px;
  }
  .hero-block_v9z2q {
    margin-top: 20px;
  }
  .photo-grid_v9z2q {
    width: 150%;
  }
  .hero---photo-grid_v9z2q {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section---hero_v9z2q {
    padding-bottom: 40px;
  }
  .announcements_v9z2q {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 17px;
    line-height: 26px;
  }
  .top-bar-text_v9z2q {
    font-size: 14px;
  }
  .evergreen_v9z2q {
    display: inline-block;
  }
  .heading_v9z2q {
    max-width: 360px;
    font-size: 30px;
    line-height: 34px;
  }
  .section---logo-slider_v9z2q {
    overflow: hidden;
  }
  .navbar-wrapper_v9z2q {
    height: 40px;
  }
  .slideout-menu_v9z2q {
    width: 90%;
  }
  .navigation_v9z2q {
    padding-left: 10px;
    padding-right: 10px;
  }
  .hero---content_v9z2q {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section-titles_v9z2q {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .section-titles_v9z2q.center_v9z2q {
    font-size: 7vw;
  }
  .section_v9z2q.weight-slider_v9z2q {
    padding-top: 76px;
    padding-bottom: 60px;
  }
  .section_v9z2q.last-section_v9z2q {
    padding-bottom: 96px;
  }
  .product-slider_v9z2q {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .slider-cards_v9z2q {
    grid-column-gap: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .card_v9z2q {
    border-radius: 20px;
    min-width: 260px;
  }
  .product-slider-name_v9z2q {
    font-size: 18px;
  }
  .product-slider-price_v9z2q {
    font-size: 12px;
  }
  .smoke-bg_v9z2q {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .slider-card-padding_v9z2q {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .secondary-cta_v9z2q {
    padding: 14px 20px;
    font-size: 14px;
    font-weight: 500;
  }
  .secondary-cta_v9z2q.green {
    display: block;
  }
  .weight-loss_v9z2q {
    font-size: 60px;
  }
  .current-weight_v9z2q {
    font-size: 30px;
  }
  .calculator-tab_v9z2q {
    border-radius: 20px;
    min-width: 250px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .rs-tag_v9z2q {
    text-align: left;
    width: 45%;
    font-size: 16px;
    line-height: 1.1;
  }
  .intro-stack_v9z2q {
    flex-flow: column;
  }
  .scattered-reviews-wrapper_v9z2q {
    margin-top: -20px;
  }
  .review-bottle_v9z2q {
    min-width: 480px;
  }
  .xl-stars_v9z2q {
    width: 200px;
  }
  .text-block_v9z2q {
    font-size: 36px;
    line-height: 39px;
  }
  .scattered-quotes_v9z2q {
    height: 490px;
    margin-top: -20px;
  }
  .faded-quote_v9z2q._1_v9z2q {
    top: -33%;
  }
  .faded-quote_v9z2q._2_v9z2q {
    left: 48%;
  }
  .faded-quote_v9z2q._3_v9z2q {
    top: -1%;
    left: -12%;
  }
  .faded-quote_v9z2q._4_v9z2q {
    top: 31%;
  }
  .faded-quote_v9z2q._5_v9z2q {
    display: none;
  }
  .faded-quote_v9z2q._6_v9z2q {
    top: 15%;
    left: 63%;
  }
  .faded-quote_v9z2q._7_v9z2q {
    display: none;
    top: 31%;
    left: 20%;
  }
  .parallax-reviews_v9z2q {
    height: 500px;
  }
  .change-photo-grid_v9z2q {
    grid-template-columns: 1fr 1fr 1fr;
    height: 280px;
  }
  .change-photo-grid-item_v9z2q._6_v9z2q,
  .change-photo-grid-item_v9z2q._7_v9z2q {
    display: none;
  }
  .bullet-point-item_v9z2q {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }
  .checklist-grid_v9z2q {
    width: 100%;
  }
  .question-container_v9z2q {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .twin-photos_v9z2q {
    height: 160px;
  }
  .metabolism_v9z2q._6_v9z2q,
  .metabolism_v9z2q._7_v9z2q {
    display: none;
  }
  .card---numbers_v9z2q {
    border-radius: 20px;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
  }
  .grid---numbers_v9z2q {
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr;
  }
  .the-numbers_v9z2q {
    font-size: 38px;
  }
  .the-data_v9z2q {
    text-align: left;
    margin-top: 0;
  }
  .stats_v9z2q {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    align-items: center;
    display: flex;
  }
  .journey-container_v9z2q {
    padding-bottom: 20px;
  }
  .step_v9z2q {
    padding-bottom: 40px;
  }
  .progress-bar-container_v9z2q {
    margin-right: 20px;
  }
  .progress-bar-2_v9z2q.remove_v9z2q {
    display: none;
  }
  .reviews-container_v9z2q {
    overflow: hidden;
  }
  .accordion-btn-vertical-line-v2_v9z2q {
    height: 16px;
  }
  .inner-container_v9z2q {
    margin-top: 10px;
  }
  .brix---mg-bottom-16px-4_v9z2q {
    margin-bottom: 15px;
  }
  .brix---mg-bottom-48px-3_v9z2q {
    margin-bottom: 32px;
  }
  .accordion-btn-horizontal-line-v2_v9z2q {
    width: 16px;
  }
  .paragraph-default-4_v9z2q {
    font-size: 17px;
    line-height: 28px;
  }
  .brix---heading-h2-size-4_v9z2q {
    font-size: 24px;
    line-height: 34px;
  }
  .accordion-container_v9z2q {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .accordion-right-side_v9z2q {
    margin-right: 0;
  }
  .question-card_v9z2q {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .questions-text_v9z2q {
    font-size: 3.5vw;
    line-height: 5vw;
  }
  .features-grid_v9z2q {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
  .feature-block_v9z2q {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 30px;
    padding-right: 30px;
  }
  .footer-container_v9z2q {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .footer-header_v9z2q {
    flex-flow: column;
  }
  .footer-ctas_v9z2q {
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
  }
  .contact-block_v9z2q {
    width: 100%;
  }
  .footer-bottom_v9z2q {
    justify-content: space-between;
    align-items: flex-start;
  }
  .legal-links-container_v9z2q {
    grid-column-gap: 0px;
    border-bottom: 1px solid #ddd;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .copyright_v9z2q {
    align-self: center;
  }
  .legal-link_v9z2q {
    border-right-style: none;
    padding-left: 0;
  }
  .footer-bottom-2_v9z2q {
    justify-content: space-between;
    align-items: flex-start;
  }
  .hero---navigation_v9z2q {
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .results-stats_v9z2q {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }
  .results-card_v9z2q {
    width: 300px;
  }
  .results-slider_v9z2q {
    margin-bottom: 30px;
  }
  .results-container_v9z2q {
    overflow: hidden;
  }
  .pounds-lost-text_v9z2q {
    font-size: 14px;
  }
  .results-clean-bg_v9z2q {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .results-photo_v9z2q {
    width: 100%;
    max-height: 260px;
  }
  .doctors-card_v9z2q {
    width: 300px;
  }
  .doctors-container_v9z2q {
    padding-top: 30px;
    overflow: hidden;
  }
  .button-primary_v9z2q {
    width: 100%;
    padding: 14px 15px;
    font-size: 16px;
    display: block;
  }
  .home-v3-achievement-number_v9z2q {
    font-size: 40px;
  }
  .home-v3-achievements-grid_v9z2q {
    grid-column-gap: 20px;
    grid-row-gap: 35px;
    grid-template-columns: repeat(auto-fit, 200px);
  }
  .home-v3-achievement-text_v9z2q {
    font-size: 16px;
  }
  .section-2_v9z2q,
  .section-2_v9z2q.bg-secondary-1_v9z2q {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-2_v9z2q.bg-secondary-1_v9z2q.padding-120px_v9z2q {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .bg_v9z2q.home-v3-achievements-1_v9z2q {
    top: -58px;
    left: -249px;
  }
  .bg_v9z2q.home-v3-achievements-2_v9z2q {
    bottom: -77px;
    right: -208px;
  }
  .title_v9z2q {
    line-height: 0.75em;
  }
  .container-2_v9z2q {
    padding-left: 16px;
    padding-right: 16px;
  }
  .footer_v9z2q {
    padding-bottom: 4rem;
  }
  .preloader-bottle-img_v9z2q {
    min-width: 480px;
  }
  .the-characters_v9z2q {
    font-size: 38px;
  }
  .flex-block_v9z2q {
    justify-content: flex-start;
    align-items: center;
    min-width: 80px;
  }
  .guarantee_v9z2q {
    padding: 20px 20px 40px;
  }
  .guarantee-title_v9z2q {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .guarantee-title_v9z2q.center_v9z2q {
    font-size: 7vw;
  }
  .lottie-checkmark_v9z2q {
    max-width: 130px;
  }
  .guarantee-subtitle_v9z2q {
    margin-right: 0;
    font-size: 14px;
  }
  .guarantee-subtitle_v9z2q.center_v9z2q {
    font-size: 7vw;
  }
  .top-header_v9z2q {
    padding-bottom: 40px;
  }
  .legal-container_v9z2q {
    padding-top: 96px;
  }
  .legal-container_v9z2q.weight-slider_v9z2q {
    padding-top: 76px;
  }
  .innerpage-navigation_v9z2q,
  .innerpage-nav_v9z2q {
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#w-node-_9a1169ec-b435-ec7c-b769-a31e527334c3-bfc40424 {
  grid-area: 1 / 1 / 3 / 2;
  align-self: stretch;
}
#w-node-_8103a7a7-6b87-43cc-c88c-71aeca06e8a2-bfc40424 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: stretch;
}
#w-node-ea117f1c-394a-e248-16ae-dcbf6f7ec467-bfc40424 {
  grid-area: 2 / 3 / 4 / 4;
  align-self: stretch;
}
#w-node-ab777a44-dbc7-e212-0bb5-c17502a5e95b-bfc40424 {
  grid-area: 2 / 4 / 4 / 5;
  align-self: stretch;
}
#w-node-c3791351-6d7c-aa8f-9e0e-369c117eea4d-bfc40424 {
  grid-area: 1 / 5 / 3 / 6;
  align-self: stretch;
}
#w-node-_66200590-da1a-430c-a330-eeb380814971-bfc40424 {
  grid-area: 3 / 1 / 4 / 3;
  align-self: stretch;
}
#w-node-_5063d31c-127f-5f21-c0bf-4b2b96283d34-bfc40424 {
  grid-area: 3 / 5 / 4 / 6;
  align-self: stretch;
}
#w-node-_2b9ba6c8-2891-4d5f-a790-60a44ab020de-bfc40424 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}
#w-node-_2b9ba6c8-2891-4d5f-a790-60a44ab020e0-bfc40424 {
  grid-area: 2 / 1 / 5 / 2;
  align-self: stretch;
}
#w-node-_2b9ba6c8-2891-4d5f-a790-60a44ab020e2-bfc40424 {
  grid-area: 1 / 2 / 3 / 3;
  align-self: stretch;
}
#w-node-_2b9ba6c8-2891-4d5f-a790-60a44ab020e4-bfc40424 {
  grid-area: 3 / 2 / 5 / 3;
  align-self: stretch;
}
#w-node-_2b9ba6c8-2891-4d5f-a790-60a44ab020e6-bfc40424 {
  grid-area: 1 / 3 / 5 / 4;
  align-self: stretch;
}
#w-node-_2b9ba6c8-2891-4d5f-a790-60a44ab020e8-bfc40424 {
  grid-area: 1 / 4 / 4 / 5;
  align-self: stretch;
}
#w-node-_2b9ba6c8-2891-4d5f-a790-60a44ab020ea-bfc40424 {
  grid-area: 4 / 4 / 5 / 5;
  align-self: stretch;
}
#w-node-_479a3202-ac8a-c37c-8a87-28e137f671bd-bfc40424 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}
#w-node-f6936d05-61d4-6b04-420d-5d64205a6a39-bfc40424 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
}
#w-node-d5fdca53-e0b8-b389-68dd-94b9ae99a614-bfc40424 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}
#w-node-d5fdca53-e0b8-b389-68dd-94b9ae99a616-bfc40424 {
  grid-area: 1 / 5 / 1 / 2;
  align-self: stretch;
}
@media screen and (max-width: 991px) {
  #w-node-_05faaabd-4e31-ced5-a2c9-0a0483be10a1-bfc40424 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
@media screen and (max-width: 767px) {
  #w-node-_8103a7a7-6b87-43cc-c88c-71aeca06e8a2-bfc40424 {
    grid-column: 1 / 2;
    grid-row-start: 1;
  }
  #w-node-ea117f1c-394a-e248-16ae-dcbf6f7ec467-bfc40424 {
    grid-column: 2 / 3;
    grid-row-end: 3;
  }
  #w-node-ab777a44-dbc7-e212-0bb5-c17502a5e95b-bfc40424 {
    grid-area: 1 / 3 / 3 / 4;
  }
  #w-node-c3791351-6d7c-aa8f-9e0e-369c117eea4d-bfc40424 {
    grid-area: 3 / 3 / 4 / 4;
  }
  #w-node-_5063d31c-127f-5f21-c0bf-4b2b96283d34-bfc40424,
  #w-node-_2b9ba6c8-2891-4d5f-a790-60a44ab020e6-bfc40424 {
    grid-column: 3 / 4;
  }
  #w-node-_2b9ba6c8-2891-4d5f-a790-60a44ab020ea-bfc40424 {
    grid-column: 4 / 5;
  }
}
.reveal-scroll_v9z2q {
  opacity: 0 !important;
  transform: translate3d(0, 35px, 0) !important;
  transition:
    opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1),
    transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
}
.reveal-scroll_v9z2q.revealed_v9z2q {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) !important;
}
.acordion-body_v9z2q {
  height: 0px;
  opacity: 0;
  overflow: hidden;
  transform: translate3d(0, 20px, 0) scale3d(0.96, 0.96, 1);
  transition:
    height 0.3s ease,
    opacity 0.3s ease,
    transform 0.3s ease;
}
.accordion-icon-wrapper_v9z2q {
  transition: transform 0.3s ease !important;
}
.accordion-item-wrapper_v9z2q.open_v9z2q .acordion-body_v9z2q {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}
.accordion-item-wrapper_v9z2q.open_v9z2q .accordion-icon-wrapper_v9z2q {
  transform: rotateZ(45deg) !important;
}
.hero---navigation_v9z2q.fixed_v9z2q {
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
  transform: translate3d(0, 0, 0) !important;
}
.hero---navigation_v9z2q.fixed_v9z2q.show-nav_v9z2q {
  transform: translate3d(0, 84px, 0) !important;
}
@keyframes logoMarquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-33.3333%, 0, 0);
  }
}
.slide-wrap_v9z2q {
  display: flex !important;
  width: max-content !important;
  animation: logoMarquee 25s linear infinite !important;
}
@keyframes resultsMarquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
.results-slider_v9z2q {
  display: flex !important;
  width: max-content !important;
  animation: resultsMarquee 30s linear infinite !important;
}
@keyframes doctorsMarquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
.doctors-slider_v9z2q {
  display: flex !important;
  width: max-content !important;
  animation: doctorsMarquee 30s linear infinite !important;
}
@keyframes reviewMarquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
@keyframes reviewMarqueeReverse {
  0% {
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.review-slider_v9z2q {
  display: flex !important;
  width: max-content !important;
}
.review-slider_v9z2q.slider-1_v9z2q {
  margin-left: 0 !important;
  animation: reviewMarquee 35s linear infinite !important;
}
.review-slider_v9z2q.slider-2_v9z2q {
  margin-left: 0 !important;
  animation: reviewMarqueeReverse 35s linear infinite !important;
}
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}
.slide-wrap_v9z2q {
  animation-duration: 50s !important;
}
.results-slider_v9z2q,
.doctors-slider_v9z2q {
  animation-duration: 70s !important;
}
.review-slider_v9z2q {
  animation-duration: 80s !important;
}
@media (min-width: 768px) {
  .slide-wrap_v9z2q {
    animation-duration: 40s !important;
  }
  .results-slider_v9z2q,
  .doctors-slider_v9z2q {
    animation-duration: 60s !important;
  }
  .review-slider_v9z2q {
    animation-duration: 70s !important;
  }
}
.product-price-box_v9z2q {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.pack-price-wrapper_v9z2q {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pack-price_v9z2q {
  font-size: 32px;
  font-weight: 700;
  color: var(--evergreen);
  line-height: 1.1;
}
.pack-price-label_v9z2q {
  font-size: 13px;
  font-weight: 500;
  color: var(--charcoal);
  opacity: 0.8;
  margin-top: 2px;
}
.original-price_v9z2q {
  font-size: 14px;
  color: #888;
  text-decoration: line-through;
}
.total-price_v9z2q {
  font-size: 15px;
  color: var(--charcoal);
  font-weight: 500;
  margin-top: 4px;
}
.total-price_v9z2q .bold-price_v9z2q {
  font-weight: 700;
  color: var(--evergreen);
}
.savings-tag_v9z2q {
  background-color: rgba(217, 119, 6, 0.1);
  color: var(--evergreen);
  font-size: 12px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
  display: inline-block;
  margin-top: 4px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
#badges {
  background-color: var(--evergreen) !important;
  width: 100%;
  box-sizing: border-box;
}
#badges .badges-container_v9z2q {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  #badges .badges-container_v9z2q {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
#badges .badges-row_v9z2q {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  #badges .badges-row_v9z2q {
    justify-content: space-evenly;
    gap: 16px;
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  #badges .badges-row_v9z2q {
    justify-content: space-between;
  }
}
#badges .badge-item_v9z2q {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  #badges .badge-item_v9z2q {
    flex-basis: calc(50% - 8px);
    justify-content: flex-start;
  }
}
#badges .badge-icon_v9z2q {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
}
#badges .badge-text_v9z2q {
  font-family: "Inter", sans-serif;
  color: var(--white) !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  word-break: break-word;
}
@media (min-width: 640px) {
  #badges .badge-text_v9z2q {
    font-size: 18px;
  }
}
.how-it-works-section_v9z2q {
  background-color: var(--white);
  padding-top: 60px;
  padding-bottom: 60px;
}
.preheader-badge_v9z2q {
  display: inline-block;
  background-color: var(--evergreen-light);
  color: var(--evergreen);
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 16px;
}
.how-it-works-grid_v9z2q {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .how-it-works-grid_v9z2q {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.how-works-card_v9z2q {
  background: var(--white);
  border: 1px solid #eae2dc;
  border-radius: 20px;
  padding: 32px 24px;
  transition:
    transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    box-shadow 0.3s ease,
    border-color 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}
.how-works-card_v9z2q:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(13, 74, 48, 0.08);
  border-color: var(--evergreen);
}
.step-badge_v9z2q {
  background-color: #f4ece6;
  color: var(--charcoal);
  font-weight: 700;
  font-size: 13px;
  padding: 4px 12px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.step-badge-highlight_v9z2q {
  background-color: var(--evergreen);
  color: var(--white);
  font-weight: 700;
  font-size: 13px;
  padding: 4px 12px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.how-works-title_v9z2q {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  color: var(--charcoal);
  margin-top: 0;
  margin-bottom: 12px;
}
.how-works-desc_v9z2q {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #6a6a6a;
  margin: 0;
}
.why-slimarax-box_v9z2q {
  background-color: #f7f3f0;
  border-radius: 24px;
  padding: 40px;
  margin-top: 50px;
  border: 1px solid #eae2dc;
}
@media (max-width: 767px) {
  .why-slimarax-box_v9z2q {
    padding: 24px 20px;
  }
}
.why-title_v9z2q {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--charcoal);
  margin-top: 0;
  margin-bottom: 28px;
  text-align: center;
}
.why-grid_v9z2q {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: 991px) {
  .why-grid_v9z2q {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.why-item_v9z2q {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.why-icon_v9z2q {
  background-color: var(--evergreen);
  color: var(--white);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  flex-shrink: 0;
}
.why-text_v9z2q {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: var(--charcoal);
}
.why-text_v9z2q strong {
  font-weight: 700;
  display: inline-block;
  margin-bottom: 4px;
  color: var(--charcoal);
}
.contact-link_v9z2q {
  color: var(--charcoal);
  text-decoration: none;
  transition:
    color 0.2s ease,
    text-decoration 0.2s ease;
}
.contact-link_v9z2q:hover {
  color: var(--evergreen);
  text-decoration: underline;
}

/* ==========================================================
   MOBILE-FIRST RESPONSIVE ADAPTIVE CONTAINER SYSTEM (12px PADDING)
   ========================================================== */

/* 1. Base Container Setup - Applies on Mobile and Up */
.w-container_v9z2q,
.w-layout-blockcontainer_v9z2q:not(.results-container_v9z2q):not(.reviews-container_v9z2q):not(
    .doctors-container_v9z2q
  ),
.container_v9z2q,
.intro-text-container_v9z2q,
.accordion-container_v9z2q,
.container---numbers_v9z2q,
.footer-container_v9z2q {
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}

/* 2. Specific Padding Rule - Excludes the full-bleed slider containers */
.w-container_v9z2q,
.w-layout-blockcontainer_v9z2q:not(.results-container_v9z2q):not(.reviews-container_v9z2q):not(
    .doctors-container_v9z2q
  ),
.container_v9z2q,
.intro-text-container_v9z2q,
.accordion-container_v9z2q,
.container---numbers_v9z2q,
.footer-container_v9z2q {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

/* 3. Media Queries using Mobile-First (min-width) approach */

/* Tablet & up (768px and up) */
@media screen and (min-width: 768px) {
  .w-container_v9z2q,
  .w-layout-blockcontainer_v9z2q:not(.results-container_v9z2q):not(.reviews-container_v9z2q):not(
      .doctors-container_v9z2q
    ) {
    max-width: 728px !important;
  }
  .container_v9z2q,
  .intro-text-container_v9z2q,
  .container---numbers_v9z2q {
    max-width: 720px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .accordion-container_v9z2q {
    max-width: 720px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

/* Small Desktop & up (992px and up) */
@media screen and (min-width: 992px) {
  .w-container_v9z2q,
  .w-layout-blockcontainer_v9z2q:not(.results-container_v9z2q):not(.reviews-container_v9z2q):not(
      .doctors-container_v9z2q
    ) {
    max-width: 940px !important;
  }
  .container_v9z2q,
  .intro-text-container_v9z2q,
  .container---numbers_v9z2q {
    max-width: 960px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .accordion-container_v9z2q {
    max-width: 800px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

/* Large Desktop & up (1200px and up) */
@media screen and (min-width: 1200px) {
  .container_v9z2q,
  .intro-text-container_v9z2q,
  .container---numbers_v9z2q {
    max-width: 1248px !important;
  }
}

/* ==========================================================
   MOBILE-FIRST / MOBILE PORTRAIT SPECIFIC OVERRIDES (max-width: 767px)
   ========================================================== */
@media screen and (max-width: 767px) {
  /* 1. Features Grid: Stacks vertically to 1 column, using neat horizontal rows */
  .features-grid_v9z2q {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto !important;
  }
  .feature-block_v9z2q {
    flex-flow: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    padding: 16px 20px !important;
    gap: 16px !important;
  }
  .features-icon_v9z2q {
    flex-shrink: 0 !important;
    width: 32px !important;
    height: auto !important;
  }

  /* 2. Review and Image Cards: Scaled down from 400px to 290px to fit on 320px+ mobile screens */
  .review-card_v9z2q,
  .image-card_v9z2q {
    width: 290px !important;
    max-width: 290px !important;
    padding: 20px !important;
    margin-right: 12px !important;
    border-radius: 20px !important;
  }

  /* 3. Results Cards: Scaled down from 420px to 290px for mobile aspect-ratio optimization */
  .results-card_v9z2q {
    width: 290px !important;
    max-width: 290px !important;
    margin-right: 12px !important;
  }
  .results-photo_v9z2q.sandra-k_v9z2q,
  .results-photo_v9z2q.melissa-c_v9z2q,
  .results-photo_v9z2q.michael-p_v9z2q {
    height: 220px !important;
  }

  /* 4. Text wrap, overflow prevention and heading optimization */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .heading_v9z2q,
  .section-titles_v9z2q,
  .section-paragraph_v9z2q,
  .list-item-text_v9z2q {
    max-width: 100% !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    box-sizing: border-box !important;
  }

  .section-titles_v9z2q {
    font-size: 24px !important;
    line-height: 1.25em !important;
  }
  .section-titles_v9z2q.center_v9z2q {
    font-size: 24px !important;
  }
  .section-titles_v9z2q.inline_v9z2q {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
  }
  .heading_v9z2q {
    font-size: 26px !important;
    line-height: 32px !important;
  }
}
