@import url(http://fonts.googleapis.com/css?family=Roboto:wght@400;500;700|Open+Sans:400italic,700italic,400,700);
@font-face {
  font-family: "Prestige Signature Script  Demo";
  src: url("../fonts/PrestigeSignatureScript-Demo.woff2") format("woff2"), url("../fonts/PrestigeSignatureScript-Demo.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* roboto-condensed-regular - latin */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-condensed-v25-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-condensed-v25-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-condensed-v25-latin-regular.woff2") format("woff2"), url("../fonts/roboto-condensed-v25-latin-regular.woff") format("woff"), url("../fonts/roboto-condensed-v25-latin-regular.ttf") format("truetype"), url("../fonts/roboto-condensed-v25-latin-regular.svg#RobotoCondensed") format("svg"); /* Legacy iOS */
}
.text-red {
  color: #EB001B !important;
}

.white-bg {
  background-color: #fff;
}

.text-green {
  color: #009A97 !important;
}

.signature-text {
  font-family: "Prestige Signature Script  Demo", sans-serif;
}

.green-strike {
  color: #009A97;
  text-decoration: line-through;
}

body {
  font-family: "Roboto", serif;
  font-weight: normal;
  margin: 0;
  background-color: #F2F2F2;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", serif;
  font-weight: 700;
}

a {
  text-decoration: none;
}

.container-fluid {
  max-width: 1171px;
}

.sugar-balance .container-fluid {
  max-width: 1040px !important;
}

.video {
  border-radius: 25px;
  overflow: hidden;
  z-index: 1;
}

h2.main-headline {
  color: #009A97;
  font-weight: 700;
  font-family: "Roboto", serif;
  font-size: 64px;
  line-height: 72px;
  margin-top: 10px;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  h2.main-headline {
    font-size: 38px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 1024px) {
  h2.main-headline {
    font-size: 45px;
    line-height: 53px;
  }
}

.sub-headline {
  font-weight: 700;
  font-size: 51px;
  line-height: 61px;
  margin-top: 0;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .sub-headline {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .sub-headline {
    font-size: 37px;
    line-height: 45px;
  }
}

.mutebutton-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  margin: auto;
  z-index: 12;
}
.mutebutton-overlay img {
  margin: 0 auto;
  width: 35vw;
  max-width: 260px;
  display: block;
  margin-top: 10%;
  animation: pulsingButton 2.5s infinite ease-in-out;
}
@media (max-width: 1024px) {
  .mutebutton-overlay img {
    width: 28vw;
  }
}
@media (min-width: 1280px) {
  .mutebutton-overlay img {
    margin-top: 14%;
  }
}
.sticky .mutebutton-overlay img {
  width: 100px !important;
  margin-top: 10% !important;
}

/* The animation code */
@keyframes pulsingButton {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
}
.mutebutton-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  margin: auto;
  z-index: 12;
}
.mutebutton-overlay img {
  margin: 0 auto;
  width: 35vw;
  max-width: 260px;
  display: block;
  margin-top: 9%;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .mutebutton-overlay img {
    margin-top: 14%;
  }
}
@media (max-width: 1024px) {
  .mutebutton-overlay img {
    width: 28vw;
  }
}
@media (min-width: 1280px) {
  .mutebutton-overlay img {
    margin-top: 10%;
  }
}
.sticky .mutebutton-overlay img {
  width: 100px !important;
  margin-top: 10% !important;
}

.playbutton-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  margin: auto;
  z-index: 11;
}
.playbutton-overlay svg {
  fill: #009A97;
  width: 50%;
  margin: 14% auto;
}
.playbutton-overlay svg .transcript {
  text-align: center;
}
.playbutton-overlay svg .transcript a {
  color: #7f7f7f !important;
}

.pausebutton-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  z-index: 10;
}

.play-button {
  background: #009A97;
  border-radius: 50%/10%;
  width: 12vh;
  height: 9vh;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  margin: auto;
  transform: scale(1);
  animation: pulseButton 2s infinite ease-out;
}
@media (max-width: 768px) {
  .play-button {
    width: 17vh;
    height: 13vh;
  }
}
@media (min-width: 1140px) {
  .play-button {
    display: none;
  }
}
.play-button::before {
  background: inherit;
  border-radius: 6%/57%;
  bottom: 9%;
  content: "";
  left: -5%;
  position: absolute;
  right: -5%;
  top: 9%;
}
.play-button:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.5vw;
  right: 0;
  width: 0;
  height: 0;
  display: block;
  margin: auto;
  border-top: 2vh solid transparent;
  border-bottom: 2vh solid transparent;
  border-left: 3vh solid white;
}
@media (min-width: 768px) {
  .play-button:after {
    border-top: 3vh solid transparent;
    border-bottom: 3vh solid transparent;
    border-left: 5vh solid white;
  }
}

.about-box {
  background: #F2F2F2;
  border: 2.5328px solid #D9D9D9;
  border-radius: 12.6px 12.664px 12.664px 12.664px;
  padding: 20px 30px;
}
.about-box h2 {
  color: #009A97;
}
.about-box p {
  font-weight: 400;
  font-size: 16.8854px;
  line-height: 21px;
  text-align: center;
  color: #003332;
}
@media only screen and (max-width: 1024px) {
  .about-box p {
    font-size: 14px;
    line-height: 20px;
  }
}
.about-box p span.signature {
  font-family: "Prestige Signature Script  Demo", sans-serif;
  font-size: 33px;
}
@media only screen and (max-width: 1024px) {
  .about-box {
    padding: 10px 10px;
  }
}

