@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400;700&display=swap");

body {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
  color: #000000;
  position: relative;
  background-color: #ffffff;
  text-rendering: optimizeLegibility;
  min-height: 100vh;
}
body.scrollLock {
  overflow: hidden;
}
body.basic-layout main {
  gap: 64px;
}
body.grey-background {
  background-color: #f8f8f8 !important;
}
body.grey-background .central-col {
  max-width: 990px !important;
}
img {
  max-width: 100%;
  vertical-align: middle;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

ul.ordered-list {
  padding-left: 1rem;
}
ul.ordered-list li {
  list-style: disc !important;
}

a {
  display: inline-block;
  text-decoration: none;
  color: #000000;
}
a:hover {
  color: #000000;
}

.green-btn {
  color: #fff;
  font-family: Inter;
  font-size: 29px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 16px 26px;
  border-radius: 4px;
  background: #24c070;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.green-btn img {
  width: 28px;
  height: 28px;
  -o-object-fit: cover;
  object-fit: cover;
}
.green-btn:hover {
  color: #fff;
}

h2 {
  color: var(--Black, #151515);
  text-align: center;
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.24px;
  margin-bottom: 16px;
}

.sticky-item {
  max-width: 353px;
  max-height: 153px;
  width: 100%;
  height: 100%;
  padding: 12px 9px 12px 15px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.12);
  position: fixed;
  top: 680px;
  right: 32px;
  z-index: 9999999999;
}
.sticky-item.sticky-item-removed {
  display: none;
}
.sticky-item .wraper {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-bottom: 16px;
}
.sticky-item .wraper a.button {
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 7px;
  border-radius: 4px;
  background: #24C070;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.sticky-item .wraper a.button img {
  width: 28px;
  height: 28px;
  -o-object-fit: cover;
     object-fit: cover;
}
.sticky-item .wraper a.sticy-x {
  display: table;
}
.sticky-item .wraper a.sticy-x img {
  width: 16px;
  height: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
.sticky-item .wraper2 {
  display: flex;
  align-items: flex-start;
  gap: 35px;
}
.sticky-item .wraper2 p {
  max-width: 215px;
  color: var(--Black, #151515);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
  margin: 0;
}
.sticky-item .wraper2 p span {
  display: block;
  color: #C49A6C;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 137.5% */
  margin-bottom: 8px;
}
.sticky-item .wraper2 .immg-wraper {
  position: relative;
  display: table;
}
.sticky-item .wraper2 .immg-wraper img.product-item {
  width: 34px;
  height: 77px;
  -o-object-fit: cover;
     object-fit: cover;
}
.sticky-item .wraper2 .immg-wraper img.free {
  width: 33px;
  height: 33px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: -8px;
  left: -25px;
}

header {
  background-color: #fff;
}
header .top-ber {
  padding: 15px 0 16px;
  border-bottom: 1px solid #d9d9d9;
}
header .top-ber h6 {
  color: var(--Black, #151515);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}
header .bottom-ber {
  padding: 10px 0;
}
header .bottom-ber a {
  display: table;
  margin: 0 auto;
}
header .bottom-ber a img {
  max-width: 315px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
header.bottom-border {
  border-bottom: 2px solid #d9d9d9;
}
.video-header {
  font-size: 40px;
  line-height: 120%;
}
.video-subheader {
  font-size: 26px;
  line-height: 140%;
}
footer {
  padding: 56px 0 0;
}
footer a.logo {
  display: table;
  margin: 0 auto;
}
footer a.logo img {
  max-width: 364px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
footer ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 36px 0 40px;
}
footer ul li {
  color: var(--Black, #151515);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
  color: var(--Black, #151515);
  position: relative;
  border-right: 2px solid #000;
  padding-right: 20px;
  margin-right: 20px;
}
footer ul li:last-child {
  border: none;
  padding: 0;
  margin: 0;
}
footer ul li a {
  color: var(--Black, #151515);
}
footer ul li a:hover {
  color: var(--Black, #151515);
}
footer p {
  max-width: 869px;
  color: var(--Black, #151515);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 auto;
}
footer h6 {
  color: var(--Black, #151515);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  line-height: 24px;
  /* 150% */
  padding: 22px 0 16px;
  border-top: 1px solid #151515;
  margin-top: 59px;
  margin-bottom: 0;
}
footer.top-border {
  border-top: 2px solid #d9d9d9;
}
#disclaimer .container {
  max-width: 100%;
  background: #000;
}
#disclaimer .container > div .bg-img-disclaimer {
  float: none !important;
}
#disclaimer .container > div {
  width: 100%;
  max-width: 56rem;
  padding: 10px 20px;
  margin: auto !important;
  display: flex;
  align-items: center;
}

section.home-banner {
  padding: 71px 0 87px;
  position: relative;
  z-index: 0;
}
section.home-banner::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(
    359deg,
    #ecf8fa -10.63%,
    rgba(236, 248, 250, 0.85) 14.34%,
    rgba(236, 248, 250, 0.08) 31.04%
  );
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
section.home-banner img.bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}
section.home-banner .wraper {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
section.home-banner .wraper ul {
  display: flex;
  align-items: center;
  gap: 9px;
}
section.home-banner .wraper ul li img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
section.home-banner .wraper h5 {
  color: var(--Black, #151515);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
section.home-banner h1 {
  color: var(--Black, #151515);
  font-family: Inter;
  font-size: 56px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.28px;
  margin-bottom: 16px;
}
section.home-banner h1 strong {
  display: block;
  font-weight: 600;
}
section.home-banner h3 {
  color: var(--Black, #151515);
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.12px;
  margin-bottom: 32px;
}
section.home-banner h4 {
  color: var(--Black, #151515);
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.11px;
  margin: 0;
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  white-space: nowrap;
}
section.home-banner h4::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #D9D9D9;
  display: block;
}
section.home-banner ul.c-proven {
  margin: 24px 0 32px;
}
section.home-banner ul.c-proven li {
  color: var(--Black, #151515);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.09px;
  margin-bottom: 12px;
  padding-left: 31px;
  background-image: url(../images/green-tick.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 21px;
}
section.home-banner ul.c-proven li:last-child {
  margin: 0;
}
section.home-banner a.green-btn {
  max-width: 580px;
  width: 100%;
}
section.home-banner h6 {
  max-width: 580px;
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.08px;
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}
section.home-banner h6 span {
  position: relative;
  padding: 0 12px;
  background-color: #ebf8f9;
  z-index: 1;
}
section.home-banner h6::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #d9d9d9;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
section.home-banner .mobile-images-wraper {
  display: none;
}
section.home-banner .for-mobile {
  display: none;
}
section.home-banner ul.text-img {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
section.home-banner ul.text-img li {
  display: table;
}
section.home-banner ul.text-img li img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

section.scientific-references {
  padding-top: 40px;
}
section.home-sec2 {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 40px;
}
section.home-sec2 h5 {
  color: var(--Black, #151515);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  /* 137.5% */
  margin-bottom: 31px;
}
section.home-sec2 ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding-bottom: 40px;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
}
section.home-sec2 ul li img {
  width: auto;
  height: 24px;
  -o-object-fit: cover;
  object-fit: cover;
}

section.home-sec3 {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  z-index: 0;
}
section.home-sec3 #before_after {
  width: 100%;
  height: 236px;
  border-radius: 16px;
}
section.home-sec3 #before_after .twentytwenty-before-label::before {
  display: none;
}
section.home-sec3 #before_after .twentytwenty-after-label::before {
  display: none;
}
section.home-sec3 img.img-left {
  width: 386px;
  height: 386px;
  position: absolute;
  z-index: -1;
  top: 68px;
  right: 0;
}
section.home-sec3 img.img-right {
  width: 386px;
  height: 386px;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
}
section.home-sec3 h2 {
  max-width: 1025px;
  margin: 0 auto 16px;
}
section.home-sec3 h2 span {
  display: block;
}
section.home-sec3 p {
  max-width: 725px;
  color: var(--Black, #151515);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
  margin: 0 auto 40px;
}
section.home-sec3 .shadow-box {
  border-radius: 16px;
  background: #fff;
  box-shadow: -2px 6px 24px 0px rgba(0, 0, 0, 0.16);
  padding: 78px 39px 40px;
}
section.home-sec3 .shadow-box .text-wraper {
  padding-left: 50px;
}
section.home-sec3 .shadow-box .text-wraper h4 {
  color: var(--Black, #151515);
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 24px;
}
section.home-sec3 .shadow-box .text-wraper ul li {
  color: var(--Black, #151515);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
  padding-left: 31px;
  background-image: url("../images/green-tick.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 21px;
}
section.home-sec3 .shadow-box .text-wraper ul li:last-child {
  margin: 0;
}
section.home-sec3 .shadow-box h3 {
  max-width: 791px;
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  /* 125% */
  margin: 79px auto 0;
}

section.home-sec4 {
  padding-bottom: 86px;
}
section.home-sec4 h3 {
  color: var(--Black, #151515);
  text-align: center;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.18px;
  max-width: 720px;
  margin: 0 auto 16px;
}
section.home-sec4 p {
  color: var(--Black, #151515);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
  margin-bottom: 40px;
}
section.home-sec4 .box {
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  background: #fff;
  padding: 16px;
}
section.home-sec4 .box img.main-img {
  width: 100%;
  max-height: 458px;
  height: 100%;
  border-radius: 2px;
}
section.home-sec4 .box h5 {
  color: #000;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.12px;
  margin-top: 24px;
  margin-bottom: 12px;
}
section.home-sec4 .box p {
  min-height: 88px;
  color: var(--Black, #151515);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
  margin-bottom: 24px;
  text-align: left;
}
section.home-sec4 .box button {
  color: var(--White, #fff);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  /* 137.5% */
  padding: 12px 10px;
  border-radius: 4px;
  background: var(--Black, #151515);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: none;
}
section.home-sec4 .box button:disabled {
  opacity: 0.4;
}
section.home-sec4 .box button img {
  width: 24px;
  height: 24px;
}

section.home-sec5 {
  padding-bottom: 40px;
}
section.home-sec5 p {
  color: var(--Black, #151515);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
  margin: 0 0 40px;
}
section.home-sec5 p span {
  font-weight: 800;
}
section.home-sec5 .box {
  position: relative;
}
section.home-sec5 .box img.product {
  display: block;
  margin: 0 auto 0px;
  padding-bottom: 26px;
}
section.home-sec5 .box img.product-mobile {
  display: none;
}
section.home-sec5 .box ul li {
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  /* 137.5% */
  display: flex;
  align-items: flex-start;
  max-width: -moz-max-content;
  max-width: max-content;
  position: absolute;
}
section.home-sec5 .box ul li span {
  display: table;
  position: relative;
}
section.home-sec5 .box ul li span::after {
  position: absolute;
}
section.home-sec5 .box ul li figure {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border-radius: 100px;
  background: #fff;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  position: relative;
  z-index: 9;
  overflow: hidden;
}
section.home-sec5 .box ul li:first-child {
  flex-direction: row-reverse;
  gap: 18px;
  top: 24px;
  left: 0;
}
section.home-sec5 .box ul li:first-child span {
  margin-top: 34px;
}
section.home-sec5 .box ul li:first-child span::after {
  content: url(../images/dot-arow-left.png);
  right: -25%;
  bottom: auto;
}
section.home-sec5 .box ul li:nth-child(2) {
  gap: 19px;
  top: 24px;
  right: 15px;
}
section.home-sec5 .box ul li:nth-child(2) span {
  margin-top: 30px;
}
section.home-sec5 .box ul li:nth-child(2) span::after {
  content: url(../images/dot-arow-right.png);
  bottom: auto;
  left: -26%;
}
section.home-sec5 .box ul li:nth-child(3) {
  gap: 25px;
  align-items: center;
  left: 0;
  top: 176px;
}
section.home-sec5 .box ul li:nth-child(3) span::after {
  content: url(../images/dot-arow-left.png);
  left: -54%;
  top: -320%;
  transform: rotate(176deg);
}
section.home-sec5 .box ul li:nth-child(4) {
  align-items: center;
  gap: 15px;
  flex-direction: row-reverse;
  top: 176px;
  right: 0;
}
section.home-sec5 .box ul li:nth-child(4) span::after {
  content: url(../images/dot-arow-right.png);
  top: -320%;
  right: -55px;
  transform: rotate(180deg);
}
section.home-sec5 .box ul li:nth-child(5) {
  flex-direction: row-reverse;
  gap: 13px;
  bottom: 0;
  left: 11px;
}
section.home-sec5 .box ul li:nth-child(5) span {
  margin-top: 7px;
}
section.home-sec5 .box ul li:nth-child(5) span::after {
  content: url(../images/dot-arow-left.png);
  right: -25%;
  top: 3px;
  transform: rotate(6deg);
}
section.home-sec5 .box ul li:last-child {
  gap: 6px;
  bottom: 0;
  right: 0;
}
section.home-sec5 .box ul li:last-child span {
  margin-top: 6px;
}
section.home-sec5 .box ul li:last-child span::after {
  content: url(../images/dot-arow-right.png);
  top: 0;
  left: -44px;
}

section.home-sec6 {
  padding-bottom: 48px;
}
section.home-sec6 .cart-box {
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  background: #fff;
  margin-bottom: 30px;
}
section.home-sec6 .cart-box .top-content {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 32px;
  border-bottom: 1px solid #d9d9d9;
}
section.home-sec6 .cart-box .top-content img {
  width: 56px;
  height: 56px;
  -o-object-fit: cover;
  object-fit: cover;
}
section.home-sec6 .cart-box .top-content h6 {
  max-width: 222px;
  color: var(--Black, #151515);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}
section.home-sec6 .cart-box .bottom-contemt {
  padding: 32px 32px 10px;
}
section.home-sec6 .cart-box .bottom-contemt p {
  min-height: 110px;
  color: var(--Black, #151515);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
  margin: 0;
}

section.home-sec7 {
  padding-bottom: 53px;
}
section.home-sec7 .container {
  overflow: hidden;
}
section.home-sec7 h5 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
}
section.home-sec7 h5::after {
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #D9D9D9 0%, rgba(217, 217, 217, 0) 100%);
  display: block;
}
section.home-sec7 h5::before {
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, rgba(217, 217, 217, 0.9882352941) 100%);
  display: block;
}
section.home-sec7 h5 span {
  display: table;
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 60px;
  background: #F6F6F6;
  border-radius: 60px;
  padding: 10px 36px;
  margin: 0 auto;
  position: relative;
  z-index: 9;
  white-space: nowrap;
}
section.home-sec7 ul {
  margin: 32px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
}
section.home-sec7 ul li img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
}
section.home-sec7 a.green-btn {
  width: 580px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.home-sec7 h6 {
  max-width: 580px;
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.08px;
  text-transform: capitalize;
  text-align: center;
  margin: 16px auto 0;
  position: relative;
}
section.home-sec7 h6 span {
  position: relative;
  padding: 0 12px;
  background-color: #ffffff;
  z-index: 1;
}
section.home-sec7 h6::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #D9D9D9;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

section.home-sec8 {
  padding-bottom: 57px;
}
section.home-sec8 h2 {
  max-width: 753px;
  margin: 0 auto 16px;
}
section.home-sec8 h2 span {
  display: block;
}
section.home-sec8 p {
  color: var(--Black, #151515);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 156.25% */
  margin: 0;
}
section.home-sec8 p + p + p {
  margin-bottom: 8px;
}
section.home-sec8 p:last-child {
  margin-bottom: 40px;
}
section.home-sec8 .revitalize-eye {
  padding: 32px 34px 34px 32px;
  border-radius: 8px;
  background: #f6f6f6;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
}
section.home-sec8 .revitalize-eye img {
  width: 52px;
  height: 52px;
  -o-object-fit: cover;
  object-fit: cover;
}
section.home-sec8 .revitalize-eye h3 {
  color: var(--Black, #151515);
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 8px;
  margin-top: 21px;
}
section.home-sec8 .revitalize-eye p {
  color: var(--Black, #151515);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  text-align: left;
}

section.home-sec9 {
  padding-bottom: 80px;
}
section.home-sec9 h2 {
  margin-bottom: 40px;
}
section.home-sec9 .hs9-slider .item {
  border-radius: 12px;
  border: 1px solid #d9d9d9;
  background: #fff;
  padding: 24px;
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
section.home-sec9 .hs9-slider .item .img-wraper {
  height: 100%;
}
section.home-sec9 .hs9-slider .item .img-wraper img {
  max-width: 242px;
  max-height: 308px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
section.home-sec9 .hs9-slider .item .text-wraper {
  width: calc(100% - 266px);
}
section.home-sec9 .hs9-slider .item .text-wraper h4 {
  color: var(--Black, #151515);
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 16px;
}
section.home-sec9 .hs9-slider .item .text-wraper ul {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 16px;
}
section.home-sec9 .hs9-slider .item .text-wraper ul li img {
  width: 20x;
  height: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}
section.home-sec9 .hs9-slider .item .text-wraper p {
  color: var(--Black, #151515);
  font-family: Inter;
  font-size: 15.5px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
}
section.home-sec9 .hs9-slider .item .text-wraper h5 {
  color: var(--Black, #151515);
  font-family: Inter;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
section.home-sec9 .hs9-slider .owl-nav {
  margin-top: 24px;
  float: right;
  width: 50%;
  display: flex;
  justify-content: flex-end;
  gap: 24px;
}
section.home-sec9 .hs9-slider .owl-nav button {
  width: 40px;
  height: 40px;
  margin: 0;
}
section.home-sec9 .hs9-slider .owl-nav button:hover {
  background-color: unset;
}
section.home-sec9 .hs9-slider .owl-nav button span {
  display: none;
}
section.home-sec9 .hs9-slider .owl-nav button.owl-prev {
  background-image: url(../images/slid-arow-left.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
section.home-sec9 .hs9-slider .owl-nav button.owl-next {
  background-image: url(../images/slid-arow-right.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
section.home-sec9 .hs9-slider .owl-dots {
  margin-top: 24px;
  float: left;
  width: 50%;
  display: flex;
  align-items: center;
  gap: 7px;
}
section.home-sec9 .hs9-slider .owl-dots button {
  margin: 0;
  background: rgba(0, 0, 0, 0.1607843137);
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
section.home-sec9 .hs9-slider .owl-dots button span {
  display: none;
}
section.home-sec9 .hs9-slider .owl-dots button.active {
  background: #000;
}

section.home-sec10 {
  padding-bottom: 100px;
  margin-top: -40px;
}
section.home-sec10 h2 {
  max-width: 850px;
  margin: 0 auto 60px;
}
section.home-sec10 .price-cart {
  border-radius: 8px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  padding: 40px 54px;
  position: relative;
  -webkit-transform-style: preserve-3d;
  -webkit-transform-origin: center left;
  -webkit-transition: -webkit-transform 1s;
}
section.home-sec10 .price-cart.best-value-cart {
  border: 4px solid #ef0000;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.16);
  position: relative;
  padding-top: 100px;
  transform-origin: center;
  z-index: 99;
}
section.home-sec10 .price-cart.best-value-cart span.highlight-text {
  color: var(--White, #fff);
  text-align: center;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  display: block;
  padding: 10px;
  background: #ef0000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@keyframes bounce {
  0% {
    transform: translate3d(0px, 0px, 0px) scale(1, 1);
  }
  25% {
    transform: translate3d(0px, 0px, 0px) scale(1.2, 1.2);
  }
  50% {
    transform: translate3d(0px, 0px, 0px) scale(1, 1);
  }
  75% {
    transform: translate3d(0px, 0px, 0px) scale(1.1, 1.1);
  }
  100% {
    transform: translate3d(0px, 0px, 0px) scale(1, 1);
  }
}
section.home-sec10 .price-cart.some-changes {
  transform: translateX(100%) rotateY(180deg);
}
section.home-sec10 .price-cart.some-changes .text-wraper {
  transform: translate(0px, 0px) rotateY(-180deg) !important;
}
section.home-sec10 .price-cart.some-changes .price-wraper strong.click-hidden {
  display: none;
}
section.home-sec10 .price-cart.some-changes .price-wraper strong.click-show {
  display: block;
}
section.home-sec10 .price-cart.some-changes a.add-btn.click-hidden {
  display: none;
}
section.home-sec10 .price-cart.some-changes a.add-btn.click-show {
  display: flex;
}
section.home-sec10 .price-cart a.add-btn.click-show {
  display: none;
}
section.home-sec10 .price-cart.some-changes h4 strong.click-hidden {
  display: none;
}
section.home-sec10 .price-cart.some-changes h4 strong.click-show {
  display: block;
}
section.home-sec10 .price-cart.some-changes h6 span.click-hidden {
  display: none;
}
section.home-sec10 .price-cart.some-changes h6 span.click-show {
  display: inline;
}
section.home-sec10 .price-cart.some-changes span.delivered {
  visibility: hidden;
  opacity: 0;
}
section.home-sec10 .price-cart.some-changes a.price-red-text {
  display: flex;
}
section.home-sec10 .price-cart.some-changes a.price-green-text {
  display: none;
}
section.home-sec10 .price-cart.some-changes h3 strong.click-hidden {
  display: none;
}
section.home-sec10 .price-cart.some-changes h3 strong.click-show {
  display: inline-block;
}
section.home-sec10 .price-cart h4 {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 43px;
}
section.home-sec10 .price-cart h4 strong {
  display: block;
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 16px;
}
section.home-sec10 .price-cart h4 strong.click-show {
  display: none;
}
section.home-sec10 .price-cart img {
  width: 300px;
  height: 280px;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  margin: 10px 0;
}
section.home-sec10 .price-cart .price-wraper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 24px;
  gap: 6px;
}
section.home-sec10 .price-cart .price-wraper strong {
  color: var(--Black, #151515);
  text-align: center;
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}
section.home-sec10 .price-cart .price-wraper strong.click-show {
  display: none;
}
section.home-sec10 .price-cart .price-wraper span {
  color: var(--Black, #151515);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.home-sec10 .price-cart .price-wraper .prev-price {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
}
section.home-sec10 .price-cart h6 {
  color: var(--Black, #151515);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 8px;
}
section.home-sec10 .price-cart h6 span.click-show {
  display: none;
}
section.home-sec10 .price-cart span.delivered {
  display: table;
  margin: 0 auto 24px;
  color: #ef0000;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
section.home-sec10 .price-cart a.add-btn {
  color: #FFF;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  padding: 12px 26px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 24px;
  margin-top: 24px;
  border-radius: 4px;
  background: #24C070;
  transition: all 0.5s ease-in-out;
}
section.home-sec10 .price-cart a.add-btn:hover {
  transform: scale(1.15);
}
section.home-sec10 .price-cart a.add-btn img {
  width: 24px;
  height: 24px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}
section.home-sec10 .price-cart img.s-cart {
  width: 216px;
  height: 33px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}
section.home-sec10 .price-cart h3 {
  color: var(--Black, #151515);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  margin: 24px 0;
  text-align: center;
}
section.home-sec10 .price-cart h3 strong {
  font-weight: 600;
}
section.home-sec10 .price-cart h3 strong.click-show {
  display: none;
}
section.home-sec10 .price-cart h3 span {
  position: relative;
}
section.home-sec10 .price-cart h3 span::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #151515;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
section.home-sec10 .price-cart a.price-green-text {
  color: #24c070;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0 auto;
  max-width: -moz-max-content;
  max-width: max-content;
}
section.home-sec10 .price-cart a.price-green-text img {
  width: 28px;
  height: 28px;
  -o-object-fit: cover;
  object-fit: cover;
}
section.home-sec10 .price-cart a.price-red-text {
  color: #ef0000;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0 auto;
  max-width: -moz-max-content;
  max-width: max-content;
  display: none;
}
section.home-sec10 .price-cart a.price-red-text img {
  width: 28px;
  height: 28px;
  -o-object-fit: cover;
  object-fit: cover;
}

section.home-sec10.start-bounce .price-cart.best-value-cart {
  animation: bounce 1s ease alternate;
}

section.home-sec11 {
  padding-bottom: 80px;
}
section.home-sec11 .frame {
  position: relative;
  max-width: 1137px;
  max-height: 768px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
section.home-sec11 .frame img.frame-desktop {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
section.home-sec11 .frame img.frame-mobile {
  display: none;
}
section.home-sec11 .frame .content-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.home-sec11 .frame .content-box img.img1 {
  width: 364px;
  display: block;
  margin: 0 auto 30px;
}
section.home-sec11 .frame .content-box img.img2 {
  width: 130px;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  margin: 0 auto 42px;
}
section.home-sec11 .frame .content-box h3 {
  color: #c49a6c;
  text-align: center;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 24px;
}
section.home-sec11 .frame .content-box p {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  /* 150% */
  margin: 0;
}

section.home-sec12 {
  padding: 80px 0;
  background: #ecf8fa;
}
section.home-sec12 h2 {
  text-align: left;
  margin-bottom: 50px;
}
section.home-sec12 img.left-img {
  width: 90%;
  height: auto;
}
section.home-sec12 ul li {
  padding: 26px 16px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);
  margin-bottom: 24px;
}
section.home-sec12 ul li.active h5::after {
  content: url(../images/minus.png);
}
section.home-sec12 ul li:last-child {
  margin: 0;
}
section.home-sec12 ul li h5 {
  cursor: pointer;
  color: var(--Black, #151515);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  padding: 4px 40px 4px 2px;
  position: relative;
}
section.home-sec12 ul li h5::after {
  content: url(../images/plus.png);
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}
section.home-sec12 ul li .content {
  display: none;
  margin-top: 10px;
}
section.home-sec12 ul li .content p {
  color: #585858;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 175% */
}
section.home-sec12 ul li .content p:last-child {
  margin: 0;
}

section.scientific-references .references-logo-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 0 40px;
}

section.scientific-references .references-logo-list {
  display: flex;
  flex-direction: row;
  gap: 52px;
  margin-top: 20px;
}

section.scientific-references .references-logo-list img {
  width: auto;
}

section.scientific-references .references-logo-row {
  flex-direction: row;
  display: flex;
  gap: 52px;
}

section.scientific-references .references-links ul {
  display: grid;
  grid-template-columns: 1fr 1fr; 
  gap: 20px;
  overflow: hidden; 
}

section.scientific-references .references-links ul {
  list-style-type: none; 
  padding: 0;
  margin: 0;
  margin-top: 60px;
}

section.scientific-references .references-links li {
  display: flex;
  gap: 12px;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #585858;

  p {
    word-wrap: break-word;
    word-break: break-all;
  }
}

@media (max-width: 768px) {
  section.scientific-references .references-links ul {
      grid-template-columns: 1fr; 
  }
}

@media only screen and (max-width: 1200px) {
  section.scientific-references .references-logo-row {
    gap: 32px;
  }
  
  section.scientific-references .references-logo-list {
    gap: 32px;
  }

  section.scientific-references .references-logo-list img {
      height: 49px;
      max-width: unset;
  }
}

section.scientific-references .references-logo-list img.mobile-logo {
  display: none;
}

@media only screen and (max-width: 880px) {
  section.scientific-references .references-logo-row {
    gap: 12px;
    flex-direction: column;
    align-items: center;
  }
  
  section.scientific-references .references-logo-list {
    gap: 32px;
  }

  section.scientific-references .references-logo-list img {
      height: 59px;
      max-width: unset;
  }

  section.scientific-references .references-logo-list img.desktop-logo {
    display: none;
  }

  section.scientific-references .references-logo-list img.mobile-logo {
    display: block;
  }
}

@media only screen and (max-width: 550px) {
  section.scientific-references .references-logo-list {
    gap: 32px;
  }

  section.scientific-references .references-logo-list img {
      height: 49px;
  }

  section.scientific-references .references-logo-row {
      gap: 0;
  }
}

@media only screen and (max-width: 450px) {
  section.scientific-references .references-logo-list {
      gap: 20px;
  }

  section.scientific-references .references-logo-list img {
      height: 39px;
  }
}

section.vsl-sec1 {
  position: relative;
  margin-bottom: 10px;
}
section.vsl-sec1 a.muted {
  position: absolute;
  inset: 0;
  z-index: 99;
}
section.vsl-sec1 video {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
section.vsl-sec1 .video-wraper {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
section.vsl-sec1 .wraper {
  padding: 50px;
  background: rgba(0, 0, 0, 0.2705882353);
  border-radius: 50px;
  position: absolute;
  overflow: hidden;
  z-index: 9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.vsl-sec1 .wraper.remove-text {
  display: none;
}
section.vsl-sec1 .wraper i {
  font-size: 120px;
  display: table;
  margin: 0 auto 14px;
  color: #fff;
}
section.vsl-sec1 .wraper h2 {
  color: #fff;
  margin: 0;
}
section.vsl-sec1 .bnr_right {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.vsl-sec1 .as_seen_on_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 400px;
  letter-spacing: 0.5px;
  font-weight: 500;
}
section.vsl-sec1 .seen_logo {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.vsl-sec1 .seen_logo li {
  max-width: 20%;
}
section.vsl-sec1 .doctor_box {
  width: 100%;
  border: 1px solid #e3e3e3;
  padding: 20px;
  text-align: center;
  margin-top: 25px;
}
section.vsl-sec1 .doctor_desc {
  font-size: 15px;
  line-height: 24px;
  text-align: left;
  letter-spacing: 0.5px;
  border-top: 1px solid #e3e3e3;
  padding-top: 12px;
  margin-top: 15px;
}
section.vsl-sec1 .doctor_avatar {
  display: block;
  margin: 0 auto;
  width: 140px;
  height: 140px;
  border: 3px solid #c4d2e9;
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
}
section.vsl-sec1 .doctor_name {
  font-size: 18px;
  line-height: 22px;
  color: #000;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin-top: 15px!important;
  margin-bottom: 0;
}
section.vsl-sec1 .doctor_degnat {
  font-size: 15px;
  line-height: 21px;
  color: #464646;
  font-weight: normal;
  letter-spacing: 0.5px;
  margin-top: 5px;
}
.vsl-subheadline-mobile {
  display: none;
}
@media (max-width: 990px) {
  #smartplayer {
    padding: 80% 0 0!important;
  }
}
@media (max-width: 778px) {
  #smartplayer {
    padding: 60% 0 0!important;
  }
}
/* Upsell page styles */

section.offer-sec h1 {
  color: green;
  font-size: 48px;
  font-weight: 700;
}

section.offer-sec h2 {
  font-size: 40px;
  max-width: 1000px;
}

section.offer-sec img {
  width: 40px;
}

section.offer-sec p {
  font-size: 24px;
  font-weight: 500;
}

section.vip-customers-opportunity-sec .vip-customers-opportunity-box {
  border-radius: 1.5rem;
}

section.vip-customers-opportunity-sec .main-header {
  font-size: 52px;
}

section.vip-customers-opportunity-sec .subheader {
  font-size: 24px;
  line-height: 2.5rem;
}

section.vip-customers-opportunity-sec .product-img {
  width: 100%;
  max-width: 275px;
}

section.ups-offer-reasons-sec p {
  line-height: 1.5rem;
  color: #61606f;
}

section.ups-offer-reasons-sec .step-container {
  gap: 8px;
}

section.ups-offer-reasons-sec .step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #24c070;
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  text-align: center;
}

section.ups-offer-reasons-sec .subtitle {
  font-size: 18px;
}

section.ups-offer-reasons-sec li img {
  height: 18px;
  margin-right: 6px;
}

section.ups-offer-reasons-sec h3 {
  font-size: 18px;
  font-weight: 700;
}

section.ups-benefits-sec .benefits-recap-box {
  background-color: rgb(23 37 84);
  border-radius: 1.5rem;
}

section.ups-benefits-sec .benefits-recap-box h2 {
  font-weight: 500;
  max-width: 1200px;
}

section.ups-benefits-sec .benefits-recap-box h3 {
  font-size: 16px;
}

section.ups-benefits-sec .benefits-recap-box .card {
  background: linear-gradient(#172554, #177193);
  border-radius: 1rem;
  line-height: 1.5rem;
}

section.ups-benefits-sec .benefits-recap-box .number-circle {
  background-color: rgb(23 37 84);
  width: 2.5rem;
  height: 2.5rem;
}

/* Downsell page styles */

section.ds-main-section h1,
section.ds-offer-section h1,
section.ds-main-section h2,
section.ds-offer-section h2 {
  line-height: 32px;
  font-size: 30px;
  font-weight: bold;
  color: rgb(44, 44, 196);
  font-family: "Noto Serif", Helvetica, sans-serif;
}

section.ds-main-section h2,
section.ds-offer-section h2 {
  font-size: 25px;
  line-height: 38px;
}

section.ds-main-section h3,
section.ds-offer-section h3 {
  font-size: 16px;
  font-family: "Noto Serif", Helvetica, sans-serif;
  font-weight: 700;
  color: var(--Black, #151515) !important;
}

section.ds-offer-section h2 span {
  color: var(--Black, #151515) !important;
}

section.ds-main-section p,
section.ds-offer-section p {
  font-size: 16px;
  color: var(--Black, #151515);
  line-height: 1.5rem;
  font-family: "Noto Serif", Helvetica, sans-serif !important;
}

section.ds-offer-section .medium-text {
  font-size: 28px;
}

section.ds-offer-section .product-img {
  max-width: 700px;
}

section.ds-offer-section .medium-product-img {
  max-width: 200px;
}

section.ds-offer-section .price-today {
  color: #24c070;
}

section.ds-offer-section .small-text {
  font-size: 16px;
}

section.money-guarantee-sec .frame {
  width: 100%; 
  position: relative;
  padding: 24px;
  background-image: url(/images/frame.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

section.money-guarantee-sec .frame::before {
  content: "";
  display: block;
  padding-top: 67.64%;
}

/* Content box styling */
section.money-guarantee-sec .frame .content-box {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%; 
  max-width: 90%; 
  height: 100%; 
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; 
  text-align: center; 
  gap: 1rem; 
}
section.money-guarantee-sec.narrow .frame .content-box {
  margin-top: 0!important;
}
section.money-guarantee-sec .frame .content-box img {
  max-width: 90%;
  height: auto; 
}
section.money-guarantee-sec .frame .content-box h3, 
section.money-guarantee-sec .frame .content-box p {
  max-width: 90%;
}
section.money-guarantee-sec.narrow .img1{
  width: unset!important;
  max-width: 35%!important;
}
section.money-guarantee-sec .frame .content-box h3 {
  font-size: 48px;
}
section.money-guarantee-sec.narrow .frame .content-box h3 {
  font-size: 40px;
  margin-bottom: 0;
}
section.money-guarantee-sec.narrow .content-box p {
  font-size: 20px;
}

/* Upsell v.2 page styles */

.upsell-2-body h1 {
  font-size: 28px;
  font-weight: 600;
  color: rgb(44, 44, 196);
}

.upsell-2-body h2 {
  font-size: 24px;
  font-weight: 600;
  color: rgb(44, 44, 196);
}

.upsell-2-body p {
  line-height: 1.7rem;
  color: #1f1e23;
}

.upsell-2-body .d-grid {
  display: grid;
  gap: 40px;
}

.upsell-2-body .grid-md-column {
  grid-template-columns: 33% auto;
}

section.upsell-hero-sec .hero-img {
  width: 100%;
  max-width: 320px;
}

section.upsell-info-sec h3 {
  font-size: 20px;
  font-weight: 700;
  max-width: 90%;
  line-height: 1.7rem;
}

section.upsell-info-sec .text-primary {
  color: rgb(44, 44, 196);
}

section.upsell-offer-sec .grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  position: relative;
}

section.upsell-offer-sec .img-container {
  height: 100%;
  max-height: 400px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
section.upsell-offer-sec .product-grid {
  display: grid;
  grid-template-columns: auto 50px auto;
  justify-content: center;
}
section.upsell-offer-sec .img-container img {
  max-height: 100%;
  width: auto;
}

section.upsell-offer-sec .middle-icon {
  max-width: 40px;
  height: auto;
}

section.why-it-works-sec .container {
  background-color: #f6f6f6;
}

section.why-it-works-sec h2 {
  color: var(--Black, #151515);
  font-size: 20px;
  margin-bottom: 40px;
  font-family: "Noto Serif", Helvetica, sans-serif;
}

section.why-it-works-sec span {
  font-weight: 500;
  color: var(--Black, #151515);
}

/* Downsell v.2 page styles */

.downsell-v2-body section.ds-main-section p,
section.ds-offer-section p {
  font-size: 15px;
  font-family: "Inter", sans-serif !important;
  margin: 0;
}

section.ds-main-section .grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

section.ds-main-section .product-cards-grid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 45px;
}

section.ds-main-section .product-effect-card {
  background-color: #f8fdff;
  display: flex;
  flex-direction: column;
  padding: 25px 20px 35px;
  border-radius: 6px;
  gap: 24px;
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.2);
}

section.ds-main-section .product-effect-card p {
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.5px;
  font-weight: 500;
}

section.ds-main-section .product-effect-card img {
  height: 48px;
  margin-right: auto;
}

/* Downsell v.3 page styles */

.downsell-v3-body section.ds-main-section p,
section.ds-offer-section p {
  font-size: 15px;
  font-family: "Inter", sans-serif !important;
  margin: 0;
}

.downsell-v3-body section.ds-main-section h2 {
  color: #24c070;
  font-size: 24px;
}

.downsell-v3-body section.ds-offer-section h3 {
  font-family: "Inter", sans-serif !important;
  font-weight: 400;
}

.downsell-v3-body section.ds-offer-section .price-today {
  font-family: "Inter", sans-serif !important;
  color: #24c070 !important;
  font-size: 20px;
  font-weight: 600;
}

#custom-timer p {
  font-size: 18px;
  line-height: unset;
  font-weight: 500;
  color: #7c7c7c;
}

#custom-timer h3 {
  font-size: 42px;
  line-height: unset;
  font-weight: 600;
  color: #7c7c7c !important;
}

.v3-oil-bottle {
  max-height: 400px;
}
/*# sourceMappingURL=style.css.map */
