@font-face {
  font-family: Notoserif Semicondensed;
  src: url('../fonts/NotoSerif_SemiCondensed-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Notoserif Semicondensed;
  src: url('../fonts/NotoSerif_SemiCondensed-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

:root {
  --background--dark: #1c1c1c;
  --font-family--text-body: Manrope, sans-serif;
  --body--is-txt-small: .8125rem;
  --text-line-height--line-height-body: 1.5em;
  --brand--primary-700: #80beb5;
  --brand--primary-600: #aad4ca;
  --font-family--display: "Sofia Sans Extra Condensed", sans-serif;
  --text-line-height--line-height-titles-uppercase: 1em;
  --headlines--is-h3: 2.25rem;
  --text-line-height--linhe-height-title-mobile: .9em;
  --geral--text-body-gray: #646464;
  --brand--secondary: #231f20;
  --geral--text-light: white;
  --geral--text-dark: #231f20;
  --geral--button-hover: #c39e4c;
  --color-system--danger: #e8083d;
  --body--is-txt-medium: 1rem;
  --color-system--sucess: #00af5f;
  --headlines--is-h4: 2rem;
  --geral--text-gray: #d8d8d8;
  --headlines--is-h2: 3rem;
  --headlines--is-h5: 1.5rem;
  --headlines--is-h6: 1.125rem;
  --neutral--white: white;
  --background--light: white;
  --neutral--neutral-darkest: #111;
  --neutral--neutral-darker: #222;
  --headlines--is-h1: 4rem;
  --neutral--neutral-lighter: #eee;
  --brand--primary-100: #d0e9e2;
  --brand--primary-50: #f4fffc;
  --headlines--is-display: 6.25rem;
  --headlines--title-hero-mobile-m: 4rem;
  --font-family--noto-serif: "Notoserif Semicondensed", sans-serif;
  --brand--primary-800: #4a6961;
  --geral--text-opacity: #ffffffb3;
  --brand--primary-400: #f47d75;
  --neutral--neutral-dark: #444;
  --neutral--neutral-light: #aaa;
  --brand--primary-500: #d0e9e2;
  --body--is-txt-xsmall: 12px;
  --body--is-txt-xlarge: 1.5625rem;
  --neutral--neutral: #666;
  --body--is-txt-large: 1.125rem;
  --geral--button: #ccb064;
  --overlay: #231f20f2;
  --neutral--black: #1c1c1c;
  --color-system--warning: #f77008;
  --color-system--info: #1f78d2;
  --text-line-height--line-height-titles-normal: 1.1em;
  --headlines--title-hero: 5.75rem;
  --headlines--is-title-mobile-s: 3.2rem;
  --containers--container-col-12: 1200px;
  --containers--container-col-10: 1061px;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--background--dark);
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

p {
  font-family: var(--font-family--text-body);
  font-size: var(--body--is-txt-small);
  line-height: var(--text-line-height--line-height-body);
  text-align: left;
  margin-bottom: 10px;
}

.text-accent {
  color: var(--brand--primary-700);
  text-decoration: none;
}

.text-accent.text-branding {
  color: var(--brand--primary-600);
}

.text-counter {
  font-family: var(--font-family--display);
  line-height: var(--text-line-height--line-height-titles-uppercase);
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}

.time-left {
  line-height: var(--text-line-height--linhe-height-title-mobile);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-flex;
}

.package_price {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.package_price._1bottlesajustes {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
}

.package_price._3bottlesprice {
  max-width: 100%;
}

.selo {
  opacity: .25;
  width: 100px;
  height: 100px;
}

.package_item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--geral--text-body-gray);
  background-color: #fff;
  border: 1px solid #ddd8cf;
  border-radius: 10px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center stretch;
  width: 360px;
  max-width: 360px;
  margin-top: 140px;
  padding: 2rem 2.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: -1px 1px 2px #00000012;
}

.package_item.best {
  background-color: var(--brand--secondary);
  color: var(--geral--text-light);
  width: 400px;
  max-width: 400px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4rem;
  text-decoration: none;
}

.package_item.bottle-last {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 360px;
  max-width: 360px;
  margin-top: 140px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.package_item.bottle-last.mhjm.up2-1.down-1-1 {
  margin-top: 60px;
}

.package_item._3bottles {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
}

.package_item._3bottles.up2-2.down-1-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  margin-top: 60px;
}

.text-total {
  color: var(--geral--text-dark);
  font-size: 20px;
  font-weight: 700;
}

.text-total.text-color-white {
  color: var(--geral--text-light);
  font-size: 20px;
}

.benefits_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 1px solid #e5e5e5;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.benefits_item.best {
  border-bottom-color: #474745;
}

.price_dollar {
  font-family: var(--font-family--display);
  margin-top: 1.7rem;
  font-size: 120px;
  font-weight: 700;
  line-height: 80%;
}

.price_number {
  font-family: var(--font-family--display);
  font-size: 160px;
  font-weight: 700;
  line-height: 70%;
}

.certificates {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  max-width: 46.875rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: grid;
}

.e-books {
  z-index: 1;
  width: 135px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-2 {
  z-index: 1;
  object-fit: contain;
  width: 100%;
  max-width: 300px;
  height: auto;
  padding-top: 20px;
  position: relative;
}

.image-2.asd._1s56df {
  width: 320px;
}

.price_wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: var(--geral--text-dark);
  grid-template: "Area"
  / auto 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.price_wrapper.is-theme-dark {
  background-color: #0000;
}

.btn-cart {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--geral--button-hover);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--geral--button-hover);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--geral--button-hover);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--geral--button-hover);
  box-shadow: 0 2px 5px 0 #0003, -2px 2px 0 0 var(--geral--button-hover);
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: #ffbc01;
  background-image: url('../images/right-arrow_1right-arrow.png'), url('../images/ICONCART_1ICONCART.png');
  background-position: 250px, 20px;
  background-repeat: no-repeat, no-repeat;
  background-size: 32px, auto;
  border-radius: 25px;
  width: 300px;
  max-width: 300px;
  padding: 1rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 24px;
}

.btn-cart.botaomenor {
  background-position: 250px, 20px;
  width: 300px;
  max-width: 300px;
}

.package-tag {
  position: absolute;
  inset: -11px auto auto -11px;
}

.selo-shipping {
  z-index: 1;
  object-fit: contain;
  width: 50%;
  max-width: none;
  height: auto;
  padding-bottom: 0;
  font-size: 4vw;
  position: absolute;
  inset: auto 0% 0% auto;
  box-shadow: 0 2px 5px #0000;
}

.price_bottle {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  display: grid;
}

.package_bottle {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: 10px;
  font-family: Manrope, sans-serif;
  font-size: 4vw;
  display: flex;
  position: relative;
}

.was_txt {
  font-family: var(--font-family--text-body);
  color: var(--geral--text-dark);
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
}

.was_txt.text-white {
  color: var(--geral--text-light);
  white-space: nowrap;
}

.was_txt.text-white._6rtyrt {
  font-size: 20px;
  line-height: 100%;
}

.was_txt.risk {
  text-decoration: line-through;
}

.was_txt.risk.text-danger {
  color: var(--color-system--danger);
}

.was_txt.risk.text-danger.text-nowrap {
  white-space: nowrap;
}

.was_txt.risk.text-danger.text-nowrap.kjh, .was_txt.risk.text-danger.text-nowrap.fgh {
  font-size: 20px;
  line-height: 100%;
}

.was_txt.uytyu {
  width: 100%;
  max-width: 100%;
  font-size: 20px;
  line-height: 100%;
}

.was_txt.qweqwe {
  font-size: 20px;
  line-height: 100%;
}

.was_txt._11561._51 {
  width: 110px;
}

.package-title {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: center;
  margin-left: -51px;
  font-family: Manrope, sans-serif;
  font-size: 1px;
  line-height: 20px;
  display: flex;
}

.package-title.best-value {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: -21px;
  margin-left: -90px;
}

.package_info {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  color: var(--geral--text-dark);
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.price_per-bottler {
  font-family: var(--font-family--display);
  text-align: center;
  text-transform: uppercase;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 100%;
}

.package-button {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  grid-template: "Area"
                 "."
                 / 1fr;
  grid-auto-columns: 1fr;
  width: 300px;
  max-width: 300px;
  padding-top: 10px;
  display: grid;
}

.benefits_text {
  font-family: var(--font-family--text-body);
  color: var(--geral--text-dark);
  font-size: var(--body--is-txt-medium);
  line-height: var(--text-line-height--line-height-body);
  text-align: left;
  font-weight: 600;
}

.benefits_text.text-color-white {
  color: var(--geral--text-light);
  font-size: var(--body--is-txt-medium);
}

.text_shipping {
  color: var(--color-system--danger);
  font-size: .9375rem;
  font-weight: 700;
}

.text_shipping.free {
  color: var(--color-system--sucess);
  padding-top: 10px;
  font-size: 20px;
}

.price_was {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--brand--primary-700);
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  font-weight: 600;
  display: flex;
}

.price_was.text-color-white {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  max-width: 100%;
}

.wrap-package {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  width: 100%;
  max-width: 1240px;
  display: grid;
}

.price_grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.price-old-2 {
  color: var(--color-system--danger);
  text-decoration: line-through;
}

.package_benefits {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: grid;
}

