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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

.hero {
  text-align: center;
  background-color: #e8318a;
  background-image:
    linear-gradient(#e8318aba, #970088c2), url("../images/woman-bg-2.webp");
  background-position:
    0 0,
    0 0;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo {
  width: 20%;
}

.menu {
  width: 40%;
}

.hero-div {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
}

.link {
  color: #fff;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 15px;
  line-height: 25px;
  text-decoration: none;
}

.columns {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image {
  max-width: 70%;
}

.columns-2 {
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-top: 50px;
  display: flex;
}

.heading {
  color: #fff;
  text-align: left;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 55px;
}

.heading.pink {
  color: #ec8000;
  text-align: center;
  text-shadow: none;
}

.heading.pink.left {
  text-align: left;
  margin-bottom: 50px;
}

.heading.white {
  text-align: center;
  text-shadow: none;
  margin-bottom: 50px;
}

.heading.big {
  font-size: 50px;
  line-height: 65px;
}

.column {
  display: flex;
}

.text-block {
  color: #fff;
  text-align: left;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 20px;
  line-height: 35px;
}

.text-block.black {
  color: #000;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.order-button {
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  margin: 10px auto;
  padding: 20px 40px;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  display: block;
}

.order-button:hover {
  box-shadow: 0 8px 12px #0003;
}

.order-button.bottom {
  background-color: #71a100;
  border-radius: 200px;
  width: 80%;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 25px;
}

.order-button.bottom {
  background-color: #71a100;
  border-radius: 200px;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  line-height: 25px;
}

.order-button.bottom:hover {
  background-color: #577c00;
}

.order-button.bottom:active {
  background-color: #71a100;
}

.bold-text-37 {
  color: #fff;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
}

.why {
  background-image:
    linear-gradient(#eeebeba1, #eeebeba1), url("../images/scale.webp");
  background-position:
    0 0,
    131% 41%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 800px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  margin-bottom: 50px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-around;
  align-items: center;
  width: 90%;
  margin-top: 50px;
  margin-bottom: 100px;
  display: flex;
}

.square-images {
  width: 300px;
  max-width: none;
}

.s3-wrapper {
  background-image: url("../images/circle-middle.avif");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 500px;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.item-wrapper-s3 {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: static;
}

.item-s3 {
  background-color: #fff;
  border-radius: 20px;
  width: 30%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 40px;
  position: relative;
  box-shadow: 0 10px #71a100;
}

.item-number-s3 {
  color: #fff;
  text-align: center;
  background-color: #71a100;
  border: 6px solid #436100;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  inset: -10% 9% auto auto;
}

.text-block-5 {
  color: #fff;
  font-size: 20px;
  display: block;
}

.text-block-16-copy {
  text-align: right;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.text-block-16-copy._2 {
  text-align: left;
  padding-left: 20px;
}

.text-block-16-copy._2.pink {
  margin-bottom: 50px;
}

.text-block-16-copy.white {
  color: #fff;
  text-align: left;
}

.item-number-s3-2 {
  color: #fff;
  text-align: center;
  background-color: #71a100;
  border: 6px solid #436100;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  inset: -10% auto auto 15%;
}

.body {
  background-color: #eeebeb;
}

.bold-text-38 {
  color: #e8318a;
  font-size: 20px;
  line-height: 30px;
}

.bold-text-38.white {
  color: #fff;
}

.image-84 {
  border-radius: 20px;
  width: 100%;
}

.text-span {
  color: #e8318a;
}

.container-2 {
  background-color: #eeebeb00;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  max-width: none;
  display: flex;
}

.div-block-2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.flex-column {
  display: flex;
}

.image-85 {
  max-width: 70px;
}

.ingredients {
  background-image: url("../images/doctor.avif");
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 700px;
  padding-top: 30px;
  padding-bottom: 50px;
}

.container-3 {
  width: 80%;
  max-width: 80%;
  padding-top: 80px;
  padding-bottom: 50px;
  display: flex;
}

.div-block-3 {
  width: 50%;
}

.div-block-4 {
  width: 50%;
  margin-bottom: 50px;
}

.div-block-5 {
  background-image:
    linear-gradient(#eeebebe0, #eeebebe0), url("../images/Optiloss_Mark3x.avif");
  background-position:
    0 0,
    -80px 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
}

.section {
  background-image:
    linear-gradient(270deg, #cf9503eb, #ec8000d6), url("../images/pattern.avif");
  background-position:
    0 0,
    0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 50px;
  padding-bottom: 50px;
}

.container-4 {
  width: 80%;
  max-width: 80%;
}

.div-block-6 {
  text-align: center;
}

.image-86 {
  width: 200px;
  max-width: none;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-7,
.div-block-8 {
  margin-bottom: 50px;
}

.packs {
  background-image: linear-gradient(#eeebebe6, #eeebebe6);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 0;
  display: flex;
}

.subtext {
  text-align: right;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.subtext._2 {
  text-align: left;
  padding-left: 20px;
}

.subtext._2.pink {
  margin-bottom: 50px;
}

.subtext.white {
  color: #fff;
  text-align: left;
}

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

.image-118 {
  max-width: none;
  height: 10px;
}

.review {
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.product {
  text-align: center;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 20px;
  padding-bottom: 10px;
}

.product.most {
  border-color: #ec8000;
}

.text-block-156 {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 0;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 700;
}

.price-product {
  color: red;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 10px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.pack-name {
  background-color: #000;
  border-radius: 20px 20px 0 0;
}

.pack-name.most {
  background-color: #ec8000;
}

.text-span-37 {
  padding-left: 5px;
  text-decoration: line-through;
}

.text-block-155 {
  color: #fff;
  text-align: center;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 700;
}

.text-block-157 {
  text-align: center;
  margin-right: 5px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 10px;
  font-weight: 700;
}

.small-price {
  text-align: center;
  margin-right: 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.small-price.red {
  color: red;
}

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

.packs-div {
  margin-bottom: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-57 {
  width: 100%;
}

.button-5 {
  background-color: #71a100;
  border-radius: 10px;
  width: 80%;
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 700;
}

.button-5:hover {
  background-color: #ec8000;
}

.button-5:active {
  background-color: #e8318a;
}

.button-5.most {
  background-color: #ec8000;
}

.button-5.most:hover {
  background-color: #71a100;
}

.button-5.sticky-button {
  background-color: #ec8000;
  border-radius: 50px;
  width: 60%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.button-5.sticky-button:hover {
  background-color: #e8318a;
}

.image-119 {
  width: 100%;
  max-width: none;
}

.accordion-icon_component {
  color: #fff;
  border: 2px solid #98a2b3;
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.uui-faq01_question {
  color: #fff;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.uui-text-size-medium {
  color: #fff;
  letter-spacing: normal;
  padding-right: 40px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.accordion-icon_vertical-line {
  background-color: #98a2b3;
  border-radius: 1px;
  width: 2px;
  height: 0.75rem;
  position: absolute;
}

.uui-faq01_heading {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}

.bold-text-85 {
  color: #fff;
  font-family: Verdana, Geneva, sans-serif;
  text-decoration: none;
}

.uui-faq01_icon-wrapper {
  color: #7f56d9;
}

.accordion-icon_horizontal-line {
  background-color: #98a2b3;
  border-radius: 1px;
  width: 0.75rem;
  height: 2px;
  position: absolute;
}

.uui-faq01_accordion {
  background-color: #e8318a;
  border-bottom: 1px solid #eaecf0;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.uui-faq01_accordion.last-item {
  border-bottom-color: #0000;
  border-radius: 20px;
}

.uui-faq01_list-2 {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.uui-faq01_answer {
  overflow: hidden;
}

.uui-faq01_component {
  border: 1px gray;
  border-radius: 20px;
  margin-top: 4rem;
}

.link-2 {
  text-decoration: none;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

.link-3,
.link-4,
.link-5,
.link-6,
.link-7,
.link-8,
.link-9,
.link-10,
.link-11,
.link-12,
.link-13,
.link-14 {
  text-decoration: none;
}

.image-121 {
  width: 50px;
  max-width: none;
}

.image-121.smalle {
  width: 30px;
}

.columns-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns-5 {
  width: 100%;
}

.footer-india {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 100px;
  display: flex;
}

.div-block-59 {
  border: 1px solid #b6b6b6;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 10px;
  display: flex;
}

.div-block-60 {
  background-color: #949494;
  width: 60%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.address {
  text-align: left;
  margin-right: 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
}

.sticky {
  text-align: center;
  background-color: #fff;
  border-top: 1px solid #b3b3b3;
  padding-bottom: 10px;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.text-block-58 {
  color: #000;
  text-align: center;
  justify-content: center;
  margin-top: 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 8px;
  font-weight: 700;
  line-height: 10px;
  display: block;
}

.bold-text-74 {
  font-size: 8px;
  line-height: 10px;
}

.text-block-72 {
  padding-left: 10px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  line-height: 12px;
}

.text-block-72.small {
  font-size: 13px;
}

.text-block-72.small.satisfaction {
  padding-left: 0;
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
  line-height: 10px;
}

.header {
  z-index: 5;
  background-color: #e8318a;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: block;
  position: sticky;
  top: 0;
}

.container-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-69 {
  color: #fff;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.bold-text {
  text-transform: uppercase;
}

.div-block-66 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block {
  background-color: #fff;
  border-radius: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
}

.text-block-159 {
  color: #628b05;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.text-block-160 {
  color: #fff;
  text-align: center;
  width: 50%;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 10px;
}

.logo-section {
  background-color: #fff;
  box-shadow: 10px 2px 12px -1px #000000a1;
}

.div-block-67 {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-82 {
  width: 200px;
  max-width: none;
}

.bold-text-86 {
  color: #fff;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
}

.image-87 {
  width: 100px;
  max-width: none;
}

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

.image-122 {
  max-width: none;
  height: 10px;
}

.heading-9-copy {
  color: #054d9e;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 21px;
  line-height: 30px;
}

.heading-9-copy.more {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 20px;
}

.div-block-68 {
  flex-flow: row;
  display: flex;
}

.product-2 {
  text-align: center;
  border: 2px solid #000;
  border-radius: 20px;
  padding-bottom: 10px;
}

.product-2.most {
  border-color: #ec8000;
}

.text-block-14 {
  color: #000;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.text-block-14.center {
  text-align: center;
}

.image-88 {
  height: 40px;
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-69 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-span-2 {
  color: #02c76b;
}

.bold-text-81 {
  color: #71a100;
}

.div-block-15 {
  text-align: center;
}

.image-123 {
  width: 30px;
  max-width: none;
  height: 30px;
  margin-left: 20px;
}

.text-block-161 {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 0;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 700;
}

.columns-7 {
  padding-top: 30px;
  padding-bottom: 50px;
}

.div-block-70 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.image-124 {
  border-radius: 20px;
  width: 100%;
}

.text-block-74 {
  color: #054d9e;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 700;
  text-decoration: underline;
}

.bold-text-72 {
  color: #e8318a;
  font-size: 15px;
  line-height: 20px;
}

.image-125 {
  width: 40px;
  max-width: none;
  height: 40px;
  margin-right: 20px;
}

.heading-9-copy-copy {
  color: #054d9e;
  margin-top: 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 21px;
  line-height: 30px;
}

.image-83 {
  width: 150px;
  max-width: none;
}

.bold-text-73 {
  font-size: 8px;
  line-height: 10px;
}

.div-block-71 {
  text-align: center;
  margin-top: 20px;
}

.text-block-162 {
  color: #000;
  text-align: center;
  justify-content: center;
  margin-top: 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 8px;
  font-weight: 700;
  line-height: 10px;
  display: block;
}

.text-block-163 {
  color: #fff;
  text-align: center;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 700;
}

.price-discounted {
  color: #71a100;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 26px;
  line-height: 30px;
}

.image-120 {
  width: 40px;
  max-width: none;
  margin-right: 10px;
}

.text-block-164 {
  text-align: center;
  margin-right: 5px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 10px;
  font-weight: 700;
}

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

.text-block-75 {
  margin-top: 10px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 17px;
}

.text-block-75.more {
  margin-top: 0;
}

.small-testimonial {
  margin-top: 15px;
}

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

.div-block-73 {
  color: #fff;
  background-color: #ec8000;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.upsell {
  max-width: 90%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.ssl-wrapper-2 {
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.ssl-image {
  width: 250px;
  max-width: none;
  margin-top: 5px;
}

.price {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.text-block-165 {
  padding-left: 10px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  line-height: 12px;
}

.text-block-165.small {
  font-size: 13px;
}

.text-block-165.small.satisfaction {
  padding-left: 0;
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
  line-height: 10px;
}

.packs-div-2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.stars {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.price-text {
  color: #000;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: line-through;
}

.heading-9 {
  color: #e8318a;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.heading-9.center {
  text-align: center;
}

.heading-9.center.upsell-text {
  font-size: 30px;
}

.div-block-58 {
  border: 1px solid #cacaca;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 10px;
  padding: 10px;
  display: flex;
}

.image-83-copy {
  width: 250px;
  max-width: none;
}

.text-block-73 {
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 700;
}

.div-block-74 {
  width: 100%;
}

.image-126 {
  width: 100%;
  max-width: none;
}

.text-span-38 {
  text-decoration: underline;
}

.image-127 {
  width: 50px;
  max-width: none;
}

.image-127.smalle {
  width: 30px;
}

.columns-8 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns-9 {
  width: 100%;
}

.div-block-75 {
  border: 1px solid #b6b6b6;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 10px;
  display: flex;
}

.div-block-76 {
  background-color: #949494;
  width: 60%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.text-block-166 {
  color: #000;
  text-align: center;
  justify-content: center;
  margin-top: 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 8px;
  font-weight: 700;
  line-height: 10px;
  display: block;
}

.bold-text-93 {
  font-size: 8px;
  line-height: 10px;
}

.text-block-167 {
  padding-left: 10px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  line-height: 12px;
}

.text-block-167.small {
  font-size: 13px;
}

.text-block-167.small.satisfaction {
  padding-left: 0;
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
  line-height: 10px;
}

.checkout-new {
  border-bottom: 1px solid #d4d4d4;
}

.container-9 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-77 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-135 {
  width: 300px;
  max-width: none;
}

.image-136 {
  width: 30px;
  max-width: none;
}

.bold-text-94 {
  line-height: 25px;
}

.column-3 {
  border-right: 1px solid #cecece;
}

.left-2-columns {
  text-align: center;
  width: 50%;
  font-size: 15px;
}

.form-block-3 {
  color: #fff;
}

.form-copy {
  margin-top: 0;
  padding: 10px;
}

.text-block-169 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 30px;
  display: inline-block;
}

.bold-text-88 {
  color: #000;
  font-family: Verdana, Geneva, sans-serif;
}

.text-block-20-copy {
  color: #000;
  text-align: left;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  display: block;
}

.field-label-15 {
  color: #fff;
  font-family:
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-size: 20px;
  line-height: 40px;
}

.div-block-78 {
  position: relative;
}

.field-label-16 {
  color: #000;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 20px;
}

.right-2-columns {
  width: 50%;
}

.div-block-2-copy {
  border-bottom: 1px solid #f2f2f2;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-block-170 {
  font-family: Verdana, Geneva, sans-serif;
}

.error-message {
  background-color: red;
}

.text-field-8 {
  width: 40%;
  display: inline-block;
}

.text-field-8._2-column {
  border-radius: 20px;
  width: 50%;
  margin-right: 10px;
  font-family: Verdana, Geneva, sans-serif;
}

.text-field-8._2-column._2nd-input {
  margin-right: 0;
  font-family: Verdana, Geneva, sans-serif;
}

.columns-13 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  display: flex;
}

.div-block-79 {
  text-align: center;
  border: 1px solid #c2c2c2;
  border-radius: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}

.text-field-13 {
  border-radius: 20px;
  font-family: Verdana, Geneva, sans-serif;
}

.image-139 {
  float: none;
  filter: invert();
  margin-right: 2px;
  display: inline-block;
}

.column-17 {
  position: static;
}

.div-block-81 {
  color: #fff;
  background-color: #727272;
  border-radius: 200px;
  padding: 5px 10px;
  font-family: Verdana, Geneva, sans-serif;
  position: absolute;
  inset: -14% -4% auto auto;
}

.text-block-172 {
  text-align: center;
  font-family: Verdana, Geneva, sans-serif;
}

.div-block-82 {
  color: #555;
  border-bottom: 1px solid #dfdfdf;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
}

.button-copy {
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 29px;
  font-weight: 700;
  line-height: 30px;
  display: block;
}

.button-copy:hover {
  box-shadow: 0 8px 12px #0003;
}

.button-copy.checkoutbutton {
  color: #fff;
  background-color: #71a100;
  padding: 12px 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 17px;
  line-height: 28px;
}

.button-copy.checkoutbutton:hover {
  background-color: #ec8000;
}

.image-137 {
  border-radius: 10px;
  width: 70px;
  max-width: none;
  margin-right: 5px;
  position: relative;
}

.select-field-2 {
  color: #a7a7a7;
  border-radius: 20px;

  margin-right: 10px;
  font-family: Verdana, Geneva, sans-serif;
  display: inline-block;
}

._2-columns {
  margin-top: 5px;
  display: flex;
}

.success-message-2 {
  background-color: #469c00;
}

.text-block-168 {
  color: #000;
  text-align: left;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 15px;
}

.div-block-83 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.bold-text-95 {
  color: #000;
  font-family: Verdana, Geneva, sans-serif;
}

._2-columns-copy {
  margin-top: 20px;
  display: flex;
}

.field-2-column-10 {
  color: #000;
  width: 48.9%;
  margin-right: 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 20px;
  display: inline-block;
}

.text-block-171 {
  margin-top: 10px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 17px;
}

.text-block-171.price-item-copy {
  text-align: right;
  margin-top: 0;
  padding-left: 10px;
  font-size: 20px;
  line-height: 25px;
}

.text-block-171.total {
  margin-top: 0;
  padding-left: 10px;
  font-size: 20px;
  line-height: 30px;
}

.text-block-171.price-item {
  text-align: right;
  margin-top: 0;
  padding-left: 10px;
}

.text-block-171.checkout-item {
  margin-top: 0;
  padding-left: 10px;
}

.select-field-5 {
  border-radius: 20px;
  font-family: Verdana, Geneva, sans-serif;
}

.field-2-column-8 {
  color: #000;
  width: 48.9%;
  margin-right: 10px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 20px;
  display: inline-block;
}

.image-138 {
  display: inline-block;
}

.columns-13-copy {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  display: flex;
}

.div-block-84 {
  text-align: center;
  padding-top: 20px;
}

.image-140 {
  border-radius: 20px;
  max-width: 80%;
}

.container-10 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-173 {
  color: #fff;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.bold-text-96 {
  text-transform: uppercase;
}

.div-block-85 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-174 {
  color: #628b05;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.text-block-175 {
  color: #fff;
  text-align: center;
  width: 50%;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 10px;
}

.button-4 {
  background-color: #0000;
  border: 2px solid #fff;
  margin-top: 40px;
  padding-top: 9px;
  padding-left: 40px;
  padding-right: 40px;
}

.form-3 {
  align-items: flex-start;
  display: flex;
}

.text-block-176 {
  margin-top: 10px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.cell-5 {
  justify-content: center;
  align-items: stretch;
  padding: 20px;
}

.text-block-177 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.submit-button-7 {
  background-color: #71a100;
  height: 50px;
  padding-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.text-field-14 {
  height: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 20px;
}

.image-141 {
  border-radius: 20px;
}

.text-block-178 {
  color: #e8318a;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.uui-footer07_bottom-wrapper {
  border-top: 1px solid #002d81;
  justify-content: space-between;
  margin-top: 4rem;
  padding-top: 2rem;
  font-size: 15px;
  display: flex;
}

.text-block-179 {
  color: #fff;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 15px;
}

.form-block-6 {
  margin-top: 15px;
}

.footer {
  padding-left: 2rem;
  padding-right: 2rem;
}

.cell-4 {
  justify-content: center;
  align-items: flex-start;
}

.image-142 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-3 {
  background-color: #fafafa;
  background-image: linear-gradient(#fafafa91, #fafafa91);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-3._2 {
  background-image:
    linear-gradient(#fafafac2, #fafafac2), url("../images/Mark.avif");
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
}

.section-3._2.success {
  background-image: linear-gradient(#fafafac2, #fafafac2);
  padding-bottom: 0;
}

.heading-17 {
  color: #e8318a;
  font-family: Verdana, Geneva, sans-serif;
}

.div-block-86 {
  color: #fff;
  background-color: #187cff;
  padding: 60px;
}

.text-block-180 {
  color: #7e868b;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 15px;
}

.container-2-copy {
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-181 {
  color: #71a100;
  text-align: center;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-padding-vertical-xlarge {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.div-block-87 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.success-message-3 {
  z-index: 1;
  background-color: #ddddddbf;
  position: fixed;
  inset: 0%;
}

.uui-text-size-small-3 {
  color: #475467;
  letter-spacing: normal;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
}

.uui-text-size-small-3.text-color-gray500 {
  color: #7e868b;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

@media screen and (min-width: 1440px) {
  .form-copy {
    margin-top: 0;
  }
}

@media screen and (min-width: 1920px) {
  .link {
    font-size: 20px;
  }

  .heading.pink,
  .heading.big {
    font-size: 60px;
    line-height: 75px;
  }

  .text-block {
    font-size: 25px;
    line-height: 45px;
  }

  .order-button {
    padding: 20px 40px;
  }

  .order-button.bottom {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 15px;
  }

  .bold-text-37 {
    font-size: 25px;
    line-height: 35px;
  }

  .text-block-16-copy {
    color: #565757;
    font-size: 20px;
    line-height: 35px;
  }

  .bold-text-38 {
    font-size: 25px;
    line-height: 40px;
  }

  .ingredients {
    background-position: 0 110%;
    background-size: 1000px;
  }

  .subtext {
    color: #565757;
  }

  .text-block-156 {
    font-size: 20px;
    line-height: 30px;
  }

  .price-product {
    font-size: 18px;
    line-height: 25px;
  }

  .text-block-155 {
    font-size: 16px;
    line-height: 25px;
  }

  .packs-div {
    width: 90%;
  }

  .button-5 {
    font-size: 16px;
    line-height: 25px;
  }

  .footer-india {
    margin-bottom: 120px;
  }

  .address {
    font-size: 12px;
    line-height: 20px;
  }

  .text-block-72.small.satisfaction {
    font-size: 10px;
    line-height: 20px;
  }

  .image-82 {
    width: 120px;
  }

  .bold-text-86 {
    font-size: 17px;
    line-height: 27px;
  }

  .text-block-14 {
    font-size: 16px;
    line-height: 26px;
  }

  .text-block-161 {
    font-size: 20px;
    line-height: 30px;
  }

  .bold-text-72 {
    font-size: 17px;
    line-height: 22px;
  }

  .text-block-163 {
    font-size: 16px;
    line-height: 25px;
  }

  .text-block-165.small.satisfaction {
    font-size: 10px;
    line-height: 20px;
  }

  .heading-9.center {
    font-size: 25px;
    line-height: 30px;
  }

  .text-block-167.small.satisfaction {
    font-size: 10px;
    line-height: 20px;
  }

  .button-copy {
    padding: 20px 40px;
    font-size: 2em;
    font-weight: 700;
  }

  .text-block-171.price-item,
  .text-block-171.checkout-item {
    font-size: 15px;
    line-height: 20px;
  }

  .text-block-179 {
    font-size: 16px;
    line-height: 23px;
  }
}

@media screen and (max-width: 991px) {
  .link {
    font-size: 13px;
    line-height: 15px;
  }

  .columns-2 {
    margin-bottom: 50px;
  }

  .heading.big {
    font-size: 35px;
    line-height: 45px;
  }

  .text-block {
    font-size: 18px;
    line-height: 28px;
  }

  .order-button.bottom {
    width: 100%;
  }

  .bold-text-37 {
    font-size: 18px;
    line-height: 28px;
  }

  .why {
    background-image:
      linear-gradient(to bottom, null, null), url("../images/scale.webp");
    background-position:
      0 0,
      100% 0;
  }

  .square-images {
    width: 200px;
  }

  .item-s3 {
    width: 40%;
    height: auto;
    margin-bottom: 100px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px;
  }

  .container-2 {
    width: 90%;
  }

  .ingredients {
    background-image:
      linear-gradient(#f0eeeea3, #f0eeeea3), url("../images/doctor.avif");
    background-position:
      0 0,
      -198% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 700px;
  }

  .container-3 {
    max-width: 80%;
  }

  .div-block-4 {
    width: 50%;
  }

  .uui-faq01_question {
    padding-left: 10px;
    padding-right: 10px;
  }

  .uui-text-size-medium {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
    line-height: 25px;
  }

  .bold-text-85 {
    font-size: 15px;
    line-height: 25px;
  }

  .column-11 {
    padding-right: 0;
  }

  .div-block-59 {
    width: 80%;
  }

  .column-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-69,
  .heading-9-copy {
    text-align: center;
  }

  .heading-9-copy.more {
    text-align: left;
    font-size: 18px;
  }

  .text-block-14 {
    text-align: left;
  }

  .image-88 {
    height: 30px;
  }

  .columns-7 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .bold-text-90 {
    line-height: 35px;
  }

  .bold-text-72 {
    font-size: 13px;
  }

  .heading-9-copy-copy {
    text-align: center;
  }

  .image-83 {
    width: 100px;
  }

  .price-discounted {
    text-align: center;
  }

  .text-block-75 {
    font-size: 11px;
  }

  .text-block-75.more {
    font-size: 9px;
  }

  .div-block-73 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .text-block-158 {
    font-size: 14px;
  }

  .price-text {
    text-align: center;
  }

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

  .column-12 {
    padding-right: 0;
  }

  .div-block-75 {
    width: 80%;
  }

  .column-13 {
    padding-left: 0;
    padding-right: 0;
  }

  .left-2-columns,
  .right-2-columns {
    width: 100%;
  }

  ._2-columns-copy {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .text-block-171 {
    font-size: 11px;
  }

  .text-block-173 {
    text-align: center;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

@media screen and (max-width: 767px) {
  .menu {
    width: 60%;
  }

  .columns-2 {
    flex-flow: column;
    order: 9999;
  }

  .heading.pink.left,
  .heading.big,
  .text-block {
    text-align: center;
  }

  .order-button.bottom {
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .square-images {
    width: 150px;
  }

  .s3-wrapper {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .item-wrapper-s3 {
    flex-direction: column;
  }

  .item-s3 {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-16-copy,
  .text-block-16-copy._2 {
    text-align: center;
  }

  .text-block-16-copy._2.pink {
    padding-left: 0;
  }

  .text-block-16-copy.white {
    text-align: center;
  }

  .flex-column {
    margin-bottom: 20px;
  }

  .ingredients {
    background-image:
      linear-gradient(to bottom, null, null), url("../images/doctor.avif");
    background-position:
      0 0,
      50% 100%;
  }

  .container-3.spin {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-3 {
    display: none;
  }

  .div-block-3.spin {
    width: 100%;
    margin-bottom: 20px;
    display: block;
  }

  .div-block-4 {
    width: 100%;
  }

  .text-block-156 {
    font-size: 12px;
  }

  .price-product {
    font-size: 11px;
  }

  .column-7 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .text-block-155 {
    font-size: 11px;
  }

  .small-price {
    font-size: 15px;
    line-height: 19px;
  }

  .small-price.red {
    font-size: 13px;
  }

  .packs-div {
    width: 100%;
  }

  .uui-faq01_component {
    margin-top: 3rem;
    margin-left: 10px;
    margin-right: 10px;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .columns-4 {
    text-align: center;
    flex-flow: row;
    display: flex;
  }

  .columns-5 {
    display: flex;
  }

  .div-block-59 {
    width: 80%;
  }

  .header {
    text-align: center;
  }

  .bold-text {
    font-size: 12px;
  }

  .heading-9-copy {
    text-align: center;
  }

  .text-block-14 {
    font-size: 13px;
    line-height: 21px;
  }

  .image-88 {
    margin-bottom: 5px;
  }

  .text-block-161 {
    font-size: 12px;
  }

  .columns-7 {
    flex-flow: row;
  }

  .div-block-70 {
    flex-flow: wrap;
  }

  .heading-9-copy-copy {
    text-align: center;
  }

  .text-block-163 {
    font-size: 11px;
  }

  .price-discounted {
    text-align: center;
  }

  .div-block-73 {
    margin-top: 10px;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .ssl-image {
    width: 120px;
  }

  .price {
    flex-flow: column;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .packs-div-2 {
    width: 100%;
  }

  .heading-9 {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-58 {
    justify-content: flex-start;
    align-items: center;
  }

  .columns-8 {
    text-align: center;
    flex-flow: row;
    display: flex;
  }

  .columns-9 {
    display: flex;
  }

  .div-block-75 {
    width: 80%;
  }

  .div-block-77 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .column-3 {
    position: static;
  }

  .bold-text-88,
  .field-label-15 {
    font-size: 15px;
    line-height: 20px;
  }

  .field-label-16 {
    font-size: 15px;
  }

  .div-block-79,
  .column-18 {
    display: block;
  }

  .field-2-column-10 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 15px;
  }

  .columns-14 {
    display: flex;
  }

  .field-2-column-8 {
    margin-bottom: 0;
    font-size: 15px;
  }

  .bold-text-96 {
    font-size: 12px;
  }

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

  .submit-button-7 {
    width: 100%;
  }

  .text-field-14 {
    text-align: center;
  }

  .uui-footer07_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 3rem;
  }

  .footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .image-143 {
    padding-top: 20px;
  }

  .column-19 {
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    width: 60%;
  }

  .menu {
    width: 100%;
    padding-top: 20px;
  }

  .hero-div {
    flex-flow: column;
  }

  .image {
    max-width: 100%;
  }

  .heading.pink {
    font-size: 28px;
    line-height: 38px;
  }

  .heading.white {
    line-height: 50px;
  }

  .heading.big {
    font-size: 28px;
    line-height: 38px;
  }

  .text-block {
    font-size: 16px;
    line-height: 26px;
  }

  .order-button {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .order-button.bottom {
    width: 100%;
    font-size: 10px;
  }

  .bold-text-37 {
    font-size: 16px;
    line-height: 26px;
  }

  .image-div {
    flex-flow: column;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .square-images {
    width: 200px;
  }

  .s3-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .item-number-s3 {
    top: -6%;
  }

  .item-number-s3-2 {
    top: -7%;
  }

  .gif {
    margin-bottom: 10px;
  }

  .container-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .product {
    margin-bottom: 20px;
  }

  .text-block-156 {
    font-size: 16px;
    line-height: 23px;
  }

  .price-product {
    font-size: 16px;
  }

  .small-price {
    font-size: 11px;
  }

  .button-5.sticky-button {
    width: 80%;
  }

  .image-119 {
    width: 100%;
  }

  .uui-text-size-medium,
  .bold-text-85 {
    font-size: 12px;
    line-height: 20px;
  }

  .bold-text-78 {
    font-size: 8px;
  }

  .image-121 {
    width: 40px;
  }

  .image-121.smalle {
    width: 20px;
  }

  .div-block-59 {
    width: 100%;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .address {
    text-align: left;
    padding-left: 3px;
    font-size: 9px;
    line-height: 13px;
  }

  .text-block-72 {
    font-size: 9px;
  }

  .header {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .container-5 {
    flex-flow: row;
  }

  .text-block-69 {
    margin-bottom: 0;
    font-size: 14px;
  }

  .bold-text {
    font-size: 12px;
    line-height: 15px;
  }

  .bold-text-86 {
    font-size: 18px;
  }

  .heading-9-copy {
    text-align: center;
  }

  .product-2 {
    margin-bottom: 20px;
  }

  .text-block-14 {
    font-size: 13px;
    line-height: 20px;
  }

  .text-block-14.center {
    font-size: 12px;
    line-height: 19px;
  }

  .text-block-161 {
    font-size: 16px;
    line-height: 23px;
  }

  .columns-7 {
    flex-flow: column;
  }

  .bold-text-90 {
    line-height: 30px;
  }

  .heading-9-copy-copy {
    text-align: center;
  }

  .price-discounted {
    text-align: center;
    font-size: 23px;
    line-height: 20px;
  }

  .text-block-75 {
    font-size: 10px;
    line-height: 15px;
  }

  .small-testimonial {
    border: 1px solid #dadada;
    border-radius: 20px;
    padding: 5px;
  }

  .div-block-73 {
    margin-top: 0;
  }

  .ssl-image {
    width: 200px;
    margin-bottom: 5px;
  }

  .price {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .text-block-165 {
    font-size: 9px;
  }

  .text-block-158 {
    text-align: center;
    font-size: 12px;
  }

  .stars {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .price-text {
    font-size: 16px;
    line-height: 20px;
  }

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

  .heading-9.center {
    display: none;
  }

  .heading-9.center.upsell-text {
    font-size: 25px;
    line-height: 30px;
    display: block;
  }

  .div-block-58 {
    display: none;
  }

  .image-126 {
    width: 100%;
  }

  .bold-text-92 {
    font-size: 8px;
  }

  .image-127 {
    width: 40px;
  }

  .image-127.smalle {
    width: 20px;
  }

  .div-block-75 {
    width: 100%;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .text-block-167 {
    font-size: 9px;
  }

  .image-135 {
    width: 250px;
  }

  .column-3 {
    order: 1;
  }

  .left-2-columns {
    width: 100%;
  }

  .text-block-20-copy {
    text-align: center;
  }

  .field-label-15 {
    line-height: 25px;
  }

  .right-2-columns {
    width: 100%;
  }

  .text-field-8._2-column,
  .text-field-8._2-column._2nd-input {
    font-size: 13px;
  }

  .columns-13 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-field-13 {
    font-size: 13px;
  }

  .div-block-80 {
    display: block;
  }

  .button-copy {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .select-field-2 {
    font-size: 12px;
  }

  ._2-columns-copy {
    flex-direction: column;
  }

  .text-block-171 {
    font-size: 10px;
    line-height: 15px;
  }

  .text-block-171.price-item {
    font-size: 15px;
    line-height: 20px;
  }

  .columns-14 {
    flex-flow: column;
  }

  .columns-13-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .container-10 {
    flex-flow: row;
  }

  .text-block-173 {
    margin-bottom: 0;
    font-size: 14px;
  }

  .bold-text-96 {
    font-size: 12px;
    line-height: 15px;
  }

  .section-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .text-block-181 {
    font-size: 55px;
  }

  .uui-text-size-small-3.text-color-gray500 {
    text-align: center;
  }
}

#w-node-_47087786-de1f-5903-b4d2-cd9b77800586-c50d4733 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 479px) {
  #w-node-_47087786-de1f-5903-b4d2-cd9b77800586-c50d4733 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}
.iti__selected-dial-code,
.iti__country-name {
  color: #000;
}
