:root {
  --barlow: Barlow, sans-serif;
  --black: black;
  --purp: #d900ff;
  --green: #00e0aa;
  --white: white;
  --333-grey: #333;
  --rob-cond: "Roboto Condensed", sans-serif;
  --bright-green: #00ffc8;
  --f3-grey: #f3f3f3;
  --arrow: Inter, sans-serif;
  --f6-grey: #f6f6f6;
  --bebas: "Bebas Neue", sans-serif;
  --df-grey: #dfdfdf;
  --666-grey: #666;
  --tansparent: transparent;
  --barl-cond: "Barlow Condensed", sans-serif;
  --anton: Anton, sans-serif;
  --poppins: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

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

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

.nav {
  z-index: 999999;
  aspect-ratio: auto;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.nav.navmainhead {
  display: none;
  box-shadow: 0 2px 5px #000000a3;
}

.link-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-right: 0;
  text-decoration: none;
  display: block;
}

.nav-menu-links-div {
  border-bottom: 1px #002646;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.nav-menu-links-div.desk {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: none;
}

.nav-menu-links-div.mob {
  display: none;
}

.nav-link {
  font-family: var(--barlow);
  color: var(--black);
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--purp);
}

.nav-link.trans {
  font-family: var(--barlow);
  color: var(--green);
  font-size: 14px;
  font-weight: 300;
}

.text-block-240 {
  color: #ffdabd;
  margin-top: 0;
  font-weight: 700;
}

.navbar {
  width: 100%;
}

.mobile-nav-div {
  flex-flow: column;
  align-items: center;
  padding: 200px 10% 10px;
  display: none;
}

.nav-button {
  background-color: var(--green);
  font-family: var(--barlow);
  color: #000;
  border: .5px #000;
  padding: 7px 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
}

.nav-button:hover {
  background-color: var(--purp);
  color: var(--white);
}

.nav-button.trans {
  background-color: var(--green);
  font-family: var(--barlow);
  color: var(--black);
  text-align: center;
  border-width: 1.5px;
  border-color: #48d1d8;
  border-radius: 0;
  padding: 7px 20px;
  font-size: 14px;
  font-weight: 400;
}

.nav-button.trans:hover {
  background-color: #52b2cf;
  border-color: #52b2cf;
}

.nav_flex {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-bottom: 0;
  display: flex;
}

.div-block-1129 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-right: 0;
  display: flex;
}

.image-530 {
  width: auto;
  max-width: none;
  height: 30px;
}

.nav-right-div {
  align-items: center;
  display: flex;
  position: static;
  inset: 0% 0% 0% auto;
}

.nav-right-div.mobile {
  position: relative;
}

.sign-in {
  color: #000;
  margin-right: 30px;
  font-size: 15px;
}

.sign-in.trans {
  color: #003f58;
  font-size: 13px;
  font-weight: 700;
}

.nav_wrap {
  z-index: 999;
  background-color: var(--white);
  justify-content: center;
  align-items: flex-start;
  padding: 15px 10%;
  display: flex;
  position: relative;
}

.div-block-1958 {
  width: 100%;
  max-width: 1280px;
}

.nav-left-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-right: 30px;
  display: flex;
}

.link-17 {
  color: #2e9bf0;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
}

.nav-shadow {
  z-index: 998;
  background-color: #fff;
  height: 78px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
  box-shadow: 0 2px 8px #00000026;
}

.logo-text-ph {
  color: #fff;
  font-family: Changa One, Impact, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 23px;
}

.logo-text-ph.footer {
  margin-bottom: 10px;
}