.container-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: var(--geral--text-dark);
  font-size: var(--body--is-txt-medium);
  line-height: var(--text-line-height--line-height-body);
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block-17 {
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.package {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 2.5rem 1rem;
  display: flex;
}

.branding-txt-bg {
  z-index: 0;
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  opacity: .15;
  font-family: var(--font-family--display);
  color: var(--brand--secondary);
  font-size: var(--headlines--is-h4);
  text-transform: uppercase;
  object-fit: fill;
  background-image: url('../images/logo-letter.svg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 120px 40px;
  flex-flow: row-reverse wrap-reverse;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 7.5rem;
  font-weight: 700;
  display: block;
  position: absolute;
  top: 10rem;
  overflow: visible;
}

.branding-txt-bg.branding-text-bg-dark {
  opacity: .05;
  background-image: url('../images/logo-letter.svg');
  max-width: 400px;
  overflow: hidden;
}

.branding-txt-bg._6bottles {
  opacity: .68;
  background-image: url('../images/GLUCO-TILED_.svg');
  background-repeat: repeat;
  background-size: auto;
}

.text-block-4 {
  font-family: var(--font-family--display);
  color: var(--geral--text-gray);
  font-size: var(--headlines--is-h2);
  line-height: .8em;
}

.image-3 {
  z-index: 1;
  object-fit: contain;
  width: 80px;
  max-width: none;
  font-family: Manrope, sans-serif;
  font-size: 5vw;
  line-height: 1.5vw;
  position: relative;
}

.image-3.fgh21.urt, .image-3.fgh21.urt._3bottlesf {
  width: 230px;
}

.wrap-bottles {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  position: relative;
}

.image-4 {
  z-index: 1;
  object-fit: contain;
  width: 100%;
  max-width: 240px;
  height: auto;
  position: relative;
}

.image-4._8945 {
  width: 280px;
}

.pilot {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.pilot.container-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  max-width: 600px;
  display: block;
}

.image-5 {
  width: 150px;
}

.desc {
  font-size: var(--body--is-txt-medium);
  font-weight: 400;
}

.logo-trustpilot {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
}

.text-block-6 {
  font-size: var(--headlines--is-h5);
  font-weight: 700;
}

.title-trustpilot {
  font-size: var(--headlines--is-h6);
  font-weight: 700;
}

.reviews-trustpilot {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
}

.money-back {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 800px;
}

.image-6 {
  width: 200px;
  margin-top: -100px;
  margin-bottom: 20px;
  padding-top: 0;
}

.heading {
  font-family: var(--font-family--display);
  color: var(--neutral--white);
  font-size: var(--headlines--is-h2);
  line-height: var(--text-line-height--line-height-titles-uppercase);
  text-align: center;
  text-transform: uppercase;
  text-wrap: balance;
}

.header-money-back {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  max-width: 600px;
}

.free-shipping {
  background-color: var(--background--light);
  color: var(--geral--text-dark);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
  display: flex;
}

.free-shipping.is-theme-dark {
  background-image: linear-gradient(90deg, var(--neutral--neutral-darkest), var(--neutral--neutral-darker));
}

.free_shipping-heading {
  text-align: left;
  text-transform: uppercase;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 4.5rem;
  line-height: 90%;
}

.free_shipping-heading.text-color-white {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 65px;
}

.free_shipping-info {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.max-width {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.max-width._34-rem {
  max-width: 55rem;
}

.text-size-small {
  font-size: .875rem;
}

.text-size-small.text-weight-semibold.text-color-gray {
  color: #646464;
}

.free_shipping-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.free-shipping-selo {
  width: 16rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-semibold.text-accent {
  color: var(--brand--primary-600);
}

.text-weight-semibold.text-color-gray {
  font-size: var(--body--is-txt-medium);
  line-height: var(--text-line-height--line-height-body);
}

.text-weight-semibold.text-accent-3 {
  color: var(--brand--primary-700);
}

.text-weight-semibold.text-accent-4 {
  color: #c39e4c;
}

.free_shipping_image {
  position: relative;
}

.free_shipping-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--brand--primary-700);
  color: var(--background--light);
  text-align: center;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: center;
  place-items: center;
  width: 100%;
  max-width: 1040px;
  padding: 20px;
  display: grid;
}

.free_shipping-grid.shipping-secondary {
  background-color: var(--background--dark);
  max-width: none;
  padding-top: 40px;
  padding-bottom: 40px;
}

.free_shipping-grid.shipping-secondary.bg-transparent {
  background-color: #0000;
}

.text-branding {
  font-family: var(--font-family--display);
  color: var(--geral--button-hover);
  line-height: var(--text-line-height--linhe-height-title-mobile);
  font-weight: 600;
}

.reviews {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 40px 1rem;
  display: flex;
}

.reviews.is-theme-light {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.photos-reviews {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  max-width: 900px;
  display: flex;
}

.photo-review {
  border: 7px solid var(--background--light);
  background-image: url('../images/retrato-de-um-homem-feliz-tomando-uma-capsula-vermelha_171337-2937.avif');
  background-position: 50%;
  background-size: auto;
  border-radius: 0;
  width: 200px;
  height: 200px;
  box-shadow: 0 10px 20px #0003;
}

.photo-review.photo-1 {
  background-image: url('../images/SlimPic-Photo-1.webp');
  background-repeat: repeat-y;
  background-size: cover;
  width: 13vw;
  height: 13vw;
  rotate: -10deg;
}

.photo-review.photo-2 {
  background-image: url('../images/SlimPic-Photo-2.webp');
  background-repeat: repeat-y;
  background-size: cover;
  width: 13vw;
  height: 13vw;
  rotate: 5deg;
}

.photo-review.photo-3 {
  background-image: url('../images/SlimPic-Photo-3.webp');
  background-repeat: repeat-y;
  background-size: cover;
  width: 13vw;
  height: 13vw;
  rotate: -10deg;
}

.photo-review.photo-4 {
  background-image: url('../images/SlimPic-Photo-4.webp');
  background-size: cover;
  width: 13vw;
  height: 13vw;
  rotate: 10deg;
}

.testimonial_item {
  background-color: #f7f5ee;
  background-image: url('../images/quotation-marks.svg');
  background-position: 30px 15px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #222;
  border-radius: .625rem;
  max-width: 49.875rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  box-shadow: 0 2px 5px #0003;
}

.testimonial_item._1 {
  border: 1px solid var(--brand--primary-100);
  background-color: var(--brand--primary-50);
  background-color: #effefa;
  background-image: url('../images/quote.svg');
  background-position: 30px 15px;
  background-repeat: no-repeat;
  background-size: 60px;
  border: 1px solid #fef2f3;
  width: 100%;
  position: sticky;
  top: 40px;
  box-shadow: 0 2px 5px #0000;
}

.stars_wrapper {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

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

.testimonial_verified {
  color: #646464;
  font-size: .75rem;
  font-weight: 600;
}

.ico-star {
  max-width: 1.25rem;
}

.testimonial_user-country {
  color: var(--geral--text-body-gray);
  font-weight: 600;
  line-height: 100%;
}

.testimonial_list {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
  position: sticky;
  top: 1px;
}

.text-size-regular {
  text-align: left;
  font-size: 1rem;
}

.text-size-regular.is-text-center {
  text-align: center;
}

.text-size-regular.is-text-semibold {
  font-weight: 600;
}

.text-size-regular.is-text-semibold.is-text-center {
  color: #646464;
}

.testimonal_heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 5.625rem;
  font-weight: 700;
  line-height: 100%;
}

.testimonal_heading.text-color-white {
  font-family: var(--font-family--display);
  font-size: var(--headlines--is-display);
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 6.25rem;
}

.image-user {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.overline {
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 1.5625rem;
  font-weight: 700;
}

.testmonial_header {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonial_user-photo {
  background-color: #c4ab6a;
  border-radius: 9999px;
  width: 4.6875rem;
  height: 4.6875rem;
  overflow: hidden;
}

.testimonial_star {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.testimonial_user-name {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start start;
  display: flex;
}

.testimonial_grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.testimonial_user-name-style {
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 100%;
}

.heading-3 {
  z-index: 1;
  font-family: var(--font-family--noto-serif);
  color: var(--brand--primary-800);
  font-size: var(--headlines--is-h4);
  line-height: var(--text-line-height--line-height-titles-uppercase);
  text-align: center;
  position: relative;
}

.paragraph_answer {
  color: var(--geral--text-body-gray);
  font-size: 1rem;
  font-weight: 600;
}

.faq_content {
  overflow: hidden;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.text-style-allcaps.text-weight-bold {
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
}

.faq_header {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.faq_block {
  color: var(--geral--text-dark);
  text-align: left;
  background-color: #fff;
  border-bottom: 1px solid #cdcdcd;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: .8rem 1rem;
  display: flex;
}

.text-weight-bold {
  font-weight: 700;
}

.faq-questions {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  -webkit-user-select: none;
  user-select: none;
  border: 1px solid #cdcdcd;
  border-radius: .3125rem;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  margin-top: 0;
  display: flex;
  overflow: hidden;
  box-shadow: 7px 7px 29px #1c1c1c1a;
}

.spacer_faq {
  width: 100%;
  padding-top: 1.5rem;
}

.line-divider {
  background-image: linear-gradient(#fff0, #00000026 50%, #fff0);
  width: 100%;
  height: 1px;
}

.faq {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.faq.is-pad-global {
  background-color: var(--neutral--white);
  background-color: #fff;
  padding: 4rem 1rem;
}

.icon-faq {
  margin-top: 0;
  margin-bottom: -8px;
  padding-bottom: 0;
}

.icon-list {
  margin-bottom: -8px;
}

.footer-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--geral--text-light);
  flex-flow: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.text-color-secondary {
  color: #f7f5ee;
}

.footer_statements {
  text-align: center;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

.footer_links-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-link {
  color: #f7f5ee;
  border-bottom: 1px solid #2d2d2d;
  width: 100%;
  padding-top: .7rem;
  padding-bottom: .7rem;
  text-decoration: none;
  transition: color .2s;
}

.footer-link:hover {
  color: var(--brand--primary-700);
}

.copyright {
  color: var(--geral--text-opacity);
  margin-left: auto;
  margin-right: auto;
  font-size: .75rem;
}

.footer {
  color: var(--geral--text-light);
  background-color: #0f0f0f;
  border: 1px solid #212121;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 40px 1rem;
  display: flex;
}

.branding-txt-footer {
  font-family: var(--font-family--display);
  text-transform: uppercase;
  font-size: 20vw;
  font-weight: 600;
  line-height: .7em;
  display: none;
}

.link-block {
  background-color: var(--background--dark);
  color: #fff;
  cursor: pointer;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 100%;
  padding: 10px;
  text-decoration: none;
}

.price-offer {
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 5rem;
  font-weight: 800;
  line-height: .7em;
}

.link-cta {
  font-family: var(--font-family--text-body);
  color: var(--geral--text-dark);
  font-size: 1.5rem;
  font-weight: 700;
}

.btn_add {
  color: #f7f5ee;
  text-align: center;
  text-transform: uppercase;
  background-color: #e8a905;
  border: 1px solid #7f5e084d;
  border-radius: .625rem;
  padding: .5rem 1.5rem;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 1.5625rem;
  font-weight: 600;
  box-shadow: -2px 2px #644801;
}

.btn_add.btn-bonus {
  border-color: var(--brand--primary-400);
  background-color: var(--brand--primary-700);
  box-shadow: -2px 2px 0 0 var(--brand--primary-600);
  color: var(--brand--primary-50);
  font-size: 2rem;
  line-height: var(--text-line-height--linhe-height-title-mobile);
  width: 100%;
  max-width: none;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-weight: 900;
}

.btn_add.btn-bonus.cta-modal-secondary {
  box-shadow: none;
  background-color: #fff;
  border-width: 0;
  width: 100%;
  max-width: none;
  font-size: 2rem;
  line-height: 1;
}

.btn_add.btn-bonus.cta-modal-secondary.btn-small {
  background-color: var(--brand--primary-50);
  font-size: 1.5rem;
}

.discount_label-2 {
  z-index: 10;
  color: #fff;
  text-transform: uppercase;
  background-color: #449612;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 3.875rem;
  height: 3.875rem;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 1.1875rem;
  font-weight: 600;
  line-height: 90%;
  display: flex;
  position: absolute;
  inset: 43px 43px auto auto;
}

.discount_label-2.best {
  background-color: var(--color-system--sucess);
  top: 84px;
  right: 53px;
}

.discount_label-2.save-discount {
  background-color: var(--color-system--sucess);
  width: 6rem;
  height: 6rem;
  font-size: 2rem;
  inset: 50% 10% 0% auto;
}

.box-price {
  clear: none;
  font-family: var(--font-family--display);
  color: var(--brand--primary-700);
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: auto;
  display: inline-flex;
  position: relative;
}

.hero-step {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.symbol-price {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
}

.v-line-divider {
  background-color: #1c1c1c;
  border-radius: 20px;
  width: 100%;
  height: 5px;
  margin-top: 25px;
  display: block;
}

.v-line-divider.divider-disable {
  background-color: #ccc;
}

.flex-block-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.package-header {
  font-family: var(--font-family--display);
  color: var(--geral--text-dark);
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: .9;
  position: static;
}

.package-header.save-offer {
  background-color: var(--brand--primary-100);
  color: var(--brand--primary-700);
  border-radius: 10px;
  padding: 10px 20px 7px;
  font-size: 2rem;
}

.package-header.text-white {
  color: var(--geral--text-light);
}

.selo-img {
  max-width: 28%;
}

.price-desc {
  text-align: left;
  letter-spacing: 3px;
  text-indent: 0;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: .7;
}

.image-8 {
  width: 200px;
}

.text-block-32 {
  text-align: left;
  margin-top: -10px;
}

.logo-desktop {
  width: 160px;
}

.header-product {
  color: var(--geral--text-dark);
  width: 100%;
}

.nav-footer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 0;
  display: grid;
}

.main-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  padding: 30px 20px;
  display: flex;
}

.box-special-package {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--brand--primary-100);
  color: var(--geral--text-dark);
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 40px;
}

.container-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 940px;
  display: flex;
}

.logos {
  text-align: center;
  width: 100%;
  max-width: 400px;
  display: block;
}

.logos.logos-security {
  width: 90px;
  min-width: auto;
  max-width: none;
}

.text-block-31 {
  font-family: var(--font-family--text-body);
  font-size: 1.2rem;
  font-weight: 800;
}

.text-block-38 {
  font-family: var(--font-family--display);
}

.guarantee-offer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--background--dark);
  background-image: radial-gradient(circle farthest-corner at 0% 0%, var(--neutral--neutral-dark), transparent 40%);
  color: var(--geral--text-opacity);
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 20px;
  position: relative;
}

.shipping-info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--geral--text-dark);
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.text-selo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--geral--text-light);
  flex-flow: column;
  width: 100%;
  display: flex;
}

.product {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #ccc;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0;
}

.bottle-8 {
  object-fit: contain;
  width: 95%;
  max-width: 300px;
  height: auto;
}

.bold-text-11 {
  font-family: var(--font-family--display);
  font-weight: 900;
}

.box-main-price {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--background--dark);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 75%;
  margin-left: -30px;
  padding: 10px 0 10px 10px;
  display: flex;
  position: relative;
}

.selo-shipping-2 {
  position: absolute;
  inset: 52px auto auto -19px;
}

.selo-shipping-2.ups {
  object-fit: contain;
  width: 110px;
  max-width: 110px;
  top: 70px;
}

.text-block-30 {
  color: #fff;
}

.package-special {
  position: relative;
}

.package-special.modal-package {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.nav-link {
  font-family: var(--font-family--text-body);
  color: #fff;
  font-size: var(--body--is-txt-small);
  line-height: var(--text-line-height--line-height-body);
  white-space: nowrap;
  padding: 10px;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  color: var(--brand--primary-400);
  cursor: pointer;
}

.div-block-24 {
  text-align: center;
  min-width: 200px;
}

.div-block-24.logos--security {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  min-width: 50%;
  display: flex;
}

.step-text {
  font-family: var(--font-family--text-body);
  color: var(--geral--text-dark);
  font-size: .8rem;
  font-weight: 700;
}

.package_bottle-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  display: flex;
  position: relative;
}

.text-guarantee {
  font-family: var(--font-family--text-body);
  color: var(--geral--text-opacity);
  font-size: var(--body--is-txt-small);
  line-height: var(--text-line-height--line-height-body);
  font-weight: 600;
}

.image-9 {
  max-width: 200px;
}

.text-number {
  color: #fff;
}

.text-block-36 {
  font-family: var(--font-family--text-body);
  font-size: var(--body--is-txt-small);
  line-height: var(--text-line-height--line-height-body);
  text-align: left;
}

.heading-4 {
  font-family: var(--font-family--display);
  text-align: left;
  font-size: 3.5rem;
  line-height: .8;
}

.heading-4.title-days {
  letter-spacing: .8rem;
  text-indent: 0;
  font-size: 5rem;
}

.heading-4.title-days.color-optional {
  font-family: var(--font-family--display);
  color: var(--geral--text-dark);
}

.price_per-bottler-2 {
  text-align: left;
  text-transform: uppercase;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 100%;
}

.header-step {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 900px;
  display: flex;
}

.link-cta-offer {
  color: var(--brand--secondary);
  text-align: left;
  cursor: pointer;
  max-width: 900px;
  font-size: 1.4rem;
  font-weight: 400;
}

.footer-final-chance {
  background-color: var(--background--dark);
  flex-flow: column;
  width: 100%;
  padding: 0 10px;
  display: block;
  position: relative;
}

.footer-final-chance.is-theme-dark {
  background-image: linear-gradient(90deg, var(--neutral--neutral-darkest), var(--neutral--neutral-darker));
}

.wrap-step {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.text-block {
  color: #1c1c1c;
  text-align: center;
  -webkit-text-stroke-color: #c4ab6a;
  text-transform: uppercase;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: 100%;
  display: block;
}

.text-block.subtitle {
  font-family: var(--font-family--display);
  color: var(--geral--text-dark);
  font-size: var(--headlines--is-h4);
  text-wrap: balance;
}

.text-block.title-red {
  font-family: var(--font-family--display);
  color: var(--color-system--danger);
  font-size: var(--headlines--title-hero-mobile-m);
  text-wrap: balance;
  padding-bottom: 0;
}

.heading-5 {
  color: var(--geral--text-dark);
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 2.5rem;
  line-height: 1;
}

.heading-5.header-offer {
  font-family: var(--font-family--display);
  max-width: 300px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.75rem;
  font-weight: 800;
}

.box-desc {
  font-family: var(--font-family--display);
  color: var(--geral--text-light);
}

.logo-mobile {
  display: none;
}

.step-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #1c1c1c;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 600px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  display: flex;
}

.step-container.step-mobile {
  display: none;
}

.header {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.step-circle {
  background-color: #1c1c1c;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 10px;
  font-size: 1.5rem;
  display: flex;
  position: relative;
}

.step-circle.step-disable {
  color: #fff;
  background-color: #aaa;
}

.container-header {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1220px;
  display: flex;
}

.guaranteee {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--geral--text-light);
  justify-content: flex-start;
  align-items: center;
}

.discount_label-3 {
  z-index: 10;
  color: #fff;
  text-transform: uppercase;
  background-color: #449612;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 3.875rem;
  height: 3.875rem;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 1.1875rem;
  font-weight: 600;
  line-height: 90%;
  display: flex;
  position: absolute;
  inset: 43px 43px auto auto;
}

.discount_label-3.save-discount {
  background-color: var(--color-system--sucess);
  width: 6rem;
  height: 6rem;
  font-size: 2rem;
  inset: 50% 10% 0% auto;
}

.popup-offer {
  z-index: 2147483647;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--background--dark);
  color: var(--geral--text-light);
  vertical-align: middle;
  object-fit: fill;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-bottom: 0;
  padding: 40px 20px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.image-10 {
  width: 200px;
}

.main-modal {
  box-sizing: content-box;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  object-fit: fill;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100svh;
  min-height: 100px;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: auto;
}

.cta-modal {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.selo-shipping-3 {
  position: absolute;
  inset: 52px auto auto -19px;
}

.selo-shipping-3.ups {
  width: 100%;
  max-width: 100px;
  top: 70px;
}

.heading-7 {
  font-family: var(--font-family--display);
  color: #fff;
  font-size: 5vw;
  line-height: var(--text-line-height--line-height-titles-uppercase);
  text-align: center;
  text-transform: uppercase;
}

.heading-8 {
  text-align: left;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 3.5rem;
  line-height: .8;
}

.content-bottles-popup {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 960px;
  display: flex;
}

.bottles-upsell {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.js {
  display: none;
}

.shipping-info-light {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--geral--text-light);
  justify-content: center;
  align-items: center;
}

.bottles-img {
  object-fit: contain;
  height: 250px;
}

.image-11 {
  object-fit: contain;
  width: 100px;
  max-width: 100px;
  height: 100px;
  position: absolute;
  inset: 35% auto auto 10%;
}

.container-section {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: 2.5rem 1rem;
  display: flex;
}

.is-text-small {
  text-wrap: balance;
}

.is-text-small.is-text-center {
  text-align: center;
  text-decoration: none;
}

.is-text-small.is-text-center.is-text-neutral-light {
  color: #aaa;
}

.is-text-med {
  font-size: var(--body--is-txt-medium);
  text-wrap: balance;
  margin-bottom: 10px;
}

.is-text-med.is-text-bold {
  font-weight: 700;
}

.is-text-med.is-text-bold.text-danger {
  color: var(--color-system--danger);
  margin-bottom: 0;
  padding-top: 10px;
  font-size: 20px;
}

.is-text-med.is-text-bold.text-danger.freeupsell {
  color: var(--color-system--sucess);
}

.is-text-med.is-text-bold.is-text-center.is-text-normal {
  font-weight: 400;
}

.is-text-med.is-text-center {
  text-align: center;
}

.is-text-med.is-text-center.is-text-bold {
  font-weight: 600;
}

.is-text-med.is-text-white {
  color: var(--geral--text-light);
}

.is-theme-dark {
  background-color: var(--background--dark);
  color: var(--geral--text-light);
}

.is-theme-light {
  background-color: var(--background--light);
  color: var(--geral--text-dark);
}

.title-widgets {
  font-family: var(--font-family--display);
  font-size: var(--headlines--is-h2);
  line-height: var(--text-line-height--line-height-titles-uppercase);
}

.title-widgets.is-text-uppercase {
  text-transform: uppercase;
}

.title-widgets.is-text-uppercase.is-title-bold {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  white-space: nowrap;
  word-break: normal;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 30px;
  display: flex;
}

.title-widgets.is-text-uppercase.is-title-bold.text-dark {
  color: var(--geral--text-dark);
  padding-bottom: 0;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 50px;
  line-height: 40px;
}

.title-widgets.is-text-uppercase.is-title-bold.text-accent {
  color: var(--neutral--neutral-light);
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.title-widgets.is-text-uppercase.is-title-bold.text-accent._1213 {
  color: var(--brand--primary-500);
  margin-left: -21px;
}

.title-widgets.is-text-uppercase.is-title-bold._6bottlestitle {
  margin-left: 0;
  margin-right: 0;
  font-size: 50px;
  line-height: 40px;
}

.title-widgets.is-text-uppercase.is-title-bold.dsfsdfgrth {
  margin-left: 2px;
  font-size: 30px;
}

.is-text-xsmall {
  font-size: 12px;
  line-height: var(--text-line-height--line-height-body);
}

.is-text-xsmall.is-text-opacity {
  color: var(--geral--text-opacity);
}

.is-text-xsmall.is-text-center {
  text-align: center;
}

.is-text-xsmall.is-text-center.is-text-opacity {
  font-size: var(--body--is-txt-xsmall);
}

.signature_name {
  text-transform: uppercase;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 100%;
}

.bottle_pills-formula {
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  min-width: 29rem;
  margin-top: 80px;
  display: flex;
  position: relative;
}

.formula_signature-mobile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: none;
}

.formula_info {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.signature_job {
  text-transform: uppercase;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 100%;
}

.signature_job.text-accent {
  text-align: center;
}

.ingredients_name {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.ingredients_title {
  font-family: var(--font-family--display);
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 90%;
}

.ingredients_thumb {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/ingredient_bg.svg');
  background-position: 50% 0;
  background-size: auto;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  min-width: 17.5rem;
  display: flex;
}

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

.ingredients_block-dot {
  border: 1px dashed var(--brand--primary-700);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #ffffff1a;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 9.625rem;
  height: 9.625rem;
  display: flex;
  overflow: hidden;
}

.cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.ingredients_block-img {
  border-radius: 999px;
  width: 8.125rem;
  height: 8.125rem;
  overflow: hidden;
}

.div-block-6 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.unique_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
  position: sticky;
  top: 1px;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.text-block-44 {
  color: var(--brand--primary-700);
  text-transform: uppercase;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
}

.text-block-45 {
  color: #e2e2e2;
  font-size: .9375rem;
  font-weight: 600;
}

.unique_item {
  background-color: #222;
  border: 1px solid #2d2d2d;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  max-width: 592px;
  padding: 1.875rem;
  display: flex;
  box-shadow: 3px 3px #0003;
}

.unique_item._2 {
  background-color: var(--neutral--neutral-darker);
  position: sticky;
  top: 90px;
}

.unique_item._5 {
  background-color: var(--neutral--neutral-darker);
  position: sticky;
  top: 120px;
}

.unique_item._1 {
  background-color: var(--neutral--neutral-darker);
  position: sticky;
  top: 80px;
}

.unique_item._4 {
  background-color: var(--neutral--neutral-darker);
  position: sticky;
  top: 110px;
}

.unique_item.div-block-6 {
  background-color: var(--neutral--neutral-darker);
  position: sticky;
  top: 130px;
}

.unique_item._3 {
  background-color: var(--neutral--neutral-darker);
  position: sticky;
  top: 100px;
}

.unstoppable {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.unstoppable.is-theme-dark {
  padding-top: 100px;
  padding-bottom: 100px;
}

.unstoppable.is-theme-dark.bg-gradient {
  background-image: linear-gradient(90deg, var(--neutral--neutral-darkest), var(--neutral--neutral-darker));
}

.unstoppable_banner {
  background-color: var(--neutral--neutral-darker);
  border: 1px solid #2d2d2d;
  border-radius: 5px;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 1220px;
  padding: 2rem;
  display: flex;
  position: relative;
}

.div-block-7 {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.div-block-8 {
  max-width: 50.5rem;
}

.text-block-46 {
  font-family: var(--font-family--display);
  color: #fff;
  font-size: var(--headlines--is-display);
  text-transform: uppercase;
  font-weight: 700;
  line-height: 90%;
}

.text-block-46.is-text-center {
  text-align: center;
}

.div-block-9 {
  text-wrap: balance;
  max-width: 42rem;
}

.text-color-gray-light {
  color: var(--geral--text-opacity);
  text-align: center;
}

.unstoppable_image {
  width: 600px;
  position: absolute;
  inset: -19% -6% auto auto;
}

.div-block-10 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-10 {
  color: #fff;
  text-transform: uppercase;
  text-wrap: balance;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 3.36rem;
  font-weight: 700;
  line-height: 90%;
}

.text-block-14 {
  color: var(--geral--text-opacity);
  font-size: .75rem;
  font-weight: 600;
}

.div-block-15 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.bonuses_tablet {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/logo-pattern-.svg');
  background-position: 0 0;
  background-size: 120px 45.5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding: 1rem;
  display: grid;
}

.bonus_item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  max-width: 16.5625rem;
  display: grid;
}

.div-block-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-11 {
  border: 1px solid var(--neutral--neutral-dark);
  background-color: var(--neutral--neutral-darkest);
  background-image: radial-gradient(circle farthest-corner at 0% -40%, var(--neutral--neutral-dark), #62332b00 48%);
  box-shadow: 2.5px 2.5px 5px 0 var(--neutral--neutral-darker);
  border-radius: 5px;
  justify-content: space-between;
  width: 100%;
  max-width: 1220px;
  padding: 2rem;
  display: flex;
}

.section_heading-4 {
  text-transform: uppercase;
  max-width: 1000px;
  padding-bottom: 0;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 100px;
  line-height: 100%;
}

.text-block-9 {
  color: var(--brand--primary-600);
  letter-spacing: .3px;
  text-transform: uppercase;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 1.28813rem;
  font-weight: 700;
}

.text-block-11 {
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 11.5rem;
  font-weight: 700;
  line-height: 100%;
}

.bonuses_header {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.div-block-16 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.div-block-13 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  max-width: 35rem;
  display: grid;
}

.text-block-12 {
  font-size: .6875rem;
  font-weight: 500;
}

.text-block-8 {
  color: #fff;
  letter-spacing: .125rem;
  text-transform: uppercase;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 1.4375rem;
  font-weight: 600;
  line-height: 90%;
}

.text-block-13 {
  color: #fff;
  text-wrap: balance;
  font-size: .9375rem;
  font-weight: 700;
}

.bonuses {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bonuses.is-theme-dark {
  background-image: linear-gradient(90deg, var(--neutral--neutral-darkest), var(--neutral--neutral-darker));
  background-image: linear-gradient(90deg, #111, #222);
  display: flex;
  overflow: visible;
}

.divider-branding {
  background-image: linear-gradient(180deg, transparent, var(--brand--primary-700) 50%, transparent);
  justify-content: center;
  width: 1px;
  max-width: 1px;
  height: 60%;
  display: flex;
}

.box-guarantee {
  background-color: var(--neutral--neutral-darkest);
  background-image: radial-gradient(circle farthest-corner at 0% -40%, var(--neutral--neutral-dark), transparent 28%);
  border-radius: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 100px;
  padding: 0 2rem 2rem;
  display: flex;
}

.empower_item-mobile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start end;
  max-width: 13.5rem;
  display: grid;
}

.empower_list-mobile {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start end;
  display: grid;
}

.empower_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  place-items: start center;
  width: 100%;
  min-width: auto;
  max-width: 1220px;
  display: grid;
}

.empower_item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start end;
  max-width: 13.5rem;
  display: grid;
}

.empower_item.right {
  place-items: start;
}

.ico-stamina {
  max-height: 1.95125rem;
}

.empower {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.empower.is-theme-dark {
  background-image: linear-gradient(90deg, var(--neutral--neutral-darkest), var(--neutral--neutral-darker));
  background-image: linear-gradient(90deg, #111, #222);
}

.time-left-counter {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  font-family: var(--font-family--display);
  font-size: var(--body--is-txt-xlarge);
  justify-content: flex-start;
  align-items: center;
  font-weight: 700;
}

.counter {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--neutral--neutral-darker);
  background-color: var(--neutral--neutral-darkest);
  background-image: linear-gradient(90deg, #ffffff0d 50%, #0000 50%), radial-gradient(circle farthest-side at -40% 0%, var(--neutral--neutral-dark), transparent);
  box-shadow: 0 2px 5px 0 var(--neutral--neutral);
  color: var(--brand--primary-700);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 105px;
  padding: 8px 12px;
  font-weight: 600;
}

.code-embed-2 {
  display: none;
}

.selo-guarantee-upsell {
  width: 200px;
}

.heading-11 {
  font-family: var(--font-family--display);
  font-size: var(--headlines--is-h1);
  line-height: var(--text-line-height--linhe-height-title-mobile);
  text-transform: uppercase;
  font-weight: 700;
}

.wrap-was {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
}

.progress-steps {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 0px solid var(--neutral--neutral);
  background-color: var(--background--light);
  font-family: var(--font-family--text-body);
  font-size: var(--body--is-txt-small);
  line-height: var(--text-line-height--line-height-body);
  border-radius: 200px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0 .5rem;
}

.step-item-step-1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
}

.step-item-step-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: var(--brand--primary-600);
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: var(--brand--primary-600);
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: var(--brand--primary-600);
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: var(--brand--primary-600);
  background-color: var(--brand--primary-700);
  border-radius: 200px;
  width: 100%;
  padding: 4px 20px;
  transform: scale(1.2);
}

.step-item-step-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
}

.progress-step-wrap {
  width: 100%;
  max-width: 980px;
}

.step-icon-wrap {
  background-color: var(--brand--primary-700);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

.step-icon-wrap.step-item-3 {
  background-color: var(--neutral--neutral-lighter);
}

.step-icon-wrap.step-icon-2 {
  background-color: var(--brand--primary-50);
}

.step-text-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.image-13 {
  vertical-align: middle;
  display: block;
}

.step-head {
  opacity: 1;
  color: var(--brand--primary-700);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 800;
  line-height: 26px;
}

.step-head.step-head-2 {
  color: var(--geral--text-light);
  text-transform: uppercase;
  margin-bottom: -4px;
  font-size: 1.4rem;
  line-height: 1.4rem;
}

.step-head.step-head-3 {
  opacity: .6;
}

.step-subhead {
  color: var(--neutral--neutral);
  margin-top: -8px;
  font-weight: 500;
}

.step-subhead.step-subhead-2 {
  color: var(--geral--text-light);
  font-size: var(--body--is-txt-medium);
  margin-top: 0;
  font-weight: 600;
}

.step-subhead.step-subhead-3 {
  color: var(--neutral--neutral-light);
}

.step2num {
  color: var(--brand--primary-700);
  font-size: var(--headlines--is-h4);
  line-height: var(--text-line-height--line-height-titles-uppercase);
  margin-top: -2px;
  font-weight: 800;
}

.step3num {
  color: var(--neutral--neutral-light);
  font-size: var(--body--is-txt-xlarge);
  line-height: var(--text-line-height--line-height-titles-uppercase);
  font-weight: 800;
}

.animation-order {
  display: none;
}

.stop-order {
  color: var(--neutral--white);
  text-align: center;
  background-image: url('../images/hi-red.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 700px;
  height: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Droid Serif, serif;
  font-size: 90px;
  font-style: italic;
  font-weight: 700;
  line-height: 4vw;
  display: flex;
}

.progress-step-mobile {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: none;
}

.step-item-mobile {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
}

.step-head-mobile {
  color: var(--brand--primary-700);
  font-size: var(--body--is-txt-medium);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.step-head-mobile.step-head-2 {
  color: var(--brand--primary-50);
  font-size: var(--body--is-txt-large);
  text-transform: uppercase;
  font-weight: 800;
}

.step-head-mobile.ste-head-mobile-last {
  opacity: .5;
}

.image-23 {
  width: 100%;
}

.bold-text-40 {
  font-weight: 600;
}

.testimonial-wrapper-four {
  justify-content: space-between;
  display: flex;
}

.heading-small {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
}

.testimonial-image-left {
  background-color: var(--geral--text-light);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.body-7 {
  background-color: var(--background--light);
}

.testimonial-right-2 {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.testimonial-image-left-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.body-8 {
  background-color: var(--background--light);
}

.bold-text-57 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.body-9 {
  background-color: var(--background--light);
}

.testimonial-text-four-4 {
  outline-offset: 0px;
  color: #6d6d6d;
  font-size: var(--body--is-txt-large);
  outline: 3px #646464;
  margin-bottom: 32px;
  font-weight: 600;
}

.image-24 {
  width: 140px;
  margin-top: 0;
  margin-left: 0;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 10px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-24.bestvalue {
  width: 120px;
  margin-top: -12px;
  margin-left: -12px;
  padding-top: 0;
  inset: 0% auto auto 0%;
}

.image-24.selogarantia6potes.dfg {
  width: 120px;
}

.image-24.selogarantia6potes._3gurantee {
  width: 100px;
}

.image-25 {
  margin-top: -12px;
  margin-left: -12px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.code-embed-4 {
  width: 100%;
}

.div-block-27 {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 500px;
  display: flex;
}

.copyright-5 {
  color: #ffffffb3;
  margin-left: auto;
  margin-right: auto;
  font-size: .75rem;
}

.container-large-6 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #231f20;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: 0;
  margin-right: 0;
  font-size: 1rem;
  line-height: 1.5em;
  display: flex;
}

.footer-wrap-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #fff;
  flex-flow: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.footer_links-grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.sessaofooter {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  background-color: #1c1c1c;
  background-image: linear-gradient(90deg, #111, #222);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  padding: 40px 1rem;
  font-size: 14px;
  display: flex;
}

.footer-link-4 {
  color: #f7f5ee;
  border-bottom: 1px solid #2d2d2d;
  width: 100%;
  padding-top: .7rem;
  padding-bottom: .7rem;
  text-decoration: none;
  transition: color .2s;
}

.footer-link-4:hover {
  color: var(--brand--primary-700);
}

.text-color-secondary-2 {
  color: #979796;
  padding-top: 0;
}

.text-block-101 {
  color: #fff;
  text-transform: uppercase;
  text-wrap: balance;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 3.36rem;
  font-weight: 700;
  line-height: 90%;
}

.testimonial_wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-57 {
  width: 45px;
}

.is-text-med-2 {
  text-wrap: balance;
  margin-bottom: 10px;
  font-size: 1rem;
}

.is-text-med-2.is-text-bold {
  font-weight: 700;
}

.is-text-med-2.is-text-bold.is-text-center.is-text-normal {
  font-weight: 400;
}

.is-text-med-2.is-text-bold.is-text-center.is-text-normal.text-color-gray-light {
  color: #f0f0f0;
  text-align: center;
}

.is-text-med-2.is-text-bold.text-danger {
  color: #e8083d;
  margin-bottom: 0;
  padding-top: 10px;
  font-size: 20px;
}

.is-text-med-2.is-text-white {
  color: #fff;
}

.is-text-med-2.is-text-center {
  text-align: center;
  font-weight: 600;
}

.is-text-med-2.is-text-center.is-text-bold {
  font-weight: 600;
}

.text-block-102 {
  color: #ffffffb3;
  font-size: .75rem;
  font-weight: 600;
}

.references-text {
  text-align: left;
  width: 50%;
}

.text-block-103 {
  color: #fff;
  letter-spacing: .125rem;
  text-transform: uppercase;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 1.4375rem;
  font-weight: 600;
  line-height: 90%;
}

.section_heading-8 {
  text-transform: uppercase;
  max-width: 1000px;
  padding-bottom: 0;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 100px;
  line-height: 100%;
}

.sound-image {
  width: 20px;
}

.text-block-104 {
  color: #0cc0b2;
  letter-spacing: .3px;
  text-transform: uppercase;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 1.28813rem;
  font-weight: 700;
}

.relative_block-3 {
  position: relative;
}

.main-section {
  background-color: #fff;
  background-image: url('../images/banner-diabetes3.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}

.news-logos-image-copy {
  width: 100%;
  margin-top: 0;
  display: none;
}

.text-block-105 {
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 11.5rem;
  font-weight: 700;
  line-height: 100%;
}

.free-shipping-2 {
  color: #231f20;
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
  display: flex;
}

.free-shipping-2.is-theme-dark {
  background-image: linear-gradient(90deg, #111, #222);
  border-top: 3px dashed #585858;
  border-bottom: 3px dashed #585858;
}

.important-image {
  width: 100px;
}

.desc-3 {
  font-size: 1rem;
  font-weight: 400;
}

.div-block-70 {
  background-color: #111;
  background-image: radial-gradient(circle at 0 -40%, #444, #62332b00 48%);
  border: 1px solid #444;
  border-radius: 5px;
  justify-content: space-between;
  width: 100%;
  max-width: 1220px;
  padding: 2rem;
  display: flex;
  box-shadow: 2.5px 2.5px 5px #222;
}

.testimonial_user-country-2 {
  color: #646464;
  font-weight: 600;
  line-height: 100%;
}

.watch-the-video {
  font-size: 1.2rem;
}

.benefits_text-4 {
  color: #231f20;
  text-align: left;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5em;
}

.benefits_text-4.text-color-white {
  color: #fff;
  font-size: 1rem;
}

.divider-branding-2 {
  background-image: linear-gradient(#0000, #c0232c 50%, #0000);
  justify-content: center;
  width: 1px;
  max-width: 1px;
  height: 60%;
  display: flex;
}

.div-block-71 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.bold-text-3 {
  line-height: 1.1;
}

.container-11 {
  max-width: 1180px;
  padding-left: 20px;
  padding-right: 20px;
}

.price_dollar-2 {
  margin-top: 1.7rem;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 120px;
  font-weight: 700;
  line-height: 80%;
}

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

.bonus_item-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  max-width: 16.5625rem;
  display: grid;
}

.div-block-72 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.text-block-108 {
  font-size: .6875rem;
  font-weight: 500;
}

.bold-text-84 {
  font-family: PT Serif, serif;
  font-size: 1.2rem;
  line-height: 1.1;
}

.divisor {
  border-bottom: 1px solid #cecece;
  margin-top: 1px;
  margin-bottom: 25px;
  padding-top: 0;
  padding-bottom: 0;
}

.aviso-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.sessaopotes {
  color: #231f20;
  flex-flow: column;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  line-height: 1.5em;
  display: block;
  position: relative;
}

.package_benefits-3 {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: grid;
}

.text-block-111 {
  color: #fff;
  text-wrap: balance;
  font-size: .9375rem;
  font-weight: 700;
}

.testimonial_block-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-section-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: 2rem 1rem 5rem;
  display: flex;
}

.bonuses_tablet-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/UROSYNC-PROSTATE-Pattern.svg');
  background-position: 0 0;
  background-size: 280px 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding: 1rem;
  display: grid;
}

.price_number-2 {
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 160px;
  font-weight: 700;
  line-height: 70%;
}

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

.benefits_item-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 1px solid #e5e5e5;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.benefits_item-2.best {
  border-bottom-color: #474745;
}

.container-large-7 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #231f20;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: 0;
  margin-right: 0;
  font-size: 1rem;
  line-height: 1.5em;
  display: flex;
}

.text_shipping-4 {
  color: #e8083d;
  font-size: .9375rem;
  font-weight: 700;
}

.text_shipping-4.free {
  color: #00af5f;
  padding-top: 10px;
  font-size: 20px;
}

.max-width-2.package {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.1;
}

.news-logos-image {
  width: 100%;
  margin-top: 0;
  display: block;
}

.text-accent-2 {
  color: #c0232c;
  text-decoration: none;
}

.div-block-74 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  max-width: 35rem;
  display: grid;
}

.references-texts-block {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  display: flex;
}

.price_was-4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #0a7873;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-right: -20px;
  font-weight: 600;
  display: flex;
}

.price_was-4.text-color-white {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  max-width: 100%;
}

.text-branding-4 {
  color: #c0232c;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-weight: 600;
  line-height: .9em;
}

.e-books-3 {
  z-index: 1;
  width: 135px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.heading-22 {
  z-index: 1;
  color: #0d625f;
  text-align: center;
  font-family: Notoserif Semicondensed, sans-serif;
  font-size: 2rem;
  line-height: 1em;
  position: relative;
}

.main-block-infos {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 25px;
  flex-flow: column;
  margin-top: 25px;
  padding: 25px;
  display: flex;
  box-shadow: -2px 2px 10px #0003;
}

.ortopedic-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-75 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wrap-package-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: end center;
  width: 100%;
  max-width: 1100px;
  display: grid;
}

.image-61 {
  width: 200px;
  margin-top: -100px;
  margin-bottom: 20px;
  padding-top: 0;
}

.heading-23 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-wrap: balance;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 3rem;
  line-height: 1em;
}

.box-guarantee-3 {
  background-color: #111;
  background-image: radial-gradient(circle at 0 -40%, #444, #0000 28%);
  border-radius: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 150px;
  padding: 0 2rem 2rem;
  display: flex;
}

.code-embed-11 {
  border-radius: 20px;
}

.padding-global-pages {
  background-color: #0000;
  width: 100%;
  max-width: none;
  height: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.max-width-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.max-width-3._34-rem {
  max-width: 55rem;
}

.container-large-10 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #231f20;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: 0;
  margin-right: 0;
  font-size: 1rem;
  line-height: 1.5em;
  display: flex;
}

.faq_grid-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.section-heading-3 {
  text-transform: uppercase;
  max-width: 1000px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 6.25rem;
  line-height: 100%;
}

.text-branding-5 {
  color: var(--brand--primary-700);
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-weight: 600;
  line-height: .9em;
}

.text-accent-3 {
  color: #0a7873;
  text-decoration: none;
}

.text-accent-3.text-branding {
  color: var(--brand--primary-700);
}

.free_shipping-grid-3 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #fff;
  text-align: center;
  background-color: #0a7873;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: center;
  place-items: center;
  width: 100%;
  max-width: 1040px;
  padding: 20px;
  display: grid;
}

.free_shipping-grid-3.shipping-secondary {
  background-color: #1c1c1c;
  max-width: none;
  padding-top: 40px;
  padding-bottom: 40px;
}

.free_shipping-grid-3.shipping-secondary.bg-transparent {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #0000;
  padding: 2rem 1rem;
}

.max-width-4 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.max-width-4._34-rem {
  max-width: 55rem;
}

.text-span-57 {
  color: var(--brand--primary-700);
}

.container-large-11 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #231f20;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: 0;
  margin-right: 0;
  font-size: 1rem;
  line-height: 1.5em;
  display: flex;
}

.free-shipping-selo-3 {
  width: 16rem;
}

.wrap-bottles-3 {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  position: relative;
}

.title-widgets-5 {
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 3rem;
  line-height: 1em;
}

.title-widgets-5.is-text-uppercase {
  text-transform: uppercase;
}

.title-widgets-5.is-text-uppercase.is-title-bold {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  white-space: nowrap;
  word-break: normal;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 30px;
  display: flex;
}

.title-widgets-5.is-text-uppercase.is-title-bold.text-accent {
  color: #aaa;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.title-widgets-5.is-text-uppercase.is-title-bold.text-dark {
  color: #231f20;
  padding-bottom: 0;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 50px;
  line-height: 40px;
}

.title-widgets-5.is-text-uppercase.is-title-bold._6bottlestitle {
  margin-left: 0;
  margin-right: 0;
  font-size: 50px;
  line-height: 40px;
}

.image-63 {
  z-index: 1;
  object-fit: contain;
  width: 120%;
  max-width: none;
  font-family: Manrope, sans-serif;
  font-size: 5vw;
  line-height: 1.5vw;
  position: relative;
}

.btn-cart-3 {
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: #ffbc01;
  background-image: url('../images/right-arrow_1right-arrow.png'), url('../images/ICONCART_1ICONCART.png');
  background-position: 250px, 20px;
  background-repeat: no-repeat, no-repeat;
  background-size: 32px, auto;
  border: 1px solid #c39e4c;
  border-radius: 25px;
  width: 300px;
  max-width: 300px;
  padding: 1rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 24px;
  box-shadow: 0 2px 5px #0003, -2px 2px #c39e4c;
}

.btn-cart-3.botaomenor {
  background-position: 250px, 20px;
  width: 300px;
  max-width: 300px;
}

.section_heading-12 {
  text-transform: uppercase;
  max-width: 1000px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 5rem;
  line-height: 100%;
}

.text-color-gold-3 {
  color: var(--brand--primary-700);
}

.selo-2 {
  opacity: .25;
  width: 100px;
  height: 100px;
}

.package_info-3 {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  color: #231f20;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.package_bottle-6 {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: 10px;
  font-family: Manrope, sans-serif;
  font-size: 4vw;
  display: flex;
  position: relative;
}

.div-block-76 {
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-76.oculto {
  margin-bottom: 25px;
}

.image-64 {
  width: 140px;
  margin-top: 0;
  margin-left: 0;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 10px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-64.selogarantia6potes {
  width: 95px;
}

.image-64.selogarantia6potes._3gurantee {
  width: 85px;
}

.image-64.bestvalue {
  width: 100px;
  margin-top: -10px;
  margin-left: -10px;
  padding-top: 0;
  inset: 0% auto auto 0%;
}

.image-65 {
  z-index: 1;
  object-fit: contain;
  width: 120%;
  max-width: none;
  height: auto;
  position: relative;
}

.package-title-3 {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: center;
  margin-left: -51px;
  font-family: Manrope, sans-serif;
  font-size: 1px;
  line-height: 20px;
  display: flex;
}

.package-title-3.best-value {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: -21px;
  margin-left: -65px;
}

.was_txt-5 {
  color: #231f20;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
}

.was_txt-5.risk {
  text-decoration: line-through;
}

.was_txt-5.risk.text-danger {
  color: #e8083d;
}

.was_txt-5.risk.text-danger.text-nowrap {
  white-space: nowrap;
}

.was_txt-5.text-white {
  color: #fff;
  white-space: nowrap;
}

.price_wrapper-5 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #231f20;
  grid-template: "Area"
  / auto 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.price_wrapper-5.is-theme-dark {
  background-color: #0000;
}

.text-total-5 {
  color: #231f20;
  font-size: 20px;
  font-weight: 700;
}

.text-total-5.text-color-white {
  color: #fff;
  font-size: 20px;
}

.selo-shipping-6 {
  z-index: 1;
  object-fit: contain;
  width: 37%;
  max-width: none;
  height: auto;
  padding-bottom: 0;
  font-size: 4vw;
  position: absolute;
  inset: auto -5% 0% auto;
  box-shadow: 0 2px 5px #0000;
}

.icon-list-4 {
  margin-bottom: -8px;
}

.image-68 {
  width: 100px;
  margin-top: -12px;
  margin-left: -12px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.container-large-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: 0;
  margin-right: 0;
  padding: 2rem 1rem;
  display: flex;
}

.package_item-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #646464;
  background-color: #fff;
  border: 1px solid #ddd8cf;
  border-radius: 10px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center stretch;
  width: 360px;
  max-width: 360px;
  margin-top: 140px;
  padding: 2rem 2.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: -1px 1px 2px #00000012;
}

.package_item-5.best {
  color: #fff;
  background-color: #231f20;
  width: 350px;
  max-width: 350px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4rem;
  text-decoration: none;
}

.package_item-5._3bottles._158615613 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  width: 330px;
  max-width: 330px;
}

.package_item-5.bottle-last {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 330px;
  max-width: 330px;
  margin-top: 140px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.image-69 {
  z-index: 1;
  object-fit: contain;
  width: 125%;
  max-width: none;
  height: auto;
  margin-top: 0;
  padding-top: 0;
  position: relative;
}

.branding-txt-bg-5 {
  z-index: 0;
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  opacity: .15;
  color: #231f20;
  text-transform: uppercase;
  object-fit: fill;
  background-image: url('../images/logo-letter.svg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 120px 40px;
  flex-flow: row-reverse wrap-reverse;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 7.5rem;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  display: block;
  position: absolute;
  top: 10rem;
  overflow: visible;
}

.branding-txt-bg-5._6bottles {
  opacity: .07;
  background-image: none;
  background-size: auto 119px;
  top: 10rem;
}

.branding-txt-bg-5.branding-text-bg-dark {
  opacity: .05;
  background-image: none;
  background-size: auto 118px;
  max-width: 400px;
  top: 12.5rem;
  overflow: hidden;
}

.price_per-bottler-6 {
  text-align: center;
  text-transform: uppercase;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 100%;
}

.price_per-bottler-6.white-color {
  color: #fff;
}

.price-old-6 {
  color: #e8083d;
  text-decoration: line-through;
}

.section_divider-2 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.section_divider-2.baixo {
  padding-top: 0;
}

.package_grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-bottom: 0;
  padding: 0;
  display: grid;
}

.section_package {
  background-color: #0000;
  background-image: linear-gradient(#fafafa, #d6e6ff);
  padding-top: 0;
  padding-bottom: 0;
}

.section_package.ocultar {
  background-color: #0000;
  background-image: linear-gradient(#fafafa, #d6e6ff);
}

.section_package.oculto {
  background-image: linear-gradient(#fafafa, #e0faff);
}

.title-trustpilot-4 {
  font-size: 1.125rem;
  font-weight: 700;
}

.reviews-trustpilot-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
}

.text-block-116 {
  font-size: 1.5rem;
  font-weight: 700;
}

.image-71 {
  width: 150px;
}

.formula_header-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  font-size: 6.25rem;
  display: grid;
}

.formula_content-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  max-width: 1220px;
  display: grid;
}

.formula_text-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #646464;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 36.875rem;
  display: grid;
}

.bottle_background-3 {
  color: #1c1c1c;
  background-color: #1c1c1c;
  border-radius: 30px;
  width: 100%;
  min-height: 88%;
  position: absolute;
}

.formula-2 {
  background-color: #edf6ff;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-72 {
  width: 100%;
}

.overline-branding-2 {
  margin-bottom: 10px;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 2.5rem;
}

.bottle_truesterone-3 {
  z-index: 10;
  width: 65%;
  height: auto;
  margin-top: -50px;
  margin-bottom: 30px;
  position: relative;
  bottom: 0;
}

.formula_signature-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 1fr);
  grid-auto-columns: 1fr;
  place-items: center;
  width: 85%;
  display: block;
}

.formula_grid-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  display: grid;
}

.max-formula-heading-2 {
  text-align: center;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}

.signature_wrapper-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-section-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: 4rem 1rem;
  display: flex;
}

.signature_job-2 {
  text-transform: uppercase;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 100%;
}

.image-73 {
  width: 50%;
}

.image-73.oculto {
  width: 30%;
}

.faq_block-4 {
  color: #231f20;
  text-align: left;
  background-color: #fff;
  border-bottom: 1px solid #cdcdcd;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: .8rem 1rem;
  display: flex;
}

.paragraph_answer-4 {
  color: #646464;
  font-size: 1rem;
  font-weight: 600;
}

.section_heading-13 {
  text-transform: uppercase;
  max-width: 1000px;
  padding-bottom: 0;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 100px;
  line-height: 100%;
}

.text-span-58 {
  color: #eb5e55;
}

.bottle_empower-3 {
  object-fit: contain;
  width: 523px;
  max-height: 500px;
}

.empower_title-4 {
  color: #80beb5;
  text-transform: uppercase;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 90%;
}

.empower_title-4.left {
  text-align: right;
}

.bold-text-68 {
  color: #80beb5;
}

.empower_content-mobile-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  display: none;
}

.empower_list-5 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start end;
  display: grid;
}

.empower_list-5.right {
  place-items: start;
}

.max-width-5 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.max-width-5.about-heading {
  text-align: center;
  max-width: 50.125rem;
}

.max-width-5._34-rem {
  max-width: 55rem;
}

.empower_paragraph-3 {
  color: #f7f5ee;
  font-size: 1rem;
  font-weight: 500;
}

.empower_paragraph-3.text-align-right {
  text-align: right;
}

.container-section-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: 2.5rem 1rem;
  display: flex;
}

.empower_icon-4 {
  background-color: #80beb5;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 3.25rem;
  height: 3.25rem;
  display: flex;
}

.empower_content-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 85%;
  display: grid;
}