.breakthrough-box {
  background-color: #009A97;
}
.breakthrough-box h2 {
  color: #fff;
  font-size: 48px;
  line-height: 58px;
}
@media only screen and (min-width: 820px) and (max-width: 1180px) {
  .breakthrough-box h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .breakthrough-box h2 {
    font-size: 38px;
    line-height: 46px;
  }
}
.breakthrough-box .box {
  background-color: #008F8C;
  border-radius: 40px;
}
.breakthrough-box p {
  color: #fff;
}
.breakthrough-box .list {
  list-style-type: none;
  padding-left: 60px;
}
.breakthrough-box .list li {
  position: relative;
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}
.breakthrough-box .list li:before {
  position: absolute;
  content: "";
  background-color: #008F8C;
  top: 14px;
  left: -60px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.breakthrough-box .list li:after {
  position: absolute;
  content: "\f00c";
  color: #fff;
  top: 29px;
  left: -50px;
  font-family: "Font Awesome 5 Free";
  font-size: 30px;
  font-weight: 900;
}

.guarantee-box {
  background: #F2F2F2;
  border: 2.5328px solid #D9D9D9;
  border-radius: 12.6px 12.664px 12.664px 12.664px;
  padding: 10px 25px;
}
.guarantee-box p {
  font-weight: 400;
  font-size: 26px;
  line-height: 31px;
  font-weight: 500;
  text-align: center;
  color: #009A97;
}
@media only screen and (max-width: 1024px) {
  .guarantee-box p {
    font-size: 23px;
    line-height: 29px;
  }
}
@media only screen and (min-width: 820px) and (max-width: 1180px) {
  .guarantee-box p {
    font-size: 16px;
    line-height: 20px;
    margin: 12px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .guarantee-box {
    padding: 10px 10px;
  }
}

.packages {
  background-color: #009A97;
}
.packages h2 {
  color: #FFF57D;
  font-size: 66px;
  line-height: 120px;
  font-weight: 700;
  text-shadow: 0px 5px 0px rgba(0, 76, 74, 0.501961);
}
@media (min-width: 1024px) {
  .packages h2 {
    font-size: 42px;
    line-height: 50px;
    margin: 20px 0;
  }
}
@media only screen and (min-width: 820px) and (max-width: 1180px) {
  .packages h2 {
    font-size: 42px;
    line-height: 50px;
    margin: 20px 0;
  }
}
@media only screen and (max-width: 768px) {
  .packages h2 {
    font-size: 34px;
    line-height: 42px;
  }
}
.packages .box {
  background: #FFFFFF;
  border: 6.71058px solid #008F8C;
  border-radius: 20.1317px;
  padding: 5px;
}
.packages .box h4.title {
  margin: 0;
  color: #fff;
  background-color: #008F8C;
  padding: 10px 20px;
  border-top-left-radius: 12.1317px;
  border-top-right-radius: 12.1317px;
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .packages .box h4.title {
    font-size: 21px;
    line-height: 31px;
  }
}
.packages .box h4.title.best-value {
  background-color: #F23D4C;
}
.packages .box .bottles {
  position: relative;
  width: 100%;
  margin: 0;
  height: 221px;
}
@media only screen and (min-width: 820px) and (max-width: 1180px) {
  .packages .box .bottles {
    height: 130px;
  }
}
.packages .box .bottles img {
  position: absolute;
  margin: auto;
  display: block;
  top: 0;
  bottom: 0;
  width: 54%;
}
.packages .box .bottles img.btl-1 {
  left: 0;
  right: 0;
  z-index: 3;
}
.packages .box .bottles img.btl-2 {
  width: 48.6%;
  left: 13%;
  z-index: 2;
}
.packages .box .bottles img.btl-3 {
  width: 48.6%;
  right: 13%;
  z-index: 2;
}
.packages .box .bottles img.btl-4 {
  width: 43.74%;
  left: 6%;
  z-index: 1;
}
.packages .box .bottles img.btl-5 {
  width: 43.74%;
  right: 6%;
  z-index: 1;
}
.packages .box .bottles img.btl-6 {
  width: 38.74%;
  right: 0;
  z-index: 0;
}
.packages .box .price-block {
  font-size: 85px;
  line-height: 102px;
  font-weight: 700;
  color: #003332;
}
@media only screen and (min-width: 820px) and (max-width: 1180px) {
  .packages .box .price-block {
    font-size: 65px;
    line-height: 75px;
  }
}
.packages .box .price-block .super {
  vertical-align: super;
  font-size: 0.5em;
}
.packages .box .atc-btn {
  display: inline-block;
  background: #e7e7e7;
  margin-bottom: 10px;
  padding: 10px 25px;
  font-size: 43px;
  line-height: 52px;
  animation: none;
  text-decoration: none;
  color: #003332;
  border-radius: 100px;
  font-weight: 700;
  margin: 1rem auto 1.5rem;
  border-bottom: 0.3rem solid #d3d3d3;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.07);
  text-align: center;
  transform: scale(1);
}
@media (min-width: 1024px) {
  .packages .box .atc-btn {
    font-size: 28px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 820px) and (max-width: 1180px) {
  .packages .box .atc-btn {
    font-size: 26px;
    line-height: 36px;
  }
}
.packages .box .shipping-text {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  color: #009A97;
  padding: 10px;
}
@media only screen and (min-width: 820px) and (max-width: 1180px) {
  .packages .box .shipping-text {
    font-size: 21px;
    line-height: 31px;
  }
}
.packages .box .offer-price {
  color: #009A97;
  padding: 0 10px 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

.best-value-box {
  background-color: #FFFFD1 !important;
  margin-top: -28px;
}
.best-value-box h3 {
  color: #F23D4C;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  margin: 30px 0;
}
@media only screen and (max-width: 768px) {
  .best-value-box {
    margin-top: 0;
  }
}
.best-value-box .atc-btn {
  display: inline-block;
  background: #fcc819 !important;
  margin-bottom: 10px;
  padding: 10px 25px;
  font-size: 43px;
  line-height: 52px;
  animation: none;
  text-decoration: none;
  color: #003332;
  border-radius: 100px;
  font-weight: 700;
  margin: 1rem auto 1.5rem;
  border-bottom: 0.3rem solid #d8aa17 !important;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.07);
  text-align: center;
  transform: scale(1);
}
.best-value-box .shipping-text .truck {
  vertical-align: middle;
  width: 30px;
  fill: #f23d4c;
}

.popular-box h3, .basic-box h3 {
  color: #009A97;
  font-size: 26px;
  line-height: 38px;
  font-weight: 700;
  margin: 17px 0;
}
.popular-box .shipping-text .truck, .basic-box .shipping-text .truck {
  vertical-align: middle;
  width: 30px;
  fill: #009A97;
}

.sugar-balance h2 {
  font-size: 84px;
  line-height: 92px;
  color: #003332;
  font-style: italic;
}
@media (min-width: 1024px) {
  .sugar-balance h2 {
    font-size: 62px;
    line-height: 70px;
    margin: 20px 0;
  }
}
@media only screen and (min-width: 820px) and (max-width: 1180px) {
  .sugar-balance h2 {
    font-size: 50px;
    line-height: 60px;
    margin: 20px 0;
  }
}
@media screen and (max-width: 479px) {
  .sugar-balance h2 {
    text-align: center;
    font-size: 40px;
    line-height: 48px;
    position: relative;
    font-style: normal;
  }
}
.sugar-balance .desc {
  font-size: 40px;
  line-height: 60px;
  font-weight: 700;
  color: #009A97;
}
@media screen and (max-width: 479px) {
  .sugar-balance .desc {
    font-size: 25px;
    line-height: 35px;
    text-align: center;
  }
}
.sugar-balance .description {
  font-size: 35px;
  line-height: 48px;
  color: #009A97;
}
@media screen and (max-width: 479px) {
  .sugar-balance .description {
    font-size: 25px;
    line-height: 35px;
    text-align: center;
  }
}
.sugar-balance .list {
  list-style-type: none;
  padding-left: 80px;
}
.sugar-balance .list li {
  position: relative;
  margin-bottom: 32px;
  padding-left: 10px;
  font-size: 25px;
  font-weight: 700;
  line-height: 34px;
  color: #002524;
}
.sugar-balance .list li:before {
  position: absolute;
  content: "";
  background-color: #008F8C;
  top: -5px;
  left: -50px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
.sugar-balance .list li:after {
  position: absolute;
  content: "\f00c";
  color: #fff;
  top: 1px;
  left: -44px;
  font-family: "Font Awesome 5 Free";
  font-size: 30px;
  font-weight: 900;
}
.sugar-balance .logos {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 479px) {
  .sugar-balance .logos img {
    align-items: center;
    width: 15%;
    height: auto;
  }
}

.limited-availability {
  margin-bottom: 140px;
}
@media only screen and (min-width: 820px) and (max-width: 1180px) {
  .limited-availability {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 479px) {
  .limited-availability {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}

.curved-arrow {
  position: absolute;
  top: -250px;
  right: -35px;
  width: 102px;
  height: 238px;
}
@media (min-width: 1024px) {
  .curved-arrow {
    right: 20px;
    transform: rotate(-30deg);
  }
}
@media only screen and (min-width: 820px) and (max-width: 1180px) {
  .curved-arrow {
    right: 10px;
  }
}

.sugar-balance-bottles-5 {
  position: relative;
  width: 100%;
  margin: 0;
  height: 250px;
}
@media only screen and (min-width: 820px) and (max-width: 1180px) {
  .sugar-balance-bottles-5 {
    padding: 125px;
  }
}
.sugar-balance-bottles-5 img {
  position: absolute;
  margin: auto;
  display: block;
  top: 0;
  bottom: 0;
  width: 54%;
}
.sugar-balance-bottles-5 img.btl-1 {
  left: 0;
  right: 0;
  z-index: 2;
}
.sugar-balance-bottles-5 img.btl-2 {
  width: 48.6%;
  left: 10%;
  z-index: 1;
}
.sugar-balance-bottles-5 img.btl-3 {
  width: 48.6%;
  right: 10%;
  z-index: 1;
}
.sugar-balance-bottles-5 img.btl-4 {
  width: 43.74%;
  left: 0;
  z-index: 0;
}
.sugar-balance-bottles-5 img.btl-5 {
  width: 43.74%;
  right: 0;
  z-index: 0;
}

.view-label {
  position: absolute;
  bottom: -150px;
  width: 300px;
  left: 50%;
  margin-left: -150px;
}
@media only screen and (min-width: 820px) and (max-width: 1180px) {
  .view-label {
    bottom: -115px;
  }
}
@media (min-width: 1024px) {
  .view-label {
    width: 260px;
    margin-left: -130px;
  }
}

.button-green {
  background-color: #008F8C;
  border-radius: 15px;
  color: #fff;
  padding: 20px 40px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  text-decoration: none;
}
@media only screen and (min-width: 820px) and (max-width: 1180px) {
  .button-green {
    padding: 20px;
  }
}
@media screen and (max-width: 479px) {
  .button-green {
    font-size: 16px;
    line-height: 20px;
  }
}

.button-yellow {
  display: flex;
  max-width: 910px;
  min-height: 60px;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px 0 0;
  justify-content: center;
  align-items: center;
  border-bottom: 5px solid #d8aa17;
  border-radius: 100px;
  background-color: #fcc819;
  background-position: 92% 52%;
  background-size: 21px;
  background-repeat: no-repeat;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.07);
  color: #000;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (min-width: 820px) and (max-width: 1180px) {
  .button-yellow {
    max-width: 676px;
    min-height: 86px;
  }
}
.button-yellow .text-yes {
  font-size: 82px;
  line-height: 100px;
  font-weight: 700;
}
@media only screen and (min-width: 820px) and (max-width: 1180px) {
  .button-yellow .text-yes {
    font-size: 50px;
    line-height: 60px;
  }
}
.button-yellow .text-i-want {
  font-size: 60px;
  line-height: 72px;
  font-weight: 700;
}
@media only screen and (min-width: 820px) and (max-width: 1180px) {
  .button-yellow .text-i-want {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (max-width: 479px) {
  .button-yellow {
    min-height: 40px;
    padding: 0 12px 0 12px;
    margin-bottom: 20px;
    font-size: 21px;
  }
}

.button-gray {
  background-color: #F2F2F2;
  border-radius: 10px;
  color: #009A97;
  padding: 20px 40px;
  font-size: 30px;
  line-height: 36px;
  text-decoration: none;
}
@media only screen and (min-width: 820px) and (max-width: 1180px) {
  .button-gray {
    padding: 5px 20px;
    font-size: 24px;
    line-height: 32px;
  }
}

.bonuses {
  margin-top: -20px;
}
@media screen and (max-width: 479px) {
  .bonuses {
    padding: 10px;
  }
}
.bonuses .title-block {
  display: flex;
}
@media screen and (max-width: 479px) {
  .bonuses .title-block {
    display: block;
  }
}
.bonuses h2 {
  font-size: 99px;
  line-height: 112px;
  font-style: italic;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .bonuses h2 {
    font-size: 60px;
    line-height: 68px;
  }
}
@media only screen and (min-width: 820px) and (max-width: 1180px) {
  .bonuses h2 {
    font-size: 65px;
    line-height: 75px;
  }
}
@media screen and (max-width: 479px) {
  .bonuses h2 {
    text-align: center;
    font-size: 40px;
    line-height: 50px;
    font-style: normal;
  }
}
.bonuses .updated-text {
  display: flex;
  align-items: center;
  margin-left: 54px;
  transform: rotate(-5deg);
  color: #009A97;
  font-size: 38px;
  line-height: 50px;
}
@media (min-width: 1280px) {
  .bonuses .updated-text {
    margin-left: 440px !important;
  }
}
@media (min-width: 1024px) {
  .bonuses .updated-text {
    font-size: 28px;
    line-height: 36px;
    margin-left: 318px;
  }
}
@media only screen and (min-width: 820px) and (max-width: 1180px) {
  .bonuses .updated-text {
    font-size: 28px;
    line-height: 34px;
    margin-left: 30px;
  }
}

hr.green {
  border-top: 4px solid #009A97;
  margin-left: 20px;
  margin-right: 20px;
}

.bonus {
  display: flex;
  position: relative;
  align-items: center;
}
.bonus .details {
  margin-left: 30px;
}
.bonus .details h4 {
  color: #009A97;
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
}
@media only screen and (min-width: 820px) and (max-width: 1180px) {
  .bonus .details h4 {
    font-size: 20px;
    line-height: 28px;
  }
}
.bonus .details p {
  font-size: 28px;
  line-height: 36px;
  color: #003332;
}
@media only screen and (min-width: 820px) and (max-width: 1180px) {
  .bonus .details p {
    font-size: 19px;
    line-height: 27px;
    margin-left: 0;
  }
}
.bonus .number {
  bottom: 30px;
  left: 200px;
}

.bonus-bg {
  position: relative;
  background-color: #F2F2F2;
  border: 4px solid #E6E6E6;
  border-radius: 20px;
  padding: 20px;
}
.bonus-bg h4 {
  color: #009A97;
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
}
@media only screen and (min-width: 820px) and (max-width: 1180px) {
  .bonus-bg h4 {
    font-size: 19px;
    line-height: 28px;
  }
}
.bonus-bg p {
  font-size: 28px;
  line-height: 36px;
  color: #003332;
}
@media only screen and (min-width: 820px) and (max-width: 1180px) {
  .bonus-bg p {
    font-size: 19px;
    line-height: 28px;
  }
}
.bonus-bg .number {
  top: 25%;
  left: -35px;
}
@media only screen and (min-width: 820px) and (max-width: 1180px) {
  .bonus-bg .number {
    top: 6%;
  }
}

.number {
  position: absolute;
  display: flex;
  width: 70px;
  height: 70px;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-color: #009A97;
  color: #fff;
  font-size: 42px;
  font-weight: 700;
}

.bonuses-mobile .bonus-card {
  align-items: center;
  border-radius: 10px;
  background: #F5F5F5;
  border: 3px solid #E6E6E6;
  padding: 15vw 5vw 8vw;
  margin: 0 0 15vw;
  text-align: center;
  position: relative;
}
.bonuses-mobile .bonus-card .bonus-headline {
  background: #009A97;
  padding: 0;
  display: inline-block;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  width: 80%;
  line-height: 8vw;
  padding: 2vw;
  transform: translateY(-50%);
  transform-origin: center;
  color: #fff;
  border-radius: 10px;
  font-size: 8vw;
}
.bonuses-mobile .bonus-card .free {
  flex-flow: row wrap;
  justify-content: space-around;
  font-weight: 700;
}
.bonuses-mobile .bonus-card .free p {
  margin: 0;
}
.bonuses-mobile .offer-description h3 {
  font-size: 7vw;
  color: #009A97;
  font-weight: 700;
  margin: 0 0 7vw;
}
.bonuses-mobile .offer-description p {
  font-size: 6vw;
  margin: 0 0 7vw;
  color: #003332;
}
.bonuses-mobile .offer-description s {
  text-decoration: line-through;
}

.testimonial h2 {
  font-style: italic;
  font-weight: 700;
  font-size: 107.737px;
  line-height: 129px;
  text-align: center;
  letter-spacing: 1.07737px;
  color: #009A97;
  margin: 40px 0;
}
@media (min-width: 1024px) {
  .testimonial h2 {
    font-size: 70px;
    line-height: 78px;
  }
}
@media only screen and (min-width: 820px) and (max-width: 1180px) {
  .testimonial h2 {
    font-size: 70px;
    line-height: 78px;
  }
}
.testimonial .box {
  background: #FFFFFF;
  border: 4.14372px solid #009A97;
  border-radius: 20.7186px;
  padding: 40px 20px;
  min-height: 624px;
}
@media (min-width: 1024px) {
  .testimonial .box {
    min-height: 674px;
  }
}
@media only screen and (min-width: 820px) and (max-width: 1180px) {
  .testimonial .box {
    min-height: 712px;
  }
}
.testimonial .box p {
  color: #003433;
  font-size: 25px;
  line-height: 30px;
  min-height: 210px;
}
@media (min-width: 1024px) {
  .testimonial .box p {
    min-height: 240px;
  }
}
@media only screen and (min-width: 820px) and (max-width: 1180px) {
  .testimonial .box p {
    min-height: 260px;
    font-size: 21px;
    line-height: 29px;
  }
}
.testimonial .box .title {
  color: #009A97;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}
.testimonial .box .address {
  font-size: 20px;
  line-height: 28px;
  color: #003433;
  font-weight: 700;
}

.testimonial-mobile-slider h2 {
  text-align: center;
  color: #009A97;
  font-size: 44px;
  line-height: 55px;
  margin: 0 0 5vw;
  line-height: 10vw;
}
.testimonial-mobile-slider .testimonial-cards .testimonial-card {
  width: 100%;
  text-align: center;
  border-radius: 10px;
  padding: 5vw;
}
.testimonial-mobile-slider .testimonial-cards .testimonial-card img {
  margin: 0 auto 2rem;
  display: block;
}
.testimonial-mobile-slider .testimonial-cards .testimonial-card img.test-img {
  width: 39vw;
  overflow: hidden;
  border-radius: 50%;
}
.testimonial-mobile-slider .testimonial-cards .testimonial-card p {
  font-size: 5.5vw;
}
.testimonial-mobile-slider .testimonial-cards .testimonial-card .user-info {
  font-weight: 700;
  margin: 4vw 0;
}
.testimonial-mobile-slider .testimonial-cards .testimonial-card .user-info .name {
  color: #009A97;
  font-size: 5.5vw;
}
.testimonial-mobile-slider .testimonial-cards .testimonial-card .user-info .city {
  font-size: 4vw;
}

.flickity-page-dots .dot.is-selected {
  background: #009A97;
}

.guarantee {
  background-color: #fff;
}
.guarantee h2 {
  font-style: italic;
  font-weight: 700;
  font-size: 80px;
  line-height: 90px;
  letter-spacing: 1.07737px;
  color: #003332;
  margin: 40px 0;
}
@media (min-width: 1024px) {
  .guarantee h2 {
    font-size: 70px;
    margin: 0;
  }
}
@media only screen and (min-width: 820px) and (max-width: 1180px) {
  .guarantee h2 {
    font-size: 60px;
    margin: 0;
  }
}
.guarantee p {
  color: #003332;
  font-size: 30px;
  line-height: 36px;
}
@media only screen and (min-width: 820px) and (max-width: 1180px) {
  .guarantee p {
    font-size: 21px;
    line-height: 28px;
  }
}
.guarantee span.signature {
  font-size: 58px;
  line-height: 70px;
  font-family: "Prestige Signature Script  Demo", sans-serif;
}
.guarantee .david-img-col {
  padding-bottom: 0;
  margin-bottom: -17px;
}
.guarantee .david-img {
  margin-top: 97px;
  margin-left: -60px;
}
@media (min-width: 1024px) {
  .guarantee .david-img {
    margin-top: 184px;
  }
}
@media only screen and (min-width: 820px) and (max-width: 1180px) {
  .guarantee .david-img {
    margin-top: 125px;
  }
}

.satisfaction {
  padding: 7vw 20px;
}
@media screen and (max-width: 479px) {
  .satisfaction {
    padding: 7vw 0;
  }
}
.satisfaction .guarantee-content {
  padding: 8vw 5vw;
  border-radius: 10px;
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 479px) {
  .satisfaction .guarantee-content {
    padding: 8vw 15px 0 15px;
  }
}
.satisfaction .guarantee-content h1 {
  color: #000;
  font-family: "Roboto Condensed", serif;
  font-size: 82px;
  text-align: center;
  line-height: 91px;
}
.satisfaction .guarantee-content h2 {
  color: #000;
  font-family: "Roboto Condensed", serif;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
}
.satisfaction .guarantee-content h3 {
  color: #009A97;
  font-family: "Roboto Condensed", serif;
  font-size: 58px;
  line-height: 64px;
  text-align: center;
}
.satisfaction p {
  color: #003332;
  margin-top: 20px;
}
.satisfaction .msg-box {
  background-color: #009A97;
  color: #fff;
  border-radius: 14px;
  padding: 10px;
  font-style: italic;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
}
.satisfaction .founder {
  position: relative;
  height: 34vh;
}
.satisfaction .founder img {
  position: absolute;
  left: -25px;
  top: 22px;
}
@media screen and (max-width: 479px) {
  .satisfaction .founder img {
    width: 85%;
    top: 0;
  }
}
@media screen and (max-width: 413px) {
  .satisfaction .founder img {
    width: 85%;
    top: 7px;
    left: -30px;
  }
}
@media screen and (max-width: 391px) {
  .satisfaction .founder img {
    width: 85%;
    top: -2px;
    left: -30px;
  }
}
@media screen and (max-width: 376px) {
  .satisfaction .founder img {
    width: 85%;
    top: -50px;
    left: -30px;
  }
}
@media screen and (max-width: 361px) {
  .satisfaction .founder img {
    width: 85%;
    top: -15px;
    left: -30px;
  }
}
.satisfaction .founder .signature {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 32px;
  font-weight: 700;
}

.signature {
  font-family: "Prestige Signature Script  Demo", sans-serif;
}

.faq h2 {
  color: #009A97;
  font-size: 80px;
  line-height: 90px;
  font-style: italic;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 1024px) {
  .faq h2 {
    font-size: 70px;
    line-height: 80px;
  }
}
@media only screen and (min-width: 820px) and (max-width: 1180px) {
  .faq h2 {
    font-size: 60px;
    line-height: 80px;
  }
}
@media screen and (max-width: 479px) {
  .faq h2 {
    text-align: center;
    font-size: 50px;
    line-height: 60px;
  }
}
.faq .paragraph-big {
  color: #009A97;
  font-size: 24px;
  line-height: 1.3;
  text-align-last: center;
  margin-left: 10px;
}
.faq .faq-dropdown {
  position: relative;
  width: 85%;
  margin-bottom: 12px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}
.faq .dropdown-toggle {
  display: flex;
  padding-top: 12px;
  padding-bottom: 15px;
  padding-left: 32px;
  border-radius: 8px;
  background-color: #fff;
  text-align: left;
  vertical-align: top;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}
.faq .faq-drop-list .paragraph-xl.medium-dark.border-top {
  padding-top: 10px;
  border-top: 2px solid #f2f2f2;
}
.faq .faq-drop-list.w--open {
  display: block;
  position: relative;
  top: -6px;
  padding: 10px 40px 16px 32px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #fff;
  opacity: 1 !important;
  transform: translateY(-10px) !important;
  transition: all 1s;
}
.faq .w-dropdown-list {
  background: #fff;
  display: none;
  min-width: 100%;
}
.faq .w-dropdown-list p {
  font-size: 28px;
  line-height: 36px;
  padding: 20px;
  margin-top: 0;
}
.faq .fas {
  color: #009A97;
  font-size: 32px;
}

.faq-mobile {
  background: #eee;
  padding: 0 3vw;
}
.faq-mobile h2 {
  color: #009A97;
  font-size: 12vw;
  text-align: center;
  font-size: 10vw;
  margin: 0 0 5vw;
}
.faq-mobile .faq-list {
  list-style-type: none;
  font-size: 5.2vw;
  padding-left: 0;
}
.faq-mobile .faq-list .faq-list-item {
  flex-flow: row wrap;
  margin: 0 auto 3vw;
  padding: 5vw 4vw;
  cursor: pointer;
  background: #fff;
  border-radius: 10px;
  font-weight: 700;
}
.faq-mobile .faq-list .faq-list-item span.faq-label {
  color: #009A97;
  flex-flow: row wrap;
  align-items: center;
}
.faq-mobile .faq-list .faq-list-item span.faq-label b {
  width: 85%;
  margin: 0 0 0 3vw;
}
.faq-mobile .faq-list .faq-list-item span.faq-label .arrow {
  width: 2.5vw;
  transform: rotate(0deg);
  transition: all 0.5s;
  align-self: center;
  fill: #009A97;
}
.faq-mobile .faq-list .faq-list-item span.faq-answer {
  font-weight: 400;
  padding: 4vw 0 0;
  display: none;
  color: #000;
}
.faq-mobile .faq-list .faq-list-item.active span.faq-label .arrow {
  transform: rotate(-180deg);
}
.faq-mobile .faq-list .faq-list-item.active span.faq-answer {
  display: block;
}

.sugar-balance-product {
  background-color: #fff;
}
@media screen and (max-width: 479px) {
  .sugar-balance-product {
    padding-bottom: 160px;
  }
}
.sugar-balance-product h2 {
  font-style: italic;
  font-weight: 700;
  font-size: 94.1861px;
  line-height: 113px;
  text-align: center;
  color: #003332;
}
@media (min-width: 1024px) {
  .sugar-balance-product h2 {
    font-size: 70px;
    line-height: 80px;
  }
}
@media only screen and (min-width: 820px) and (max-width: 1180px) {
  .sugar-balance-product h2 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media screen and (max-width: 479px) {
  .sugar-balance-product h2 {
    font-size: 36px;
    line-height: 44px;
  }
}
.sugar-balance-product .bottles-6 {
  position: relative;
  display: flex;
  height: 410px;
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 479px) {
  .sugar-balance-product .bottles-6 {
    height: 130px;
  }
}
.sugar-balance-product .bottles-6 img {
  position: absolute;
  margin: auto;
  display: block;
  top: 0;
  bottom: 0;
  width: 38%;
}
.sugar-balance-product .bottles-6 img.btl-1 {
  left: 0;
  right: 0;
  z-index: 3;
}
.sugar-balance-product .bottles-6 img.btl-2 {
  width: 30.6%;
  left: 25%;
  z-index: 2;
}
.sugar-balance-product .bottles-6 img.btl-3 {
  width: 30.6%;
  right: 25%;
  z-index: 2;
}
.sugar-balance-product .bottles-6 img.btl-4 {
  width: 23.74%;
  left: 21%;
  z-index: 1;
}
.sugar-balance-product .bottles-6 img.btl-5 {
  width: 23.74%;
  right: 20%;
  z-index: 1;
}
.sugar-balance-product .bottles-6 img.btl-6 {
  width: 18.74%;
  right: 17%;
  z-index: 0;
}
.sugar-balance-product p {
  font-weight: 700;
  font-size: 31.3953px;
  line-height: 24px;
  text-align: center;
  color: #009A97;
}

.cust-rating {
  display: flex;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
}

.flex-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 1;
  text-align: left;
  justify-content: center;
}
.flex-container .feature-image-01 {
  width: 32px;
}
.flex-container .big-paragrpah.accent.bold {
  font-size: 23px;
  line-height: 1.1;
  text-align: left;
}

.cards-wrapper {
  display: flex;
  margin-right: 14px;
  margin-left: 14px;
  padding-right: 0;
  justify-content: space-around;
}
.cards-wrapper .card-holder {
  display: flex;
  width: 104px;
  min-height: 63px;
  margin-right: 8px;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1440px) {
  .cards-wrapper {
    margin-right: 20px;
    margin-left: 20px;
  }
}

.flex-container.position-center {
  justify-content: center;
  flex: 0 auto;
}

.button-holder {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  text-align: center;
  flex-direction: column;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 18px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .cards-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
}
@media screen and (max-width: 479px) {
  .cards-grid-container {
    margin-right: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 991px) {
  .cards-grid-container {
    width: 100%;
    max-width: none;
    grid-column-gap: 0;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
}

@media screen and (max-width: 991px) {
  .productcard {
    min-height: 380px;
    margin-top: 0;
    border-radius: 12px;
  }
}

.productcard.promo {
  position: relative;
  height: auto;
  min-height: 570px;
  margin-top: -12px;
  margin-bottom: 0;
  padding-top: 26px;
  padding-bottom: 0;
  background-color: #ffffd1;
}
@media screen and (max-width: 991px) {
  .productcard.promo {
    top: 0;
    min-height: 353px;
    margin-top: 0;
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
@media screen and (max-width: 767px) {
  .productcard.promo {
    top: 0;
    min-height: 264px;
    margin-top: 0;
    padding: 10px 1vw;
    border-width: 3px;
    border-radius: 10px;
    background-color: #ffffd1;
  }
}
@media screen and (max-width: 479px) {
  .productcard.promo {
    top: 0;
    min-height: 190px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    border-width: 3px;
    border-color: #009A97;
  }
}

.promo {
  color: #f23d4c;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .promo {
    font-size: 2vw;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .promo {
    margin-top: 16px;
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 991px) {
  .productcard.promo.white {
    background-color: #fff;
    color: #210508;
  }
}
@media screen and (max-width: 767px) {
  .productcard.promo.white {
    margin-top: -4px;
    border-bottom-width: 3px;
    background-color: #fff;
  }
}
@media screen and (max-width: 479px) {
  .productcard.promo.white {
    margin-top: 0;
    padding-left: 0;
    border-width: 3px;
  }
}

.inwrapper {
  padding-top: 0;
}

@media screen and (max-width: 991px) {
  .inwrapper.mobile-position {
    display: flex;
    height: 100%;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .inwrapper.mobile-position {
    display: flex;
    height: 100%;
    align-items: stretch;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 0.75fr 1fr;
    grid-template-columns: 0.75fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
}
@media screen and (max-width: 479px) {
  .inwrapper.mobile-position {
    align-items: center;
  }
}

.cards-image-mask {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
}

.cards-image-mask.promoimage {
  overflow: visible;
  margin-top: 15px;
  margin-bottom: 8px;
}
@media screen and (max-width: 991px) {
  .cards-image-mask.promoimage {
    overflow: visible;
    width: 45%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .cards-image-mask.promoimage {
    overflow: visible;
    width: 45%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border-radius: 0;
  }
}
@media screen and (max-width: 479px) {
  .cards-image-mask.promoimage {
    overflow: visible;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 991px) {
  .product-text.mobile {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .product-text.mobile {
    font-size: 4vw;
    line-height: 1.1;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 479px) {
  .product-text.mobile {
    font-size: 4.1vw;
    font-weight: 900;
    letter-spacing: 0.4px;
  }
}

@media screen and (max-width: 991px) {
  .product-text.mobile.dark {
    position: relative;
    left: 24px;
    display: block;
    color: #210508;
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .product-text.mobile.dark {
    position: relative;
    left: 7px;
    margin-top: 0;
    margin-bottom: 2vw;
    color: #210508;
    font-size: 6.6vw;
    line-height: 0.8;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 479px) {
  .product-text.mobile.dark {
    top: 5px;
    margin-bottom: 0;
    font-size: 6.7vw;
    line-height: 1;
  }
}

@media screen and (max-width: 991px) {
  .bottles-wrapper {
    position: relative;
    top: 9px;
  }
}
@media screen and (max-width: 767px) {
  .bottles-wrapper {
    position: relative;
    top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 479px) {
  .bottles-wrapper {
    top: 14px;
    width: 100%;
  }
}

.cards-image {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 55%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
@media screen and (max-width: 991px) {
  .cards-image {
    width: 110px;
    height: auto;
    margin-top: -14px;
  }
}
@media screen and (max-width: 767px) {
  .cards-image {
    left: 0;
    top: 0;
    width: 110%;
    height: auto;
    min-width: auto;
    margin-top: 0;
  }
}
@media screen and (max-width: 479px) {
  .cards-image {
    width: 100%;
    margin-top: -10px;
  }
}

.cards-image.middle {
  position: relative;
  z-index: 10;
  width: 58%;
}

@media screen and (max-width: 767px) {
  .cards-image._1-bottle {
    width: 60%;
  }
}
@media screen and (max-width: 479px) {
  .cards-image._1-bottle {
    margin-top: -10px;
  }
}

@media screen and (max-width: 991px) {
  .cards-image._1-bottle.middle {
    left: 3%;
    top: 0;
    width: 54%;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .cards-image._1-bottle.middle {
    left: 0;
    z-index: 10;
    width: 61%;
  }
}

@media screen and (max-width: 991px) {
  .cards-image._1-bottle.left-01 {
    position: absolute;
    left: -22%;
    top: 11%;
    bottom: 11%;
    z-index: 9;
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .cards-image._1-bottle.left-01 {
    position: absolute;
    left: -30%;
    top: 5%;
    right: 0;
    bottom: 5%;
    z-index: 9;
    width: 56%;
  }
}
@media screen and (max-width: 479px) {
  .cards-image._1-bottle.left-01 {
    top: 12%;
    bottom: 12%;
  }
}

@media screen and (max-width: 991px) {
  .cards-image._1-bottle.left-02 {
    position: absolute;
    left: -41%;
    top: 15%;
    bottom: 15%;
    z-index: 8;
    width: 43%;
  }
}
@media screen and (max-width: 767px) {
  .cards-image._1-bottle.left-02 {
    position: absolute;
    left: -59%;
    top: 11%;
    right: 0;
    bottom: 11%;
    z-index: 8;
    width: 50%;
  }
}
@media screen and (max-width: 479px) {
  .cards-image._1-bottle.left-02 {
    top: 16%;
    bottom: 16%;
  }
}

@media screen and (max-width: 991px) {
  .cards-image._1-bottle.right-01 {
    position: absolute;
    left: 30%;
    top: 11%;
    bottom: 11%;
    z-index: 9;
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .cards-image._1-bottle.right-01 {
    position: absolute;
    left: auto;
    top: 5%;
    right: 7%;
    bottom: 5%;
    z-index: 9;
    width: 56%;
  }
}
@media screen and (max-width: 479px) {
  .cards-image._1-bottle.right-01 {
    top: 12%;
    bottom: 12%;
  }
}

@media screen and (max-width: 991px) {
  .cards-image._1-bottle.right-02 {
    position: absolute;
    left: 0;
    top: 15%;
    right: -54%;
    bottom: 15%;
    z-index: 8;
    width: 43%;
  }
}
@media screen and (max-width: 767px) {
  .cards-image._1-bottle.right-02 {
    position: absolute;
    left: 0;
    top: 11%;
    right: -55%;
    bottom: 11%;
    z-index: 8;
    width: 50%;
  }
}
@media screen and (max-width: 479px) {
  .cards-image._1-bottle.right-02 {
    top: 16%;
    bottom: 16%;
  }
}

@media screen and (max-width: 991px) {
  .cards-image._1-bottle.right-03 {
    position: absolute;
    left: auto;
    top: 19%;
    right: -8%;
    bottom: 19%;
    z-index: 7;
    width: 41%;
  }
}
@media screen and (max-width: 767px) {
  .cards-image._1-bottle.right-03 {
    position: absolute;
    left: 0;
    top: 17%;
    right: -80%;
    bottom: 17%;
    z-index: 7;
    width: 44%;
  }
}
@media screen and (max-width: 479px) {
  .cards-image._1-bottle.right-03 {
    top: 19%;
    bottom: 19%;
  }
}

.sticker {
  position: absolute;
  width: 14vw;
  height: 14vw;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #009A97;
  color: #210508;
  right: 2vw;
  bottom: 3vw;
  z-index: 11;
  text-align: center;
}

.sticker p svg {
  max-width: 36%;
  fill: #009A97;
}

@media screen and (max-width: 991px) {
  .text-column {
    display: flex;
    width: 55%;
    padding-left: 14px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .text-column {
    display: flex;
    width: 55%;
    height: 100%;
    padding-left: 1vw;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 479px) {
  .text-column {
    margin-top: 20px;
    height: 96%;
  }
}

@media screen and (max-width: 991px) {
  .center-align-center {
    display: flex;
    height: 100%;
    margin-top: 0;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .center-align-center {
    align-items: flex-start;
    display: flex;
    margin-top: 0;
    margin-left: 10px;
    flex-direction: column;
  }
}
@media screen and (max-width: 479px) {
  .center-align-center {
    align-items: center;
    justify-content: space-between;
  }
}

.price-wrapper {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
@media screen and (max-width: 991px) {
  .price-wrapper {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .price-wrapper {
    position: relative;
    left: -8px;
    top: 9px;
    margin-top: 0;
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 479px) {
  .price-wrapper {
    top: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  .price-wrapper.first {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .price-wrapper.first {
    left: 0;
    top: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 479px) {
  .price-wrapper.first {
    top: 5px;
  }
}

@media screen and (max-width: 991px) {
  .checkmark-card {
    position: absolute;
    left: 2%;
    top: -29%;
    right: auto;
    bottom: -29%;
    z-index: 1;
    width: 58px;
  }
}
@media screen and (max-width: 767px) {
  .checkmark-card {
    position: absolute;
    left: 9%;
    top: -13%;
    right: auto;
    bottom: -13%;
    z-index: 1;
  }
}
@media screen and (max-width: 479px) {
  .checkmark-card {
    left: 0;
    top: -11%;
    bottom: -11%;
    width: 30px;
  }
}

.price, .price.tiny {
  left: 11px;
  line-height: 1;
  font-size: 68px;
}

.price, .price.medium {
  position: relative;
  font-weight: 700;
}

.price.medium {
  top: -19px;
  right: -12px;
  font-size: 40px;
}
@media screen and (max-width: 991px) {
  .price.medium {
    font-size: 4vw;
  }
}

.price.dark {
  color: #210508;
}

@media screen and (max-width: 991px) {
  .price {
    font-size: 6vw;
    line-height: 1.1;
    font-weight: 900;
  }
}

@media screen and (max-width: 991px) {
  .price.medium.dark {
    left: -3px;
    top: -29px;
    right: 0;
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  .price.medium.dark {
    top: -23px;
    right: 0;
    font-size: 7.6vw;
    line-height: 1;
  }
}
@media screen and (max-width: 479px) {
  .price.medium.dark {
    top: -15px;
    right: -3px;
    font-size: 8vw;
  }
}

@media screen and (max-width: 991px) {
  .price.dark.mobile {
    left: -4px;
    display: block;
    font-size: 100px;
    line-height: 0.7;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 767px) {
  .price.dark.mobile {
    position: relative;
    display: flex;
    font-size: 14vw;
    line-height: 0.8;
    font-weight: 700;
    letter-spacing: -5px;
  }
}
@media screen and (max-width: 479px) {
  .price.dark.mobile {
    font-size: 14vw;
    letter-spacing: -3px;
  }
}

.cent {
  position: absolute;
  top: 0;
  right: -38px;
  font-size: 8vw;
}

.container-flex {
  align-items: center;
  color: #003332;
}

.container-flex, .price-wrapper {
  display: flex;
  justify-content: center;
  align-items: baseline;
}

@media screen and (max-width: 991px) {
  .container-flex.mobile {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .container-flex.mobile {
    display: flex;
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .container-flex.m40-20 {
    margin-top: 38px;
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 991px) {
  .container-flex.m40-20.mobile {
    position: relative;
    left: 13px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .container-flex.m40-20.mobile {
    position: relative;
    left: 0;
    top: 0;
    margin-top: 0;
    margin-bottom: 35px;
    justify-content: center;
  }
}
@media screen and (max-width: 479px) {
  .container-flex.m40-20.mobile {
    left: 0;
    margin-top: 10px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 991px) {
  .green-label {
    position: relative;
    padding: 5px 14px 5px 36px;
    border-radius: 10px;
    background-color: #009A97;
    color: #fff;
    font-size: 25px;
    line-height: 1.1;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .green-label {
    position: relative;
    left: 1vw;
    padding-right: 10px;
    padding-left: 30px;
    background-color: #009A97;
    color: #fff;
    font-size: 3.4vw;
    line-height: 1.1;
    font-weight: 500;
  }
}
@media screen and (max-width: 479px) {
  .green-label {
    display: flex;
    padding-left: 24px;
    justify-content: flex-end;
    align-items: center;
    border-radius: 6px;
    line-height: 1.1;
    font-weight: 700;
  }
}

@media screen and (max-width: 479px) {
  .text-block-5 {
    line-height: 0.8;
  }
}

@media screen and (max-width: 991px) {
  .save-text {
    position: relative;
    left: 0;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .save-text {
    top: -3px;
  }
}
@media screen and (max-width: 479px) {
  .save-text {
    top: -5px;
  }
}

@media screen and (max-width: 991px) {
  .product-text.mobile {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .product-text.mobile {
    font-size: 4vw;
    line-height: 1.1;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 479px) {
  .product-text.mobile {
    font-size: 4.1vw;
    font-weight: 900;
    letter-spacing: 0.4px;
  }
}

.references h2 {
  color: #009A97;
  font-size: 50px;
  line-height: 60px;
}
.references ol li {
  margin-bottom: 20px;
  color: #7F7F7F;
}
.references ol li a {
  color: #B0B0B0;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .references ol {
    padding-left: 20px;
  }
}

footer {
  background-color: #F7F7F7;
}
footer ul {
  list-style: none;
}
@media only screen and (min-width: 820px) and (max-width: 1180px) {
  footer ul {
    margin: 0;
    padding-left: 0;
  }
}
footer ul li {
  display: inline;
  margin: 0 20px;
  font-weight: 700;
}
@media only screen and (min-width: 820px) and (max-width: 1180px) {
  footer ul li {
    margin: 0 6px;
  }
}
footer ul li a {
  color: #808080;
  text-decoration: none;
}
footer .buy-goods-box {
  display: flex;
  margin: 0 160px;
  background-color: #eaeaea;
  mix-blend-mode: normal;
  border-radius: 7.53123px;
}
@media only screen and (min-width: 820px) and (max-width: 1180px) {
  footer .buy-goods-box {
    margin: 0 60px;
  }
}
footer .buy-goods-box p {
  color: #4E4E4E !important;
  opacity: 0.5;
  font-size: 12px;
}
footer .statement {
  font-size: 14px;
  color: #4E4E4E;
  opacity: 0.5;
}

.footer-mobile {
  background-color: #008F8C;
  mix-blend-mode: normal;
}
.footer-mobile h4 {
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 11.8597px;
  line-height: 14px;
  color: #FFFFFF;
}
.footer-mobile p {
  font-size: 7.76061px;
  line-height: 9px;
  letter-spacing: -0.12417px;
  color: #FFFFFF;
}
.footer-mobile .col-sm-2 {
  background-color: #008F8C;
}
.footer-mobile .col-sm-10 {
  background-color: #009A97;
}

.sticky-footer-mobile .atc {
  animation: a 1s forwards;
}
.sticky-footer-mobile .cta-combo {
  text-align: center;
  width: 100%;
  background: #009A97;
  z-index: 11;
  padding: 4vw 3vw;
}
.sticky-footer-mobile .cta-combo.sticky.active {
  bottom: 0;
}
.sticky-footer-mobile .cta-combo.sticky {
  bottom: -100%;
  position: fixed;
  transition: all 0.5s;
}
.sticky-footer-mobile p {
  color: #fff;
  font-size: 26px;
  line-height: 30px;
  margin: 10px 0 0 0;
}
.sticky-footer-mobile p span {
  color: #FCC819;
}

/* Style the bottome hamburger navigation menu */
.bottom-nav {
  position: relative;
  /* Hide the links inside the navigation menu (except for logo/home) */
  /* Style navigation menu links */
}
.bottom-nav #myLinks {
  position: absolute;
  display: none;
  bottom: 124%;
  transition: all 0.4s linear;
  overflow: hidden;
  left: 0;
  background-color: #008F8C;
  min-width: 360px;
}
.bottom-nav a {
  color: white;
  padding: 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}
.bottom-nav a:hover {
  color: #fff;
}
.bottom-nav a.icon {
  display: block;
  left: 0;
  top: 0;
}
.bottom-nav a.icon .fa {
  font-size: 35px;
}

/* Style the active link (or home/logo) */
.active {
  background-color: transparent;
  color: white;
}

.text-underline-with-color {
  border-bottom: 5px solid #009A97;
}/*# sourceMappingURL=styles.css.map */