.hero-wrap {
  background-color: var(--black);
  background-image: linear-gradient(#000c, #000c), url('../images/Test_hero.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 160px 5% 100px 10%;
  display: flex;
}

.hero-main-div {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.hero-text-div {
  width: 50%;
}

.hero-bullets-div {
  margin-bottom: 30px;
}

.hero-bullet {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.hero-icon-div {
  background-color: var(--333-grey);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 5px;
  display: flex;
}

.hero-icon-div.ship {
  padding: 2px;
}

.hero-icon-div.save {
  padding: 7px;
}

.hero-icon-div.fee {
  padding: 3px;
}

.hero-image-div {
  width: 45%;
}

.link-block-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  font-family: var(--barlow);
  color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0 30px 0 0;
  text-decoration: none;
  display: flex;
}

.text-block-241 {
  font-family: var(--barlow);
  color: var(--white);
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  display: none;
}

.text-block-242 {
  color: var(--white);
  letter-spacing: -.03em;
  margin-bottom: 15px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 110px;
  font-weight: 800;
  line-height: 105px;
}

.hero-sub {
  font-family: var(--barlow);
  color: var(--white);
  width: 60%;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 28px;
}

.black-text {
  font-weight: 900;
}

.black-text.color {
  color: var(--green);
}

.black-text.color.larger {
  background-color: var(--purp);
  color: var(--white);
  padding-left: 5px;
  padding-right: 5px;
  font-size: 21px;
}

.text-block-243 {
  font-family: var(--barlow);
  color: var(--white);
}

.hero-button {
  background-color: var(--green);
  font-family: var(--barlow);
  color: var(--black);
  text-align: center;
  width: 50%;
  padding-top: 13px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.hero-button:hover {
  background-color: var(--purp);
  color: var(--white);
}

.hero-bullet-text {
  font-family: var(--barlow);
  color: var(--white);
  font-size: 19px;
}

.image-525 {
  width: 100%;
}

._3box_boxheader {
  font-family: var(--barlow);
  color: var(--black);
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}

.arrow {
  width: 20px;
}

.arrow.down {
  display: none;
}

._3box_box {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 11px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 31%;
  padding: 30px 20px;
  display: flex;
}

._3box_box.center {
  padding-left: 0;
  padding-right: 0;
}

._3box_box.deliver {
  padding-right: 0;
}

._3box_boxsub {
  font-family: var(--barlow);
  color: #000;
  font-size: 15px;
}

.text-span-258 {
  font-weight: 300;
}

.section_headers {
  font-family: var(--rob-cond);
  color: var(--black);
  text-align: left;
  letter-spacing: -.03em;
  margin-bottom: 30px;
  font-size: 50px;
  font-weight: 900;
  line-height: 50px;
}

.section_headers.dark {
  color: var(--white);
}

.image-523 {
  width: 100%;
  margin-top: 10px;
}

._3-boxes-wrap {
  background-image: radial-gradient(circle at 50% -25%, #00ffc840, #fff 69%);
  flex-flow: column;
  align-items: center;
  padding: 60px 10% 80px;
  display: flex;
}

._3boxes-flex {
  justify-content: space-between;
  display: flex;
}

._3boxes-flex.weightloss {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 50px;
}

._3boxes_div {
  width: 100%;
  max-width: 1280px;
}

.image-524 {
  width: 100%;
}

._3box_textdiv.deliver {
  padding-right: 30px;
}

._3box_textdiv.docs {
  padding-left: 30px;
  padding-right: 30px;
}

._3box_imgdiv {
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
}

._3box_imgdiv._2 {
  padding-left: 0;
  padding-right: 0;
}

._3box_imgdiv._3 {
  justify-content: flex-start;
  align-items: flex-end;
}

.image-531 {
  width: auto;
  height: 60px;
  margin-bottom: 10px;
}

.small-headers {
  background-color: var(--bright-green);
  font-family: var(--barlow);
  color: var(--black);
  margin-bottom: 15px;
  padding: 3px 10px 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  display: inline-block;
}

.small-headers.dark {
  background-color: var(--green);
}

.small-headers.dark.smaller {
  font-size: 13px;
  font-weight: 600;
}

.small-headers.white {
  background-color: var(--white);
}

.text-block-244 {
  background-color: var(--f3-grey);
  font-family: var(--barlow);
  color: var(--black);
  padding: 3px 10px;
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
}

.gridbox_sub {
  font-family: var(--barlow);
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.grid_wrap {
  background-color: var(--black);
  background-image: radial-gradient(circle, #00ffc840, #000 69%);
  border-bottom: 1px #dfdfdf;
  flex-flow: column;
  align-items: center;
  padding: 40px 10% 80px;
  display: flex;
}

.grid {
  padding: 0;
  display: flex;
}

.vert-divider {
  border: .5px solid #000;
  width: 1px;
}

.vert-divider.wl {
  border-color: var(--green);
  margin-right: 20px;
}

.vert-divider.wl.last, .vert-divider.wl.first {
  display: none;
}

.image-455 {
  width: 35px;
  margin-bottom: 10px;
}

.grid_section {
  display: none;
}

.gridbox_header {
  color: #000;
  margin-bottom: 5px;
  font-size: 23px;
  font-weight: 900;
  line-height: 26px;
}

.gridbox_header.wl {
  font-family: var(--barlow);
  color: var(--white);
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}

.grid-box {
  width: 23%;
  padding-left: 20px;
  padding-right: 20px;
}

.grid-box.wl {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.grid-div {
  width: 100%;
  max-width: 1280px;
}

.div-block-1961 {
  width: 100px;
}

.image-432 {
  border-radius: 0;
  width: 100%;
  margin-bottom: 0;
}

.div-block-1828 {
  border-bottom: 1px solid #000;
  height: 30px;
  margin-bottom: 30px;
}

.text-block-896 {
  font-family: var(--barlow);
  color: #000;
  font-size: 16px;
  line-height: 21px;
}

.testi-div {
  text-align: left;
  width: 100%;
  max-width: 1280px;
}

.text-span-116 {
  color: #000;
  font-weight: 700;
}

.mask-5 {
  height: 500px;
}

.text-span-259 {
  color: #48d1d8;
  font-weight: 300;
}

.b-a_div {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.b-a_div.mobile {
  justify-content: center;
}

.mobile-slider {
  display: none;
}

.text-block-897 {
  color: #000;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  font-weight: 400;
}

.testi-box {
  text-align: center;
  background-image: url('../images/OhMy_large-before_03.png'), linear-gradient(223deg, #ccfff8, #f8eeff 75%);
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  border: 1px #dfdfdf;
  border-radius: 13px;
  width: 32%;
  padding: 0;
  overflow: hidden;
}

.testi-box._1 {
  background-image: url('../images/OhMy_large-before_01.png'), linear-gradient(223deg, #ffedcc, #fffaf0 52%);
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
}

.testi-box._2 {
  background-image: url('../images/OhMy_large-before06.png'), linear-gradient(18deg, #cce3ff, #f0fff5 58%);
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
}

.testi-box._3 {
  background-image: url('../images/OhMy_large-before02.png'), linear-gradient(172deg, #ffedcc, #fffaf0 52%);
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
}

.testi-box._4 {
  background-image: url('../images/OhMy_large-before04.png'), linear-gradient(223deg, #ffedcc, #fffaf0 52%);
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
}

.testi-box._5 {
  background-image: url('../images/OhMy_large-before05.png'), linear-gradient(223deg, #d5f0ff, #f2ffe5 65%);
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
}

.testi-header {
  color: #000;
  text-align: center;
  margin-bottom: 30px;
  font-size: 39px;
  font-weight: 500;
  line-height: 44px;
}

.testi-header.wl {
  font-size: 39px;
  font-weight: 900;
  line-height: 44px;
}

.right-arrow-9 {
  display: none;
}

.testi-div-wrap {
  flex-flow: column;
  align-items: center;
  padding: 50px 6%;
  display: flex;
}

.testi-div-wrap.wl {
  padding: 80px 10% 0;
}

.slider-6 {
  background-color: #0000;
  height: 550px;
  margin-bottom: 77px;
}

.left-arrow-7 {
  display: none;
}

.meds-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 80px 10%;
  display: flex;
}

.meds-div {
  width: 100%;
  max-width: 1280px;
}

.paragraph {
  font-family: var(--barlow);
  color: var(--black);
  margin-top: -15px;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 28px;
}

.paragraph.larger {
  font-size: 24px;
  line-height: 27px;
}

.programs {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: none;
}

.program-box {
  background-image: linear-gradient(225deg, #b3ddcc, #e4e1db 50%);
  border-radius: 10px;
  width: 330px;
  padding: 30px;
}

.program-box._2 {
  background-image: linear-gradient(225deg, #b3d0dd, #ebf0dd 50%);
}

.text-block-1193 {
  color: #000;
  font-size: 14px;
}

.text-block-1131 {
  font-family: var(--barlow);
  color: var(--black);
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 600;
  line-height: 33px;
}

.box-image-div {
  flex-flow: column;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.text-span-260 {
  color: #000;
  font-size: 13px;
  line-height: 12px;
}

.productbox {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 11px;
  width: 49%;
  padding: 20px 20px 10px;
}

.button-108 {
  font-family: var(--barlow);
  color: var(--green);
  text-align: center;
  background-color: #000;
  border-radius: 9px;
  width: 100%;
  padding-top: 13px;
  padding-bottom: 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
}

.button-108:hover {
  background-color: var(--purp);
  color: #fff;
}

.button-108.sema {
  color: var(--white);
}

.button-108.sema:hover {
  background-color: var(--green);
  color: var(--black);
}

.button-108.tirz {
  color: var(--white);
}

.nameprice_div {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.productbox_paragraph {
  color: #000;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 19px;
  display: none;
}

.image-526 {
  width: 13px;
  margin-right: 5px;
  padding: 0;
}

.price {
  background-color: var(--white);
  font-family: var(--barlow);
  color: #000;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.text-span-263 {
  font-family: var(--arrow);
  font-weight: 600;
}

.text-span-270 {
  font-size: 14px;
}

.productbox_bullet {
  color: #000;
  align-items: center;
  margin-bottom: 0;
  font-size: 15px;
  display: flex;
}

.superscript {
  color: var(--black);
  font-size: 10px;
}

.image-505 {
  width: 40%;
}

.productbox_bullets_div {
  margin-bottom: 40px;
  display: none;
}

.text-block-1194 {
  font-family: var(--barlow);
  color: var(--black);
  margin-bottom: 10px;
  font-size: 16px;
}

.image-532 {
  width: 40px;
}

.testi-text-box {
  text-align: left;
  padding: 20px;
}

.div-block-1885 {
  border-left: 1px #dbccff;
  width: 100%;
  margin-bottom: 30px;
  padding-left: 0%;
}

.text-block-1010 {
  color: #000;
  font-size: 39px;
  font-weight: 700;
  line-height: 45px;
}

.faq-section {
  padding-top: 0;
  padding-bottom: 0;
}

.paragraph-149 {
  color: #999;
  text-align: center;
  width: 100%;
  font-size: 8px;
  line-height: 12px;
}

.div-block-1886 {
  flex-flow: column;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.dropdown-list-9 {
  background-color: #dfc0c0;
  display: none;
  position: static;
}

.dropdown-list-9.w--open {
  background-color: #fff0;
  width: 100%;
  margin-left: -15px;
}

.div-block-1884 {
  border-left-style: none;
  border-left-color: #dfdfdf;
  width: 100%;
  margin-bottom: 50px;
  padding-left: 0%;
}

.wl_faq-wrap {
  background-color: var(--f3-grey);
  flex-flow: column;
  align-items: center;
  padding: 50px 10%;
  display: flex;
}

.dropdown-toggle-11 {
  border-bottom: 1px #dfdfdf;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  display: inline-block;
}

.dropdown-toggle-11.w--open {
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}

.paragraph-148 {
  color: #000;
  margin-top: 5px;
  margin-bottom: 25px;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.link-57 {
  color: #666;
}

.dd-div {
  margin-top: 0;
  display: block;
}

.div-block-1883 {
  border-top: 1px #c4c4c4;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.filter-dropdown {
  background-color: var(--white);
  font-family: var(--barlow);
  color: var(--black);
  border: 1px #000;
  border-bottom-color: #ddd;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 700;
  overflow: visible;
}

.icon-33 {
  color: var(--black);
  margin-right: 0;
  font-size: 17px;
}

.text-block-1009 {
  color: #000;
  font-size: 19px;
  font-weight: 400;
  line-height: 29px;
}

.div-block-1882 {
  background-color: #fff0;
  width: 100%;
  height: auto;
  padding: 0;
  overflow: visible;
}

.form {
  margin-left: 0;
  padding-left: 15px;
  padding-right: 0;
}

.faq-main-div {
  width: 100%;
  max-width: 1280px;
}

.footer-wrap {
  background-color: var(--black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 50px 10%;
  display: flex;
}

.footer-div-wrap {
  background-color: var(--black);
  padding: 50px 10% 30px;
}

.text-block-1220 {
  color: #fff;
  font-size: 10px;
  line-height: 15px;
}

.code-embed {
  text-align: center;
  max-width: none;
  overflow: hidden;
}

.footer-logo {
  height: 30px;
  margin-bottom: 10px;
  display: block;
}

.footer-div1-left {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 28px;
  display: flex;
}

.footer-div1-right {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  width: 100%;
  display: flex;
}

.link {
  color: #fff;
  text-decoration: none;
}

.footer-div2-right {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.footer-header {
  color: #fff;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 900;
  line-height: 22px;
}

.image-2 {
  width: 40px;
}

.footer-div-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.footer-div-1 {
  font-family: var(--barlow);
  color: var(--white);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.footer-text-link {
  color: #fff;
  margin-bottom: 10px;
}

.div-block-1989 {
  width: 150px;
}

.text-block-143 {
  font-family: var(--barlow);
  color: #fff;
  font-size: 12px;
}

.footer-column-div.categories, .footer-column-div.company {
  display: none;
}

.footer-column-div.legal {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 0;
  display: flex;
}

.hero-product {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: var(--333-grey);
  background-image: linear-gradient(214deg, #c8fcba, #b3afdf);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.hero-product.sema {
  background-color: #0000;
  background-image: linear-gradient(214deg, #c8fcbacc, #b3afdf);
}

.hero-product.tirz {
  background-color: #0000;
  background-image: linear-gradient(103deg, #faf4df, #afc1dfcc);
}

.image-533 {
  width: 80px;
  margin-left: 10px;
  transform: rotate(-18deg);
}

.hero-box-top {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.hero-box-prodct-name {
  align-items: flex-start;
  display: flex;
}

.text-block-1227 {
  color: var(--black);
  letter-spacing: -.5px;
  font-size: 26px;
  font-weight: 800;
}

.hero-x-image {
  width: 18px;
  margin-top: -5px;
}

.div-block-1990 {
  background-color: var(--green);
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.div-block-1990.tirz {
  background-color: var(--purp);
}

.text-block-1228 {
  color: var(--black);
  text-align: center;
  padding: 5px 10px;
  font-weight: 400;
}

.text-block-1228.sema {
  color: var(--black);
}

.text-block-1228.tirz {
  color: var(--white);
}

.text-span-268 {
  font-size: 18px;
  font-weight: 900;
}

.text-block-1229 {
  background-color: var(--green);
  color: var(--black);
  padding-left: 3px;
  padding-right: 3px;
  font-weight: 700;
  display: inline-block;
}

.text-block-1229.tirz {
  background-color: var(--purp);
  color: var(--white);
}

.amount-div-2 {
  color: var(--white);
  align-items: flex-start;
  margin-bottom: 3px;
  margin-left: 0;
  display: flex;
}

.text-block-1232 {
  color: var(--black);
  text-align: left;
  margin-left: 0;
  font-size: 24px;
  font-weight: 900;
}

.text-block-1233 {
  color: var(--black);
  text-align: left;
  font-size: 60px;
  font-weight: 900;
  line-height: 50px;
}

.text-block-1236 {
  color: var(--black);
  font-weight: 900;
}

.text-block-1237 {
  font-size: 60px;
}

.text-block-1238 {
  color: var(--black);
  margin-bottom: 10px;
}

.text-block-1231 {
  color: var(--black);
  text-align: left;
  margin-bottom: 10px;
  padding-left: 13px;
  font-size: 15px;
  font-weight: 400;
}

.text-block-1234 {
  background-color: var(--green);
  color: var(--black);
  text-align: left;
  padding-left: 3px;
  padding-right: 3px;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
}

.text-block-1234.tirz {
  background-color: var(--purp);
  color: var(--white);
}

.text-block-1235 {
  color: var(--black);
  text-align: left;
  font-size: 15px;
}

.text-span-271 {
  font-family: var(--arrow);
}

.product-slider {
  background-color: #fff0;
  width: auto;
  height: auto;
  margin-left: 0;
}

.slide {
  width: auto;
  height: auto;
  margin-right: 20px;
  position: relative;
}

.mask-6 {
  width: auto;
  height: auto;
  padding-left: 0;
  position: relative;
}

.slide-nav-10 {
  margin-top: 0;
  margin-bottom: -60px;
  inset: auto auto 0% 0%;
}

.right-arrow-10 {
  font-family: var(--barlow);
  color: var(--black);
  font-size: 25px;
}

.left-arrow-8 {
  color: var(--black);
  font-size: 25px;
  display: none;
  inset: 0% auto 0% 0%;
}

.icon-35 {
  top: -79px;
}

.complete-care-section {
  display: none;
}

.complete-care-wrap {
  background-color: var(--f6-grey);
  flex-flow: column;
  align-items: center;
  padding: 60px 10% 80px;
  display: flex;
}

.cc_box {
  background-color: #fff;
  background-image: linear-gradient(336deg, #a2c6ca, #fffae7);
  border: 1px solid #dfdfdf;
  border-radius: 11px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 33%;
  padding: 15px 20px 40px;
  display: flex;
}

.cc_box.center {
  padding-left: 0;
  padding-right: 0;
}

.cc_box.deliver {
  padding-right: 0;
}

.cc-flex {
  justify-content: space-between;
  display: flex;
}

.cc-flex.weightloss {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.cc_textdiv {
  position: relative;
}

.cc_textdiv.deliver {
  padding-right: 30px;
}

.cc_textdiv.docs {
  padding-left: 30px;
  padding-right: 30px;
}

.cc_boximg {
  border-radius: 100px;
  width: 50px;
  margin-bottom: 10px;
  position: absolute;
  inset: 0% 0% auto auto;
  box-shadow: 0 2px 5px #0003;
}

.cc_boxheader {
  font-family: var(--barlow);
  color: var(--black);
  margin-top: 60px;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}

.simple-nav {
  z-index: 999999;
  aspect-ratio: auto;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.simplenav_flex {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-bottom: 0;
  display: flex;
}

.simplenav_wrap {
  z-index: 999;
  background-color: var(--black);
  justify-content: center;
  align-items: flex-start;
  padding: 10px 10%;
  display: flex;
  position: relative;
}

.div-block-1487 {
  justify-content: space-between;
  display: flex;
}

.div-block-1643 {
  text-align: left;
}

.div-block-1643.tirz, .div-block-1643.sema {
  padding-left: 0;
  padding-right: 0;
}

.div-block-1691 {
  flex-flow: column;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.div-block-1676 {
  flex-flow: column;
  align-items: center;
  width: 23%;
  display: flex;
}

.phone-number-span {
  font-weight: 700;
}

.enroll-bullet-image {
  border: 1px #000;
  border-radius: 99px;
  width: 80px;
  margin-bottom: 20px;
  margin-left: 0;
  box-shadow: 0 2px 5px #0003;
}

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

.image-303 {
  width: 20px;
  margin-right: 3px;
}

.div-block-1683 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.div-block-1503 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.div-block-1503._2 {
  background-image: linear-gradient(#ffdabd, #ffdabd);
  width: 100%;
}

.div-block-1503._1 {
  background-image: linear-gradient(#95b9c2, #95b9c2);
  width: 100%;
  padding-left: 4px;
  padding-right: 4px;
}

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

.div-block-1698 {
  background-color: #fff;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  margin-bottom: 40px;
  padding: 0;
}

.select-field-5 {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 6px;
  width: 25%;
  height: 50px;
  margin-bottom: 0;
  margin-right: 3px;
}

.select-field-5.felix {
  background-color: #fff;
  border-color: #000;
  border-radius: 9px;
  width: 32%;
}

.pay-radio-div {
  background-color: var(--black);
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding: 8px 15px;
  display: flex;
}

.div-block-1680 {
  align-items: flex-end;
  display: flex;
}

.text-block-695 {
  color: #000;
  font-weight: 800;
  line-height: 22px;
}

.text-block-695.small {
  font-size: 12px;
  line-height: 18px;
}

.text-span-178 {
  color: #000;
  font-size: 13px;
  font-weight: 400;
}

.text-block-1287 {
  color: #000;
  font-size: 13px;
}

.div-block-1996 {
  background-color: #f3f3f3;
  border-radius: 9px;
  margin-bottom: 15px;
  padding: 15px;
}

.div-block-1998 {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 30px;
  display: block;
}

.paragraph-102 {
  width: 95%;
}

.text-block-723 {
  color: #000;
  background-color: #0000;
  font-size: 14px;
  font-weight: 800;
  line-height: 19px;
}

.text-block-723.top {
  color: #fff;
  font-weight: 900;
}

.text-block-142 {
  margin-top: -10px;
}

.text-block-546 {
  color: #333;
  font-size: 30px;
  font-weight: 600;
}

.div-block-1949 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 5px;
  display: flex;
}

.text-span-171 {
  font-weight: 400;
}

.div-block-1984 {
  background-color: #f3f3f3;
  border-radius: 9px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 49%;
  padding: 15px;
  display: flex;
}

.text-block-713 {
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
}

.form-product-2 {
  font-family: var(--barlow);
  color: var(--black);
  font-size: 26px;
  font-weight: 700;
  line-height: 31px;
}

.enroll-slide-3 {
  background-color: #fff;
  border: 1px solid #48d1d8;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  padding: 30px 20px;
  display: flex;
}

.table-row-div-2 {
  background-color: #f6f6f6;
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding: 6px 10px;
  display: flex;
}

.table-row-div-2.top {
  background-color: var(--purp);
  border-radius: 6px;
  padding: 6px 10px;
}

.pay-choice {
  background-color: var(--white);
  font-family: var(--barlow);
  border: 1px solid #000;
  border-radius: 9px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 49%;
  display: flex;
  overflow: hidden;
}

.text-block-1240 {
  color: #000;
  width: auto;
  font-size: 13px;
}

.image-360 {
  width: 60px;
  margin-bottom: 10px;
  display: none;
}

.div-block-1685 {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.text-block-694 {
  color: #000;
  text-align: center;
  font-weight: 800;
}

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

.dosage-drops-div {
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 20px;
  display: flex;
}

.enroll-form-input-div {
  align-items: center;
  width: 90%;
  display: flex;
}

.enroll-form-input-div.mobile-entry {
  justify-content: center;
  width: 100%;
}

.enroll-form-input-div.mobile-entry.form {
  padding-left: 0;
  padding-right: 15px;
}

.enroll-form-input-div.mobile-entry.form._2 {
  margin-bottom: 10px;
}

.enroll-form-input-div.mobile-entry.form._2.height {
  justify-content: space-between;
  align-items: center;
  width: 81%;
  padding-right: 0;
}

.enroll-form-input-div.mobile-entry.form._2.height.top {
  width: 100%;
  margin-bottom: 20px;
}

.enroll-form-input-div.mobile-entry.form._2.weight {
  width: 100%;
  padding-right: 0;
}

.enroll-form-input-div.mobile-entry.form._2.weight.pad {
  margin-bottom: 20px;
}

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

.link-40 {
  color: #52b2cf;
  font-weight: 500;
  text-decoration: none;
}

.link-66 {
  color: #0c9ac4;
  text-align: center;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
  text-decoration: none;
  display: block;
}

.div-block-1695 {
  border: 1px #000;
  border-radius: 9px;
  padding: 0;
}

.text-block-717 {
  color: #000;
}

.enroll-bullet-div {
  flex-flow: column;
  align-items: center;
  width: 33%;
  padding: 20px;
  display: flex;
}

.text-block-719 {
  color: #fff;
  text-align: left;
  background-color: #0000;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
}

.text-block-726 {
  color: #000;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 800;
  line-height: 30px;
}

.paragraph-103 {
  color: #6c7e8d;
  margin-top: 10px;
  font-size: 9px;
  line-height: 13px;
}

.text-span-282 {
  color: #52b2cf;
  font-weight: 700;
}

.div-block-1645 {
  align-items: center;
  margin-bottom: 5px;
  display: none;
}

.phone-number-field-3 {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  width: 25%;
  height: 40px;
  margin-bottom: 10px;
  margin-left: 3px;
  margin-right: 3px;
  padding: 15px 12px;
  font-size: 15px;
}

.phone-number-field-3._2 {
  background-color: #fff;
  border-color: #000;
  width: 45%;
  height: 40px;
  margin-left: 3px;
  margin-right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 15px;
  line-height: 20px;
}

.phone-number-field-3._2.form.birth {
  width: 25%;
}

.phone-number-field-3._2.form.birth.felix {
  width: 32%;
}

.phone-number-field-3._2.form {
  height: 50px;
  margin-bottom: 0;
}

.phone-number-field-3._2.form.update {
  border-color: var(--black);
}

.phone-number-field-3._2.form {
  color: #000;
  background-color: #fff;
  border-color: #000;
  border-radius: 5px;
  height: 50px;
  margin-bottom: 0;
}

.phone-number-field-3._2.form:active {
  border-color: #09f;
}

.phone-number-field-3._1 {
  color: #000;
  background-color: #fff;
  border-color: #000;
  border-radius: 4px;
  margin-left: 0;
  font-size: 15px;
}

.phone-number-field-3._1.form {
  color: #000;
  border-color: #000;
  border-radius: 5px;
}

.phone-number-field-3._1.form:active {
  border-color: #09f;
}

.phone-number-field-3.form {
  color: #000;
  height: 50px;
  margin-bottom: 0;
}

.phone-number-field-3.form.birth.felix {
  color: #000;
  background-color: #fff;
  border-color: #000;
  border-radius: 9px;
  width: 32%;
  padding-left: 0;
}

.phone-number-field-3.form.update {
  padding-left: 0;
  padding-right: 0;
}

.phone-number-field-3.form {
  color: #000;
  border-color: #000;
  border-radius: 5px;
  height: 50px;
  margin-bottom: 0;
}

.phone-number-field-3.form:active {
  border-color: #09f;
}

.checkbox-label-12 {
  color: #000;
  letter-spacing: -.35px;
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
}

.image-508 {
  width: 15px;
  margin-right: 10px;
}

.text-block-718 {
  color: #000;
  text-align: center;
  font-size: 13px;
  font-weight: 800;
}

.text-block-1140 {
  color: #000;
  text-align: center;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 800;
}

.select-field-7 {
  color: #696969;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  width: 32%;
  height: 45px;
  margin-bottom: 10px;
  line-height: 20px;
}

.select-field-7.form {
  color: #333;
  background-color: #fff;
  border-color: #000;
  border-radius: 9px;
  width: 100%;
  height: 50px;
  font-weight: 400;
}

.text-block-1284 {
  color: #000;
  font-size: 12px;
  font-weight: 700;
}

.form-16 {
  width: 100%;
}

.div-block-1948 {
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.enroll-form-button-div {
  width: 100%;
}

.div-block-1684 {
  width: 30%;
}

.field-label-text {
  margin-right: 15px;
}

.field-label-text.weight {
  margin-right: 0;
  font-size: 12px;
}

.field-label-text.last {
  margin-right: 0;
}

.checks-div {
  margin-top: 15px;
  padding-left: 30px;
  padding-right: 30px;
}

.checks-div.end {
  margin-bottom: 20px;
}

.button-65 {
  color: #fff;
  text-align: center;
  background-color: #000;
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}

.button-65:hover {
  background-color: #95b9c2;
}

.button-65.finish {
  color: #fff;
  background-color: #48d1d8;
  border-radius: 13px;
}

.button-65.finish:hover {
  background-color: #52b2cf;
}

.link-65 {
  color: #0c9ac4;
  text-align: center;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 800;
  line-height: 21px;
  text-decoration: none;
  display: block;
}

.program-choice-div {
  justify-content: space-between;
  display: flex;
}

.program-choice-div.products {
  flex-flow: row-reverse;
  margin-bottom: 0;
}

.text-block-1305 {
  color: #000;
  font-size: 15px;
}

.div-block-1675 {
  border: 1px #dfdfdf;
  border-radius: 0;
}

.div-block-1688 {
  border: .5px solid #dfdfdf;
  width: 100%;
  height: 1px;
  margin-bottom: 8px;
}

.text-block-1255 {
  margin-left: 1px;
  margin-right: 1px;
}

.text-span-291 {
  color: #000;
  font-weight: 900;
}

.text-block-545 {
  color: #000;
  text-align: center;
  letter-spacing: -.5px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.select-field-10 {
  color: #000;
  text-align: center;
  border: 1px #000;
  border-radius: 9px;
  width: 80%;
  padding-top: 6px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
  line-height: 20px;
}

.paragraph-164 {
  text-align: center;
  width: auto;
  font-size: 10px;
  line-height: 12px;
}

.enroll-checkbox {
  margin-left: 0;
}

.enroll-checkbox.top {
  margin-right: 10px;
}

.multi-choice-boxes-div {
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 15px;
  display: flex;
}

.checkbox-field-15 {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 9px;
  margin-bottom: 15px;
  padding: 20px;
}

.checkbox-field-15:active {
  background-color: #8aafff;
  border-color: #666;
}

.checkbox-field-15:focus {
  background-color: #8aafff;
}

.text-block-538 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.checkbox-label-15 {
  color: #000;
  margin-left: 5px;
  font-size: 15px;
  font-weight: 800;
}

.text-span-292 {
  color: #000;
  font-weight: 600;
  text-decoration: underline;
}

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

.text-block-732 {
  color: #000;
  background-color: #0000;
  margin-bottom: 3px;
  font-weight: 800;
}

.text-block-1249 {
  text-align: center;
  margin-bottom: 5px;
  font-weight: 900;
}

.bullet-text-3 {
  font-family: var(--barlow);
  color: var(--white);
  background-color: #4e7882;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.bullet-text-3._2 {
  background-color: #48d1d8;
}

.text-block-1285 {
  color: #000;
  letter-spacing: -1px;
  font-size: 24px;
  font-weight: 900;
  line-height: 30px;
}

.div-block-1450 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.div-block-1450.end {
  padding-left: 0;
}

.enroll-form-text-field {
  color: #000;
  border: 1px solid #000;
  border-radius: 6px;
  width: 46%;
  height: 50px;
  margin-bottom: 0;
  margin-right: 3px;
}

.enroll-form-text-field.height {
  width: 48%;
}

.enroll-form-text-field.height.update {
  width: 48%;
  margin-right: 7px;
}

.enroll-form-text-field.weight {
  width: 96%;
}

.enroll-form-block {
  justify-content: center;
  width: 50%;
  margin-top: 30px;
  display: flex;
}

.enroll-form-block.b {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.enroll-form-block.update {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
}

.text-block-724 {
  color: #999;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.text-block-1304 {
  color: #48d1d8;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 900;
  line-height: 24px;
}

.enroll-form-back-text {
  font-family: var(--barlow);
  color: var(--black);
  font-weight: 500;
}

.enroll-checkbox-label {
  font-family: var(--barlow);
  color: #000;
  text-align: left;
  margin-left: 5px;
  font-size: 15px;
  font-weight: 400;
}

.enroll-checkbox-label.form {
  margin-left: 15px;
  padding-left: 0;
  font-size: 12px;
  line-height: 16px;
}

.text-block-735 {
  color: #48d1d8;
  width: 80%;
  padding-right: 0;
  font-size: 21px;
  font-weight: 900;
  line-height: 24px;
}

.text-block-517 {
  color: #48d1d8;
  margin-right: 3px;
  font-size: 18px;
  font-weight: 900;
}

.div-block-1699 {
  text-align: center;
  width: 24%;
}

.text-block-715 {
  color: #000;
  font-weight: 800;
}

.div-block-1674 {
  background-color: #f3f3f3;
  border-radius: 11px;
  justify-content: space-between;
  padding: 15px;
  display: flex;
}

.text-block-720 {
  color: #000;
  font-size: 42px;
  font-weight: 900;
  line-height: 42px;
}

.image-384 {
  width: 55px;
  height: 55px;
  margin-bottom: 10px;
  position: relative;
}

.phone-verify-div {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.text-block-1250 {
  color: #000;
  text-align: center;
  font-size: 13px;
}

.text-block-1250.quarter {
  margin-right: 2px;
}

.text-block-734 {
  color: #000;
  font-weight: 600;
}

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

.button-129 {
  color: #999;
  text-align: center;
  background-color: #dfdfdf;
  border-radius: 6px;
  width: 100%;
  margin-bottom: 10px;
}

.text-block-1239 {
  color: #000;
  font-size: 16px;
  font-weight: 900;
}

.text-field-57 {
  color: #000;
  text-align: center;
  border: 1px solid #000;
  border-radius: 6px;
  width: 50px;
  height: 50px;
  padding: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.enroll-3-things-div {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.enroll-form-question-sub {
  color: #000;
  text-align: center;
  width: auto;
  margin-top: -15px;
  font-size: 16px;
  font-weight: 300;
}

.text-block-518 {
  color: #dfdfdf;
  margin-top: -10px;
}

.text-span-170 {
  font-weight: 400;
}

.enroll-form-header-text {
  font-family: var(--barlow);
  color: var(--black);
  text-align: center;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.link-block-48 {
  color: #000;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 6px;
  width: 49%;
  margin-bottom: 15px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  text-decoration: none;
}

.link-block-48:hover {
  background-color: #ece6ff;
  border-color: #6d22ff;
}

.link-block-48.sema {
  color: #000;
  background-color: #fff;
  background-image: url('../images/RxPros_SemaVial.png');
  background-position: 90% 10%;
  background-repeat: no-repeat;
  background-size: 15%;
  border-color: #000;
  padding-left: 15px;
  padding-right: 15px;
}

.link-block-48.sema:hover {
  background-color: #f3f3f3;
  border-color: #000;
}

.link-block-48.tirz {
  background-image: url('../images/RxPros_SemaVial_1.png');
  background-position: 90% 10%;
  background-repeat: no-repeat;
  background-size: 15%;
  border-color: #000;
}

.link-block-48.tirz:hover {
  color: #000;
  background-color: #f3f3f3;
  border-color: #000;
}

.question-container {
  font-family: var(--barlow);
  background-color: #fff;
  background-image: linear-gradient(#f3deff, #d5eed4);
  border: 1px #48d1d8;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  padding: 30px 20px;
  display: flex;
}

.gender-div {
  margin-bottom: 10px;
}

.enroll-slide-1 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
}

.disclaimer-box {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 9px;
  align-items: flex-start;
  margin-top: -20px;
  margin-bottom: 30px;
  padding: 20px;
  display: flex;
}

.question-div-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

.felix-form-block {
  width: 100%;
  margin-top: 40px;
}

.felix-form-block.form-rep {
  width: 100%;
}

.enroll-form-question-text {
  font-family: var(--barlow);
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.enroll-form-question-text.smaller {
  margin-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
  font-size: 27px;
  line-height: 32px;
}

.div-block-1679 {
  background-color: #fff;
  background-image: url('../images/Vial_small_Sema3.png');
  background-position: 25% 100%;
  background-repeat: no-repeat;
  background-size: 23%;
  border: 1px solid #000;
  border-radius: 9px;
  width: 100%;
  padding: 15px;
  display: none;
}

.text-block-729 {
  color: #000;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}

.text-block-729.small {
  font-size: 16px;
}

.dose-sched-box {
  background-color: var(--white);
  border: 1px solid #000;
  border-radius: 9px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 32.5%;
  padding: 10px 20px;
  display: flex;
}

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

.text-span-176 {
  font-size: 22px;
}

.enroll-sub {
  font-family: var(--barlow);
  color: #000;
  text-align: center;
  width: auto;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 27px;
}

.enroll-disclaimer-div {
  text-align: center;
  background-color: #f3f3f3;
  border-radius: 9px;
  width: auto;
  margin-bottom: 30px;
  padding: 13px;
}

.enroll-disclaimer-div._1st {
  background-color: var(--white);
  width: 100%;
  margin-bottom: 10px;
}

.enroll-disclaimer-div.form {
  background-color: var(--white);
  width: 100%;
  margin-bottom: 20px;
  display: block;
}

.enroll-checkbox-link {
  color: var(--black);
}

.enroll-checkbox-link:active {
  color: #95b9c2;
}

.submit-button-7 {
  background-color: var(--green);
  color: #fff;
  border-radius: 9px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 17px;
  font-size: 17px;
  font-weight: 700;
}

.submit-button-7:hover {
  background-color: var(--purp);
  border-radius: 9px;
}

.submit-button-7.b {
  background-color: var(--purp);
}

.submit-button-7.b:hover {
  background-color: var(--green);
}

.div-block-1700 {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 6px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
  padding: 15px;
  display: flex;
}

.div-block-1700.small {
  background-color: #eefcff;
  width: 80%;
  padding-bottom: 10px;
  display: none;
}

.div-block-1985 {
  display: flex;
}

.text-span-173 {
  font-size: 11px;
  font-weight: 400;
}

.enroll-form-submit-button {
  background-color: var(--green);
  color: #fff;
  border-radius: 9px;
  width: 100%;
  margin-top: 15px;
  padding-top: 17px;
  padding-bottom: 17px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.enroll-form-submit-button:hover {
  background-color: var(--purp);
  font-size: 18px;
  font-weight: 800;
  line-height: 26px;
}

.enroll-form-submit-button.top {
  background-color: var(--green);
  font-family: var(--arrow);
  color: var(--white);
  border-radius: 9px;
  width: 100%;
  margin-top: 0;
  font-weight: 400;
}

.enroll-form-submit-button.top:hover {
  background-color: var(--purp);
  color: #fff;
  font-family: Inter, sans-serif;
}

.questions-div {
  background-color: #0000;
  width: 580px;
  padding: 50px 0% 80px;
}

.enroll-bullet-text {
  font-family: var(--barlow);
  color: var(--black);
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.radio-button-field {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.pay-choices-div {
  justify-content: space-between;
  margin-bottom: 10px;
  display: flex;
}

.pay-choices-div.last {
  align-items: center;
}

.pay-choice-details {
  flex-flow: column;
  justify-content: space-between;
  padding: 15px;
  display: block;
}

.form-subs {
  font-family: var(--barlow);
  color: #000;
  text-align: center;
  letter-spacing: -.5px;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
}

.form-subs.end {
  color: #666;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.form-subs.end.break {
  font-size: 16px;
}

.form-subs.break {
  width: 80%;
  padding-right: 0;
}

.div-block-1693 {
  background-color: #0000;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 5px;
  padding: 0;
  display: flex;
}

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

.link-39 {
  color: #52b2cf;
  text-align: center;
  margin-top: 10px;
  text-decoration: none;
}

.enroll-form-back-link {
  color: #06f;
  text-decoration: none;
}

.checkbox-field-18 {
  background-image: url('../images/Male.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 10%;
  border: 1px solid #000;
  border-radius: 6px;
  margin-bottom: 15px;
  padding: 22px 20px 25px;
}

.checkbox-field-18.female {
  background-color: #fff;
  background-image: url('../images/Female.svg');
  background-size: 8%;
}

.checkbox-field-18.female:hover {
  background-color: #f3f3f3;
}

.checkbox-field-18.male {
  background-color: #fff;
  background-size: 8%;
}

.checkbox-field-18.male:hover {
  background-color: #f3f3f3;
}

.enroll-form-field-wrap-div {
  justify-content: space-between;
  display: flex;
}

.enroll-form-field-wrap-div.update {
  align-items: center;
  margin-bottom: 20px;
}

.enroll-form-field-wrap-div.b {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.enroll-form-field-wrap-div.b._2 {
  margin-bottom: 10px;
}

.text-field-33 {
  border: 1px solid #000;
  border-radius: 6px;
  width: 48%;
  height: 50px;
}

.text-field-33.update {
  border-color: #dfdfdf;
  width: 49%;
  margin-bottom: 0;
}

.text-field-33.email {
  width: 80%;
}

.text-field-33.email.form.update {
  width: 100%;
  margin-bottom: 15px;
}

.text-span-274 {
  font-size: 11px;
  line-height: 19px;
}

.enroll-checkbox-field {
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.enroll-checkbox-field.form {
  padding-left: 10px;
}

.bullet-div {
  align-items: center;
  margin-bottom: 3px;
  display: flex;
}

.bullet-div.end {
  margin-bottom: 5px;
}

.form-section {
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.text-block-725 {
  color: #000;
  text-align: center;
  font-weight: 800;
}

.checkbox-label-14 {
  color: #000;
  text-align: center;
  margin-top: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
  position: relative;
}

.text-block-513 {
  color: #000;
  text-align: center;
  margin-bottom: 15px;
  padding-left: 0;
  padding-right: 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.text-block-513.hq {
  padding-right: 0;
  font-size: 24px;
  font-weight: 700;
}

.text-block-513.hq.break {
  width: 80%;
}

.text-block-513.end {
  color: #000;
  margin-bottom: 15px;
  padding-left: 0;
  padding-right: 50px;
  line-height: 36px;
}

.text-block-513.end.bold {
  color: #000;
  padding-right: 0;
  font-size: 30px;
  font-weight: 700;
}

.checkbox-field-multibox {
  border: 1px solid #dfdfdf;
  border-radius: 9px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 48%;
  height: 160px;
  padding: 19px 13px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block-1286 {
  color: #000;
  font-size: 13px;
}

.enroll-form-back-link-div {
  width: 100%;
  margin-top: 0;
}

.div-block-1488 {
  background-color: #fd9292;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  display: flex;
}

.button-68 {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 9px;
  width: 49%;
  height: 50px;
  padding-top: 11px;
  padding-bottom: 13px;
  font-size: 15px;
  font-weight: 900;
  line-height: 25px;
}

.button-68:hover {
  background-color: #f3f3f3;
  border-color: #dfdfdf;
}

.button-68.yes-hilight {
  color: #fff;
  background-color: #48d1d8;
}

.button-68.yes-hilight:hover {
  background-color: #52b2cf;
}

.phone-entry-div {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  display: flex;
}

.phone-entry-div.felix {
  width: 100%;
  margin-bottom: 10px;
}

.phone-entry-div.update {
  width: 100%;
  margin-bottom: 20px;
}

.text-field-47 {
  border: 1px solid #000;
  border-radius: 6px;
  width: 48%;
  height: 50px;
}

.text-field-47.email {
  width: 80%;
}

.text-field-47.email.form {
  color: #333;
  background-color: #fff;
  border-color: #000;
  border-radius: 9px;
  width: 100%;
}

.text-field-47.email.form:active {
  border-color: #09f;
}

.text-span-174 {
  background-color: #002646;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  padding: 0 6px;
}

.text-span-174.sema {
  color: #fff;
  background-color: #4e7882;
  font-size: 13px;
  font-weight: 900;
}

.text-span-174.sema:hover {
  border: 1px solid #ffbb50;
}

.text-span-174.tirz {
  color: #fff;
  background-color: #48d1d8;
  font-size: 13px;
}

.text-block-1307 {
  color: #666;
  text-align: center;
  margin-bottom: 5px;
  font-size: 13px;
}

.text-block-540 {
  color: #000;
  font-weight: 400;
}

.text-block-1241 {
  color: #000;
  text-align: center;
  margin-bottom: 5px;
  font-weight: 900;
}

.text-block-1241.solo {
  margin-bottom: 0;
}

.text-span-175 {
  font-size: 12px;
  font-weight: 500;
}

.pay-price {
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 10px;
  display: flex;
}

.enroll-slide-2 {
  background-color: #fff;
  border: 1px solid #48d1d8;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  padding: 30px 20px 60px;
  display: flex;
}

.paragraph-126 {
  color: #333;
  letter-spacing: -.5px;
  margin-bottom: 15px;
  font-weight: 400;
}

.paragraph-126.report {
  margin-bottom: 10px;
  font-size: 16px;
}

.text-span-272 {
  font-weight: 700;
}

.text-block-539 {
  color: #dfdfdf;
  margin-top: -10px;
}

.enroll-slide-1-div {
  background-color: #fff;
  background-image: linear-gradient(#bdf4f5, #fff);
  border: 1px #48d1d8;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 35px 20px 50px;
  display: flex;
}

.div-block-1470 {
  align-items: center;
  width: 90%;
  display: flex;
}

.div-block-1470.mobile-entry {
  justify-content: center;
  width: 100%;
}

.div-block-1470.mobile-entry.form {
  padding-left: 0;
  padding-right: 15px;
}

.div-block-1470.mobile-entry.form._2 {
  margin-bottom: 10px;
}

.div-block-1470.mobile-entry.form._2.birth {
  justify-content: flex-start;
  margin-bottom: 20px;
  padding-right: 0;
}

.form-block {
  margin-bottom: 0;
}

.text-block-1306 {
  color: #000;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 20px;
}

.enroll-form {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.enroll-form.b {
  align-items: center;
}

.enroll-form.update {
  justify-content: flex-start;
  align-items: stretch;
}

.question-category {
  background-color: var(--white);
  border-radius: 0;
  width: auto;
  margin-bottom: 20px;
  padding: 3px 15px;
}

.link-block-30 {
  color: #000;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 9px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.link-block-30:hover {
  background-color: #f3f3f3;
  border-color: #000;
}

.checkbox-11 {
  float: right;
  border: 1px solid #666;
}

.report-summary-div {
  background-color: #fff;
  border-radius: 13px;
  margin-bottom: 15px;
  padding: 25px 25px 50px;
  box-shadow: 0 2px 20px #0000001c;
}

.image-383 {
  margin-bottom: 20px;
}

.radio-button-label-4 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 5px;
  font-size: 15px;
  font-weight: 900;
  line-height: 22px;
}

.div-block-1492 {
  justify-content: center;
  display: flex;
}

.select-field-3 {
  color: #696969;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  width: 32%;
  height: 45px;
  margin-bottom: 10px;
  line-height: 20px;
}

.select-field-3.form {
  border-radius: 6px;
  width: 80%;
  height: 50px;
}

.select-field-3.form.update {
  width: 100%;
  margin-bottom: 20px;
}

.select-field-3.form {
  color: #333;
  font-weight: 400;
  font-family: var(--barlow);
  background-color: #fff;
  border-color: #000;
  border-radius: 9px;
  width: 100%;
  height: 50px;
  font-weight: 400;
}

.text-block-727 {
  color: #000;
  font-size: 18px;
  font-weight: 800;
  line-height: 24px;
}

.form-button {
  background-color: var(--green);
  color: #fff;
  border-radius: 13px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.form-button:hover {
  background-color: var(--purp);
  color: #fff;
  margin-top: 20px;
}

.form-button.none {
  font-family: var(--barlow);
  margin-bottom: 20px;
}

.text-block-731 {
  color: #000;
  font-size: 40px;
  font-weight: 800;
  line-height: 40px;
}

.text-block-731.small {
  font-size: 30px;
  line-height: 30px;
}

.text-block-1303 {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.text-block-1303._2 {
  font-size: 15px;
}

.enroll-header {
  font-family: var(--barlow);
  color: var(--black);
  text-align: center;
  width: auto;
  margin-bottom: 15px;
  font-size: 39px;
  font-weight: 800;
  line-height: 45px;
}

.enroll-div-wrap {
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 580px;
  padding: 50px 0%;
  display: flex;
}

.checkbox-13 {
  border: 1px #000;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.checkbox-13.w--redirected-checked {
  color: #8aafff;
  background-color: #96a2bb;
  background-image: linear-gradient(#f8f8df, #f8f8df);
  margin-top: 0;
  margin-left: 0;
}

.enroll-top-image {
  width: 20%;
  margin-bottom: 15px;
  display: none;
}

.table-header-2 {
  font-family: var(--barlow);
  color: #fff;
  text-align: center;
  background-color: #000;
  background-image: linear-gradient(#0000, #0000);
  border-radius: 9px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.table-header-2.small {
  font-size: 18px;
  line-height: 18px;
}

.div-block-1696 {
  text-align: center;
  width: 48%;
}

.div-block-1997 {
  background-color: #adff9e;
  border: 1px solid #00c042;
  border-radius: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2px 5px 3px;
  display: flex;
}

.div-block-1690 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-1673 {
  justify-content: space-between;
  display: flex;
}

.form-block-2 {
  width: 100%;
}

.div-block-1983 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.div-block-1686 {
  text-align: center;
  width: 24%;
}

.image-370 {
  width: 20px;
  margin-right: 5px;
}

.text-block-716 {
  color: #000;
  font-size: 16px;
  font-weight: 800;
}

.text-span-286 {
  font-family: Inter, sans-serif;
}

.div-block-1999 {
  justify-content: space-between;
  display: flex;
}

.div-block-2000 {
  text-align: left;
}

.div-block-2000.tirz, .div-block-2000.sema {
  padding-left: 0;
  padding-right: 0;
}

.div-block-2001 {
  flex-flow: column;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.div-block-2002 {
  flex-flow: column;
  align-items: center;
  width: 23%;
  display: flex;
}

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

.image-534 {
  width: 20px;
  margin-right: 3px;
}

.div-block-2003 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.div-block-2004 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.div-block-2004._2 {
  background-image: linear-gradient(#ffdabd, #ffdabd);
  width: 100%;
}

.div-block-2004._1 {
  background-image: linear-gradient(#95b9c2, #95b9c2);
  width: 100%;
  padding-left: 4px;
  padding-right: 4px;
}

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

.div-block-2006 {
  background-color: #fff;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  margin-bottom: 40px;
  padding: 0;
}

.select-field-11 {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 6px;
  width: 25%;
  height: 50px;
  margin-bottom: 0;
  margin-right: 3px;
}

.select-field-11.felix {
  background-color: #fff;
  border-color: #000;
  border-radius: 9px;
  width: 32%;
}

.div-block-2007 {
  align-items: flex-end;
  display: flex;
}

.text-block-1308 {
  color: #000;
  font-weight: 800;
  line-height: 22px;
}

.text-block-1308.small {
  font-size: 12px;
  line-height: 18px;
}

.text-span-296 {
  color: #000;
  font-size: 13px;
  font-weight: 400;
}

.text-block-1309 {
  color: #000;
  font-size: 13px;
}

.div-block-2008 {
  background-color: #f3f3f3;
  border-radius: 9px;
  margin-bottom: 15px;
  padding: 15px;
}

.div-block-2009 {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 30px;
  display: block;
}

.paragraph-165 {
  width: 95%;
}

.text-block-1310 {
  color: #000;
  background-color: #0000;
  font-size: 14px;
  font-weight: 800;
  line-height: 19px;
}

.text-block-1310.top {
  color: #fff;
  font-weight: 900;
}

.text-block-1311 {
  margin-top: -10px;
}

.text-block-1312 {
  color: #333;
  font-size: 30px;
  font-weight: 600;
}

.div-block-2010 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 5px;
  display: flex;
}

.text-span-297 {
  font-weight: 400;
}

.div-block-2011 {
  background-color: #f3f3f3;
  border-radius: 9px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 49%;
  padding: 15px;
  display: flex;
}

.enroll-slide-4 {
  background-color: #fff;
  border: 1px solid #48d1d8;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  padding: 30px 20px;
  display: flex;
}

.text-block-1313 {
  color: #000;
  width: auto;
  font-size: 13px;
}

.image-535 {
  width: 60px;
  margin-bottom: 10px;
  display: none;
}

.div-block-2012 {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.text-block-1314 {
  color: #000;
  text-align: center;
  font-weight: 800;
}

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

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

.link-67 {
  font-family: var(--barlow);
  color: var(--black);
  font-weight: 500;
  text-decoration: none;
}

.link-68 {
  color: #0c9ac4;
  text-align: center;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
  text-decoration: none;
  display: block;
}

.div-block-2014 {
  border: 1px #000;
  border-radius: 9px;
  padding: 0;
}

.text-block-1315 {
  color: #000;
}

.text-block-1316 {
  color: #fff;
  text-align: left;
  background-color: #0000;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
}

.text-block-1317 {
  color: #000;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 800;
  line-height: 30px;
}

.paragraph-166 {
  color: #6c7e8d;
  margin-top: 10px;
  font-size: 9px;
  line-height: 13px;
}

.text-span-299 {
  color: #52b2cf;
  font-weight: 700;
}

.div-block-2015 {
  align-items: center;
  margin-bottom: 5px;
  display: none;
}

.checkbox-label-16 {
  color: #000;
  letter-spacing: -.35px;
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
}

.image-536 {
  width: 15px;
  margin-right: 10px;
}

.text-block-1318 {
  color: #000;
  text-align: center;
  font-size: 13px;
  font-weight: 800;
}

.text-block-1319 {
  color: #000;
  text-align: center;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 800;
}

.text-block-1320 {
  color: #000;
  font-size: 12px;
  font-weight: 700;
}

.form-17 {
  width: 100%;
}

.div-block-2016 {
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.div-block-2017 {
  width: 30%;
}

.link-69 {
  color: #0c9ac4;
  text-align: center;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 800;
  line-height: 21px;
  text-decoration: none;
  display: block;
}

.text-block-1321 {
  color: #000;
  font-size: 15px;
}

.div-block-2018 {
  border: 1px #dfdfdf;
  border-radius: 0;
}

.div-block-2019 {
  border: .5px solid #dfdfdf;
  width: 100%;
  height: 1px;
  margin-bottom: 8px;
}

.text-block-1322 {
  margin-left: 1px;
  margin-right: 1px;
}

.text-span-300 {
  color: #000;
  font-weight: 900;
}

.text-block-1323 {
  color: #000;
  text-align: center;
  letter-spacing: -.5px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.select-field-12 {
  color: #000;
  text-align: center;
  border: 1px #000;
  border-radius: 9px;
  width: 80%;
  padding-top: 6px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
  line-height: 20px;
}

.paragraph-167 {
  text-align: center;
  width: auto;
  font-size: 10px;
  line-height: 12px;
}

.checkbox-field-19 {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 9px;
  margin-bottom: 15px;
  padding: 20px;
}

.checkbox-field-19:active {
  background-color: #8aafff;
  border-color: #666;
}

.checkbox-field-19:focus {
  background-color: #8aafff;
}

.text-block-1324 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.text-span-301 {
  color: #000;
  font-weight: 600;
  text-decoration: underline;
}

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

.text-block-1325 {
  color: #000;
  background-color: #0000;
  margin-bottom: 3px;
  font-weight: 800;
}

.text-block-1326 {
  text-align: center;
  margin-bottom: 5px;
  font-weight: 900;
}

.text-block-1327 {
  color: #000;
  letter-spacing: -1px;
  font-size: 24px;
  font-weight: 900;
  line-height: 30px;
}

.div-block-2021 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.div-block-2021.end {
  padding-left: 0;
}

.text-block-1328 {
  color: #999;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.text-block-1329 {
  color: #48d1d8;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 900;
  line-height: 24px;
}

.text-block-1330 {
  color: #48d1d8;
  width: 80%;
  padding-right: 0;
  font-size: 21px;
  font-weight: 900;
  line-height: 24px;
}

.text-block-1331 {
  color: #48d1d8;
  margin-right: 3px;
  font-size: 18px;
  font-weight: 900;
}

.div-block-2022 {
  text-align: center;
  width: 24%;
}

.text-block-1332 {
  color: #000;
  font-weight: 800;
}

.div-block-2023 {
  background-color: #f3f3f3;
  border-radius: 11px;
  justify-content: space-between;
  padding: 15px;
  display: flex;
}

.text-block-1333 {
  color: #000;
  font-size: 42px;
  font-weight: 900;
  line-height: 42px;
}

.text-block-1334 {
  color: #000;
  text-align: center;
  font-size: 13px;
}

.text-block-1334.quarter {
  margin-right: 2px;
}

.text-block-1335 {
  color: #000;
  font-weight: 600;
}

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

.button-130 {
  color: #999;
  text-align: center;
  background-color: #dfdfdf;
  border-radius: 6px;
  width: 100%;
  margin-bottom: 10px;
}

.text-block-1336 {
  color: #000;
  font-size: 16px;
  font-weight: 900;
}

.text-block-1337 {
  color: #dfdfdf;
  margin-top: -10px;
}

.text-span-302 {
  font-weight: 400;
}

.link-block-49 {
  color: #000;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 6px;
  width: 49%;
  margin-bottom: 15px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  text-decoration: none;
}

.link-block-49:hover {
  background-color: #ece6ff;
  border-color: #6d22ff;
}

.link-block-49.sema {
  color: #000;
  background-color: #fff;
  background-image: url('../images/RxPros_SemaVial.png');
  background-position: 90% 10%;
  background-repeat: no-repeat;
  background-size: 15%;
  border-color: #000;
  padding-left: 15px;
  padding-right: 15px;
}

.link-block-49.sema:hover {
  background-color: #f3f3f3;
  border-color: #000;
}

.link-block-49.tirz {
  background-image: url('../images/RxPros_SemaVial_1.png');
  background-position: 90% 10%;
  background-repeat: no-repeat;
  background-size: 15%;
  border-color: #000;
}

.link-block-49.tirz:hover {
  color: #000;
  background-color: #f3f3f3;
  border-color: #000;
}

.div-block-2024 {
  background-color: #fff;
  background-image: url('../images/Vial_small_Sema3.png');
  background-position: 25% 100%;
  background-repeat: no-repeat;
  background-size: 23%;
  border: 1px solid #000;
  border-radius: 9px;
  width: 100%;
  padding: 15px;
  display: none;
}

.text-block-1338 {
  color: #000;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}

.text-block-1338.small {
  font-size: 16px;
}

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

.text-span-303 {
  font-size: 22px;
}

.enroll-sub-2 {
  color: #000;
  text-align: center;
  width: auto;
  margin-bottom: 20px;
  font-size: 19px;
  line-height: 26px;
}

.div-block-2026 {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 6px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
  padding: 15px;
  display: flex;
}

.div-block-2026.small {
  background-color: #eefcff;
  width: 80%;
  padding-bottom: 10px;
  display: none;
}

.div-block-2027 {
  display: flex;
}

.div-block-2028 {
  background-color: #0000;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 5px;
  padding: 0;
  display: flex;
}

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

.link-70 {
  color: #52b2cf;
  text-align: center;
  margin-top: 10px;
  text-decoration: none;
}

.checkbox-field-20 {
  background-image: url('../images/Male.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 10%;
  border: 1px solid #000;
  border-radius: 6px;
  margin-bottom: 15px;
  padding: 22px 20px 25px;
}

.checkbox-field-20.female {
  background-color: #fff;
  background-image: url('../images/Female.svg');
  background-size: 8%;
}

.checkbox-field-20.female:hover {
  background-color: #f3f3f3;
}

.checkbox-field-20.male {
  background-color: #fff;
  background-size: 8%;
}

.checkbox-field-20.male:hover {
  background-color: #f3f3f3;
}

.text-field-58 {
  border: 1px solid #000;
  border-radius: 6px;
  width: 48%;
  height: 50px;
}

.text-field-58.update {
  border-color: #dfdfdf;
  width: 49%;
  margin-bottom: 0;
}

.text-field-58.email {
  width: 80%;
}

.text-field-58.email.form.update {
  width: 100%;
  margin-bottom: 15px;
}

.text-span-304 {
  font-size: 11px;
  line-height: 19px;
}

.text-block-1339 {
  color: #000;
  text-align: center;
  font-weight: 800;
}

.checkbox-label-17 {
  color: #000;
  text-align: center;
  margin-top: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
  position: relative;
}

.text-block-1340 {
  color: #000;
  text-align: center;
  margin-bottom: 15px;
  padding-left: 0;
  padding-right: 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.text-block-1340.hq {
  padding-right: 0;
  font-size: 24px;
  font-weight: 700;
}

.text-block-1340.hq.break {
  width: 80%;
}

.text-block-1340.end {
  color: #000;
  margin-bottom: 15px;
  padding-left: 0;
  padding-right: 50px;
  line-height: 36px;
}

.text-block-1340.end.bold {
  color: #000;
  padding-right: 0;
  font-size: 30px;
  font-weight: 700;
}

.text-block-1341 {
  color: #000;
  font-size: 13px;
}

.div-block-2030 {
  background-color: #fd9292;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  display: flex;
}

.button-131 {
  font-family: var(--barlow);
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px #dfdfdf;
  border-radius: 9px;
  width: 49%;
  height: 50px;
  padding-top: 11px;
  padding-bottom: 13px;
  font-size: 15px;
  font-weight: 900;
  line-height: 25px;
}

.button-131:hover {
  background-color: var(--green);
  border-style: none;
  border-color: #dfdfdf;
}

.button-131.yes-hilight {
  background-color: var(--green);
  color: #fff;
}

.button-131.yes-hilight:hover {
  background-color: var(--purp);
}

.text-field-59 {
  border: 1px solid #000;
  border-radius: 6px;
  width: 48%;
  height: 50px;
}

.text-field-59.email {
  width: 80%;
}

.text-field-59.email.form {
  font-family: var(--barlow);
  color: #333;
  background-color: #fff;
  border-color: #000;
  border-radius: 9px;
  width: 100%;
}

.text-field-59.email.form:active {
  border-color: #09f;
}

.text-field-59.email.form.update {
  width: 100%;
  margin-bottom: 15px;
}

.text-field-59.update {
  border-color: var(--black);
  font-family: var(--barlow);
  color: var(--black);
  width: 49%;
  margin-bottom: 0;
}

.text-span-305 {
  background-color: #002646;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  padding: 0 6px;
}

.text-span-305.sema {
  color: #fff;
  background-color: #4e7882;
  font-size: 13px;
  font-weight: 900;
}

.text-span-305.sema:hover {
  border: 1px solid #ffbb50;
}

.text-span-305.tirz {
  color: #fff;
  background-color: #48d1d8;
  font-size: 13px;
}

.text-block-1342 {
  color: #666;
  text-align: center;
  margin-bottom: 5px;
  font-size: 13px;
}

.text-block-1343 {
  color: #000;
  font-weight: 400;
}

.text-block-1344 {
  color: #000;
  text-align: center;
  margin-bottom: 5px;
  font-weight: 900;
}

.text-block-1344.solo {
  margin-bottom: 0;
}

.text-span-306 {
  font-size: 12px;
  font-weight: 500;
}

.enroll-slide-5 {
  background-color: #fff;
  border: 1px solid #48d1d8;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  padding: 30px 20px 60px;
  display: flex;
}

.paragraph-168 {
  color: #333;
  letter-spacing: -.5px;
  margin-bottom: 15px;
  font-weight: 400;
}

.paragraph-168.report {
  margin-bottom: 10px;
  font-size: 16px;
}

.text-span-307 {
  font-weight: 700;
}

.text-block-1345 {
  color: #dfdfdf;
  margin-top: -10px;
}

.enroll-slide-1-div-2 {
  background-color: #fff;
  border: 1px solid #48d1d8;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 35px 20px 50px;
  display: flex;
}

.div-block-2032 {
  align-items: center;
  width: 90%;
  display: flex;
}

.div-block-2032.mobile-entry {
  justify-content: center;
  width: 100%;
}

.div-block-2032.mobile-entry.form {
  padding-left: 0;
  padding-right: 15px;
}

.div-block-2032.mobile-entry.form._2 {
  margin-bottom: 10px;
}

.div-block-2032.mobile-entry.form._2.birth {
  justify-content: flex-start;
  margin-bottom: 20px;
  padding-right: 0;
}

.text-block-1346 {
  color: #000;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 20px;
}

.link-block-50 {
  color: #000;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 9px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.link-block-50:hover {
  background-color: #f3f3f3;
  border-color: #000;
}

.checkbox-14 {
  float: right;
  border: 1px solid #666;
}

.image-537 {
  margin-bottom: 20px;
}

.text-block-1347 {
  color: #000;
  font-size: 18px;
  font-weight: 800;
  line-height: 24px;
}

.text-block-1348 {
  color: #000;
  font-size: 40px;
  font-weight: 800;
  line-height: 40px;
}

.text-block-1348.small {
  font-size: 30px;
  line-height: 30px;
}

.text-block-1349 {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.text-block-1349._2 {
  font-size: 15px;
}

.enroll-header-2 {
  font-family: var(--barlow);
  color: var(--black);
  text-align: center;
  width: auto;
  margin-bottom: 15px;
  font-size: 40px;
  font-weight: 800;
  line-height: 46px;
}

.div-block-2033 {
  text-align: center;
  width: 48%;
}

.div-block-2034 {
  background-color: #adff9e;
  border: 1px solid #00c042;
  border-radius: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2px 5px 3px;
  display: flex;
}

.div-block-2035 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-2036 {
  justify-content: space-between;
  display: flex;
}

.form-block-3 {
  width: 100%;
}

.div-block-2037 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.div-block-2038 {
  text-align: center;
  width: 24%;
}

.image-538 {
  width: 20px;
  margin-right: 5px;
}

.text-block-1350 {
  color: #000;
  font-size: 16px;
  font-weight: 800;
}

.text-span-308 {
  font-family: Inter, sans-serif;
}

.div-block-2039 {
  justify-content: space-between;
  display: flex;
}

.div-block-2040 {
  text-align: left;
}

.div-block-2040.tirz, .div-block-2040.sema {
  padding-left: 0;
  padding-right: 0;
}

.div-block-2041 {
  flex-flow: column;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.div-block-2042 {
  flex-flow: column;
  align-items: center;
  width: 23%;
  display: flex;
}

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

.image-539 {
  width: 20px;
  margin-right: 3px;
}

.div-block-2043 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.div-block-2044 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.div-block-2044._2 {
  background-image: linear-gradient(#ffdabd, #ffdabd);
  width: 100%;
}

.div-block-2044._1 {
  background-image: linear-gradient(#95b9c2, #95b9c2);
  width: 100%;
  padding-left: 4px;
  padding-right: 4px;
}

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

.div-block-2046 {
  background-color: #fff;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  margin-bottom: 40px;
  padding: 0;
}

.select-field-13 {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 6px;
  width: 25%;
  height: 50px;
  margin-bottom: 0;
  margin-right: 3px;
}

.select-field-13.felix {
  background-color: #fff;
  border-color: #000;
  border-radius: 9px;
  width: 32%;
}

.div-block-2047 {
  align-items: flex-end;
  display: flex;
}

.text-block-1351 {
  color: #000;
  font-weight: 800;
  line-height: 22px;
}

.text-block-1351.small {
  font-size: 12px;
  line-height: 18px;
}

.text-span-311 {
  color: #000;
  font-size: 13px;
  font-weight: 400;
}

.text-block-1352 {
  color: #000;
  font-size: 13px;
}

.div-block-2048 {
  background-color: var(--white);
  border-radius: 9px;
  margin-bottom: 15px;
  padding: 15px;
}

.div-block-2049 {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 30px;
  display: block;
}

.paragraph-169 {
  width: 95%;
}

.text-block-1353 {
  font-family: var(--barlow);
  color: #000;
  background-color: #0000;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
}

.text-block-1353.top {
  font-family: var(--barlow);
  color: #fff;
  font-weight: 900;
}

.text-block-1354 {
  margin-top: -10px;
}

.text-block-1355 {
  font-family: var(--arrow);
  color: #333;
  font-size: 30px;
  font-weight: 600;
}

.div-block-2050 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 5px;
  display: flex;
}

.text-span-312 {
  font-weight: 400;
}

.div-block-2051 {
  background-color: #f3f3f3;
  border-radius: 9px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 49%;
  padding: 15px;
  display: flex;
}

.enroll-slide-6 {
  background-color: #fff;
  background-image: linear-gradient(234deg, #eefad5, #e6cbf0);
  border: 1px #48d1d8;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  padding: 30px 20px;
  display: flex;
}

.text-span-313 {
  font-family: var(--arrow);
}

.text-block-1356 {
  color: #000;
  width: auto;
  font-size: 13px;
}

.image-540 {
  width: 60px;
  margin-bottom: 10px;
  display: none;
}

.div-block-2052 {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.text-block-1357 {
  color: #000;
  text-align: center;
  font-weight: 800;
}

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

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

.link-71 {
  font-family: var(--barlow);
  color: var(--black);
  text-align: center;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
  text-decoration: none;
  display: block;
}

.div-block-2054 {
  border: 1px #000;
  border-radius: 9px;
  padding: 0;
}

.text-block-1358 {
  color: #000;
}

.text-block-1359 {
  color: #fff;
  text-align: left;
  background-color: #0000;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
}

.text-block-1360 {
  color: #000;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 800;
  line-height: 30px;
}

.paragraph-170 {
  color: #6c7e8d;
  margin-top: 10px;
  font-size: 9px;
  line-height: 13px;
}

.text-span-314 {
  color: var(--purp);
  font-weight: 700;
}

.div-block-2055 {
  align-items: center;
  margin-bottom: 5px;
  display: none;
}

.checkbox-label-18 {
  font-family: var(--barlow);
  color: #000;
  letter-spacing: -.35px;
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
}

.image-541 {
  width: 15px;
  margin-right: 10px;
}

.text-block-1361 {
  color: #000;
  text-align: center;
  font-size: 13px;
  font-weight: 800;
}

.text-block-1362 {
  font-family: var(--barlow);
  color: var(--black);
  text-align: center;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 800;
}

.text-block-1363 {
  color: #000;
  font-size: 12px;
  font-weight: 700;
}

.form-18 {
  width: 100%;
}

.div-block-2056 {
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.div-block-2057 {
  width: 30%;
}

.button-132 {
  color: #fff;
  text-align: center;
  background-color: #000;
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}

.button-132:hover {
  background-color: #95b9c2;
}

.button-132.finish {
  background-color: var(--green);
  font-family: var(--barlow);
  color: var(--white);
  border-radius: 13px;
}

.button-132.finish:hover {
  background-color: var(--purp);
}

.link-72 {
  font-family: var(--barlow);
  color: var(--black);
  text-align: center;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 800;
  line-height: 21px;
  text-decoration: none;
  display: block;
}

.text-block-1364 {
  color: #000;
  font-size: 15px;
}

.div-block-2058 {
  border: 1px #dfdfdf;
  border-radius: 0;
}

.div-block-2059 {
  border: .5px solid #dfdfdf;
  width: 100%;
  height: 1px;
  margin-bottom: 8px;
}

.text-block-1365 {
  margin-left: 1px;
  margin-right: 1px;
}

.text-span-315 {
  color: #000;
  font-weight: 900;
}

.text-block-1366 {
  font-family: var(--barlow);
  color: #000;
  text-align: center;
  letter-spacing: -.5px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.select-field-14 {
  color: #000;
  text-align: center;
  border: 1px #000;
  border-radius: 9px;
  width: 80%;
  padding-top: 6px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
  line-height: 20px;
}

.paragraph-171 {
  text-align: center;
  width: auto;
  font-size: 10px;
  line-height: 12px;
}

.checkbox-field-21 {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 9px;
  margin-bottom: 15px;
  padding: 20px;
}

.checkbox-field-21:active {
  background-color: #8aafff;
  border-color: #666;
}

.checkbox-field-21:focus {
  background-color: #8aafff;
}

.text-block-1367 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.text-span-316 {
  color: #000;
  font-weight: 600;
  text-decoration: underline;
}

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

.text-block-1368 {
  color: #000;
  background-color: #0000;
  margin-bottom: 3px;
  font-weight: 800;
}

.text-block-1369 {
  text-align: center;
  margin-bottom: 5px;
  font-weight: 900;
}

.text-block-1370 {
  color: #000;
  letter-spacing: -1px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.div-block-2061 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.div-block-2061.end {
  padding-left: 0;
}

.text-block-1371 {
  font-family: var(--barlow);
  color: #999;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.text-block-1372 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.text-block-1373 {
  color: var(--black);
  width: 80%;
  padding-right: 0;
  font-size: 21px;
  font-weight: 900;
  line-height: 24px;
}

.text-block-1374 {
  font-family: var(--barlow);
  color: var(--black);
  margin-right: 3px;
  font-size: 18px;
  font-weight: 900;
}

.div-block-2062 {
  text-align: center;
  width: 24%;
}

.text-block-1375 {
  color: #000;
  font-weight: 800;
}

.div-block-2063 {
  background-color: #f3f3f3;
  border-radius: 11px;
  justify-content: space-between;
  padding: 15px;
  display: flex;
}

.text-block-1376 {
  color: #000;
  font-size: 42px;
  font-weight: 900;
  line-height: 42px;
}

.image-542 {
  width: 55px;
  height: 55px;
  margin-bottom: 10px;
  position: relative;
}

.text-block-1377 {
  color: #000;
  text-align: center;
  font-size: 13px;
}

.text-block-1377.quarter {
  margin-right: 2px;
}

.text-block-1378 {
  color: #000;
  font-weight: 600;
}

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

.button-133 {
  background-color: var(--white);
  color: #999;
  text-align: center;
  border-radius: 6px;
  width: 100%;
  margin-bottom: 10px;
}

.text-block-1379 {
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

.text-field-60 {
  color: #000;
  text-align: center;
  border: 1px solid #000;
  border-radius: 6px;
  width: 50px;
  height: 50px;
  padding: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.text-block-1380 {
  color: #dfdfdf;
  margin-top: -10px;
}

.text-span-317 {
  font-weight: 400;
}

.link-block-51 {
  color: #000;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 6px;
  width: 49%;
  margin-bottom: 15px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  text-decoration: none;
}

.link-block-51:hover {
  background-color: #ece6ff;
  border-color: #6d22ff;
}

.link-block-51.sema {
  color: #000;
  background-color: #fff;
  background-image: url('../images/RxPros_SemaVial.png');
  background-position: 90% 10%;
  background-repeat: no-repeat;
  background-size: 15%;
  border-style: none;
  border-color: #000;
  padding-left: 15px;
  padding-right: 15px;
}

.link-block-51.sema:hover {
  background-color: #f3f3f3;
  border-color: #000;
}

.link-block-51.tirz {
  background-image: url('../images/RxPros_SemaVial_1.png');
  background-position: 90% 10%;
  background-repeat: no-repeat;
  background-size: 15%;
  border-style: none;
  border-color: #000;
}

.link-block-51.tirz:hover {
  color: #000;
  background-color: #f3f3f3;
  border-color: #000;
}

.div-block-2064 {
  background-color: #fff;
  background-image: url('../images/Vial_small_Sema3.png');
  background-position: 25% 100%;
  background-repeat: no-repeat;
  background-size: 23%;
  border: 1px solid #000;
  border-radius: 9px;
  width: 100%;
  padding: 15px;
  display: none;
}

.text-block-1381 {
  color: #000;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}

.text-block-1381.small {
  font-size: 16px;
}

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

.text-span-318 {
  font-size: 22px;
}

.div-block-2066 {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 6px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
  padding: 15px;
  display: flex;
}

.div-block-2066.small {
  background-color: #eefcff;
  width: 80%;
  padding-bottom: 10px;
  display: none;
}

.div-block-2067 {
  display: flex;
}

.div-block-2068 {
  background-color: #0000;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 5px;
  padding: 0;
  display: flex;
}

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

.link-73 {
  color: var(--black);
  text-align: center;
  margin-top: 10px;
  text-decoration: none;
}

.checkbox-field-22 {
  background-image: url('../images/Male.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 10%;
  border: 1px solid #000;
  border-radius: 6px;
  margin-bottom: 15px;
  padding: 22px 20px 25px;
}

.checkbox-field-22.female {
  background-color: #fff;
  background-image: url('../images/Female.svg');
  background-size: 8%;
}

.checkbox-field-22.female:hover {
  background-color: #f3f3f3;
}

.checkbox-field-22.male {
  background-color: #fff;
  background-size: 8%;
}

.checkbox-field-22.male:hover {
  background-color: #f3f3f3;
}

.text-span-319 {
  font-size: 11px;
  line-height: 19px;
}

.text-block-1382 {
  color: #000;
  text-align: center;
  font-weight: 800;
}

.checkbox-label-19 {
  font-family: var(--barlow);
  color: #000;
  text-align: center;
  margin-top: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
  position: relative;
}

.text-block-1383 {
  color: #000;
  text-align: center;
  margin-bottom: 15px;
  padding-left: 0;
  padding-right: 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.text-block-1383.hq {
  font-family: var(--barlow);
  padding-right: 0;
  font-size: 27px;
  font-weight: 700;
}

.text-block-1383.hq.break {
  width: 80%;
}

.text-block-1383.end {
  color: #000;
  margin-bottom: 15px;
  padding-left: 0;
  padding-right: 50px;
  line-height: 36px;
}

.text-block-1383.end.bold {
  color: #000;
  padding-right: 0;
  font-size: 30px;
  font-weight: 700;
}

.text-block-1384 {
  color: #000;
  font-size: 13px;
}

.div-block-2070 {
  background-color: #fd9292;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  display: flex;
}

.text-span-320 {
  background-color: #002646;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  padding: 0 6px;
}

.text-span-320.sema {
  background-color: var(--green);
  font-family: var(--barlow);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.text-span-320.sema:hover {
  border: 1px solid #ffbb50;
}

.text-span-320.tirz {
  background-color: var(--purp);
  font-family: var(--barlow);
  color: #fff;
  font-size: 13px;
}

.text-block-1385 {
  color: #666;
  text-align: center;
  margin-bottom: 5px;
  font-size: 13px;
}

.text-block-1386 {
  font-family: var(--barlow);
  color: #000;
  font-weight: 400;
}

.text-block-1387 {
  color: #000;
  text-align: center;
  margin-bottom: 5px;
  font-weight: 900;
}

.text-block-1387.solo {
  margin-bottom: 0;
}

.text-span-321 {
  font-size: 12px;
  font-weight: 500;
}

.enroll-slide-7 {
  background-color: #fff;
  background-image: linear-gradient(149deg, #c9faf3, #ffe8db);
  border: 1px #48d1d8;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  padding: 30px 20px 60px;
  display: flex;
}

.paragraph-172 {
  color: #333;
  letter-spacing: -.5px;
  margin-bottom: 15px;
  font-weight: 400;
}

.paragraph-172.report {
  font-family: var(--barlow);
  color: var(--black);
  margin-bottom: 10px;
  font-size: 16px;
}

.text-span-322 {
  font-weight: 700;
}

.text-block-1388 {
  color: #dfdfdf;
  margin-top: -10px;
}

.enroll-slide-1-div-3 {
  background-color: #fff;
  background-image: linear-gradient(185deg, #c8f0df, #fffbe0 71%);
  border: 1px #48d1d8;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 35px 20px 50px;
  display: flex;
}

.div-block-2072 {
  align-items: center;
  width: 90%;
  display: flex;
}

.div-block-2072.mobile-entry {
  justify-content: center;
  width: 100%;
}

.div-block-2072.mobile-entry.form {
  padding-left: 0;
  padding-right: 15px;
}

.div-block-2072.mobile-entry.form._2 {
  margin-bottom: 10px;
}

.div-block-2072.mobile-entry.form._2.birth {
  justify-content: flex-start;
  margin-bottom: 20px;
  padding-right: 0;
}

.text-block-1389 {
  color: #000;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 20px;
}

.link-block-52 {
  font-family: var(--barlow);
  color: #000;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 9px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.link-block-52:hover {
  background-color: #f3f3f3;
  border-color: #000;
}

.checkbox-15 {
  float: right;
  border: 1px solid #666;
}

.text-block-1390 {
  color: #000;
  font-size: 18px;
  font-weight: 800;
  line-height: 24px;
}

.text-block-1391 {
  color: #000;
  font-size: 40px;
  font-weight: 800;
  line-height: 40px;
}

.text-block-1391.small {
  font-size: 30px;
  line-height: 30px;
}

.text-block-1392 {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.text-block-1392._2 {
  font-size: 15px;
}

.checkbox-16 {
  background-color: var(--white);
  border: 1px #000;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.checkbox-16.w--redirected-checked {
  color: #8aafff;
  background-color: #96a2bb;
  background-image: linear-gradient(#f8f8df, #f8f8df);
  margin-top: 0;
  margin-left: 0;
}

.div-block-2073 {
  text-align: center;
  width: 48%;
}

.div-block-2074 {
  background-color: var(--green);
  border: 1px #00c042;
  border-radius: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2px 5px 3px;
  display: flex;
}

.div-block-2075 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-2076 {
  justify-content: space-between;
  display: flex;
}

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

.div-block-2077 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.div-block-2078 {
  text-align: center;
  width: 24%;
}

.image-543 {
  width: 20px;
  margin-right: 5px;
}

.text-block-1393 {
  font-family: var(--barlow);
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

.text-span-323 {
  font-family: Inter, sans-serif;
}

.error_popup {
  background-color: #0006;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.error_box {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 11px;
  flex-flow: column;
  align-items: center;
  width: 400px;
  padding: 30px;
  display: flex;
}

.image-496 {
  width: 50px;
  margin-bottom: 20px;
}

.text-block-1101 {
  color: #000;
  text-align: center;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 33px;
}

.text-block-1102 {
  color: #000;
  margin-bottom: 30px;
  font-size: 16px;
}

.button-107 {
  color: #fff;
  background-color: #48d1d8;
  border-radius: 9px;
  margin-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 700;
}

.button-107:hover {
  background-color: #52b2cf;
  margin-bottom: 15px;
}

.link-59 {
  color: #0c9ac4;
  font-weight: 600;
}

.image-544 {
  width: 98px;
}

.image-545 {
  width: 90px;
}

.div-block-2079 {
  text-align: left;
}

.div-block-2079.tirz, .div-block-2079.sema {
  padding-left: 0;
  padding-right: 0;
}

.div-block-2080 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 5px;
  display: flex;
}

.form-product-3 {
  color: var(--black);
  font-size: 26px;
  font-weight: 700;
  line-height: 31px;
}

.image-546 {
  width: 60px;
  margin-bottom: 10px;
  display: none;
}

.text-block-1394 {
  text-align: center;
  font-weight: 800;
}

.text-block-1395 {
  color: #fff;
  text-align: left;
  background-color: #0000;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
  line-height: 15px;
}

.div-block-2081 {
  align-items: center;
  margin-bottom: 5px;
  display: none;
}

.image-547 {
  width: 15px;
  margin-right: 10px;
}

.text-block-1396 {
  color: #000;
  text-align: center;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 800;
}

.div-block-2082 {
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.bullet-text-4 {
  background-color: var(--green);
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.bullet-text-4._2 {
  background-color: var(--purp);
}

.text-block-1397 {
  color: #999;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.link-block-53 {
  color: #000;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 6px;
  width: 49%;
  margin-bottom: 15px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  text-decoration: none;
}

.link-block-53:hover {
  background-color: #ece6ff;
  border-color: #6d22ff;
}

.link-block-53.sema {
  color: #000;
  background-color: #fff;
  background-image: url('../images/RxPros_SemaVial.png');
  background-position: 90% 10%;
  background-repeat: no-repeat;
  background-size: 15%;
  border-color: #000;
  padding-left: 15px;
  padding-right: 15px;
}

.link-block-53.sema:hover {
  background-color: #f3f3f3;
  border-color: #000;
}

.link-block-53.sema._2 {
  background-color: var(--white);
  font-family: var(--barlow);
  background-image: url('../images/OhMy_Vial_SEMA.png');
  border-style: none;
  border-color: #dfdfdf;
}

.link-block-53.tirz {
  background-image: url('../images/RxPros_SemaVial_1.png');
  background-position: 90% 10%;
  background-repeat: no-repeat;
  background-size: 15%;
  border-color: #000;
}

.link-block-53.tirz:hover {
  color: #000;
  background-color: #f3f3f3;
  border-color: #000;
}

.link-block-53.tirz._2box_leftdiv {
  font-family: var(--barlow);
  background-image: url('../images/OhMy_Vial_TIRZ.png');
  background-repeat: no-repeat;
  background-size: 15%;
  border-style: none;
  border-color: #dfdfdf;
}

.text-block-1398 {
  text-align: center;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
}

.text-span-324 {
  background-color: #002646;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  padding: 0 6px;
}

.text-span-324.sema {
  background-color: var(--green);
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}

.text-span-324.sema:hover {
  border: 1px solid #ffbb50;
}

.text-span-324.tirz {
  background-color: var(--purp);
  color: #fff;
  font-size: 13px;
}

.paragraph-173 {
  color: #333;
  letter-spacing: -.5px;
  margin-bottom: 15px;
  font-weight: 400;
}

.paragraph-173.report {
  margin-bottom: 10px;
  font-size: 16.5px;
}

.image-548 {
  width: 20px;
  margin-right: 5px;
}

.image-549 {
  width: 80px;
  margin-bottom: 10px;
}

.compliance-top-div {
  background-color: var(--f3-grey);
  padding: 20px 10% 80px;
}

.compliance-logo-div {
  margin-bottom: 50px;
}

.comp-logo {
  width: auto;
  height: 60px;
}

.compliance-header {
  aspect-ratio: auto;
  font-family: var(--bebas);
  color: var(--black);
  width: 80%;
  font-size: 50px;
  font-weight: 800;
  line-height: 56px;
}

.compliance-body-div {
  padding: 50px 10% 100px;
}

.rich-text-block {
  font-family: var(--barlow);
  color: #000;
  font-size: 14px;
  line-height: 24px;
}

.rich-text-block-2 {
  color: #000;
  font-size: 14px;
  line-height: 24px;
}

.terms-table-div {
  font-family: var(--barlow);
  color: #000;
  border: 1px solid #000;
  margin-top: 10px;
  margin-bottom: 30px;
}

.terms-cell-div {
  border-left: 1px solid #000;
  width: 50%;
  padding: 10px;
}

.compliance-table-text-2 {
  font-weight: 500;
}

.compliance-table-text-2.head {
  color: #000;
  font-weight: 800;
}

.compliance-table-text-2.body {
  color: #030303;
  background-color: #0000;
  font-weight: 400;
}

.table-cell {
  width: 50%;
  padding: 10px;
}

.table-text {
  font-weight: 500;
}

.table-text.body {
  color: #030303;
  background-color: #0000;
  font-weight: 400;
}

.table-text.head {
  color: #000;
  font-weight: 800;
}

.compliance-table-cel {
  width: 50%;
  padding: 10px;
}

.comp-table-row {
  border-bottom: 1px solid #000;
  display: flex;
}

.comp-table-row.bottom {
  border-bottom-style: none;
}

.table-row-2 {
  border-bottom: 1px solid #000;
  display: flex;
}

.table-row-2.bottom {
  border-bottom-style: none;
}

.div-block-2083 {
  color: var(--white);
}

.navbar-mobile {
  width: 100%;
}

.semaco-top-wrap {
  padding: 10px 10%;
}

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

.image-31 {
  width: 92px;
  height: auto;
  margin-bottom: 0;
}

.link-block-20 {
  color: #000;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-block-351 {
  font-family: var(--barlow);
  color: var(--black);
  margin-right: 5px;
}

.image-246 {
  width: 25px;
}

.step-2-left-payment-form.new {
  display: block;
}

.step-2-left-payment-form.new-checkout, .step-2-left-payment-form.new-checkout.new-mobile.checkout-desk {
  padding-top: 20px;
}

.inclusion-text {
  font-family: var(--barlow);
  color: #000;
  font-weight: 700;
}

.plan-total-price {
  font-family: var(--barlow);
  text-align: center;
  font-size: 13px;
  line-height: 16px;
}

.text-span-12 {
  color: #09f;
}

.semaco_wrap {
  margin-top: 0;
  padding-bottom: 50px;
  padding-left: 9%;
  padding-right: 9%;
}

.div-block-1292 {
  background-color: var(--f6-grey);
  border-radius: 9px;
  padding: 6%;
}

.image-201 {
  width: 50px;
}

.text-field-55 {
  border: 1px solid #dfdfdf;
  border-radius: 6px;
  width: 48%;
  height: 40px;
  font-family: Inter, sans-serif;
}

.text-field-55.coupon {
  width: 70%;
}

.text-field-55.coupon.new {
  color: #000;
  border-color: #000;
  border-radius: 9px;
  margin-bottom: 0;
}

.plans-div {
  justify-content: space-between;
  display: flex;
}

.sema-plan-div {
  width: 49%;
}

.sema-plan-div._12-months {
  display: none;
}

.sema-plan-div._6-months {
  width: 100%;
}

.link-block-66 {
  width: 15px;
  position: absolute;
  inset: auto 5% 6% auto;
}

.heading-8 {
  color: #6c7e8e;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
}

.heading-8._1 {
  color: #000;
  margin-bottom: 10px;
  font-size: 33px;
  font-weight: 800;
  line-height: 39px;
}

.heading-8._1.b {
  margin-bottom: 0;
}

.heading-8._1.b.checkout {
  font-family: var(--barlow);
  color: #000;
  text-align: center;
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 30px;
}

.text-block-1039 {
  font-family: var(--barlow);
  color: #000;
}

.plan-link {
  color: #000;
  background-color: #f3f3f3;
  border-radius: 9px;
  flex-flow: column;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 15px;
  text-decoration: none;
  display: flex;
}

.plan-link:hover, .plan-link:active {
  background-color: #c9e8ff;
}

.plan-link.monthly:hover {
  background-color: var(--bright-green);
}

.plan-link.monthly:focus {
  background-color: #c9e8ff;
}

.plan-link.quart {
  align-items: center;
  position: relative;
}

.plan-link.quart:hover {
  background-color: var(--bright-green);
}

.plan-link.quart:focus {
  background-color: #c9e8ff;
}

.plan-link._6-months {
  padding-top: 18px;
}

.plan-link._6-months:hover {
  background-color: var(--bright-green);
}

.order-dropdown-2 {
  width: 100%;
}

.monthly-details-div {
  border-top: 1px solid #000;
  padding-top: 25px;
  padding-bottom: 15px;
  display: none;
}

.summary-desk {
  border: 1px solid #000;
  border-radius: 9px;
  padding: 30px 30px 20px;
}

.checkbox-label {
  color: #000;
  font-size: 11px;
}

.text-block-1037 {
  font-family: var(--barlow);
  color: var(--white);
  text-align: center;
  font-weight: 900;
}

.div-block-1897 {
  justify-content: space-between;
  display: flex;
}

.div-block-1897.checkout {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  padding: 15px 2%;
}

.text-block-250 {
  color: #000;
  margin-bottom: 19px;
  font-weight: 500;
}

.text-block-250.checkout {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.address-split {
  justify-content: space-between;
  display: flex;
}

.text-block-1300 {
  font-family: var(--barlow);
  color: #000;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
}

.text-block-1300.checkout3 {
  text-align: center;
  font-size: 20px;
  line-height: 24px;
}

.text-field-7 {
  border: 1px solid #dfdfdf;
  border-radius: 6px;
}

.text-field-7.new {
  font-family: var(--barlow);
  border-color: #000;
  border-radius: 9px;
  height: 50px;
}

.div-block-854 {
  justify-content: space-between;
  display: flex;
}

.product-name-2 {
  font-family: var(--barlow);
  color: #000;
  font-size: 18px;
  font-weight: 800;
  line-height: 22px;
}

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

.quartely-order {
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
  padding: 5px 0 15px;
  position: relative;
}

.rx_textfield {
  font-family: var(--barlow);
  color: #000;
  border: 1px solid #000;
  border-radius: 9px;
  height: 55px;
  margin-bottom: 15px;
  font-weight: 400;
}

.rx_textfield::placeholder {
  color: #000;
  font-weight: 600;
}

.rx_textfield._3rds {
  width: 32%;
}

.text-block-1036 {
  font-family: var(--barlow);
  color: #000;
  align-items: center;
  margin-right: 10px;
  font-size: 18px;
  font-weight: 900;
  display: flex;
}

.div-block-1290 {
  border: 1px solid var(--black);
  border-radius: 9px;
  flex-flow: column;
  align-items: center;
  margin-bottom: 25px;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.list-5 {
  padding-left: 13px;
}

.quart-deet-header-div {
  justify-content: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.plan-savings-text {
  text-align: center;
  font-weight: 700;
}

.checkout-product-div {
  background-color: #f3f3f3;
  border-radius: 9px;
  width: 60px;
  height: 60px;
}

.save-more-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -5px;
  margin-bottom: -13px;
  display: flex;
  position: relative;
}

.dropdown-sum-toggle-2 {
  width: 100%;
}

.div-block-374 {
  align-items: center;
  width: 90%;
  display: flex;
}

.div-block-374.mobile-entry {
  justify-content: center;
  width: 100%;
  font-family: Inter, sans-serif;
}

.save-more-text {
  background-color: var(--purp);
  font-family: var(--barlow);
  color: #fff;
  text-align: center;
  border: 1px solid #000;
  border-radius: 99px;
  padding: 3px 10px;
  font-size: 15px;
  font-weight: 800;
}

.semaco_div {
  background-color: #fff;
  justify-content: space-between;
  display: flex;
}

.text-span-290 {
  font-weight: 700;
}

.div-block-976 {
  align-items: center;
  display: flex;
}

.text-block-1038 {
  font-family: var(--barlow);
  color: #000;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 800;
}

._12month-order {
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
  padding: 5px 0 15px;
  display: none;
  position: relative;
}

.button-103 {
  text-align: center;
  background-color: #95b9c2;
  border-radius: 6px;
  width: 28%;
  height: 40px;
  font-weight: 600;
}

.button-103:hover {
  background-color: #6d7e8d;
}

.button-103.new {
  background-color: var(--green);
  color: #fff;
  border-radius: 9px;
}

.disclaimer-paragraph {
  font-family: var(--barlow);
  color: #999;
  font-size: 10px;
  line-height: 15px;
}

.plan-choices-div {
  border: 1px solid #000;
  border-radius: 9px;
  margin-bottom: 15px;
  padding: 5px;
}

.plan-choices-div._6month {
  border-width: 4px;
  border-color: var(--bright-green);
}

.checkbox-field {
  margin-top: 10px;
  margin-bottom: 28px;
}

.div-block-853 {
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.div-block-853.new {
  margin-top: 20px;
  margin-bottom: 5px;
}

.field-label-4 {
  font-family: var(--barlow);
  color: #000;
  padding-left: 0%;
  font-weight: 400;
}

.plan-select-div.checkout3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.phone-number-field-4 {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 6px;
  width: 25%;
  margin-bottom: 10px;
  margin-left: 3px;
  margin-right: 3px;
  padding: 15px 12px;
  font-size: 15px;
}

.phone-number-field-4._1 {
  margin-left: 0;
  font-size: 15px;
}

.phone-number-field-4._2 {
  background-color: #fff;
  border-color: #dfdfdf;
  width: 45%;
  margin-left: 3px;
  margin-right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 15px;
  line-height: 20px;
}

.div-block-1291 {
  padding-left: 0%;
  padding-right: 0%;
}

.disclaimer-links {
  color: #999;
}

._12-month-details-div {
  border-top: 1px solid #000;
  padding-top: 25px;
  padding-bottom: 15px;
  display: none;
}

.div-block-960 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.div-block-960.new {
  margin-bottom: 5px;
}

.text-field-6 {
  border: 1px solid #dfdfdf;
  border-radius: 6px;
  font-weight: 400;
}

.checkbox-label-23 {
  font-family: var(--barlow);
  color: #000;
  font-weight: 700;
}

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

.div-block-974 {
  display: flex;
}

.text-block-350 {
  font-family: var(--barlow);
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 400;
}

.image-471 {
  margin-right: 10px;
}

.div-block-1778 {
  flex-flow: column;
  align-items: flex-end;
  display: flex;
}

.list-item-4 {
  margin-bottom: 15px;
}

.select-plan-text {
  color: #000;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
}

.select-plan-text.payplan-header {
  font-family: var(--barlow);
  color: #000;
  text-align: left;
  margin-bottom: 0;
}

.select-plan-text.payplan-header.checkout3 {
  text-align: center;
  margin-bottom: 5px;
  font-size: 30px;
  line-height: 33px;
}

.inclusion-div {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.quarterly-details-div {
  border-top: 1px solid #000;
  padding-top: 25px;
  padding-bottom: 15px;
}

.plan-price {
  color: #000;
  text-align: center;
}

.plan-price.checkout {
  font-family: var(--barlow);
  font-weight: 900;
  line-height: 18px;
}

.div-block-975 {
  background-color: var(--purp);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  display: flex;
}

.plan-inclusions-div {
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.couponcodediv {
  border: 1px #000;
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 25px;
  padding-bottom: 15px;
  padding-left: 2%;
}

.couponcodediv._1 {
  justify-content: space-between;
  align-items: center;
  padding-left: 2%;
  padding-right: 2%;
  display: block;
}

.couponcodediv._1.coupon {
  padding-left: 0%;
  padding-right: 0%;
}

.couponcodediv._1.coupon.new {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0%;
  padding-right: 0%;
}

.couponcodediv._2 {
  justify-content: space-between;
  padding-bottom: 0;
  padding-left: 2%;
  padding-right: 2%;
  display: block;
}

.text-block-141 {
  color: #000;
  font-size: 14px;
  font-weight: 700;
}

.text-block-141.new {
  display: none;
}

.summary-mobile {
  margin-bottom: 40px;
  display: none;
}

.plan-savings-div {
  background-color: #e9ff86;
  border-radius: 99px;
  flex-flow: column;
  align-items: center;
  width: 80%;
  margin-top: -25px;
  padding: 5px 10px;
  display: flex;
  position: absolute;
  inset: 0% 10% auto;
}

.plan-savings-div.hide {
  display: none;
}

.submit-button-3 {
  background-color: #95b9c2;
  border-radius: 6px;
  width: 100%;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 13px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.submit-button-3:hover {
  background-color: #6d7e8d;
  font-family: Inter, sans-serif;
}

.submit-button-3.new {
  background-color: var(--green);
  font-family: var(--barlow);
  color: #fff;
  text-align: center;
  border-radius: 9px;
  margin-top: 30px;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 17px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.submit-button-3.new:hover {
  background-color: var(--purp);
}

.text-block-1302 {
  font-family: var(--barlow);
  text-align: center;
  font-size: 13px;
  line-height: 16px;
}

.div-block-209 {
  width: 48%;
}

.div-block-209.phone {
  width: 100%;
}

.text-block-161 {
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
}

.item-price-text {
  font-family: var(--barlow);
  color: #000;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

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

.image-473 {
  width: 30px;
  margin-right: 5px;
}

.sema-checkout-mobile {
  display: none;
}

.link-block-13 {
  width: 100%;
}

.text-block-1035 {
  font-family: var(--barlow);
  color: #000;
  font-size: 16px;
  font-weight: 900;
}

.text-block-349 {
  font-family: var(--barlow);
  color: #000;
  text-align: center;
  background-color: #fff;
  margin-top: -11px;
  margin-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 800;
}

.plan-type-text {
  font-family: var(--barlow);
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  line-height: 22px;
}

.text-block-1028 {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.text-block-1028._2 {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.text-block-1028._2.after {
  font-size: 15px;
  font-weight: 400;
}

.div-block-1903 {
  background-color: var(--purp);
  border-radius: 99px;
  flex-flow: column;
  align-items: center;
  padding: 3px 10px;
  display: flex;
}

.city-state-zip-div {
  justify-content: space-between;
  display: flex;
}

.monthly-order {
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
  padding: 5px 0 15px;
  display: none;
  position: relative;
}

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

.form-block-7 {
  display: none;
}

.delete-item {
  width: 15px;
  position: absolute;
  inset: auto 0% 6% auto;
}

.checkbox-field-23 {
  margin-bottom: 15px;
}

._6-month-details-div {
  border-top: 1px solid #000;
  padding-top: 25px;
  padding-bottom: 15px;
  display: none;
}

.semaco_orderdetails {
  background-color: #fff;
  width: 50%;
  padding-top: 30px;
  padding-left: 5%;
  padding-right: 5%;
}

.div-block-1155 {
  background-color: var(--green);
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.div-block-1155:hover {
  background-color: #52b2cf;
}

.text-block-1020 {
  margin-top: -10px;
}

.text-span-13 {
  color: #0af;
}

.text-block-90 {
  padding-left: 2%;
  font-size: 13px;
  display: none;
}

.semaco_payinfo {
  background-color: #fff;
  width: 50%;
  padding: 30px 3% 80px;
}

.text-block-80 {
  color: #000;
  margin-right: 15px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.text-block-849 {
  font-family: var(--barlow);
  text-align: right;
  font-size: 10px;
  line-height: 12px;
}

.text-block-850 {
  font-family: var(--barlow);
  color: #000;
  font-size: 12px;
  line-height: 12px;
}

.apt-div {
  width: 33%;
}

.address-div {
  width: 65%;
}

._6month-order {
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
  padding: 5px 0 15px;
  display: none;
  position: relative;
}

.bold-text-4 {
  font-family: var(--barlow);
}

.div-block-2084 {
  border: 2px solid var(--green);
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
}

.text-block-1399 {
  font-family: var(--barlow);
  color: var(--green);
  font-size: 17px;
  font-weight: 800;
}

.ty_no-div {
  width: 100%;
  margin-bottom: 30px;
}

.productbar_div {
  background-color: var(--333-grey);
  font-family: var(--barlow);
  color: var(--white);
  background-image: url('../images/OhMy_Vial_SEMA.png'), linear-gradient(228deg, #a4c1cc, #e2f1d7);
  background-position: 75% 66%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 24%, auto;
  border: 1px #4e7882;
  border-radius: 9px;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;
  position: relative;
}

.productbar_div.gift {
  background-image: url('../images/OhMy_ZofranPills.png'), linear-gradient(228deg, #a4c1cc, #e2f1d7);
  background-position: 70% 65%, 0 0;
  background-size: 18%, auto;
  border-width: 3px;
  border-color: #48d1d8;
  padding-top: 15px;
  padding-bottom: 15px;
}

.productbar_div._1 {
  background-image: url('../images/OhMy_Vial_SEMA.png'), linear-gradient(228deg, #a4c1cc, #e2f1d7);
  background-position: 70% 40%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 13%, auto;
}

.productbar_div._2 {
  background-image: url('../images/OhMy_SquareMocks_B12Zofran.png'), linear-gradient(228deg, #a4c1cc, #e2f1d7);
  background-position: 80% 45%, 0 0;
  background-size: 40%, auto;
  padding-bottom: 15px;
}

.productbar_div._3 {
  background-image: url('../images/OhMy_Vial_B12.png'), linear-gradient(228deg, #a4c1cc, #e2f1d7);
  background-position: 70% 40%, 0 0;
  background-size: 13%, auto;
}

.ty_gift_div {
  margin-bottom: 30px;
}

.link-block-73 {
  margin-bottom: 20px;
}

.text-block-1149 {
  color: #000;
  text-align: center;
  font-weight: 800;
}

.text-block-1142 {
  color: #000;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.text-span-246 {
  background-image: linear-gradient(#fff0 73%, #01d449 73% 88%, #fff0 88%);
}

.bar-body-text {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 16px;
}

.text-block-1148 {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  line-height: 30px;
}

.text-span-251 {
  font-weight: 900;
}

.text-block-1147 {
  color: #000;
  font-size: 16px;
  font-weight: 900;
}

.checkoutb_wrap {
  background-color: var(--f6-grey);
  font-family: var(--barlow);
  flex-flow: column;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 130px;
  display: flex;
}

.text-block-1150 {
  color: #000;
  font-size: 18px;
  line-height: 24px;
}

.image-509 {
  width: 25px;
  position: absolute;
  inset: -6% -2% auto auto;
}

.barinfo_div {
  flex-flow: column;
  justify-content: center;
  width: 56%;
  padding-left: 10px;
  display: flex;
}

.progress_step_div {
  background-color: #f3f3f3;
  border-radius: 99px;
  width: 23%;
  height: 6px;
}

.progress_step_div.current {
  background-color: #c9e8ff;
  height: 6px;
}

.text-span-247 {
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.section_logo-bar {
  z-index: 999;
  position: static;
  inset: 0% 0% auto;
}

.ty_buttondiv {
  width: 100%;
  margin-top: 50px;
}

.bar-header {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 5px;
  display: flex;
}

.bar-header.gift {
  margin-bottom: 0;
}

.checkoutb_div {
  width: 600px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 30px;
}

.list-8 {
  margin-bottom: 0;
  padding-left: 13px;
}

.button-109 {
  color: #000;
  text-align: center;
  background-color: #e9ff86;
  border-radius: 9px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.button-109:hover {
  background-color: #c9e8ff;
}

.bar-header-text {
  color: var(--black);
  font-size: 26px;
  font-weight: 800;
  line-height: 26px;
}

.ty_maindiv {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.div-block-1951 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 5px;
  display: flex;
}

.barprice_div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 22%;
  display: flex;
}

.list-item-7 {
  color: #000;
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 15px;
}

.logonav_wrap {
  background-color: var(--white);
  flex-flow: column;
  align-items: center;
  display: flex;
}

.text-span-245 {
  font-size: 20px;
  font-weight: 900;
}

.text-span-245.under {
  text-decoration: underline;
}

.text-block-1146 {
  color: #000;
  font-size: 16px;
  font-weight: 900;
}

.list-item-8 {
  color: #000;
  font-size: 13px;
  line-height: 15px;
}

.barflex {
  justify-content: space-between;
  display: flex;
}

.logonav_div {
  flex-flow: column;
  align-items: center;
  width: 600px;
  padding-top: 10px;
  padding-bottom: 0;
  display: flex;
}

.image-487 {
  width: 90px;
  height: auto;
}

.barimg_div {
  background-color: #52b2cf00;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  display: flex;
}

.text-block-1144 {
  color: #000;
}

.text-block-1141 {
  color: #000;
  text-align: center;
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 900;
  line-height: 34px;
}

.bar-subheader-text {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 800;
  line-height: 22px;
}

.logonav_progressdiv {
  justify-content: space-between;
  align-items: center;
  width: 60%;
  margin-bottom: 30px;
  display: none;
}

.text-block-1400 {
  color: var(--black);
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.text-block-1401 {
  color: var(--black);
  font-size: 18px;
  line-height: 24px;
}

.text-block-1402 {
  color: var(--black);
}

.text-block-1403 {
  color: var(--black);
  text-align: center;
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 800;
  line-height: 34px;
}

.text-span-325 {
  background-image: linear-gradient(#fff0 73%, #48d1d8 73% 88%, #fff0 88%);
  font-weight: 900;
}

.text-span-326 {
  color: var(--purp);
  font-size: 20px;
  font-weight: 900;
}

.text-span-326.under {
  text-decoration: underline;
}

.list-item-13 {
  color: var(--black);
  font-size: 13px;
  line-height: 15px;
}

.list-item-12 {
  color: var(--black);
  margin-bottom: 3px;
  font-size: 13px;
  line-height: 15px;
}

.text-block-1404 {
  color: var(--black);
  font-size: 40px;
  font-weight: 700;
  line-height: 30px;
}

.button-134 {
  background-color: var(--green);
  color: #fff;
  text-align: center;
  border-radius: 9px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 21px;
  font-weight: 700;
  line-height: 24px;
}

.button-134:hover {
  background-color: var(--purp);
}

.text-span-327 {
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.text-block-1405, .text-block-1406 {
  color: var(--black);
  font-size: 16px;
  font-weight: 900;
}

.div-block-2085 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 5px;
  display: flex;
}

.text-span-328 {
  font-weight: 900;
}

.image-563 {
  background-color: var(--333-grey);
  border-radius: 6px;
  width: 25px;
  position: absolute;
  inset: 35% -2% auto auto;
}

.text-block-1407 {
  color: var(--black);
  text-align: center;
  font-weight: 800;
}

.list-9 {
  margin-bottom: 0;
  padding-left: 13px;
}

.box-placeholder {
  width: 330px;
  height: 100%;
  padding: 45px;
}

.image-564 {
  display: none;
}

.div-block-2086 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.image-565, .image-566 {
  border: 1px solid #dfdfdf;
  margin-bottom: 20px;
}

.dosage-step-1-2-div {
  justify-content: space-between;
  margin-bottom: 30px;
  display: flex;
}

.link-block-71 {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 15px;
  text-decoration: none;
}

.link-block-71.selected {
  background-color: var(--bright-green);
}

.progress-cta-div {
  width: 53%;
  display: none;
}

.portal-progress-div {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 50px;
  display: flex;
}

.progress-div {
  width: 40%;
  height: auto;
  position: relative;
}

.step-header {
  color: #000;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 20px;
}

.step-header.step-3 {
  margin-bottom: 15px;
}

.submit-button-14 {
  background-color: var(--green);
  color: #fff;
  border-radius: 8px;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 700;
}

.submit-button-14:hover {
  background-color: var(--purp);
}

.portal-link-image-div {
  width: 30%;
}

.line-divider-div {
  border: .5px solid #000;
  height: 1px;
  margin-bottom: 15px;
}

.link-block-84 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #000;
  border: 1px solid #000;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  line-height: 17px;
  text-decoration: none;
  display: flex;
}

.link-58 {
  color: var(--purp);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.link-58:hover {
  text-decoration: underline;
}

.order-div {
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
  padding: 5px 20px 15px;
  position: relative;
}

.order-div.portal {
  padding-bottom: 5px;
}

.order-div.portal.order-info {
  padding-bottom: 15px;
}

.button-124 {
  background-color: var(--green);
  color: #fff;
  text-align: center;
  border-radius: 9px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
}

.button-124:hover {
  background-color: var(--purp);
}

.supply-list-span {
  font-weight: 900;
}

.image-560 {
  width: 60%;
}

.ppb_timer-buttondiv {
  padding-left: 15px;
  padding-right: 15px;
}

.list-3 {
  padding-left: 10px;
}

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

.countdown-header-div-2 {
  background-color: var(--purp);
  border-radius: 999px;
  padding: 2px 9px;
}

.next-payment-text {
  color: #000;
  font-size: 12px;
  line-height: 12px;
}

.text-span-280 {
  font-weight: 900;
}

.countdown-time-2 {
  color: #000;
  font-size: 30px;
  line-height: 39px;
}

.text-block-935 {
  color: #000;
  font-size: 24px;
  font-weight: 900;
  line-height: 24px;
}

.text-span-277 {
  font-weight: 900;
}

.progress-bullet {
  background-color: var(--white);
  border-radius: 11px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 15px;
  padding: 10px;
  display: flex;
}

.text-block-914 {
  font-family: var(--barlow);
  color: var(--black);
  text-align: center;
  margin-bottom: 20px;
  font-size: 45px;
  font-weight: 700;
  line-height: 51px;
}

.paragraph-174 {
  color: #000;
  font-size: 14px;
  line-height: 17px;
}

.div-block-1849 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.field-label-2 {
  color: #000;
  margin-bottom: 5px;
  font-weight: 400;
}

.field-label-2.multi {
  color: #000;
  margin-bottom: 10px;
}

.recommended-div {
  margin-bottom: 30px;
  display: none;
}

.div-block-2087 {
  align-items: center;
  display: flex;
}

.div-block-1848 {
  z-index: 0;
  border: .5px solid var(--black);
  width: 1px;
  height: 76.6%;
  position: absolute;
  inset: 6% auto 0% 8%;
}

.div-block-1848._1 {
  border-color: var(--f6-grey);
  height: 80%;
  margin-top: -15px;
}

.text-block-931 {
  margin-bottom: 5px;
}

.doctab_flex-div {
  justify-content: space-between;
  padding-top: 50px;
  display: flex;
}

.bullets-timer-div {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin-bottom: 30px;
  display: flex;
}

.div-block-2088 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.product-name-3 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.product-name-3.portal {
  font-weight: 800;
}

.reco-pic-name-div {
  align-items: center;
  display: flex;
}

.text-block-1409 {
  color: var(--green);
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 900;
}

.text-block-1260 {
  color: #000;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 24px;
}

.doctor-profile-div {
  background-color: #f3f3f3;
  border-radius: 9px;
  margin-bottom: 20px;
  padding: 20px;
}

.text-block-1410 {
  color: #000;
  font-size: 13px;
  line-height: 17px;
}

.text-block-927 {
  font-weight: 700;
}

.text-span-275 {
  font-weight: 900;
}

.reco-list-text {
  color: #000;
  font-size: 12px;
  line-height: 16px;
}

.dosage-step-div {
  width: 47%;
}

.link-16 {
  color: var(--purp);
  font-size: 13px;
  font-weight: 700;
  line-height: 21px;
  text-decoration: none;
}

.portal-tab-div {
  background-color: var(--white);
  border-bottom: 1px solid #dfdfdf;
  border-radius: 22px;
  flex-flow: column;
  margin-top: 30px;
  padding: 30px;
  display: flex;
}

.portal-tab-div.profile {
  background-color: #0000;
  border-bottom-style: none;
  border-radius: 0;
  padding-top: 0;
  padding-left: 50px;
  padding-right: 50px;
}

.image-567 {
  margin-bottom: 20px;
}

.reco-top-summary {
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.button-125 {
  background-color: var(--green);
  color: #fff;
  text-align: center;
  border-radius: 9px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 15px;
  font-weight: 600;
}

.button-125:hover {
  background-color: var(--purp);
}

.ppb_name-price {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.text-block-1411 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 15px;
}

.portal-top-div {
  background-color: var(--df-grey);
  padding-top: 130px;
  padding-bottom: 100px;
}

.article-link-boxes-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

.article-link-boxes-div.pm {
  display: none;
}

.div-block-1986 {
  background-image: linear-gradient(216deg, #ffc9f0, #eeffd4);
  border-radius: 9px;
  width: 32%;
  height: 50%;
  padding: 15px;
}

.reco-type-icon {
  width: 20px;
}

.text-block-926 {
  color: #000;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
}

.text-span-234 {
  font-family: var(--arrow);
  font-weight: 800;
}

.div-block-1117 {
  margin-bottom: 30px;
}

.div-block-1117.b {
  color: #000;
  margin-bottom: 10px;
}

.div-block-1117.b.portal {
  margin-top: 30px;
}

.text-block-1254 {
  color: #aaa;
  text-align: center;
  font-size: 14px;
  line-height: 17px;
}

.text-block-1254:hover {
  color: #fff;
}

.reco-type-div {
  align-items: center;
  display: flex;
}

.text-block-930 {
  color: #000;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 800;
  line-height: 16px;
}

.image-442 {
  z-index: 998;
  background-color: var(--bright-green);
  border-radius: 3px;
  width: 15px;
  margin-right: 10px;
  position: relative;
}

.dosage-month-div {
  background-color: var(--white);
  border-bottom: 1px solid #dfdfdf;
  border-radius: 22px;
  margin-bottom: 20px;
  padding: 30px 20px 50px;
}

.reco-button {
  background-color: var(--green);
  color: #fff;
  text-align: center;
  border: 1px #fff;
  border-radius: 100px;
  width: 48%;
  font-size: 11px;
  font-weight: 800;
  line-height: 11px;
}

.button-44 {
  background-color: var(--green);
  color: #fff;
  text-align: center;
  border: 1.25px #48d1d8;
  border-radius: 9px;
  width: 48%;
  padding-top: 11px;
  padding-bottom: 12px;
  font-size: 15px;
  font-weight: 600;
}

.button-44:hover {
  background-color: var(--purp);
  border-style: none;
  border-color: #52b2cf;
}

.text-block-1412 {
  color: #aaa;
  text-align: right;
  font-size: 12px;
  line-height: 14px;
}

.portal-img-bg-div {
  background-color: var(--white);
  border-radius: 9px;
  width: 55px;
  margin-right: 10px;
}

.list-item-11 {
  margin-bottom: 3px;
}

.portal-content-link {
  margin-bottom: 30px;
  text-decoration: none;
  display: flex;
}

.dosage-steps-div {
  background-image: linear-gradient(148deg, #dce7ff, #e0ffdb);
  border-radius: 9px;
  justify-content: space-between;
  width: 66%;
  padding: 15px;
  display: block;
}

.text-block-1413 {
  color: #000;
  font-size: 30px;
  font-weight: 900;
  line-height: 25px;
}

.image-568 {
  width: 50px;
  margin-bottom: 30px;
}

.portal-tab {
  background-color: var(--f6-grey);
  color: var(--666-grey);
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  font-weight: 900;
  line-height: 24px;
  display: flex;
}

.portal-tab.w--current {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--bright-green);
  color: var(--black);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  font-size: 18px;
  font-weight: 900;
  line-height: 24px;
  display: flex;
}

.doc_npi_div {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.portal-cta-div {
  background-color: #e9ff86;
  border: 1px #000;
  border-radius: 11px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  padding: 20px 30px;
  display: flex;
}

.progress-drop-div {
  background-color: #fff0;
  padding: 15px 0 20px;
  position: relative;
}

.text-block-1251 {
  color: #000;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 800;
  line-height: 42px;
}

.list-item-10 {
  margin-bottom: 10px;
}

.image-476 {
  background-color: var(--bright-green);
  border-radius: 8px;
  width: 25px;
  margin-bottom: 5px;
}

.image-476.review {
  background-color: #00ffc800;
  border-radius: 20px;
}

.reco-top-labes {
  justify-content: space-between;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.portal-reco-box {
  border: 1px solid #000;
  padding-top: 5px;
}

.program-div {
  border-bottom: 1px #000;
  justify-content: space-between;
  margin-bottom: 0;
  padding-bottom: 10px;
  display: flex;
}

.text-span-200 {
  font-style: italic;
}

.text-block-1278 {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 900;
  line-height: 15px;
}

.doc_short-bio {
  color: #000;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 15px;
}

._3-checks-div {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.text-block-790 {
  color: #000;
  font-size: 11px;
}

.paragraph-175 {
  color: #000;
  text-align: center;
  width: 63%;
  margin-bottom: 20px;
  font-size: 16px;
}

.text-block-1263 {
  color: #000;
  font-size: 18px;
  line-height: 24px;
}

.text-block-1263.mobile {
  display: none;
  overflow: visible;
}

.text-block-1263.desk {
  font-size: 15px;
  line-height: 21px;
}

.form-15 {
  margin-bottom: 30px;
}

.bold-text-30 {
  letter-spacing: 1px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  line-height: 15px;
}

.portal-summary-header {
  color: #000;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 800;
  line-height: 24px;
}

.doc_picdiv {
  background-color: #2e9bf0;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  overflow: hidden;
}

.dosage-tab-div {
  padding-top: 30px;
}

.text-block-1280 {
  font-weight: 600;
}

.text-block-925 {
  color: #000;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
}

.qs_div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-top: 50px;
  display: flex;
}

.text-block-1414 {
  color: #000;
  font-size: 12px;
  line-height: 12px;
}

.text-span-273 {
  font-family: Inter, sans-serif;
}

.paragraph-162 {
  color: #000;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
}

.reco-box-div {
  width: 32%;
}

.div-block-1120 {
  justify-content: space-between;
  display: flex;
}

.image-443 {
  width: 50px;
  margin-right: 10px;
}

.reco-category {
  color: #000;
  background-color: #e9ff86;
  font-size: 12px;
  font-weight: 900;
}

.countdown-main-div-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.text-block-1415 {
  color: #000;
  text-align: center;
  width: 73%;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 800;
  line-height: 44px;
}

._3-products-div {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.text-block-1416 {
  color: #000;
  font-size: 13px;
  font-weight: 900;
  line-height: 14px;
}

.text-block-920 {
  color: #000;
  font-size: 14px;
  font-weight: 700;
}

.doctab_textdiv {
  width: 35%;
}

.paragraph-161 {
  color: #000;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
}

.portal-category-link {
  color: #000;
  align-items: center;
  padding: 5px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.portal-category-link:hover {
  text-decoration: underline;
}

.link-74 {
  display: none;
}

.link-block-80 {
  color: #2e9bf0;
  border: 1.5px solid #2e9bf0;
  border-radius: 9px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 32%;
  height: auto;
  padding: 30px;
  font-family: Inter, sans-serif;
  font-size: 19px;
  text-decoration: none;
  display: flex;
}

.link-block-80:hover {
  color: #fff;
  background-color: #2e9bf0;
}

.link-block-80.hide {
  display: none;
}

.text-span-276 {
  font-weight: 900;
}

.program-image {
  border-radius: 9px;
}

.text-block-1417 {
  color: #dfdfdf;
  margin-top: -10px;
}

.portal_progress-box {
  background-color: var(--f3-grey);
  background-image: linear-gradient(225deg, #d8eff1, #eee8d4);
  border: 1px #000;
  border-radius: 11px;
  padding: 20px;
  position: relative;
}

.portal-product-box {
  background-image: linear-gradient(221deg, #ccffd1, #f5d6ff);
  border: 1px #000;
  border-radius: 9px;
  width: 39%;
  padding-bottom: 20px;
  position: relative;
}

.portal-product-box._2 {
  background-image: linear-gradient(139deg, #ccffd1, #f5d6ff);
}

.text-block-929 {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

.tabs-menu {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--white);
  border-bottom: 1px #dfdfdf;
  border-radius: 11px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1.5fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 10px;
  padding-bottom: 10px;
  display: grid;
}

.portal-categories-div {
  background-color: #f6f6f6;
  border-radius: 11px;
  flex-flow: column;
  align-items: center;
  margin-bottom: 30px;
  padding: 50px 30px;
  display: none;
}

.portal-bullets-div {
  width: 50%;
  margin-bottom: 0;
}

.text-block-1418 {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.recos-div {
  justify-content: space-between;
  display: flex;
}

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

.text-block-934 {
  color: #000;
  font-size: 11px;
  font-weight: 900;
  line-height: 11px;
}

.input-div-half {
  width: 48%;
}

.input-div-half.apt {
  width: 20%;
}

.text-block-1045 {
  color: #000;
  text-align: center;
  margin-bottom: 15px;
  font-size: 16px;
}

.ppb_infodiv {
  padding: 15px 15px 10px;
}

.text-block-1252 {
  color: #000;
  margin-bottom: 50px;
  font-size: 20px;
  line-height: 24px;
}

.text-block-1262 {
  color: #000;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
}

.countdown-row-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-1119 {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.reco-list-header {
  color: #000;
  margin-bottom: 3px;
  font-weight: 900;
}

.item-price-text-2 {
  color: #000;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 800;
  line-height: 26px;
}

.amount-div {
  align-items: flex-start;
  display: flex;
}

.account-summary-div {
  justify-content: space-between;
  margin-bottom: 60px;
  display: flex;
}

.text-block-933 {
  color: #000;
  font-size: 12px;
}

.image-562 {
  background-color: #999;
  width: 25px;
}

.program-name-text {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.text-block-1258 {
  color: #000;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 900;
  line-height: 24px;
}

.portal-input {
  color: #000;
  border: 1px solid #000;
  border-radius: 5px;
  height: 50px;
}

.dosage-flex-div, .dosage-step-3-div {
  justify-content: space-between;
  display: flex;
}

.text-block-1261 {
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
}

.text-block-1253 {
  text-align: center;
  margin-bottom: 10px;
  font-weight: 700;
  text-decoration: none;
}

.link-52 {
  color: var(--purp);
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.text-block-917 {
  color: #000;
  font-size: 14px;
}

.button-81 {
  color: #fff;
  text-align: center;
  background-color: #48d1d8;
  border: 1px #fff;
  border-radius: 100px;
  width: 49%;
  font-size: 11px;
  font-weight: 800;
  line-height: 11px;
  text-decoration: none;
}

.text-block-1279 {
  color: #000;
  font-size: 13px;
  line-height: 15px;
}

.image-556 {
  width: 30px;
}

.link-51 {
  color: var(--purp);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  position: absolute;
  inset: auto 5% 5% auto;
}

.portal-category-select-div {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.category-select-div-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.div-block-1988 {
  background-color: var(--black);
  border-radius: 9px;
  margin-top: 30px;
  padding: 20px;
}

.category-dot {
  background-color: #98deff;
  border-radius: 99px;
  width: 9px;
  height: 9px;
  margin-right: 6px;
}

.category-dot.sex {
  background-color: #ff98f2;
}

.category-dot.skin {
  background-color: #feffb5;
}

.category-dot.hair {
  background-color: #ffbd98;
}

.category-dot.weight {
  background-color: #adff9e;
}

.category-dot.body {
  background-color: #a3e0da;
}

.category-dot.longevity {
  background-color: #d1d9ff;
}

.program-info-div {
  align-items: center;
  display: flex;
}

.text-block-1256 {
  color: #000;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 900;
  line-height: 30px;
}

.program-image-div {
  width: 35px;
  margin-right: 10px;
}

.text-block-1277 {
  color: #000;
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 800;
}

.image-441 {
  width: 20px;
  margin-right: 5px;
}

.tab-headers-div {
  margin-bottom: 20px;
}

.text-block-919 {
  color: #000;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 22px;
}

.doctab_chat-div {
  border: 1px solid #f3f3f3;
  width: 60%;
}

.text-block-1419 {
  color: #000;
}

.div-block-2090 {
  width: 40%;
  margin-bottom: 0;
  padding-top: 0;
}

.text-block-932 {
  color: #000;
  font-size: 20px;
  font-weight: 900;
}

.text-block-1264 {
  color: #fff;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.pbb_priceflex {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.text-block-937 {
  color: #000;
  margin-bottom: 5px;
}

.progress_statusdiv {
  flex-flow: column;
  align-items: center;
  display: flex;
}

._3-checks-bullets {
  align-items: center;
  display: flex;
}

.div-block-1987 {
  background-color: var(--black);
  color: #000;
  border-radius: 9px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.text-block-916 {
  color: #000;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.text-block-1259 {
  color: #000;
  font-size: 16px;
  line-height: 22px;
}

.ppb_imgdiv {
  background-color: #2e9bf0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: relative;
}

.button-135 {
  background-color: var(--green);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
}

.button-135:hover {
  background-color: var(--purp);
}

.image-561 {
  width: 25px;
  position: absolute;
  inset: 2% auto auto 2%;
}

.div-block-2091 {
  flex-flow: column;
  align-items: flex-end;
  display: flex;
}

.radio-button-label-2 {
  color: #000;
  font-weight: 800;
}

.text-block-918 {
  color: #000;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 900;
  line-height: 30px;
}

.portal-cta-text-div {
  width: 60%;
}

.div-block-2092 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.div-block-2092.new {
  margin-bottom: 5px;
}

.text-block-231 {
  color: #000;
  margin-right: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.reco-list-div {
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.portal-category-links-row {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.checkbox-label-20 {
  color: #000;
}

.button-94 {
  color: #fff;
  background-color: #000;
  border-radius: 99px;
  padding: 15px 25px;
  font-size: 13px;
  font-weight: 700;
}

.text-block-1420 {
  color: #000;
  font-size: 20px;
  font-weight: 900;
  line-height: 22px;
}

.link-block-81 {
  border: 1px solid var(--bright-green);
  background-color: var(--bright-green);
  color: #000;
  text-align: center;
  border-radius: 9px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  padding: 30px;
  font-size: 19px;
  font-weight: 800;
  text-decoration: none;
  display: flex;
}

.link-block-81:hover {
  border-color: var(--purp);
  background-color: var(--purp);
  color: #fff;
  width: 90%;
}

.text-block-1421 {
  color: var(--black);
  text-align: right;
  font-size: 10px;
  line-height: 12px;
}

.countdown-detail-2 {
  color: #000;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 700;
  line-height: 13px;
}

.payment-history-div {
  width: 40%;
}

.text-block-936 {
  color: #000;
  font-size: 10px;
  line-height: 10px;
}

.portal-form-2-input-div {
  justify-content: space-between;
  margin-bottom: 10px;
  display: flex;
}

.portal-form-2-input-div.address {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
}

.therapy-subs-div {
  background-image: linear-gradient(222deg, #bddee2, #faede3);
  border: 1px #000;
  border-radius: 11px;
  width: 50%;
  padding: 30px;
}

.countdown-block {
  color: #fff;
  text-align: center;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80px;
  margin: 5px 0;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
}

.reco-box-bottom-div {
  background-color: #e9ff86;
  border-top: 1px solid #000;
  justify-content: flex-start;
  padding: 10px;
  display: flex;
}

.tabs {
  font-family: var(--barlow);
  color: var(--black);
}

.empty-box {
  z-index: 998;
  background-color: #00ffc800;
  border: 1px solid #000;
  border-radius: 20px;
  width: 15px;
  margin-right: 10px;
  position: relative;
}

.warning {
  z-index: 998;
  background-color: #00ffc800;
  border-radius: 3px;
  width: 15px;
  margin-right: 10px;
  position: relative;
}

.portal-profile-box {
  background-image: linear-gradient(222deg, #e7fffd, #f0def3);
  border-radius: 18px;
  padding: 30px 50px;
}

.portal-profile-box.acctmgmt {
  background-image: linear-gradient(125deg, #fffce7, #d1dcff);
}

.text-block-1422 {
  font-size: 24px;
}

.div-block-1753 {
  background-color: #666;
  padding: 10px;
  position: absolute;
  inset: 4% 4% 0%;
}

.dropdown-toggle-8 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 10px;
  padding-right: 0;
  display: flex;
}

.dropdown-toggle-8.w--open {
  padding-bottom: 5px;
}

.text-block-796 {
  color: #000;
  text-align: center;
  font-size: 10px;
  line-height: 10px;
}

.chat-div {
  border: 1px #000;
  margin-bottom: 15px;
}

.platform-div {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-407 {
  width: 20px;
}

.text-block-808 {
  color: #fff;
  text-align: center;
  font-size: 12px;
}

.form-block-16 {
  margin-bottom: 0;
}

.icon-30 {
  padding-top: 0;
  position: static;
}

.section-_chat-window {
  position: fixed;
  inset: 0%;
}

.text-block-788 {
  color: #000;
  font-size: 21px;
  font-weight: 800;
}

.reco-button-div {
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.user-div {
  flex-flow: row-reverse;
  width: 100%;
  margin-bottom: 25px;
  display: flex;
}

.reco-box {
  background-color: #fff;
  background-image: linear-gradient(211deg, #d4edfc, #f8efe3 73%);
  border: 1px solid #000;
  margin-bottom: 15px;
  padding: 5px 0 0;
}

.reco-box.backup {
  display: block;
}

.image-410 {
  position: relative;
}

.list-div {
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-1744 {
  align-items: flex-start;
  display: flex;
}

.chat-top-div {
  background-color: var(--df-grey);
  border-bottom: 1px #000;
  justify-content: space-between;
  align-items: center;
  padding: 6px 10px;
  display: flex;
}

.image-406 {
  width: 60px;
  height: auto;
}

.reco-img-div {
  background-color: var(--white);
  border-radius: 9px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  display: flex;
}

.reco-img-div.test {
  background-color: var(--white);
  background-image: none;
  border-radius: 8px;
  width: 25%;
  margin-right: 10px;
}

.bundle-div {
  background-color: var(--purp);
  background-image: linear-gradient(#d6f0d2, #e9d8f8);
  margin-bottom: 15px;
  padding: 0;
}

.text-block-792 {
  color: #000;
  font-size: 24px;
  font-weight: 800;
  line-height: 24px;
}

.link-block-85 {
  width: 30px;
}

.text-block-807 {
  color: #000;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 800;
}

.paragraph-132 {
  color: #000;
  width: auto;
  font-size: 16px;
  line-height: 21px;
}

.slide-nav-6 {
  display: none;
}

.chat-area-div {
  background-color: var(--black);
  border-top: 1px solid #000;
  padding: 10px 10px 0;
}

.reco-box-product-price {
  justify-content: space-between;
  margin-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-1749 {
  width: 30%;
}

.div-block-1752 {
  width: 75%;
  padding: 10px 0 10px 10px;
}

.chat-body-top {
  margin-bottom: 15px;
}

.link-block-86 {
  width: 25px;
  height: 25px;
  position: absolute;
  inset: auto 3% 6% auto;
}

.chat-reco-div {
  height: 530px;
  margin-bottom: 15px;
  overflow: scroll;
}

.list {
  margin-left: 3px;
  padding-left: 10px;
}

.speech {
  background-color: #f3f3f3;
  border-radius: 20px;
  width: 75%;
  padding: 10px 15px;
}

.image-409 {
  width: 30px;
  padding: 6px;
  position: absolute;
  inset: 5% auto auto 1%;
}

.list-item {
  margin-bottom: 0;
}

.div-block-1743 {
  align-items: center;
  display: flex;
}

.image-411 {
  position: relative;
}

.link-44 {
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

.text-block-803 {
  color: var(--black);
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 900;
}

.category-text {
  background-color: var(--bright-green);
  color: var(--black);
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  font-weight: 900;
}

.response-div {
  width: 90%;
}

.dialogue-div {
  padding: 15px 10px 10px 0;
}

.chat-body-bottom {
  margin-bottom: 15px;
}

.text-block-804 {
  color: #000;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 900;
}

.text-block-797 {
  color: #000;
  margin-bottom: 3px;
  font-size: 15px;
  font-weight: 900;
  line-height: 20px;
}

.form-10 {
  position: relative;
}

.div-block-1757 {
  background-color: #48d1d8;
  background-image: url('../images/girl_yara_1girl_yara.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 99px;
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.text-block-795 {
  color: #000;
  font-size: 30px;
  font-weight: 900;
  line-height: 24px;
}

.text-block-802 {
  color: var(--black);
  font-size: 15px;
  line-height: 20px;
}

.text-block-787 {
  color: #000;
  font-size: 15px;
}

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

.phone-frame-div {
  width: 25%;
  position: absolute;
  inset: auto 5% 0% auto;
}

.text-block-806 {
  color: #000;
  font-size: 16px;
  line-height: 21px;
}

.dropdown-2 {
  width: 100%;
}

.text-block-1423 {
  color: #000;
  font-size: 11px;
}

.slider-5 {
  background-color: #fff;
  height: auto;
}

.item-list-div {
  width: 65%;
}

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

.image-408 {
  width: 20px;
  margin-right: 0;
}

.text-block-805 {
  color: #000;
  font-size: 13px;
  line-height: 17px;
}

.div-block-1777 {
  padding-left: 20px;
}

.reco-box-top {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.reco-box-top.upsell {
  margin-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-1751 {
  background-color: var(--black);
  border-top: 1px solid #000;
  padding: 10px;
  position: static;
}

.reco-box-bottom {
  background-color: var(--black);
  border-top: 1px solid #000;
  flex-flow: row-reverse;
  padding: 10px;
  display: flex;
}

.button-136 {
  background-color: var(--purp);
  color: #fff;
  text-align: center;
  border: 1px #fff;
  border-radius: 100px;
  width: 49%;
  font-size: 11px;
  font-weight: 800;
  line-height: 11px;
  text-decoration: none;
}

.chat-box-div {
  font-family: var(--barlow);
  background-color: #fff;
  border: 1px solid #000;
  flex-flow: column;
  justify-content: space-between;
  width: 400px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.suggest-div {
  background-color: var(--black);
  width: 97%;
  padding: 8px 10px;
}

.link-block-56 {
  width: 25px;
}

.chat-body-div {
  max-width: 400px;
  padding: 20px 20px 0;
  position: relative;
  overflow: visible;
}

.text-block-800 {
  color: #fff;
  font-size: 11px;
  line-height: 12px;
}

.text-block-793 {
  color: #000;
  font-size: 13px;
}

.treatments-div {
  border: 1px solid #000;
  margin-bottom: 15px;
  position: relative;
}

.text-block-799 {
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 14px;
}

.doc-div {
  border: 1px solid #000;
  margin-bottom: 15px;
  position: relative;
}

.slide-5 {
  width: 46%;
}

.text-block-798 {
  color: #000;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
}

.text-block-794 {
  color: #000;
  font-size: 11px;
  font-weight: 900;
  line-height: 11px;
}

.text-block-789 {
  color: #000;
  margin-bottom: 5px;
  font-weight: 900;
}

.div-block-1754 {
  display: flex;
  position: absolute;
  inset: 10% 2% auto auto;
}

.div-block-1745 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

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

.text-field-53 {
  color: #000;
  border-radius: 99px;
  margin-bottom: 0;
}

.mask-4 {
  height: auto;
}

.reco-info-box {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-1750 {
  width: 70%;
  padding: 20px 10px 30px 0;
  position: relative;
}

.dropdown-list-5 {
  position: static;
}

.dropdown-list-5.w--open {
  background-color: #fff;
}

.text-block-962 {
  color: #000;
  text-align: right;
  font-size: 12px;
  line-height: 12px;
}

.item-name-price-div {
  justify-content: space-between;
  margin-bottom: 15px;
  display: flex;
}

.item-name-price-div.upsell {
  border-bottom: 1px #000;
  margin-bottom: 0;
  padding-bottom: 0;
}

.paragraph-15-14 {
  color: #000;
  text-align: center;
  margin-top: 10px;
  font-size: 20px;
  line-height: 24px;
}

.upsellboxtop_div {
  border-bottom: 1px #000;
  justify-content: space-between;
  margin-bottom: 15px;
  display: flex;
}

.price-side {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 15px;
  display: flex;
}

.price-side.upsell {
  color: #000;
}

.list-headers-div {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.upsell-img-div {
  background-color: #fff0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 24%;
  display: flex;
}

.upsell-img-div.bundle {
  background-color: #fff3;
  width: 100%;
  margin-bottom: 15px;
}

.list-10 {
  width: 100%;
  margin-bottom: 0;
  padding-left: 13px;
}

.upsell_boxbutton {
  background-color: var(--green);
  color: #fff;
  text-align: center;
  border-radius: 9px;
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 18px;
  font-weight: 900;
}

.upsell_boxbutton:hover {
  background-color: var(--purp);
}

.bullets-header-text {
  color: #000;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 900;
  line-height: 20px;
  display: none;
}

.upsell_boxinfo {
  width: 73%;
}

.upsell_boxinfo.bundle {
  width: 100%;
}

.fart {
  color: #000;
}

.paragraph-154 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 800;
}

.checkoutb_wrap-2 {
  background-color: var(--f6-grey);
  font-family: var(--barlow);
  flex-flow: column;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 130px;
  display: flex;
}

.category-text-2 {
  color: #000;
  background-color: #e9ff86;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  font-weight: 900;
}

.category-text-2.upsell {
  background-color: var(--green);
  color: var(--black);
  font-size: 10px;
  line-height: 17px;
}

.price-2 {
  color: #000;
  font-size: 30px;
  font-weight: 900;
  line-height: 24px;
}

.price-2.upsell {
  font-size: 36px;
  line-height: 27px;
}

.price-2.old {
  font-size: 23px;
}

.price-2.old.upsell {
  font-size: 24px;
}

.popup-buttons-div {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0;
  display: flex;
}

.text-block-1180 {
  background-color: var(--black);
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: 800;
  line-height: 26px;
}

.upsell-button-div {
  margin-top: 30px;
}

.upsell-header-div {
  margin-bottom: 30px;
}

.list-flex-div {
  justify-content: space-between;
  margin-bottom: 15px;
  display: flex;
}

.div-block-2093 {
  align-items: center;
  display: flex;
}

.text-span-254 {
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.text-block-1181 {
  color: #000;
  text-align: center;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 800;
  line-height: 33px;
}

.image-569 {
  width: 20px;
  margin-right: 0;
}

.image-569.upsell {
  width: 15px;
}

.upsell_wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-block-1424 {
  color: #000;
  font-size: 11px;
}

.button-113 {
  color: #666;
  text-align: center;
  background-color: #f3f3f3;
  border-radius: 13px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 18px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.button-113:hover {
  background-color: #dfdfdf;
}

.list-header {
  color: #000;
  font-size: 16px;
  font-weight: 900;
}

.list-header.bundle {
  margin-bottom: 10px;
  font-size: 19px;
}

.upsell_top_info_div {
  border-bottom: 1px #000;
  width: 100%;
  margin-bottom: 0;
}

.bundle-img {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.productname {
  color: #000;
  font-size: 20px;
  font-weight: 900;
}

.productname.upsell {
  color: #000;
  margin-bottom: 5px;
  font-size: 27px;
  font-weight: 800;
}

.productname.upsell.bundle {
  color: #000;
  font-size: 31px;
  font-weight: 800;
  line-height: 23px;
}

.list-header-box {
  width: 49%;
}

.item-text-div {
  padding: 0 10px 15px;
}

.item-text-div.checkout {
  margin-top: 20px;
  padding: 0 20px;
}

.mobile-image {
  width: auto;
}

.item-price-div {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.upsell_box-header-bar {
  margin-bottom: 0;
}

.dollar-sign {
  color: #000;
  font-weight: 900;
  line-height: 15px;
}

.text-block-959 {
  color: #000;
  font-size: 15px;
  line-height: 15px;
}

.mobile_img_div {
  width: 20%;
  display: none;
}

.upsell_boxbullets_div.bundle {
  padding-left: 0;
  padding-right: 0;
}

.image-450 {
  position: absolute;
  inset: 10% 0% 0%;
}

.item-details-div {
  justify-content: space-between;
  margin-bottom: 10px;
  display: flex;
}

.item-details-div.upsell {
  margin-bottom: 0;
}

.item-details-div.upsell.bundle {
  flex-flow: column;
  margin-bottom: 10px;
}

.product-upsell-div {
  border: 1px solid #000;
  border-radius: 11px;
  flex-flow: column;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 10px;
  display: flex;
  overflow: hidden;
}

.product-upsell-div.desk {
  margin-bottom: 3px;
}

.product-upsell-div.desk.checkout {
  background-image: linear-gradient(#c4e4b7, #e4efff 82%);
  border-style: none;
  margin-bottom: 15px;
  padding: 0 0 20px;
}

.product-upsell-div.desk.checkout.no-header {
  background-image: linear-gradient(37deg, #e9e8c3, #e4efff 82%);
}

.product-upsell-div.desk.checkout._2 {
  background-image: linear-gradient(203deg, #d2f5c5, #e4efff 82%);
}

.checkout_upsellbullet_text {
  color: #000;
  font-size: 14px;
}

.checkout_upsellbullet_text.bundle {
  color: #000;
  margin-bottom: 5px;
  font-size: 16px;
}

.button-127 {
  background-color: var(--green);
  color: #fff;
  text-align: center;
  border-radius: 9px;
  width: 42%;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.button-127:hover {
  background-color: var(--purp);
}

.text-block-1425 {
  color: #000;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.plan-top-div {
  background-color: var(--white);
  border-bottom: 1px #000;
  justify-content: space-between;
  align-items: center;
  padding: 5px 15px;
  display: flex;
}

.text-block-1291 {
  color: #000;
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 16px;
  line-height: 22px;
}

.text-block-1288 {
  color: var(--black);
  font-size: 18px;
  font-weight: 800;
  line-height: 24px;
}

.checkoutb_wrap-3 {
  background-color: var(--f6-grey);
  font-family: var(--barlow);
  flex-flow: column;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 130px;
  display: flex;
}

.text-block-1292 {
  color: #000;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.text-block-1290 {
  color: #000;
  font-size: 40px;
  font-weight: 900;
  line-height: 44px;
}

.text-span-284 {
  font-family: Inter, sans-serif;
}

.bold-text-28 {
  color: #fff;
  font-size: 14px;
}

.text-block-1289 {
  color: #00c042;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}

.button-128 {
  background-color: var(--df-grey);
  color: #999;
  text-align: center;
  border-radius: 9px;
  width: 100%;
  margin-top: 15px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.plan-upsell {
  border: 1px #000;
  border-radius: 9px;
  width: 100%;
  margin-bottom: 15px;
  overflow: hidden;
}

.plan-savings {
  background-color: var(--purp);
  border: 1px #000;
  border-radius: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2px 5px;
  display: flex;
}

.text-span-283 {
  color: var(--purp);
  font-weight: 700;
}

.text-block-1426 {
  color: #000;
  text-align: center;
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 800;
  line-height: 34px;
}

.text-span-285 {
  font-family: Inter, sans-serif;
}

.plan-bottom-div {
  background-image: linear-gradient(#fff7d8, #ededff);
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  display: flex;
}

.plan-bottom-div._2 {
  background-image: linear-gradient(219deg, #fff7d8, #edfff6 77%);
}

.plan-bottom-div._1 {
  background-image: linear-gradient(27deg, #fff7d8, #ededff);
}

.plan-bottom-div._3 {
  background-image: linear-gradient(231deg, #dcffd8, #e5ecff);
}

.plan-price-div {
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 3px;
  display: flex;
}

.button-137 {
  background-color: var(--green);
  color: #fff;
  text-align: center;
  border-radius: 9px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.button-137:hover {
  background-color: var(--purp);
}

.timeline_line {
  z-index: 0;
  border: .5px solid #dfdfdf;
  width: 1px;
  height: 78%;
  position: absolute;
  inset: 0% auto 0% 2.25%;
}

.linebullet_div {
  z-index: 99999;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--white);
  border: 1px solid #000;
  border-radius: 9px;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  display: flex;
  position: relative;
}

.text-block-1153 {
  background-color: var(--bright-green);
  color: var(--black);
  padding-left: 3px;
  padding-right: 3px;
  font-size: 15px;
  font-weight: 900;
  line-height: 20px;
  display: inline-block;
}

.checkoutb_wrap-4 {
  background-color: var(--f6-grey);
  font-family: var(--barlow);
  flex-flow: column;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 130px;
  display: flex;
}

.almost-button-div {
  width: 100%;
}

.paragraph-153 {
  color: #000;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

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

.text-block-1152 {
  color: #000;
  text-align: center;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 22px;
}

.text-span-330 {
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.image-511 {
  width: 200px;
}

.text-block-1151 {
  color: #000;
  text-align: center;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 800;
  line-height: 34px;
}

.almost_bottomflex_div {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  width: 70%;
  margin-bottom: 40px;
  padding-bottom: 10px;
  display: flex;
}

.timeline-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

.text-block-1154 {
  color: #000;
  font-size: 18px;
  font-weight: 900;
  line-height: 24px;
}

.text-block-1155 {
  color: #000;
}

.status-text {
  color: #000;
  text-align: center;
  font-weight: 700;
}

.status-text.complete {
  color: var(--green);
}

.text-block-1172 {
  color: #000;
  text-align: center;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 800;
  line-height: 34px;
}

.text-span-248 {
  font-size: 22px;
  font-weight: 900;
}

.hb_stepheader_div-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.text-block-1162 {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.text-block-1170 {
  color: #000;
  font-size: 33px;
  font-weight: 900;
  line-height: 33px;
}

.hb_buttondiv1-2 {
  width: 60%;
  margin-bottom: 30px;
}

.checkoutb_wrap-5 {
  background-color: var(--f6-grey);
  font-family: var(--barlow);
  flex-flow: column;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 130px;
  display: flex;
}

.text-block-1168 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

.link-60 {
  color: var(--purp);
  font-size: 16px;
  font-weight: 600;
}

.howbilling_div {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.div-block-1953 {
  border-bottom: 1px dotted #000;
  width: 20%;
  height: 13px;
}

.hb_stepexample_div-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.text-block-1167 {
  color: #0c9ac4;
}

.hb_stepdiv-2 {
  background-image: linear-gradient(228deg, #faecde, #dcedf5);
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding: 30px 20px;
  display: flex;
}

.hb_stepdiv-2._2, .hb_stepdiv-2._3, .hb_stepdiv-2._4 {
  background-image: linear-gradient(228deg, #faecde, #dcedf5);
}

.text-span-250 {
  font-family: Inter, sans-serif;
  font-weight: 500;
}

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

.text-block-1169 {
  color: #000;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 22px;
}

.examplebox-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--white);
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-bottom: 10px;
  padding: 10px 15px;
  display: flex;
}

.text-block-1164 {
  color: red;
  text-align: center;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.text-block-1171 {
  color: #000;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.text-span-249 {
  font-family: Inter, sans-serif;
}

.button-110 {
  background-color: var(--green);
  color: #fff;
  text-align: center;
  border-radius: 9px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.button-110:hover {
  background-color: var(--purp);
}

.text-block-1165 {
  color: #000;
  text-align: center;
  font-size: 16px;
}

.hb_buttondiv2 {
  width: 100%;
}

.popup_logo {
  width: 70px;
  height: auto;
}

.speech-balloon {
  background-color: #f3f3f3;
  border-radius: 20px;
  width: 75%;
  padding: 10px 15px;
}

.form-block-17 {
  margin-bottom: 0;
}

.chat-body-top-div {
  margin-bottom: 15px;
}

.site-message-div {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 25px;
  display: flex;
}

.link-block-87 {
  width: 30px;
}

.text-block-1427 {
  color: #000;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 800;
}

.paragraph-176 {
  color: #000;
  width: auto;
  font-size: 16px;
  line-height: 21px;
}

.close_link {
  width: 25px;
}

.slide-nav-11 {
  display: none;
}

.chat-area-div-2 {
  background-color: var(--black);
  border-top: 1px solid #000;
  padding: 10px 10px 0;
}

.cancel-popup-header-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.chat-dp-div {
  background-color: #48d1d8;
  background-image: url('../images/girl_yara_1girl_yara.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 99px;
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.popup-body-div {
  max-width: 400px;
  padding: 20px 20px 0;
  position: relative;
  overflow: visible;
}

.topbarlink_image {
  width: 25px;
}

.image-570 {
  width: 30px;
  padding: 6px;
  position: absolute;
  inset: 5% auto auto 1%;
}

.cancel-popup-chat-div {
  border: 1px #000;
  margin-bottom: 0;
}

.form-19 {
  position: relative;
}

.popup-chat-header {
  color: #000;
  text-align: center;
  font-size: 30px;
  font-weight: 800;
  line-height: 23px;
}

.paragraph-177 {
  text-align: center;
  margin-bottom: 0;
  line-height: 17px;
}

.text-span-331 {
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.text-block-1428 {
  color: #000;
  font-size: 16px;
  line-height: 21px;
}

.popup-chat-div {
  height: 600px;
  margin-bottom: 15px;
  overflow: scroll;
}

.image-413 {
  width: 25px;
}

.slider-7 {
  background-color: #fff;
  height: auto;
}

.submit-button-19 {
  background-color: var(--green);
  color: #fff;
  border-radius: 20px;
  font-weight: 600;
}

.submit-button-19:hover {
  background-color: var(--purp);
}

.textarea {
  border-radius: 9px;
}

.form-button-div {
  flex-flow: row-reverse;
  display: flex;
}

.popup-body-bottom {
  margin-bottom: 15px;
  display: none;
}

.suggest-div-2 {
  background-color: #52b2cf;
  width: 97%;
  padding: 8px 10px;
}

.section-_cancel-popup {
  font-family: var(--barlow);
  position: fixed;
  inset: 0%;
}

.popup-dialogue-div {
  padding: 15px 10px 10px 0;
}

.offer-header {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 800;
  line-height: 24px;
}

.text-block-1429 {
  color: #fff;
  font-size: 11px;
  line-height: 12px;
}

.offer-link {
  background-color: var(--bright-green);
  color: var(--black);
  border: 2px #48d1d8;
  border-radius: 9px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
  padding: 16px 20px 20px;
  text-decoration: none;
  display: flex;
}

.offer-link:hover {
  background-color: var(--purp);
  color: var(--white);
}

.popuptopbar_div {
  background-color: var(--df-grey);
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  display: flex;
}

.cancel-confirm {
  color: #999;
  text-align: center;
  background-color: #f3f3f3;
  border-radius: 9px;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
}

.cancel-confirm:hover {
  background-color: #dfdfdf;
}

.text-block-1430 {
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 14px;
}

.user-reply-div {
  flex-flow: row-reverse;
  width: 100%;
  margin-bottom: 25px;
  display: flex;
}

.user-reply-div.hide {
  display: none;
}

.cancel-popup_div {
  background-color: #fff;
  border: 1px solid #000;
  flex-flow: column;
  justify-content: space-between;
  width: 400px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-2094 {
  display: flex;
  position: absolute;
  inset: 10% 2% auto auto;
}

.text-field-61 {
  color: #000;
  border-radius: 99px;
  margin-bottom: 0;
}

.mask-7 {
  height: auto;
}

.fast-wrap {
  background-image: radial-gradient(circle at 50% -25%, #00ffc833, #ffffff1a 60%), radial-gradient(circle at 50% 150%, #00ffc840, #fff0 64%);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 60px 10% 80px;
  display: flex;
}

.fast-div {
  width: 100%;
  max-width: 1280px;
}

.fast_step-div {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 50px;
  display: flex;
}

.step_imgdiv {
  text-align: center;
  width: 200px;
}

.fast_steptxtdiv {
  font-family: var(--barlow);
  color: var(--black);
  width: 70%;
  font-size: 17px;
}

.paragraph-178 {
  font-size: 20px;
  line-height: 27px;
}

.text-block-1431 {
  letter-spacing: -.75px;
  margin-bottom: 5px;
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
}

.text-block-1432 {
  background-color: var(--f3-grey);
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
}

.fast-steps {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 70px;
  padding-right: 70px;
  display: flex;
}

.image-571 {
  width: 50%;
}

.step-headers.mob {
  font-family: var(--barlow);
  display: none;
}

.boxes-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 60px 10% 30px;
  display: flex;
}

.boxes-div {
  width: 100%;
  max-width: 1280px;
}

.boxes-pair {
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.box {
  background-image: linear-gradient(138deg, #caf3fc, #fcf3e1);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 48%;
  padding: 30px 0 0 50px;
  display: flex;
  overflow: hidden;
}

.box._2 {
  background-image: linear-gradient(138deg, #fcf3e1, #f4dbff);
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 50px;
  padding-left: 40px;
  position: relative;
}

.box._3 {
  background-image: linear-gradient(138deg, #f1e4ff, #fff7e6);
  padding-top: 50px;
  padding-left: 40px;
  position: relative;
}

.box._4 {
  background-image: linear-gradient(138deg, #fcf3e1, #caf3fc);
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 40px;
  position: relative;
}

.box._1 {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 50px;
  padding-left: 40px;
  position: relative;
}

.box_textdiv {
  font-family: var(--barlow);
  width: 50%;
  padding-bottom: 50px;
}

.box_textdiv._4 {
  width: 53%;
  padding-bottom: 0;
}

.box_textdiv._3 {
  width: 54%;
  padding-bottom: 60px;
}

.box_textdiv._2 {
  width: 53%;
}

.box_textdiv._1 {
  width: 54%;
}

.text-block-1433 {
  color: var(--black);
  letter-spacing: -.75px;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 700;
  line-height: 33px;
}

.paragraph-179 {
  color: var(--black);
  font-size: 17px;
  line-height: 23px;
}

.paragraph-179._3 {
  margin-bottom: 5px;
}

.boxes-imgdiv {
  flex-flow: column-reverse;
  width: 48%;
  display: flex;
}

.boxes-imgdiv._1 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 46%;
  margin-top: 0;
}

.boxes-imgdiv._4 {
  width: 43%;
  margin-left: 0;
  padding-right: 0;
}

.boxes-imgdiv._3, .boxes-imgdiv._2 {
  width: 43%;
}

.hide {
  display: none;
}

.box-img._1 {
  width: 42%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.box-img._3 {
  width: 90%;
  margin-top: 20px;
}

.box-img._4 {
  margin-top: 20px;
  margin-left: -20px;
}

.fixed-button-div {
  display: none;
}

.fixed-button {
  background-color: var(--bright-green);
  display: none;
}

.image-574 {
  width: 80px;
  margin-left: 50px;
  display: inline-flex;
}

.image-574.hide, .image-575, .image-576 {
  display: none;
}

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

.image-577 {
  width: 80%;
}

.img3-mobile {
  display: none;
}

.div-block-1784 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.link-block-67 {
  width: 25px;
  height: 30px;
}

.pens-div {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.pens_imgdiv {
  width: 90px;
}

.pens_textdiv {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #000;
  border-radius: 12px;
  flex-flow: column;
  margin-left: -20px;
  padding: 9px 10px 9px 30px;
  display: flex;
}

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

.text-block-1434 {
  background-color: var(--333-grey);
  color: var(--bright-green);
  padding-left: 5px;
  padding-right: 5px;
  font-size: 40px;
  font-weight: 800;
  line-height: 40px;
}

.text-block-1434.b {
  color: var(--purp);
}

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

.text-block-1436 {
  color: var(--bright-green);
  font-size: 18px;
  line-height: 24px;
}

.text-block-1436.b {
  color: var(--purp);
}

.image-578 {
  position: relative;
}

.code-embed-2 {
  width: 100px;
  margin-left: 0;
  margin-right: 0;
}

.plan-box-link {
  background-color: var(--white);
  font-family: var(--barlow);
  color: var(--black);
  background-image: none;
  border: 1px solid #000;
  border-radius: 13px;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 20px;
  text-decoration: none;
  position: relative;
}



.plan-box-link:active {
  border: 3px solid var(--bright-green);
}


.plan-box-link._3mo {
  background-image: none;
}


.plan-box-link._3mo:active {
  background-image: linear-gradient(222deg, #d4eff5, #eae2fc);
}


.plan-box-link._6mo {
  background-image: none;
  margin-bottom: 10px;
}


.plan-box-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.planbox_imgdiv {
  width: 60px;
}

.planbox_txtdiv {
  width: 100%;
}

.text-block-1437 {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.div-block-2098 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 3px;
  font-size: 14px;
  display: flex;
}

.planbox_pricediv {
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 700;
  display: flex;
}

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

.text-block-1439 {
  padding-left: 9px;
}

.planbox_pricebox {
  background-color: #fff0;
  position: absolute;
  inset: 25% 5% auto auto;
}

.chceckout_header-div {
  margin-bottom: 20px;
  padding-left: 0%;
  padding-right: 0%;
}

.heading-8-copy {
  font-family: var(--barlow);
  color: var(--black);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
}

.heading-8-copy._1 {
  color: #000;
  margin-bottom: 10px;
  font-size: 33px;
  font-weight: 800;
  line-height: 39px;
}

.heading-8-copy._1.b {
  margin-bottom: 0;
}

.heading-8-copy._1.b.checkout {
  font-family: var(--barlow);
  color: #000;
  text-align: center;
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 30px;
}

.text-block-250-copy {
  font-family: var(--barlow);
  color: #000;
  margin-bottom: 19px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.text-block-250-copy.checkout {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.plan-inclusions-div-copy {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 20px;
}

.div-block-2099 {
  background-color: var(--f6-grey);
  border-radius: 12px;
  padding: 20px;
}

.semaco_payinfo-copy {
  background-color: #fff;
  width: 50%;
  padding: 30px 3% 80px;
}

.text-block-1440 {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.semaco_wrap-copy {
  margin-top: 0;
  padding-bottom: 50px;
  padding-left: 9%;
  padding-right: 9%;
}

.image-579 {
  width: 80px;
  position: absolute;
  inset: 5% 5% auto auto;
}

.text-block-1441 {
  color: var(--black);
  margin-bottom: 5px;
  font-size: 16px;
}

.list-11 {
  margin-top: 10px;
  padding-left: 15px;
}

.discount_div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.checkoutb_wrap-6 {
  background-color: var(--f6-grey);
  font-family: var(--barlow);
  flex-flow: column;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 130px;
  display: flex;
}

.subtotalamount_div {
  align-items: center;
  display: flex;
}

.tf_textfield-3 {
  color: #000;
  border: 1px solid #000;
  border-radius: 9px;
  height: 55px;
  margin-bottom: 15px;
}

.tf_textfield-3::placeholder {
  color: #000;
  font-weight: 600;
}

.tf_textfield-3.half {
  width: 48%;
}

.plan_discount {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--bright-green);
  border: 1px solid #000;
  border-radius: 99px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  display: flex;
}

.text-block-1074 {
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

.planbox_div1 {
  border-bottom: 1px solid #000;
}

.image-488 {
  background-color: var(--white);
  border-radius: 9px;
  width: 80px;
}

.plandosage_div {
  align-items: center;
  display: flex;
}

.dropdown-list-10 {
  position: relative;
}

.dropdown-list-10.w--open {
  background-color: #fff;
}

.text-block-1064 {
  color: #000;
  text-align: center;
  margin-bottom: 5px;
  font-size: 30px;
  font-weight: 700;
  line-height: 33px;
}

.image-491 {
  width: 15px;
  margin-right: 10px;
}

.text-block-1076 {
  color: var(--purp);
  text-align: right;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
}

.planinfo-div {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.payicon_div {
  border: 1px solid #000;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 60px;
  margin-bottom: 10px;
  padding: 5px 10px;
  display: flex;
}

.payment_dropdown {
  border: 1px solid #000;
  border-radius: 11px;
  width: 100%;
  margin-bottom: 10px;
}

.planbox_div2 {
  border-bottom: 1px solid #000;
  padding-top: 10px;
  padding-bottom: 10px;
}

.paymentmethod {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-1126 {
  text-align: center;
  margin-bottom: 0;
  font-size: 9px;
  font-weight: 400;
  line-height: 15px;
}

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

.text-block-1077 {
  color: #000;
  font-size: 25px;
  font-weight: 900;
  line-height: 26px;
}

.plandetails_div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.paymethod_text {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 700;
}

.text-block-1069 {
  margin-left: 3px;
  margin-right: 3px;
}

.card-fields-div {
  border-bottom: 1px #dfdfdf;
  padding: 20px 20px 30px;
}

.checkbox-field-17 {
  margin-bottom: 15px;
}

.plannameplantype {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: flex-end;
  margin-bottom: 3px;
  display: flex;
}

.discount-text {
  color: var(--purp);
  text-align: right;
  font-size: 16px;
  font-weight: 800;
}

.discount-text.free {
  color: var(--black);
}

.image-493 {
  width: 25px;
}

.text-block-1068 {
  color: #000;
  font-size: 15px;
  font-weight: 500;
}

.payment_toggle {
  border: 1px #000;
  border-radius: 11px;
  width: 100%;
  display: inline-block;
}

.payment_toggle.w--open {
  border-style: none;
}

.disclaimersdiv {
  padding-left: 7%;
  padding-right: 7%;
}

.disclaimersdiv.left {
  padding-left: 0%;
  padding-right: 15%;
}

.checkoutb_button {
  color: #000;
  text-align: center;
  background-color: #e9ff86;
  border-radius: 11px;
  width: 100%;
  margin-bottom: 15px;
  padding-top: 16px;
  padding-bottom: 19px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.checkoutb_button:hover {
  background-color: #c9e8ff;
}

.text-block-1066 {
  color: #000;
  font-size: 21px;
  font-weight: 900;
}

.checkout_planbox {
  background-image: linear-gradient(#f7e8ff, #d8fff1);
  border: 1px #000;
  border-radius: 16px;
  margin-bottom: 30px;
  padding: 30px;
}

.checkout_planbox.monthly {
  background-image: linear-gradient(234deg, #d7e0ff, #fffdd8);
  display: none;
  position: relative;
}

.checkout_planbox._3months {
  background-image: linear-gradient(#d8eeff, #f7e8ff);
  display: block;
  position: relative;
}

.checkout_planbox._6-months {
  background-image: linear-gradient(241deg, #ddffed, #f6e6d3);
  display: none;
  position: relative;
}

.planbox_div3 {
  padding-top: 20px;
}

.plan_div {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
  display: flex;
}

.plan_div.monthly {
  justify-content: space-between;
  align-items: flex-end;
}

.oldprice_text {
  color: var(--purp);
  margin-right: 5px;
  font-size: 16px;
  font-weight: 800;
  text-decoration: line-through;
}

._2-input-div {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

._2-input-div.cc {
  display: none;
}

.text-block-1072 {
  color: #000;
  font-weight: 800;
}

.dicountamount_div {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  align-items: center;
  display: flex;
}

.freebie_div {
  color: #000;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 800;
  display: flex;
}

.freebietypediv {
  align-items: center;
  display: flex;
}

.text-block-1071 {
  color: #000;
  text-align: right;
  font-size: 25px;
  font-weight: 700;
}

.plandiscount-div {
  justify-content: space-between;
  margin-bottom: 10px;
  display: flex;
}

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

.plansubtotal_div {
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.text-block-1078 {
  color: #000;
  font-weight: 800;
}

.text-block-1065 {
  color: #000;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 300;
}

.text-block-1079 {
  color: #000;
  font-size: 16px;
  font-weight: 900;
}

.text-block-1067 {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}

.text-block-1075 {
  color: #000;
  font-weight: 800;
}

.text-block-1073 {
  margin-right: 3px;
}

.text-block-1070 {
  color: #000;
  font-size: 13px;
  font-weight: 500;
}

.image-492 {
  width: 15px;
}

.text-block-1442 {
  background-color: var(--bright-green);
  color: var(--black);
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 15px;
  font-weight: 700;
  line-height: 21px;
  display: none;
  position: absolute;
  inset: 5% 5% auto auto;
}

.text-span-333 {
  font-family: var(--arrow);
}

.link-75 {
  color: var(--black);
  text-decoration: none;
}

.paragraph-180 {
  width: 60%;
}

.paragraph-180.full {
  width: 80%;
}

.image-580 {
  margin-top: 0;
  margin-bottom: 0;
}

.image-581 {
  margin-top: 10px;
}

.checkout-3_-card-payment-div {
  background-color: var(--white);
  border-radius: 9px;
  padding: 6%;
}

.form-20 {
  background-color: #ededed00;
}

.radio-button {
  float: right;
  margin-left: 0;
  position: absolute;
  inset: 35% 2% auto auto;
}

.radio-button-field-2 {
  width: 100%;
  margin-bottom: 10px;
  padding-left: 0;
  position: relative;
}

.radio-button-field-2:active {
  border: 3px none var(--bright-green);
  border-radius: 15px;
}

.radio-button-label-5 {
  display: none;
}

.div-block-2100 {
  border: 1px solid #000;
  border-radius: 9px;
  padding: 0;
  overflow: hidden;
}

.div-block-2101 {
  background-color: var(--black);
  padding: 20px;
}

.payment-text {
  color: var(--white);
  font-size: 16px;
  font-weight: 900;
}

.div-block-2102 {
  justify-content: space-between;
  display: flex;
}

.div-block-2102.checkout {
  border-top: 1px #000;
  border-bottom: 1px #000;
  margin-bottom: 0;
  padding: 0 0% 15px;
}

.text-field-62 {
  border: 1px solid #dfdfdf;
  border-radius: 6px;
  width: 48%;
  height: 40px;
  font-family: Inter, sans-serif;
}

.text-field-62.coupon {
  width: 70%;
}

.text-field-62.coupon.new {
  color: #000;
  border-color: #000;
  border-radius: 6px;
  height: 30px;
  margin-bottom: 0;
}

.button-138 {
  text-align: center;
  background-color: #95b9c2;
  border-radius: 6px;
  width: 28%;
  height: 40px;
  font-weight: 600;
}

.button-138:hover {
  background-color: #6d7e8d;
}

.button-138.new {
  background-color: var(--green);
  color: var(--white);
  border-radius: 6px;
  height: 30px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.button-138.new:hover {
  background-color: var(--purp);
  color: var(--white);
}

.form-block-18 {
  margin-bottom: 0;
}

.button-139 {
  background-color: var(--green);
  text-align: center;
  border-radius: 6px;
  width: 100%;
  margin-top: 10px;
  padding-bottom: 11px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.button-139:hover {
  background-color: var(--purp);
}

.text-block-1445 {
  color: var(--black);
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

.list-item-14 {
  margin-bottom: 5px;
}

.list-12 {
  padding-left: 15px;
}

.image-582 {
  margin-top: 0;
  margin-bottom: -64px;
}

.image-583 {
  margin-bottom: -55px;
}

.div-block-2103 {
  background-image: linear-gradient(216deg, #cdf3be, #d6e4f8 79%);
  border-radius: 13px;
  width: 100%;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-2104 {
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 80%;
  padding: 20px 20px 20px 9px;
  display: flex;
}

.div-block-2105 {
  width: 49%;
  margin-left: 19px;
  padding-top: 0;
}

.div-block-2106 {
  margin-bottom: 15px;
  display: flex;
}

.text-block-1446 {
  color: var(--black);
  margin-top: -5px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}

.image-584 {
  width: 15px;
  margin-bottom: 10px;
  margin-left: 0;
}

.div-block-2107 {
  width: 55%;
}

.paragraph-181 {
  color: var(--black);
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
}

.div-block-2108 {
  background-color: var(--white);
  background-image: linear-gradient(221deg, #ffd6fb, #fffcdb);
  border-radius: 11px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  padding: 30px 20px;
  display: flex;
}

.div-block-2109 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 30px;
  display: flex;
}

.month-dosage {
  color: #000;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 20px;
}

.month-dosage.step-3 {
  margin-bottom: 15px;
}

.reco-img-div-copy {
  background-color: var(--white);
  border-radius: 9px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  display: flex;
}

.reco-img-div-copy.test {
  background-color: var(--white);
  background-image: none;
  border-radius: 8px;
  width: 25%;
  margin-right: 10px;
}

.reco-img-div-copy.combo {
  height: 100%;
  padding: 10px;
}

.reco-box-copy {
  background-color: #fff;
  background-image: linear-gradient(211deg, #d4edfc, #f8efe3 73%);
  border: 1px solid #000;
  margin-bottom: 15px;
  padding: 5px 0 0;
}

.reco-box-copy.backup {
  border-style: none;
  border-radius: 12px;
  width: 80%;
  padding-top: 10px;
  display: block;
  overflow: hidden;
}

.reco-box-copy.backup.individual {
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.reco-box-bottom-copy {
  background-color: var(--black);
  border-top: 1px solid #000;
  flex-flow: row-reverse;
  justify-content: center;
  padding: 10px;
  display: flex;
}

.text-block-797-copy {
  color: #000;
  margin-bottom: 3px;
  font-size: 20px;
  font-weight: 900;
  line-height: 22px;
}

.text-block-797-copy.individual {
  margin-bottom: 5px;
  padding-left: 23px;
}

.text-block-798-copy {
  color: #000;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
}

.text-block-798-copy.individual {
  margin-bottom: 5px;
}

.reco-box-top-copy {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.reco-box-top-copy.upsell {
  margin-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
}

.reco-info-box-copy {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.reco-info-box-copy.bundle {
  align-items: stretch;
}

.reco-box-product-price-copy {
  justify-content: space-between;
  margin-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.reco-box-top-copy-copy {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.reco-box-top-copy-copy.upsell {
  margin-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
}

.text-block-792-copy {
  color: #000;
  font-size: 30px;
  font-weight: 800;
  line-height: 30px;
}

.text-block-795-copy {
  color: #000;
  font-size: 36px;
  font-weight: 900;
  line-height: 30px;
}

.button-136-copy {
  background-color: var(--green);
  color: #fff;
  text-align: center;
  border: 1px #fff;
  border-radius: 100px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 800;
  line-height: 11px;
  text-decoration: none;
}

.button-136-copy:hover {
  background-color: var(--purp);
}

.button-136-copy.individual {
  margin-top: 10px;
}

.button-136-copy.individual.mobile {
  width: 90%;
}

.reco-button-div-copy {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.list-copy {
  margin-bottom: 5px;
  margin-left: 3px;
  padding-left: 10px;
}

.list-copy.individual {
  margin-left: 0;
  padding-left: 36px;
}

.bundle-price-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-1745-copy {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.div-block-1745-copy.b {
  justify-content: center;
  align-items: center;
}

.text-block-796-copy {
  color: #000;
  text-align: center;
  font-size: 10px;
  line-height: 10px;
}

.mobile-button-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: none;
}

.disc-link {
  color: var(--666-grey);
}

.b12-text {
  color: #000;
  text-align: left;
  letter-spacing: -.5px;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 800;
  line-height: 22px;
}

.slide-nav-12 {
  display: none;
}

._1box_wrap {
  font-family: var(--barlow);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 50px 10% 80px;
  display: flex;
}

._1box_maindiv {
  border: 1px solid var(--black);
  border-radius: 20px;
  width: 100%;
  max-width: 1280px;
  padding: 30px;
}

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

._1box_imgdiv {
  background-image: linear-gradient(232deg, #baffcc, #bae4ff 50%, #d8b2ff);
  border-radius: 15px;
  width: 45%;
}

._1box_textdiv {
  width: 50%;
}

.text-block-1506 {
  font-family: var(--rob-cond);
  color: var(--black);
  letter-spacing: -.03em;
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 800;
  line-height: 50px;
}

.text-block-1507 {
  color: var(--black);
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 24px;
}

.ctawrap {
  background-color: var(--black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 80px 10%;
  display: flex;
}

.cta-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.text-block-1508 {
  font-family: var(--rob-cond);
  color: var(--white);
  text-align: center;
  letter-spacing: -.03px;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 900;
  line-height: 55px;
}

.text-block-1509 {
  font-family: var(--barlow);
  color: var(--white);
  text-align: center;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 24px;
}

.button-140 {
  background-color: var(--green);
  font-family: var(--barlow);
  color: var(--white);
  padding: 15px 80px 17px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.button-140:hover {
  background-color: var(--purp);
}

.text-span-334 {
  font-family: var(--arrow);
}

.div-block-2110 {
  background-color: var(--black);
  height: 100vh;
}

.nav-trans {
  z-index: 999999;
  aspect-ratio: auto;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.navtrans_wrap {
  z-index: 999;
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  padding: 15px 10%;
  display: flex;
  position: relative;
}

.nav-link-trans {
  font-family: var(--barlow);
  color: var(--white);
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.nav-link-trans:hover {
  color: var(--purp);
}

.nav-link-trans.trans {
  font-family: var(--barlow);
  color: var(--green);
  font-size: 14px;
  font-weight: 300;
}

.navbar-trans {
  width: 100%;
}

.transp-mobile-nav-div {
  flex-flow: column;
  align-items: center;
  padding: 200px 10% 10px;
  display: none;
}

.text-block-1510 {
  display: none;
}

.basic-nav {
  z-index: 999999;
  aspect-ratio: auto;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.basic-nav.navmainhead {
  box-shadow: 0 2px 5px #000000a3;
}

.stepexp-div {
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 90%;
  padding: 30px;
  display: flex;
}

.text-block-1511 {
  font-family: var(--rob-cond);
  color: #000;
  font-size: 36px;
  font-weight: 900;
  line-height: 39px;
}

.text-block-1512 {
  font-family: var(--rob-cond);
  color: #000;
  text-align: center;
  font-size: 50px;
  font-weight: 900;
  line-height: 55px;
}

.step-exp-imgdiv {
  width: 40%;
  padding-right: 30px;
}

.image-585 {
  border-radius: 12px;
}

.paragraph-182 {
  font-family: var(--barlow);
  color: var(--black);
  width: 90%;
  font-size: 18px;
  line-height: 24px;
}

.text-span-288 {
  font-size: 22px;
  font-weight: 500;
}

.exp_wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 130px 10% 100px;
  display: flex;
}

.paragraph-183 {
  font-family: var(--barlow);
  color: var(--black);
  text-align: center;
  width: 70%;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 30px;
}

.text-block-1513 {
  font-family: var(--barlow);
  color: var(--green);
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 900;
  line-height: 24px;
}

.exp_div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.exp_headers-div {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.button-141 {
  background-color: var(--green);
  font-family: var(--barlow);
  text-align: center;
  border-radius: 9px;
  width: 70%;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 23px;
  font-weight: 600;
  line-height: 24px;
}

.button-141:hover {
  background-color: var(--purp);
}

.step_text-div {
  border: 1px #2e9bf0;
  border-radius: 15px;
  width: 60%;
  padding: 30px 0 30px 30px;
}

.text-span-335 {
  font-family: var(--arrow);
}

@media screen and (max-width: 991px) {
  .nav-link.trans {
    font-size: 12px;
  }

  .nav-button.trans {
    padding: 10px 20px;
    font-size: 12px;
  }

  .image-530 {
    width: auto;
  }

  .nav_wrap {
    padding-left: 3%;
    padding-right: 3%;
  }

  .link-17 {
    font-size: 12px;
  }

  ._3box_boxheader {
    font-size: 18px;
    line-height: 24px;
  }

  ._3box_boxsub {
    font-size: 12px;
    line-height: 17px;
  }

  .section_headers {
    font-size: 33px;
    line-height: 36px;
  }

  ._3-boxes-wrap {
    padding-left: 3%;
    padding-right: 3%;
  }

  ._3boxes-flex.weightloss {
    padding-left: 0;
    padding-right: 0;
  }

  .gridbox_sub {
    font-size: 13px;
    line-height: 18px;
  }

  .grid_wrap {
    padding-left: 3%;
    padding-right: 3%;
  }

  .gridbox_header.wl {
    font-size: 19px;
    line-height: 23px;
  }

  .testi-header.wl {
    font-size: 33px;
    line-height: 36px;
  }

  .complete-care-wrap {
    padding-left: 3%;
    padding-right: 3%;
  }

  .cc-flex.weightloss {
    padding-left: 0;
    padding-right: 0;
  }

  .cc_boxheader {
    font-size: 18px;
    line-height: 24px;
  }

  .simplenav_wrap {
    padding-left: 3%;
    padding-right: 3%;
  }

  .enroll-form-block {
    width: 70%;
  }

  .enroll-form-question-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .semaco_wrap {
    margin-top: -180px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .portal-category-select-div {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .category-select-div-1 {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .semaco_wrap-copy {
    margin-top: -180px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .navtrans_wrap {
    padding-left: 3%;
    padding-right: 3%;
  }

  .nav-link-trans.trans {
    font-size: 12px;
  }
}

@media screen and (max-width: 479px) {
  .nav {
    width: 100%;
    display: block;
  }

  .div-block-1130 {
    background-color: #fff;
    width: 100%;
    margin-top: 10px;
    padding: 10px 3%;
  }

  .link-block {
    margin-right: 0;
  }

  .nav-menu-links-div {
    border-bottom-style: none;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .nav-menu-links-div.desk {
    display: none;
  }

  .nav-menu-links-div.mob {
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .nav-link {
    font-family: var(--barlow);
    color: var(--green);
    font-size: 18px;
    font-weight: 500;
  }

  .nav-link.trans {
    font-size: 14px;
  }

  .text-block-240 {
    text-align: center;
    margin-top: 0;
    font-size: 14px;
  }

  .navbar {
    background-color: #fff;
    padding: 15px 0;
  }

  .navbar.home {
    background-color: var(--white);
    padding-top: 13px;
    padding-bottom: 9px;
  }

  .mobile-nav-div {
    background-color: #fff;
    padding: 0 0%;
    display: block;
  }

  .nav-button {
    background-color: var(--green);
    font-family: var(--barlow);
    font-size: 18px;
    font-weight: 500;
  }

  .nav-button:hover {
    background-color: var(--purp);
    color: var(--white);
  }

  .nav-button.trans {
    padding: 10px;
    font-size: 14px;
  }

  .nav-button.trans.mobile {
    width: 100%;
  }

  .nav-button.mobile {
    background-color: var(--green);
    font-family: var(--barlow);
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 18px;
    font-weight: 500;
  }

  .nav-button.mobile:hover {
    background-color: var(--purp);
  }

  .nav_flex {
    flex-flow: row;
    max-width: none;
  }

  .div-block-1129 {
    margin-right: 0;
    display: block;
  }

  .image-530 {
    width: auto;
    height: 30px;
  }

  .nav-right-div.mobile {
    background-color: var(--black);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 30px 10px 40px;
  }

  .sign-in.trans.mobile {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .nav_wrap {
    flex-flow: column;
    padding-left: 3%;
    padding-right: 3%;
    display: none;
  }

  .brand {
    padding-left: 3%;
    top: 0;
  }

  .menu-button {
    background-color: var(--white);
    color: #ff4c46;
    margin-top: 0;
    padding-top: 13px;
    padding-bottom: 10px;
  }

  .menu-button.w--open {
    background-color: var(--white);
    color: var(--purp);
  }

  .nav-mobile-link {
    color: #2e9bf0;
    display: none;
  }

  .nav-left-div {
    flex-flow: row;
    width: auto;
  }

  .link-17 {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }

  .icon-34 {
    color: var(--white);
  }

  .icon-34.home {
    color: var(--black);
  }

  .nav-menu {
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
  }

  .logo-text-ph {
    line-height: 25px;
  }

  .hero-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: linear-gradient(#000c, #000c), url('../images/Test_hero.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding: 110px 3% 60px;
  }

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

  .hero-text-div {
    width: 100%;
    margin-bottom: 50px;
  }

  .hero-bullets-div {
    margin-bottom: 40px;
  }

  .hero-image-div {
    width: 100%;
  }

  .link-block-2 {
    padding-right: 0;
  }

  .text-block-242 {
    font-size: 75px;
    font-weight: 900;
    line-height: 70px;
  }

  .hero-sub {
    width: 93%;
    margin-bottom: 30px;
  }

  .hero-button {
    border-radius: 9px;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 17px;
  }

  .image-525 {
    width: 100%;
  }

  ._3box_boxheader {
    font-size: 26px;
    line-height: 31px;
  }

  .arrow.down {
    display: inline-flex;
  }

  .arrow.next {
    display: none;
  }

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

  ._3box_boxsub {
    font-size: 17px;
    line-height: 23px;
  }

  .section_headers {
    width: 100%;
    font-size: 36px;
    line-height: 36px;
  }

  .image-523 {
    width: 100%;
    margin-top: 10px;
  }

  ._3-boxes-wrap {
    padding-bottom: 60px;
    padding-left: 3%;
    padding-right: 3%;
  }

  ._3boxes-flex {
    flex-flow: column;
  }

  ._3boxes-flex.weightloss {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .image-524 {
    width: 100%;
  }

  .gridbox_sub {
    padding-left: 0;
    padding-right: 0;
    font-size: 19px;
    line-height: 23px;
  }

  .grid_wrap {
    border-bottom-style: none;
    padding: 60px 3%;
  }

  .grid {
    flex-flow: column;
    padding: 0 20px;
  }

  .vert-divider {
    width: 100%;
    margin-bottom: 30px;
  }

  .vert-divider.wl {
    border-color: var(--green);
  }

  .vert-divider.wl.last {
    margin-bottom: 0;
    display: block;
  }

  .vert-divider.wl.first {
    display: block;
  }

  .image-455 {
    width: 45px;
  }

  .gridbox_header {
    font-size: 26px;
    font-weight: 900;
    line-height: 30px;
  }

  .gridbox_header.wl {
    font-size: 25px;
    font-weight: 700;
    line-height: 31px;
  }

  .grid-box {
    width: 100%;
    margin-bottom: 50px;
  }

  .grid-box.wl {
    text-align: left;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .div-block-1828 {
    border-bottom-color: #000;
  }

  .testi-div {
    width: 100%;
    max-width: none;
  }

  .text-span-116 {
    font-size: 32px;
    line-height: 35px;
  }

  .mask-5 {
    height: auto;
  }

  .text-span-259 {
    font-size: 32px;
  }

  .b-a_div {
    flex-flow: column;
  }

  .mobile-slider {
    display: block;
  }

  .testi-box {
    width: 100%;
    margin-bottom: 30px;
  }

  .testi-header, .testi-header.wl {
    font-size: 36px;
    line-height: 42px;
  }

  .testi-div-wrap {
    padding-top: 30px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .testi-div-wrap.wl {
    padding: 30px 3%;
  }

  .slide-nav-9 {
    bottom: -20px;
  }

  .desktop-slider {
    display: none;
  }

  .slider-6 {
    height: auto;
  }

  .meds-wrap {
    padding-left: 3%;
    padding-right: 3%;
  }

  .paragraph.larger {
    font-size: 24px;
    line-height: 28px;
  }

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

  .text-block-1131 {
    font-size: 30px;
    line-height: 33px;
  }

  .productbox {
    width: 100%;
    margin-bottom: 30px;
  }

  .button-108 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .text-span-262 {
    font-size: 16px;
    line-height: 11px;
  }

  .price {
    background-color: var(--white);
    padding-left: 5px;
    padding-right: 5px;
    font-size: 20px;
  }

  .superscript {
    color: #000;
  }

  .testi-text-box {
    padding-bottom: 10px;
  }

  .div-block-1885 {
    border-left-style: none;
    width: 100%;
    padding-left: 0%;
  }

  .text-block-1010 {
    font-size: 33px;
    line-height: 36px;
  }

  .paragraph-149 {
    text-align: left;
    width: 100%;
  }

  .wl_faq-wrap {
    padding-left: 3%;
    padding-right: 3%;
  }

  .dropdown-toggle-11 {
    padding: 15px 39px 15px 0;
  }

  .link-57 {
    color: #666;
  }

  .dd-div {
    margin-top: 0;
  }

  .filter-dropdown {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-1009 {
    font-size: 16px;
  }

  .footer-div-wrap {
    padding-left: 4%;
    padding-right: 4%;
  }

  .footer-logo {
    margin-bottom: 10px;
  }

  .footer-div1-left {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
  }

  .footer-div1-right {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .footer-div-2 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-div-1 {
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .text-block-143 {
    margin-bottom: 20px;
  }

  .footer-column-div.legal {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
  }

  .hero-product {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .hero-product.sema {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image-533 {
    width: 100px;
    margin-top: 0;
    margin-left: 5px;
    display: inline-flex;
    transform: none;
  }

  .hero-box-top {
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .hero-box-prodct-name {
    margin-bottom: 0;
  }

  .text-block-1227 {
    font-size: 36px;
    line-height: 33px;
  }

  .div-block-1990 {
    margin-bottom: 5px;
    margin-left: 0;
  }

  .div-block-1990.tirz {
    margin-bottom: 5px;
  }

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

  .text-block-1228.sema, .text-block-1228.tirz {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 11px;
  }

  .text-span-268 {
    font-size: 17px;
  }

  .text-block-1233 {
    font-size: 50px;
    line-height: 40px;
  }

  .text-block-1238 {
    margin-bottom: 5px;
    font-size: 12px;
  }

  .text-block-1231 {
    margin-bottom: 5px;
    font-size: 13px;
  }

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

  .text-block-1234.tirz {
    line-height: 16px;
  }

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

  .left-arrow-8 {
    display: none;
  }

  .complete-care-wrap {
    padding-bottom: 60px;
    padding-left: 3%;
    padding-right: 3%;
  }

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

  .cc-flex {
    flex-flow: column;
  }

  .cc-flex.weightloss {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .cc_boximg {
    width: 65px;
  }

  .cc_boxheader {
    font-size: 26px;
    line-height: 31px;
  }

  .simple-nav {
    display: block;
  }

  .simplenav_flex {
    flex-flow: row;
    max-width: none;
  }

  .simplenav_wrap {
    flex-flow: column;
    padding-left: 3%;
    padding-right: 3%;
    display: none;
  }

  .div-block-1487 {
    flex-direction: column;
  }

  .div-block-1643.tirz {
    padding-left: 0;
  }

  .div-block-1643.sema {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-1691 {
    width: 100%;
    margin-bottom: 10px;
  }

  .enroll-bullet-image {
    width: 35px;
    max-width: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .select-field-5 {
    width: 31%;
    height: 60px;
    margin-right: 3px;
    font-size: 18px;
  }

  .select-field-5.felix {
    padding-left: 12px;
    font-size: 15px;
  }

  .select-field-5.felix:focus {
    border-color: #bbffa3;
  }

  .text-block-1287 {
    font-size: 15px;
  }

  .div-block-1998 {
    width: 100%;
    margin-top: 15px;
  }

  .div-block-1949 {
    margin-bottom: 10px;
  }

  .form-product-2 {
    color: #000;
    font-weight: 900;
  }

  .enroll-slide-3 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .pay-choice {
    width: 100%;
    margin-bottom: 15px;
  }

  .div-block-1685 {
    padding-top: 30px;
  }

  .enroll-form-input-div {
    width: 100%;
  }

  .enroll-form-input-div.mobile-entry {
    width: 100%;
    margin-bottom: 10px;
  }

  .enroll-form-input-div.mobile-entry.form {
    padding-right: 0;
  }

  .enroll-form-input-div.mobile-entry.form._2.height, .enroll-form-input-div.mobile-entry.form._2.height.top {
    width: 100%;
  }

  .enroll-form-input-div.mobile-entry.form._2.weight {
    justify-content: space-between;
    width: 100%;
  }

  .div-block-1695 {
    padding-top: 0;
  }

  .enroll-bullet-div {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    background-color: #0000;
    flex-flow: row;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    padding: 5px 10px;
  }

  .phone-number-field-3 {
    width: 27%;
  }

  .phone-number-field-3.form, .phone-number-field-3.form.birth {
    border-color: #000;
    width: 31%;
    height: 60px;
    font-size: 18px;
  }

  .phone-number-field-3._2 {
    width: 43%;
  }

  .phone-number-field-3._2.form.birth {
    width: 30%;
  }

  .phone-number-field-3._2.form.birth.felix {
    padding-right: 0;
  }

  .phone-number-field-3._2.form.update {
    font-size: 15px;
  }

  .phone-number-field-3._2.form {
    height: 60px;
  }

  .phone-number-field-3._2.form:focus {
    border-color: #48d1d8;
  }

  .phone-number-field-3._1.form.update {
    padding-right: 0;
    font-size: 15px;
  }

  .phone-number-field-3._1.form {
    border-color: #000;
    width: 31%;
    height: 60px;
    font-size: 15px;
  }

  .phone-number-field-3._1.form {
    border-color: #000;
    width: 31%;
    height: 60px;
    padding-right: 0;
    font-size: 18px;
  }

  .phone-number-field-3._1.form:focus {
    border-color: #48d1d8;
  }

  .phone-number-field-3.form, .phone-number-field-3.form.birth {
    border-color: #000;
    width: 31%;
    height: 60px;
    font-size: 18px;
  }

  .phone-number-field-3.form.birth.felix {
    padding-left: 0;
    font-size: 15px;
  }

  .phone-number-field-3.form.birth.felix:focus {
    border-color: #bbffa3;
  }

  .phone-number-field-3.form.update {
    padding-right: 0;
    font-size: 15px;
  }

  .phone-number-field-3.form {
    border-color: #000;
    width: 31%;
    height: 60px;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

  .phone-number-field-3.form:focus {
    border-color: #48d1d8;
  }

  .image-508 {
    width: 20px;
    margin-right: 5px;
  }

  .select-field-7 {
    width: 100%;
  }

  .select-field-7:active {
    border-color: #083047;
  }

  .select-field-7.form {
    width: 100%;
    height: 60px;
    font-size: 16px;
    font-weight: 700;
  }

  .select-field-7.form:focus {
    border-color: #6d22ff;
  }

  .enroll-form-button-div {
    width: 100%;
  }

  .field-label-text.last {
    margin-right: 0;
  }

  .checks-div {
    padding-left: 0%;
    padding-right: 0;
  }

  .checks-div.end {
    padding-left: 0%;
  }

  .program-choice-div {
    flex-direction: column;
  }

  .program-choice-div.products {
    flex-flow: column-reverse;
    margin-bottom: 0;
  }

  .text-block-1255 {
    display: none;
  }

  .select-field-10 {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 15px;
  }

  .paragraph-164 {
    width: 100%;
  }

  .checkbox-field-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .checkbox-field-15:active {
    background-color: #f3f3f3;
    border-color: #48d1d8;
  }

  .checkbox-label-15 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
  }

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

  .text-block-1285 {
    font-size: 30px;
  }

  .div-block-1450 {
    align-items: center;
  }

  .div-block-1450.end {
    text-align: left;
    justify-content: flex-start;
    padding-left: 0;
  }

  .enroll-form-text-field.height {
    width: 46%;
    height: 60px;
    font-size: 15px;
  }

  .enroll-form-text-field.height.update {
    width: 46%;
    margin-right: 7px;
  }

  .enroll-form-text-field.weight {
    width: 94%;
    height: 60px;
    font-size: 15px;
    line-height: 20px;
  }

  .enroll-form-block {
    width: 100%;
  }

  .text-block-724 {
    color: #999;
    margin-bottom: 5px;
    font-weight: 900;
  }

  .text-block-1304 {
    color: #48d1d8;
  }

  .enroll-checkbox-label {
    font-size: 15px;
  }

  .enroll-checkbox-label.form {
    margin-left: 10px;
  }

  .text-block-735 {
    width: 100%;
  }

  .text-block-517 {
    margin-right: 0;
    font-size: 19px;
  }

  .text-block-715 {
    text-align: center;
    font-size: 13px;
    line-height: 17px;
  }

  .phone-verify-div {
    justify-content: space-between;
  }

  .button-129 {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 15px;
  }

  .text-field-57 {
    width: 22%;
  }

  .enroll-3-things-div {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
    margin-bottom: 15px;
  }

  .enroll-form-question-sub {
    text-align: center;
    width: 100%;
    margin-top: -10px;
    font-size: 15px;
  }

  .enroll-form-header-text {
    width: auto;
    font-size: 15px;
    line-height: 20px;
  }

  .link-block-48 {
    width: 100%;
  }

  .link-block-48.sema {
    background-image: url('../images/RxPros_SemaVial.png');
    background-position: 90% 20%;
    background-repeat: no-repeat;
    background-size: 18%;
  }

  .link-block-48.sema:hover {
    border-color: #000;
  }

  .link-block-48.tirz {
    color: #000;
    background-image: url('../images/RxPros_SemaVial_1.png');
    background-position: 90% 20%;
    background-repeat: no-repeat;
    background-size: 18%;
  }

  .link-block-48.tirz:hover {
    border-color: #000;
  }

  .question-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .gender-div {
    width: 100%;
  }

  .enroll-slide-1 {
    width: auto;
    margin-top: 0;
    margin-bottom: 50px;
  }

  .felix-form-block {
    margin-top: 30px;
  }

  .felix-form-block.form-rep {
    width: 100%;
    margin-top: 30px;
  }

  .enroll-form-question-text {
    padding-left: 0;
    padding-right: 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
  }

  .enroll-form-question-text.smaller {
    font-size: 22px;
    line-height: 28px;
  }

  .enroll-form-question-text.smaller.a {
    width: 80%;
  }

  .dose-sched-box {
    padding-left: 10px;
    padding-right: 10px;
  }

  .dose-sched-box.solo {
    width: 100%;
  }

  .enroll-sub {
    text-align: center;
    width: 90%;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 22px;
  }

  .enroll-disclaimer-div {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .enroll-disclaimer-div._1st {
    margin-bottom: 15px;
  }

  .enroll-disclaimer-div.form {
    display: block;
  }

  .div-block-1985 {
    flex-flow: column;
  }

  .enroll-form-submit-button {
    background-color: var(--green);
    color: #fff;
    border-radius: 9px;
    width: 100%;
    font-size: 18px;
    font-weight: 800;
    line-height: 28px;
  }

  .enroll-form-submit-button:hover, .enroll-form-submit-button.top:hover {
    font-size: 20px;
    line-height: 28px;
  }

  .questions-div {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .enroll-bullet-text {
    text-align: left;
    margin-top: 0;
    font-size: 20px;
  }

  .pay-choices-div {
    flex-flow: column;
    margin-bottom: 0;
  }

  .form-subs {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .form-subs.end.break {
    width: 100%;
  }

  .div-block-1976 {
    width: 86%;
  }

  .checkbox-field-18.female {
    background-color: #fff;
    background-size: 13%;
  }

  .checkbox-field-18.male {
    background-color: #fff;
    background-size: 13%;
    padding-top: 20px;
    padding-bottom: 23px;
  }

  .enroll-form-field-wrap-div {
    flex-direction: column;
  }

  .enroll-form-field-wrap-div.update {
    width: 100%;
  }

  .text-field-33 {
    color: #000;
    width: 100%;
    height: 60px;
    font-size: 18px;
  }

  .text-field-33.update {
    width: 100%;
    margin-bottom: 15px;
    font-size: 15px;
  }

  .text-field-33.email.form {
    width: 100%;
  }

  .text-span-274 {
    font-size: 10px;
  }

  .enroll-checkbox-field {
    padding-left: 0;
  }

  .bullet-div.end {
    align-items: flex-start;
  }

  .form-section {
    padding-top: 70px;
  }

  .text-block-725 {
    font-size: 13px;
    line-height: 17px;
  }

  .text-block-513 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
  }

  .text-block-513.hq {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
  }

  .text-block-513.end.bold {
    font-size: 24px;
    line-height: 30px;
  }

  .text-block-1286 {
    font-size: 15px;
  }

  .enroll-form-back-link-div {
    width: 100%;
  }

  .button-68 {
    width: 100%;
    height: 50px;
    margin-bottom: 15px;
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 15px;
  }

  .phone-entry-div {
    width: 100%;
  }

  .text-field-47 {
    color: #000;
    width: 100%;
    height: 60px;
    font-size: 18px;
  }

  .text-field-47.email.form {
    width: 100%;
    font-size: 15px;
  }

  .text-field-47.email.form:focus {
    border-color: #bbffa3;
  }

  .enroll-slide-2 {
    width: 100%;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-126.report {
    width: 70%;
  }

  .div-block-1694 {
    width: 32%;
  }

  .enroll-slide-1-div {
    align-items: flex-start;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .div-block-1470.mobile-entry {
    width: 100%;
    margin-bottom: 10px;
  }

  .div-block-1470.mobile-entry.form {
    padding-right: 0;
  }

  .enroll-form.update {
    align-items: center;
  }

  .question-category {
    text-align: center;
    flex-flow: column;
    align-items: center;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .report-summary-div {
    padding-top: 0;
    padding-left: 12px;
    padding-right: 12px;
  }

  .radio-button-label-4 {
    font-size: 18px;
  }

  .select-field-3 {
    width: 100%;
  }

  .select-field-3:active {
    border-color: #083047;
  }

  .select-field-3.form {
    width: 100%;
    height: 60px;
  }

  .select-field-3.form.update {
    font-size: 15px;
  }

  .select-field-3.form {
    width: 100%;
    height: 60px;
    font-size: 16px;
    font-weight: 700;
  }

  .select-field-3.form:focus {
    border-color: #6d22ff;
  }

  .enroll-header {
    text-align: center;
    width: 100%;
    font-size: 34px;
    line-height: 39px;
  }

  .enroll-div-wrap {
    width: 100%;
    padding-top: 30px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .enroll-top-image {
    width: 30%;
    margin-left: -5px;
  }

  .table-header-2 {
    font-size: 18px;
  }

  .table-header-2.small {
    font-size: 15px;
  }

  .div-block-1999 {
    flex-direction: column;
  }

  .div-block-2000.tirz {
    padding-left: 0;
  }

  .div-block-2000.sema {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-2001 {
    width: 100%;
    margin-bottom: 10px;
  }

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

  .select-field-11 {
    width: 31%;
    height: 60px;
    margin-right: 3px;
    font-size: 18px;
  }

  .select-field-11.felix {
    padding-left: 12px;
    font-size: 15px;
  }

  .select-field-11.felix:focus {
    border-color: #bbffa3;
  }

  .text-block-1309 {
    font-size: 15px;
  }

  .div-block-2009 {
    width: 100%;
    margin-top: 15px;
  }

  .div-block-2010 {
    margin-bottom: 10px;
  }

  .enroll-slide-4 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-2012 {
    padding-top: 30px;
  }

  .div-block-2014 {
    padding-top: 0;
  }

  .image-536 {
    width: 20px;
    margin-right: 5px;
  }

  .text-block-1322 {
    display: none;
  }

  .select-field-12 {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 15px;
  }

  .paragraph-167 {
    width: 100%;
  }

  .checkbox-field-19 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .checkbox-field-19:active {
    background-color: #f3f3f3;
    border-color: #48d1d8;
  }

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

  .text-block-1327 {
    font-size: 30px;
  }

  .div-block-2021 {
    align-items: center;
  }

  .div-block-2021.end {
    text-align: left;
    justify-content: flex-start;
    padding-left: 0;
  }

  .text-block-1328 {
    color: #999;
    margin-bottom: 5px;
    font-weight: 900;
  }

  .text-block-1329 {
    color: #48d1d8;
  }

  .text-block-1330 {
    width: 100%;
  }

  .text-block-1331 {
    margin-right: 0;
    font-size: 19px;
  }

  .text-block-1332 {
    text-align: center;
    font-size: 13px;
    line-height: 17px;
  }

  .button-130 {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 15px;
  }

  .link-block-49 {
    width: 100%;
  }

  .link-block-49.sema {
    background-image: url('../images/RxPros_SemaVial.png');
    background-position: 90% 20%;
    background-repeat: no-repeat;
    background-size: 18%;
  }

  .link-block-49.sema:hover {
    border-color: #000;
  }

  .link-block-49.tirz {
    color: #000;
    background-image: url('../images/RxPros_SemaVial_1.png');
    background-position: 90% 20%;
    background-repeat: no-repeat;
    background-size: 18%;
  }

  .link-block-49.tirz:hover {
    border-color: #000;
  }

  .enroll-sub-2 {
    text-align: left;
    width: 90%;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-2027 {
    flex-flow: column;
  }

  .div-block-2029 {
    width: 86%;
  }

  .checkbox-field-20.female {
    background-color: #fff;
    background-size: 13%;
  }

  .checkbox-field-20.male {
    background-color: #fff;
    background-size: 13%;
    padding-top: 20px;
    padding-bottom: 23px;
  }

  .text-field-58 {
    color: #000;
    width: 100%;
    height: 60px;
    font-size: 18px;
  }

  .text-field-58.update {
    width: 100%;
    margin-bottom: 15px;
    font-size: 15px;
  }

  .text-field-58.email.form {
    width: 100%;
  }

  .text-span-304 {
    font-size: 10px;
  }

  .text-block-1339 {
    font-size: 13px;
    line-height: 17px;
  }

  .text-block-1340 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
  }

  .text-block-1340.hq {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
  }

  .text-block-1340.end.bold {
    font-size: 24px;
    line-height: 30px;
  }

  .text-block-1341 {
    font-size: 15px;
  }

  .button-131 {
    width: 100%;
    height: 50px;
    margin-bottom: 15px;
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 15px;
  }

  .text-field-59 {
    color: #000;
    width: 100%;
    height: 60px;
    font-size: 18px;
  }

  .text-field-59.email.form {
    width: 100%;
    font-size: 15px;
  }

  .text-field-59.email.form:focus {
    border-color: #bbffa3;
  }

  .text-field-59.email.form {
    width: 100%;
  }

  .text-field-59.update {
    width: 100%;
    margin-bottom: 15px;
    font-size: 15px;
  }

  .enroll-slide-5 {
    width: 100%;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-168.report {
    width: 70%;
  }

  .div-block-2031 {
    width: 32%;
  }

  .enroll-slide-1-div-2 {
    align-items: flex-start;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .div-block-2032.mobile-entry {
    width: 100%;
    margin-bottom: 10px;
  }

  .div-block-2032.mobile-entry.form {
    padding-right: 0;
  }

  .enroll-header-2 {
    text-align: left;
    width: 100%;
    font-size: 45px;
    line-height: 45px;
  }

  .div-block-2039 {
    flex-direction: column;
  }

  .div-block-2040.tirz {
    padding-left: 0;
  }

  .div-block-2040.sema {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-2041 {
    width: 100%;
    margin-bottom: 10px;
  }

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

  .select-field-13 {
    width: 31%;
    height: 60px;
    margin-right: 3px;
    font-size: 18px;
  }

  .select-field-13.felix {
    padding-left: 12px;
    font-size: 15px;
  }

  .select-field-13.felix:focus {
    border-color: #bbffa3;
  }

  .text-block-1352 {
    font-size: 15px;
  }

  .div-block-2049 {
    width: 100%;
    margin-top: 15px;
  }

  .div-block-2050 {
    margin-bottom: 10px;
  }

  .enroll-slide-6 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-2052 {
    padding-top: 30px;
  }

  .div-block-2054 {
    padding-top: 0;
  }

  .image-541 {
    width: 20px;
    margin-right: 5px;
  }

  .text-block-1365 {
    display: none;
  }

  .select-field-14 {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 15px;
  }

  .paragraph-171 {
    width: 100%;
  }

  .checkbox-field-21 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .checkbox-field-21:active {
    background-color: #f3f3f3;
    border-color: #48d1d8;
  }

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

  .text-block-1370 {
    font-size: 30px;
  }

  .div-block-2061 {
    align-items: center;
  }

  .div-block-2061.end {
    text-align: left;
    justify-content: flex-start;
    padding-left: 0;
  }

  .text-block-1371 {
    color: #999;
    margin-bottom: 5px;
    font-weight: 900;
  }

  .text-block-1372 {
    color: var(--black);
  }

  .text-block-1373 {
    width: 100%;
  }

  .text-block-1374 {
    margin-right: 0;
    font-size: 19px;
  }

  .text-block-1375 {
    text-align: center;
    font-size: 13px;
    line-height: 17px;
  }

  .button-133 {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 15px;
  }

  .text-field-60 {
    width: 22%;
  }

  .link-block-51 {
    width: 100%;
  }

  .link-block-51.sema {
    background-image: url('../images/RxPros_SemaVial.png');
    background-position: 90% 20%;
    background-repeat: no-repeat;
    background-size: 18%;
  }

  .link-block-51.sema:hover {
    border-color: #000;
  }

  .link-block-51.tirz {
    color: #000;
    background-image: url('../images/RxPros_SemaVial_1.png');
    background-position: 90% 20%;
    background-repeat: no-repeat;
    background-size: 18%;
  }

  .link-block-51.tirz:hover {
    border-color: #000;
  }

  .div-block-2067 {
    flex-flow: column;
  }

  .div-block-2069 {
    width: 86%;
  }

  .checkbox-field-22.female {
    background-color: #fff;
    background-size: 13%;
  }

  .checkbox-field-22.male {
    background-color: #fff;
    background-size: 13%;
    padding-top: 20px;
    padding-bottom: 23px;
  }

  .text-span-319 {
    font-size: 10px;
  }

  .text-block-1382 {
    font-size: 13px;
    line-height: 17px;
  }

  .text-block-1383 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
  }

  .text-block-1383.hq {
    text-align: center;
    font-size: 26px;
    line-height: 30px;
  }

  .text-block-1383.end.bold {
    font-size: 24px;
    line-height: 30px;
  }

  .text-block-1384 {
    font-size: 15px;
  }

  .enroll-slide-7 {
    width: 100%;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-172.report {
    width: 70%;
  }

  .div-block-2071 {
    width: 32%;
  }

  .enroll-slide-1-div-3 {
    align-items: flex-start;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .div-block-2072.mobile-entry {
    width: 100%;
    margin-bottom: 10px;
  }

  .div-block-2072.mobile-entry.form {
    padding-right: 0;
  }

  .error_popup {
    padding-left: 2%;
    padding-right: 2%;
  }

  .error_box {
    width: 100%;
  }

  .div-block-2079.tirz {
    padding-left: 0;
  }

  .div-block-2079.sema {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-2080 {
    margin-bottom: 10px;
  }

  .form-product-3 {
    color: #000;
    font-weight: 900;
  }

  .image-547 {
    width: 20px;
    margin-right: 5px;
  }

  .text-block-1397 {
    color: #999;
    margin-bottom: 5px;
    font-weight: 900;
  }

  .link-block-53 {
    width: 100%;
  }

  .link-block-53.sema {
    background-image: url('../images/RxPros_SemaVial.png');
    background-position: 90% 20%;
    background-repeat: no-repeat;
    background-size: 18%;
  }

  .link-block-53.sema:hover {
    border-color: #000;
  }

  .link-block-53.tirz {
    color: #000;
    background-image: url('../images/RxPros_SemaVial_1.png');
    background-position: 90% 20%;
    background-repeat: no-repeat;
    background-size: 18%;
  }

  .link-block-53.tirz:hover {
    border-color: #000;
  }

  .paragraph-173.report {
    width: 70%;
  }

  .compliance-top-div {
    padding-bottom: 50px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .compliance-header {
    width: 100%;
  }

  .compliance-body-div {
    padding-left: 3%;
    padding-right: 3%;
  }

  .image-550 {
    width: 90px;
  }

  .navbar-mobile {
    background-color: var(--black);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 0;
    display: flex;
  }

  .navbar-mobile.home {
    background-color: var(--white);
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .image-551 {
    width: 90px;
  }

  .menu-button-form {
    background-color: var(--black);
    color: var(--black);
    margin-top: 0;
    padding-top: 13px;
    padding-bottom: 10px;
  }

  .menu-button-form.w--open {
    background-color: var(--white);
    color: var(--purp);
  }

  .semaco-top-wrap {
    padding-left: 3%;
    padding-right: 3%;
  }

  .image-31 {
    width: 90px;
    height: auto;
    margin-bottom: 0;
  }

  .step-2-left-payment-form.new-checkout.new-mobile {
    padding-top: 30px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .step-2-left-payment-form.new-checkout.new-mobile.checkout-desk.copy {
    padding-top: 0;
  }

  .step-2-left-payment-form.new-checkout.new-mobile._2 {
    background-color: var(--f6-grey);
    padding: 6% 3%;
  }

  .inclusion-text {
    font-size: 16px;
  }

  .plan-total-price {
    margin-top: 4px;
    line-height: 13px;
  }

  .text-block-335 {
    color: #000;
    text-align: center;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
  }

  .semaco_wrap {
    margin-top: 0;
    padding-left: 3%;
    padding-right: 3%;
    display: block;
  }

  .monthly-summary {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: none;
  }

  .link-block-66 {
    right: 0%;
  }

  .heading-8 {
    width: 80%;
    margin-top: 2px;
    margin-bottom: 0;
    font-size: 26px;
    line-height: 43px;
  }

  .heading-8._1 {
    width: 100%;
  }

  .heading-8._1.b {
    margin-top: 27px;
    font-size: 27px;
    line-height: 30px;
  }

  .text-block-1039 {
    font-size: 16px;
  }

  .order-dropdown-2 {
    width: 100%;
  }

  .monthly-details-div {
    border-top: 1px solid #000;
    display: none;
  }

  .summary-desk {
    border-color: #dfdfdf;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }

  .checkbox-label {
    line-height: 14px;
  }

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

  .text-block-250 {
    margin-bottom: 25px;
    font-size: 16px;
  }

  .text-field-7.new {
    color: #000;
    height: 60px;
  }

  .div-block-854 {
    flex-flow: row;
  }

  .quartely-order {
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
  }

  .quartely-order.mobile {
    width: 100%;
  }

  .rx_textfield {
    border-radius: 6px;
    margin-bottom: 25px;
  }

  .rx_textfield:focus {
    border-color: #6d22ff;
  }

  .rx_textfield::placeholder {
    font-size: 13px;
  }

  .text-block-1036 {
    font-size: 18px;
  }

  .plan-savings-text {
    font-size: 13px;
  }

  .dropdown-sum-toggle-2 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .dropdown-sum-toggle-2.w--open {
    padding-right: 0;
  }

  .dropdown-sum-2 {
    margin-bottom: 5px;
    display: none;
  }

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

  .div-block-374.mobile-entry {
    width: 100%;
    margin-bottom: 10px;
  }

  .semaco_div {
    flex-flow: column;
  }

  .express-main-div {
    padding-left: 3%;
    padding-right: 3%;
  }

  .text-block-1038 {
    font-size: 16px;
  }

  .text-block-140 {
    font-size: 10px;
    font-style: italic;
    line-height: 16px;
  }

  ._12month-order {
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .disclaimer-paragraph {
    font-size: 9px;
  }

  .plan-choices-div {
    border-color: #dfdfdf;
  }

  .div-block-853.new {
    margin-bottom: 15px;
  }

  .field-label-4 {
    padding-left: 0%;
    font-size: 15px;
    font-weight: 400;
  }

  .field-label-4.new {
    font-size: 14px;
  }

  .text-block-1033 {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 50px;
    padding-left: 0%;
    font-size: 10px;
  }

  .phone-number-field-4 {
    width: 27%;
  }

  .phone-number-field-4._2 {
    width: 43%;
  }

  .quarterly-summary {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  ._12-month-details-div {
    display: none;
  }

  .icon-36 {
    margin-top: 15px;
    inset: 0% auto 0% 0%;
  }

  .div-block-960.new.mobile {
    width: 100%;
  }

  .image-243 {
    width: 50px;
  }

  .text-block-1023 {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
  }

  .select-plan-text.payplan-header {
    font-size: 26px;
    line-height: 32px;
  }

  .quarterly-details-div {
    display: block;
  }

  .plan-price.checkout {
    line-height: 18px;
  }

  .div-block-1896 {
    background-color: #fff0;
    justify-content: space-between;
    align-items: center;
    padding: 0 0%;
    display: flex;
  }

  .plan-inclusions-div {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-141 {
    font-weight: 700;
  }

  .summary-mobile {
    display: none;
  }

  .submit-button-3.new {
    background-color: var(--green);
    margin-top: 20px;
    padding-top: 18px;
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: 800;
    line-height: 24px;
  }

  .div-block-1284 {
    flex-flow: column;
    align-items: stretch;
    margin-bottom: 0;
    padding-bottom: 50px;
    padding-left: 3%;
    padding-right: 3%;
    display: flex;
  }

  .div-block-209 {
    width: 48%;
  }

  .express-box {
    border: 1px solid #dfdfdf;
    border-radius: 6px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
    padding-left: 2%;
    padding-right: 2%;
    display: flex;
  }

  .image-473 {
    margin-right: 10px;
  }

  .sema-checkout-mobile {
    padding-top: 30px;
    display: block;
  }

  .sema-checkout-mobile.hide {
    display: none;
  }

  .link-block-13 {
    margin-bottom: 10px;
  }

  .link-block-17 {
    background-color: var(--green);
    border-radius: 9px;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 0;
    display: flex;
  }

  .link-block-17:hover {
    background-color: var(--purp);
  }

  .plan-type-text {
    line-height: 20px;
  }

  .text-block-1028._2 {
    font-size: 15px;
    line-height: 25px;
  }

  .text-block-1028._2.after {
    font-size: 16px;
  }

  .div-block-1903 {
    background-color: var(--purp);
  }

  .monthly-order {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .monthly-order.mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .delete-item {
    right: 0%;
  }

  .order-summary-div-2 {
    background-color: #fff;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding-left: 3%;
    padding-right: 3%;
  }

  .semaco_orderdetails {
    width: 100%;
    margin-bottom: 50px;
    padding-top: 0;
    padding-left: 3%;
    padding-right: 3%;
    display: block;
  }

  .text-block-1019 {
    color: #000;
    font-weight: 400;
  }

  .plan-select-div-mobile {
    padding-left: 3%;
    padding-right: 3%;
    display: none;
  }

  .div-block-1155 {
    background-color: var(--green);
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .div-block-1155:hover {
    background-color: var(--purp);
  }

  .div-block-959 {
    text-align: right;
  }

  .dropdown-summary-2 {
    position: relative;
  }

  .dropdown-summary-2.w--open {
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .semaco_payinfo {
    width: 100%;
    padding-top: 25px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .text-block-1022 {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
  }

  ._6month-order {
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-334 {
    color: #000;
    background-color: #fff;
    margin-top: -12px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 800;
  }

  .productbar_div {
    color: var(--black);
    background-image: linear-gradient(228deg, #b0d6ff, #fafdd0);
  }

  .productbar_div.gift, .productbar_div._1, .productbar_div._2, .productbar_div._3 {
    background-image: linear-gradient(228deg, #a4c1cc, #e2f1d7);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .link-block-73 {
    margin-bottom: 10px;
  }

  .text-block-1149 {
    font-size: 11px;
    line-height: 14px;
  }

  .bar-body-text {
    color: var(--black);
    font-size: 12px;
    line-height: 16px;
  }

  .text-block-1148 {
    font-size: 23px;
    line-height: 27px;
  }

  .text-block-1147 {
    font-size: 12px;
    line-height: 20px;
  }

  .checkoutb_wrap {
    padding-top: 20px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .image-509 {
    top: -6%;
    right: -3%;
  }

  .barinfo_div {
    width: 75%;
  }

  .barinfo_div.gift {
    padding-left: 0;
  }

  .bar-header {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 5px;
  }

  .bar-header.gift {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .checkoutb_div {
    width: 100%;
    margin-top: 0;
  }

  .bar-header-text {
    color: var(--black);
    font-size: 18px;
    line-height: 20px;
  }

  .div-block-1951 {
    margin-bottom: 0;
  }

  .barprice_div {
    margin-top: 5px;
  }

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

  .barflex {
    align-items: flex-start;
  }

  .logonav_div {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 10px;
    padding-left: 3%;
    padding-right: 3%;
  }

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

  .bar-subheader-text {
    color: var(--black);
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 14px;
  }

  .text-block-1402 {
    color: var(--black);
    font-size: 12px;
    line-height: 14px;
  }

  .text-span-326 {
    color: var(--green);
  }

  .list-item-13, .list-item-12 {
    color: var(--black);
  }

  .text-block-1404 {
    color: var(--black);
    font-size: 30px;
    line-height: 30px;
  }

  .text-block-1405 {
    color: var(--black);
    font-size: 12px;
  }

  .text-block-1406 {
    color: var(--black);
    font-size: 12px;
    line-height: 20px;
  }

  .div-block-2085 {
    margin-bottom: 0;
  }

  .image-563 {
    background-color: var(--333-grey);
    top: -6%;
    right: -3%;
  }

  .text-block-1407 {
    color: var(--black);
    font-size: 11px;
    line-height: 14px;
  }

  .list-9 {
    color: var(--black);
  }

  .box-placeholder {
    display: none;
  }

  .image-564 {
    width: 100px;
  }

  .dosage-step-1-2-div {
    flex-flow: column;
    margin-bottom: 10px;
  }

  .link-block-71 {
    text-align: center;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .progress-cta-div {
    width: 100%;
  }

  .portal-progress-div {
    flex-flow: column;
  }

  .progress-div {
    width: 100%;
    margin-bottom: 20px;
  }

  .step-header {
    margin-bottom: 0;
    font-size: 19px;
    line-height: 21px;
  }

  .submit-button-14 {
    width: 100%;
    margin-top: 20px;
  }

  .portal-link-image-div {
    width: 100%;
  }

  .order-div {
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
  }

  .countdown-header-div-2 {
    margin-bottom: 5px;
  }

  .countdown-time-2 {
    font-size: 36px;
    line-height: 39px;
  }

  .text-block-935 {
    font-size: 29px;
  }

  .field-label-2 {
    color: #000;
    margin-bottom: 5px;
    font-size: 16px;
  }

  .field-label-2.multi {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-1848 {
    height: 76.3%;
    left: 2%;
  }

  .text-block-931 {
    font-size: 15px;
  }

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

  .bullets-timer-div {
    flex-flow: column;
    width: 100%;
  }

  .product-name-3.portal {
    font-size: 20px;
    line-height: 24px;
  }

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

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

  .reco-list-text {
    font-size: 14px;
    line-height: 20px;
  }

  .dosage-step-div {
    width: 100%;
    margin-bottom: 50px;
  }

  .dosage-step-div.step-3 {
    margin-bottom: 20px;
  }

  .portal-tab-div {
    padding-top: 30px;
  }

  .portal-tab-div.profile {
    padding: 20px 0 30px;
  }

  .image-567 {
    margin-bottom: 10px;
  }

  .pbb_price {
    margin-top: 2px;
  }

  .button-125 {
    background-color: #2e9bf0;
    display: none;
  }

  .portal-top-div {
    padding-top: 100px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .article-link-boxes-div {
    flex-flow: column;
    width: 100%;
  }

  .div-block-1986 {
    width: 100%;
    margin-bottom: 30px;
  }

  .text-block-926, .text-block-930 {
    font-size: 18px;
  }

  .button-44 {
    width: 100%;
    margin-bottom: 15px;
  }

  .portal-content-link {
    flex-flow: column;
  }

  .dosage-steps-div {
    width: 100%;
  }

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

  .image-568 {
    width: 35px;
    margin-bottom: 15px;
  }

  .portal-tab {
    color: #aaa;
    text-align: center;
    border: 1px #dfdfdf;
    border-radius: 0;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0;
    display: flex;
  }

  .portal-tab.w--current {
    background-color: var(--bright-green);
    color: var(--black);
    border-color: #48d1d8;
    display: flex;
  }

  .portal-cta-div {
    flex-flow: column;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .progress-drop-div {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-1251 {
    text-align: center;
    font-size: 30px;
    line-height: 36px;
  }

  .doc_short-bio {
    margin-bottom: 15px;
  }

  ._3-checks-div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .paragraph-175 {
    width: 100%;
  }

  .text-block-1263.mobile {
    width: auto;
    font-size: 13px;
    line-height: 16px;
    display: none;
  }

  .portal-summary-header {
    margin-bottom: 15px;
  }

  .qs_div {
    padding-top: 20px;
  }

  .doctab_toptextdiv {
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }

  .reco-box-div {
    width: 100%;
    margin-bottom: 30px;
  }

  .div-block-1120 {
    flex-direction: column;
  }

  .countdown-main-div-2 {
    margin-bottom: 0;
  }

  .text-block-1415 {
    width: 100%;
    font-size: 30px;
    line-height: 33px;
  }

  ._3-products-div {
    flex-flow: column;
  }

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

  .text-block-920 {
    font-size: 16px;
  }

  .doctab_textdiv {
    width: 100%;
    margin-bottom: 30px;
  }

  .portal-category-link {
    border: 1px solid #000;
    border-radius: 99px;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    font-size: 14px;
  }

  .link-74 {
    color: #52b2cf;
    font-size: 18px;
    text-decoration: none;
    display: block;
  }

  .link-block-80, .portal-product-box {
    width: 100%;
    margin-bottom: 30px;
  }

  .text-block-929 {
    margin-bottom: 5px;
  }

  .tabs-menu {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    overflow: visible;
  }

  .portal-categories-div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .portal-bullets-div {
    width: 100%;
    margin-bottom: 20px;
  }

  .form-block-14 {
    margin-bottom: 0;
  }

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

  .input-div-half {
    width: 100%;
    margin-bottom: 5px;
  }

  .input-div-half.apt {
    width: 25%;
  }

  .input-div-half.shipping {
    width: 70%;
  }

  .text-block-1252 {
    margin-bottom: 30px;
  }

  .text-block-1262 {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 36px;
  }

  .countdown-row-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-1119 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-start;
  }

  .reco-list-header {
    font-size: 16px;
  }

  .account-summary-div {
    flex-flow: column;
  }

  .portal-input {
    height: 60px;
  }

  .dosage-flex-div, .dosage-step-3-div {
    flex-flow: column;
  }

  .text-block-917 {
    font-size: 16px;
  }

  .link-51 {
    right: 0%;
  }

  .portal-category-select-div {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .category-select-div-1 {
    flex-flow: column;
    align-items: flex-start;
    width: 48%;
    margin-right: 0;
  }

  .div-block-1988 {
    background-color: #fff0;
    margin-top: 20px;
    padding: 0;
  }

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

  .tab-headers-div {
    margin-bottom: 30px;
  }

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

  .doctab_chat-div {
    border: 1px solid #f3f3f3;
    width: 100%;
  }

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

  .text-block-932 {
    font-size: 22px;
  }

  .text-block-1264 {
    color: #000;
    font-size: 15px;
  }

  .text-block-1264.mobile {
    color: #2e9bf0;
  }

  .text-block-1264.desktop {
    display: none;
  }

  .text-span-329 {
    font-family: Inter, sans-serif;
  }

  .text-block-916 {
    margin-bottom: 15px;
    font-size: 19px;
  }

  .portal-cta-text-div {
    width: 100%;
    margin-bottom: 20px;
  }

  .text-block-231 {
    margin-right: 0;
  }

  .portal-category-links-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: stretch;
    width: 100%;
    margin-bottom: 20px;
  }

  .button-94 {
    text-align: center;
    width: 100%;
  }

  .text-block-1420 {
    font-size: 22px;
    line-height: 24px;
  }

  .link-block-81 {
    width: 100%;
    margin-bottom: 0;
    padding-left: 39px;
    padding-right: 39px;
  }

  .link-block-81:hover {
    width: 100%;
  }

  .countdown-detail-2 {
    font-size: 9px;
  }

  .payment-history-div {
    width: 100%;
  }

  .portal-form-2-input-div {
    flex-flow: column;
    margin-bottom: 0;
  }

  .portal-form-2-input-div.address {
    flex-flow: row;
  }

  .therapy-subs-div {
    width: 100%;
    margin-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .countdown-block {
    width: 22%;
  }

  .portal-profile-box.acctmgmt {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-1422 {
    line-height: 28px;
  }

  .div-block-1759 {
    padding-left: 0;
  }

  .reco-button-div {
    width: 100%;
  }

  .reco-img-div.test {
    width: 22%;
  }

  .paragraph-132 {
    font-size: 18px;
    line-height: 22px;
  }

  .reco-box-product-price {
    max-width: 390px;
  }

  .chat-reco-div {
    height: 600px;
    margin-bottom: 0;
  }

  .list {
    margin-bottom: 0;
  }

  .list.full {
    margin-bottom: 20px;
  }

  .text-block-802 {
    line-height: 17px;
  }

  .phone-frame-div {
    width: 24%;
    right: 4%;
  }

  .div-block-1758 {
    align-items: center;
    display: flex;
  }

  .div-block-1777 {
    padding-bottom: 20px;
  }

  .chat-box-div {
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    display: flex;
    inset: 0%;
  }

  .chat-body-div {
    max-width: 1000px;
    padding-top: 20px;
    overflow: auto;
  }

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

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

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

  .div-block-1745 {
    justify-content: center;
  }

  .text-block-962 {
    font-size: 11px;
    line-height: 11px;
  }

  .item-name-price-div.upsell, .item-name-price-div.upsell.bundle {
    padding-bottom: 0;
  }

  .upsellboxtop_div {
    border-bottom-style: none;
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .upsellboxtop_div.bundle {
    flex-flow: column;
    margin-bottom: 10px;
  }

  .price-side {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .price-side.upsell {
    padding-left: 0;
  }

  .list-headers-div {
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2px;
    display: flex;
  }

  .upsell-img-div {
    display: none;
  }

  .list-10 {
    margin-bottom: 0;
    font-size: 14px;
  }

  .upsell_boxbutton.solo {
    margin-top: 0;
  }

  .bullets-header-text {
    margin-bottom: 3px;
    font-size: 16px;
    line-height: 22px;
    display: none;
  }

  .upsell_boxinfo {
    width: 100%;
  }

  .paragraph-154 {
    margin-top: 40px;
  }

  .checkoutb_wrap-2 {
    padding-top: 20px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .price-2 {
    font-size: 24px;
  }

  .price-2.upsell {
    font-size: 24px;
    line-height: 20px;
  }

  .price-2.old {
    font-size: 18px;
    line-height: 18px;
  }

  .price-2.old.upsell {
    font-size: 17px;
  }

  .popup-buttons-div.upsell {
    margin-top: 0;
  }

  .text-block-1180 {
    color: var(--white);
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 22px;
  }

  .list-flex-div {
    margin-top: 0;
    margin-bottom: 15px;
  }

  .list-flex-div.bundle {
    margin-bottom: 10px;
  }

  .upsell_wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .button-113 {
    padding-left: 50px;
    padding-right: 50px;
    font-size: 18px;
  }

  .list-header {
    font-size: 16px;
    line-height: 16px;
  }

  .list-header.bundle {
    font-size: 14px;
  }

  .upsell_top_info_div, .upsell_top_info_div.bundle {
    width: 100%;
  }

  .productname.upsell {
    font-size: 20px;
  }

  .productname.upsell.bundle {
    font-size: 24px;
  }

  .item-text-div {
    padding-bottom: 10px;
  }

  .item-text-div.checkout {
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .mobile-image {
    width: 100%;
  }

  .mobile-image.bundle {
    width: 60%;
  }

  .mobile-image.zofram {
    width: 55%;
  }

  .mobile-image.b12 {
    width: 100%;
    margin-bottom: -55px;
  }

  .upsell_box-header-bar {
    padding-left: 0;
    padding-right: 0;
  }

  .dollar-sign {
    font-size: 10px;
    line-height: 15px;
  }

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

  .mobile_img_div {
    background-color: #fff0;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 20%;
    margin-bottom: 10px;
    padding: 6px;
    display: none;
  }

  .mobile_img_div.bundle {
    background-color: #fff3;
    width: 100%;
    padding: 0;
  }

  .image-450 {
    top: 5%;
  }

  .item-details-div {
    align-items: flex-start;
    margin-bottom: 0;
  }

  .product-upsell-div {
    width: 100%;
  }

  .product-upsell-div.desk {
    margin-bottom: 10px;
  }

  .product-upsell-div.desk.checkout {
    padding: 0 0 20px;
  }

  .product-upsell-div.desk.checkout.no-header {
    padding-top: 10px;
  }

  .checkout_upsellbullet_text {
    font-size: 14px;
    line-height: 17px;
  }

  .checkout_upsellbullet_text.bundle {
    margin-bottom: 0;
    font-size: 13px;
  }

  .button-127 {
    width: 100%;
  }

  .checkoutb_wrap-3 {
    padding-top: 20px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .button-128, .plan-upsell {
    width: 100%;
  }

  .plan-bottom-div, .plan-bottom-div._2 {
    flex-flow: column;
  }

  .plan-bottom-div._1 {
    flex-flow: column;
    align-items: center;
  }

  .timeline_line {
    height: 78%;
    left: 2.5%;
  }

  .checkoutb_wrap-4 {
    padding-top: 20px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .paragraph-153 {
    font-size: 14px;
    font-weight: 600;
  }

  .almost_bottomflex_div, .timeline-div {
    width: 100%;
  }

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

  .hb_stepheader_div-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .text-block-1162 {
    font-size: 23px;
  }

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

  .hb_buttondiv1-2 {
    width: 100%;
  }

  .checkoutb_wrap-5 {
    padding-top: 20px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .text-block-1168 {
    font-size: 15px;
  }

  .div-block-1953 {
    width: 13%;
  }

  .hb_stepexample_div-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-1167 {
    padding-left: 0;
  }

  .examplebox-2 {
    width: 100%;
  }

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

  .paragraph-176 {
    font-size: 18px;
    line-height: 22px;
  }

  .popup-body-div {
    max-width: 1000px;
    padding-top: 20px;
    overflow: auto;
  }

  .popup-chat-div {
    height: 600px;
    margin-bottom: 0;
  }

  .submit-button-19 {
    width: 100%;
    margin-bottom: 15px;
  }

  .textarea {
    height: auto;
    font-size: 16px;
  }

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

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

  .cancel-popup_div {
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    display: flex;
    inset: 0%;
  }

  .fast-wrap {
    padding-left: 3%;
    padding-right: 3%;
  }

  .fast_step-div {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .step_imgdiv {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    display: flex;
  }

  .fast_steptxtdiv {
    width: 100%;
  }

  .text-block-1431 {
    color: var(--black);
  }

  .text-block-1432 {
    font-size: 17px;
  }

  .fast-steps {
    padding-left: 0;
    padding-right: 0;
  }

  .image-571 {
    width: 50px;
    margin-left: 20px;
    margin-right: 20px;
    padding-right: 0;
  }

  .image-572 {
    width: 100px;
  }

  .div-block-2095 {
    font-family: var(--barlow);
    text-align: left;
  }

  .step-headers.desk {
    display: none;
  }

  .step-headers.mob {
    text-align: left;
    width: auto;
    display: block;
  }

  .image-573 {
    width: 80px;
  }

  .boxes-wrap {
    padding-left: 3%;
    padding-right: 3%;
  }

  .boxes-pair {
    flex-flow: column;
    margin-bottom: 0;
  }

  .box {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 30px;
    padding-top: 40px;
    padding-left: 20px;
  }

  .box._2 {
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 20px;
  }

  .box._3 {
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px 20px 20px 0;
  }

  .box._4 {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .box._1 {
    padding-left: 20px;
  }

  .box_textdiv {
    width: 100%;
    padding-bottom: 20px;
  }

  .box_textdiv._4 {
    width: 100%;
    padding-left: 0;
  }

  .box_textdiv._3 {
    width: 100%;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 0;
  }

  .box_textdiv._2 {
    width: 100%;
  }

  .box_textdiv._1 {
    width: 100%;
    margin-bottom: 20px;
  }

  .text-block-1433 {
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 28px;
  }

  .paragraph-179 {
    padding-right: 20px;
    font-size: 19px;
    line-height: 25px;
  }

  .paragraph-179._3 {
    padding-right: 0;
  }

  .boxes-imgdiv {
    flex-flow: row;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
  }

  .boxes-imgdiv._1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }

  .boxes-imgdiv._4 {
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
  }

  .boxes-imgdiv._3 {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }

  .boxes-imgdiv._2 {
    width: 100%;
  }

  .box-img {
    width: 50%;
  }

  .box-img._2 {
    width: 50%;
    margin-top: -10px;
  }

  .box-img._1 {
    width: 48%;
    margin-top: -33px;
    position: static;
  }

  .box-img._3 {
    width: 60%;
    margin-top: 0;
    display: none;
  }

  .box-img._4 {
    width: 58%;
    margin-top: 0;
  }

  .fixed-button-div {
    z-index: 2147483647;
    background-color: #000c;
    padding: 20px 3%;
    display: none;
    position: fixed;
    inset: auto 0% 0%;
  }

  .fixed-button {
    background-color: var(--bright-green);
    font-family: var(--barlow);
    color: var(--black);
    text-align: center;
    border-radius: 9px;
    width: 100%;
    padding-top: 19px;
    padding-bottom: 22px;
    font-size: 22px;
    font-weight: 500;
    line-height: 22px;
    display: inline-block;
  }

  .fixed-button:hover {
    background-color: var(--purp);
    color: var(--white);
  }

  .text-span-332 {
    font-family: var(--arrow);
  }

  .image-574 {
    width: 120px;
    margin-top: -10px;
    display: inline-flex;
  }

  .image-575 {
    width: 50%;
    display: inline-flex;
  }

  .image-575.hide {
    display: none;
  }

  .image-576 {
    width: 45%;
    display: inline-flex;
  }

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

  .pens-div {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .pens_textdiv {
    margin-left: 0;
    padding-left: 10px;
  }

  .plan-box-link {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .plan-box-link._3mo, .plan-box-link._6mo {
    padding-top: 10px;
  }

  .plan-box-div {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .text-block-1437 {
    font-size: 22px;
  }

  .text-block-1438 {
    font-size: 33px;
    line-height: 33px;
  }

  .text-block-1439 {
    font-size: 12px;
    line-height: 17px;
  }

  .planbox_pricebox {
    font-weight: 600;
    top: 30%;
  }

  .planbox_pricebox._6mo {
    top: 25%;
  }

  .heading-8-copy {
    width: 80%;
    margin-top: 2px;
    margin-bottom: 0;
    font-size: 26px;
    line-height: 32px;
  }

  .heading-8-copy._1 {
    width: 100%;
  }

  .heading-8-copy._1.b {
    margin-top: 27px;
    font-size: 27px;
    line-height: 30px;
  }

  .text-block-250-copy {
    margin-bottom: 25px;
    font-size: 17px;
  }

  .plan-inclusions-div-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .semaco_payinfo-copy {
    width: 100%;
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .text-block-1440 {
    font-size: 15px;
    line-height: 21px;
  }

  .semaco_wrap-copy {
    margin-top: 0;
    padding-top: 30px;
    padding-left: 3%;
    padding-right: 3%;
    display: block;
  }

  .image-579._1 {
    width: 100px;
    inset: auto auto 10% 5%;
  }

  .checkoutb_wrap-6 {
    padding-top: 20px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .tf_textfield-3 {
    border-radius: 6px;
    margin-bottom: 25px;
  }

  .tf_textfield-3:focus {
    border-color: #6d22ff;
  }

  .tf_textfield-3::placeholder {
    font-size: 13px;
  }

  .tf_textfield-3.half {
    width: 48%;
  }

  .plandetails_div {
    align-items: flex-start;
  }

  .card-fields-div {
    padding-left: 15px;
    padding-right: 15px;
  }

  .payment_toggle {
    padding-left: 9px;
    padding-right: 20px;
  }

  .disclaimersdiv {
    padding-left: 0%;
    padding-right: 0%;
  }

  .disclaimersdiv.left {
    padding-right: 0%;
  }

  .checkout_planbox {
    padding: 30px 20px;
  }

  .checkout_planbox.monthly {
    display: none;
  }

  .plan_div.monthly {
    justify-content: space-between;
    align-items: flex-start;
  }

  .info-top {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .text-block-1442 {
    border-radius: 20px;
    top: 1%;
    right: 2%;
  }

  .text-block-1443, .text-block-1444 {
    font-size: 12px;
    line-height: 18px;
  }

  .checkout-3_-card-payment-div {
    padding-left: 3%;
    padding-right: 3%;
  }

  .radio-button {
    top: 35%;
    right: 2%;
  }

  .radio-button-field-2 {
    width: 100%;
  }

  .div-block-2103 {
    border-radius: 9px 9px 0 0;
    padding-bottom: 10px;
  }

  .div-block-2104 {
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-2105 {
    width: 49%;
    margin-left: 0;
  }

  .div-block-2106 {
    justify-content: space-between;
    margin-left: 0;
  }

  .div-block-2107 {
    width: 100%;
    margin-bottom: 15px;
  }

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

  .month-dosage {
    margin-bottom: 0;
    font-size: 19px;
    line-height: 21px;
  }

  .reco-img-div-copy.test {
    width: 22%;
  }

  .reco-img-div-copy.combo {
    width: 35%;
    padding: 10px;
  }

  .reco-box-copy.backup {
    width: 100%;
  }

  .reco-box-copy.backup.individual {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 20px;
    display: flex;
  }

  .text-block-797-copy {
    margin-bottom: 0;
    font-size: 18px;
  }

  .text-block-797-copy.individual {
    padding-left: 5px;
    font-size: 21px;
    line-height: 24px;
  }

  .text-block-798-copy {
    font-size: 17px;
  }

  .reco-info-box-copy {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 15px;
  }

  .reco-info-box-copy.individual {
    justify-content: space-between;
    align-items: center;
  }

  .reco-info-box-copy.bundle {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-right: 0;
  }

  .reco-box-product-price-copy {
    width: 100%;
    max-width: 390px;
  }

  .reco-box-top-copy-copy {
    width: 100%;
  }

  .text-block-792-copy {
    font-size: 24px;
  }

  .text-block-795-copy {
    font-size: 30px;
  }

  .button-136-copy.individual.mobile {
    width: 90%;
    margin-top: 0;
  }

  .reco-button-div-copy {
    width: 100%;
  }

  .list-copy {
    margin-bottom: 0;
  }

  .list-copy.full {
    margin-bottom: 20px;
  }

  .list-copy.individual {
    padding-left: 20px;
  }

  .list-copy._1 {
    margin-bottom: 5px;
  }

  .div-block-1745-copy {
    justify-content: center;
  }

  .mobile-button-div {
    display: flex;
  }

  .desk-button-div {
    display: none;
  }

  ._1box_wrap {
    padding-top: 10px;
    padding-left: 3%;
    padding-right: 3%;
  }

  ._1box_maindiv {
    padding: 14px;
  }

  ._1box_flex {
    flex-flow: column;
  }

  ._1box_imgdiv {
    width: 100%;
    margin-bottom: 15px;
  }

  ._1box_textdiv {
    width: 100%;
  }

  .text-block-1506 {
    font-size: 33px;
  }

  .ctawrap {
    padding-left: 3%;
    padding-right: 3%;
  }

  .button-140 {
    display: none;
  }

  .nav-trans {
    width: 100%;
    display: block;
  }

  .navtrans_wrap {
    flex-flow: column;
    padding-left: 3%;
    padding-right: 3%;
    display: none;
  }

  .nav-link-trans {
    font-family: var(--barlow);
    color: var(--green);
    font-size: 18px;
    font-weight: 500;
  }

  .nav-link-trans.trans {
    font-size: 14px;
  }

  .navbar-trans {
    background-color: #fff;
    padding: 15px 0;
  }

  .navbar-trans.home {
    background-color: #0000;
    padding-top: 13px;
    padding-bottom: 9px;
  }

  .transp-mobile-nav-div {
    background-color: var(--tansparent);
    padding: 0 0%;
    display: flex;
  }

  .trans-menu-button {
    background-color: var(--white);
    color: #ff4c46;
    margin-top: 0;
    padding-top: 13px;
    padding-bottom: 10px;
  }

  .trans-menu-button.w--open {
    background-color: var(--white);
    color: var(--purp);
  }

  .trans-menu-button.home {
    background-color: var(--tansparent);
  }

  .icon-34-copy {
    color: var(--white);
  }

  .icon-34-copy.home {
    color: var(--green);
  }

  .text-block-1510 {
    color: var(--tansparent);
    margin-top: -37px;
    display: block;
  }

  .section {
    display: none;
  }

  .basic-nav {
    width: 100%;
    display: block;
  }

  .stepexp-div {
    flex-flow: column;
    width: 100%;
    padding: 0 0 50px;
  }

  .stepexp-div.last {
    padding-bottom: 0;
  }

  .text-block-1511 {
    font-size: 33px;
  }

  .text-block-1512 {
    text-align: left;
    margin-bottom: 10px;
    font-size: 37px;
    line-height: 44px;
  }

  .step-exp-imgdiv {
    width: 100%;
    padding-right: 0;
  }

  .paragraph-182 {
    width: 100%;
  }

  .exp_wrap {
    padding-left: 3%;
    padding-right: 3%;
  }

  .paragraph-183 {
    text-align: left;
    width: 100%;
  }

  .button-141 {
    width: 100%;
  }

  .step_text-div {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .step_text-div.teledoc {
    padding-bottom: 0;
  }
}