.comentarys-block {
  background-color: #fff;
  border: 1px #000;
  padding: 25px 50px 50px;
  box-shadow: 2px 2px 10px #0003;
}

.list-3 {
  margin-bottom: 0;
  padding-left: 25px;
  font-family: Manrope, sans-serif;
  line-height: 1.5em;
}

.formula_heading-3 {
  text-transform: uppercase;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 6.25rem;
  font-weight: 700;
  line-height: 85%;
}

.signature_wrapper-3 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-branding-8 {
  color: #80beb5;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-weight: 600;
  line-height: .9em;
}

.bold-text-98, .bold-text-99, .bold-text-100 {
  color: #80beb5;
}

.signature_name-3 {
  text-align: center;
  text-transform: uppercase;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 100%;
}

.testimonial-text-four-6 {
  outline-offset: 0px;
  color: #6d6d6d;
  outline: 3px #646464;
  margin-bottom: 32px;
  font-size: 1.125rem;
  font-weight: 600;
}

.testimonial-text-four-7 {
  outline-offset: 0px;
  color: #6b6b6b;
  outline: 3px #646464;
  margin-bottom: 32px;
  font-size: 1.125rem;
  font-weight: 600;
}

.bold-text-101 {
  font-weight: 400;
}

.bold-text-102, .bold-text-103, .bold-text-104, .bold-text-105 {
  color: #000;
}

.bold-text-106 {
  color: #000;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.testimonial-right-3 {
  color: #777272;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.testimonial-text-four-8 {
  outline-offset: 0px;
  outline: 3px #646464;
  margin-bottom: 32px;
  font-size: 1.125rem;
}

.menu-links {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.align-flex-horizontal {
  width: 100%;
  display: flex;
}

.align-flex-horizontal.aling-justify {
  text-align: center;
  justify-content: space-between;
  align-items: center;
}

.align-flex-horizontal.center-align {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
}

.container-40 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.container-40.width-100 {
  width: 100%;
}

.links-header {
  color: #3a3a3a;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.links-header:hover {
  color: #1b66c2;
}

.image-74 {
  height: 30px;
}

.top-headline-section {
  background-color: #fff;
  border-bottom: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  max-height: 40px;
  display: flex;
  position: static;
}

.image-75 {
  width: auto;
  height: auto;
}

.code-embed-12 {
  text-align: center;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 900px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  box-shadow: 0 2px 5px 5px #f1f1f133;
}

.container-39 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.doctor-name {
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 700;
}

.notice-doctor-infos {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 900px;
  padding: 1rem;
  display: flex;
}

.notice-date {
  color: #6d6d6d;
}

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

.notice-views {
  color: #797979;
  margin-top: 0;
  padding-right: 0;
}

.main-section-2 {
  background-color: #fff;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.notice-head-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 0 solid #000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 900px;
  padding-bottom: 0;
  display: flex;
}

.notice-head-block.no-border {
  border-bottom-width: 0;
  border-radius: 0;
}

.notice-head-block._1 {
  padding-left: 1rem;
}

.notice-dr-name {
  color: #6d6d6d;
  font-size: .9rem;
  font-weight: 700;
}

.doctor-image {
  border: 2px solid red;
  border-radius: 100%;
  width: 65px;
}

.doctor-position {
  color: #797979;
  font-size: .875rem;
}

.notice-subtitle {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.notice-social-medias {
  width: 115px;
}

.doctor-experience {
  font-size: .875rem;
}

.notice-category {
  color: #fff;
  background-color: red;
  border-radius: 8px;
  padding: 4px 10px 3px;
  font-size: .8rem;
  font-weight: 700;
  line-height: 1.4;
}

.notice-video-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.container-41 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.number-of-comments {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
}

.left-align-2 {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.post-date {
  color: #797979;
  font-size: .875rem;
  line-height: 1.2;
}

.coments-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 900px;
  display: flex;
}

.verified-user {
  color: #06c;
  background-color: #e7f3ff;
  border-radius: 5px;
  padding: 3px 6px;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.2;
}

.author-name {
  font-size: 1rem;
  line-height: 1.2;
}

.post-likes {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.comments-section {
  background-color: #fff;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.all-comments-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  margin-top: 2rem;
  display: flex;
}

.post-content {
  margin-top: 1rem;
  margin-bottom: .5rem;
  font-size: .875rem;
  line-height: 1.4;
}

.references-title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
}

.individual-comment {
  border-left: 3px solid #e6e6e6;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 1.2rem;
  display: flex;
  box-shadow: 0 2px 5px #0000001a;
}

.individual-comment.repost {
  width: 97%;
  margin-left: 0;
}

.paragraph-7 {
  font-size: .85rem;
  line-height: 2.2;
}

.references-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f9f9f9;
  border-left: 3px solid red;
  border-radius: 10px;
  flex-flow: column;
  width: 100%;
  margin-top: 2rem;
  padding: 1rem;
  display: flex;
}

.reply-text {
  color: #06c;
  font-size: .875rem;
  line-height: 1.2;
}

.author-infos {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.author-age {
  color: #797979;
  font-size: .9rem;
  line-height: 1.2;
}

.number-of-likes {
  font-size: .875rem;
  line-height: 1.2;
}

.container-popup {
  z-index: 99999;
  background-color: #000000c4;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-popup {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #fff;
  border-radius: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 750px;
  padding: 12px;
  display: flex;
}

.popup-title-block {
  background-color: #e1e5ee;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 18px 25px;
  display: flex;
}

.text-block-119 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
}

.image-76 {
  width: 50px;
}

.text-block-120 {
  text-align: center;
  max-width: 350px;
}

.button-close-popup {
  color: #000;
  text-align: center;
  background-color: #ffd814;
  border-radius: 25px;
  width: 100%;
  margin-top: 15px;
  padding: 18px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.step2num-2 {
  color: #fff;
  margin-top: -2px;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1em;
}

.step-subhead-2 {
  color: #666;
  margin-top: -8px;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.2;
}

.step-subhead-2.step-subhead-2 {
  color: #fff;
  margin-top: 0;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.2;
}

.step-subhead-2.step-subhead-3 {
  color: #aaa;
  line-height: 1.2;
}

.container-header-2 {
  max-width: 900px;
  padding-left: 20px;
  padding-right: 20px;
}

.wait-text {
  color: #eebd42;
  text-align: center;
  text-shadow: -4px -4px #065252, 4px -4px #065252, -4px 4px #065252, 4px 4px #065252, 0 -4px #065252, 0 4px #065252, -4px 0 #065252, 4px 0 #065252;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 6rem;
  line-height: .9;
  display: block;
}

.align-flex-vertical {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.check-icon {
  vertical-align: middle;
  display: block;
}

.step-item-step-2-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #065252;
  border: 5px solid #fff;
  border-radius: 200px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: -8px;
  margin-bottom: -8px;
  padding: 8px 10px;
  transform: scale(1.2);
}

.step-head-2 {
  opacity: 1;
  color: #065252;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}

.step-head-2.step-head-3 {
  opacity: .6;
  color: #80beb5;
  font-size: 1.25rem;
  line-height: 1.2;
}

.step-head-2.step-head-3.main-color {
  color: var(--brand--primary-700);
  font-size: 1rem;
}

.step-head-2.step-head-2 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: -10px;
  font-family: Lato, sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
}

.step-head-2.main-color {
  color: var(--brand--primary-800);
  font-size: 1rem;
}

.header-second-text {
  color: #ff8686;
  text-align: center;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #5f0000;
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 2.2rem;
  font-style: italic;
  line-height: 1.1;
}

.progress-steps-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  border: 0 solid #666;
  border-radius: 200px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 920px;
  margin-top: 0;
  padding: .25rem .5rem;
  font-size: .8125rem;
  line-height: 1.5em;
  box-shadow: 2px 2px 4px #00000017;
}

.wait-text-block {
  margin-top: 50px;
}

.step3num-2 {
  color: #80beb5;
  font-size: 1.5625rem;
  font-weight: 800;
  line-height: 1em;
}

.header-section-2 {
  background-color: #e5f1f1;
  background-image: url('../images/');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
  padding-top: 2.5rem;
}

.step-icon-wrap-2 {
  background-color: #065252;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 45px;
  min-width: 45px;
  height: 45px;
  display: flex;
}

.step-icon-wrap-2.step-icon-2 {
  background-color: #0000;
  border: 1px solid #e5f1f1;
}

.step-icon-wrap-2.step-item-3 {
  background-color: #fff;
  border: 1px solid #80beb5;
}

.step-text-wrap-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #065252;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.button-yes {
  color: #212529;
  text-transform: uppercase;
  background-color: #ffd814;
  background-image: linear-gradient(0deg, #ffd814, #faedab);
  border-radius: 25px;
  padding: 16px 50px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
  box-shadow: 2px 2px 5px #0003;
}

.image-77 {
  width: 35%;
  margin-top: 20px;
}

.doctor-signature {
  width: 200px;
  margin-top: -15px;
}

.box-guarantee-5 {
  background-color: #111;
  background-image: radial-gradient(circle at 0 -40%, #444, #0000 28%);
  border-radius: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1220px;
  margin-top: 100px;
  padding: 0 2rem 2rem;
  display: flex;
}

.text-section {
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.heading-25 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-wrap: balance;
  font-size: 1.8rem;
  line-height: 1em;
}

.container-42 {
  max-width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-text {
  color: #065252;
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.2;
}

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

.heading-text.align-left.margin-top {
  margin-top: 1rem;
}

.testimonial_user-photo-2 {
  background-color: #c4ab6a;
  border-radius: 9999px;
  width: 50px;
  height: 50px;
  overflow: hidden;
}

.doctor-words-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraphs-block {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  width: 100%;
  margin-top: 2rem;
  display: flex;
}

.product-bottle-card-image {
  margin-top: 0;
}

.text-span-2 {
  text-decoration: line-through;
}

.time-left-3 {
  color: #80beb5;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.5rem;
  line-height: .9em;
  display: inline-flex;
}

.product-col {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.testimonial_user-name-2 {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start start;
  display: flex;
}

.bold-text-8 {
  color: #d00;
}

.number-of-bottles {
  font-size: 1.8rem;
  line-height: 1.2;
}

.testimonial_block-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.testimonial_wrapper-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonial_user-name-style-2 {
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.1;
}

.counter-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #eb5e55;
  background-color: #111;
  background-image: linear-gradient(90deg, #ffffff0d 50%, #0000 50%), radial-gradient(circle farthest-side at -40% 0, #444, #0000);
  border: 1px solid #222;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 105px;
  padding: 8px 12px;
  font-weight: 600;
  box-shadow: 0 2px 5px #666;
}

.link-4 {
  color: #949494;
  text-align: center;
  width: 80%;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 500;
}

.doctor-image-2 {
  border-radius: 12px;
  width: 90px;
  height: 103.281px;
  font-size: 14px;
  box-shadow: 0 0 6px 2px #00000059;
}

.image-78 {
  width: 150px;
  margin-top: -75px;
  margin-bottom: 20px;
  padding-top: 0;
}

.bold-text-108 {
  background-image: url('../images/yellow-marker.png');
  background-position: 50%;
  background-size: 100% 100%;
  padding-left: 4px;
  padding-right: 4px;
}

.text-counter-4 {
  color: #065252;
  text-align: center;
  text-transform: uppercase;
  background-image: none;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% 5px;
  padding-bottom: 3px;
  font-family: Open Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1em;
}

.testimonial_user-country-3 {
  color: #646464;
  font-size: .875rem;
  font-weight: 600;
  line-height: 100%;
}

.paragraph-8 {
  text-align: left;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
}

.paragraph-8.align-center {
  text-align: center;
}

.faq-questions-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  -webkit-user-select: none;
  user-select: none;
  border: 1px solid #cdcdcd;
  border-radius: .3125rem;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 61rem;
  margin-top: 1rem;
  display: flex;
  overflow: hidden;
  box-shadow: 7px 7px 29px #1c1c1c1a;
}

.product-infos {
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
}

.text-size-regular-3 {
  font-size: 1rem;
}

.testimonial_list-2 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: static;
  top: 1px;
}

.product-last-price {
  margin-top: -16px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

.price-align {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.testimonial_item-2 {
  background-color: #fff;
  background-image: url('../images/quote.svg');
  background-position: 30px 15px;
  background-repeat: no-repeat;
  background-size: 35px;
  border: 1px solid #222;
  border-radius: .625rem;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 1.2rem;
  box-shadow: 0 2px 5px #0003;
}

.paragraph_answer-5 {
  color: #535353;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

.block-product-bottle {
  background-color: #e5f1f1;
  border: 0 solid #065252;
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 50px;
  padding: 35px;
  display: flex;
  box-shadow: 0 0 10px 3px #00000026;
}

.bold-text-110 {
  color: #d00;
}

.text-span-3 {
  color: red;
}

.faq_block-5 {
  color: #231f20;
  text-align: left;
  background-color: #fff;
  border-bottom: 1px solid #cdcdcd;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: .8rem 1rem;
  display: flex;
}

.text-product-title {
  color: #212529;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.1;
}

.time-left-counter-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: .5rem;
  font-size: 1.5625rem;
  font-weight: 700;
}

.time-left-counter-4.margin-bottom {
  margin-bottom: 2rem;
}

.text-color-secondary-3 {
  color: #f7f5ee;
}

.footer-link-5 {
  color: #f7f5ee;
  text-align: center;
  border-bottom: 1px solid #2d2d2d;
  width: 100%;
  padding-top: .7rem;
  padding-bottom: .7rem;
  text-decoration: none;
  transition: color .2s;
}

.footer-link-5:hover {
  color: #80beb5;
}

.footer-logo {
  width: 40%;
}

.footer-5 {
  color: #fff;
  background-color: #1c1c1c;
  background-image: linear-gradient(90deg, #111, #222);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  padding: 40px 1rem;
  display: flex;
}

.footer_links-grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.copyright-footer {
  color: #ffffffb3;
  margin-left: auto;
  margin-right: auto;
  font-size: .75rem;
}

.body-14 {
  background-color: #fff;
}

.bottles-extras {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  font-family: Bitter, serif;
  display: flex;
}

.bottle-price-text {
  color: #065252;
  font-family: Lato, sans-serif;
  font-size: 3.75rem;
  line-height: 1;
}

.bottle-price-text.main-price {
  color: red;
  font-size: 4.5rem;
}

.bonuses-2 {
  color: #065252;
  background-image: url('../images/yellow-marker.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 4px 6px;
  font-size: 1rem;
}

.bottle-image {
  position: static;
}

.bottom-div {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px;
  display: flex;
}

.bottles-block {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1fr .9fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-top: 0;
  margin-bottom: 2rem;
  display: flex;
}

.bottle-ebook2 {
  width: 75px;
  position: absolute;
  inset: auto 30px -10px auto;
}

.add-to-cart {
  color: #333;
  text-align: center;
  background-image: linear-gradient(#f6dda0, #eebd42);
  border: 1px solid #f8f8f8;
  border-radius: 8px;
  width: 90%;
  padding-top: 18px;
  padding-bottom: 18px;
  font-family: Lato, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  box-shadow: 2px 2px 5px #0003;
}

.top-div {
  background-color: #065252;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  padding: 15px;
  position: relative;
}

.top-div.main-offer {
  padding-top: 50px;
}

.old-price-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.bottle-price {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.days-guaranted {
  margin-top: -16px;
  font-family: Lato, sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
}

.bottle-ebook1 {
  width: 75px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.bold-text-5 {
  font-size: 4.2rem;
  font-weight: 900;
}

.bold-text-5.bigger-prize {
  font-size: 5rem;
}

.old-price {
  color: #333;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.old-price.grey-color {
  color: #666;
}

.best-value-badge {
  width: 80px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.badges-images {
  position: relative;
}

.individual-bottle {
  border: 0 #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 31%;
  height: auto;
  display: flex;
  box-shadow: 0 0 5px #0003;
}

.individual-bottle.main-bottle {
  background-color: #fffdf1;
  width: 35%;
}

.per-bottle-bundles {
  color: #065252;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 6px;
  margin-left: 4px;
  font-family: Montserrat, sans-serif;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.1;
  display: flex;
}

.per-bottle-bundles.dark-grey-color {
  color: #333;
  margin-top: 0;
}

.bottles-quantity {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1;
}

.bottles-quantity.bigger-bottle-quantity {
  font-size: 2rem;
}

.shipping-price {
  color: red;
  font-family: Lato, sans-serif;
  font-size: .875rem;
  line-height: 1.4;
}

.shipping-price.free-shipping {
  color: #00a200;
  background-color: #0000;
  font-size: 1.2rem;
  font-weight: 700;
}

.months-supplys {
  font-size: 1rem;
  line-height: 1.4;
}

.total-price {
  color: #666;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.superscript {
  font-size: 2.2rem;
  font-weight: 900;
}

.dollar-simbol-1 {
  font-size: 1.25rem;
}

.payment-metods {
  width: 100%;
  margin-bottom: -5px;
}

.image-16 {
  width: 95%;
  height: 5px;
  position: absolute;
  transform: rotate(7deg);
}

.special-offer {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -14px 0% auto;
}

.bold-text-43 {
  font-weight: 400;
}

.bold-text-45 {
  color: #000;
}

.bold-text-42 {
  color: #000;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.testimonial-text-four {
  outline-offset: 0px;
  outline: 3px #646464;
  margin-bottom: 32px;
  font-size: 1.125rem;
}

.testimonial-right-4 {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.bold-text-111 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.testimonial-text-four-3 {
  outline-offset: 0px;
  color: #6b6b6b;
  outline: 3px #646464;
  margin-bottom: 32px;
  font-size: 1.125rem;
  font-weight: 600;
}

.testimonial-right-5 {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.bold-text-56 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.testimonial-text-four-2 {
  outline-offset: 0px;
  color: #6d6d6d;
  outline: 3px #646464;
  margin-bottom: 32px;
  font-size: 1.125rem;
  font-weight: 600;
}

.testimonial-right-6 {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.bold-text-112 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.testimonial-text-four-9 {
  outline-offset: 0px;
  color: #6d6d6d;
  outline: 3px #646464;
  margin-bottom: 32px;
  font-size: 1.125rem;
  font-weight: 600;
}

.footer-section {
  background-color: #fff0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.container-55 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  max-width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.vertical-align {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.vertical-align.gap-1rem {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.links-footer-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #e0d9d9;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-footer {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: .8rem;
}

.links-divisor {
  font-family: Open Sans, sans-serif;
  line-height: 1.1;
}

.container-56, .container-57, .container-58 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  max-width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.sessaoreferences {
  background-color: #fff;
}

.headline-vsl {
  color: #333;
  text-align: left;
  width: 100%;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.1;
}

.text-span-59 {
  font-size: 1.6rem;
}

.pink-color {
  color: #f655ae;
  text-shadow: 0 0 15px #b4afb9;
}

.mencion {
  color: #0048ff;
}

.sessaoquiz, .div-block-77 {
  width: 100%;
}

.code-embed-13 {
  width: 100%;
  margin-bottom: 0;
}

.text-block-121 {
  color: #646464;
  text-align: center;
}

.certificate-garantee {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.certificate-garantee.blue-back {
  background-color: #e0faff;
}

.container-section-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: 2.5rem 1rem;
  display: flex;
}

.certificate {
  width: 100%;
  min-width: 100%;
  max-width: 1168px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.text-accent-4 {
  color: #80beb5;
  text-decoration: none;
}

.text-accent-4.text-branding {
  color: #80beb5;
}

.container-large-13 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #231f20;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: 0;
  margin-right: 0;
  font-size: 1rem;
  line-height: 1.5em;
  display: flex;
}

.free_shipping-grid-4 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #fff;
  text-align: center;
  background-color: #80beb5;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: center;
  place-items: center;
  width: 100%;
  max-width: 1040px;
  padding: 20px;
  display: grid;
}

.free_shipping-grid-4.shipping-secondary {
  background-color: #1c1c1c;
  max-width: none;
  padding-top: 40px;
  padding-bottom: 40px;
}

.free_shipping-grid-4.shipping-secondary.bg-transparent {
  background-color: #0000;
}

@media screen and (max-width: 991px) {
  .package_price {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 25vw;
  }

  .package_price._1bottlesajustes {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 25vw;
  }

  .package_price._3bottlesprice {
    width: 25vw;
  }

  .selo {
    height: auto;
  }

  .package_item {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    width: 650px;
    max-width: 100%;
    margin-top: 0;
    display: grid;
  }

  .package_item.best {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 20px;
    flex: 0 auto;
    order: -1;
    width: 650px;
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .package_item.best.up2-3 {
    width: 640px;
  }

  .package_item.bottle-last {
    order: 1;
    width: 640px;
    max-width: 100%;
    margin-top: 0;
  }

  .package_item.bottle-last.mhjm.up2-1.down-1-1 {
    margin-top: 0;
  }

  .package_item._3bottles.up2-2 {
    width: 640px;
  }

  .package_item._3bottles.up2-2.down-1-2 {
    margin-top: 0;
  }

  .text-total, .text-total.text-color-white {
    font-size: 25px;
  }

  .benefits_item {
    border-bottom-width: 0;
    line-height: 4vw;
  }

  .benefits_item.best {
    line-height: 4vw;
  }

  .image-2 {
    padding-top: 0;
    font-size: 40px;
    line-height: 0;
  }

  .price_wrapper.is-theme-dark.upsell6d {
    flex-flow: row;
    justify-content: center;
    place-items: center;
    display: flex;
  }

  .btn-cart {
    background-position: 540px, 20px;
    width: 100%;
    max-width: 100%;
  }

  .btn-cart.botaomenor {
    background-position: 520px, 20px;
    width: 100%;
    max-width: 100%;
  }

  .selo-shipping {
    width: 170px;
    margin-left: auto;
    padding-left: 0;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .package_bottle {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 350px;
    font-size: 50px;
  }

  .package_bottle._1bottle {
    width: 350px;
  }

  .package_bottle._1bottle.upse2.asdsgf {
    width: 100%;
  }

  .was_txt {
    white-space: nowrap;
    font-size: 25px;
    line-height: 100%;
  }

  .was_txt.text-white {
    font-size: 25px;
    line-height: 100%;
  }

  .was_txt.text-white.yuyt, .was_txt.text-white._6rtyrt {
    font-size: 25px;
  }

  .was_txt.risk.text-danger.text-nowrap {
    font-size: 25px;
    line-height: 100%;
  }

  .was_txt.risk.text-danger.text-nowrap.kjh, .was_txt.risk.text-danger.text-nowrap.fgh, .was_txt.uytyu, .was_txt.qweqwe {
    font-size: 25px;
  }

  .package-title {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .package-title.best-value {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr auto;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-top: -33px;
    margin-left: 0;
    font-size: 20px;
    display: flex;
  }

  .package-title.best-value.aesdfsd {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
  }

  .package-title.df1g5, .package-title.rthyryh {
    margin-left: 0;
  }

  .package_info {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .package_info.separacaobloco {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
  }

  .price_per-bottler {
    white-space: pre;
  }

  .package-button {
    width: 100%;
    max-width: 100%;
  }

  .benefits_text {
    font-size: 20px;
  }

  .benefits_text.text-color-white {
    font-family: Manrope, sans-serif;
    font-size: 20px;
  }

  .text_shipping.free {
    font-size: 25px;
  }

  .price_was {
    z-index: 10;
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 15rem;
    position: relative;
  }

  .price_was.text-color-white {
    grid-column-gap: .5vw;
    grid-row-gap: .5vw;
  }

  .wrap-package {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
    overflow: visible;
  }

  .price_grid {
    place-items: center;
  }

  .package_benefits {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center start;
    padding-left: 60px;
    padding-right: 60px;
    font-family: Manrope, sans-serif;
    font-size: 20px;
    display: grid;
  }

  .package_benefits.sfgdfgdfgdfh, .package_benefits.hfghfghfghfgh.hgjtgjt {
    padding-left: 50px;
    padding-right: 50px;
  }

  .branding-txt-bg {
    width: 100%;
    max-width: 150vw;
    position: absolute;
  }

  .branding-txt-bg.branding-text-bg-dark {
    max-width: none;
  }

  .image-3.fgh21.urt {
    max-width: 100%;
  }

  .wrap-bottles {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 550px;
    max-width: 100%;
    margin-top: 20px;
  }

  .wrap-bottles._3bottles {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
  }

  .image-4 {
    width: 330px;
    max-width: 330px;
  }

  .free_shipping-heading {
    text-align: center;
  }

  .free_shipping-heading.text-color-white {
    font-size: var(--headlines--is-h1);
    font-size: 4rem;
  }

  .free_shipping-info, .free_shipping-wrapper {
    place-items: center;
  }

  .free-shipping-selo {
    width: 15rem;
  }

  .free_shipping-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: flex;
  }

  .free_shipping-grid.shipping-secondary {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .photos-reviews {
    max-width: 600px;
  }

  .photo-review.photo-1, .photo-review.photo-2, .photo-review.photo-3, .photo-review.photo-4 {
    width: 20vw;
    height: 20vw;
  }

  .branding-txt-footer {
    font-size: 30vw;
  }

  .discount_label-2 {
    width: 5rem;
    height: 5rem;
    font-size: 1.5rem;
  }

  .discount_label-2.best {
    justify-content: center;
    align-items: center;
    width: 5rem;
    height: 5rem;
    font-size: 1.5rem;
    inset: 12% 0% auto auto;
  }

  .discount_label-2.save-discount {
    top: 25%;
    right: 0%;
  }

  .nav-footer {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .text-selo {
    display: flex;
  }

  .bottle-8 {
    max-width: 400px;
    height: auto;
  }

  .bold-text-11 {
    font-size: 1.7rem;
    line-height: 1;
  }

  .nav-link {
    white-space: nowrap;
    display: flex;
  }

  .heading-4.title-days {
    font-size: 4rem;
  }

  .text-block {
    font-size: 50px;
  }

  .text-block.subtitle {
    max-width: 80%;
    font-size: 4vw;
    line-height: 4vw;
  }

  .text-block.title-red {
    font-size: 7vw;
    line-height: 5vw;
  }

  .logo-mobile {
    display: none;
  }

  .discount_label-3 {
    width: 5rem;
    height: 5rem;
    font-size: 1.5rem;
  }

  .discount_label-3.save-discount {
    top: 25%;
    right: 0%;
  }

  .popup-offer {
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .main-modal {
    display: none;
  }

  .heading-7 {
    font-size: 2.5rem;
  }

  .is-text-med.is-text-bold.text-danger {
    font-size: 25px;
    line-height: 20px;
  }

  .is-text-med.is-text-white.is-text-bold {
    text-align: left;
  }

  .is-text-med.is-text-white.is-text-bold.is-text-center {
    text-align: center;
  }

  .title-widgets.is-text-uppercase.is-title-bold {
    font-size: 50px;
    line-height: 40px;
  }

  .title-widgets.is-text-uppercase.is-title-bold.text-dark {
    font-size: 60px;
  }

  .title-widgets.is-text-uppercase.is-title-bold.text-accent {
    margin-left: -71px;
    font-size: 50px;
    line-height: 40px;
  }

  .title-widgets.is-text-uppercase.is-title-bold._6bottlestitle {
    margin-left: 0;
    font-size: 60px;
  }

  .title-widgets.is-text-uppercase.is-title-bold.dsfsdfgrth {
    font-size: 40px;
  }

  .bottle_pills-formula {
    margin-top: 40px;
  }

  .formula_signature-mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .formula_info {
    text-align: center;
    grid-template-rows: auto;
    place-items: center;
  }

  .unique_item {
    max-width: 100%;
  }

  .unstoppable_banner {
    flex-flow: column;
  }

  .unstoppable_image {
    position: relative;
    top: 0%;
    right: 0;
  }

  .bonuses_tablet {
    grid-template-rows: auto;
  }

  .div-block-11 {
    flex-flow: column;
  }

  .empower_item.right {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .progress-steps {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .step-item-step-1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .step-item-step-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .step-item-step-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
  }

  .step-icon-wrap.step-icon-2 {
    width: 36px;
    height: 36px;
  }

  .step-head {
    font-size: 15px;
    line-height: 18px;
  }

  .step-head.step-head-2 {
    font-size: 14px;
    line-height: 90%;
  }

  .step-subhead.step-subhead-2 {
    font-size: var(--body--is-txt-xsmall);
  }

  .step2num {
    font-size: 1.5rem;
    line-height: 80%;
  }

  .stop-order {
    justify-content: center;
    align-items: center;
    width: 80vw;
    height: 11vw;
    font-size: 7vw;
    display: flex;
  }

  .container-5 {
    max-width: 728px;
  }

  .image-24 {
    width: 160px;
    margin-top: 0;
    margin-left: 0;
    padding-top: 20px;
    padding-right: 20px;
  }

  .image-24.selogarantia6potes.dfg {
    width: 140px;
  }

  .image-26, .image-27, .image-28 {
    width: 250px;
  }

  .is-text-med-2.is-text-bold.is-text-center.is-text-normal.text-color-gray-light {
    font-size: 1rem;
  }

  .is-text-med-2.is-text-bold.text-danger {
    font-size: 25px;
    line-height: 20px;
  }

  .is-text-med-2.is-text-white.is-text-bold {
    text-align: left;
  }

  .is-text-med-2.is-text-white.is-text-bold.is-text-center {
    text-align: center;
  }

  .main-section {
    background-size: cover;
  }

  .free-shipping-2.is-theme-dark {
    background-size: cover, auto;
  }

  .div-block-70 {
    flex-flow: column;
  }

  .watch-the-video {
    font-size: .95rem;
  }

  .benefits_text-4 {
    font-size: 20px;
  }

  .benefits_text-4.text-color-white {
    font-family: Manrope, sans-serif;
    font-size: 20px;
  }

  .package_benefits-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center start;
    padding-left: 60px;
    padding-right: 60px;
    font-family: Manrope, sans-serif;
    font-size: 20px;
    display: grid;
  }

  .package_benefits-3.hfghfghfghfgh {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center start;
    padding: 5px 0;
    display: grid;
  }

  .container-section-2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .bonuses_tablet-4 {
    grid-template-rows: auto;
  }

  .benefits_item-2 {
    border-bottom-width: 0;
    line-height: 4vw;
  }

  .benefits_item-2.best {
    line-height: 4vw;
  }

  .text_shipping-4.free {
    font-size: 25px;
  }

  .max-width-2.package {
    max-width: none;
    padding-bottom: 2rem;
  }

  .price_was-4 {
    z-index: 10;
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 15rem;
    position: relative;
  }

  .price_was-4.text-color-white {
    grid-column-gap: .5vw;
    grid-row-gap: .5vw;
  }

  .main-block-infos {
    padding: 20px;
  }

  .wrap-package-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
    overflow: visible;
  }

  .box-guarantee-3 {
    max-height: 90%;
    margin-top: 150px;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-global-pages {
    padding: 20px 0 0;
  }

  .max-width-3 {
    max-width: 35rem;
  }

  .section-heading-3 {
    font-size: 4rem;
    line-height: .9;
  }

  .text-branding-5 {
    font-size: 4rem;
  }

  .text-accent-3.text-branding {
    font-size: 3rem;
  }

  .free_shipping-grid-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: flex;
  }

  .free_shipping-grid-3.shipping-secondary {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .free_shipping-grid-3.shipping-secondary.bg-transparent {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .free-shipping-selo-3 {
    width: 12rem;
    margin-bottom: 15px;
  }

  .image-62 {
    width: 250px;
  }

  .wrap-bottles-3 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 550px;
    max-width: 100%;
    margin-top: 10px;
  }

  .wrap-bottles-3._3bottles {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
  }

  .title-widgets-5.is-text-uppercase.is-title-bold {
    font-size: 50px;
    line-height: 40px;
  }

  .title-widgets-5.is-text-uppercase.is-title-bold.text-accent {
    margin-left: 0;
    font-size: 50px;
    line-height: 40px;
  }

  .title-widgets-5.is-text-uppercase.is-title-bold.text-dark {
    font-size: 60px;
  }

  .title-widgets-5.is-text-uppercase.is-title-bold._6bottlestitle {
    margin-left: 0;
    font-size: 60px;
  }

  .btn-cart-3 {
    background-position: 540px, 20px;
    width: 100%;
    max-width: 100%;
  }

  .btn-cart-3.botaomenor {
    background-position: 520px, 20px;
    width: 100%;
    max-width: 100%;
  }

  .section_heading-12 {
    font-size: 4rem;
  }

  .selo-2 {
    height: auto;
  }

  .package_info-3 {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .package_info-3.separacaobloco {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
  }

  .package_bottle-6 {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 350px;
    padding-top: 0;
    font-size: 50px;
  }

  .package_bottle-6._1bottle {
    width: 350px;
  }

  .div-block-76 {
    max-width: 45rem;
  }

  .image-64 {
    width: 160px;
    margin-top: 0;
    margin-left: 0;
    padding-top: 20px;
    padding-right: 20px;
  }

  .image-64.selogarantia6potes {
    width: 140px;
  }

  .image-64.selogarantia6potes._3gurantee {
    width: 125px;
  }

  .image-64.bestvalue {
    width: 150px;
    margin-top: -15px;
    margin-left: -15px;
  }

  .image-65 {
    width: 330px;
    max-width: 330px;
  }

  .package-title-3 {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .package-title-3.best-value {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr auto;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-top: -33px;
    margin-left: 0;
    font-size: 20px;
    display: flex;
  }

  .was_txt-5 {
    white-space: nowrap;
    font-size: 25px;
    line-height: 100%;
  }

  .was_txt-5.risk.text-danger.text-nowrap, .was_txt-5.text-white {
    font-size: 25px;
    line-height: 100%;
  }

  .text-total-5, .text-total-5.text-color-white {
    font-size: 25px;
  }

  .image-67 {
    width: 250px;
  }

  .selo-shipping-6 {
    width: 125px;
    margin-left: auto;
    padding-left: 0;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .container-large-12 {
    margin-left: 0;
    margin-right: 0;
    padding: 0 0;
  }

  .package_item-5 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    width: 650px;
    max-width: 100%;
    margin-top: 0;
    display: grid;
  }

  .package_item-5.best {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 20px;
    flex: 0 auto;
    order: -1;
    width: auto;
    max-width: 90vw;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .package_item-5._3bottles._158615613 {
    width: auto;
    max-width: 90vw;
  }

  .package_item-5.bottle-last {
    order: 1;
    width: auto;
    max-width: 90vw;
    margin-top: 0;
  }

  .image-69 {
    padding-top: 0;
    font-size: 40px;
    line-height: 0;
  }

  .branding-txt-bg-5 {
    width: 100%;
    max-width: 150vw;
    position: absolute;
  }

  .branding-txt-bg-5.branding-text-bg-dark {
    max-width: none;
  }

  .price_per-bottler-6 {
    white-space: pre;
  }

  .price_per-bottler-6.white-color {
    text-align: center;
  }

  .image-70 {
    width: 250px;
  }

  .section_divider-2 {
    padding: 2.5rem 1rem;
  }

  .package_grid {
    margin-left: 0;
    margin-right: 0;
  }

  .section_package {
    padding-bottom: 0;
  }

  .formula_content-2 {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    flex-flow: column;
    display: flex;
  }

  .image-72 {
    width: 70%;
    display: block;
  }

  .formula_signature-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: auto;
    place-items: center;
    display: none;
  }

  .formula_grid-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .max-formula-heading-2 {
    max-width: 40rem;
  }

  .signature_wrapper-2 {
    place-items: center;
  }

  .container-section-3 {
    padding: 4rem 1rem;
  }

  .signature_job-2 {
    color: #3876ad;
  }

  .section_heading-13.text-color-secondary {
    font-size: 4rem;
  }

  .bottle_empower-3 {
    width: 525px;
  }

  .empower_content-5 {
    grid-template-columns: auto 1.75fr auto;
    width: 100%;
  }

  .list-3 {
    font-size: .875rem;
    line-height: 1.6;
  }

  .formula_heading-3 {
    font-size: 5.75rem;
  }

  .menu-links {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-40 {
    max-width: 760px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .links-header {
    font-size: .8rem;
  }

  .image-74 {
    height: 25px;
  }

  .top-headline-section {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .image-75 {
    height: 25px;
  }

  .container-39 {
    max-width: 760px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .notice-doctor-infos {
    width: 100%;
    line-height: 1.4em;
  }

  .notice-category {
    font-size: .8rem;
  }

  .notice-video-block {
    width: 100%;
  }

  .container-41 {
    max-width: 760px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-7 {
    font-size: .8rem;
  }

  .div-popup {
    margin-left: 20px;
    margin-right: 20px;
  }

  .step2num-2 {
    font-size: 1.5rem;
    line-height: 80%;
  }

  .step-subhead-2.step-subhead-2 {
    font-size: 12px;
  }

  .wait-text {
    font-size: 5rem;
  }

  .step-item-step-2-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .step-head-2, .step-head-2.step-head-3 {
    font-size: 1rem;
    line-height: 1.2;
  }

  .step-head-2.step-head-2 {
    margin-bottom: -8px;
    font-size: 14px;
    line-height: 90%;
  }

  .header-second-text {
    font-size: 2rem;
    line-height: 1.2;
  }

  .progress-steps-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .header-section-2 {
    min-height: 280px;
  }

  .step-icon-wrap-2.step-icon-2 {
    width: 36px;
    min-width: 36px;
    height: 36px;
  }

  .button-yes {
    font-size: 1.1rem;
  }

  .image-77 {
    width: 45%;
  }

  .box-guarantee-5 {
    width: 100%;
    max-width: none;
    margin-top: 100px;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-text, .heading-text.align-left {
    font-size: 1.8rem;
  }

  .number-of-bottles {
    font-size: 1.5rem;
    line-height: 1.1;
  }

  .link-4 {
    width: 100%;
    line-height: 1.3;
  }

  .doctor-image-2 {
    width: 75px;
    height: auto;
  }

  .paragraph-8 {
    font-size: 1rem;
    line-height: 1.3;
  }

  .product-infos {
    font-size: 1.1rem;
    line-height: 1.1;
  }

  .testimonial_list-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .price-align {
    margin-top: 0;
  }

  .block-product-bottle {
    margin-top: 0;
    margin-bottom: 25px;
  }

  .text-product-title {
    font-size: 2.2rem;
    line-height: 1.1;
  }

  .time-left-counter-4.margin-bottom {
    margin-top: 1rem;
  }

  .bottles-extras {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .bottle-price-text.main-price {
    font-size: 4.2rem;
  }

  .bonuses-2 {
    font-size: 1rem;
  }

  .bottle-ebook2 {
    width: 65px;
  }

  .add-to-cart {
    padding: 15px 10px;
    font-size: 1.2rem;
  }

  .top-div.main-offer {
    padding-top: 36px;
  }

  .bottle-ebook1, .best-value-badge {
    width: 65px;
  }

  .per-bottle-bundles {
    margin-top: 0;
    margin-left: 5px;
  }

  .per-bottle-bundles.dark-grey-color {
    font-size: .7rem;
  }

  .bottles-quantity {
    font-size: 1.5rem;
  }

  .bottles-quantity.bigger-bottle-quantity {
    font-size: 1.6rem;
  }

  .shipping-price, .shipping-price.free-shipping, .months-supplys {
    font-size: 1rem;
  }

  .special-offer {
    top: -11px;
  }

  .footer-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .headline-vsl {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2;
    display: block;
  }

  .text-span-59 {
    font-size: 1.5rem;
  }

  .certificate {
    max-width: 43rem;
    margin-left: 0;
    margin-right: 0;
  }

  .free_shipping-grid-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: flex;
  }

  .free_shipping-grid-4.shipping-secondary {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
}

@media screen and (max-width: 767px) {
  .text-counter {
    font-size: var(--headlines--is-h3);
  }

  .time-left {
    width: 100px;
  }

  .package_price {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 60vw;
  }

  .package_price._1bottlesajustes {
    justify-content: center;
    align-items: center;
    width: 40vw;
  }

  .package_price._3bottlesprice {
    width: 30vw;
  }

  .selo {
    width: 12vw;
    height: auto;
    display: block;
  }

  .package_item {
    order: 0;
    width: 95%;
    max-width: 90vw;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .package_item.best {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 2rem;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .package_item.best.up2-3.down-1-3 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .package_item.bottle-last {
    border-radius: 20px;
    order: 1;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 90vw;
    display: flex;
  }

  .package_item.bottle-last.mhjm.up2-1 {
    width: 640px;
    max-width: 100%;
  }

  .package_item._3bottles {
    border-radius: 20px;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .package_item._3bottles.up2-2.down-1-2 {
    padding-left: 2rem;
  }

  .text-total {
    line-height: 100%;
  }

  .benefits_item {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    display: flex;
  }

  .benefits_item.best {
    line-height: 3.5vw;
  }

  .price_dollar {
    font-size: 20vw;
    line-height: 20vw;
  }

  .price_number {
    font-size: 24vw;
  }

  .image-2 {
    width: 50vw;
    max-width: 50vw;
    padding-top: 0;
    font-size: 40vw;
  }

  .price_wrapper {
    place-items: end;
  }

  .price_wrapper.is-theme-dark {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    place-items: end;
    padding-right: 0;
  }

  .btn-cart {
    background-position: 95%, 20px;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .btn-cart.botaomenor {
    background-position: 95%, 20px;
  }

  .selo-shipping {
    width: 20vw;
    inset: auto auto 0% 0%;
  }

  .package_bottle {
    width: 50vw;
    max-width: 50vw;
    font-size: 2vw;
  }

  .package_bottle._1bottle {
    width: 100%;
    max-width: 20vw;
  }

  .package_bottle._1bottle.upse2.asdsgf {
    width: 100%;
    max-width: 100%;
  }

  .was_txt {
    text-align: right;
    font-size: 4vw;
    line-height: 100%;
  }

  .was_txt.text-white, .was_txt.text-white.yuyt, .was_txt.text-white._6rtyrt, .was_txt.risk.text-danger.text-nowrap {
    font-size: 4vw;
    line-height: 100%;
  }

  .was_txt.risk.text-danger.text-nowrap.kjh {
    font-size: 4vw;
  }

  .package-title {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
  }

  .package-title.best-value {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50vw;
    max-width: 100%;
    margin-top: auto;
    margin-left: 0;
    font-size: 4vw;
    line-height: 30vw;
    display: flex;
    overflow: auto;
  }

  .package-title.best-value.aesdfsd {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    width: 60vw;
    margin-left: 0;
    padding-left: 35px;
  }

  .package_info {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    width: 100%;
    max-width: 100%;
  }

  .package_info.separacaobloco {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
  }

  .price_per-bottler {
    font-size: 4vw;
    line-height: 2vw;
  }

  .package-button {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 100%;
    max-width: 80%;
  }

  .package-button.button3bottles, .package-button.button1bottle, .package-button.button3bottles {
    max-width: 90%;
  }

  .benefits_text {
    font-size: 2.5vw;
    line-height: 3vw;
    display: block;
  }

  .benefits_text.text-color-white {
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .text_shipping.free {
    line-height: 20px;
  }

  .price_was {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    justify-content: flex-start;
    align-items: center;
    max-width: 9rem;
  }

  .price_was.text-color-white {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    justify-content: flex-start;
    align-items: center;
    max-width: 30vw;
  }

  .wrap-package {
    width: 100%;
  }

  .price_grid {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    grid-template-rows: auto auto;
    grid-auto-flow: row;
  }

  .package_benefits {
    grid-column-gap: 2.5vw;
    grid-row-gap: 2.5vw;
    place-items: center start;
    width: 70vw;
    max-width: 100%;
    margin-left: 16.5vw;
    margin-right: 40px;
    padding: 20px 0 2vw;
    font-size: 1vw;
    line-height: 1vw;
  }

  .package_benefits.sfgdfgdfgdfh {
    margin-left: 4vw;
    margin-right: 4vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .package_benefits.hfghfghfghfgh {
    place-items: center start;
    margin-left: 4.5vw;
  }

  .package_benefits.hfghfghfghfgh.hgjtgjt {
    margin-left: 4vw;
    margin-right: 4vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-large {
    width: 100%;
    max-width: 100%;
  }

  .div-block-17 {
    grid-column-gap: 1.3rem;
    grid-row-gap: 1.3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100vw;
    max-width: 100%;
  }

  .branding-txt-bg.branding-text-bg-dark {
    background-image: none;
  }

  .image-3 {
    width: 14vw;
    font-size: 5vw;
  }

  .image-3.fgh21.urt {
    width: 40vw;
    max-width: 100%;
  }

  .wrap-bottles {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-end;
    align-items: center;
    width: 80vw;
    max-width: 100%;
    margin-top: 0;
    padding-top: 10px;
  }

  .image-4 {
    width: 50vw;
    max-width: 100%;
    font-size: 3vw;
    line-height: 2vw;
  }

  .heading {
    font-size: var(--headlines--is-h2);
  }

  .free_shipping-heading {
    font-size: 4rem;
  }

  .free_shipping-heading.text-color-white {
    font-size: var(--headlines--is-h1);
    font-size: 4rem;
  }

  .text-weight-semibold.text-color-gray {
    font-size: .8rem;
  }

  .free_shipping-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .testimonal_heading {
    font-size: 2.5rem;
  }

  .testimonal_heading.text-color-white {
    font-size: var(--headlines--title-hero-mobile-m);
    font-size: 4rem;
  }

  .faq_block {
    text-align: left;
  }

  .faq-questions {
    margin-top: 0;
  }

  .faq.is-pad-global {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .footer_links-grid {
    flex-flow: row;
  }

  .btn_add.btn-bonus.cta-modal-secondary {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .discount_label-2.best {
    inset: 0% 0% auto auto;
  }

  .discount_label-2.save-discount {
    right: 0%;
  }

  .v-line-divider {
    width: 100%;
  }

  .v-line-divider.divider-disable.mobile.step-none {
    background-color: #d3d3d3;
  }

  .v-line-divider.mobile {
    background-color: #065252;
  }

  .flex-block-2 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .nav-footer {
    grid-template-columns: 1fr 1fr 1fr;
    place-items: center;
  }

  .logos {
    min-width: 150px;
  }

  .logos.logos-security {
    width: 80px;
  }

  .bottle-8 {
    max-width: 300px;
    height: auto;
  }

  .div-block-24 {
    min-width: 100px;
  }

  .text-block {
    font-size: 35px;
  }

  .text-block.subtitle {
    font-size: 5vw;
    line-height: 5vw;
  }

  .text-block.title-red {
    font-size: 7vw;
  }

  .logo-mobile {
    display: none;
  }

  .step-container {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .step-container.step-mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: flex-start;
    width: 50%;
    display: flex;
  }

  .step-circle {
    font-size: 1.5rem;
  }

  .step-circle.step-disable.step-mobile.step-none {
    background-color: #d3d3d3;
  }

  .step-circle.step-mobile {
    background-color: #065252;
    margin-left: -3px;
    margin-right: -3px;
  }

  .step-circle.step-mobile.actually-step {
    border: 2px solid #fff;
    transform: scale(1.5);
  }

  .discount_label-3.save-discount {
    right: 0%;
  }

  .popup-offer {
    justify-content: center;
    align-items: center;
    padding: 20px;
    display: none;
  }

  .main-modal {
    justify-content: flex-start;
    align-items: center;
  }

  .content-bottles-popup {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .bottles-upsell {
    justify-content: flex-start;
    align-items: center;
    max-width: 400px;
  }

  .container-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .is-text-small.is-text-center.is-text-neutral-light {
    line-height: 1.2;
  }

  .is-text-med.is-text-bold.text-danger {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 4vw;
  }

  .is-text-med.is-text-bold.text-danger.freeupsell {
    line-height: 100%;
  }

  .title-widgets.is-text-uppercase.is-title-bold {
    font-size: 8vw;
    line-height: 6vw;
  }

  .title-widgets.is-text-uppercase.is-title-bold.text-dark {
    font-size: 11vw;
    line-height: 8vw;
  }

  .title-widgets.is-text-uppercase.is-title-bold.text-accent {
    text-align: center;
    margin-left: 0;
    font-size: 8vw;
  }

  .title-widgets.is-text-uppercase.is-title-bold._6bottlestitle {
    font-size: 12vw;
    line-height: 10vw;
  }

  .title-widgets.is-text-uppercase.is-title-bold.dsfsdfgrth {
    font-size: 6vw;
  }

  .ingredients_title {
    font-size: 2rem;
  }

  .ingredients_thumb {
    min-width: 100%;
  }

  .ingredients_block-dot {
    width: 6rem;
    height: 6rem;
  }

  .ingredients_block-img {
    width: 5rem;
    height: 5rem;
  }

  .div-block-15 {
    max-width: 12rem;
  }

  .bonus_item {
    width: 100%;
    max-width: 100%;
  }

  .div-block-11 {
    flex-flow: row-reverse wrap-reverse;
  }

  .section_heading-4 {
    font-size: 4rem;
  }

  .div-block-16 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .div-block-13 {
    text-align: center;
    place-items: center;
  }

  .divider-branding {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent, var(--brand--primary-700) 55%, transparent);
    justify-content: space-around;
    width: 100%;
    max-width: 100%;
    height: 1px;
    display: block;
  }

  .box-guarantee {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .empower_item-mobile {
    background-color: #222;
    border: 1px solid #2d2d2d66;
    border-radius: .625rem;
    place-items: center;
    width: 100%;
    max-width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    box-shadow: inset 1px 1px #333, 3px 3px #2d2d2d;
  }

  .empower_item-mobile._1 {
    padding-left: 20px;
    padding-right: 20px;
    position: sticky;
    top: 10px;
  }

  .empower_item-mobile._4 {
    position: sticky;
    top: 40px;
  }

  .empower_item-mobile._3 {
    position: sticky;
    top: 30px;
  }

  .empower_item-mobile._2 {
    position: sticky;
    top: 20px;
  }

  .empower_item-mobile._1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: sticky;
    top: 10px;
  }

  .empower_list-mobile {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    place-items: center;
    width: 100%;
    position: sticky;
    top: 1px;
  }

  .empower_list-mobile-relative {
    position: relative;
  }

  .time-left-counter {
    margin-top: 20px;
  }

  .selo-guarantee-upsell {
    width: 150px;
  }

  .heading-11 {
    font-size: var(--headlines--is-h2);
    text-align: left;
  }

  .progress-step-wrap {
    display: none;
  }

  .stop-order {
    width: 70vw;
    height: 12vw;
    font-size: 7vw;
    line-height: 6vw;
  }

  .progress-step-mobile {
    display: flex;
  }

  .testimonial-wrapper-four {
    flex-direction: column;
  }

  .heading-small {
    font-size: 28px;
    line-height: 36px;
  }

  .testimonial-image-left, .testimonial-image-left-2 {
    padding: 60px 15px;
  }

  .image-24 {
    width: 20vw;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
  }

  .image-24.bestvalue {
    width: 120px;
    margin-top: -11px;
    margin-left: -11px;
  }

  .image-24.selogarantia6potes {
    margin-top: 20px;
    margin-right: 20px;
    padding-right: 0;
  }

  .image-24.selogarantia6potes.dfg {
    width: 18vw;
  }

  .image-27 {
    width: 250px;
  }

  .div-block-27 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    flex-flow: column;
    width: 67%;
  }

  .container-large-6 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    width: 100%;
    max-width: 100%;
  }

  .footer_links-grid-3 {
    flex-flow: row;
  }

  .sessaofooter {
    padding-top: 20px;
  }

  .is-text-med-2.is-text-bold.is-text-center.is-text-normal.text-color-gray-light {
    line-height: 1.2;
  }

  .is-text-med-2.is-text-bold.text-danger {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 4vw;
  }

  .section_heading-8 {
    font-size: 4rem;
  }

  .sound-image {
    width: 16px;
  }

  .news-logos-image-copy {
    display: block;
  }

  .important-image {
    width: 10vw;
  }

  .div-block-70 {
    flex-flow: row-reverse wrap-reverse;
  }

  .watch-the-video {
    font-size: 2vw;
    line-height: 1.1;
  }

  .benefits_text-4 {
    font-size: 2.5vw;
    line-height: 3vw;
    display: block;
  }

  .benefits_text-4.text-color-white {
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .divider-branding-2 {
    background-image: radial-gradient(circle, #0000, #c0232c 55%, #0000);
    justify-content: space-around;
    width: 100%;
    max-width: 100%;
    height: 1px;
    display: block;
  }

  .div-block-71 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .bold-text-3 {
    line-height: 1;
  }

  .price_dollar-2 {
    font-size: 20vw;
    line-height: 20vw;
  }

  .bonus_item-2 {
    place-items: center;
    width: 100%;
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-72 {
    max-width: 12rem;
  }

  .package_benefits-3 {
    grid-column-gap: 2.5vw;
    grid-row-gap: 2.5vw;
    place-items: center start;
    width: 70vw;
    max-width: 100%;
    margin-left: 16.5vw;
    margin-right: 40px;
    padding: 20px 0 2vw;
    font-size: 1vw;
    line-height: 1vw;
  }

  .package_benefits-3.hfghfghfghfgh {
    grid-template-rows: auto;
    place-items: center start;
    margin-left: 0;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .container-section-2 {
    padding: 3rem 1rem;
  }

  .price_number-2 {
    font-size: 24vw;
  }

  .benefits_item-2 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    display: flex;
  }

  .benefits_item-2.best {
    line-height: 3.5vw;
  }

  .container-large-7 {
    width: 100%;
    max-width: 100%;
  }

  .text_shipping-4.free {
    line-height: 20px;
  }

  .news-logos-image {
    display: none;
  }

  .div-block-74 {
    text-align: center;
    place-items: center;
  }

  .price_was-4 {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    justify-content: flex-start;
    align-items: center;
    max-width: 9rem;
  }

  .price_was-4.text-color-white {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    justify-content: flex-start;
    align-items: center;
    max-width: 30vw;
  }

  .main-block-infos {
    flex-flow: column;
  }

  .wrap-package-2 {
    width: 100%;
    display: flex;
  }

  .image-61 {
    width: 150px;
    margin-top: -80px;
  }

  .heading-23 {
    font-size: 3rem;
  }

  .box-guarantee-3 {
    max-width: 90%;
    margin-top: 125px;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .padding-global-pages {
    padding-bottom: 10px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .max-width-3, .max-width-3._34-rem {
    max-width: 22rem;
  }

  .container-large-10 {
    width: 100%;
    max-width: 100%;
  }

  .section-heading-3, .text-branding-5 {
    font-size: 3rem;
  }

  .free_shipping-grid-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .free_shipping-grid-3.shipping-secondary.bg-transparent {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .container-large-11 {
    width: 100%;
    max-width: 100%;
  }

  .free-shipping-selo-3 {
    width: 12rem;
  }

  .wrap-bottles-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-end;
    align-items: center;
    width: 80vw;
    max-width: 100%;
    margin-top: 0;
    padding-top: 10px;
  }

  .wrap-bottles-3._3bottles {
    padding-top: 0;
  }

  .title-widgets-5.is-text-uppercase.is-title-bold {
    font-size: 8vw;
    line-height: 6vw;
  }

  .title-widgets-5.is-text-uppercase.is-title-bold.text-accent {
    text-align: center;
    margin-left: 0;
    font-size: 8vw;
  }

  .title-widgets-5.is-text-uppercase.is-title-bold.text-dark {
    font-size: 11vw;
    line-height: 8vw;
  }

  .title-widgets-5.is-text-uppercase.is-title-bold._6bottlestitle {
    font-size: 12vw;
    line-height: 10vw;
  }

  .image-63 {
    width: 50vw;
    font-size: 5vw;
  }

  .btn-cart-3 {
    background-position: 95%, 20px;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .btn-cart-3.botaomenor {
    background-position: 95%, 20px;
  }

  .section_heading-12 {
    font-size: 3.5rem;
  }

  .selo-2 {
    width: 12%;
    height: auto;
    display: block;
  }

  .package_info-3 {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    width: 100%;
    max-width: 100%;
  }

  .package_info-3.separacaobloco {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
  }

  .package_bottle-6 {
    width: 50vw;
    max-width: 50vw;
    font-size: 2vw;
  }

  .package_bottle-6._1bottle {
    width: 100%;
    max-width: 20vw;
  }

  .div-block-76 {
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    padding-bottom: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .image-64 {
    width: 20vw;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
  }

  .image-64.selogarantia6potes {
    margin-top: 20px;
    margin-right: 20px;
    padding-right: 0;
  }

  .image-64.bestvalue {
    width: 120px;
    margin-top: -11px;
    margin-left: -11px;
  }

  .image-65 {
    width: 55vw;
    max-width: none;
    font-size: 3vw;
    line-height: 2vw;
  }

  .package-title-3 {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
  }

  .package-title-3.best-value {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50vw;
    max-width: 100%;
    margin-top: auto;
    margin-left: 0;
    font-size: 4vw;
    line-height: 30vw;
    display: flex;
    overflow: visible;
  }

  .was_txt-5 {
    text-align: right;
    font-size: 4vw;
    line-height: 100%;
  }

  .was_txt-5.risk.text-danger.text-nowrap, .was_txt-5.text-white {
    font-size: 4vw;
    line-height: 100%;
  }

  .price_wrapper-5 {
    place-items: end;
  }

  .price_wrapper-5.is-theme-dark {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    place-items: end;
    padding-right: 0;
  }

  .text-total-5 {
    line-height: 100%;
  }

  .selo-shipping-6 {
    width: 17vw;
    inset: auto 0% 0% auto;
  }

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

  .package_item-5 {
    order: 0;
    width: 95%;
    max-width: 90vw;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .package_item-5.best {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 90vw;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 2rem;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .package_item-5._3bottles {
    border-radius: 20px;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .package_item-5._3bottles._158615613 {
    max-width: 90vw;
  }

  .package_item-5.bottle-last {
    border-radius: 20px;
    order: 1;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 90vw;
    display: flex;
  }

  .image-69 {
    width: 55vw;
    max-width: none;
    padding-top: 0;
    font-size: 40vw;
  }

  .branding-txt-bg-5.branding-text-bg-dark {
    background-image: none;
    background-position: 0 0;
    background-size: 120px;
  }

  .price_per-bottler-6 {
    font-size: 4vw;
    line-height: 2vw;
  }

  .image-70 {
    width: 250px;
  }

  .section_divider-2 {
    padding-bottom: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .package_grid {
    padding-bottom: 40px;
  }

  .section_package {
    padding-bottom: 0;
  }

  .formula_content-2 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .bottle_background-3 {
    min-height: 88%;
  }

  .overline-branding-2 {
    width: auto;
    font-size: 2rem;
  }

  .bottle_truesterone-3 {
    width: 45%;
  }

  .max-formula-heading-2 {
    max-width: 26rem;
  }

  .container-section-3 {
    padding: 2.5rem 1rem;
  }

  .faq_block-4 {
    text-align: left;
  }

  .section_heading-13 {
    font-size: 4rem;
  }

  .bottle_empower-3 {
    width: 60%;
  }

  .empower_content-mobile-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .empower_paragraph-3.text-align-center {
    text-align: center;
  }

  .container-section-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .empower_content-5 {
    grid-template-columns: auto;
    display: none;
  }

  .comentarys-block {
    padding: 15px;
  }

  .list-3 {
    margin-bottom: 0;
    padding-left: 25px;
  }

  .formula_heading-3 {
    font-size: 4rem;
  }

  .menu-links {
    justify-content: space-around;
    align-items: center;
    display: none;
  }

  .align-flex-horizontal.aling-justify {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: .75fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .container-40 {
    max-width: none;
  }

  .container-40.width-100 {
    width: 100%;
  }

  .links-header {
    font-size: .9rem;
  }

  .image-74 {
    width: 100%;
    max-width: none;
    height: auto;
    display: none;
  }

  .top-headline-section {
    justify-content: flex-start;
    align-items: center;
    height: 40px;
    max-height: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .image-75 {
    width: 90px;
    height: auto;
  }

  .container-39 {
    max-width: none;
  }

  .text-block-118 {
    font-size: .8rem;
    line-height: 1.2;
  }

  .notice-head-block {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .notice-head-block._1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-bottom-width: 0;
    border-bottom-color: #d1d1d1;
    padding-bottom: 5px;
  }

  .notice-head-block._2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    border-bottom-width: 1px;
    border-bottom-color: #d1d1d1;
    padding-bottom: 5px;
  }

  .container-41 {
    max-width: none;
  }

  .left-align-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .post-date, .verified-user {
    font-size: .8rem;
  }

  .author-name {
    font-size: .9rem;
  }

  .post-content {
    font-size: .85rem;
  }

  .author-age {
    font-size: .8rem;
  }

  .step-mobile-num-2 {
    color: #fff;
  }

  .step-mobile-num-2.is-text-color-white {
    color: #797979;
  }

  .step-subhead-2 {
    font-size: 1rem;
  }

  .step-subhead-2.step-subhead-2 {
    font-size: .8rem;
  }

  .step-subhead-2.step-subhead-3 {
    font-size: 1rem;
  }

  .container-header-2 {
    padding-bottom: 20px;
  }

  .step-item-step-2-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .step-head-2, .step-head-2.step-head-3 {
    font-size: 1.2rem;
  }

  .step-head-2.step-head-2 {
    margin-bottom: -4px;
    font-size: 1.2rem;
  }

  .header-second-text {
    font-size: 1.5rem;
  }

  .progress-steps-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-radius: 20px;
    flex-flow: column;
    width: 350px;
    margin-top: 0;
    padding: .5rem 0;
    display: none;
  }

  .wait-text-block {
    margin-top: 40px;
  }

  .header-section-2 {
    background-image: url('../images/back-mobile.png');
    background-position: 50% 125px;
    background-size: 100%;
    min-height: 250px;
  }

  .step-text-wrap-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .button-yes {
    margin-top: 25px;
  }

  .image-77 {
    width: 60%;
  }

  .box-guarantee-5 {
    max-width: none;
    margin-top: 80px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-25 {
    font-size: 1.8rem;
    line-height: 1.1;
  }

  .heading-text.margin-top {
    margin-top: 1rem;
  }

  .paragraphs-block {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    margin-top: 1rem;
  }

  .product-bottle-card-image {
    width: 75%;
    margin: -10px auto;
  }

  .time-left-3 {
    width: 100px;
    font-size: 1.2rem;
  }

  .product-col {
    width: 100%;
  }

  .testimonial_wrapper-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .testimonial_user-name-style-2 {
    font-size: 1.2rem;
  }

  .counter-4 {
    width: 90px;
    padding: 5px 10px;
    font-size: 1.2rem;
  }

  .link-4 {
    font-size: .8rem;
  }

  .doctor-image-2 {
    height: auto;
  }

  .image-78 {
    width: 125px;
    margin-top: -60px;
  }

  .text-counter-4 {
    font-size: 1.3rem;
  }

  .testimonial_user-country-3 {
    text-align: left;
    font-size: .9rem;
  }

  .paragraph-8, .product-infos {
    font-size: 1rem;
  }

  .text-size-regular-3 {
    margin-bottom: 0;
    font-size: 1rem;
  }

  .testimonial_list-2 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .price-align {
    flex-flow: column;
  }

  .block-product-bottle {
    margin-top: 0;
  }

  .icon-counter-2 {
    font-size: 1.2rem;
  }

  .faq_block-5 {
    text-align: left;
  }

  .text-product-title {
    font-size: 1.8rem;
  }

  .time-left-counter-4 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .footer_links-grid-4 {
    flex-flow: row;
  }

  .bottle-price-text {
    font-size: 4.2rem;
  }

  .bottle-price-text.main-price {
    font-size: 5rem;
  }

  .bonuses-2 {
    font-size: 1.5rem;
  }

  .bottles-block {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: .9fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .bottle-ebook2 {
    width: 95px;
    right: 45px;
  }

  .top-div.main-offer {
    padding-top: 55px;
  }

  .bottle-ebook1 {
    width: 96px;
  }

  .best-value-badge {
    width: 95px;
  }

  .individual-bottle, .individual-bottle.main-bottle {
    width: 100%;
  }

  .per-bottle-bundles.dark-grey-color {
    font-size: 1rem;
  }

  .bottles-quantity {
    font-size: 2.25rem;
  }

  .shipping-price.free-shipping {
    font-size: 1.4rem;
  }

  .months-supplys {
    font-size: 1.5rem;
  }

  .total-price {
    font-size: 1.2rem;
  }

  .special-offer {
    width: 55%;
    top: -16px;
  }

  .container-55 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .links-footer-block {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    flex-flow: row;
  }

  .link-footer, .links-divisor {
    font-size: .75rem;
  }

  .container-56, .container-57, .container-58 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .headline-vsl {
    font-size: 1.8rem;
    display: block;
  }

  .text-span-59 {
    margin-left: 5px;
    font-size: 1.4rem;
  }

  .container-section-5 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .certificate {
    max-width: 33rem;
    margin-top: 0;
  }

  .container-large-13 {
    width: 100%;
    max-width: 100%;
  }

  .free_shipping-grid-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
}

@media screen and (max-width: 479px) {
  .text-counter {
    font-size: 8vw;
    line-height: 6vw;
  }

  .time-left {
    width: auto;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .package_price {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    justify-content: center;
    align-items: center;
    width: 60vw;
    height: 40vw;
    font-size: 1vw;
    line-height: 1vw;
  }

  .package_price._3bottlesprice {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    justify-content: center;
    align-items: center;
    width: 50%;
  }

  .package_price._1bottlesajustes {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    justify-content: center;
    align-items: center;
  }

  .package_price._3bottlesprice {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: auto;
  }

  .selo {
    width: 100px;
    height: auto;
  }

  .package_item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    order: 0;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .package_item.best {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .package_item.best.up2-3.down-1-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .package_item.bottle-last {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    order: 1;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .package_item._3bottles {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-total {
    font-size: 4vw;
    line-height: 4vw;
  }

  .text-total.text-color-white {
    font-size: 4vw;
    line-height: 5vw;
  }

  .benefits_item {
    line-height: 4vw;
  }

  .price_number {
    font-size: 30vw;
  }

  .certificates {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .e-books {
    width: 30vw;
    top: 20px;
  }

  .image-2 {
    width: 50vw;
    height: auto;
    max-height: none;
    padding-right: 10px;
  }

  .btn-cart {
    background-position: 95%, 5px;
    background-size: 6vw, 8vw;
    padding-top: .8rem;
    padding-bottom: .8rem;
    font-size: 5vw;
    line-height: 5vw;
  }

  .btn-cart.botaomenor {
    background-position: 95%, 5px;
    background-size: 6vw, 8vw;
  }

  .selo-shipping {
    width: 20vw;
    max-width: 25vw;
    height: auto;
    inset: auto 0% 0% auto;
  }

  .package_bottle {
    width: 70%;
    max-width: 100%;
  }

  .package_bottle._1bottle {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    padding-right: 10px;
  }

  .package_bottle._1bottle.upse2.asdsgf {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
  }

  .was_txt {
    text-align: right;
    white-space: normal;
    word-break: normal;
    text-wrap: balance;
    font-size: 4vw;
  }

  .was_txt.text-white {
    text-wrap: balance;
    font-size: 4vw;
    line-height: 4vw;
  }

  .was_txt.risk.text-danger.text-nowrap {
    font-size: 4vw;
    line-height: 100%;
  }

  .was_txt.risk.text-danger.text-nowrap.fgh, .was_txt.uytyu, .was_txt.qweqwe {
    font-size: 4vw;
  }

  .package-title {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    text-align: center;
    grid-template-columns: auto auto auto;
    padding-bottom: 10px;
  }

  .package-title.best-value {
    margin-top: 0;
  }

  .package_info {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    line-height: 1.4em;
  }

  .package_info.separacaobloco {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .price_per-bottler {
    white-space: nowrap;
    font-size: 6vw;
  }

  .package-button {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto;
    padding-top: 5px;
  }

  .package-button.button3bottles {
    padding-top: 0;
  }

  .benefits_text {
    font-size: 2.9vw;
    line-height: 3vw;
  }

  .benefits_text.text-color-white {
    font-size: 2.9vw;
  }

  .text_shipping.free {
    font-size: 4vw;
    line-height: 1.4vw;
  }

  .price_was {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    justify-content: flex-start;
    align-items: flex-end;
    max-width: 100%;
  }

  .price_was.text-color-white {
    z-index: 10;
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    max-width: none;
    padding-top: 1vw;
  }

  .wrap-package {
    width: 100%;
  }

  .price_grid {
    place-items: center end;
  }

  .package_benefits {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    width: 80vw;
    margin-left: 20.5vw;
    padding-top: 10px;
  }

  .package_benefits.sfgdfgdfgdfh {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    place-items: center;
    width: 80vw;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .package_benefits.hfghfghfghfgh {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    place-items: center;
    margin-left: 10vw;
    margin-right: 10vw;
  }

  .package_benefits.hfghfghfghfgh.hgjtgjt {
    place-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-large {
    padding-bottom: 0;
  }

  .div-block-17 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .package {
    padding-top: 2.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .branding-txt-bg {
    max-width: 100%;
    top: 5.5rem;
  }

  .branding-txt-bg.branding-text-bg-dark {
    top: 6.2rem;
  }

  .image-3 {
    width: 16vw;
    height: auto;
    max-height: none;
  }

  .image-3.fgh21.urt {
    width: 42vw;
    max-width: 100%;
  }

  .image-3.fgh21.urt._3bottlesf {
    width: 180px;
  }

  .wrap-bottles {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrap-bottles._3bottles {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    padding-left: 0;
    padding-right: 0;
  }

  .wrap-bottles._1bottle {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 10px;
  }

  .image-4 {
    width: 60vw;
    height: auto;
    max-height: none;
  }

  .image-4._8945 {
    width: 42vw;
    max-width: 50vw;
    font-size: 4vw;
  }

  .image-5 {
    width: 100%;
    max-width: 40%;
  }

  .logo-trustpilot {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .reviews-trustpilot {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
  }

  .money-back {
    width: 100%;
  }

  .image-6 {
    opacity: 1;
    width: 50vw;
  }

  .heading {
    text-align: center;
    text-wrap: balance;
    font-size: 8vw;
    line-height: 8vw;
  }

  .header-money-back {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .free_shipping-heading {
    text-align: center;
    font-size: 3.6rem;
    line-height: 90%;
  }

  .free_shipping-heading.text-color-white {
    font-size: var(--headlines--is-h2);
    font-size: 3rem;
  }

  .free-shipping-selo {
    max-width: 80%;
  }

  .text-weight-semibold.text-accent {
    text-align: center;
  }

  .text-weight-semibold.text-accent-3 {
    text-align: center;
    font-size: .8rem;
  }

  .text-weight-semibold.text-accent-4 {
    text-align: center;
  }

  .free_shipping-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding: 20px;
  }

  .photos-reviews {
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .photo-review.photo-1, .photo-review.photo-2, .photo-review.photo-3, .photo-review.photo-4 {
    width: 40vw;
    height: 40vw;
  }

  .testimonial_item._1 {
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    top: 50px;
  }

  .testimonial_user {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: auto;
    place-items: center;
  }

  .testimonial_list {
    padding-left: 0;
    padding-right: 0;
    top: 1px;
  }

  .testimonal_heading.text-color-white {
    width: 100%;
    font-size: 2.7rem;
  }

  .testmonial_header {
    flex-flow: column;
    grid-template-rows: auto;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .testimonial_user-name {
    justify-content: center;
    align-items: center;
  }

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

  .testimonial_block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .heading-3 {
    order: 1;
    font-size: 20px;
  }

  .text-style-allcaps.text-weight-bold {
    font-size: 3.75vw;
    line-height: 1.4;
  }

  .faq_header {
    justify-content: space-between;
    align-items: flex-start;
  }

  .faq-questions {
    max-width: 100%;
  }

  .faq.is-pad-global {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .footer_links-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer {
    background-size: 100%;
    padding-top: 4rem;
  }

  .btn_add.btn-bonus {
    padding: 1rem;
    line-height: .9;
  }

  .btn_add.btn-bonus.cta-modal-secondary {
    line-height: .7em;
  }

  .discount_label-2 {
    width: 4rem;
    height: 4rem;
    font-size: 1.2rem;
    inset: 10px -12px auto auto;
  }

  .discount_label-2.best {
    width: 4rem;
    height: 4rem;
    font-size: 1.1875rem;
    inset: 60px 0 auto auto;
  }

  .discount_label-2.save-discount {
    width: 4rem;
    height: 4rem;
  }

  .v-line-divider {
    width: 30px;
  }

  .v-line-divider.divider-disable.mobile {
    width: 20px;
  }

  .v-line-divider.divider-disable.mobile.step-none {
    background-color: #d3d3d3;
    width: 50px;
  }

  .v-line-divider.mobile {
    background-color: #065252;
    width: 50px;
    height: 3px;
    margin-top: 0;
  }

  .package-header {
    white-space: normal;
    font-size: 2rem;
  }

  .package-header.save-offer {
    width: 100%;
    padding: 8px 16px 5px;
    font-size: 1.125rem;
  }

  .selo-img {
    width: 100%;
    max-width: 25%;
  }

  .image-8 {
    width: 90%;
  }

  .logo-desktop {
    display: none;
  }

  .nav-footer {
    grid-template-columns: 1fr;
  }

  .main-box {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .box-special-package {
    padding: 20px 10px;
  }

  .text-block-31 {
    font-size: 1rem;
    line-height: var(--text-line-height--line-height-body);
    text-align: left;
  }

  .text-block-38 {
    font-size: 1.4rem;
    line-height: .9em;
  }

  .guarantee-offer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .shipping-info {
    justify-content: center;
    align-items: center;
  }

  .text-selo {
    align-items: flex-start;
    width: auto;
  }

  .bottle-8 {
    width: 90%;
    height: auto;
  }

  .bold-text-11 {
    white-space: normal;
    font-size: 1.5rem;
  }

  .wrap-logo {
    color: #fff;
  }

  .box-main-price {
    width: 100%;
  }

  .selo-shipping-2.ups {
    left: -10px;
  }

  .text-block-30.text-number {
    line-height: 1;
  }

  .nav-link {
    border-bottom: 1px solid #444;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-24.logos--security {
    display: none;
  }

  .image-9 {
    width: 100%;
    max-width: 90%;
  }

  .text-number {
    font-size: 1.3rem;
  }

  .step-mobile-num {
    font-family: var(--font-family--text-body);
    color: #1c1c1c;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: .9rem;
  }

  .step-mobile-num.is-text-color-white {
    color: var(--neutral--neutral-light);
  }

  .heading-4.title-days {
    letter-spacing: .5rem;
    font-size: 2.5rem;
  }

  .text-block {
    padding-top: 0;
    font-size: 30px;
  }

  .text-block.subtitle {
    max-width: none;
    font-size: 6vw;
  }

  .text-block.title-red {
    width: 100%;
  }

  .logo-mobile {
    width: auto;
    max-width: 80%;
    display: inline;
  }

  .step-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
  }

  .step-container.step-mobile {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .header {
    background-color: var(--background--dark);
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .step-circle {
    width: 40px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    padding: 4px;
  }

  .step-circle.step-disable.step-mobile {
    background-color: #444;
  }

  .step-circle.step-mobile {
    background-color: #065252;
    width: 8vw;
    min-width: 30px;
    height: 8vw;
    min-height: 30px;
  }

  .guaranteee {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
  }

  .discount_label-3 {
    width: 4rem;
    height: 4rem;
    font-size: 1.2rem;
    inset: 10px -12px auto auto;
  }

  .discount_label-3.save-discount {
    width: 4rem;
    height: 4rem;
  }

  .popup-offer {
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: none;
  }

  .image-10 {
    width: 100%;
  }

  .main-modal {
    box-sizing: border-box;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    object-fit: fill;
    flex: 0 auto;
    display: flex;
  }

  .cta-modal {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .selo-shipping-3.ups {
    left: 0;
  }

  .save-text {
    font-size: 1.5rem;
    line-height: 1em;
  }

  .heading-7 {
    text-wrap: balance;
    font-size: 1.875rem;
  }

  .heading-8 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-11 {
    width: auto;
    max-width: 70px;
    height: auto;
  }

  .container-section {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: 100%;
    margin-left: -2em;
    margin-right: -2em;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
  }

  .is-text-small.is-text-center.is-text-neutral-light {
    font-size: 3vw;
    line-height: 1.2;
  }

  .is-text-med.is-text-bold.text-danger {
    margin-bottom: 0;
    line-height: 4vw;
  }

  .is-text-med.is-text-bold.is-text-center.is-text-normal.text-color-gray-light {
    font-size: 3vw;
    line-height: 3.5vw;
  }

  .is-text-med.is-text-white.is-text-bold.is-text-center {
    font-size: 3.5vw;
    line-height: 4vw;
  }

  .title-widgets {
    font-size: var(--headlines--is-h3);
  }

  .title-widgets.is-text-uppercase.is-title-bold.text-accent {
    line-height: 8vw;
  }

  .title-widgets.is-text-uppercase.is-title-bold._6bottlestitle {
    line-height: 10vw;
  }

  .title-widgets.is-text-uppercase.is-title-bold._6bottlestitle._4534 {
    font-size: 11vw;
  }

  .bottle_pills-formula {
    min-width: 100%;
    margin-top: 30px;
  }

  .formula_signature-mobile {
    text-align: center;
  }

  .formula_info {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .unique_item._2 {
    top: 27.5rem;
  }

  .unique_item._5 {
    top: 29rem;
  }

  .unique_item._1 {
    top: 27rem;
  }

  .unique_item._4 {
    top: 28.5rem;
  }

  .unique_item.div-block-6 {
    top: 29.5rem;
  }

  .unique_item._3 {
    top: 28rem;
  }

  .unstoppable.is-theme-dark {
    display: none;
    overflow: hidden;
  }

  .div-block-7 {
    padding-top: 6rem;
  }

  .text-block-46 {
    font-size: 3rem;
  }

  .unstoppable_image {
    max-width: 130%;
    position: absolute;
    top: -36%;
    bottom: auto;
    right: auto;
  }

  .div-block-10 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .div-block-11 {
    padding: 1rem;
  }

  .section_heading-4 {
    padding-bottom: 0;
    font-size: 3.2rem;
    line-height: 80%;
  }

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

  .divider-branding {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent, var(--brand--primary-700) 50%, transparent);
    max-width: 100%;
    height: 1px;
  }

  .box-guarantee {
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .empower_item-mobile {
    z-index: 10;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .empower_item-mobile._1, .empower_item-mobile._4, .empower_item-mobile._3, .empower_item-mobile._2 {
    padding: 1rem;
  }

  .empower_item-mobile._1 {
    padding: 1.1rem;
  }

  .empower_list-mobile {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .time-left-counter {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .counter {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .selo-guarantee-upsell {
    width: 100px;
  }

  .heading-11 {
    font-size: var(--headlines--is-h5);
    text-align: left;
  }

  .wrap-was {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .stop-order {
    justify-content: center;
    align-items: center;
    width: 60vw;
    margin-top: -10px;
    margin-bottom: -20px;
    font-size: 8vw;
    display: flex;
  }

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

  .container-5 {
    max-width: none;
  }

  .image-24 {
    width: 70px;
    max-width: 100%;
    margin-top: -7px;
    margin-left: -7px;
  }

  .image-24.bestvalue {
    width: 24vw;
    margin-top: -2.5vw;
    margin-left: -2.5vw;
  }

  .image-24.selogarantia6potes {
    width: 20vw;
    margin-top: 4vw;
    margin-left: 0;
    margin-right: 4vw;
  }

  .image-24.selogarantia6potes._3gurantee {
    width: 22vw;
  }

  .image-25 {
    width: 24vw;
    margin-top: -2.7vw;
    margin-left: -2.7vw;
  }

  .image-26, .image-27, .image-28 {
    width: 50vw;
  }

  .div-block-27 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    width: 100%;
  }

  .copyright-5 {
    font-size: .8rem;
  }

  .container-large-6 {
    padding-bottom: 0;
  }

  .footer_links-grid-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template: "."
                   "Area"
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .sessaofooter {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .footer-link-4:hover {
    color: var(--brand--primary-700);
  }

  .text-color-secondary-2 {
    font-size: .9rem;
  }

  .testimonial_wrapper-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column-reverse;
    display: flex;
  }

  .image-57 {
    width: 35px;
  }

  .is-text-med-2.is-text-bold.is-text-center.is-text-normal.text-color-gray-light {
    font-size: 3.2vw;
    line-height: 1.2;
  }

  .is-text-med-2.is-text-bold.text-danger {
    margin-bottom: 0;
    line-height: 4vw;
  }

  .is-text-med-2.is-text-white.is-text-bold.is-text-center {
    font-size: 3.5vw;
    line-height: 4vw;
  }

  .references-text {
    width: 100%;
  }

  .section_heading-8 {
    padding-bottom: 0;
    font-size: 3.2rem;
    line-height: 80%;
  }

  .sound-image {
    display: none;
  }

  .relative_block-3 {
    width: 100%;
  }

  .main-section {
    background-image: url('../images/banner-diabetes3.png');
    background-position: 0 0;
    background-size: cover;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .important-image {
    width: 30%;
  }

  .div-block-70 {
    padding: 1rem;
  }

  .watch-the-video {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1rem;
  }

  .benefits_text-4 {
    font-size: 2.9vw;
    line-height: 3vw;
  }

  .benefits_text-4.text-color-white {
    font-size: 2.9vw;
    line-height: 1;
  }

  .divider-branding-2 {
    background-image: radial-gradient(circle, #0000, #c0232c 50%, #0000);
    max-width: 100%;
    height: 1px;
  }

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

  .bold-text-84 {
    font-size: 1.1rem;
  }

  .aviso-block {
    flex-flow: column;
  }

  .package_benefits-3 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    width: 80vw;
    margin-left: 20.5vw;
    padding-top: 10px;
  }

  .package_benefits-3.hfghfghfghfgh {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    place-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .testimonial_block-2 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .container-section-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 2rem 1rem;
  }

  .price_number-2 {
    font-size: 30vw;
  }

  .benefits_item-2 {
    justify-content: flex-start;
    align-items: center;
    line-height: 4vw;
  }

  .container-large-7 {
    padding-bottom: 0;
  }

  .text_shipping-4.free {
    font-size: 4vw;
    line-height: 1.4vw;
  }

  .max-width-2.package {
    max-width: none;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .references-texts-block {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: column;
  }

  .price_was-4 {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }

  .price_was-4.text-color-white {
    z-index: 10;
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    max-width: none;
    padding-top: 1vw;
  }

  .e-books-3 {
    width: 30vw;
    top: 20px;
  }

  .heading-22 {
    order: 1;
    font-size: 20px;
  }

  .main-block-infos {
    box-shadow: none;
    border-radius: 25px;
    padding: 15px 0;
  }

  .div-block-75 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .wrap-package-2 {
    width: 100%;
    display: flex;
  }

  .image-61 {
    opacity: 1;
    width: 33vw;
    margin-top: -55px;
  }

  .heading-23 {
    text-align: center;
    text-wrap: balance;
    font-size: 8vw;
    line-height: 8vw;
  }

  .box-guarantee-3 {
    max-width: 100%;
    max-height: none;
    margin-top: 100px;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .code-embed-11 {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-global-pages {
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .container-large-10 {
    padding-bottom: 0;
  }

  .faq_grid-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .section-heading-3 {
    padding-bottom: 0;
    font-size: 2.5rem;
    line-height: 100%;
  }

  .text-branding-5 {
    font-size: 2.5rem;
  }

  .text-accent-3.text-branding {
    font-size: 2rem;
  }

  .free_shipping-grid-3 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding: 20px;
  }

  .free_shipping-grid-3.shipping-secondary.bg-transparent {
    padding: 2rem 0;
  }

  .container-large-11 {
    padding-bottom: 0;
  }

  .free-shipping-selo-3 {
    width: 10rem;
    max-width: 80%;
  }

  .image-62 {
    width: 50vw;
  }

  .wrap-bottles-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrap-bottles-3._1bottle {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 10px;
  }

  .wrap-bottles-3._3bottles {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    padding-left: 0;
    padding-right: 0;
  }

  .title-widgets-5 {
    font-size: 2.25rem;
  }

  .title-widgets-5.is-text-uppercase.is-title-bold.text-accent {
    line-height: 8vw;
  }

  .title-widgets-5.is-text-uppercase.is-title-bold._6bottlestitle {
    line-height: 10vw;
  }

  .image-63 {
    width: 50vw;
    height: auto;
    max-height: none;
    margin-left: -20px;
    margin-right: -20px;
  }

  .btn-cart-3 {
    background-position: 95%, 5px;
    background-size: 6vw, 8vw;
    padding-top: .6rem;
    padding-bottom: .6rem;
    font-size: 5vw;
    line-height: 5vw;
  }

  .btn-cart-3.botaomenor {
    background-position: 95%, 5px;
    background-size: 6vw, 8vw;
  }

  .section_heading-12 {
    padding-bottom: 0;
    font-size: 2.5rem;
    line-height: 80%;
  }

  .selo-2 {
    width: 25%;
    height: auto;
  }

  .package_info-3 {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    line-height: 1.4em;
  }

  .package_info-3.separacaobloco {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .package_bottle-6 {
    width: 70%;
    max-width: 100%;
  }

  .package_bottle-6._1bottle {
    justify-content: flex-end;
    align-items: center;
    max-width: 100%;
    padding-right: 10px;
  }

  .div-block-76 {
    flex-flow: wrap;
    padding-left: 0;
    padding-right: 0;
  }

  .image-64 {
    width: 70px;
    max-width: 100%;
    margin-top: -7px;
    margin-left: -7px;
  }

  .image-64.selogarantia6potes {
    width: 20vw;
    margin-top: 2vw;
    margin-left: 0;
    margin-right: 2vw;
  }

  .image-64.selogarantia6potes._3gurantee {
    width: 22vw;
  }

  .image-64.bestvalue {
    width: 24vw;
    margin-top: -2.5vw;
    margin-left: -2.5vw;
  }

  .image-65 {
    width: 50vw;
    height: auto;
    max-height: none;
    margin-left: -15px;
    margin-right: -15px;
  }

  .package-title-3 {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    text-align: center;
    grid-template-columns: auto auto auto;
    margin-left: -25px;
    padding-bottom: 5px;
  }

  .package-title-3.best-value {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-left: -25px;
  }

  .was_txt-5 {
    text-align: right;
    white-space: normal;
    word-break: normal;
    text-wrap: balance;
    font-size: 4vw;
  }

  .was_txt-5.risk.text-danger.text-nowrap {
    font-size: 4vw;
    line-height: 100%;
  }

  .was_txt-5.text-white {
    text-wrap: balance;
    font-size: 4vw;
    line-height: 4vw;
  }

  .text-total-5 {
    font-size: 4vw;
    line-height: 4vw;
  }

  .text-total-5.text-color-white {
    font-size: 4vw;
    line-height: 5vw;
  }

  .image-67 {
    width: 50vw;
  }

  .selo-shipping-6 {
    width: 15vw;
    max-width: 25vw;
    height: auto;
    inset: auto 0% 0% auto;
  }

  .icon-list-4 {
    margin-bottom: 0;
    line-height: 1;
  }

  .image-68 {
    width: 24vw;
    margin-top: -2.7vw;
    margin-left: -2.7vw;
  }

  .container-large-12 {
    padding-bottom: 0;
  }

  .package_item-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    order: 0;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .package_item-5.best {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    padding: 1rem 20px;
  }

  .package_item-5._3bottles {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .package_item-5._3bottles._158615613 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .package_item-5.bottle-last {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    order: 1;
    margin-left: 20px;
    margin-right: 20px;
    padding: 1rem 20px;
  }

  .image-69 {
    width: 55vw;
    height: auto;
    max-height: none;
    padding-right: 15px;
  }

  .branding-txt-bg-5 {
    max-width: 100%;
    top: 5.5rem;
  }

  .branding-txt-bg-5._6bottles {
    background-size: auto 119px;
    height: 7.5rem;
    top: 6rem;
  }

  .branding-txt-bg-5.branding-text-bg-dark {
    top: 6.2rem;
  }

  .price_per-bottler-6 {
    white-space: nowrap;
    font-size: 6vw;
  }

  .image-70 {
    width: 50vw;
  }

  .section_divider-2 {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .section_divider-2.cima.oculto {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .section_divider-2.baixo {
    height: 100%;
    margin-top: 0;
    padding-top: 0;
  }

  .package_grid {
    flex-flow: column;
    width: 95%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .section_package, .section_package.ocultar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .reviews-trustpilot-3 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
  }

  .image-71 {
    width: 100%;
    max-width: 40%;
  }

  .formula_content-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .bottle_background-3 {
    border-radius: 10px;
    min-height: 91%;
  }

  .formula_grid-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .container-section-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 2rem 1rem;
  }

  .section_heading-13 {
    padding-bottom: 0;
    font-size: 3.2rem;
    line-height: 80%;
  }

  .section_heading-13.text-color-secondary {
    font-size: 2.5rem;
  }

  .bottle_empower-3 {
    width: 60%;
    max-width: none;
  }

  .empower_title-4 {
    text-align: center;
  }

  .empower_content-mobile-5 {
    grid-template-columns: auto;
  }

  .empower_list-5 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .empower_paragraph-3.text-align-center {
    text-align: center;
  }

  .container-section-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .empower_content-5 {
    grid-template-columns: auto;
  }

  .comentarys-block {
    padding: 15px;
  }

  .formula_heading-3 {
    font-size: 3.2rem;
  }

  .menu-links {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: none;
  }

  .align-flex-horizontal.aling-justify {
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: .75fr;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .container-40 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .links-header {
    font-size: .8rem;
  }

  .top-headline-section {
    height: 40px;
  }

  .image-75 {
    width: 85px;
    max-width: 100px;
    height: auto;
  }

  .container-39 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .doctor-name {
    text-align: left;
    font-size: 1rem;
    line-height: 1.2;
  }

  .notice-doctor-infos {
    flex-flow: row;
    padding: .7rem 1rem;
  }

  .text-block-118 {
    font-size: .8rem;
  }

  .notice-date {
    font-size: 3.25vw;
    line-height: 1.2;
  }

  .doctor-infos {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .notice-views {
    font-size: 3.2vw;
    line-height: 1.2;
  }

  .main-section-2 {
    padding-top: 1rem;
  }

  .notice-head-block._1 {
    padding-left: 0;
  }

  .doctor-image {
    border-color: #c00;
  }

  .doctor-position, .doctor-experience {
    text-align: left;
    font-size: .8rem;
    line-height: 1.2;
  }

  .notice-category {
    background-color: #c00;
  }

  .container-41 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .number-of-comments {
    font-size: 1.2rem;
  }

  .left-align-2 {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .author-name {
    font-size: .9rem;
  }

  .comments-section {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .individual-comment.repost {
    width: 95%;
    padding: .8rem;
  }

  .paragraph-7 {
    line-height: 2;
  }

  .references-block {
    border-left-color: #c00;
  }

  .author-infos {
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-popup {
    margin-left: 15px;
    margin-right: 15px;
  }

  .popup-title-block {
    padding: 12px;
  }

  .text-block-119 {
    font-size: 1.2rem;
    line-height: 1.1;
  }

  .text-block-120 {
    font-size: .8rem;
  }

  .button-close-popup {
    font-size: .9rem;
  }

  .step2num-2 {
    font-size: 1.4rem;
  }

  .step-mobile-num-2 {
    color: #fff;
    margin-bottom: 0;
    font-size: 4.5vw;
    line-height: .9rem;
  }

  .step-mobile-num-2.is-text-color-white {
    color: #5f5f5f;
    font-size: 4.5vw;
  }

  .step-subhead-2 {
    font-size: 3.5vw;
  }

  .step-subhead-2.step-subhead-2 {
    font-size: 2.5vw;
  }

  .step-subhead-2.step-subhead-3 {
    font-size: 3.5vw;
  }

  .wait-text {
    font-size: 14vw;
    line-height: 1;
  }

  .check-icon {
    font-size: .8rem;
  }

  .step-item-step-2-2 {
    width: 95%;
  }

  .step-head-2, .step-head-2.step-head-3 {
    font-size: 5vw;
  }

  .step-head-2.step-head-2 {
    font-size: 4vw;
  }

  .header-second-text {
    font-size: 4.25vw;
  }

  .progress-steps-2 {
    width: 85%;
  }

  .step3num-2 {
    font-size: 1.4rem;
  }

  .header-section-2 {
    min-height: auto;
  }

  .step-text-wrap-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .button-yes {
    text-align: center;
    border-radius: 20px;
    padding: 15px 25px;
    font-size: 3.88vw;
    font-weight: 700;
  }

  .image-77 {
    width: 65%;
  }

  .doctor-signature {
    width: 150px;
    margin-bottom: -20px;
  }

  .box-guarantee-5 {
    width: 100%;
    max-width: 100%;
    max-height: none;
    margin-top: 70px;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-25 {
    text-align: center;
    text-wrap: balance;
    font-size: 6vw;
    line-height: 1.1;
  }

  .container-42 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .heading-text {
    font-size: 5.75vw;
  }

  .heading-text.align-left {
    font-size: 5vw;
  }

  .heading-text.margin-top {
    margin-top: 2rem;
  }

  .doctor-words-block {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
  }

  .paragraphs-block {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
  }

  .product-bottle-card-image {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .time-left-3 {
    width: auto;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 4vw;
  }

  .product-col {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .testimonial_user-name-2 {
    justify-content: center;
    align-items: center;
  }

  .number-of-bottles {
    font-size: 5.5vw;
    line-height: 1.2;
  }

  .testimonial_block-3 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .testimonial_wrapper-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column-reverse;
    display: flex;
  }

  .counter-4 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: 80px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .link-4 {
    font-size: .75rem;
    line-height: 1.2;
  }

  .doctor-image-2 {
    width: 20vw;
    height: auto;
  }

  .image-78 {
    opacity: 1;
    width: 30vw;
    margin-top: -60px;
    margin-bottom: 15px;
  }

  .text-counter-4 {
    font-size: 4.5vw;
  }

  .paragraph-8 {
    font-size: 3.8vw;
    line-height: 1.2;
  }

  .faq-questions-2 {
    max-width: 100%;
    margin-top: 0;
  }

  .product-infos {
    font-size: 3.8vw;
    line-height: 1.3;
  }

  .text-size-regular-3 {
    margin-bottom: 0;
    font-size: .9rem;
    line-height: 1.125rem;
  }

  .testimonial_list-2 {
    padding-left: 0;
    padding-right: 0;
    top: 1px;
  }

  .product-last-price {
    margin-top: -12px;
  }

  .testimonial_item-2 {
    padding: .9rem;
  }

  .paragraph_answer-5 {
    font-size: .9rem;
  }

  .block-product-bottle {
    margin-top: 0;
    margin-bottom: 0;
    padding: 25px;
  }

  .icon-counter-2 {
    font-size: 1rem;
    line-height: .9;
  }

  .text-product-title {
    font-size: 6vw;
    line-height: 1.1;
  }

  .time-left-counter-4 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .text-color-secondary-3 {
    font-size: .8rem;
    line-height: 1.4;
  }

  .footer-5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .footer_links-grid-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-end;
    display: grid;
  }

  .bonuses-2 {
    font-size: 6vw;
  }

  .bottle-ebook2 {
    width: 70px;
    right: 30px;
  }

  .add-to-cart {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 6.5vw;
  }

  .top-div.main-offer {
    padding-top: 45px;
  }

  .days-guaranted {
    font-size: 1rem;
  }

  .bottle-ebook1 {
    width: 70px;
  }

  .old-price {
    font-size: 8vw;
  }

  .best-value-badge {
    width: 70px;
  }

  .per-bottle-bundles.dark-grey-color {
    font-size: 4vw;
  }

  .bottles-quantity {
    font-size: 8vw;
  }

  .bottles-quantity.bigger-bottle-quantity {
    font-size: 1.8rem;
  }

  .months-supplys {
    font-size: 6vw;
  }

  .special-offer {
    top: -12px;
  }

  .footer-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .container-55 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .vertical-align {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .container-56, .container-57, .container-58 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sessaoreferences {
    padding-bottom: 2rem;
  }

  .headline-vsl {
    font-size: 7vw;
  }

  .text-span-59 {
    margin-left: 0;
    font-size: 5vw;
  }

  .container-section-5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: 100%;
    padding: 2rem 15px;
  }

  .certificate {
    max-width: 100%;
  }

  .container-large-13 {
    padding-bottom: 0;
  }

  .free_shipping-grid-4 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding: 20px;
  }
}

#w-node-e91a0625-b80e-c1d7-4f19-e35e17e459a5-0e87c891 {
  place-self: auto;
}

#w-node-e91a0625-b80e-c1d7-4f19-e35e17e459a6-0e87c891 {
  place-self: center;
}

#w-node-e91a0625-b80e-c1d7-4f19-e35e17e459b2-0e87c891 {
  justify-self: center;
}

#w-node-e91a0625-b80e-c1d7-4f19-e35e17e459bf-0e87c891 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e91a0625-b80e-c1d7-4f19-e35e17e459ca-0e87c891 {
  justify-self: end;
}

#w-node-_079998fb-2a50-8d4f-404c-1094dc5f7277-0e87c891, #w-node-_079998fb-2a50-8d4f-404c-1094dc5f7278-0e87c891 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_079998fb-2a50-8d4f-404c-1094dc5f7283-0e87c891 {
  align-self: auto;
}

#w-node-_079998fb-2a50-8d4f-404c-1094dc5f7284-0e87c891, #w-node-_079998fb-2a50-8d4f-404c-1094dc5f7298-0e87c891 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_079998fb-2a50-8d4f-404c-1094dc5f729f-0e87c891 {
  justify-self: center;
}

#w-node-_079998fb-2a50-8d4f-404c-1094dc5f72d7-0e87c891 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_079998fb-2a50-8d4f-404c-1094dc5f72d9-0e87c891 {
  justify-self: center;
}

#w-node-_079998fb-2a50-8d4f-404c-1094dc5f7309-0e87c891, #w-node-_079998fb-2a50-8d4f-404c-1094dc5f730e-0e87c891 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_079998fb-2a50-8d4f-404c-1094dc5f7310-0e87c891, #w-node-_932428e1-6c16-0353-d063-8f754ba53cff-0e87c891 {
  justify-self: center;
}

#w-node-_932428e1-6c16-0353-d063-8f754ba53d13-0e87c891 {
  place-self: center;
}

#w-node-a7377e63-dbba-9fa8-e0fd-f8bc97dd31a6-0e87c891, #w-node-a7377e63-dbba-9fa8-e0fd-f8bc97dd31a7-0e87c891 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a7377e63-dbba-9fa8-e0fd-f8bc97dd31b2-0e87c891 {
  align-self: auto;
}

#w-node-a7377e63-dbba-9fa8-e0fd-f8bc97dd31b3-0e87c891, #w-node-a7377e63-dbba-9fa8-e0fd-f8bc97dd31c7-0e87c891 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a7377e63-dbba-9fa8-e0fd-f8bc97dd31ce-0e87c891 {
  justify-self: center;
}

#w-node-a7377e63-dbba-9fa8-e0fd-f8bc97dd3206-0e87c891 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a7377e63-dbba-9fa8-e0fd-f8bc97dd3208-0e87c891 {
  justify-self: center;
}

#w-node-a7377e63-dbba-9fa8-e0fd-f8bc97dd3238-0e87c891, #w-node-a7377e63-dbba-9fa8-e0fd-f8bc97dd323d-0e87c891 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a7377e63-dbba-9fa8-e0fd-f8bc97dd323f-0e87c891 {
  justify-self: center;
}

#w-node-cc8fe0b4-37cb-95ee-190c-87740e882eb7-20f52a8d, #w-node-cc8fe0b4-37cb-95ee-190c-87740e882eb8-20f52a8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc8fe0b4-37cb-95ee-190c-87740e882ec3-20f52a8d {
  align-self: auto;
}

#w-node-cc8fe0b4-37cb-95ee-190c-87740e882ec4-20f52a8d, #w-node-cc8fe0b4-37cb-95ee-190c-87740e882ed8-20f52a8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc8fe0b4-37cb-95ee-190c-87740e882edf-20f52a8d {
  justify-self: center;
}

#w-node-cc8fe0b4-37cb-95ee-190c-87740e882f17-20f52a8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc8fe0b4-37cb-95ee-190c-87740e882f19-20f52a8d {
  justify-self: center;
}

#w-node-cc8fe0b4-37cb-95ee-190c-87740e882f49-20f52a8d, #w-node-cc8fe0b4-37cb-95ee-190c-87740e882f4e-20f52a8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc8fe0b4-37cb-95ee-190c-87740e882f50-20f52a8d {
  justify-self: center;
}

#w-node-d7d9dbdb-c599-705a-1b24-3b2ed74021c9-20f52a8d, #w-node-d7d9dbdb-c599-705a-1b24-3b2ed74021ca-20f52a8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d7d9dbdb-c599-705a-1b24-3b2ed74021d5-20f52a8d {
  align-self: auto;
}

#w-node-d7d9dbdb-c599-705a-1b24-3b2ed74021d6-20f52a8d, #w-node-d7d9dbdb-c599-705a-1b24-3b2ed74021ea-20f52a8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d7d9dbdb-c599-705a-1b24-3b2ed74021f1-20f52a8d {
  justify-self: center;
}

#w-node-d7d9dbdb-c599-705a-1b24-3b2ed7402229-20f52a8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d7d9dbdb-c599-705a-1b24-3b2ed740222b-20f52a8d {
  justify-self: center;
}

#w-node-d7d9dbdb-c599-705a-1b24-3b2ed740225b-20f52a8d, #w-node-d7d9dbdb-c599-705a-1b24-3b2ed7402260-20f52a8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d7d9dbdb-c599-705a-1b24-3b2ed7402262-20f52a8d {
  justify-self: center;
}

#w-node-_52bd8dfa-38ab-d380-4cf3-a45e6ef08205-1d7a7583, #w-node-_52bd8dfa-38ab-d380-4cf3-a45e6ef08206-1d7a7583 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52bd8dfa-38ab-d380-4cf3-a45e6ef08211-1d7a7583 {
  align-self: auto;
}

#w-node-_52bd8dfa-38ab-d380-4cf3-a45e6ef08212-1d7a7583, #w-node-_52bd8dfa-38ab-d380-4cf3-a45e6ef08226-1d7a7583 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52bd8dfa-38ab-d380-4cf3-a45e6ef0822d-1d7a7583 {
  justify-self: center;
}

#w-node-_52bd8dfa-38ab-d380-4cf3-a45e6ef08265-1d7a7583 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52bd8dfa-38ab-d380-4cf3-a45e6ef08267-1d7a7583 {
  justify-self: center;
}

#w-node-_52bd8dfa-38ab-d380-4cf3-a45e6ef08297-1d7a7583, #w-node-_52bd8dfa-38ab-d380-4cf3-a45e6ef0829c-1d7a7583 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52bd8dfa-38ab-d380-4cf3-a45e6ef0829e-1d7a7583 {
  justify-self: center;
}

#w-node-_6b9b6293-d1c8-3e0b-90af-b911eb484182-1d7a7583, #w-node-_6b9b6293-d1c8-3e0b-90af-b911eb484183-1d7a7583 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b9b6293-d1c8-3e0b-90af-b911eb48418e-1d7a7583 {
  align-self: auto;
}

#w-node-_6b9b6293-d1c8-3e0b-90af-b911eb48418f-1d7a7583, #w-node-_6b9b6293-d1c8-3e0b-90af-b911eb4841a3-1d7a7583 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b9b6293-d1c8-3e0b-90af-b911eb4841aa-1d7a7583 {
  justify-self: center;
}

#w-node-_6b9b6293-d1c8-3e0b-90af-b911eb4841e2-1d7a7583 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b9b6293-d1c8-3e0b-90af-b911eb4841e4-1d7a7583 {
  justify-self: center;
}

#w-node-_6b9b6293-d1c8-3e0b-90af-b911eb484213-1d7a7583, #w-node-_6b9b6293-d1c8-3e0b-90af-b911eb484218-1d7a7583 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b9b6293-d1c8-3e0b-90af-b911eb48421a-1d7a7583 {
  justify-self: center;
}

#w-node-accc504c-8ac7-b484-f92b-dc1dc77385fa-d8fa1759, #w-node-accc504c-8ac7-b484-f92b-dc1dc77385fb-d8fa1759 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-accc504c-8ac7-b484-f92b-dc1dc7738606-d8fa1759 {
  align-self: auto;
}

#w-node-accc504c-8ac7-b484-f92b-dc1dc7738607-d8fa1759, #w-node-accc504c-8ac7-b484-f92b-dc1dc773861b-d8fa1759 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-accc504c-8ac7-b484-f92b-dc1dc7738622-d8fa1759 {
  justify-self: center;
}

#w-node-accc504c-8ac7-b484-f92b-dc1dc773865a-d8fa1759 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-accc504c-8ac7-b484-f92b-dc1dc773865c-d8fa1759 {
  justify-self: center;
}

#w-node-accc504c-8ac7-b484-f92b-dc1dc773868c-d8fa1759, #w-node-accc504c-8ac7-b484-f92b-dc1dc7738691-d8fa1759 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-accc504c-8ac7-b484-f92b-dc1dc7738693-d8fa1759 {
  justify-self: center;
}

#w-node-_63529e21-9edf-d302-c352-0079ad789e4c-d8fa1759, #w-node-_63529e21-9edf-d302-c352-0079ad789e4d-d8fa1759 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_63529e21-9edf-d302-c352-0079ad789e58-d8fa1759 {
  align-self: auto;
}

#w-node-_63529e21-9edf-d302-c352-0079ad789e59-d8fa1759, #w-node-_63529e21-9edf-d302-c352-0079ad789e6d-d8fa1759 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_63529e21-9edf-d302-c352-0079ad789e74-d8fa1759 {
  justify-self: center;
}

#w-node-_63529e21-9edf-d302-c352-0079ad789eac-d8fa1759 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_63529e21-9edf-d302-c352-0079ad789eae-d8fa1759 {
  justify-self: center;
}

#w-node-_63529e21-9edf-d302-c352-0079ad789ede-d8fa1759, #w-node-_63529e21-9edf-d302-c352-0079ad789ee3-d8fa1759 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_63529e21-9edf-d302-c352-0079ad789ee5-d8fa1759 {
  justify-self: center;
}

#w-node-b4b4a007-0565-1723-29ce-6e0004c62518-495881c2, #w-node-b4b4a007-0565-1723-29ce-6e0004c62519-495881c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4b4a007-0565-1723-29ce-6e0004c62524-495881c2 {
  align-self: auto;
}

#w-node-b4b4a007-0565-1723-29ce-6e0004c62525-495881c2, #w-node-b4b4a007-0565-1723-29ce-6e0004c62539-495881c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4b4a007-0565-1723-29ce-6e0004c62540-495881c2 {
  justify-self: center;
}

#w-node-b4b4a007-0565-1723-29ce-6e0004c62578-495881c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4b4a007-0565-1723-29ce-6e0004c6257a-495881c2 {
  justify-self: center;
}

#w-node-b4b4a007-0565-1723-29ce-6e0004c625aa-495881c2, #w-node-b4b4a007-0565-1723-29ce-6e0004c625af-495881c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4b4a007-0565-1723-29ce-6e0004c625b1-495881c2 {
  justify-self: center;
}

#w-node-ab2d261f-fa44-00e7-2d44-67bd2a652842-495881c2, #w-node-ab2d261f-fa44-00e7-2d44-67bd2a652843-495881c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ab2d261f-fa44-00e7-2d44-67bd2a65284e-495881c2 {
  align-self: auto;
}

#w-node-ab2d261f-fa44-00e7-2d44-67bd2a65284f-495881c2, #w-node-ab2d261f-fa44-00e7-2d44-67bd2a652863-495881c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ab2d261f-fa44-00e7-2d44-67bd2a65286a-495881c2 {
  justify-self: center;
}

#w-node-ab2d261f-fa44-00e7-2d44-67bd2a6528a2-495881c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ab2d261f-fa44-00e7-2d44-67bd2a6528a4-495881c2 {
  justify-self: center;
}

#w-node-ab2d261f-fa44-00e7-2d44-67bd2a6528d4-495881c2, #w-node-ab2d261f-fa44-00e7-2d44-67bd2a6528d9-495881c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ab2d261f-fa44-00e7-2d44-67bd2a6528db-495881c2 {
  justify-self: center;
}

#w-node-_07d68d33-18cd-f565-4bda-2b77ffbf3565-4f682f54, #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf3566-4f682f54 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_07d68d33-18cd-f565-4bda-2b77ffbf3571-4f682f54 {
  align-self: auto;
}

#w-node-_07d68d33-18cd-f565-4bda-2b77ffbf3572-4f682f54, #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf3586-4f682f54 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_07d68d33-18cd-f565-4bda-2b77ffbf358d-4f682f54 {
  justify-self: center;
}

#w-node-_07d68d33-18cd-f565-4bda-2b77ffbf35c5-4f682f54 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_07d68d33-18cd-f565-4bda-2b77ffbf35c7-4f682f54 {
  justify-self: center;
}

#w-node-_07d68d33-18cd-f565-4bda-2b77ffbf35f7-4f682f54, #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf35fc-4f682f54 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_07d68d33-18cd-f565-4bda-2b77ffbf35fe-4f682f54 {
  justify-self: center;
}

#w-node-_4d0ef65d-210a-288b-cf29-aa744549fe24-4f682f54, #w-node-_4d0ef65d-210a-288b-cf29-aa744549fe25-4f682f54 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d0ef65d-210a-288b-cf29-aa744549fe30-4f682f54 {
  align-self: auto;
}

#w-node-_4d0ef65d-210a-288b-cf29-aa744549fe31-4f682f54, #w-node-_4d0ef65d-210a-288b-cf29-aa744549fe45-4f682f54 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d0ef65d-210a-288b-cf29-aa744549fe4c-4f682f54 {
  justify-self: center;
}

#w-node-_4d0ef65d-210a-288b-cf29-aa744549fe84-4f682f54 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d0ef65d-210a-288b-cf29-aa744549fe86-4f682f54 {
  justify-self: center;
}

#w-node-_4d0ef65d-210a-288b-cf29-aa744549feb6-4f682f54, #w-node-_4d0ef65d-210a-288b-cf29-aa744549febb-4f682f54 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d0ef65d-210a-288b-cf29-aa744549febd-4f682f54 {
  justify-self: center;
}

#w-node-_07d68d33-18cd-f565-4bda-2b77ffbf3565-cab36e6a, #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf3566-cab36e6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_07d68d33-18cd-f565-4bda-2b77ffbf3571-cab36e6a {
  align-self: auto;
}

#w-node-_07d68d33-18cd-f565-4bda-2b77ffbf3572-cab36e6a, #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf3586-cab36e6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_07d68d33-18cd-f565-4bda-2b77ffbf358d-cab36e6a {
  justify-self: center;
}

#w-node-_07d68d33-18cd-f565-4bda-2b77ffbf35c5-cab36e6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_07d68d33-18cd-f565-4bda-2b77ffbf35c7-cab36e6a {
  justify-self: center;
}

#w-node-_07d68d33-18cd-f565-4bda-2b77ffbf35f7-cab36e6a, #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf35fc-cab36e6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_07d68d33-18cd-f565-4bda-2b77ffbf35fe-cab36e6a {
  justify-self: center;
}

#w-node-_4d0ef65d-210a-288b-cf29-aa744549fe24-cab36e6a, #w-node-_4d0ef65d-210a-288b-cf29-aa744549fe25-cab36e6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d0ef65d-210a-288b-cf29-aa744549fe30-cab36e6a {
  align-self: auto;
}

#w-node-_4d0ef65d-210a-288b-cf29-aa744549fe31-cab36e6a, #w-node-_4d0ef65d-210a-288b-cf29-aa744549fe45-cab36e6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d0ef65d-210a-288b-cf29-aa744549fe4c-cab36e6a {
  justify-self: center;
}

#w-node-_4d0ef65d-210a-288b-cf29-aa744549fe84-cab36e6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d0ef65d-210a-288b-cf29-aa744549fe86-cab36e6a {
  justify-self: center;
}

#w-node-_4d0ef65d-210a-288b-cf29-aa744549feb6-cab36e6a, #w-node-_4d0ef65d-210a-288b-cf29-aa744549febb-cab36e6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d0ef65d-210a-288b-cf29-aa744549febd-cab36e6a {
  justify-self: center;
}

#w-node-_07d68d33-18cd-f565-4bda-2b77ffbf3565-d1debb49, #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf3566-d1debb49 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_07d68d33-18cd-f565-4bda-2b77ffbf3571-d1debb49 {
  align-self: auto;
}

#w-node-_07d68d33-18cd-f565-4bda-2b77ffbf3572-d1debb49, #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf3586-d1debb49 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_07d68d33-18cd-f565-4bda-2b77ffbf358d-d1debb49 {
  justify-self: center;
}

#w-node-_07d68d33-18cd-f565-4bda-2b77ffbf35c5-d1debb49 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_07d68d33-18cd-f565-4bda-2b77ffbf35c7-d1debb49 {
  justify-self: center;
}

#w-node-_07d68d33-18cd-f565-4bda-2b77ffbf35f7-d1debb49, #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf35fc-d1debb49 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_07d68d33-18cd-f565-4bda-2b77ffbf35fe-d1debb49 {
  justify-self: center;
}

#w-node-_4d0ef65d-210a-288b-cf29-aa744549fe24-d1debb49, #w-node-_4d0ef65d-210a-288b-cf29-aa744549fe25-d1debb49 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d0ef65d-210a-288b-cf29-aa744549fe30-d1debb49 {
  align-self: auto;
}

#w-node-_4d0ef65d-210a-288b-cf29-aa744549fe31-d1debb49, #w-node-_4d0ef65d-210a-288b-cf29-aa744549fe45-d1debb49 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d0ef65d-210a-288b-cf29-aa744549fe4c-d1debb49 {
  justify-self: center;
}

#w-node-_4d0ef65d-210a-288b-cf29-aa744549fe84-d1debb49 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d0ef65d-210a-288b-cf29-aa744549fe86-d1debb49 {
  justify-self: center;
}

#w-node-_4d0ef65d-210a-288b-cf29-aa744549feb6-d1debb49, #w-node-_4d0ef65d-210a-288b-cf29-aa744549febb-d1debb49 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d0ef65d-210a-288b-cf29-aa744549febd-d1debb49 {
  justify-self: center;
}

#w-node-_07d68d33-18cd-f565-4bda-2b77ffbf3565-1728fab4, #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf3566-1728fab4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_07d68d33-18cd-f565-4bda-2b77ffbf3571-1728fab4 {
  align-self: auto;
}

#w-node-_07d68d33-18cd-f565-4bda-2b77ffbf3572-1728fab4, #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf3586-1728fab4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_07d68d33-18cd-f565-4bda-2b77ffbf358d-1728fab4 {
  justify-self: center;
}

#w-node-_07d68d33-18cd-f565-4bda-2b77ffbf35c5-1728fab4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_07d68d33-18cd-f565-4bda-2b77ffbf35c7-1728fab4 {
  justify-self: center;
}

#w-node-_07d68d33-18cd-f565-4bda-2b77ffbf35f7-1728fab4, #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf35fc-1728fab4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_07d68d33-18cd-f565-4bda-2b77ffbf35fe-1728fab4 {
  justify-self: center;
}

#w-node-_4d0ef65d-210a-288b-cf29-aa744549fe24-1728fab4, #w-node-_4d0ef65d-210a-288b-cf29-aa744549fe25-1728fab4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d0ef65d-210a-288b-cf29-aa744549fe30-1728fab4 {
  align-self: auto;
}

#w-node-_4d0ef65d-210a-288b-cf29-aa744549fe31-1728fab4, #w-node-_4d0ef65d-210a-288b-cf29-aa744549fe45-1728fab4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d0ef65d-210a-288b-cf29-aa744549fe4c-1728fab4 {
  justify-self: center;
}

#w-node-_4d0ef65d-210a-288b-cf29-aa744549fe84-1728fab4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d0ef65d-210a-288b-cf29-aa744549fe86-1728fab4 {
  justify-self: center;
}

#w-node-_4d0ef65d-210a-288b-cf29-aa744549feb6-1728fab4, #w-node-_4d0ef65d-210a-288b-cf29-aa744549febb-1728fab4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d0ef65d-210a-288b-cf29-aa744549febd-1728fab4 {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_079998fb-2a50-8d4f-404c-1094dc5f7294-0e87c891 {
    place-self: center;
  }

  #w-node-_079998fb-2a50-8d4f-404c-1094dc5f72ae-0e87c891 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_079998fb-2a50-8d4f-404c-1094dc5f72b3-0e87c891 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    justify-self: center;
  }

  #w-node-_079998fb-2a50-8d4f-404c-1094dc5f72bf-0e87c891 {
    justify-self: end;
  }

  #w-node-_079998fb-2a50-8d4f-404c-1094dc5f72c9-0e87c891 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_079998fb-2a50-8d4f-404c-1094dc5f72ed-0e87c891 {
    justify-self: center;
  }

  #w-node-_079998fb-2a50-8d4f-404c-1094dc5f7304-0e87c891 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_079998fb-2a50-8d4f-404c-1094dc5f7305-0e87c891, #w-node-a7377e63-dbba-9fa8-e0fd-f8bc97dd31c3-0e87c891 {
    place-self: center;
  }

  #w-node-a7377e63-dbba-9fa8-e0fd-f8bc97dd31dd-0e87c891 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a7377e63-dbba-9fa8-e0fd-f8bc97dd31e2-0e87c891 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    justify-self: center;
  }

  #w-node-a7377e63-dbba-9fa8-e0fd-f8bc97dd31ee-0e87c891 {
    justify-self: end;
  }

  #w-node-a7377e63-dbba-9fa8-e0fd-f8bc97dd31f8-0e87c891 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-a7377e63-dbba-9fa8-e0fd-f8bc97dd321c-0e87c891 {
    justify-self: center;
  }

  #w-node-a7377e63-dbba-9fa8-e0fd-f8bc97dd3233-0e87c891 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a7377e63-dbba-9fa8-e0fd-f8bc97dd3234-0e87c891, #w-node-cc8fe0b4-37cb-95ee-190c-87740e882ed4-20f52a8d {
    place-self: center;
  }

  #w-node-cc8fe0b4-37cb-95ee-190c-87740e882eee-20f52a8d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cc8fe0b4-37cb-95ee-190c-87740e882ef3-20f52a8d {
    grid-area: span 2 / span 1 / span 2 / span 1;
    justify-self: center;
  }

  #w-node-cc8fe0b4-37cb-95ee-190c-87740e882eff-20f52a8d {
    justify-self: end;
  }

  #w-node-cc8fe0b4-37cb-95ee-190c-87740e882f09-20f52a8d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-cc8fe0b4-37cb-95ee-190c-87740e882f2d-20f52a8d {
    justify-self: center;
  }

  #w-node-cc8fe0b4-37cb-95ee-190c-87740e882f44-20f52a8d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cc8fe0b4-37cb-95ee-190c-87740e882f45-20f52a8d, #w-node-d7d9dbdb-c599-705a-1b24-3b2ed74021e6-20f52a8d {
    place-self: center;
  }

  #w-node-d7d9dbdb-c599-705a-1b24-3b2ed7402200-20f52a8d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d7d9dbdb-c599-705a-1b24-3b2ed7402205-20f52a8d {
    grid-area: span 2 / span 1 / span 2 / span 1;
    justify-self: center;
  }

  #w-node-d7d9dbdb-c599-705a-1b24-3b2ed7402211-20f52a8d {
    justify-self: end;
  }

  #w-node-d7d9dbdb-c599-705a-1b24-3b2ed740221b-20f52a8d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-d7d9dbdb-c599-705a-1b24-3b2ed740223f-20f52a8d {
    justify-self: center;
  }

  #w-node-d7d9dbdb-c599-705a-1b24-3b2ed7402256-20f52a8d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d7d9dbdb-c599-705a-1b24-3b2ed7402257-20f52a8d, #w-node-_52bd8dfa-38ab-d380-4cf3-a45e6ef08222-1d7a7583 {
    place-self: center;
  }

  #w-node-_52bd8dfa-38ab-d380-4cf3-a45e6ef0823c-1d7a7583 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_52bd8dfa-38ab-d380-4cf3-a45e6ef08241-1d7a7583 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    justify-self: center;
  }

  #w-node-_52bd8dfa-38ab-d380-4cf3-a45e6ef0824d-1d7a7583 {
    justify-self: end;
  }

  #w-node-_52bd8dfa-38ab-d380-4cf3-a45e6ef08257-1d7a7583 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_52bd8dfa-38ab-d380-4cf3-a45e6ef0827b-1d7a7583 {
    justify-self: center;
  }

  #w-node-_52bd8dfa-38ab-d380-4cf3-a45e6ef08292-1d7a7583 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_52bd8dfa-38ab-d380-4cf3-a45e6ef08293-1d7a7583, #w-node-_6b9b6293-d1c8-3e0b-90af-b911eb48419f-1d7a7583 {
    place-self: center;
  }

  #w-node-_6b9b6293-d1c8-3e0b-90af-b911eb4841b9-1d7a7583 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6b9b6293-d1c8-3e0b-90af-b911eb4841be-1d7a7583 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    justify-self: center;
  }

  #w-node-_6b9b6293-d1c8-3e0b-90af-b911eb4841ca-1d7a7583 {
    justify-self: end;
  }

  #w-node-_6b9b6293-d1c8-3e0b-90af-b911eb4841d4-1d7a7583 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_6b9b6293-d1c8-3e0b-90af-b911eb4841f8-1d7a7583 {
    justify-self: center;
  }

  #w-node-_6b9b6293-d1c8-3e0b-90af-b911eb48420e-1d7a7583 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6b9b6293-d1c8-3e0b-90af-b911eb48420f-1d7a7583, #w-node-accc504c-8ac7-b484-f92b-dc1dc7738617-d8fa1759 {
    place-self: center;
  }

  #w-node-accc504c-8ac7-b484-f92b-dc1dc7738631-d8fa1759 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-accc504c-8ac7-b484-f92b-dc1dc7738636-d8fa1759 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    justify-self: center;
  }

  #w-node-accc504c-8ac7-b484-f92b-dc1dc7738642-d8fa1759 {
    justify-self: end;
  }

  #w-node-accc504c-8ac7-b484-f92b-dc1dc773864c-d8fa1759 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-accc504c-8ac7-b484-f92b-dc1dc7738670-d8fa1759 {
    justify-self: center;
  }

  #w-node-accc504c-8ac7-b484-f92b-dc1dc7738687-d8fa1759 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-accc504c-8ac7-b484-f92b-dc1dc7738688-d8fa1759, #w-node-_63529e21-9edf-d302-c352-0079ad789e69-d8fa1759 {
    place-self: center;
  }

  #w-node-_63529e21-9edf-d302-c352-0079ad789e83-d8fa1759 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_63529e21-9edf-d302-c352-0079ad789e88-d8fa1759 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    justify-self: center;
  }

  #w-node-_63529e21-9edf-d302-c352-0079ad789e94-d8fa1759 {
    justify-self: end;
  }

  #w-node-_63529e21-9edf-d302-c352-0079ad789e9e-d8fa1759 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_63529e21-9edf-d302-c352-0079ad789ec2-d8fa1759 {
    justify-self: center;
  }

  #w-node-_63529e21-9edf-d302-c352-0079ad789ed9-d8fa1759 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_63529e21-9edf-d302-c352-0079ad789eda-d8fa1759, #w-node-b4b4a007-0565-1723-29ce-6e0004c62535-495881c2 {
    place-self: center;
  }

  #w-node-b4b4a007-0565-1723-29ce-6e0004c6254f-495881c2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b4b4a007-0565-1723-29ce-6e0004c62554-495881c2 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    justify-self: center;
  }

  #w-node-b4b4a007-0565-1723-29ce-6e0004c62560-495881c2 {
    justify-self: end;
  }

  #w-node-b4b4a007-0565-1723-29ce-6e0004c6256a-495881c2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-b4b4a007-0565-1723-29ce-6e0004c6258e-495881c2 {
    justify-self: center;
  }

  #w-node-b4b4a007-0565-1723-29ce-6e0004c625a5-495881c2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b4b4a007-0565-1723-29ce-6e0004c625a6-495881c2, #w-node-ab2d261f-fa44-00e7-2d44-67bd2a65285f-495881c2 {
    place-self: center;
  }

  #w-node-ab2d261f-fa44-00e7-2d44-67bd2a652879-495881c2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ab2d261f-fa44-00e7-2d44-67bd2a65287e-495881c2 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    justify-self: center;
  }

  #w-node-ab2d261f-fa44-00e7-2d44-67bd2a65288a-495881c2 {
    justify-self: end;
  }

  #w-node-ab2d261f-fa44-00e7-2d44-67bd2a652894-495881c2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-ab2d261f-fa44-00e7-2d44-67bd2a6528b8-495881c2 {
    justify-self: center;
  }

  #w-node-ab2d261f-fa44-00e7-2d44-67bd2a6528cf-495881c2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ab2d261f-fa44-00e7-2d44-67bd2a6528d0-495881c2, #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf3582-4f682f54 {
    place-self: center;
  }

  #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf359c-4f682f54 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf35a1-4f682f54 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    justify-self: center;
  }

  #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf35ad-4f682f54 {
    justify-self: end;
  }

  #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf35b7-4f682f54 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf35db-4f682f54 {
    justify-self: center;
  }

  #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf35f2-4f682f54 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf35f3-4f682f54, #w-node-_4d0ef65d-210a-288b-cf29-aa744549fe41-4f682f54 {
    place-self: center;
  }

  #w-node-_4d0ef65d-210a-288b-cf29-aa744549fe5b-4f682f54 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4d0ef65d-210a-288b-cf29-aa744549fe60-4f682f54 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    justify-self: center;
  }

  #w-node-_4d0ef65d-210a-288b-cf29-aa744549fe6c-4f682f54 {
    justify-self: end;
  }

  #w-node-_4d0ef65d-210a-288b-cf29-aa744549fe76-4f682f54 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_4d0ef65d-210a-288b-cf29-aa744549fe9a-4f682f54 {
    justify-self: center;
  }

  #w-node-_4d0ef65d-210a-288b-cf29-aa744549feb1-4f682f54 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4d0ef65d-210a-288b-cf29-aa744549feb2-4f682f54, #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf3582-cab36e6a {
    place-self: center;
  }

  #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf359c-cab36e6a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf35a1-cab36e6a {
    grid-area: span 2 / span 1 / span 2 / span 1;
    justify-self: center;
  }

  #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf35ad-cab36e6a {
    justify-self: end;
  }

  #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf35b7-cab36e6a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf35db-cab36e6a {
    justify-self: center;
  }

  #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf35f2-cab36e6a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf35f3-cab36e6a, #w-node-_4d0ef65d-210a-288b-cf29-aa744549fe41-cab36e6a {
    place-self: center;
  }

  #w-node-_4d0ef65d-210a-288b-cf29-aa744549fe5b-cab36e6a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4d0ef65d-210a-288b-cf29-aa744549fe60-cab36e6a {
    grid-area: span 2 / span 1 / span 2 / span 1;
    justify-self: center;
  }

  #w-node-_4d0ef65d-210a-288b-cf29-aa744549fe6c-cab36e6a {
    justify-self: end;
  }

  #w-node-_4d0ef65d-210a-288b-cf29-aa744549fe76-cab36e6a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_4d0ef65d-210a-288b-cf29-aa744549fe9a-cab36e6a {
    justify-self: center;
  }

  #w-node-_4d0ef65d-210a-288b-cf29-aa744549feb1-cab36e6a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4d0ef65d-210a-288b-cf29-aa744549feb2-cab36e6a, #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf3582-d1debb49 {
    place-self: center;
  }

  #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf359c-d1debb49 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf35a1-d1debb49 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    justify-self: center;
  }

  #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf35ad-d1debb49 {
    justify-self: end;
  }

  #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf35b7-d1debb49 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf35db-d1debb49 {
    justify-self: center;
  }

  #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf35f2-d1debb49 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf35f3-d1debb49, #w-node-_4d0ef65d-210a-288b-cf29-aa744549fe41-d1debb49 {
    place-self: center;
  }

  #w-node-_4d0ef65d-210a-288b-cf29-aa744549fe5b-d1debb49 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4d0ef65d-210a-288b-cf29-aa744549fe60-d1debb49 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    justify-self: center;
  }

  #w-node-_4d0ef65d-210a-288b-cf29-aa744549fe6c-d1debb49 {
    justify-self: end;
  }

  #w-node-_4d0ef65d-210a-288b-cf29-aa744549fe76-d1debb49 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_4d0ef65d-210a-288b-cf29-aa744549fe9a-d1debb49 {
    justify-self: center;
  }

  #w-node-_4d0ef65d-210a-288b-cf29-aa744549feb1-d1debb49 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4d0ef65d-210a-288b-cf29-aa744549feb2-d1debb49, #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf3582-1728fab4 {
    place-self: center;
  }

  #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf359c-1728fab4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf35a1-1728fab4 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    justify-self: center;
  }

  #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf35ad-1728fab4 {
    justify-self: end;
  }

  #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf35b7-1728fab4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf35db-1728fab4 {
    justify-self: center;
  }

  #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf35f2-1728fab4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf35f3-1728fab4, #w-node-_4d0ef65d-210a-288b-cf29-aa744549fe41-1728fab4 {
    place-self: center;
  }

  #w-node-_4d0ef65d-210a-288b-cf29-aa744549fe5b-1728fab4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4d0ef65d-210a-288b-cf29-aa744549fe60-1728fab4 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    justify-self: center;
  }

  #w-node-_4d0ef65d-210a-288b-cf29-aa744549fe6c-1728fab4 {
    justify-self: end;
  }

  #w-node-_4d0ef65d-210a-288b-cf29-aa744549fe76-1728fab4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_4d0ef65d-210a-288b-cf29-aa744549fe9a-1728fab4 {
    justify-self: center;
  }

  #w-node-_4d0ef65d-210a-288b-cf29-aa744549feb1-1728fab4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4d0ef65d-210a-288b-cf29-aa744549feb2-1728fab4 {
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_079998fb-2a50-8d4f-404c-1094dc5f727e-0e87c891 {
    justify-self: stretch;
  }

  #w-node-_079998fb-2a50-8d4f-404c-1094dc5f72ae-0e87c891 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_079998fb-2a50-8d4f-404c-1094dc5f72b3-0e87c891 {
    justify-self: auto;
  }

  #w-node-_079998fb-2a50-8d4f-404c-1094dc5f72bf-0e87c891 {
    justify-self: end;
  }

  #w-node-_079998fb-2a50-8d4f-404c-1094dc5f72c9-0e87c891 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    justify-self: auto;
  }

  #w-node-_079998fb-2a50-8d4f-404c-1094dc5f72d6-0e87c891 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_079998fb-2a50-8d4f-404c-1094dc5f72d7-0e87c891, #w-node-_079998fb-2a50-8d4f-404c-1094dc5f730d-0e87c891 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f88716e3-5b54-820f-b1bd-1eacab14b6d5-0e87c891 {
    place-self: auto;
  }

  #w-node-f88716e3-5b54-820f-b1bd-1eacab14b6df-0e87c891 {
    justify-self: center;
  }

  #w-node-f88716e3-5b54-820f-b1bd-1eacab14b6e5-0e87c891 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-a7377e63-dbba-9fa8-e0fd-f8bc97dd31ad-0e87c891 {
    justify-self: stretch;
  }

  #w-node-a7377e63-dbba-9fa8-e0fd-f8bc97dd31dd-0e87c891 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a7377e63-dbba-9fa8-e0fd-f8bc97dd31e2-0e87c891 {
    justify-self: auto;
  }

  #w-node-a7377e63-dbba-9fa8-e0fd-f8bc97dd31ee-0e87c891 {
    justify-self: end;
  }

  #w-node-a7377e63-dbba-9fa8-e0fd-f8bc97dd31f8-0e87c891 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    justify-self: auto;
  }

  #w-node-a7377e63-dbba-9fa8-e0fd-f8bc97dd3205-0e87c891 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-a7377e63-dbba-9fa8-e0fd-f8bc97dd3206-0e87c891, #w-node-a7377e63-dbba-9fa8-e0fd-f8bc97dd323c-0e87c891 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cc8fe0b4-37cb-95ee-190c-87740e882ebe-20f52a8d {
    justify-self: stretch;
  }

  #w-node-cc8fe0b4-37cb-95ee-190c-87740e882eee-20f52a8d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cc8fe0b4-37cb-95ee-190c-87740e882ef3-20f52a8d {
    justify-self: auto;
  }

  #w-node-cc8fe0b4-37cb-95ee-190c-87740e882eff-20f52a8d {
    justify-self: end;
  }

  #w-node-cc8fe0b4-37cb-95ee-190c-87740e882f09-20f52a8d {
    grid-area: span 2 / span 1 / span 2 / span 1;
    justify-self: auto;
  }

  #w-node-cc8fe0b4-37cb-95ee-190c-87740e882f16-20f52a8d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-cc8fe0b4-37cb-95ee-190c-87740e882f17-20f52a8d, #w-node-cc8fe0b4-37cb-95ee-190c-87740e882f4d-20f52a8d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b78f4c32-96f1-c603-89e0-6fb0d5ad59df-20f52a8d {
    place-self: auto;
  }

  #w-node-b78f4c32-96f1-c603-89e0-6fb0d5ad59e9-20f52a8d {
    justify-self: center;
  }

  #w-node-b78f4c32-96f1-c603-89e0-6fb0d5ad59ef-20f52a8d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-d7d9dbdb-c599-705a-1b24-3b2ed74021d0-20f52a8d {
    justify-self: stretch;
  }

  #w-node-d7d9dbdb-c599-705a-1b24-3b2ed7402200-20f52a8d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d7d9dbdb-c599-705a-1b24-3b2ed7402205-20f52a8d {
    justify-self: auto;
  }

  #w-node-d7d9dbdb-c599-705a-1b24-3b2ed7402211-20f52a8d {
    justify-self: end;
  }

  #w-node-d7d9dbdb-c599-705a-1b24-3b2ed740221b-20f52a8d {
    grid-area: span 2 / span 1 / span 2 / span 1;
    justify-self: auto;
  }

  #w-node-d7d9dbdb-c599-705a-1b24-3b2ed7402228-20f52a8d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-d7d9dbdb-c599-705a-1b24-3b2ed7402229-20f52a8d, #w-node-d7d9dbdb-c599-705a-1b24-3b2ed740225f-20f52a8d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1552ba87-965b-f2c2-7646-ca2a7e93173a-1d7a7583 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_52bd8dfa-38ab-d380-4cf3-a45e6ef0820c-1d7a7583 {
    justify-self: stretch;
  }

  #w-node-_52bd8dfa-38ab-d380-4cf3-a45e6ef0823c-1d7a7583 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_52bd8dfa-38ab-d380-4cf3-a45e6ef08241-1d7a7583 {
    justify-self: auto;
  }

  #w-node-_52bd8dfa-38ab-d380-4cf3-a45e6ef0824d-1d7a7583 {
    justify-self: end;
  }

  #w-node-_52bd8dfa-38ab-d380-4cf3-a45e6ef08257-1d7a7583 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    justify-self: auto;
  }

  #w-node-_52bd8dfa-38ab-d380-4cf3-a45e6ef08264-1d7a7583 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_52bd8dfa-38ab-d380-4cf3-a45e6ef08265-1d7a7583, #w-node-_52bd8dfa-38ab-d380-4cf3-a45e6ef0829b-1d7a7583 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b78f4c32-96f1-c603-89e0-6fb0d5ad59df-1d7a7583 {
    place-self: auto;
  }

  #w-node-b78f4c32-96f1-c603-89e0-6fb0d5ad59e9-1d7a7583 {
    justify-self: center;
  }

  #w-node-b78f4c32-96f1-c603-89e0-6fb0d5ad59ef-1d7a7583 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_6b9b6293-d1c8-3e0b-90af-b911eb484189-1d7a7583 {
    justify-self: stretch;
  }

  #w-node-_6b9b6293-d1c8-3e0b-90af-b911eb4841b9-1d7a7583 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6b9b6293-d1c8-3e0b-90af-b911eb4841be-1d7a7583 {
    justify-self: auto;
  }

  #w-node-_6b9b6293-d1c8-3e0b-90af-b911eb4841ca-1d7a7583 {
    justify-self: end;
  }

  #w-node-_6b9b6293-d1c8-3e0b-90af-b911eb4841d4-1d7a7583 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    justify-self: auto;
  }

  #w-node-_6b9b6293-d1c8-3e0b-90af-b911eb4841e1-1d7a7583 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_6b9b6293-d1c8-3e0b-90af-b911eb4841e2-1d7a7583, #w-node-_6b9b6293-d1c8-3e0b-90af-b911eb484217-1d7a7583 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-accc504c-8ac7-b484-f92b-dc1dc7738601-d8fa1759 {
    justify-self: stretch;
  }

  #w-node-accc504c-8ac7-b484-f92b-dc1dc7738631-d8fa1759 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-accc504c-8ac7-b484-f92b-dc1dc7738636-d8fa1759 {
    justify-self: auto;
  }

  #w-node-accc504c-8ac7-b484-f92b-dc1dc7738642-d8fa1759 {
    justify-self: end;
  }

  #w-node-accc504c-8ac7-b484-f92b-dc1dc773864c-d8fa1759 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    justify-self: auto;
  }

  #w-node-accc504c-8ac7-b484-f92b-dc1dc7738659-d8fa1759 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-accc504c-8ac7-b484-f92b-dc1dc773865a-d8fa1759, #w-node-accc504c-8ac7-b484-f92b-dc1dc7738690-d8fa1759 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b60eba4a-0a82-4a7a-8784-3e7850c0be15-d8fa1759 {
    place-self: auto;
  }

  #w-node-b60eba4a-0a82-4a7a-8784-3e7850c0be1f-d8fa1759 {
    justify-self: center;
  }

  #w-node-b60eba4a-0a82-4a7a-8784-3e7850c0be25-d8fa1759 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_63529e21-9edf-d302-c352-0079ad789e53-d8fa1759 {
    justify-self: stretch;
  }

  #w-node-_63529e21-9edf-d302-c352-0079ad789e83-d8fa1759 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_63529e21-9edf-d302-c352-0079ad789e88-d8fa1759 {
    justify-self: auto;
  }

  #w-node-_63529e21-9edf-d302-c352-0079ad789e94-d8fa1759 {
    justify-self: end;
  }

  #w-node-_63529e21-9edf-d302-c352-0079ad789e9e-d8fa1759 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    justify-self: auto;
  }

  #w-node-_63529e21-9edf-d302-c352-0079ad789eab-d8fa1759 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_63529e21-9edf-d302-c352-0079ad789eac-d8fa1759, #w-node-_63529e21-9edf-d302-c352-0079ad789ee2-d8fa1759 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1552ba87-965b-f2c2-7646-ca2a7e93173a-495881c2 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b4b4a007-0565-1723-29ce-6e0004c6251f-495881c2 {
    justify-self: stretch;
  }

  #w-node-b4b4a007-0565-1723-29ce-6e0004c6254f-495881c2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b4b4a007-0565-1723-29ce-6e0004c62554-495881c2 {
    justify-self: auto;
  }

  #w-node-b4b4a007-0565-1723-29ce-6e0004c62560-495881c2 {
    justify-self: end;
  }

  #w-node-b4b4a007-0565-1723-29ce-6e0004c6256a-495881c2 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    justify-self: auto;
  }

  #w-node-b4b4a007-0565-1723-29ce-6e0004c62577-495881c2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-b4b4a007-0565-1723-29ce-6e0004c62578-495881c2, #w-node-b4b4a007-0565-1723-29ce-6e0004c625ae-495881c2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b78f4c32-96f1-c603-89e0-6fb0d5ad59df-495881c2 {
    place-self: auto;
  }

  #w-node-b78f4c32-96f1-c603-89e0-6fb0d5ad59e9-495881c2 {
    justify-self: center;
  }

  #w-node-b78f4c32-96f1-c603-89e0-6fb0d5ad59ef-495881c2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-ab2d261f-fa44-00e7-2d44-67bd2a652849-495881c2 {
    justify-self: stretch;
  }

  #w-node-ab2d261f-fa44-00e7-2d44-67bd2a652879-495881c2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ab2d261f-fa44-00e7-2d44-67bd2a65287e-495881c2 {
    justify-self: auto;
  }

  #w-node-ab2d261f-fa44-00e7-2d44-67bd2a65288a-495881c2 {
    justify-self: end;
  }

  #w-node-ab2d261f-fa44-00e7-2d44-67bd2a652894-495881c2 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    justify-self: auto;
  }

  #w-node-ab2d261f-fa44-00e7-2d44-67bd2a6528a1-495881c2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-ab2d261f-fa44-00e7-2d44-67bd2a6528a2-495881c2, #w-node-ab2d261f-fa44-00e7-2d44-67bd2a6528d8-495881c2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf356c-4f682f54 {
    justify-self: stretch;
  }

  #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf359c-4f682f54 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf35a1-4f682f54 {
    justify-self: auto;
  }

  #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf35ad-4f682f54 {
    justify-self: end;
  }

  #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf35b7-4f682f54 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    justify-self: auto;
  }

  #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf35c4-4f682f54 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf35c5-4f682f54, #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf35fb-4f682f54 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_934c76bd-e677-f3b6-1748-356a476ebac0-4f682f54 {
    place-self: auto;
  }

  #w-node-_934c76bd-e677-f3b6-1748-356a476ebaca-4f682f54 {
    justify-self: center;
  }

  #w-node-_934c76bd-e677-f3b6-1748-356a476ebad0-4f682f54 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_4d0ef65d-210a-288b-cf29-aa744549fe2b-4f682f54 {
    justify-self: stretch;
  }

  #w-node-_4d0ef65d-210a-288b-cf29-aa744549fe5b-4f682f54 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4d0ef65d-210a-288b-cf29-aa744549fe60-4f682f54 {
    justify-self: auto;
  }

  #w-node-_4d0ef65d-210a-288b-cf29-aa744549fe6c-4f682f54 {
    justify-self: end;
  }

  #w-node-_4d0ef65d-210a-288b-cf29-aa744549fe76-4f682f54 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    justify-self: auto;
  }

  #w-node-_4d0ef65d-210a-288b-cf29-aa744549fe83-4f682f54 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_4d0ef65d-210a-288b-cf29-aa744549fe84-4f682f54, #w-node-_4d0ef65d-210a-288b-cf29-aa744549feba-4f682f54 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf356c-cab36e6a {
    justify-self: stretch;
  }

  #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf359c-cab36e6a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf35a1-cab36e6a {
    justify-self: auto;
  }

  #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf35ad-cab36e6a {
    justify-self: end;
  }

  #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf35b7-cab36e6a {
    grid-area: span 2 / span 1 / span 2 / span 1;
    justify-self: auto;
  }

  #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf35c4-cab36e6a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf35c5-cab36e6a, #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf35fb-cab36e6a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_934c76bd-e677-f3b6-1748-356a476ebac0-cab36e6a {
    place-self: auto;
  }

  #w-node-_934c76bd-e677-f3b6-1748-356a476ebaca-cab36e6a {
    justify-self: center;
  }

  #w-node-_934c76bd-e677-f3b6-1748-356a476ebad0-cab36e6a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_4d0ef65d-210a-288b-cf29-aa744549fe2b-cab36e6a {
    justify-self: stretch;
  }

  #w-node-_4d0ef65d-210a-288b-cf29-aa744549fe5b-cab36e6a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4d0ef65d-210a-288b-cf29-aa744549fe60-cab36e6a {
    justify-self: auto;
  }

  #w-node-_4d0ef65d-210a-288b-cf29-aa744549fe6c-cab36e6a {
    justify-self: end;
  }

  #w-node-_4d0ef65d-210a-288b-cf29-aa744549fe76-cab36e6a {
    grid-area: span 2 / span 1 / span 2 / span 1;
    justify-self: auto;
  }

  #w-node-_4d0ef65d-210a-288b-cf29-aa744549fe83-cab36e6a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_4d0ef65d-210a-288b-cf29-aa744549fe84-cab36e6a, #w-node-_4d0ef65d-210a-288b-cf29-aa744549feba-cab36e6a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf356c-d1debb49 {
    justify-self: stretch;
  }

  #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf359c-d1debb49 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf35a1-d1debb49 {
    justify-self: auto;
  }

  #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf35ad-d1debb49 {
    justify-self: end;
  }

  #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf35b7-d1debb49 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    justify-self: auto;
  }

  #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf35c4-d1debb49 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf35c5-d1debb49, #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf35fb-d1debb49 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_934c76bd-e677-f3b6-1748-356a476ebac0-d1debb49 {
    place-self: auto;
  }

  #w-node-_934c76bd-e677-f3b6-1748-356a476ebaca-d1debb49 {
    justify-self: center;
  }

  #w-node-_934c76bd-e677-f3b6-1748-356a476ebad0-d1debb49 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_4d0ef65d-210a-288b-cf29-aa744549fe2b-d1debb49 {
    justify-self: stretch;
  }

  #w-node-_4d0ef65d-210a-288b-cf29-aa744549fe5b-d1debb49 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4d0ef65d-210a-288b-cf29-aa744549fe60-d1debb49 {
    justify-self: auto;
  }

  #w-node-_4d0ef65d-210a-288b-cf29-aa744549fe6c-d1debb49 {
    justify-self: end;
  }

  #w-node-_4d0ef65d-210a-288b-cf29-aa744549fe76-d1debb49 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    justify-self: auto;
  }

  #w-node-_4d0ef65d-210a-288b-cf29-aa744549fe83-d1debb49 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_4d0ef65d-210a-288b-cf29-aa744549fe84-d1debb49, #w-node-_4d0ef65d-210a-288b-cf29-aa744549feba-d1debb49 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf356c-1728fab4 {
    justify-self: stretch;
  }

  #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf359c-1728fab4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf35a1-1728fab4 {
    justify-self: auto;
  }

  #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf35ad-1728fab4 {
    justify-self: end;
  }

  #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf35b7-1728fab4 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    justify-self: auto;
  }

  #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf35c4-1728fab4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf35c5-1728fab4, #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf35fb-1728fab4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_934c76bd-e677-f3b6-1748-356a476ebac0-1728fab4 {
    place-self: auto;
  }

  #w-node-_934c76bd-e677-f3b6-1748-356a476ebaca-1728fab4 {
    justify-self: center;
  }

  #w-node-_934c76bd-e677-f3b6-1748-356a476ebad0-1728fab4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_4d0ef65d-210a-288b-cf29-aa744549fe2b-1728fab4 {
    justify-self: stretch;
  }

  #w-node-_4d0ef65d-210a-288b-cf29-aa744549fe5b-1728fab4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4d0ef65d-210a-288b-cf29-aa744549fe60-1728fab4 {
    justify-self: auto;
  }

  #w-node-_4d0ef65d-210a-288b-cf29-aa744549fe6c-1728fab4 {
    justify-self: end;
  }

  #w-node-_4d0ef65d-210a-288b-cf29-aa744549fe76-1728fab4 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    justify-self: auto;
  }

  #w-node-_4d0ef65d-210a-288b-cf29-aa744549fe83-1728fab4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_4d0ef65d-210a-288b-cf29-aa744549fe84-1728fab4, #w-node-_4d0ef65d-210a-288b-cf29-aa744549feba-1728fab4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_079998fb-2a50-8d4f-404c-1094dc5f72fe-0e87c891 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_932428e1-6c16-0353-d063-8f754ba53d78-0e87c891 {
    justify-self: auto;
  }

  #w-node-a7377e63-dbba-9fa8-e0fd-f8bc97dd322d-0e87c891, #w-node-cc8fe0b4-37cb-95ee-190c-87740e882f3e-20f52a8d, #w-node-d7d9dbdb-c599-705a-1b24-3b2ed7402250-20f52a8d, #w-node-_52bd8dfa-38ab-d380-4cf3-a45e6ef0828c-1d7a7583, #w-node-_6b9b6293-d1c8-3e0b-90af-b911eb484208-1d7a7583, #w-node-accc504c-8ac7-b484-f92b-dc1dc7738681-d8fa1759, #w-node-_63529e21-9edf-d302-c352-0079ad789ed3-d8fa1759, #w-node-b4b4a007-0565-1723-29ce-6e0004c6259f-495881c2, #w-node-ab2d261f-fa44-00e7-2d44-67bd2a6528c9-495881c2, #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf35ec-4f682f54, #w-node-_4d0ef65d-210a-288b-cf29-aa744549feab-4f682f54, #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf35ec-cab36e6a, #w-node-_4d0ef65d-210a-288b-cf29-aa744549feab-cab36e6a, #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf35ec-d1debb49, #w-node-_4d0ef65d-210a-288b-cf29-aa744549feab-d1debb49, #w-node-_07d68d33-18cd-f565-4bda-2b77ffbf35ec-1728fab4, #w-node-_4d0ef65d-210a-288b-cf29-aa744549feab-1728fab4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Notoserif Semicondensed';
  src: url('../fonts/NotoSerif_SemiCondensed-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notoserif Semicondensed';
  src: url('../fonts/NotoSerif_SemiCondensed-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}