:root {
  --logo-blue: #52b2cf;
  --logo-green: #48d1d8;
  --f6-grey: #f6f6f6;
  --roboto: Roboto, sans-serif;
  --666-grey: #666;
  --black: #000;
  --inter: Inter, sans-serif;
  --df-grey: #dfdfdf;
  --white: white;
  --f3-grey: #f3f3f3;
  --nunito: Nunito, sans-serif;
  --999-grey: #999;
  --dark-bluegreen: #4e7882;
  --yellow-highlight: #e9ff86;
  --f9-grey: #f9f9f9;
  --manrope: Manrope, 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;
  }
}

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

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

.mobile-nav-div {
  flex-flow: column;
  align-items: center;
  padding: 200px 10% 10px;
  display: 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;
}

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

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

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

.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;
}

.nav_wrap {
  z-index: 999;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 10px 10%;
  display: flex;
  position: relative;
}

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

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

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

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

.link-61.trans {
  color: var(--logo-blue);
  font-size: 13px;
  font-weight: 300;
}

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

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

.navbar {
  width: 100%;
}

.button {
  color: #000;
  background-color: #fff0;
  border: 1px solid #000;
  padding: 16px 35px;
  font-size: 15px;
  line-height: 21px;
}

.button.trans {
  border-width: 1.5px;
  border-color: var(--logo-green);
  background-color: var(--logo-green);
  color: #fff;
  text-align: center;
  border-radius: 9px;
  padding: 7px 20px;
  font-size: 13px;
  font-weight: 400;
}

.button.trans:hover {
  border-color: var(--logo-blue);
  background-color: var(--logo-blue);
}

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

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

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

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

.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;
}

.hero-icon {
  width: 30px;
  margin-bottom: 10px;
  display: none;
}

.div-block-1862 {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.hero-price-div {
  flex-flow: column;
  align-items: center;
  width: 50%;
  margin-bottom: 10px;
  padding-top: 0;
  display: flex;
}

.hero-price-div.pair {
  margin-bottom: 3px;
}

.link-block-79 {
  color: #00c3ff;
  width: 100%;
  margin-bottom: 10px;
  text-decoration: none;
}

.header-text-span {
  background-color: #e9ff86;
  font-style: italic;
  font-weight: 600;
}

.header-text-span.wl {
  background-color: #0000;
  background-image: linear-gradient(180deg, #fff0 18%, var(--f6-grey) 18%, var(--f6-grey) 83%, #fff0 83%);
  color: var(--logo-green);
  padding-left: 10px;
  padding-right: 10px;
  font-size: 43px;
}

.text-block-966 {
  font-family: var(--roboto);
  color: var(--666-grey);
  font-size: 15px;
  font-weight: 500;
}

.text-span-257 {
  color: var(--black);
  font-weight: 700;
}

.text-block-1191 {
  font-family: var(--roboto);
  color: #999;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 9px;
  line-height: 13px;
}

.rating-div-2 {
  align-items: center;
  width: 39%;
  padding-left: 20px;
  display: none;
}

.amount-div-2 {
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: 10px;
  display: flex;
}

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

.text-span-224 {
  font-family: var(--inter);
}

.wl_heroleft {
  width: 45%;
}

.image-467 {
  margin-left: 0;
  margin-right: 0;
}

.hero-product-box-div {
  border: 1px solid var(--df-grey);
  text-align: center;
  background-image: url('../images/ba_guythin.png'), url('../images/ba_guyfat_bw.png');
  background-position: 110% 160%, -10% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 35%, 40%;
  border-radius: 9px;
  width: 48%;
  padding: 15px 17px 20px;
  text-decoration: none;
  box-shadow: 0 2px 13px #48d1d854;
}

.hero-product-box-div.tirz {
  background-color: var(--white);
  box-shadow: none;
  background-image: url('../images/ba_guythin_1.png'), url('../images/ba_guyfat_bw.png');
  background-position: 100% 100%, -10% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 40%, 40%;
  height: auto;
}

.hero-product-box-div.tirz:hover {
  background-color: var(--f3-grey);
}

.hero-product-box-div.sema {
  background-color: var(--white);
  box-shadow: none;
  background-image: url('../images/ba_girlthin.png'), url('../images/ba_girlfat_bw.png');
  background-position: 110% 100%, -10% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 43%, 37%;
  height: auto;
}

.hero-product-box-div.sema:hover {
  background-color: var(--f3-grey);
}

.text-block-965 {
  color: #000;
  text-align: left;
  font-size: 50px;
  font-weight: 600;
  line-height: 40px;
}

.text-block-965.wl {
  font-family: var(--roboto);
  color: var(--black);
  font-size: 45px;
  font-weight: 900;
  line-height: 35px;
}

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

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

.wl_heroimg_div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 45%;
  display: flex;
  position: relative;
}

.image-div {
  width: 30%;
  margin-right: 0;
  padding-top: 5px;
}

.text-block-963 {
  color: #000;
  text-align: left;
  margin-left: -13px;
  font-size: 24px;
  font-weight: 700;
}

.text-block-963.wl {
  font-family: var(--roboto);
  color: var(--black);
  font-size: 19px;
  font-weight: 600;
}

.weighlossheroimage {
  border-radius: 16px;
  width: 80%;
  display: inline-block;
}

.heroprice_div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  margin-bottom: 10px;
  display: flex;
}

.text-block-970 {
  color: #000;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  display: none;
}

.image-454 {
  margin-bottom: 3px;
}

.button-98 {
  background-color: var(--logo-green);
  font-family: var(--nunito);
  color: #fff;
  text-align: center;
  border-radius: 8px;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 18px;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.button-98:hover {
  background-color: var(--logo-blue);
  color: #fff;
}

.hipaa-image {
  width: 100px;
  margin-left: 15px;
  position: absolute;
  inset: auto 17% -3% auto;
}

.heading-61 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Nunito, sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 51px;
}

.text-span-212 {
  background-color: #dfdfdf;
  border-radius: 20px;
  font-weight: 900;
}

.text-block-974 {
  font-family: var(--nunito);
  color: var(--logo-green);
  background-color: #d6fff000;
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
}

.text-block-976 {
  color: #000;
  margin-right: 10px;
  font-size: 48px;
  font-weight: 500;
  line-height: 48px;
}

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

.wl_hero_wrap {
  background-color: var(--white);
  flex-flow: column;
  align-items: center;
  padding: 100px 10% 50px;
  display: flex;
}

.text-block-967 {
  color: #000;
  text-align: center;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.text-block-1190 {
  font-family: var(--roboto);
  color: var(--black);
  margin-top: -5px;
  font-size: 15px;
}

.weightlosshero_section {
  display: none;
}

.paragraph-145 {
  font-family: var(--roboto);
  color: var(--black);
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.hero-cta-div-2 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 30px;
  display: flex;
}

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

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

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

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

.grid_wrap {
  border-bottom: 1px none var(--df-grey);
  background-image: linear-gradient(180deg, var(--white) 25%, #48d1d84f 50%, white 75%);
  flex-flow: column;
  align-items: center;
  padding: 60px 10% 30px;
  display: flex;
}

.grid_section {
  display: block;
}

.grid_section.hide {
  display: none;
}

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

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

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

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

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

.gridbox_header.wl {
  font-family: var(--nunito);
  color: var(--logo-blue);
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}

.image-525 {
  width: 100%;
}

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

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

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

._3box_boxsub {
  font-family: var(--roboto);
  color: var(--black);
  font-size: 14px;
}

._3box_box {
  border: 1px solid var(--df-grey);
  background-color: #fff;
  border-radius: 11px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 31%;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

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

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

._3boxes_header {
  font-family: var(--nunito);
  color: #000;
  text-align: center;
  margin-bottom: 30px;
  font-size: 39px;
  font-weight: 700;
  line-height: 44px;
}

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

._3box_boxheader {
  font-family: var(--nunito);
  color: var(--logo-blue);
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: 700;
  line-height: 32px;
}

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

._3boxes-flex.weightloss {
  padding-left: 50px;
  padding-right: 50px;
}

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

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

.image-524 {
  width: 100%;
}

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

._3-boxes-wrap {
  background-image: none;
  flex-flow: column;
  align-items: center;
  padding: 50px 5%;
  display: flex;
}

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

.text-block-897 {
  font-family: var(--roboto);
  color: var(--logo-blue);
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

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

.testi-div-wrap.wl {
  padding-top: 80px;
  padding-bottom: 30px;
}

.text-span-259 {
  color: var(--logo-green);
  font-weight: 300;
}

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

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

.text-span-116 {
  color: var(--black);
  font-weight: 700;
}

.card-4 {
  text-align: center;
  border: 1px solid #dfdfdf;
  border-radius: 11px;
  width: 30%;
  padding: 20px;
}

.text-block-896 {
  font-family: var(--roboto);
  color: var(--black);
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
}

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

.testi-div {
  text-align: center;
  max-width: 1280px;
}

.slider-6 {
  background-color: #0000;
  height: 510px;
}

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

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

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

.testi-header.wl {
  font-family: var(--nunito);
  font-size: 39px;
  font-weight: 900;
  line-height: 44px;
}

.image-432 {
  background-color: var(--logo-green);
  border-radius: 15px;
  margin-bottom: 0;
}

.mobile-slider {
  display: none;
}

.mask-5 {
  height: 480px;
}

.section_media-logos {
  display: block;
}

.media-logos-header {
  color: var(--999-grey);
  text-align: center;
  margin-bottom: 20px;
  font-size: 11px;
  font-weight: 900;
  line-height: 16px;
}

.image-430 {
  height: 40px;
}

.media-logos-div-box {
  max-width: 1280px;
}

.media-logos-div-box.wl {
  width: 100%;
}

.media-logos-box {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.media-div-wrap.wl {
  padding-top: 0;
}

.div-block-1944 {
  border: .5px solid #000;
  width: 1px;
  height: 20px;
}

.branded-box {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 9px;
  width: 49%;
  padding: 10px;
}

.text-span-244 {
  background-color: var(--f3-grey);
  font-family: var(--roboto);
  color: var(--black);
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
}

.bracketdiv {
  flex-flow: column;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
}

.treatment-comp-section {
  display: none;
}

.text-span-263 {
  font-family: var(--inter);
}

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

.compblock_wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 50px 10% 70px;
  display: flex;
}

.compblock_wrap.wl {
  background-color: var(--white);
  background-image: linear-gradient(#c9e8ff00 25%, #c0fcff 50%, #fff0 75%);
  padding-top: 30px;
  padding-bottom: 40px;
}

.productbox_bullet {
  font-family: var(--roboto);
  color: var(--black);
  align-items: center;
  margin-bottom: 0;
  font-size: 15px;
  display: flex;
}

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

.productbox.a {
  background-color: #fff;
  border: 1px solid #000;
}

.productbox.a.notirz {
  width: 100%;
}

.productbox.tirz {
  display: none;
}

.brandedproducts_div {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.productbox_paragraph {
  font-family: var(--roboto);
  color: var(--black);
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 19px;
  display: none;
}

.div-block-1943 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 5%;
  display: flex;
}

.div-block-1945 {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  width: 60%;
  height: 25px;
}

.text-span-260 {
  color: var(--black);
  font-size: 13px;
  line-height: 12px;
}

.text-block-1194 {
  color: #999;
  text-align: center;
  margin-top: 8px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 10px;
  line-height: 13px;
}

.brandeddiv {
  flex-flow: column;
  align-items: center;
  width: 38%;
  display: flex;
}

.text-block-1134 {
  font-family: var(--roboto);
  color: var(--black);
  font-size: 27px;
  font-weight: 900;
  line-height: 18px;
}

.text-block-1132 {
  background-color: var(--f3-grey);
  font-family: var(--roboto);
  color: var(--black);
  font-size: 19px;
  font-weight: 900;
  line-height: 22px;
}

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

.image-507 {
  width: 60%;
  height: auto;
}

.button-116 {
  background-color: var(--logo-blue);
  color: var(--white);
  text-align: center;
  border-radius: 9px;
  width: 100%;
  padding-top: 11px;
  padding-bottom: 12px;
  font-size: 12px;
  font-weight: 800;
  line-height: 14px;
}

.button-116:hover {
  background-color: var(--logo-green);
  color: #fff;
}

.button-108 {
  background-color: var(--black);
  font-family: var(--nunito);
  color: var(--logo-green);
  text-align: center;
  border-radius: 9px;
  width: 100%;
  padding-top: 11px;
  padding-bottom: 12px;
  font-size: 14px;
  font-weight: 800;
  line-height: 19px;
}

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

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

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

.compblock_div.no-tirz {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: space-between;
  align-items: center;
}

.text-block-1133 {
  font-family: var(--nunito);
  color: var(--black);
  text-align: center;
  font-size: 39px;
  font-weight: 300;
  line-height: 44px;
}

.text-block-1193 {
  color: var(--black);
  font-size: 14px;
}

.text-block-1192 {
  font-family: var(--roboto);
  color: var(--black);
  text-align: center;
  margin-top: 8px;
  font-size: 9px;
}

.text-block-1192.no-tirz {
  display: none;
}

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

._2box_leftdiv {
  width: 55%;
}

._2box_leftdiv.no-tirz {
  width: 30%;
}

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

.text-block-1135 {
  font-family: var(--nunito);
  color: var(--black);
  margin-bottom: 5px;
  font-size: 23px;
  font-weight: 600;
  line-height: 25px;
}

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

.text-block-1136 {
  text-align: right;
  font-weight: 900;
}

.image-505 {
  width: 40%;
}

._2products_div {
  justify-content: space-between;
  width: 55%;
  display: flex;
}

._2products_div.wl {
  width: 100%;
}

._2products_div.wl.notirz {
  justify-content: center;
}

.compblock-headersdiv {
  flex-flow: column;
  width: 100%;
  margin-bottom: 50px;
  display: flex;
}

.text-block-1131 {
  font-family: var(--nunito);
  color: var(--logo-green);
  font-size: 26px;
  font-weight: 700;
  line-height: 31px;
}

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

.boxes-right-div {
  width: 45%;
}

.text-block-887 {
  color: #000;
  margin-bottom: 10px;
  font-size: 43px;
  font-weight: 900;
  line-height: 40px;
}

.div-block-1827 {
  flex-flow: column;
  align-items: flex-start;
  width: 86%;
  margin-top: 0;
  display: flex;
}

.div-block-1835 {
  justify-content: space-between;
  margin-bottom: 30px;
  display: flex;
}

.box-div-2 {
  text-align: left;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 16px;
  width: 48%;
  padding: 36px 30px 50px;
}

.box-div-2._4 {
  background-image: linear-gradient(#fff9, #fff9), url('../images/box_deliver_PM.png');
  background-position: 0 0, 100% 1%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 60%;
  text-decoration: none;
}

.box-div-2._1 {
  background-color: #fff;
  background-image: linear-gradient(#ffffffb0, #ffffffb0), url('../images/box_weightloss_PM.png');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 100%;
  border: 1px solid #000;
}

.box-div-2._3 {
  background-image: linear-gradient(#fff9, #fff9), url('../images/box_waistPM.png');
  background-position: 0 0, 150% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 100%;
}

.box-div-2._2 {
  background-image: linear-gradient(#fff9, #fff9), url('../images/box_weigh_PM.png');
  background-position: 0 0, 100% -50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 50%;
}

.weight-slider-div-2 {
  background-color: #fff;
  border: 1px #ece6ff;
  border-radius: 0;
  width: 86%;
  margin-top: 15px;
  margin-bottom: 10px;
  padding: 20px 0 0;
}

.button-91 {
  color: #fff;
  text-align: center;
  background-color: #01d449;
  border-radius: 11px;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 19px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.button-91:hover {
  color: #fff;
  background-color: #2e9bf0;
}

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

.section_slider-boxes {
  display: none;
}

.div-block-1833, .div-block-1829 {
  align-items: flex-end;
  display: flex;
}

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

.image-434 {
  width: 50px;
  margin-bottom: 10px;
}

.text-span-194 {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.image-431 {
  width: 50px;
  margin-top: 4px;
  margin-right: 6px;
}

.text-block-888 {
  color: #000;
  -webkit-text-stroke-color: #6d22ff;
  font-size: 70px;
  font-weight: 900;
  line-height: 70px;
}

.text-block-898 {
  color: #000;
  text-align: left;
  margin-left: 3px;
  font-weight: 900;
  line-height: 25px;
}

.text-block-894 {
  color: #000;
  font-size: 19px;
  line-height: 26px;
}

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

.text-block-885 {
  padding-right: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.text-block-885.wl {
  color: #000;
  text-align: left;
  font-size: 21px;
  line-height: 27px;
}

.slider-left-div {
  width: 50%;
  height: auto;
  padding: 0 30px 30px;
}

.box-row-div {
  justify-content: space-between;
  margin-bottom: 15px;
  display: flex;
}

.weight-slider_header {
  color: #000;
  text-align: left;
  width: 90%;
  margin-bottom: 25px;
  font-size: 45px;
  font-weight: 400;
  line-height: 51px;
}

.weight-slider_header.wl {
  width: 85%;
  font-size: 39px;
  line-height: 45px;
}

.paragraph-117 {
  color: #000;
  text-align: left;
  width: 85%;
  margin-bottom: 25px;
  font-size: 17px;
  line-height: 24px;
}

.text-block-892 {
  color: #000;
  font-size: 18px;
  font-weight: 900;
  line-height: 36px;
}

.weight-slider-wrap {
  flex-flow: column;
  align-items: center;
  padding: 60px 7% 50px;
  display: flex;
}

.div-block-1837 {
  background-color: #fff;
  border: 1px #000;
  border-radius: 100px;
  height: 10px;
  margin-bottom: 30px;
}

.slider-and-boxes-div {
  text-align: center;
  justify-content: space-between;
  max-width: 1280px;
  margin-top: 0;
  display: flex;
}

.issues_div {
  background-color: var(--logo-blue);
  border-radius: 16px;
  justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  padding: 40px;
  display: block;
}

.issues_header {
  color: #000;
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 900;
  line-height: 42px;
}

.issues_line {
  border: .5px solid var(--logo-green);
  height: 1px;
  margin-bottom: 10px;
}

.issues_line.mobile {
  display: none;
}

.issues_bullet {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 13px;
  display: flex;
}

.issues_half-div {
  width: 48%;
}

.issues-section {
  display: none;
}

.bold-text {
  font-family: var(--nunito);
  color: #fff;
  font-size: 34px;
  line-height: 40px;
}

.issues_wrap {
  flex-flow: column;
  align-items: center;
  padding: 50px 10%;
  display: flex;
}

.issues_wrap.no-tirz {
  padding-bottom: 100px;
}

.image-482 {
  width: 35px;
}

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

.text-block-1053 {
  font-family: var(--roboto);
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.table-data-cell {
  width: 25%;
  padding: 15px;
}

.data_row_div {
  border-bottom: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  display: flex;
}

.data-cell-text {
  font-family: var(--roboto);
  color: var(--black);
  font-size: 13px;
}

.smallheader_mobdiv {
  align-items: center;
  display: flex;
}

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

.comptable_wrap {
  flex-flow: column;
  align-items: center;
  padding: 50px 10% 70px;
  display: flex;
}

.comparison-table-section.no-tirz {
  display: none;
}

.text-block-1197 {
  font-family: var(--roboto);
  color: var(--black);
  width: 60%;
  font-size: 16px;
  line-height: 22px;
}

.comptable_headerdiv {
  width: 100%;
  margin-bottom: 60px;
}

.table_mobsliderdiv {
  width: 100%;
  display: none;
}

._2smallheader_div {
  border-bottom: 1px solid #dfdfdf;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  padding-bottom: 3px;
  display: flex;
}

.productcell {
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  width: 25%;
  padding: 15px;
}

.productcell.last {
  border-top-style: solid;
  border-right: 1px solid #dfdfdf;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.productcell.blank {
  border-top-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

.text-block-1196 {
  font-family: var(--nunito);
  color: var(--black);
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
}

.cell-header {
  font-family: var(--nunito);
  color: var(--black);
  font-size: 16px;
  font-weight: 700;
}

.comptable_div {
  width: 100%;
  max-width: 1280px;
  display: block;
}

.comptable_smallheaders_div {
  justify-content: flex-start;
  display: flex;
}

.comptable_smallheaders_div.hide {
  display: none;
}

.datacell_mobile {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: 1px solid #dfdfdf;
  flex-flow: column;
  justify-content: space-between;
  padding: 5px 10px;
  display: flex;
}

.cell-label {
  color: #000;
  font-weight: 800;
}

.line-accent {
  border: .75px solid #dfdfdf;
  width: 55%;
  height: 1px;
}

.line-accent.long {
  width: 73%;
}

.small-header {
  color: #000;
  font-weight: 800;
}

.small-header.desk {
  font-family: var(--roboto);
  color: var(--black);
  font-size: 13px;
}

.table_product_row_div {
  justify-content: flex-start;
  display: flex;
}

.product-cell-name-mobile {
  color: #000;
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 800;
  line-height: 24px;
}

.button-118 {
  background-color: var(--logo-green);
  font-family: var(--roboto);
  color: var(--white);
  text-align: center;
  border-radius: 9px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
}

.button-118:hover {
  background-color: var(--logo-blue);
  color: #fff;
}

.cell_imgdiv_mobile {
  background-color: #c9e8ff;
  margin-bottom: 10px;
}

.text-block-1195 {
  font-family: var(--nunito);
  color: var(--black);
  margin-bottom: 5px;
  font-size: 39px;
  font-weight: 600;
  line-height: 44px;
}

.cell_imgdiv {
  background-color: var(--logo-blue);
  width: 100%;
  margin-bottom: 15px;
}

.productcell_mobile {
  flex-flow: column;
  justify-content: space-between;
  padding: 10px;
  display: flex;
}

.button-117 {
  color: #000;
  text-align: center;
  background-color: #e9ff86;
  border-radius: 9px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.button-117:hover {
  background-color: #c9e8ff;
}

.smallheader_div {
  border: 1px #000;
  border-bottom: 1px solid #dfdfdf;
  justify-content: space-between;
  align-items: center;
  width: 25%;
  padding-bottom: 3px;
  padding-right: 10px;
  display: flex;
}

.smallheader_div.blank {
  border-bottom-style: none;
}

.comptable_mobile {
  border: 1px solid #dfdfdf;
  width: 25%;
  padding: 0;
  display: block;
}

.table-header-cell {
  background-color: #f6f6f6;
  border-top: 1px #dfdfdf;
  border-right: 1px solid #dfdfdf;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 25%;
  padding: 15px;
  display: flex;
}

.table-header-cell.top {
  background-color: #f3f3f3;
  border-top-style: solid;
}

.table_mobslider {
  height: auto;
}

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

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

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

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

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

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

.dropdown-toggle-11 {
  border-bottom: 1px solid #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;
}

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

.link-57 {
  color: #666;
}

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

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

.text-block-1009 {
  font-family: var(--roboto);
  color: var(--black);
  font-size: 19px;
  font-weight: 400;
  line-height: 29px;
}

.text-block-1009.faq {
  width: 100%;
}

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

.paragraph-148 {
  font-family: var(--roboto);
  color: var(--black);
  margin-top: 5px;
  margin-bottom: 25px;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.filter-dropdown-4 {
  background-color: #fff0;
  border: 1px #000;
  border-bottom-color: #ddd;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 700;
  overflow: visible;
}

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

.wl_faq-wrap {
  flex-flow: column;
  align-items: center;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

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

.faq-section {
  padding-top: 20px;
  padding-bottom: 80px;
}

.faq-section.no-tirz {
  display: block;
}

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

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

.footer-column-div.legal {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  font-family: Roboto, sans-serif;
  display: flex;
}

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

.link {
  font-family: var(--roboto);
  color: #fff;
  text-decoration: none;
}

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

.footer-div-wrap {
  background-color: var(--dark-bluegreen);
  padding: 30px 8%;
}

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

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

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

.text-block-143 {
  color: #fff;
  font-size: 12px;
}

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

.image-2 {
  width: 40px;
}

.text-block-1220 {
  font-family: var(--roboto);
  color: #fff;
  font-size: 10px;
  line-height: 15px;
}

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

.footer-div-1 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.text-block-1221 {
  font-family: var(--nunito);
  color: var(--logo-blue);
  text-align: left;
  font-size: 28px;
  font-weight: 900;
  line-height: 34px;
}

.text-block-1222 {
  font-family: var(--nunito);
  color: var(--black);
  text-align: left;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

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

.image-531 {
  width: 80px;
  margin-bottom: 10px;
  margin-left: -3px;
}

.boxes-div {
  display: none;
}

.text-block-980 {
  font-family: var(--nunito);
  color: var(--logo-green);
  margin-bottom: 15px;
  font-size: 45px;
  font-weight: 300;
  line-height: 51px;
}

.text-block-979 {
  font-family: var(--roboto);
  color: var(--black);
  width: 100%;
  font-size: 16px;
  font-weight: 400;
}

.div-block-1863 {
  width: 45%;
}

.boxes-div-3 {
  width: 48%;
}

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

.image-457 {
  width: 25px;
  margin-bottom: 0;
}

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

.image-458 {
  border-radius: 9px;
  width: 80%;
  margin-bottom: 20px;
}

.text-block-978 {
  font-family: var(--roboto);
  color: var(--black);
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.box-div-3 {
  background-color: var(--f6-grey);
  text-align: left;
  border-radius: 9px;
  width: 48%;
  padding: 36px 30px 50px;
}

.box-div-3.test {
  width: 100%;
  margin-bottom: 15px;
  padding: 15px;
}

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

.body-section-4 {
  padding: 0 0%;
  display: none;
}

.weight-slider-left-2 {
  width: 45%;
  padding-left: 0%;
}

.text-span-215 {
  color: var(--black);
  font-weight: 700;
}

.text-block-981 {
  font-family: var(--nunito);
  color: var(--logo-green);
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 33px;
}

.boxes-left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 48%;
  display: flex;
}

.arrow {
  width: 20px;
}

.arrow.down {
  display: none;
}

.div-block-1859 {
  align-items: flex-start;
  font-size: 19px;
  display: flex;
}

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

.div-block-1854 {
  background-color: #dfdfdf;
  border: 1px #000;
  border-radius: 100px;
  height: 10px;
  margin-bottom: 40px;
}

.div-block-1854.top {
  margin-bottom: 30px;
}

.slider-labels-div {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.slider-labels-div.top {
  margin-bottom: 30px;
}

.weight-slider-div {
  background-color: #fff;
  border: 1px #ece6ff;
  border-radius: 0;
  width: 48%;
  margin-bottom: 50px;
  padding: 10px 0 0;
}

.weight-slider-div.hero {
  background-color: #fff;
  border-style: solid;
  border-color: #000;
  border-radius: 9px;
  width: 90%;
  margin-top: -20px;
  margin-bottom: 0;
  margin-left: 0;
  padding: 10px 19px 0;
}

.span-highlight {
  background-color: #e9ff86;
}

.div-block-1856 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-size: 21px;
  display: flex;
}

.text-block-972 {
  color: var(--black);
  background-color: #0000;
  margin-right: 0;
  padding-right: 0;
  font-size: 15px;
  font-weight: 800;
  line-height: 18px;
}

.text-block-971 {
  color: #000;
  font-size: 10px;
  font-weight: 800;
  line-height: 20px;
}

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

.text-block-968 {
  color: #000;
  -webkit-text-stroke-color: #6d22ff;
  font-size: 30px;
  font-weight: 800;
  line-height: 33px;
}

.div-block-1855 {
  background-color: var(--logo-green);
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  width: 40%;
  height: 10px;
}

.text-block-969 {
  font-family: var(--roboto);
  color: #000;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 900;
  line-height: 18px;
}

.text-block-964 {
  font-family: var(--roboto);
  color: var(--999-grey);
  font-size: 27px;
  font-weight: 600;
  line-height: 30px;
}

.text-block-977 {
  font-family: var(--roboto);
  color: var(--black);
  text-align: center;
  margin-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
  font-size: 22px;
  font-weight: 900;
  line-height: 24px;
}

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

.after-weight {
  background-color: var(--yellow-highlight);
  font-family: var(--roboto);
  color: var(--black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.semascience-section {
  font-family: var(--roboto);
}

.semasci_bulletsdiv {
  margin-bottom: 30px;
}

.text-block-1050 {
  font-family: var(--roboto);
  color: var(--black);
  font-size: 16px;
}

.text-block-1052 {
  font-family: var(--roboto);
  color: var(--white);
}

.image-480 {
  width: 22px;
  margin-right: 10px;
}

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

.semasci_infodiv {
  width: 35%;
}

.semasci_header {
  font-family: var(--nunito);
  color: var(--black);
  margin-bottom: 15px;
  font-size: 40px;
  font-weight: 300;
  line-height: 45px;
}

.semasci_bulletsrow {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.semasci_bullet {
  align-items: center;
  width: 48%;
  display: flex;
}

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

.button-105 {
  background-color: var(--black);
  font-family: var(--nunito);
  color: var(--logo-green);
  text-align: center;
  border-radius: 9px;
  width: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 18px;
  font-weight: 700;
}

.button-105:hover {
  background-color: var(--logo-green);
  color: var(--white);
  border-radius: 9px;
}

.button-105.green {
  background-color: var(--logo-green);
  color: var(--white);
}

.button-105.green:hover {
  background-color: var(--logo-blue);
}

.semasci_mediadiv {
  justify-content: space-between;
  align-items: center;
  width: 60%;
  display: flex;
}

.text-block-1051 {
  font-family: var(--nunito);
  color: var(--white);
  font-size: 36px;
  font-weight: 700;
  line-height: 30px;
}

.semasci_sub {
  font-family: var(--roboto);
  color: var(--black);
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.semasci_percentdiv {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 22%;
  display: flex;
}

.image-481 {
  border-radius: 18px;
  width: 60%;
}

.semasci_statbox {
  background-color: var(--dark-bluegreen);
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: none;
}

.text-span-235 {
  font-weight: 800;
}

.semasci_textdiv {
  width: 70%;
}

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

.text-span-265 {
  font-family: var(--inter);
  font-weight: 700;
}

.text-block-1054 {
  font-family: var(--roboto);
  color: #000;
  text-align: center;
  font-weight: 700;
}

._4boxrow_div {
  justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  display: block;
}

.image-484 {
  width: 25px;
  margin-top: 6px;
  margin-right: 6px;
  position: absolute;
  inset: 0% 0% auto auto;
}

._4boxrow_flex {
  justify-content: space-between;
  margin-top: 20px;
  display: flex;
}

.image-483 {
  width: 40px;
  margin-bottom: 15px;
}

.tiny-header {
  font-family: var(--roboto);
  color: var(--logo-green);
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 900;
}

.box_feature {
  background-color: var(--f6-grey);
  border-radius: 11px;
  flex-flow: column;
  align-items: center;
  width: 48%;
  padding: 40px 20px;
  display: flex;
  position: relative;
}

._4boxes_wrap {
  flex-flow: column;
  align-items: center;
  padding: 0 10% 50px;
  display: flex;
}

._4boxrow_pairdiv {
  justify-content: space-between;
  width: 49%;
  display: flex;
}

.text-block-1224 {
  font-family: var(--roboto);
  color: var(--black);
  margin-bottom: 15px;
  font-size: 14px;
}

.text-span-266 {
  font-size: 19px;
  font-weight: 900;
}

.hero-wrap {
  border-bottom: 1px solid var(--df-grey);
  background-image: url('../images/ba_guythin-flip.png'), url('../images/ba_girlthin.png'), url('../images/ba_girlfat_glow.png'), url('../images/ba_guyfat_glow.png');
  background-position: 0 100%, 100% 100%, 95% 100%, 5% 100%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto, auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 100px 10% 50px;
  display: flex;
}

.hero-wrap.no-tirz {
  background-image: url('../images/OhMy_After01.png'), url('../images/OhMy_After04.png'), url('../images/Rx_large-before_01.png'), url('../images/Rx_large-before_02.png');
  background-position: 125% 100%, -25% 100%, 95% 100%, 5% 100%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 45%, 45%, 23%, 26%;
  padding-top: 130px;
}

.hero-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.text-block-1225 {
  font-family: var(--nunito);
  color: var(--black);
  text-align: center;
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 900;
  line-height: 50px;
}

.text-block-1226 {
  font-family: var(--roboto);
  color: var(--black);
  text-align: center;
  width: 50%;
  margin-bottom: 30px;
  font-size: 28px;
  line-height: 30px;
}

.text-span-267 {
  color: var(--black);
  font-weight: 900;
}

.hero-box-link {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  text-decoration: none;
  display: flex;
}

.hero-box-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  width: 100%;
  display: flex;
}

.hero-box {
  border: 1px solid var(--df-grey);
  background-color: var(--white);
  border-radius: 9px;
  width: 38%;
  padding: 20px 15px;
  overflow: hidden;
}

.hero-box:hover {
  background-color: var(--f3-grey);
}

.hero-box.tirz {
  display: none;
}

.hero-box.sema-solo {
  width: 45%;
  padding: 0;
}

.hero-box.new {
  width: 38%;
  padding: 0;
}

.hero-box-top {
  background-color: var(--dark-bluegreen);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 10px 15px;
  display: flex;
}

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

.text-block-1227 {
  font-family: var(--nunito);
  color: var(--white);
  font-size: 30px;
  font-weight: 800;
  line-height: 30px;
}

.image-532 {
  width: 25px;
  margin-top: -3px;
}

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

.div-block-1990.sema {
  background-color: var(--logo-blue);
}

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

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

.hero-box-info-div {
  justify-content: space-between;
  display: flex;
}

.hero-box-info-div.solo {
  justify-content: center;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.hero-box-info-div.solo:hover {
  background-color: #48d1d814;
}

.hero-box-img-div {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 35%;
  margin-left: 20px;
  padding-left: 0;
  display: flex;
  overflow: visible;
}

.hero-box-img-div.solo {
  width: 33%;
}

.hero-box-text-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  display: flex;
}

.hero-box-text-div.pair {
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-1229 {
  background-image: linear-gradient(180deg, #fff0 73%, var(--logo-green) 73%, var(--logo-green) 88%, #fff0 88%);
  font-family: var(--roboto);
  color: var(--black);
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
}

.text-block-1229.sema {
  background-image: linear-gradient(180deg, #fff0 73%, var(--dark-bluegreen) 73%, var(--dark-bluegreen) 88%, #fff0 88%);
}

.text-block-1230 {
  font-family: var(--roboto);
  color: var(--black);
  text-align: center;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 24px;
}

.text-block-1231 {
  font-family: var(--roboto);
  color: var(--black);
  text-align: center;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 900;
}

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

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

.text-block-1234 {
  font-family: var(--roboto);
  color: var(--black);
  text-align: center;
  font-weight: 900;
}

.text-block-1235 {
  font-family: var(--roboto);
  color: var(--black);
  text-align: center;
  font-size: 14px;
}

.hero-button {
  background-color: var(--logo-green);
  font-family: var(--nunito);
  text-align: center;
  border-radius: 9px;
  width: 35%;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.hero-button:hover {
  background-color: var(--logo-blue);
}

.text-span-269 {
  font-family: var(--inter);
}

.mobile-hero-image {
  justify-content: space-between;
  display: none;
}

.hiipa-logo {
  width: 80px;
  display: none;
}

.chart-section {
  display: none;
}

.chart-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 50px 8% 30px;
  display: flex;
}

.hero-vial {
  width: 100%;
  max-width: none;
  min-height: 2rem;
  margin-bottom: 0;
}

.hero-vial.solo {
  height: auto;
  min-height: 2rem;
  margin-top: 0;
  margin-bottom: 0;
}

.hero-vial.sema {
  min-height: 2rem;
  margin-bottom: 0;
}

.div-block-1991 {
  width: 35%;
}

.div-block-1992 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.compliance-top-div {
  background-color: var(--dark-bluegreen);
  padding: 20px 10% 80px;
}

.compliance-logo-div {
  margin-bottom: 50px;
}

.comp-logo {
  width: auto;
  height: 30px;
}

.compliance-header {
  aspect-ratio: auto;
  font-family: var(--roboto);
  color: var(--white);
  width: 80%;
  font-size: 45px;
  font-weight: 800;
  line-height: 52px;
}

.compliance-body-div {
  padding: 50px 10% 100px;
}

.rich-text-block {
  font-family: var(--roboto);
  color: var(--black);
  font-size: 14px;
  line-height: 24px;
}

.rich-text-block-2, .rich-text-block-3, .rich-text-block-4 {
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.terms-table-div {
  font-family: var(--roboto);
  color: var(--black);
  border: 1px solid #000;
  margin-top: 10px;
  margin-bottom: 30px;
}

.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;
}

.table-row-2 {
  border-bottom: 1px solid #000;
  display: flex;
}

.table-row-2.bottom {
  border-bottom-style: none;
}

.compliance-table-text-2 {
  font-weight: 500;
}

.compliance-table-text-2.body {
  color: #030303;
  background-color: #0000;
  font-weight: 400;
}

.compliance-table-text-2.head {
  color: #000;
  font-weight: 800;
}

.comp-table-row {
  border-bottom: 1px solid #000;
  display: flex;
}

.comp-table-row.bottom {
  border-bottom-style: none;
}

.rich-text-block-5 {
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.terms-cell-div {
  border-left: 1px solid #000;
  width: 50%;
  padding: 10px;
}

.table-cell {
  width: 50%;
  padding: 10px;
}

.rich-text-block-6 {
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

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

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

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

.enroll-disclaimer-div.form {
  width: 100%;
  margin-bottom: 20px;
  display: block;
}

.enroll-disclaimer-div.form.before-button {
  margin-bottom: 10px;
}

.enroll-disclaimer-div._1st {
  background-color: #f6f6f6;
  width: 100%;
  margin-bottom: 10px;
}

.field-label-text {
  font-family: var(--roboto);
  margin-right: 15px;
}

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

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

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

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

.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: 40px;
}

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

.enroll-bullet-image {
  width: 80px;
  margin-bottom: 20px;
  margin-left: 0;
}

.enroll-form-question-text {
  font-family: var(--nunito);
  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: 22px;
  line-height: 28px;
}

.enroll-form-question-text.smaller.a {
  font-family: var(--nunito);
}

.enroll-form-question-text.smaller.a._2, .enroll-form-question-text.smaller._2 {
  font-size: 28px;
}

.enroll-form-question-text._2 {
  font-size: 30px;
  line-height: 33px;
}

.enroll-form-question-text._2.break {
  font-size: 30px;
}

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

.enroll-slide-1-div._2 {
  border-style: none;
  padding-top: 30px;
}

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

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

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

.enroll-form-block.update {
  margin-top: 0;
}

.enroll-slide-2 {
  border: 1px solid var(--logo-green);
  background-color: var(--white);
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  padding: 30px 20px 60px;
  display: flex;
}

.enroll-slide-2._2 {
  border-style: none;
}

.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;
}

.checkbox {
  margin-left: 0;
  margin-right: 10px;
}

.checkbox:active {
  color: #fff;
  background-color: #95b9c2;
}

.enroll-checkbox-link {
  color: #0c9ac4;
}

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

.text-field-33 {
  border: 1px solid #000;
  border-radius: 6px;
  width: 48%;
  height: 50px;
  font-family: Manrope, sans-serif;
}

.text-field-33.update {
  border-color: var(--df-grey);
  font-family: var(--roboto);
  width: 49%;
  margin-bottom: 0;
}

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

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

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

.enroll-form-header-text._2 {
  font-family: var(--nunito);
  color: var(--logo-green);
}

.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: var(--white);
  background-image: url('../images/Female.svg');
  background-size: 8%;
}

.checkbox-field-18.female:hover {
  background-color: var(--f3-grey);
}

.checkbox-field-18.female._2 {
  border-color: var(--df-grey);
  background-size: 15%;
  width: 49%;
}

.checkbox-field-18.male {
  background-color: var(--white);
  background-size: 8%;
}

.checkbox-field-18.male:hover {
  background-color: var(--f3-grey);
}

.checkbox-field-18.male._2 {
  border-color: var(--df-grey);
  background-size: 15%;
  width: 49%;
}

.enroll-slide-3 {
  border: 1px solid var(--logo-green);
  background-color: var(--white);
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  padding: 30px 20px;
  display: flex;
}

.enroll-slide-3._2 {
  border-style: none;
}

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

.enroll-form-back-text {
  font-family: var(--roboto);
  color: var(--logo-blue);
  font-weight: 500;
}

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

.gender-div._2 {
  justify-content: space-between;
  display: flex;
}

.checkbox-field-4 {
  border: 1px solid #000;
  border-radius: 6px;
  align-items: flex-start;
  width: 49%;
  margin-bottom: 15px;
  padding: 15px;
  display: flex;
}

.checkbox-field-4:hover {
  background-color: #ffdabd;
  border-color: #002646;
}

.checkbox-field-4.update {
  height: auto;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 19px;
}

.checkbox-field-4.update:hover {
  background-color: var(--f3-grey);
}

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

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

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

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

.enroll-form-field-wrap-div.update.bottom {
  margin-bottom: 15px;
}

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

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

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

.enroll-form-text-field.height._2 {
  border-color: var(--df-grey);
}

.enroll-form-text-field.weight {
  font-family: var(--roboto);
  width: 96%;
}

.enroll-form-text-field.weight._2 {
  border-color: var(--df-grey);
}

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

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

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

.enroll-form-submit-button.top:hover {
  background-color: var(--logo-blue);
  font-family: var(--inter);
  color: var(--white);
}

.enroll-form-submit-button.b {
  color: #000;
  background-color: #e9ff86;
  width: 100%;
}

.enroll-form-submit-button.b:hover {
  background-color: #c9e8ff;
}

.text-block-1018 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 15px;
}

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

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

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

.enroll-div-wrap._2 {
  padding-top: 0;
}

.enroll-checkbox-label {
  font-family: var(--roboto);
  color: var(--black);
  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;
}

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

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

.select-field-3.form.update {
  font-family: var(--roboto);
  width: 100%;
  margin-bottom: 20px;
}

.select-field-3.form.update._2 {
  border-color: var(--df-grey);
}

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

.checkbox-label-4 {
  color: #000;
  font-weight: 700;
}

.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;
}

.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(--logo-blue);
  border-radius: 99px;
  width: auto;
  margin-bottom: 30px;
  padding: 3px 15px;
}

.question-category._2 {
  background-color: #0000;
  margin-bottom: 10px;
}

.question-category.f2 {
  background-color: var(--logo-green);
}

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

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

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

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

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

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

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

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

.phone-number-field {
  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-family: Manrope, sans-serif;
  font-size: 15px;
}

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

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

.phone-number-field.form.update.f2 {
  border-color: var(--df-grey);
  font-family: var(--roboto);
}

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

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

.phone-number-field._2.form.update {
  border-color: var(--df-grey);
  font-family: var(--roboto);
}

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

.phone-number-field._1.form.update.f2 {
  border-color: var(--df-grey);
  font-family: var(--roboto);
  padding-right: 0;
}

.fixed-bar {
  z-index: 9999999;
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.fixed-bar.bottom {
  display: none;
  inset: auto 0% 0%;
}

.image-537 {
  width: 100px;
}

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

.body {
  background-color: var(--dark-bluegreen);
}

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

.text-block-513 {
  font-family: var(--nunito);
  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;
}

.text-block-513.end.long.bold {
  font-size: 30px;
  font-weight: 700;
}

.text-block-513._2 {
  padding-right: 0;
  font-size: 28px;
}

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

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

.link-40 {
  font-family: var(--roboto);
  color: var(--logo-blue);
  font-weight: 500;
  text-decoration: none;
}

.text-block-722 {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 14px;
}

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

.text-block-1286 {
  font-family: var(--roboto);
  color: #000;
  font-size: 13px;
}

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

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

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

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

.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 {
  background-color: var(--logo-green);
  font-family: var(--roboto);
  color: var(--white);
  border-radius: 13px;
}

.button-65.finish:hover {
  background-color: var(--logo-blue);
}

.text-block-1250 {
  font-family: var(--roboto);
  color: #000;
  text-align: center;
  font-size: 13px;
}

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

.text-block-1239 {
  font-family: var(--roboto);
  color: #000;
  font-size: 16px;
  font-weight: 900;
}

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

.image-382 {
  width: 50px;
  margin-right: 5px;
}

.text-span-177 {
  font-family: Manrope, sans-serif;
}

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

.text-span-174.sema {
  background-color: var(--dark-bluegreen);
  font-family: var(--roboto);
  color: var(--white);
  font-size: 13px;
  font-weight: 900;
}

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

.text-span-174.tirz {
  background-color: var(--logo-green);
  color: var(--white);
  font-size: 13px;
}

.text-block-517 {
  font-family: var(--roboto);
  color: var(--logo-green);
  margin-right: 3px;
  font-size: 18px;
  font-weight: 900;
}

.table-row-div-2 {
  background-color: var(--f6-grey);
  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(--logo-green);
  border-radius: 6px;
  padding: 6px 10px;
}

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

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

.link-block-47 {
  border: 1px solid #000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.link-block-47:hover {
  background-color: var(--f3-grey);
}

.button-68 {
  font-family: var(--roboto);
  color: var(--black);
  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: var(--f3-grey);
  border-color: #dfdfdf;
}

.button-68.yes-hilight {
  background-color: var(--logo-green);
  color: var(--white);
}

.button-68.yes-hilight:hover {
  background-color: var(--logo-blue);
}

.table-header-2 {
  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;
}

.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 {
  font-family: var(--roboto);
  color: #333;
  background-color: #fff;
  border-color: #000;
  border-radius: 9px;
  width: 100%;
  height: 50px;
  font-weight: 400;
}

.select-field-7.form._2 {
  border-color: var(--df-grey);
}

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

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

.felix-form-block.form-rep.raise-up {
  margin-top: 20px;
}

.text-span-172 {
  font-family: Manrope, sans-serif;
}

.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;
}

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

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

.text-block-1306 {
  font-family: var(--roboto);
  color: var(--black);
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 20px;
}

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

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

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

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

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

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

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

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

.paragraph-126.form {
  font-family: var(--roboto);
  padding-left: 0;
}

.paragraph-126.report {
  font-family: var(--roboto);
  margin-bottom: 10px;
  font-size: 16px;
}

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

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

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

.pay-choice {
  border: 1px solid #000;
  border-radius: 9px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 49%;
  display: flex;
  overflow: hidden;
}

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

.text-field-45.weight {
  color: #000;
  background-color: #fff;
  border-color: #000;
  border-radius: 9px;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
}

.text-field-45.weight:active {
  border-color: #09f;
}

.text-block-1249 {
  font-family: var(--roboto);
  text-align: center;
  margin-bottom: 5px;
  font-weight: 900;
}

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

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

.text-block-540 {
  font-family: var(--roboto);
  color: var(--black);
  font-weight: 400;
}

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

.text-block-723.top {
  font-family: var(--roboto);
  color: var(--white);
  font-weight: 900;
}

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

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

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

.text-field-44.height {
  color: #000;
  background-color: #fff;
  border-color: #000;
  border-radius: 9px;
  width: 48%;
  font-size: 16px;
  font-weight: 400;
}

.text-field-44.height:active {
  border-color: #09f;
}

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

.select-field-10 {
  font-family: var(--roboto);
  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;
}

.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;
}

.text-block-1287 {
  font-family: var(--roboto);
  color: #000;
  font-size: 13px;
}

.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;
}

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

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

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

.bullet-text-3 {
  background-color: var(--dark-bluegreen);
  font-family: var(--roboto);
  color: var(--white);
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.bullet-text-3._2 {
  background-color: var(--logo-green);
}

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

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

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

.form-price-div {
  justify-content: flex-end;
  margin-top: 20px;
  display: flex;
}

.form-price-div.felix {
  justify-content: center;
}

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

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

.form-16 {
  width: 100%;
}

.amount {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 1px;
  display: flex;
}

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

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

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

.text-block-733 {
  margin-bottom: 5px;
  font-size: 33px;
  font-weight: 700;
  line-height: 39px;
}

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

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

.text-block-1255 {
  font-family: var(--roboto);
  margin-left: 1px;
  margin-right: 1px;
}

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

.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 {
  font-family: var(--roboto);
  color: #333;
  background-color: #fff;
  border-color: #000;
  border-radius: 9px;
  width: 100%;
}

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

.text-field-47.email.form._2 {
  border-color: var(--df-grey);
}

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

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

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

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

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

.text-block-546 {
  color: #333;
  font-family: Manrope, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

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

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

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

.dose-sched-box {
  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;
}

.dose-sched-box._2 {
  border-color: var(--df-grey);
}

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

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

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

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

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

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

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

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

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

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

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

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

.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;
}

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

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

.link-block-30 {
  border: 1px solid var(--df-grey);
  color: #000;
  background-color: #fff;
  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: var(--f3-grey);
  border-color: #000;
}

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

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

.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;
}

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

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

.checkbox-label-14 {
  font-family: var(--roboto);
  color: var(--black);
  text-align: center;
  margin-top: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
  position: relative;
}

.image-307 {
  width: 50px;
}

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

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

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

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

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

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

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

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

.text-block-735 {
  font-family: var(--roboto);
  color: var(--logo-green);
  width: 80%;
  padding-right: 0;
  font-size: 21px;
  font-weight: 900;
  line-height: 24px;
}

.form-price {
  flex-flow: column;
  align-items: center;
  width: 60%;
  display: flex;
}

.form-price.felix {
  font-family: var(--roboto);
}

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

.link-39 {
  font-family: var(--roboto);
  color: var(--logo-blue);
  text-align: center;
  margin-top: 10px;
  text-decoration: none;
}

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

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

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

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

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

.div-block-1681 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

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

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

.text-block-711 {
  font-family: var(--roboto);
  color: #000;
  text-decoration: none;
}

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

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

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

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

.div-block-1674 {
  background-color: var(--f3-grey);
  border-radius: 11px;
  justify-content: space-between;
  padding: 15px;
  display: flex;
}

.text-block-714 {
  color: #333;
  font-size: 50px;
  font-weight: 700;
  line-height: 53px;
}

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

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

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

.checkbox-label-12 {
  font-family: var(--roboto);
  color: var(--black);
  letter-spacing: -.35px;
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
}

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

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

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

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

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

.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;
}

.checkbox-field-multibox {
  border: 1px solid var(--df-grey);
  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;
}

.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-1690 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.text-span-282 {
  color: var(--logo-blue);
  font-weight: 700;
}

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

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

.text-field-46.weight {
  color: #000;
  background-color: #fff;
  border-color: #000;
  border-radius: 9px;
  width: 100%;
}

.text-field-46.weight:active {
  border-color: #09f;
}

.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;
}

.text-field-57._2 {
  border-color: var(--df-grey);
}

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

.phone-verify-div {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  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;
}

.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.tirz {
  background-image: url('../images/RxPros_SemaVial.png');
  background-position: 90% 10%;
  background-repeat: no-repeat;
  background-size: 15%;
  border-color: #000;
}

.link-block-48.tirz:hover {
  background-color: var(--f3-grey);
  color: #000;
  border-color: #000;
}

.link-block-48.tirz._2box_leftdiv {
  border-color: var(--df-grey);
  background-image: url('../images/RxPros_TirzepVial_1.png');
  background-repeat: no-repeat;
  background-size: 15%;
}

.link-block-48.sema {
  color: #000;
  background-color: #fff;
  background-image: url('../images/RxPros_SemaVial_1.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: var(--f3-grey);
  border-color: #000;
}

.link-block-48.sema._2 {
  border-color: var(--df-grey);
}

.link-block-48.method {
  padding-top: 20px;
}

.link-block-48.method.inject {
  background-image: url('../images/Vial_SemaNS.png');
  background-position: 90% 90%;
  background-repeat: no-repeat;
  background-size: 15%;
  border-color: #dfdfdf;
}

.link-block-48.method.inject:hover {
  background-color: #fff;
  border-color: #e9ff86;
}

.link-block-48.method.oral {
  background-image: url('../images/Sema_PillBottleNS.png');
  background-position: 94% 88%;
  background-repeat: no-repeat;
  background-size: 18%;
  border-color: #dfdfdf;
}

.link-block-48.method.oral:hover {
  background-color: #fff;
  border-color: #e9ff86;
}

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

.text-block-716 {
  font-family: var(--roboto);
  color: #000;
  font-size: 16px;
  font-weight: 800;
}

.text-block-696 {
  color: #333;
  text-align: center;
  letter-spacing: -.5px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
}

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

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

.text-field-43 {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 9px;
  width: 48%;
  height: 50px;
}

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

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

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

.checkbox-field-15 {
  border: 1px solid var(--df-grey);
  background-color: #fff;
  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;
}

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

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

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

.submit-button-7 {
  background-color: var(--logo-blue);
  font-family: var(--roboto);
  color: var(--white);
  border-radius: 9px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 17px;
  font-size: 17px;
  font-weight: 700;
}

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

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

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

.question-container {
  border: 1px solid var(--logo-green);
  background-color: var(--white);
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  padding: 30px 20px;
  display: flex;
}

.question-container._2 {
  border-style: none;
}

.text-block-730 {
  margin-bottom: 10px;
}

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

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

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

.form-button {
  background-color: var(--logo-green);
  font-family: var(--inter);
  color: var(--white);
  border-radius: 13px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}

.form-button:hover {
  background-color: var(--logo-blue);
  color: var(--white);
  margin-top: 20px;
}

.form-button.none {
  margin-bottom: 20px;
}

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

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

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

.text-block-1241 {
  font-family: var(--roboto);
  color: var(--black);
  text-align: center;
  margin-bottom: 5px;
  font-weight: 900;
}

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

.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;
}

.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.form {
  color: #000;
  height: 50px;
  margin-bottom: 0;
}

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

.phone-number-field-3.form.birth.felix._2f {
  border-color: var(--df-grey);
}

.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 {
  color: #333;
  background-color: #fff;
  border-color: #000;
  border-radius: 9px;
  height: 50px;
  margin-bottom: 0;
}

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

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

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

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

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

.phone-number-field-3.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: #333;
  border-color: #000;
  border-radius: 9px;
}

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

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

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

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

.form-product-2 {
  font-family: var(--roboto);
  color: #333;
  font-size: 26px;
  font-weight: 900;
  line-height: 31px;
}

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

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

.div-block-1983.hide {
  display: none;
}

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

.form-subs {
  font-family: var(--roboto);
  color: var(--black);
  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.hide {
  display: none;
}

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

.paragraph-102 {
  font-family: var(--roboto);
  width: 95%;
}

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

.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%;
}

.select-field-5.felix._2 {
  border-color: var(--df-grey);
  font-family: var(--roboto);
}

.paragraph-127 {
  font-family: var(--roboto);
  color: #666;
  letter-spacing: -.5px;
  margin-bottom: 0;
  font-size: 15px;
}

.image-381 {
  width: 20px;
}

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

.text-block-1240 {
  font-family: var(--roboto);
  color: #000;
  width: auto;
  font-size: 13px;
}

.div-block-1677 {
  align-items: center;
  display: flex;
}

.image-379 {
  width: 25px;
  margin-right: 5px;
}

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

.text-block-1305 {
  font-family: var(--roboto);
  color: var(--black);
  font-size: 15px;
}

.text-block-1304 {
  font-family: var(--nunito);
  color: var(--logo-green);
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 900;
  line-height: 24px;
}

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

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

.telehealth-button-div {
  padding-left: 30px;
  padding-right: 30px;
}

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

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

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

.form-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.form-section._2 {
  padding-top: 30px;
}

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

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

.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 {
  font-family: var(--roboto);
  color: #000;
  text-align: center;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 33px;
}

.text-block-1102 {
  font-family: var(--roboto);
  color: #000;
  margin-bottom: 30px;
  font-size: 16px;
}

.button-107 {
  background-color: var(--logo-green);
  font-family: var(--roboto);
  color: var(--white);
  border-radius: 9px;
  margin-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 700;
}

.button-107:hover {
  background-color: var(--logo-blue);
  margin-bottom: 15px;
}

.link-59 {
  font-family: var(--roboto);
  color: #0c9ac4;
  font-weight: 600;
}

.text-block-1308 {
  font-family: var(--nunito);
  color: var(--logo-green);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.text-block-151 {
  font-family: var(--nunito);
  color: var(--logo-green);
  letter-spacing: -1px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

.div-block-181 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.girl-div {
  background-color: var(--logo-green);
  background-image: url('../images/girl_yara_1girl_yara.png');
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 900px;
  width: 75px;
  height: 75px;
  margin-top: -38px;
}

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

.text-block-152 {
  color: #95b9c2;
  text-align: center;
  font-family: Manrope, sans-serif;
  font-size: 10px;
  font-weight: 800;
  line-height: 10px;
}

.text-block-152.bottom {
  font-family: var(--nunito);
  color: #000;
  font-size: 8px;
  line-height: 8px;
}

.text-block-152.top {
  font-family: var(--nunito);
  color: #000;
  margin-bottom: 1px;
  font-size: 8px;
  line-height: 8px;
}

.form-header-div {
  background-color: var(--f6-grey);
  border-bottom: 1px #e0e0e0;
  padding: 20px 15%;
}

.div-block-967 {
  border: 1px none var(--logo-green);
  background-color: var(--white);
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
}

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

.image-30 {
  text-align: center;
  width: auto;
  height: 30px;
}

.form2-main-wrap {
  justify-content: center;
  align-items: flex-start;
  width: 600px;
  display: flex;
}

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

.form-2-header-section {
  z-index: 2147483647;
  position: static;
  inset: 0% 0% auto;
}

.timer-header {
  font-family: var(--roboto);
  color: #ff5f5f;
  text-align: center;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 800;
  line-height: 26px;
  display: none;
}

.timer-header.red {
  color: #ff485e;
}

.timer-header.red.solo {
  text-align: left;
}

.countdown-row {
  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: 6px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.countdown-row.solo {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: stretch;
}

.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;
}

.countdown-block.solo {
  width: 70px;
}

.text-block {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 15px;
}

.countdown-time {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 36px;
  line-height: 39px;
}

.countdown-detail {
  color: #000;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 13px;
}

.countdown-header-div {
  background-color: #ff4c46;
  border-radius: 999px;
  padding: 5px 20px;
}

.countdown-header-div.solo {
  padding-left: 25px;
  padding-right: 25px;
}

.countdown-main-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: none;
  position: relative;
}

.countdown-main-div.solo {
  justify-content: flex-start;
  align-items: flex-start;
}

.semaco-top-wrap {
  padding: 10px 13%;
}

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

.image-31 {
  width: auto;
  height: 30px;
  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(--roboto);
  color: var(--logo-blue);
  margin-right: 5px;
}

.image-246 {
  width: 25px;
}

.link-block-66 {
  width: 15px;
  position: absolute;
  inset: auto 5% 6% auto;
}

.inclusion-text {
  font-family: var(--roboto);
  color: var(--black);
  font-weight: 700;
}

.div-block-209 {
  width: 48%;
}

.div-block-209.phone {
  width: 100%;
}

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

.text-block-161 {
  font-family: var(--roboto);
  color: var(--white);
  text-align: center;
  font-size: 12px;
  font-weight: 800;
}

.text-field-6 {
  border: 1px solid #dfdfdf;
  border-radius: 6px;
  font-family: Manrope, sans-serif;
  font-weight: 400;
}

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

.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._6-months {
  padding-top: 18px;
}

.plan-link.monthly:focus {
  background-color: #c9e8ff;
}

.plan-link.quart {
  align-items: center;
  position: relative;
}

.plan-link.quart:focus {
  background-color: #c9e8ff;
}

.monthly-details-div {
  border-top: 1px solid #000;
  padding-top: 25px;
  padding-bottom: 15px;
  display: none;
}

.div-block-1291 {
  padding-left: 0%;
  padding-right: 0%;
}

.text-block-1038 {
  font-family: var(--roboto);
  color: var(--black);
  margin-top: 10px;
  font-size: 16px;
  font-weight: 800;
}

.text-block-141 {
  color: #000;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.text-block-141.new {
  display: none;
}

.plan-type-text {
  font-family: var(--nunito);
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  line-height: 22px;
}

.text-block-349 {
  font-family: var(--roboto);
  color: var(--black);
  text-align: center;
  background-color: #fff;
  margin-top: -11px;
  margin-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 800;
}

.text-block-350 {
  font-family: var(--roboto);
  color: var(--black);
  text-align: center;
  margin-bottom: 20px;
  font-weight: 400;
}

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

.image-473 {
  width: 30px;
  margin-right: 5px;
}

._12month-order {
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
  padding: 5px 0 15px;
  display: none;
  position: relative;
}

.semaco_orderdetails {
  background-color: #fff;
  width: 50%;
  padding-top: 30px;
  padding-left: 5%;
  padding-right: 5%;
}

.delete-item {
  width: 15px;
  position: absolute;
  inset: auto 0% 6% auto;
}

.checkbox-field {
  margin-top: 10px;
  margin-bottom: 28px;
}

.text-block-1035 {
  font-family: var(--roboto);
  color: var(--black);
  font-size: 16px;
  font-weight: 900;
}

.text-block-90 {
  padding-left: 2%;
  font-size: 13px;
  display: none;
}

.text-block-849 {
  font-family: var(--roboto);
  text-align: right;
  font-size: 10px;
  line-height: 12px;
}

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

.text-block-250 {
  color: #000;
  margin-bottom: 19px;
  font-family: Manrope, sans-serif;
  font-weight: 500;
}

.text-block-250.checkout {
  font-family: var(--roboto);
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.text-block-1300 {
  font-family: var(--roboto);
  color: var(--black);
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
}

.semaco_div {
  background-color: #fff;
  justify-content: space-between;
  display: flex;
}

.sema-checkout-mobile {
  display: none;
}

.text-block-1302, .plan-total-price {
  font-family: var(--roboto);
  text-align: center;
  font-size: 13px;
  line-height: 16px;
}

.button-103 {
  text-align: center;
  background-color: #95b9c2;
  border-radius: 6px;
  width: 28%;
  height: 40px;
  font-family: Manrope, sans-serif;
  font-weight: 600;
}

.button-103:hover {
  background-color: #6d7e8d;
}

.button-103.new {
  background-color: var(--logo-green);
  font-family: var(--roboto);
  color: var(--white);
  border-radius: 9px;
}

.text-block-1036 {
  font-family: var(--nunito);
  color: #000;
  align-items: center;
  margin-right: 10px;
  font-size: 18px;
  font-weight: 900;
  display: flex;
}

.checkbox-label {
  color: #000;
  font-family: Manrope, sans-serif;
  font-size: 11px;
}

.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-family: Manrope, sans-serif;
  font-size: 15px;
}

.phone-number-field-4._1 {
  margin-left: 0;
  font-family: Manrope, sans-serif;
  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-family: Manrope, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

.text-block-80 {
  color: #000;
  margin-right: 15px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

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

.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;
}

.plan-choices-div {
  border: 1px solid #000;
  border-radius: 16px;
  margin-bottom: 15px;
  padding: 5px;
}

.plan-choices-div._6month {
  border-width: 4px;
  border-color: var(--logo-green);
}

.div-block-853 {
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.div-block-853.new {
  margin-top: 20px;
  margin-bottom: 5px;
}

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

.text-block-1028._2 {
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.text-block-1028._2.after {
  font-size: 15px;
  font-weight: 400;
}

.link-block-13 {
  width: 100%;
}

._6month-order {
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
  padding: 5px 0 15px;
  display: none;
  position: relative;
}

.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;
}

.semaco_payinfo {
  background-color: #fff;
  width: 50%;
  padding: 30px 5% 80px;
}

.item-price-text {
  font-family: var(--roboto);
  color: var(--black);
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.dropdown-sum-toggle-2 {
  width: 100%;
}

.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%;
}

.quarterly-details-div {
  border-top: 1px solid #000;
  padding-top: 25px;
  padding-bottom: 15px;
}

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

.quartely-order {
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
  padding: 5px 0 15px;
  position: relative;
}

.text-span-13 {
  color: #0af;
}

.sema-plan-div {
  width: 49%;
}

.sema-plan-div._12-months {
  display: none;
}

.sema-plan-div._6-months {
  width: 100%;
}

.plan-savings-text {
  text-align: center;
  font-weight: 700;
}

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

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

.text-block-850 {
  font-family: var(--roboto);
  color: var(--black);
  font-size: 12px;
  line-height: 12px;
}

.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%;
  font-family: Manrope, sans-serif;
}

.text-field-55.coupon.new {
  font-family: var(--roboto);
  color: #000;
  border-color: #000;
  border-radius: 9px;
  margin-bottom: 0;
}

.field-label-4 {
  font-family: var(--roboto);
  color: var(--black);
  padding-left: 0%;
  font-weight: 400;
}

.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;
}

.list-5 {
  padding-left: 13px;
}

.text-block-1037 {
  font-family: var(--roboto);
  color: var(--black);
  text-align: center;
  font-weight: 900;
}

.div-block-975 {
  background-color: var(--logo-green);
  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;
}

.plan-price {
  color: #000;
  text-align: center;
}

.plan-price.checkout {
  font-family: var(--roboto);
  font-weight: 900;
  line-height: 18px;
}

.text-field-7 {
  border: 1px solid #dfdfdf;
  border-radius: 6px;
  font-family: Manrope, sans-serif;
}

.text-field-7.new {
  font-family: var(--roboto);
  border-color: #000;
  border-radius: 9px;
  height: 50px;
}

.div-block-1290 {
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  flex-flow: column;
  align-items: center;
  margin-bottom: 25px;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.text-span-12 {
  color: #09f;
}

.text-block-1039 {
  font-family: var(--roboto);
  color: var(--black);
}

.summary-desk {
  border: 1px solid #000;
  border-radius: 16px;
  padding: 30px 30px 20px;
}

.save-more-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -5px;
  margin-bottom: -13px;
  display: flex;
  position: relative;
}

.plan-select-div, .plan-select-div.checkout3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.text-span-290 {
  font-weight: 900;
}

.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, .form-block-7 {
  display: none;
}

.monthly-order {
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
  padding: 5px 0 15px;
  display: none;
  position: relative;
}

.submit-button-3 {
  background-color: #95b9c2;
  border-radius: 6px;
  width: 100%;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 13px;
  font-family: Manrope, sans-serif;
  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(--logo-green);
  font-family: var(--inter);
  color: var(--white);
  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(--logo-blue);
}

.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(--nunito);
  color: #000;
  text-align: left;
  margin-bottom: 0;
}

.select-plan-text.payplan-header.checkout3 {
  color: var(--logo-green);
  text-align: center;
  margin-bottom: 5px;
  font-size: 30px;
  line-height: 33px;
}

.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-family: Manrope, sans-serif;
  font-size: 33px;
  font-weight: 800;
  line-height: 39px;
}

.heading-8._1.b {
  margin-bottom: 0;
}

.heading-8._1.b.checkout {
  font-family: var(--nunito);
  color: var(--black);
  text-align: center;
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 30px;
}

.inclusion-div {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.image-201 {
  width: 50px;
}

.div-block-1292 {
  padding-left: 2%;
  padding-right: 2%;
}

.quart-deet-header-div {
  justify-content: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.div-block-1903 {
  background-color: var(--yellow-highlight);
  border-radius: 99px;
  flex-flow: column;
  align-items: center;
  padding: 3px 10px;
  display: flex;
}

.div-block-1778 {
  flex-flow: column;
  align-items: flex-end;
  display: flex;
}

._12-month-details-div {
  border-top: 1px solid #000;
  padding-top: 25px;
  padding-bottom: 15px;
  display: none;
}

.image-471 {
  margin-right: 10px;
}

.save-more-text {
  background-color: var(--dark-bluegreen);
  font-family: var(--roboto);
  color: var(--white);
  text-align: center;
  border: 1px solid #000;
  border-radius: 99px;
  padding: 3px 10px;
  font-weight: 900;
}

.text-block-252 {
  font-family: var(--roboto);
  color: var(--999-grey);
  font-size: 10px;
  line-height: 15px;
}

.div-block-1155 {
  background-color: var(--logo-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: var(--logo-blue);
}

.list-item-4 {
  margin-bottom: 15px;
}

.order-dropdown-2 {
  width: 100%;
}

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

._6-month-details-div {
  border-top: 1px solid #000;
  padding-top: 25px;
  padding-bottom: 15px;
  display: none;
}

.product-name-2 {
  font-family: var(--nunito);
  color: var(--black);
  font-size: 18px;
  font-weight: 800;
  line-height: 22px;
}

.div-block-960 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.div-block-960.new {
  margin-bottom: 5px;
}

.checkout-product-div {
  background-color: var(--f3-grey);
  border-radius: 9px;
  width: 60px;
  height: 60px;
}

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

.div-block-976 {
  align-items: center;
  display: flex;
}

.semaco_wrap {
  margin-top: 0;
  padding-bottom: 50px;
  padding-left: 9%;
  padding-right: 9%;
}

.disclaimer-links {
  color: var(--999-grey);
}

.list-3 {
  padding-left: 10px;
}

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

.div-block-2000 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

._3-products-div {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.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;
}

.reco-top-labes {
  justify-content: space-between;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.paragraph-161 {
  font-family: var(--roboto);
  color: var(--black);
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
}

.portal-top-div {
  padding-top: 130px;
  padding-bottom: 100px;
}

._3-checks-div {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.text-block-1309 {
  color: #000;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.text-block-1309.new {
  display: none;
}

.portal-link-image-div {
  width: 30%;
}

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

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

.program-info-div {
  align-items: center;
  display: flex;
}

.text-block-1262 {
  font-family: var(--nunito);
  color: #000;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
}

.div-block-2001 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.doc_short-bio {
  font-family: var(--roboto);
  color: var(--black);
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 15px;
}

.div-block-1848 {
  z-index: 0;
  border: .5px solid #dfdfdf;
  width: 1px;
  height: 76.6%;
  position: absolute;
  inset: 6% auto 0% 8%;
}

.text-span-276 {
  font-weight: 900;
}

.text-block-231 {
  font-family: var(--roboto);
  color: #000;
  margin-right: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.amount-div {
  align-items: flex-start;
  display: flex;
}

.portal-categories-div {
  background-color: #f6f6f6;
  border-radius: 11px;
  flex-flow: column;
  align-items: center;
  margin-bottom: 30px;
  padding: 50px 30px;
  display: none;
}

.portal-summary-header {
  font-family: var(--nunito);
  color: #000;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 800;
  line-height: 24px;
}

.text-block-1310 {
  font-family: var(--roboto);
  color: var(--999-grey);
  text-align: right;
  font-size: 10px;
  line-height: 12px;
}

.text-block-790 {
  color: #000;
  font-size: 11px;
}

.image-556 {
  width: 30px;
}

.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;
}

.progress-drop-div {
  background-color: #fff;
  padding: 30px 20px 20px;
  position: relative;
}

.supply-list-span, .text-span-277 {
  font-weight: 900;
}

.ppb_timer-buttondiv {
  padding-left: 15px;
  padding-right: 15px;
}

.link-block-71 {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 9px;
  padding: 10px 20px;
  font-size: 15px;
  text-decoration: none;
}

.link-block-71.selected {
  background-color: #c9e8ff;
}

.text-block-936 {
  color: #000;
  font-size: 10px;
  line-height: 10px;
}

.progress-div {
  width: 40%;
  height: auto;
  position: relative;
}

.reco-box-bottom-div {
  background-color: #e9ff86;
  border-top: 1px solid #000;
  justify-content: flex-start;
  padding: 10px;
  display: flex;
}

.button-124 {
  background-color: var(--logo-green);
  font-family: var(--roboto);
  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(--logo-blue);
}

.tabs-menu {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-bottom: 1px solid #dfdfdf;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1.5fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 20px;
  display: grid;
}

.countdown-detail-2 {
  font-family: var(--roboto);
  color: #000;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 700;
  line-height: 13px;
}

.paragraph-162 {
  font-family: var(--roboto);
  color: #000;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
}

.doctab_flex-div {
  justify-content: space-between;
  padding-top: 50px;
  display: flex;
}

.image-562 {
  width: 25px;
}

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

.portal-form-2-input-div {
  justify-content: space-between;
  margin-bottom: 20px;
  display: flex;
}

.portal-form-2-input-div.address {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
}

.text-block-1311 {
  font-family: var(--nunito);
  color: #000;
  font-size: 20px;
  font-weight: 900;
  line-height: 22px;
}

.text-block-1314 {
  font-family: var(--roboto);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 15px;
}

.text-block-1320 {
  color: var(--black);
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.therapy-subs-div {
  border: 1px solid #000;
  border-radius: 11px;
  width: 50%;
  padding: 30px;
}

.bold-text-30 {
  letter-spacing: 1px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  line-height: 15px;
}

.ppb_infodiv {
  padding: 15px 15px 10px;
}

.button-125 {
  background-color: var(--logo-green);
  font-family: var(--roboto);
  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(--logo-blue);
}

.text-block-1264 {
  color: #fff;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.portal-bullets-div {
  width: 50%;
  margin-bottom: 0;
}

.text-span-280 {
  font-weight: 900;
}

.portal-tab-div {
  border-bottom: 1px solid #dfdfdf;
  flex-flow: column;
  padding-top: 50px;
  padding-bottom: 30px;
  display: flex;
}

.portal-tab-div.profile {
  padding-left: 100px;
  padding-right: 100px;
}

.text-block-1261 {
  font-family: var(--roboto);
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
}

.countdown-time-2 {
  font-family: var(--roboto);
  color: #000;
  font-size: 30px;
  line-height: 39px;
}

.div-block-1117 {
  margin-bottom: 30px;
}

.div-block-1117.b {
  color: #000;
  margin-bottom: 10px;
}

.div-block-1117.b.portal {
  margin-top: 30px;
}

.image-549 {
  border: 1px solid #dfdfdf;
  margin-bottom: 20px;
}

.image-444 {
  border-radius: 9px;
  width: 55px;
  margin-right: 10px;
}

.qs_div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-top: 50px;
  display: flex;
}

.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;
}

.text-block-1312 {
  font-family: var(--roboto);
  color: #aaa;
  text-align: right;
  font-size: 12px;
  line-height: 14px;
}

.tab-headers-div {
  margin-bottom: 20px;
}

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

.reco-button {
  border: 1px none var(--white);
  background-color: var(--logo-blue);
  font-family: var(--roboto);
  color: var(--white);
  text-align: center;
  border-radius: 100px;
  width: 48%;
  font-size: 11px;
  font-weight: 800;
  line-height: 11px;
}

.progress-bullet {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.input-div-half {
  font-family: var(--roboto);
  width: 48%;
}

.input-div-half.apt {
  width: 20%;
}

.dosage-month-div {
  border-bottom: 1px solid #dfdfdf;
  padding-top: 50px;
  padding-bottom: 50px;
}

.portal-category-select-div {
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.submit-button-14 {
  background-color: var(--logo-green);
  font-family: var(--roboto);
  color: var(--white);
  border-radius: 99px;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 700;
}

.field-label-2 {
  font-family: var(--roboto);
  color: var(--black);
  margin-bottom: 5px;
  font-weight: 400;
}

.field-label-2.multi {
  color: var(--black);
  margin-bottom: 10px;
}

.item-price-text-2 {
  font-family: var(--roboto);
  color: #000;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 800;
  line-height: 26px;
}

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

.pbb_priceflex {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.div-block-1988 {
  background-color: var(--dark-bluegreen);
  margin-top: 30px;
  padding: 20px;
}

.image-547 {
  border: 1px solid #dfdfdf;
  margin-bottom: 20px;
}

.doctab_textdiv {
  width: 35%;
}

.text-block-914 {
  font-family: var(--nunito);
  color: var(--black);
  margin-bottom: 20px;
  font-size: 45px;
  font-weight: 700;
  line-height: 51px;
}

.dosage-step-1-2-div {
  justify-content: space-between;
  margin-bottom: 50px;
  display: flex;
}

.portal-progress-div {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 50px;
  display: flex;
}

.button-44 {
  border: 1.25px solid var(--logo-green);
  background-color: var(--logo-green);
  font-family: var(--roboto);
  color: var(--white);
  text-align: center;
  border-radius: 9px;
  width: 48%;
  padding-top: 11px;
  padding-bottom: 12px;
  font-size: 15px;
  font-weight: 600;
}

.button-44:hover {
  border-color: var(--logo-blue);
  background-color: var(--logo-blue);
}

.text-block-1251 {
  font-family: var(--nunito);
  color: #000;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 800;
  line-height: 42px;
}

.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;
}

.portal-tab {
  color: #dfdfdf;
  background-color: #fff0;
  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;
  color: #000;
  background-color: #fff0;
  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;
}

.text-block-1313 {
  font-family: var(--roboto);
  color: #000;
}

.text-block-1321 {
  font-family: var(--roboto);
  color: var(--black);
  font-size: 13px;
  line-height: 17px;
}

.program-div {
  border-bottom: 1px solid #000;
  justify-content: space-between;
  margin-bottom: 0;
  padding-bottom: 20px;
  display: flex;
}

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

.reco-list-div {
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

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

.text-block-916 {
  color: #000;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.reco-type-icon {
  width: 20px;
}

.text-block-1322 {
  font-family: var(--roboto);
  color: var(--black);
  font-size: 12px;
  line-height: 12px;
}

.reco-pic-name-div {
  align-items: center;
  display: flex;
}

.link-block-81 {
  font-family: var(--roboto);
  color: #000;
  text-align: center;
  border: 1px solid #000;
  border-radius: 9px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 32%;
  padding: 30px;
  font-size: 19px;
  font-weight: 800;
  text-decoration: none;
  display: flex;
}

.link-block-81:hover {
  background-color: var(--logo-green);
  color: var(--white);
}

.link-16 {
  color: var(--logo-blue);
  font-family: Manrope, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 21px;
  text-decoration: none;
}

.image-476 {
  width: 25px;
  margin-bottom: 5px;
}

.doc_picdiv {
  background-color: #2e9bf0;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  overflow: hidden;
}

.list-item-11 {
  margin-bottom: 3px;
}

.text-block-1045 {
  font-family: var(--roboto);
  color: var(--black);
  margin-bottom: 15px;
  font-size: 16px;
}

.portal-input {
  color: var(--black);
  border: 1px solid #000;
  border-radius: 9px;
  height: 50px;
}

.image-561 {
  width: 25px;
  position: absolute;
  inset: 2% auto auto 2%;
}

.div-block-1986 {
  width: 32%;
}

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

.text-block-1260, .step-header {
  font-family: var(--roboto);
  color: var(--black);
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
}

.step-header.step-3 {
  margin-bottom: 5px;
}

.form-15 {
  margin-bottom: 50px;
}

.payment-history-div {
  width: 40%;
}

.text-block-929 {
  font-family: var(--nunito);
  color: var(--black);
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

.program-name-text {
  font-family: var(--nunito);
  color: var(--black);
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.text-block-1323 {
  font-family: var(--roboto);
  color: var(--black);
  font-size: 13px;
  font-weight: 900;
  line-height: 14px;
}

.button-94 {
  color: #fff;
  background-color: #000;
  border-radius: 99px;
  padding: 15px 25px;
  font-size: 13px;
  font-weight: 700;
}

.list-item-10 {
  margin-bottom: 10px;
}

.text-block-933 {
  color: #000;
  font-size: 12px;
}

.portal-category-links-row {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.text-block-1279 {
  font-family: var(--roboto);
  color: #000;
  font-size: 13px;
  line-height: 15px;
}

.progress_statusdiv {
  flex-flow: column;
  align-items: center;
  display: flex;
}

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

.ppb_imgdiv {
  background-color: #2e9bf0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: relative;
}

.text-block-931 {
  font-family: var(--roboto);
  margin-bottom: 10px;
}

.next-payment-text {
  font-family: var(--roboto);
  color: var(--black);
  font-size: 12px;
  line-height: 12px;
}

.text-block-919 {
  color: #000;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 22px;
}

.link-58 {
  font-family: var(--roboto);
  color: var(--logo-blue);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.link-58:hover {
  text-decoration: underline;
}

.portal-content-link {
  margin-bottom: 30px;
  text-decoration: none;
  display: flex;
}

.radio-button-label-2 {
  font-family: var(--roboto);
  color: #000;
  font-weight: 800;
}

.bullets-timer-div {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin-bottom: 30px;
  display: flex;
}

.image-550 {
  width: 50px;
  margin-bottom: 30px;
}

.reco-category {
  color: #000;
  background-color: #e9ff86;
  font-size: 12px;
  font-weight: 900;
}

.portal_progress-box {
  border: 1px solid #000;
  border-radius: 11px;
  padding: 20px;
  position: relative;
}

.image-443 {
  width: 50px;
  margin-right: 10px;
}

.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;
}

.account-summary-div {
  justify-content: space-between;
  margin-bottom: 60px;
  display: flex;
}

.ppb_name-price {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.text-block-1324 {
  font-family: var(--roboto);
  color: var(--black);
  font-size: 30px;
  font-weight: 900;
  line-height: 25px;
}

.recommended-div {
  margin-bottom: 30px;
  display: none;
}

.reco-list-header {
  color: #000;
  margin-bottom: 3px;
  font-weight: 900;
}

.text-block-1252 {
  font-family: var(--roboto);
  color: var(--black);
  margin-bottom: 50px;
  font-size: 20px;
  line-height: 24px;
}

.text-span-200 {
  font-style: italic;
}

.program-image-div {
  width: 55px;
  margin-right: 10px;
}

.portal-reco-box {
  border: 1px solid #000;
  padding-top: 5px;
}

.countdown-header-div-2 {
  background-color: #ff4c46;
  border-radius: 999px;
  padding: 2px 9px;
}

.reco-type-div {
  align-items: center;
  display: flex;
}

.dosage-step-div {
  width: 47%;
}

.reco-list-text {
  color: #000;
  font-size: 12px;
  line-height: 16px;
}

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

.image-442 {
  z-index: 998;
  width: 15px;
  margin-right: 10px;
  position: relative;
}

.text-block-1280 {
  font-weight: 600;
}

.link-71 {
  display: none;
}

.text-block-926 {
  font-family: var(--roboto);
  color: var(--black);
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 700;
}

._3-checks-bullets {
  align-items: center;
  display: flex;
}

.image-560, .portal-cta-text-div {
  width: 60%;
}

.link-52 {
  font-family: var(--roboto);
  color: var(--logo-green);
  font-size: 12px;
  text-decoration: none;
}

.dosage-step-3-div {
  justify-content: space-between;
  display: flex;
}

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

.paragraph-166 {
  font-family: var(--roboto);
  color: var(--black);
  text-align: center;
  width: 63%;
  margin-bottom: 20px;
  font-size: 16px;
}

.doc_npi_div {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.reco-top-summary {
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-2003 {
  width: 40%;
  margin-bottom: 0;
  padding-top: 0;
}

.button-132 {
  background-color: var(--logo-green);
  font-family: var(--roboto);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
}

.button-132:hover {
  background-color: var(--logo-blue);
}

.text-span-234 {
  font-family: Manrope, sans-serif;
  font-weight: 800;
}

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

.doctab_chat-div {
  border: 1px solid #f3f3f3;
  width: 60%;
}

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

.text-block-1263.mobile {
  display: none;
  overflow: visible;
}

.text-block-1263.desk {
  font-family: var(--roboto);
  font-size: 15px;
  line-height: 21px;
}

.text-block-1253 {
  text-align: center;
  margin-bottom: 10px;
  font-weight: 700;
  text-decoration: none;
}

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

.div-block-1987 {
  background-color: var(--dark-bluegreen);
  color: #000;
  border-radius: 9px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.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-1325 {
  color: #dfdfdf;
  margin-top: -10px;
}

.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;
}

.paragraph-165 {
  font-family: var(--roboto);
  color: #000;
  font-size: 14px;
  line-height: 17px;
}

.text-block-927 {
  font-family: var(--nunito);
}

.button-81 {
  border: 1px none var(--white);
  background-color: var(--logo-green);
  font-family: var(--roboto);
  color: var(--white);
  text-align: center;
  border-radius: 100px;
  width: 49%;
  font-size: 11px;
  font-weight: 800;
  line-height: 11px;
  text-decoration: none;
}

.text-span-275 {
  font-weight: 900;
}

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

.text-block-925 {
  font-family: var(--nunito);
  color: var(--black);
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
}

.reco-box-div {
  width: 32%;
}

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

.text-block-1258 {
  font-family: var(--roboto);
  color: var(--black);
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 900;
  line-height: 24px;
}

.text-block-1278 {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 900;
  line-height: 15px;
}

.doctor-profile-div {
  background-color: var(--white);
  border-radius: 9px;
  margin-bottom: 20px;
  padding: 20px;
}

.div-block-1849 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.line-divider-div {
  border: .5px solid #000;
  height: 1px;
  margin-bottom: 30px;
}

.dosage-steps-div {
  justify-content: space-between;
  width: 64%;
  display: block;
}

.program-image {
  border-radius: 9px;
}

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

.link-51 {
  color: var(--logo-blue);
  font-size: 12px;
  text-decoration: none;
  position: absolute;
  inset: auto 5% 5% auto;
}

.product-name-3 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.product-name-3.portal {
  font-family: var(--nunito);
  font-weight: 800;
}

.phone-number-field-5 {
  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-5._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-5._2.form {
  color: var(--black);
  background-color: #fff;
  border-color: #000;
  border-radius: 9px;
  height: 50px;
  margin-bottom: 0;
}

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

.phone-number-field-5.form {
  color: var(--black);
  border-color: #000;
  border-radius: 9px;
  height: 50px;
  margin-bottom: 0;
}

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

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

.phone-number-field-5._1.form {
  color: var(--black);
  border-color: #000;
  border-radius: 9px;
}

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

.checkbox-label-20 {
  color: var(--black);
}

.text-block-1256 {
  font-family: var(--nunito);
  color: var(--black);
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 900;
  line-height: 36px;
}

.category-dot {
  background-color: #98deff;
  border-radius: 99px;
  width: 9px;
  height: 9px;
  margin-right: 6px;
}

.category-dot.longevity {
  background-color: #d1d9ff;
}

.category-dot.hair {
  background-color: #ffbd98;
}

.category-dot.body {
  background-color: #a3e0da;
}

.category-dot.skin {
  background-color: #feffb5;
}

.category-dot.weight {
  background-color: #adff9e;
}

.category-dot.sex {
  background-color: #ff98f2;
}

.text-block-1326 {
  font-family: var(--roboto);
  color: #ff4c46;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 900;
}

.div-block-2005 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.div-block-2005.new {
  margin-bottom: 5px;
}

.text-block-937 {
  font-family: var(--roboto);
  color: var(--black);
  margin-bottom: 5px;
}

.text-block-1319 {
  font-family: var(--nunito);
  color: #000;
  text-align: center;
  width: 73%;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 800;
  line-height: 44px;
}

.portal-product-box {
  border: 1px solid #000;
  width: 39%;
  padding-bottom: 20px;
  position: relative;
}

.category-select-div-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.text-block-1277 {
  font-family: var(--roboto);
  color: var(--black);
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 800;
}

.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-block-930 {
  font-family: var(--nunito);
  color: #000;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 800;
  line-height: 16px;
}

.div-block-2006 {
  align-items: center;
  display: flex;
}

.progress-cta-div {
  width: 53%;
  display: none;
}

.text-block-1259 {
  font-family: var(--roboto);
  color: var(--black);
  font-size: 16px;
  line-height: 22px;
}

.text-block-1254 {
  color: #aaa;
  text-align: center;
  font-size: 14px;
  line-height: 17px;
}

.text-block-1254:hover {
  color: #fff;
}

.text-block-1327 {
  font-family: var(--nunito);
}

.portal-img-bg-div {
  background-color: var(--logo-blue);
  border-radius: 9px;
  width: 55px;
  margin-right: 10px;
}

.text-block-807 {
  font-family: var(--roboto);
  color: #000;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 800;
}

.chat-body-top {
  margin-bottom: 15px;
}

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

.link-block-52 {
  width: 30px;
}

.div-block-1754 {
  display: flex;
  position: absolute;
  inset: 10% 2% auto auto;
}

.link-44 {
  font-family: var(--nunito);
  color: var(--white);
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

.image-406 {
  height: 20px;
}

.text-field-53 {
  font-family: var(--roboto);
  color: var(--black);
  border-radius: 99px;
  margin-bottom: 0;
}

.text-block-792 {
  font-family: var(--nunito);
  color: #000;
  font-size: 24px;
  font-weight: 800;
  line-height: 24px;
}

.dropdown-list-5 {
  position: static;
}

.dropdown-list-5.w--open {
  background-color: #fff;
}

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

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

.category-text {
  background-color: var(--logo-green);
  font-family: var(--roboto);
  color: var(--white);
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  font-weight: 900;
}

.text-block-797 {
  font-family: var(--roboto);
  color: var(--black);
  margin-bottom: 3px;
  font-size: 15px;
  font-weight: 900;
  line-height: 20px;
}

.text-block-808 {
  color: #fff;
  text-align: center;
  font-size: 12px;
}

.text-block-788 {
  font-family: var(--nunito);
  color: #000;
  font-size: 21px;
  font-weight: 800;
}

.slide-5 {
  width: 46%;
}

.list-div {
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.speech {
  background-color: #f3f3f3;
  border-radius: 20px;
  width: 75%;
  padding: 10px 15px;
}

.text-block-802 {
  font-family: var(--roboto);
  color: var(--white);
  font-size: 15px;
  line-height: 20px;
}

.text-block-1328 {
  font-family: var(--roboto);
  color: #000;
  font-size: 11px;
}

.text-block-789 {
  font-family: var(--roboto);
  color: var(--black);
  margin-bottom: 5px;
  font-weight: 900;
}

.text-block-793 {
  font-family: var(--roboto);
  color: var(--black);
  font-size: 13px;
}

.icon-30 {
  padding-top: 0;
  position: static;
}

.paragraph-132 {
  font-family: var(--roboto);
  color: #000;
  width: auto;
  font-size: 16px;
  line-height: 21px;
}

.user-div {
  flex-flow: row-reverse;
  width: 100%;
  margin-bottom: 25px;
  display: flex;
}

.chat-top-div {
  background-color: var(--logo-green);
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  display: flex;
}

.link-block-56 {
  width: 25px;
}

.item-list-div {
  width: 65%;
}

.text-block-796 {
  font-family: var(--roboto);
  color: #000;
  text-align: center;
  font-size: 10px;
  line-height: 10px;
}

.div-block-1752 {
  width: 75%;
  padding: 10px 0 10px 10px;
}

.chat-body-bottom {
  margin-bottom: 15px;
}

.bundle-div {
  background-color: var(--dark-bluegreen);
  margin-bottom: 15px;
  padding: 0;
}

.slider-5 {
  background-color: #fff;
  height: auto;
}

.dropdown-2 {
  width: 100%;
}

.image-407 {
  width: 25px;
}

.div-block-1744 {
  align-items: flex-start;
  display: flex;
}

.suggest-div {
  background-color: var(--logo-blue);
  width: 97%;
  padding: 8px 10px;
}

.text-block-795 {
  font-family: var(--roboto);
  color: #000;
  font-size: 30px;
  font-weight: 900;
  line-height: 24px;
}

.list-item {
  margin-bottom: 0;
}

.div-block-1753 {
  background-color: #666;
  padding: 10px;
  position: absolute;
  inset: 4% 4% 0%;
}

.chat-body-div {
  max-width: 400px;
  padding: 20px 20px 0;
  position: relative;
  overflow: visible;
}

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

.doc-div {
  border: 1px solid #000;
  margin-bottom: 15px;
  position: relative;
}

.text-block-803 {
  font-family: var(--nunito);
  color: var(--white);
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 900;
}

.text-block-794 {
  font-family: var(--roboto);
  color: #000;
  font-size: 11px;
  font-weight: 900;
  line-height: 11px;
}

.text-block-798 {
  font-family: var(--roboto);
  color: var(--black);
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
}

.slide-nav-6 {
  display: none;
}

.list {
  margin-left: 3px;
  padding-left: 10px;
}

.image-411 {
  position: relative;
}

.reco-info-box {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.reco-box {
  background-color: #fff;
  border: 1px solid #000;
  margin-bottom: 15px;
  padding: 5px 0 0;
}

.reco-box.backup {
  display: block;
}

.div-block-1757 {
  background-color: var(--logo-green);
  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;
}

.reco-box-product-price {
  justify-content: space-between;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.text-block-800 {
  font-family: var(--roboto);
  color: var(--white);
  font-size: 11px;
  line-height: 12px;
}

.chat-area-div {
  background-color: var(--logo-green);
  border-top: 1px solid #000;
  padding: 10px 10px 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;
}

.div-block-1777 {
  padding-left: 20px;
}

.text-block-799 {
  font-family: var(--roboto);
  color: var(--white);
  font-size: 12px;
  font-weight: 900;
  line-height: 14px;
}

.chat-div {
  border: 1px #000;
  margin-bottom: 15px;
}

.mask-4 {
  height: auto;
}

.text-block-804 {
  font-family: var(--nunito);
  color: var(--black);
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 900;
}

.image-413 {
  width: 25px;
}

.image-410 {
  position: relative;
}

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

.section-_chat-window {
  position: fixed;
  inset: 0%;
}

.image-409 {
  width: 30px;
  padding: 6px;
  position: absolute;
  inset: 5% auto auto 1%;
}

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

.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;
}

.chat-box-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;
}

.platform-div {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.reco-img-div {
  background-color: var(--logo-blue);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  display: flex;
}

.reco-img-div.test {
  background-color: var(--logo-blue);
  background-image: none;
  width: 25%;
  margin-right: 10px;
}

.reco-button-div {
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.form-10 {
  position: relative;
}

.treatments-div {
  border: 1px solid #000;
  margin-bottom: 15px;
  position: relative;
}

.reco-box-bottom {
  background-color: var(--dark-bluegreen);
  border-top: 1px solid #000;
  flex-flow: row-reverse;
  padding: 10px;
  display: flex;
}

.link-block-53 {
  width: 25px;
  height: 25px;
  position: absolute;
  inset: auto 3% 6% auto;
}

.image-408 {
  width: 20px;
  margin-right: 0;
}

.div-block-1751 {
  background-color: var(--logo-green);
  border-top: 1px solid #000;
  padding: 10px;
  position: static;
}

.phone-frame-div {
  width: 25%;
  position: absolute;
  inset: auto 5% 0% auto;
}

.response-div {
  width: 90%;
}

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

.div-block-1750 {
  width: 70%;
  padding: 20px 10px 30px 0;
  position: relative;
}

.text-block-805 {
  font-family: var(--roboto);
  color: var(--black);
  font-size: 13px;
  line-height: 17px;
}

.div-block-1743 {
  align-items: center;
  display: flex;
}

.chat-reco-div {
  height: 530px;
  margin-bottom: 15px;
  overflow: scroll;
}

.text-block-806 {
  font-family: var(--roboto);
  color: var(--black);
  font-size: 16px;
  line-height: 21px;
}

.dialogue-div {
  padding: 15px 10px 10px 0;
}

.text-block-787 {
  font-family: var(--roboto);
  color: var(--black);
  font-size: 15px;
}

.section_logo-bar {
  z-index: 999;
  position: static;
  inset: 0% 0% auto;
}

.logonav_wrap {
  background-image: linear-gradient(#fff 80%, #fff0);
  flex-flow: column;
  align-items: center;
  display: flex;
}

.logonav_div {
  flex-flow: column;
  align-items: center;
  width: 600px;
  padding-top: 30px;
  padding-bottom: 0;
  display: flex;
}

.link-block-73 {
  margin-bottom: 10px;
}

.image-487 {
  height: 30px;
}

.logonav_progressdiv {
  justify-content: space-between;
  align-items: center;
  width: 60%;
  margin-bottom: 30px;
  display: none;
}

.progress_step_div {
  background-color: #f3f3f3;
  border-radius: 99px;
  width: 23%;
  height: 6px;
}

.progress_step_div.current {
  background-color: #c9e8ff;
  height: 6px;
}

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

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

.checkoutb_wrap {
  background-color: #fff;
  flex-flow: column;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 130px;
  display: flex;
}

.ty_buttondiv {
  width: 100%;
  margin-top: 50px;
}

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

.bar-subheader-text {
  font-family: var(--roboto);
  color: var(--black);
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 800;
  line-height: 22px;
}

.text-span-245 {
  font-size: 20px;
  font-weight: 900;
}

.text-span-245.under {
  text-decoration: underline;
}

.image-509 {
  width: 25px;
  position: absolute;
  inset: -6% -2% auto auto;
}

.list-8 {
  margin-bottom: 0;
  padding-left: 13px;
}

.bar-header-text {
  font-family: var(--nunito);
  color: #000;
  font-size: 26px;
  font-weight: 800;
  line-height: 26px;
}

.barimg_div {
  background-color: var(--logo-blue);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  display: flex;
}

.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;
}

.barinfo_div {
  flex-flow: column;
  justify-content: center;
  width: 56%;
  padding-left: 10px;
  display: flex;
}

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

.text-block-1141 {
  color: #000;
  text-align: center;
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 900;
  line-height: 34px;
}

.barprice_div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 22%;
  display: flex;
}

.ty_gift_div {
  margin-bottom: 30px;
}

.ty_maindiv {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.productbar_div {
  border: 1px solid var(--dark-bluegreen);
  border-radius: 9px;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;
  position: relative;
}

.productbar_div.gift {
  border-width: 3px;
  border-color: var(--logo-green);
}

.ty_no-div {
  width: 100%;
  margin-bottom: 30px;
}

.text-span-247 {
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.text-span-251 {
  font-weight: 900;
}

.checkout_part-2 {
  width: 480px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 30px;
}

.bar-body-text {
  font-family: var(--roboto);
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 16px;
}

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

.text-block-1148 {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  line-height: 30px;
}

.list-item-7 {
  color: #000;
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 15px;
}

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

.text-span-246 {
  background-image: linear-gradient(#fff0 73%, #01d449 73% 88%, #fff0 88%);
}

.div-block-1951 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 5px;
  display: flex;
}

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

.list-item-8 {
  color: #000;
  font-size: 13px;
  line-height: 15px;
}

.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;
}

.text-block-1329 {
  font-family: var(--roboto);
  color: var(--black);
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.text-block-1330 {
  font-family: var(--roboto);
  color: var(--black);
  font-size: 16px;
  font-weight: 900;
}

.text-block-1331 {
  font-family: var(--roboto);
  color: var(--black);
  text-align: center;
  font-weight: 800;
}

.text-span-295 {
  font-size: 20px;
  font-weight: 900;
}

.text-span-295.under {
  text-decoration: underline;
}

.image-563 {
  width: 25px;
  position: absolute;
  inset: -8% -2% auto auto;
}

.list-9 {
  margin-bottom: 0;
  padding-left: 13px;
}

.text-block-1332 {
  font-family: var(--roboto);
  color: var(--black);
  font-size: 18px;
  line-height: 24px;
}

.text-block-1333 {
  font-family: var(--nunito);
  color: var(--black);
  text-align: center;
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 800;
  line-height: 34px;
}

.text-span-296 {
  font-family: var(--inter);
  font-weight: 600;
}

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

.text-block-1334 {
  font-family: var(--roboto);
  color: #000;
}

.text-block-1335 {
  font-family: var(--roboto);
  color: var(--black);
  font-size: 40px;
  font-weight: 700;
  line-height: 30px;
}

.list-item-12 {
  font-family: var(--roboto);
  color: var(--black);
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 15px;
}

.text-span-298 {
  background-image: linear-gradient(180deg, #fff0 73%, var(--logo-green) 73%, var(--logo-green) 88%, #fff0 88%);
}

.div-block-2007 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 5px;
  display: flex;
}

.text-block-1336 {
  font-family: var(--roboto);
  color: var(--black);
  font-size: 16px;
  font-weight: 900;
}

.list-item-13 {
  font-family: var(--roboto);
  color: var(--black);
  font-size: 13px;
  line-height: 15px;
}

.button-133 {
  background-color: var(--logo-green);
  font-family: var(--roboto);
  color: var(--white);
  text-align: center;
  border-radius: 9px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.button-133:hover {
  background-color: var(--logo-blue);
}

.upsell-img-div {
  background-color: var(--logo-blue);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 24%;
  display: flex;
}

.upsell-img-div.bundle {
  background-color: var(--logo-blue);
  width: 100%;
  margin-bottom: 15px;
}

.upsell_boxbutton {
  background-color: var(--logo-green);
  font-family: var(--roboto);
  color: var(--white);
  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(--logo-blue);
}

.bullets-header-text {
  color: #000;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 900;
  line-height: 20px;
  display: none;
}

.text-span-254 {
  font-family: var(--inter);
  font-weight: 500;
}

.text-block-962 {
  color: #000;
  text-align: right;
  font-size: 12px;
  line-height: 12px;
}

.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(--logo-green);
  font-family: var(--roboto);
  color: var(--white);
  font-size: 10px;
  line-height: 17px;
}

.text-block-1337 {
  font-family: var(--roboto);
  color: #000;
  font-size: 11px;
}

.price {
  color: #000;
  font-size: 30px;
  font-weight: 900;
  line-height: 24px;
}

.price.upsell {
  font-size: 36px;
  line-height: 27px;
}

.price.old {
  font-size: 23px;
}

.price.old.upsell {
  font-size: 20px;
  line-height: 25px;
}

.upsell_box-header-bar {
  margin-bottom: 0;
}

.text-block-1180 {
  background-color: var(--logo-green);
  font-family: var(--nunito);
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: 800;
  line-height: 26px;
}

.checkout_upsellbullet_text {
  font-family: var(--roboto);
  color: var(--black);
  font-size: 14px;
}

.checkout_upsellbullet_text.bundle {
  font-family: var(--roboto);
  color: var(--black);
  margin-bottom: 5px;
  font-size: 16px;
}

.image-450 {
  position: absolute;
  inset: 10% 0% 0%;
}

.item-price-div {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.mobile-image {
  width: auto;
}

.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 {
  margin-bottom: 15px;
  padding: 0 0 20px;
}

.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: 10px;
}

.fart {
  font-family: var(--roboto);
  color: var(--black);
}

.upsell-button-div {
  margin-top: 30px;
}

.upsell-header-div {
  margin-bottom: 30px;
}

.productname {
  color: #000;
  font-size: 20px;
  font-weight: 900;
}

.productname.upsell {
  font-family: var(--nunito);
  color: var(--black);
  margin-bottom: 5px;
  font-size: 27px;
  font-weight: 800;
}

.productname.upsell.bundle {
  font-family: var(--nunito);
  color: var(--black);
  font-size: 31px;
  font-weight: 800;
  line-height: 23px;
}

.list-header {
  color: #000;
  font-size: 16px;
  font-weight: 900;
}

.list-header.bundle {
  font-family: var(--roboto);
  font-size: 19px;
}

.upsell_boxinfo {
  width: 73%;
}

.upsell_boxinfo.bundle {
  width: 100%;
}

.button-113 {
  background-color: var(--f3-grey);
  font-family: var(--roboto);
  color: var(--666-grey);
  text-align: center;
  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: var(--df-grey);
}

.item-text-div {
  padding: 0 10px 15px;
}

.item-text-div.checkout {
  margin-top: 20px;
  padding: 0 20px;
}

.popup-buttons-div {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0;
  display: flex;
}

.mobile_img_div {
  width: 20%;
  display: none;
}

.upsell_wrap {
  padding-left: 0;
  padding-right: 0;
}

.paragraph-15-14 {
  font-family: var(--roboto);
  color: #000;
  text-align: center;
  margin-top: 10px;
  font-size: 20px;
  line-height: 24px;
}

.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;
}

.text-block-959 {
  font-family: var(--roboto);
  color: var(--black);
  font-size: 15px;
  line-height: 15px;
}

.paragraph-154 {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 600;
}

.list-header-box {
  width: 49%;
}

.price-side {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  font-family: var(--roboto);
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 15px;
  display: flex;
}

.price-side.upsell {
  font-family: var(--roboto);
  color: var(--black);
}

.upsellboxtop_div {
  border-bottom: 1px solid #000;
  justify-content: space-between;
  margin-bottom: 15px;
  display: flex;
}

.image-564 {
  width: 20px;
  margin-right: 0;
}

.image-564.upsell {
  width: 15px;
}

.bundle-img {
  width: 40%;
}

.text-block-1181 {
  font-family: var(--nunito);
  color: var(--black);
  text-align: center;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 800;
  line-height: 33px;
}

.list-flex-div {
  justify-content: space-between;
  margin-bottom: 15px;
  display: flex;
}

.list-10 {
  width: 49%;
  margin-bottom: 0;
  padding-left: 13px;
}

.upsell_boxbullets_div.bundle {
  padding-left: 0;
  padding-right: 0;
}

.dollar-sign {
  color: #000;
  font-weight: 900;
  line-height: 15px;
}

.list-headers-div {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.div-block-2008 {
  align-items: center;
  display: flex;
}

.upsell_top_info_div {
  border-bottom: 1px #000;
  width: 100%;
  margin-bottom: 0;
}

.plan-top-div {
  background-color: #f8f8f8;
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  display: flex;
}

.text-block-1338 {
  font-family: var(--roboto);
  color: #000;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.button-127 {
  background-color: var(--logo-green);
  font-family: var(--roboto);
  color: var(--white);
  text-align: center;
  border-radius: 9px;
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.button-127:hover {
  background-color: var(--logo-blue);
}

.text-block-1290 {
  font-family: var(--roboto);
  color: #000;
  font-size: 40px;
  font-weight: 900;
  line-height: 44px;
}

.plan-savings {
  background-color: var(--dark-bluegreen);
  border: 1px solid #000;
  border-radius: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
}

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

.text-block-1289 {
  color: #00c042;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}

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

.text-block-1339 {
  font-family: var(--nunito);
  color: var(--black);
  text-align: center;
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 800;
  line-height: 34px;
}

.plan-upsell {
  border: 1px solid #000;
  border-radius: 9px;
  width: 70%;
  margin-bottom: 15px;
  overflow: hidden;
}

.text-span-283 {
  color: var(--logo-blue);
  font-weight: 700;
}

.plan-bottom-div {
  padding: 15px;
}

.button-128 {
  color: #999;
  text-align: center;
  background-color: #dfdfdf;
  border-radius: 9px;
  width: 70%;
  margin-top: 15px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.text-block-1291 {
  font-family: var(--roboto);
  color: var(--black);
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 16px;
  line-height: 22px;
}

.bold-text-28 {
  font-family: var(--roboto);
  color: var(--white);
  font-size: 14px;
}

.text-block-1292 {
  font-family: var(--roboto);
  color: #000;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
}

.text-block-1288 {
  font-family: var(--nunito);
  color: #000;
  font-size: 18px;
  font-weight: 800;
  line-height: 24px;
}

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

.image-510 {
  width: 20px;
}

.text-block-1151 {
  font-family: var(--nunito);
  color: var(--black);
  text-align: center;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 800;
  line-height: 34px;
}

.text-block-1155 {
  font-family: var(--roboto);
  color: var(--black);
}

.text-block-1152 {
  font-family: var(--roboto);
  color: var(--black);
  text-align: center;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 22px;
}

.timeline-div {
  width: 66%;
  margin-bottom: 10px;
  display: block;
  position: relative;
}

.paragraph-153 {
  font-family: var(--roboto);
  color: var(--black);
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.almost_bottomflex_div {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  width: 70%;
  margin-bottom: 40px;
  display: flex;
}

.text-span-299 {
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.text-block-1153 {
  font-family: var(--roboto);
  color: var(--logo-blue);
  font-size: 15px;
  font-weight: 900;
  line-height: 20px;
}

.image-511 {
  width: 200px;
}

.text-block-1154 {
  font-family: var(--nunito);
  color: #000;
  font-size: 18px;
  font-weight: 900;
  line-height: 24px;
}

.almost-button-div {
  width: 100%;
}

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

.linebullet_div {
  z-index: 99999;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

.timeline_line {
  z-index: 0;
  border: .5px solid #dfdfdf;
  width: 1px;
  height: 78%;
  position: absolute;
  inset: 0% auto 0% 2.25%;
}

.button-134 {
  background-color: var(--logo-green);
  font-family: var(--roboto);
  color: var(--white);
  text-align: center;
  border-radius: 9px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.button-134:hover {
  background-color: var(--logo-blue);
}

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

.hb_stepexample_div-2 {
  padding-left: 45px;
  padding-right: 45px;
}

.text-block-1172 {
  font-family: var(--nunito);
  color: var(--black);
  text-align: center;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 800;
  line-height: 34px;
}

.text-block-1170 {
  font-family: var(--roboto);
  color: var(--black);
  font-size: 33px;
  font-weight: 900;
  line-height: 33px;
}

.text-block-1164 {
  font-family: var(--roboto);
  color: #dd5656;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.link-60 {
  font-family: var(--roboto);
  color: var(--logo-blue);
  font-size: 16px;
}

.text-block-1169 {
  font-family: var(--roboto);
  color: var(--black);
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 22px;
}

.status-text {
  font-family: var(--roboto);
  color: var(--black);
  text-align: center;
  font-weight: 700;
}

.status-text.complete {
  color: var(--logo-green);
}

.hb_stepheader_div-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.text-span-250 {
  font-family: var(--inter);
  font-weight: 500;
}

.text-span-248 {
  font-size: 22px;
  font-weight: 900;
}

.howbilling_div {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.hb_buttondiv2 {
  width: 100%;
}

.examplebox-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 1px solid #000;
  justify-content: center;
  margin-bottom: 20px;
  padding: 15px;
  display: flex;
}

.text-block-1168 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

.div-block-1953 {
  border-bottom: 1px dotted #000;
  width: 20%;
  height: 13px;
}

.hb_buttondiv1-2 {
  width: 60%;
  margin-bottom: 30px;
}

.button-110 {
  background-color: var(--logo-green);
  font-family: var(--roboto);
  color: var(--white);
  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(--logo-blue);
}

.text-block-1171 {
  font-family: var(--roboto);
  color: #000;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.text-block-1167 {
  color: #0c9ac4;
}

.text-block-1165 {
  font-family: var(--roboto);
  color: #000;
  font-size: 16px;
}

.hb_stepdiv-2 {
  width: 100%;
  margin-bottom: 50px;
}

.text-block-1162 {
  font-family: var(--roboto);
  color: var(--black);
  text-align: center;
  margin-bottom: 5px;
  font-size: 30px;
  font-weight: 700;
  line-height: 24px;
}

.text-block-1173 {
  font-family: var(--roboto);
  font-size: 12px;
}

.checkbox-field-19 {
  margin-bottom: 0;
}

.checkbox-label-22 {
  font-family: var(--roboto);
  color: #aaa;
  font-size: 10px;
  line-height: 10px;
}

.text-block-1315 {
  font-family: var(--nunito);
  color: #000;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 800;
  line-height: 24px;
}

.div-block-2009 {
  background-color: #fff;
  border: 1px solid #2e9bf0;
  border-radius: 9px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 400px;
  margin-bottom: 10px;
  padding: 30px 20px 15px;
  display: flex;
  position: relative;
}

.popup_pricediv {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.submit-button-18 {
  background-color: var(--logo-green);
  font-family: var(--roboto);
  color: var(--white);
  border-radius: 6px;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 17px;
  font-weight: 600;
}

.submit-button-18:hover {
  background-color: var(--logo-blue);
}

.text-block-1318 {
  font-family: var(--roboto);
  color: #000;
  text-align: center;
  margin-bottom: 15px;
}

.text-block-1317 {
  font-family: var(--roboto);
  color: var(--black);
  font-size: 40px;
  font-weight: 900;
  line-height: 33px;
}

.link-block-87 {
  width: 15px;
  position: absolute;
  inset: 2% 2% auto auto;
}

.price-confirm-popup {
  background-color: #0006;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.text-block-1316 {
  font-family: var(--roboto);
  color: var(--black);
  font-size: 20px;
  font-weight: 900;
}

.form-block-17 {
  width: 90%;
}

.section-_cancel-popup {
  position: fixed;
  inset: 0%;
}

.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;
}

.popuptopbar_div {
  background-color: var(--logo-green);
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  display: flex;
}

.popup_logo {
  height: 20px;
}

.close_link, .topbarlink_image {
  width: 25px;
}

.popup-body-div {
  max-width: 400px;
  padding: 20px 20px 0;
  position: relative;
  overflow: visible;
}

.popup-chat-div {
  height: 600px;
  margin-bottom: 15px;
  overflow: scroll;
}

.site-message-div {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 25px;
  display: flex;
}

.user-reply-div {
  flex-flow: row-reverse;
  width: 100%;
  margin-bottom: 25px;
  display: flex;
}

.user-reply-div.hide {
  display: none;
}

.popup-chat-header {
  font-family: var(--nunito);
  color: #000;
  text-align: center;
  font-size: 30px;
  font-weight: 800;
  line-height: 23px;
}

.chat-body-top-div {
  margin-bottom: 15px;
}

.cancel-popup-chat-div {
  border: 1px #000;
  margin-bottom: 0;
}

.popup-dialogue-div {
  padding: 15px 10px 10px 0;
}

.chat-dp-div {
  background-color: var(--logo-green);
  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;
}

.cancel-confirm {
  background-color: var(--f3-grey);
  font-family: var(--roboto);
  color: var(--999-grey);
  text-align: center;
  border-radius: 9px;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
}

.cancel-confirm:hover {
  background-color: var(--df-grey);
}

.text-span-300 {
  font-family: var(--inter);
  font-weight: 500;
}

.popup-body-bottom {
  margin-bottom: 15px;
  display: none;
}

.offer-button {
  background-color: var(--logo-green);
  font-family: var(--roboto);
  color: var(--white);
  text-align: center;
  border-radius: 9px;
  width: 100%;
  margin-bottom: 15px;
  padding-top: 19px;
  padding-bottom: 19px;
  font-size: 15px;
  font-weight: 800;
}

.offer-button:hover {
  background-color: var(--logo-blue);
}

.text-span-301 {
  font-family: var(--inter);
}

.offer-link {
  border: 2px solid var(--logo-green);
  background-color: var(--dark-bluegreen);
  color: var(--white);
  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(--logo-green);
  color: var(--black);
}

.offer-header {
  font-family: var(--nunito);
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 800;
  line-height: 24px;
}

.paragraph-167 {
  font-family: var(--roboto);
  text-align: center;
  margin-bottom: 0;
  line-height: 17px;
}

.speech-balloon {
  background-color: #f3f3f3;
  border-radius: 20px;
  width: 75%;
  padding: 10px 15px;
}

.div-block-wrap {
  background-image: linear-gradient(0deg, var(--logo-green), white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 80px;
  display: flex;
}

.help_div {
  background-color: var(--white);
  font-family: var(--roboto);
  color: var(--black);
  border: 1px solid #000;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 690px;
  padding: 50px 60px 60px;
  display: flex;
}

.rx_richtext {
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 22px;
}

.richtext_header {
  font-family: var(--nunito);
  color: var(--logo-green);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 800;
}

.richtext_header2 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 800;
}

.button-135 {
  background-color: var(--logo-green);
  font-family: var(--nunito);
  text-align: center;
  border-radius: 9px;
  width: 100%;
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 21px;
  font-weight: 700;
}

.button-135:hover {
  background-color: var(--logo-blue);
}

.button-span {
  font-family: var(--inter);
  font-size: 20px;
}

.div-block-2011 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 30px;
  display: flex;
}

.div-block-2012 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-565 {
  height: 33px;
}

.text-block-1340 {
  font-family: var(--nunito);
  color: var(--logo-blue);
  margin-top: -8px;
  font-size: 30px;
  font-weight: 800;
  line-height: 33px;
}

.text-block-1341 {
  font-family: var(--nunito);
  text-align: center;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 800;
  line-height: 35px;
}

.bold-text-31 {
  font-size: 32px;
}

.text-block-1342 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 17px;
  line-height: 22px;
}

.link-12 {
  color: var(--logo-blue);
  text-decoration: none;
}

.text-span-182 {
  font-family: Manrope, sans-serif;
}

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

.bar {
  border: .5px solid #dfdfdf;
  width: 43%;
  height: 1px;
}

.text-block-834 {
  font-family: var(--nunito);
  color: var(--black);
  text-align: center;
  font-size: 17px;
  font-weight: 800;
}

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

.submit-button-13 {
  background-color: var(--logo-green);
  color: #fff;
  text-align: center;
  border-radius: 99px;
  width: 100%;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.submit-button-13:hover {
  background-color: var(--logo-blue);
}

.login-box {
  flex-flow: column;
  align-items: center;
  width: 428px;
  padding: 30px 30px 80px;
  display: flex;
}

.link-block-63 {
  border-radius: 0;
  width: 50px;
  height: auto;
  margin-bottom: 20px;
  overflow: hidden;
}

.register-progress {
  background-color: var(--logo-blue);
  width: 34%;
  height: 5px;
}

.register-progress._3 {
  width: 100%;
}

.register-progress._2 {
  width: 69%;
}

.link-block-64 {
  color: #000;
  text-decoration: none;
}

.register-chckbx-field {
  background-color: #f3f3f3;
  border-radius: 9px;
  align-items: flex-start;
  margin-bottom: 15px;
  padding: 20px;
  display: flex;
}

.dob-day {
  width: 19%;
}

.text-block-840 {
  font-family: var(--roboto);
  color: #000;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 700;
}

.text-block-851 {
  font-family: var(--roboto);
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.text-block-838 {
  font-family: var(--roboto);
  color: var(--black);
  font-size: 15px;
  font-weight: 800;
}

.step-3-slide {
  width: 100%;
}

.link-46 {
  color: #0c9ac4;
}

.progress-label {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.register-form {
  width: 100%;
  margin-bottom: 30px;
}

.register-link-button {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-block-203 {
  font-family: var(--roboto);
  color: var(--black);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
}

.register-checks-div {
  margin-bottom: 40px;
}

.login-section {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.or-bar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.foot-disclaimer-div {
  flex-flow: column;
  margin-top: 100px;
  margin-bottom: 30px;
  display: flex;
}

.register-header {
  font-family: var(--nunito);
  color: var(--black);
  text-align: center;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 900;
  line-height: 36px;
}

.dob-year {
  width: 29%;
}

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

.checkbox-label-18 {
  font-family: var(--roboto);
  color: #000;
  font-size: 15px;
  font-weight: 700;
}

.select-field-8 {
  font-family: var(--roboto);
  color: var(--black);
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 9px;
  height: 50px;
}

.text-block-837 {
  font-family: var(--roboto);
  color: #999;
  margin-bottom: 3px;
  font-size: 15px;
  font-weight: 400;
}

.first-slide {
  width: 100%;
  padding-bottom: 80px;
}

.register-text-field {
  font-family: var(--roboto);
  color: var(--black);
  border: 1px solid #dfdfdf;
  border-radius: 9px;
  height: 50px;
  margin-bottom: 15px;
}

.register-text-field.pw {
  color: var(--black);
  margin-bottom: 15px;
}

.step-1-slide {
  width: 100%;
  padding-bottom: 0;
}

.radio-button-label {
  font-family: var(--roboto);
  color: var(--black);
  margin-left: 3px;
  font-size: 15px;
  font-weight: 700;
}

.text-block-836 {
  color: #999;
  margin-right: 10px;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 36px;
}

.paragraph-134 {
  font-family: var(--roboto);
  color: #999;
  text-align: center;
}

.register-progress-bar {
  background-color: #f3f3f3;
  border: 1px solid #dfdfdf;
  border-radius: 99px;
  height: 6px;
  margin-bottom: 15px;
  overflow: hidden;
}

.link-icon-div {
  width: 25px;
  height: 24px;
  position: absolute;
  inset: 25% auto auto 6%;
}

.pw-details-div {
  margin-bottom: 30px;
}

.register-radio-div {
  margin-top: 10px;
  margin-bottom: 30px;
}

.checkbox-14 {
  margin-left: 0;
  margin-right: 10px;
}

.text-block-835 {
  font-family: var(--roboto);
  color: var(--black);
  font-weight: 700;
}

.step-2-slide {
  width: 100%;
}

.link-45 {
  color: #0c9ac4;
}

.label {
  font-family: var(--roboto);
  color: var(--black);
  font-size: 13px;
}

.label.step-2 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}

.text-block-841 {
  font-family: var(--roboto);
  color: var(--999-grey);
  margin-bottom: 5px;
  line-height: 18px;
}

.radio-row {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 3px;
  display: flex;
}

.text-block-839 {
  font-family: var(--nunito);
  color: var(--black);
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 800;
  line-height: 21px;
}

.dob-month {
  width: 49%;
}

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

.address-div {
  width: 65%;
}

.rx_textfield {
  font-family: var(--roboto);
  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%;
}

.apt-div {
  width: 33%;
}

.city-state-zip-div {
  justify-content: space-between;
  display: flex;
}

.checkbox-label-23 {
  font-family: var(--roboto);
  color: var(--black);
  font-weight: 700;
}

.checkbox-field-20 {
  margin-bottom: 15px;
}

.form-button-div {
  flex-flow: row-reverse;
  display: flex;
}

.cancel-popup-header-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.submit-button-19 {
  background-color: var(--logo-green);
  font-family: var(--roboto);
  color: var(--white);
  border-radius: 20px;
  font-weight: 600;
}

.submit-button-19:hover {
  background-color: var(--logo-blue);
}

.textarea {
  border-radius: 9px;
}

.form-help-link {
  background-color: var(--white);
  border-radius: 100px;
  width: 35px;
}

.text-block-1343 {
  font-family: var(--roboto);
  text-align: center;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
}

.text-block-1344 {
  font-family: var(--roboto);
  text-align: center;
  font-weight: 800;
}

._4boxes_div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding: 0;
  display: flex;
}

._4boxes_flex {
  justify-content: space-between;
  width: 90%;
  margin-bottom: 20px;
  display: flex;
}

.paragraph-179 {
  color: #000;
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 23px;
}

.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._1 {
  border: 1px solid var(--logo-green);
  background-color: var(--white);
  font-family: var(--roboto);
  background-image: none;
  border-radius: 15px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 49%;
  padding: 20px;
  position: relative;
}

.image-579 {
  width: 80px;
  position: absolute;
  inset: 5% 5% auto auto;
}

.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;
}

.box-img._1 {
  width: 42%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.text-block-1433 {
  font-family: var(--nunito);
  color: var(--logo-blue);
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
}

.text-block-1441 {
  color: #000;
  margin-bottom: 5px;
  font-size: 16px;
}

.box_textdiv {
  width: 50%;
  padding-bottom: 50px;
}

.box_textdiv._1 {
  width: 100%;
  padding-bottom: 0;
}

.list-11, .list-12 {
  margin-top: 10px;
  padding-left: 15px;
}

.text-block-1442 {
  color: #000;
  margin-bottom: 5px;
  font-size: 16px;
}

.list-13 {
  margin-top: 10px;
  padding-left: 15px;
}

.text-block-1443 {
  color: #000;
  margin-bottom: 5px;
  font-size: 16px;
}

.text-block-1444 {
  font-family: var(--nunito);
  color: var(--black);
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
}

.image-573 {
  width: 70px;
  height: auto;
}

.fast_step-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--logo-blue);
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  margin-top: 20px;
  margin-bottom: 50px;
  padding: 30px 20px 20px;
  display: flex;
}

.image-571, .image-572 {
  width: 70px;
  height: auto;
}

.step_imgdiv {
  text-align: center;
  width: auto;
  height: 70px;
}

.paragraph-178 {
  font-family: var(--roboto);
  text-align: center;
  font-size: 20px;
  line-height: 27px;
}

.paragraph {
  color: #000;
  margin-top: -15px;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 28px;
}

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

.section_headers {
  color: #000;
  text-align: left;
  margin-bottom: 30px;
  font-size: 45px;
  font-weight: 600;
  line-height: 45px;
}

.fast_steptxtdiv {
  color: #000;
  width: 100%;
  font-size: 17px;
}

.fast-steps {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.text-block-1431 {
  font-family: var(--nunito);
  margin-bottom: 5px;
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
}

.small-headers {
  color: #000;
  background-color: #00ffc8;
  margin-bottom: 15px;
  padding: 3px 10px 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  display: inline-block;
}

.text-block-1432 {
  background-color: var(--white);
  font-family: var(--roboto);
  color: var(--logo-blue);
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 700;
  display: inline-block;
}

.text-block-1432.steps {
  background-color: var(--logo-green);
  color: var(--white);
}

.step-headers.mob {
  display: none;
}

.step-headers.desk {
  text-align: center;
}

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

.text-block-998 {
  color: #000;
  text-align: left;
  margin-bottom: 10px;
  padding-left: 30px;
  font-size: 12px;
  display: block;
}

.text-block-998._2 {
  padding-left: 40px;
}

.compboximg {
  width: 80px;
  position: absolute;
  inset: 20% 10% 0% auto;
}

.compboximg.pens {
  width: 100px;
  right: 10%;
}

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

.arrow-span {
  font-family: Manrope, sans-serif;
}

.text-block-992 {
  font-family: var(--nunito);
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

.text-block-990 {
  color: #aaa;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.box-2 {
  background-color: #fff;
  border-radius: 9px;
  width: 60%;
  padding: 30px;
}

.box-2.long-a {
  font-family: var(--roboto);
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 11px;
  width: 45%;
  position: relative;
}

.div-block-1871 {
  align-items: flex-start;
  margin-bottom: 3px;
  font-weight: 800;
  display: flex;
}

.box-header-div-2 {
  margin-bottom: 20px;
}

.link-55 {
  color: #000;
  background-color: #e9ff86;
  font-weight: 900;
  text-decoration: none;
}

.link-55:hover {
  color: #999;
}

.text-block-994 {
  color: #000;
  font-size: 50px;
  font-weight: 900;
  line-height: 35px;
}

.button-108-copy {
  background-color: var(--black);
  font-family: var(--nunito);
  color: var(--logo-green);
  text-align: center;
  border-radius: 9px;
  width: 60%;
  padding-top: 11px;
  padding-bottom: 12px;
  font-size: 14px;
  font-weight: 800;
  line-height: 19px;
}

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

.comp-flex {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 1280px;
  display: flex;
}

.image-580 {
  width: 30px;
}

.hero-pics-left, .hero-pics-right {
  display: none;
}

.image-585 {
  margin-right: 10px;
}

.div-block-2098 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 900;
  display: flex;
}

.discount-text {
  color: var(--dark-bluegreen);
  text-align: right;
  font-size: 16px;
  font-weight: 800;
}

.discount-text.free {
  color: #000;
}

.freebietypediv {
  align-items: center;
  display: flex;
}

.text-block-1440 {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

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

.plan-box-link {
  color: #000;
  background-color: #fff;
  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._3mo {
  background-image: none;
}


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

.text-field-58 {
  border: 1px solid #dfdfdf;
  border-radius: 6px;
}

.text-field-58.new {
  border-color: #000;
  border-radius: 9px;
  height: 50px;
}

.plandetails_div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.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;
}

.text-block-1446 {
  color: #000;
  margin-top: -5px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}

.image-488 {
  background-color: var(--logo-green);
  border-radius: 9px;
  width: 80px;
}

.image-488._1mo {
  background-color: var(--logo-blue);
}

.image-488._6mo {
  background-color: var(--dark-bluegreen);
}

.dicountamount_div {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  align-items: center;
  display: flex;
}

.planbox_div1 {
  border-bottom: 1px solid #000;
}

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

.checkout-3_-card-payment-div {
  background-color: #fff;
  border-radius: 9px;
  padding: 6%;
}

.text-block-1447 {
  color: #000;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
}

.text-block-1447.checkout3 {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}

.text-block-1447.checkout3.hide {
  display: none;
}

.planbox_div2 {
  border-bottom: 1px solid #000;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block-1067 {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}

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

.text-block-1071 {
  color: #000;
  text-align: right;
  font-size: 25px;
  font-weight: 700;
}

.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;
}

.text-block-1450 {
  color: #000;
  text-align: center;
  background-color: #00ffc8;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 15px;
  font-weight: 700;
  line-height: 21px;
  display: none;
  position: absolute;
  inset: 5% 5% auto auto;
}

.disc-link {
  color: #666;
}

.text-block-1076 {
  color: var(--dark-bluegreen);
  text-align: right;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
}

.plannameplantype {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: flex-end;
  margin-bottom: 3px;
  display: flex;
}

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

.button-139 {
  background-color: var(--logo-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(--logo-blue);
}

.list-14 {
  padding-left: 15px;
}

.text-block-1451 {
  color: #000;
  margin-right: 15px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.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(--logo-green);
  color: #fff;
  border-radius: 6px;
  height: 30px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.button-138.new:hover {
  background-color: var(--logo-blue);
  color: #fff;
}

.planbox_pricebox {
  background-color: #fff0;
  position: absolute;
  inset: 25% 5% auto auto;
}

.plansubtotal_div {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.checkbox-field-23 {
  margin-bottom: 15px;
}

.text-block-1439 {
  padding-left: 9px;
  font-weight: 400;
}

.text-block-1069 {
  margin-left: 3px;
  margin-right: 3px;
}

.plandosage_div {
  align-items: center;
  display: flex;
}

.image-586 {
  width: 20px;
}

.checkbox-label-24 {
  color: #000;
  font-weight: 700;
}

.text-block-1068 {
  color: #000;
  font-size: 15px;
  font-weight: 500;
}

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

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

.planbox_pricediv {
  font-family: var(--roboto);
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 900;
  display: flex;
}

.form-20 {
  background-color: #ededed00;
}

.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;
}

.div-block-2103 {
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.div-block-2103.new {
  margin-top: 20px;
  margin-bottom: 5px;
}

.planbox_div3 {
  padding-top: 20px;
}

.text-block-1073 {
  margin-right: 3px;
}

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

.plan-box-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.disclaimer-paragraph {
  color: #999;
  font-size: 10px;
  line-height: 15px;
}

.submit-button-20 {
  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-20:hover {
  background-color: #6d7e8d;
  font-family: Inter, sans-serif;
}

.submit-button-20.new {
  background-color: var(--logo-green);
  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-20.new:hover {
  background-color: var(--logo-blue);
}

.div-block-2100 {
  border: 1px solid #000;
  border-radius: 9px;
  padding: 0;
  overflow: hidden;
}

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

.text-block-1064 {
  font-family: var(--nunito);
  color: var(--logo-green);
  text-align: center;
  margin-bottom: 5px;
  font-size: 30px;
  font-weight: 800;
  line-height: 33px;
}

.text-block-1064.hide {
  display: none;
}

.field-label-5 {
  color: #000;
  padding-left: 0%;
  font-weight: 400;
}

.checkoutb_wrap-6 {
  font-family: var(--roboto);
  background-color: #f6f6f6;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 60px 9% 130px;
  display: flex;
}

.subtotalamount_div {
  align-items: center;
  display: flex;
}

.planinfo-div {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.text-block-1445 {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

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

.freebie_div {
  color: #000;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 800;
  display: flex;
}

.list-item-14 {
  margin-bottom: 5px;
}

.checkout_planbox {
  background-image: linear-gradient(#f7e8ff, #d8fff1);
  border: 1px #000;
  border-radius: 16px;
  margin-bottom: 30px;
  padding: 30px;
}

.checkout_planbox.monthly {
  border: 1.5px solid var(--logo-blue);
  background-color: var(--white);
  background-image: none;
  display: none;
  position: relative;
}

.checkout_planbox._3months {
  border: 1.5px solid var(--logo-green);
  background-color: var(--white);
  background-image: none;
  font-weight: 600;
  display: block;
  position: relative;
}

.checkout_planbox._6-months {
  border: 1.5px solid var(--dark-bluegreen);
  background-color: var(--white);
  background-image: none;
  display: none;
  position: relative;
}

.text-block-1077 {
  color: #000;
  font-size: 25px;
  font-weight: 900;
  line-height: 26px;
}

.rx_textfield-2 {
  color: #000;
  border: 1px solid #000;
  border-radius: 9px;
  height: 55px;
  margin-bottom: 15px;
  font-weight: 400;
}

.rx_textfield-2::placeholder {
  color: #000;
  font-weight: 600;
}

.rx_textfield-2._3rds {
  width: 32%;
}

.text-block-1070 {
  color: #000;
  font-size: 13px;
  font-weight: 500;
}

.planbox_txtdiv {
  width: 100%;
}

.text-block-1437 {
  font-family: var(--nunito);
  font-size: 20px;
  font-weight: 900;
  line-height: 25px;
}

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

.checkout-part-1 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 480px;
  max-width: 1280px;
  display: flex;
}

.checkout-plans-div {
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 30px;
}

.form_planselect {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #ededed00;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.plan-options-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 480px;
  margin-bottom: 0;
  display: flex;
}

.plan-options-div.checkout3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.plan-review-div {
  width: 480px;
}

.text-block-798-copy {
  color: #000;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
}

.text-block-798-copy.individual {
  margin-bottom: 5px;
}

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

.reco-img-div-copy {
  background-color: #fff;
  border-radius: 9px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  display: flex;
}

.reco-img-div-copy.combo {
  background-color: var(--logo-blue);
  height: 100%;
  padding: 10px;
}

.text-block-795-copy {
  color: #000;
  font-size: 36px;
  font-weight: 900;
  line-height: 30px;
}

.text-span-334 {
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.checkoutb_wrap-2 {
  font-family: var(--roboto);
  background-color: #f6f6f6;
  flex-flow: column;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 130px;
  display: flex;
}

.image-587 {
  position: absolute;
  inset: 10% 0% 0%;
}

.mobile-button-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: none;
}

.text-block-1453 {
  font-family: var(--nunito);
  color: var(--logo-green);
  text-align: center;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 800;
  line-height: 33px;
}

.category-text-3 {
  background-color: var(--logo-green);
  color: var(--white);
  border-radius: 20px;
  margin-bottom: 3px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  font-weight: 900;
}

.button-140 {
  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-140:hover {
  background-color: #dfdfdf;
}

.reco-box-top-copy-copy {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.image-588 {
  width: 20px;
  margin-right: 0;
}

.reco-box-bottom-copy {
  border-top: 1.5px solid var(--logo-blue);
  background-color: var(--f3-grey);
  flex-flow: row-reverse;
  justify-content: center;
  padding: 10px;
  display: flex;
}

.bundle-price-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-1423 {
  color: #000;
  font-size: 11px;
}

.text-block-796-copy {
  color: #000;
  text-align: center;
  font-size: 10px;
  line-height: 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: 1.5px solid var(--logo-blue);
  background-color: var(--white);
  background-image: none;
  border-radius: 12px;
  width: 80%;
  padding-top: 10px;
  display: block;
  overflow: hidden;
}

.reco-box-copy.backup.individual {
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.div-block-2104 {
  align-items: flex-start;
  display: flex;
}

.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;
}

.checkoutb_div {
  width: 600px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 30px;
}

.list-15 {
  margin-left: 3px;
  padding-left: 10px;
}

.text-block-792-copy {
  font-family: var(--nunito);
  color: #000;
  font-size: 29px;
  font-weight: 800;
  line-height: 30px;
}

.upsell_wrap-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.paragraph-180 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 800;
}

.text-block-797-copy {
  font-family: var(--roboto);
  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-1454 {
  color: #000;
  font-size: 11px;
  font-weight: 800;
  line-height: 11px;
}

.reco-box-product-price-copy {
  justify-content: space-between;
  margin-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

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

.text-block-1455 {
  color: #000;
  text-align: center;
  font-size: 10px;
  line-height: 10px;
}

.div-block-2105 {
  align-items: center;
  display: flex;
}

.list-copy {
  margin-bottom: 5px;
  margin-left: 3px;
  padding-left: 10px;
}

.list-copy.individual {
  margin-left: 0;
  padding-left: 36px;
}

.button-136-copy {
  background-color: var(--logo-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(--logo-blue);
}

.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;
}

.bundle-img-2 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.paragraph-15-14-2 {
  color: #000;
  text-align: center;
  margin-top: 10px;
  font-size: 20px;
  line-height: 24px;
}

.image-589, .image-590 {
  background-color: var(--logo-blue);
}

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

.text-block-1457 {
  font-family: var(--nunito);
  color: var(--logo-green);
  text-align: center;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 800;
  line-height: 34px;
}

.timeline-div-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

.text-span-330 {
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.text-block-1458 {
  color: #000;
  text-align: center;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 22px;
}

.image-591 {
  width: 20px;
}

.image-592 {
  width: 15px;
  margin-bottom: 10px;
  margin-left: 0;
}

.button-137 {
  background-color: var(--logo-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(--logo-blue);
}

.checkoutb_wrap-4 {
  background-color: var(--f6-grey);
  font-family: var(--roboto);
  flex-flow: column;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 130px;
  display: flex;
}

.text-block-1459 {
  font-family: var(--nunito);
  color: #000;
  font-size: 18px;
  font-weight: 900;
  line-height: 24px;
}

.linebullet_div-2 {
  z-index: 99999;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 1.5px solid var(--logo-blue);
  background-color: #fff;
  border-radius: 9px;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  display: flex;
  position: relative;
}

.text-block-1460 {
  background-color: var(--white);
  color: var(--logo-green);
  padding-left: 3px;
  padding-right: 3px;
  font-size: 15px;
  font-weight: 900;
  line-height: 20px;
  display: inline-block;
}

.div-block-2106 {
  border-bottom: 1px dotted #000;
  width: 20%;
  height: 13px;
}

.text-span-335 {
  font-size: 22px;
  font-weight: 900;
}

.status-text-2 {
  color: #000;
  text-align: center;
  font-weight: 700;
}

.status-text-2.complete {
  color: var(--logo-blue);
}

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

.text-block-1462 {
  color: #000;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.text-block-1463 {
  color: #000;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 22px;
}

.examplebox-3 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--f3-grey);
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-bottom: 10px;
  padding: 10px 15px;
  display: flex;
}

.link-76 {
  color: var(--logo-green);
  font-size: 16px;
  font-weight: 600;
}

.button-141 {
  background-color: var(--logo-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-141:hover {
  background-color: var(--logo-blue);
}

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

.paragraph-181 {
  color: #000;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
}

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

.text-block-1465 {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.text-block-1466 {
  font-family: var(--nunito);
  color: #000;
  text-align: center;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 800;
  line-height: 34px;
}

.text-block-1467 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

.text-span-337 {
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.hb_stepheader_div-3 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.hb_stepexample_div-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.checkoutb_wrap-5 {
  font-family: var(--roboto);
  background-color: #f6f6f6;
  flex-flow: column;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 130px;
  display: flex;
}

.text-block-1468 {
  color: red;
  text-align: center;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.hb_stepdiv-3 {
  border: 1.5px solid var(--logo-blue);
  background-color: var(--white);
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding: 30px 20px;
  display: flex;
}

.text-block-1469 {
  color: #0c9ac4;
}

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

.barinfo_div-2 {
  flex-flow: column;
  justify-content: center;
  width: 56%;
  padding-left: 10px;
  display: flex;
}

.button-142 {
  background-color: var(--logo-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-142:hover {
  background-color: var(--logo-blue);
}

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

.bar-header-text-2 {
  font-family: var(--nunito);
  color: #000;
  font-size: 26px;
  font-weight: 800;
  line-height: 26px;
}

.bar-subheader-text-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 800;
  line-height: 22px;
}

.text-span-327 {
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.text-block-1403 {
  font-family: var(--nunito);
  color: var(--logo-green);
  text-align: center;
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 800;
  line-height: 34px;
}

.text-block-1404 {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  line-height: 30px;
}

.image-593 {
  background-color: #3330;
  border-radius: 0;
  width: 25px;
  position: absolute;
  inset: 35% -2% auto auto;
}

.list-16 {
  margin-bottom: 0;
  padding-left: 13px;
}

.productbar_div-2 {
  color: #fff;
  background-color: #333;
  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-2._3 {
  border: 1.5px solid var(--logo-green);
  background-color: var(--white);
  background-image: url('../images/mock_B12.png');
  background-position: 70% 40%;
  background-repeat: no-repeat;
  background-size: 13%;
}

.productbar_div-2._1 {
  border: 1.5px solid var(--logo-green);
  background-color: var(--white);
  background-image: url('../images/mock_sema.png');
  background-position: 70% 40%;
  background-repeat: no-repeat;
  background-size: 13%;
}

.productbar_div-2.gift {
  border: 1.5px solid var(--logo-green);
  background-color: var(--white);
  background-image: url('../images/mock_zofgen.png');
  background-position: 70% 65%;
  background-repeat: no-repeat;
  background-size: 18%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.productbar_div-2._2 {
  border: 1.5px solid var(--logo-green);
  background-color: var(--white);
  background-image: url('../images/mock_Square_B12Zof.png');
  background-position: 80% 45%;
  background-repeat: no-repeat;
  background-size: 40%;
  padding-bottom: 15px;
}

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

.div-block-2085 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 5px;
  display: flex;
}

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

.list-item-15 {
  color: #000;
  font-size: 13px;
  line-height: 15px;
}

.text-span-326 {
  font-family: var(--roboto);
  color: var(--logo-blue);
  font-size: 20px;
  font-weight: 900;
}

.text-span-326.under {
  text-decoration: underline;
}

.list-item-16 {
  color: #000;
  margin-bottom: 3px;
  font-size: 13px;
  line-height: 15px;
}

.bar-body-text-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 16px;
}

.text-span-325 {
  background-image: linear-gradient(#fff0 73%, #48d1d8 73% 88%, #fff0 88%);
  font-weight: 900;
}

.text-span-328 {
  font-weight: 900;
}

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

.checkoutb_wrap-7 {
  font-family: var(--roboto);
  background-color: #f6f6f6;
  flex-flow: column;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 130px;
  display: flex;
}

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

.barimg_div-2 {
  background-color: #52b2cf00;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  display: flex;
}

.list-item-17 {
  margin-bottom: 3px;
}

.text-block-1410 {
  color: #000;
  font-size: 13px;
  line-height: 17px;
}

.bold-text-32 {
  letter-spacing: 1px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  line-height: 15px;
}

.div-block-2090 {
  width: 40%;
  margin-bottom: 0;
  padding-top: 0;
}

.text-block-1470 {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 900;
  line-height: 15px;
}

.text-span-338 {
  font-style: italic;
}

.text-block-1471 {
  color: #000;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 900;
  line-height: 24px;
}

.countdown-time-3 {
  color: #000;
  font-size: 30px;
  line-height: 39px;
}

.image-594 {
  width: 30px;
}

.text-block-1420 {
  color: #000;
  font-size: 20px;
  font-weight: 900;
  line-height: 22px;
}

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

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

.button-143 {
  background-color: var(--logo-green);
  color: #fff;
  text-align: center;
  border-radius: 9px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 15px;
  font-weight: 600;
}

.button-143:hover {
  background-color: var(--logo-blue);
}

.link-block-88 {
  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;
}

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

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

.image-595 {
  width: 25px;
  position: absolute;
  inset: 2% auto auto 2%;
}

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

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

.text-block-1474.new {
  display: none;
}

.link-77 {
  color: var(--logo-green);
  font-size: 13px;
  font-weight: 700;
  line-height: 21px;
  text-decoration: none;
}

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

.program-image-div-2 {
  width: 35px;
  margin-right: 10px;
}

.div-block-2109 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 30px;
  display: flex;
}

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

.div-block-2111 {
  background-color: var(--f6-grey);
  border-radius: 9px;
  width: 32%;
  height: 50%;
  padding: 15px;
}

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

.portal-top-div-2 {
  background-color: var(--f3-grey);
  font-family: var(--roboto);
  padding-top: 130px;
  padding-bottom: 100px;
}

.input-div-half-2 {
  width: 48%;
}

.input-div-half-2.apt {
  width: 20%;
}

.text-block-1416 {
  color: #000;
  font-size: 13px;
  font-weight: 900;
  line-height: 14px;
}

.phone-number-field-6 {
  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-6._1 {
  color: #000;
  background-color: #fff;
  border-color: #000;
  border-radius: 4px;
  margin-left: 0;
  font-size: 15px;
}

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

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

.phone-number-field-6._1.form.update {
  padding-right: 0;
}

.phone-number-field-6._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-6._2.form {
  color: #000;
  background-color: #fff;
  border-color: #000;
  border-radius: 5px;
  height: 50px;
  margin-bottom: 0;
}

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

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

.phone-number-field-6._2.form.update {
  font-family: var(--roboto);
}

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

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

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

.phone-number-field-6.form.update {
  font-family: var(--roboto);
  padding-left: 0;
  padding-right: 0;
}

.list-17 {
  padding-left: 10px;
}

.div-block-2112 {
  color: #000;
  background-color: #000;
  border-radius: 9px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.text-block-1476 {
  color: #000;
  font-size: 13px;
  line-height: 15px;
}

.program-name-text-2 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.button-144 {
  background-color: var(--logo-green);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
}

.button-144:hover {
  background-color: var(--logo-blue);
}

.text-block-1477 {
  color: #000;
  margin-bottom: 5px;
}

.text-block-1478 {
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
}

.next-payment-text-2 {
  color: #000;
  font-size: 12px;
  line-height: 12px;
}

.portal-summary-header-2 {
  color: #000;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 800;
  line-height: 24px;
}

.portal-product-box-2 {
  border: 1px solid var(--logo-green);
  background-color: var(--white);
  border-radius: 9px;
  width: 39%;
  padding-bottom: 20px;
  position: relative;
}

.portal-product-box-2._2 {
  border-width: 1.5px;
}

.button-145 {
  color: #fff;
  background-color: #000;
  border-radius: 99px;
  padding: 15px 25px;
  font-size: 13px;
  font-weight: 700;
}

.tabs {
  color: #000;
}

.portal_progress-box-2 {
  background-color: #f3f3f3;
  background-image: none;
  border: 1px #000;
  border-radius: 11px;
  padding: 20px;
  position: relative;
}

.dosage-tab-div-2 {
  padding-top: 30px;
}

.dosage-month-div-2 {
  background-color: #fff;
  border-bottom: 1px solid #dfdfdf;
  border-radius: 22px;
  margin-bottom: 20px;
  padding: 30px 20px 50px;
}

.portal-input-2 {
  color: #000;
  border: 1px solid #000;
  border-radius: 5px;
  height: 50px;
}

.progress-bullet-2 {
  background-color: #fff;
  border-radius: 11px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 15px;
  padding: 10px;
  display: flex;
}

.text-block-1409 {
  color: var(--logo-blue);
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 900;
}

.image-596 {
  width: 50px;
  margin-right: 10px;
}

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

.doc_short-bio-2 {
  color: #000;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 15px;
}

.field-label-6 {
  color: #000;
  margin-bottom: 5px;
  font-weight: 400;
}

.field-label-6.multi {
  color: #000;
  margin-bottom: 10px;
}

.text-block-1480 {
  color: #000;
  text-align: center;
  margin-bottom: 15px;
  font-size: 16px;
}

.button-146 {
  background-color: var(--logo-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-146:hover {
  background-color: var(--logo-blue);
  border-style: none;
  border-color: #52b2cf;
}

.countdown-header-div-3 {
  background-color: var(--logo-green);
  border-radius: 999px;
  padding: 2px 9px;
}

.dosage-steps-div-2 {
  background-color: var(--f6-grey);
  border-radius: 9px;
  justify-content: space-between;
  width: 66%;
  padding: 15px;
  display: block;
}

.image-597 {
  background-color: #0000;
  width: 25px;
}

.image-598 {
  background-color: var(--logo-green);
  border-radius: 8px;
  width: 25px;
  margin-bottom: 5px;
}

.image-598.review {
  background-color: #00ffc800;
  border-radius: 20px;
}

.portal-progress-div-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 50px;
  display: flex;
}

.div-block-2086 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.text-span-340 {
  font-family: Inter, sans-serif;
  font-weight: 800;
}

.countdown-main-div-3 {
  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;
}

.link-block-89 {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 15px;
  text-decoration: none;
}

.link-block-89.selected {
  background-color: var(--logo-green);
  color: var(--white);
}

.text-block-1422 {
  font-size: 24px;
}

.div-block-2113 {
  margin-bottom: 30px;
}

.div-block-2113.b {
  color: #000;
  margin-bottom: 10px;
}

.div-block-2113.b.portal {
  margin-top: 30px;
}

.image-599 {
  z-index: 998;
  background-color: #8ee8ec;
  border-radius: 3px;
  width: 15px;
  margin-right: 10px;
  position: relative;
}

.product-name-4 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.product-name-4.portal {
  font-weight: 800;
}

.portal-tab-div-2 {
  background-color: #fff;
  border-bottom: 1px solid #dfdfdf;
  border-radius: 22px;
  flex-flow: column;
  margin-top: 30px;
  padding: 30px;
  display: flex;
}

.portal-tab-div-2.profile {
  background-color: #0000;
  border-bottom-style: none;
  border-radius: 0;
  padding-top: 0;
  padding-left: 50px;
  padding-right: 50px;
}

.program-div-2 {
  border-bottom: 1px #000;
  justify-content: space-between;
  margin-bottom: 0;
  padding-bottom: 10px;
  display: flex;
}

.text-block-1481 {
  color: #000;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
}

.text-block-1482 {
  color: #000;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.text-block-1483 {
  color: #000;
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 800;
}

.text-block-1411 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 15px;
}

.text-block-1484 {
  color: #000;
  font-size: 10px;
  line-height: 10px;
}

.text-block-1485 {
  font-family: var(--nunito);
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

.button-147 {
  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;
}

.div-block-2114 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.portal-profile-box {
  background-image: linear-gradient(222deg, #e7fffd, #f0def3);
  border-radius: 18px;
  padding: 30px 50px;
}

.portal-profile-box.acctmgmt {
  background-color: var(--white);
  background-image: none;
}

.progress-drop-div-2 {
  background-color: #fff0;
  padding: 15px 0 20px;
  position: relative;
}

.text-block-1486 {
  color: #000;
  font-size: 11px;
}

.portal-category-select-div-2 {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.radio-button-label-5 {
  color: #000;
  font-weight: 800;
}

.text-block-1413 {
  color: #000;
  font-size: 30px;
  font-weight: 900;
  line-height: 25px;
}

.item-price-text-3 {
  color: #000;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 800;
  line-height: 26px;
}

.list-item-18 {
  margin-bottom: 10px;
}

.link-78 {
  color: var(--logo-blue);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.link-78:hover {
  text-decoration: underline;
}

.div-block-2091 {
  flex-flow: column;
  align-items: flex-end;
  display: flex;
}

.link-74 {
  display: none;
}

.text-block-1487 {
  color: #000;
  font-size: 12px;
}

.text-block-1488 {
  font-weight: 700;
}

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

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

.form-21 {
  margin-bottom: 30px;
}

.countdown-detail-3 {
  color: #000;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 700;
  line-height: 13px;
}

.therapy-subs-div-2 {
  background-image: linear-gradient(222deg, #bddee2, #faede3);
  border: 1px #000;
  border-radius: 11px;
  width: 50%;
  padding: 30px;
}

.therapy-subs-div-2.current-therapies {
  background-color: var(--f6-grey);
  background-image: none;
}

.link-79 {
  color: var(--logo-blue);
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-175 {
  color: #000;
  text-align: center;
  width: 63%;
  margin-bottom: 20px;
  font-size: 16px;
}

.div-block-2087 {
  align-items: center;
  display: flex;
}

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

.dosage-step-1-2-div-2 {
  justify-content: space-between;
  margin-bottom: 30px;
  display: flex;
}

.text-block-1421 {
  color: #000;
  text-align: right;
  font-size: 10px;
  line-height: 12px;
}

.month-dosage {
  color: #000;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 20px;
}

.text-block-1415 {
  font-family: var(--nunito);
  color: #000;
  text-align: center;
  width: 73%;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 800;
  line-height: 44px;
}

.text-block-1491 {
  color: #000;
  margin-right: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.qs_div-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-top: 50px;
  display: flex;
}

.paragraph-174 {
  color: #000;
  font-size: 14px;
  line-height: 17px;
}

.text-block-1492 {
  color: #000;
  margin-bottom: 50px;
  font-size: 20px;
  line-height: 24px;
}

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

.text-block-1494 {
  margin-bottom: 5px;
}

.text-block-1412 {
  color: #aaa;
  text-align: right;
  font-size: 12px;
  line-height: 14px;
}

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

.text-block-1495 {
  color: #000;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 24px;
}

.text-block-1496 {
  font-family: var(--nunito);
  color: #000;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 800;
  line-height: 42px;
}

.div-block-2088 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.submit-button-21 {
  background-color: var(--logo-green);
  color: #fff;
  border-radius: 8px;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 700;
}

.submit-button-21:hover {
  background-color: var(--logo-blue);
}

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

.portal-tab-2 {
  color: #666;
  background-color: #f6f6f6;
  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-2.w--current {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--logo-green);
  color: var(--white);
  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;
}

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

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

.warning {
  z-index: 998;
  background-color: #00ffc800;
  border-radius: 3px;
  width: 15px;
  margin-right: 10px;
  position: relative;
}

.image-568 {
  width: 50px;
  margin-bottom: 30px;
}

.empty-box {
  z-index: 998;
  background-color: #00ffc800;
  border: 1px solid #000;
  border-radius: 20px;
  width: 15px;
  margin-right: 10px;
  position: relative;
}

.paragraph-182 {
  color: #000;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
}

.text-block-1499 {
  color: #000;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 900;
  line-height: 30px;
}

.text-block-1500 {
  font-family: var(--nunito);
  color: var(--logo-blue);
  text-align: center;
  margin-bottom: 20px;
  font-size: 45px;
  font-weight: 700;
  line-height: 51px;
}

.portal-img-bg-div-2 {
  background-color: var(--logo-blue);
  border-radius: 9px;
  width: 55px;
  margin-right: 10px;
}

.reco-button-2 {
  color: #fff;
  text-align: center;
  background-color: #00e0aa;
  border: 1px #fff;
  border-radius: 100px;
  width: 48%;
  font-size: 11px;
  font-weight: 800;
  line-height: 11px;
}

.portal-form-2-input-div-2 {
  justify-content: space-between;
  margin-bottom: 10px;
  display: flex;
}

.portal-form-2-input-div-2.address {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
}

.text-block-1501 {
  color: #000;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 800;
  line-height: 16px;
}

.button-148 {
  background-color: var(--logo-green);
  color: #fff;
  text-align: center;
  border-radius: 9px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
}

.button-148:hover {
  background-color: var(--logo-blue);
}

.div-block-2116 {
  background-color: var(--dark-bluegreen);
  border-radius: 9px;
  margin-top: 30px;
  padding: 20px;
}

.div-block-2092 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.div-block-2092.new {
  margin-bottom: 5px;
}

.countdown-row-3 {
  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;
}

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

.text-block-1502.desk {
  font-size: 15px;
  line-height: 21px;
}

.text-block-1502.mobile {
  display: none;
  overflow: visible;
}

.text-block-1414 {
  color: #000;
  font-size: 12px;
  line-height: 12px;
}

.image-601 {
  width: 60%;
}

.text-block-1503 {
  color: #fff;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.paragraph-183 {
  color: #000;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
}

.checkbox-label-25 {
  color: #000;
}

.text-block-1504 {
  font-weight: 600;
}

.link-80 {
  color: var(--logo-blue);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  position: absolute;
  inset: auto 5% 5% auto;
}

.div-block-2108 {
  border: 1.5px solid var(--logo-blue);
  background-color: #fff;
  border-radius: 11px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  padding: 30px 20px;
  display: flex;
}

.text-block-1505 {
  color: #000;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 22px;
}

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

.tabs-menu-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #fff;
  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;
}

.step-header-2 {
  color: #000;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 20px;
}

.step-header-2.step-3 {
  margin-bottom: 15px;
}

.text-block-1418 {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.link-block-90 {
  background-color: var(--logo-green);
  color: var(--white);
  text-align: center;
  border: 1px solid #00ffc8;
  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-90:hover {
  color: #fff;
  background-color: #d900ff;
  border-color: #d900ff;
  width: 90%;
}

.image-602 {
  width: 25px;
}

.image-602.down {
  display: none;
}

.b12-text {
  font-family: var(--roboto);
  color: var(--black);
  text-align: center;
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 800;
  line-height: 22px;
}

.slide-nav-10, .fixed-button-div {
  display: none;
}

.fixed-button {
  background-color: #00ffc8;
  display: none;
}

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

._1box_maindiv {
  border: 1px solid var(--df-grey);
  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, #cecece, #fff 50%, #cecece);
  border-radius: 15px;
  width: 45%;
}

._1box_textdiv {
  width: 50%;
}

.text-block-1506 {
  font-family: var(--nunito);
  color: var(--logo-green);
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
}

.text-block-1507 {
  color: var(--black);
  font-weight: 800;
  line-height: 17px;
}

.text-block-1508 {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.bullets-div {
  width: 100%;
  margin-bottom: 20px;
}

.bullets-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 10px;
  display: flex;
}

.bullet-point {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 43%;
  display: flex;
}

.image-603 {
  width: 25px;
  margin-right: 0;
}

.image-603._1 {
  padding: 3px;
}

.text-block-1509 {
  color: var(--black);
  font-size: 16px;
}

.stepexp-div {
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 90%;
  padding: 30px;
  display: flex;
}

.text-block-1510 {
  font-family: var(--nunito);
  color: #000;
  font-size: 30px;
  font-weight: 900;
  line-height: 30px;
}

.text-block-1511 {
  font-family: var(--nunito);
  color: #000;
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  line-height: 45px;
}

.step-exp-imgdiv {
  width: 40%;
  padding-right: 30px;
}

.image-604 {
  border-radius: 12px;
}

.paragraph-169 {
  width: 90%;
}

.text-span-288 {
  font-size: 22px;
  font-weight: 500;
}

.exp_wrap {
  font-family: var(--roboto);
  color: var(--black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 130px 10% 100px;
  display: flex;
}

.paragraph-168 {
  text-align: center;
  width: 70%;
  margin-bottom: 0;
}

.text-block-1512 {
  font-family: var(--roboto);
  color: var(--logo-green);
  margin-bottom: 10px;
  font-size: 24px;
  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-149 {
  background-color: var(--logo-green);
  text-align: center;
  border-radius: 9px;
  width: 70%;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 24px;
}

.button-149:hover {
  background-color: var(--logo-blue);
}

.step_text-div {
  border: 1px #2e9bf0;
  border-radius: 15px;
  width: 60%;
  padding: 30px 0 30px 30px;
}

.paragraph-184 {
  font-family: var(--roboto);
  text-align: center;
  width: 35%;
  font-size: 10px;
  line-height: 12px;
}

.paragraph-184.hide {
  color: silver;
  font-size: 8px;
  line-height: 10px;
  display: block;
}

.upload-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 80px;
  display: flex;
}

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

.image-605 {
  width: 40px;
  margin-bottom: 0;
}

.text-block-1513 {
  font-family: var(--nunito);
  color: var(--black);
  text-align: center;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 700;
  line-height: 34px;
}

.div-block-2118 {
  background-color: var(--f6-grey);
  border-radius: 999px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
  display: flex;
}

.paragraph-185 {
  font-family: var(--roboto);
  color: var(--black);
  text-align: center;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 24px;
}

.text-span-341 {
  font-size: 19px;
  font-weight: 600;
  line-height: 28px;
}

.text-block-1514 {
  font-family: var(--nunito);
  color: var(--black);
  text-align: center;
  margin-bottom: 15px;
  font-size: 23px;
  font-weight: 800;
  line-height: 26px;
}

.text-block-1515 {
  font-family: var(--roboto);
  color: var(--black);
  text-align: left;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

.div-block-2119 {
  background-color: #e9fffd;
  border-radius: 11px;
  margin-bottom: 25px;
  padding: 15px 30px;
}

.text-block-1516 {
  font-family: var(--nunito);
  color: var(--black);
  text-align: center;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.text-span-342 {
  font-size: 27px;
  font-weight: 800;
}

.upload-options-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.upload-options-div.success {
  margin-top: 20px;
}

.upload-option-box {
  border: 1px dashed var(--logo-blue);
  border-radius: 11px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 35%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.upload-option-box.success {
  border-style: solid;
  border-color: #13e300;
}

.upload-option-box._1 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.image-606 {
  width: 40px;
  margin-bottom: 10px;
}

.text-block-1517 {
  font-family: var(--roboto);
  color: var(--black);
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}

.image-607 {
  width: 25px;
  margin-bottom: 10px;
}

.button-150 {
  background-color: var(--logo-green);
  text-align: center;
  border-radius: 6px;
  width: 70%;
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 17px;
  font-size: 18px;
  line-height: 24px;
}

.button-150:hover {
  background-color: var(--logo-blue);
}

.text-span-343 {
  font-family: var(--inter);
}

.instructions-bullet {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-2120 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.text-block-1518 {
  font-family: var(--roboto);
  color: var(--black);
  text-align: center;
  font-size: 18px;
  font-weight: 900;
  line-height: 24px;
}

.text-span-344 {
  font-size: 24px;
}

.enroll-form-submit-button-2 {
  color: #fff;
  background-color: #00cc8d;
  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-2:hover {
  background-color: #1192ea;
  font-size: 18px;
  font-weight: 800;
  line-height: 26px;
}

.enroll-form-submit-button-2.top {
  background-color: var(--logo-green);
  color: #fff;
  border-radius: 9px;
  width: 100%;
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

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

.enroll-checkbox-field-2 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.enroll-checkbox-field-2.form {
  padding-left: 0;
}

.form-main-div {
  width: 550px;
}

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

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

.enroll-form-text-field-2.weight {
  font-family: var(--roboto);
  width: 96%;
}

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

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

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

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

.enroll-disclaimer-div-2.form {
  background-color: #f6f6f6;
  width: 100%;
  margin-bottom: 40px;
  display: block;
}

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

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

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

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

.checkbox-field-24 {
  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-24.male {
  background-color: #fff;
  background-size: 8%;
}

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

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

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

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

.form-question-text {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

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

.form-question-text.smaller.a {
  font-family: var(--roboto);
  margin-bottom: 30px;
  font-size: 27px;
  line-height: 31px;
}

.enroll-slide-1-div-3 {
  background-color: #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;
}

.enroll-form-back-text-2 {
  font-family: var(--roboto);
  color: #1192ea;
  font-weight: 500;
}

.enroll-checkbox-label-3 {
  color: #000;
  text-align: left;
  margin-left: 5px;
  font-size: 16px;
}

.enroll-checkbox-label-3.form {
  font-family: var(--roboto);
  margin-left: 15px;
  padding-left: 0;
  font-size: 12px;
  line-height: 16px;
}

.form-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 50px 3%;
  display: flex;
}

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

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

.select-3rds {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 6px;
  width: 32%;
  height: 50px;
}

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

.enroll-slide-9 {
  flex-direction: column;
  align-items: center;
  padding-bottom: 60px;
  padding-right: 0;
  display: flex;
}

.checkbox-label-26 {
  font-family: var(--nunito);
  color: #000;
  margin-left: 5px;
  font-size: 18px;
  font-weight: 700;
}

.checkbox-field-25 {
  border: 1px solid #000;
  border-radius: 6px;
  align-items: flex-start;
  width: 49%;
  margin-bottom: 15px;
  padding: 15px;
  display: flex;
}

.checkbox-field-25:hover {
  background-color: #ffdabd;
  border-color: #002646;
}

.checkbox-field-25.update {
  background-color: #fff;
  height: auto;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 19px;
}

.checkbox-field-25.update:hover {
  background-color: #f3f3f3;
}

.checkbox-label-27 {
  font-family: var(--roboto);
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

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

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

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

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

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

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

.enroll-bullet-text-2 {
  font-family: var(--roboto);
  color: #000;
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.enroll-form-submit-button-3 {
  background-color: var(--logo-green);
  color: #fff;
  border-radius: 9px;
  margin-top: 15px;
  padding-top: 17px;
  padding-bottom: 17px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 28px;
}

.enroll-form-submit-button-3:hover {
  background-color: var(--logo-blue);
  font-size: 20px;
  font-weight: 800;
  line-height: 28px;
}

.enroll-form-submit-button-3.b {
  background-color: var(--logo-green);
  color: #fff;
  width: 100%;
}

.enroll-form-submit-button-3.b:hover {
  background-color: var(--logo-blue);
}

.enroll-slide-8 {
  flex-direction: column;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
}

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

.enroll-form-question-sub-2 {
  font-family: var(--roboto);
  color: #000;
  text-align: center;
  width: auto;
  margin-top: -15px;
  font-size: 19px;
  font-weight: 300;
  line-height: 26px;
}

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

.checkbox-15 {
  margin-left: 0;
  margin-right: 10px;
}

.checkbox-15:active {
  color: #fff;
  background-color: #95b9c2;
}

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

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

.select-field-16.form.update {
  font-family: var(--roboto);
  width: 100%;
  margin-bottom: 40px;
}

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

.enroll-checkbox-link-2 {
  color: #000;
}

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

.input-3rds {
  border: 1px solid #000;
  border-radius: 6px;
  width: 32%;
  height: 50px;
}

.text-block-1541 {
  font-family: var(--roboto);
  text-align: center;
  margin-top: -20px;
  margin-bottom: 20px;
  font-size: 15px;
}

.enroll-form-header-text-2 {
  font-family: var(--nunito);
  color: var(--logo-blue);
  text-align: center;
  margin-bottom: 40px;
  font-size: 39px;
  font-weight: 800;
  line-height: 42px;
}

.div-block-2176 {
  background-color: var(--f3-grey);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 15px 3%;
  display: flex;
}

.image-654 {
  height: 30px;
}

.link-block-106 {
  color: #000;
  text-align: center;
  border: 1px solid #dfdfdf;
  border-radius: 9px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 49%;
  padding: 15px 10px;
  font-weight: 500;
  line-height: 17px;
  text-decoration: none;
  display: flex;
}

.link-block-106:hover {
  border-color: var(--logo-green);
  background-color: var(--logo-green);
  color: var(--white);
}

.review-text-links-div {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.form-links-div {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-655 {
  width: 100%;
}

.review_maindiv {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  width: 450px;
  display: flex;
}

.form-22 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.reviewsection_wrap {
  font-family: var(--roboto);
  color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 50px 3% 100px;
  display: flex;
}

.review_div {
  flex-flow: column;
  display: flex;
}

.form-23 {
  height: auto;
  position: relative;
}

.option-img-div {
  border: 1px #dfdfdf;
  border-radius: 11px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 12px;
  display: flex;
}

.review-form-button {
  background-color: var(--logo-blue);
  font-family: var(--inter);
  color: #fff;
  border-radius: 13px;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 800;
}

.review-form-button:hover {
  background-color: var(--logo-green);
  color: var(--white);
  margin-top: 30px;
}

.option-link {
  border: 1px solid #dfdfdf;
  border-radius: 11px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 20%;
  display: flex;
}

.option-link:hover {
  border-color: var(--logo-green);
  background-color: #e4feff;
}

.text-block-1614 {
  font-family: var(--nunito);
  text-align: center;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 900;
  line-height: 27px;
}

.text-block-1614.with-sub {
  margin-bottom: 15px;
}

.paragraph-209 {
  font-family: var(--roboto);
  text-align: center;
  margin-bottom: 30px;
}

.textarea-5 {
  font-family: var(--roboto);
  border-radius: 11px;
  height: 100%;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 30px;
}

.body-3 {
  font-family: var(--roboto);
}

.button-168 {
  border: 1px solid var(--logo-blue);
  background-color: var(--logo-blue);
  color: #fff;
  text-align: center;
  border-radius: 11px;
  width: 100%;
  padding-top: 17px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}

.button-168:hover {
  border-color: var(--logo-green);
  background-color: var(--logo-green);
  color: var(--white);
}

.text-span-402 {
  font-family: Manrope, sans-serif;
  font-weight: 700;
}

.review-bullet {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.reviewsection_wrap-2 {
  color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 50px 3% 100px;
  display: flex;
}

.paragraph-209-copy {
  text-align: center;
  margin-bottom: 30px;
  font-size: 16px;
}

.paragraph-209-copy.after {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 21px;
}

.image-658 {
  width: 20px;
}

.text-block-1614-copy2 {
  font-family: var(--nunito);
  color: var(--black);
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 900;
  line-height: 24px;
}

.text-block-1614-copy {
  text-align: center;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 900;
  line-height: 27px;
}

.text-block-1614-copy.with-sub {
  font-family: var(--nunito);
  margin-bottom: 20px;
  font-size: 31px;
  line-height: 36px;
}

.review_bullets-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.review_bullets-wrap.after {
  padding-left: 0;
}

.review-bullets-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.reviewsection_wrap-3 {
  color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 50px 3% 100px;
  display: flex;
}

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

.image-659 {
  width: 20px;
}

.image-660 {
  width: 40px;
}

.text-block-1614-copy2-2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 900;
  line-height: 24px;
}

.text-block-1614-copy2-2.after {
  margin-bottom: 15px;
  line-height: 23px;
}

.button-169 {
  border: 1px solid var(--logo-blue);
  background-color: var(--logo-blue);
  color: #fff;
  text-align: center;
  border-radius: 11px;
  width: 100%;
  padding-top: 17px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}

.button-169:hover {
  border-color: var(--logo-green);
  background-color: var(--logo-green);
  color: var(--white);
}

.reviewsection_wrap-4 {
  color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 50px 3% 100px;
  display: flex;
}

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

.paragraph-209-copy-copy {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 14px;
}

.image-661 {
  width: 40px;
}

.text-block-1614-copy2-copy {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.image-386 {
  width: 25px;
  margin-right: 6px;
}

.image-386.refund {
  width: 22px;
  margin-right: 3px;
}

.category {
  z-index: 800;
  color: #000;
  background-color: #c2f4b8;
  margin-left: 0;
  margin-right: 15px;
  padding: 2px 5px;
  font-weight: 900;
  display: none;
  position: absolute;
  inset: 1% auto auto 2%;
}

.paragraph-131 {
  color: #000;
  margin-top: 5px;
  margin-bottom: 25px;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.slide-nav-4 {
  margin-bottom: -40px;
  display: none;
}

.text-block-1624 {
  font-family: var(--nunito);
  color: #000;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 900;
  line-height: 55px;
}

.perk-div {
  align-items: center;
  width: auto;
  display: flex;
}

.image-396 {
  width: 15px;
  margin-right: 3px;
}

.prod-bullet {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px solid #dfdfdf;
  justify-content: flex-start;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.prod-bullet.bottom {
  border-bottom-style: none;
}

.lightbox-row {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.line-divider {
  border: .5px solid #dfdfdf;
  height: 1px;
  margin-bottom: 25px;
}

.product-detail-div {
  width: 50%;
}

.icon-26 {
  color: #000;
  margin-right: 10px;
  font-size: 17px;
}

.order-arival-div {
  background-color: #f6f6f6;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-bottom: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.span_black {
  font-weight: 900;
}

.text-block-1625 {
  color: #000;
  font-size: 16px;
}

.description-header-text {
  font-family: var(--nunito);
  color: #000;
  letter-spacing: normal;
  margin-bottom: 15px;
  font-size: 19px;
  font-weight: 900;
}

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

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

.text-block-1563 {
  color: #000;
  text-align: center;
  width: 80%;
  margin-bottom: 10px;
  font-size: 12px;
}

.product-images-div {
  width: 36%;
  position: relative;
}

.product-section {
  font-family: var(--roboto);
  margin-top: 0;
}

.product-price-div {
  align-items: center;
  margin-bottom: 25px;
  display: flex;
  position: relative;
}

.description-dropdown {
  background-color: #fff0;
  border: 1px #000;
  border-bottom-color: #ddd;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  font-weight: 700;
  overflow: visible;
}

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

.savings-text {
  background-color: var(--logo-blue);
  color: var(--white);
  padding: 2px 5px;
  font-weight: 800;
}

.product-div-wrap {
  flex-flow: column;
  align-items: center;
  padding: 60px 8% 10px;
  display: flex;
}

.price-text {
  color: #000;
  margin-right: 10px;
  font-size: 26px;
  font-weight: 600;
}

.product-slider-left-arrow {
  width: 20px;
  height: 20px;
  inset: auto auto 3% 40%;
}

.product-slider-left-arrow.upsell, .product-slider-left-arrow.upsell.side-arrow {
  inset: 0% auto 0% 1%;
}

.product-slider {
  background-color: #0000;
  height: auto;
  margin-bottom: 30px;
}

.paragraph-210 {
  color: #000;
  margin-top: 15px;
  font-size: 16px;
}

.div-block-1796 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  width: 80%;
  margin-top: 10px;
  margin-bottom: 25px;
  display: flex;
}

.link-block-69 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  border: 1px solid #000;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  width: 48%;
  padding-top: 9px;
  padding-bottom: 9px;
  text-decoration: none;
  display: flex;
}

.link-block-69:hover {
  background-color: #c9e8ff;
}

.link-block-69.hide {
  display: none;
}

.slideimg {
  width: 100%;
}

.text-span-403 {
  color: #0c9ac4;
}

.text-block-770 {
  color: #000;
  font-weight: 500;
}

.ratings-div {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.prod-bullets-div {
  margin-bottom: 35px;
}

.prod-bullets-div.sales {
  margin-bottom: 0;
}

.product-slider-right-arrow {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  inset: auto 40% 3% auto;
}

.product-slider-right-arrow.upsell {
  inset: 0% 0% 0% auto;
}

.product-slider-right-arrow.upsell.side-arrows {
  inset: 0% 1% 0% auto;
}

.product-img-div {
  background-color: #c9e8ff;
}

.plus {
  color: var(--dark-bluegreen);
}

.image-662 {
  width: 35px;
}

.image-662.pad {
  padding-left: 3px;
  padding-right: 3px;
}

.image-394 {
  width: 100px;
}

.dropdown-header {
  color: #000;
  letter-spacing: -.5px;
  font-size: 18px;
  font-weight: 900;
  line-height: 23px;
}

.text-block-738 {
  color: #000;
  letter-spacing: -.5px;
  font-size: 14px;
}

.dropdowns-set-adjust-div {
  background-color: #fff0;
  width: 80%;
  height: auto;
  padding: 0;
  overflow: visible;
}

.dropdowns-set-adjust-div.hide-block {
  display: none;
}

.perks-div {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-bottom: 25px;
  display: flex;
}

.dropdown-toggle-5 {
  border: 1px solid #dfdfdf;
  width: 100%;
  margin-bottom: 15px;
  padding: 9px 40px 9px 10px;
  display: inline-block;
}

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

.payment-img {
  width: 80%;
  margin-bottom: 10px;
}

.bold-text-33 {
  font-weight: 900;
}

.category_mobile {
  color: #000;
  margin-bottom: 5px;
  padding: 2px 5px;
  font-weight: 900;
  display: inline-block;
}

.category_mobile.weight {
  background-color: var(--logo-green);
  font-family: var(--nunito);
  color: var(--white);
  background-color: var(--logo-blue);
}

.rating-text {
  margin-left: 5px;
  font-size: 16px;
  font-weight: 500;
}

.old-price-text {
  color: #999;
  margin-right: 5px;
  font-size: 22px;
  font-weight: 500;
  text-decoration: line-through;
}

.old-price-text.hide {
  display: none;
}

.bold-text-34 {
  font-weight: 900;
}

.image-427 {
  width: 20px;
}

.product-slider-arrow-icon {
  color: #000;
  margin: 0;
  font-size: 18px;
  position: static;
  inset: 0%;
}

.product-div-box {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #0000;
  justify-content: center;
  width: auto;
  max-width: 1280px;
  display: flex;
}

.add-to-cart-bttn {
  background-color: var(--logo-green);
  font-family: var(--nunito);
  color: var(--white);
  text-align: center;
  border: 1px #000;
  border-radius: 9px;
  width: 80%;
  margin-bottom: 15px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 18px;
  font-weight: 900;
}

.add-to-cart-bttn:hover {
  background-color: var(--logo-blue);
  color: var(--white);
}

.mobile-lightbox-div {
  display: none;
}

.lightbox-link {
  width: 48%;
}

.semasci_header-2 {
  font-family: var(--nunito);
  color: #000;
  margin-bottom: 15px;
  font-size: 40px;
  font-weight: 900;
  line-height: 45px;
}

.semasci_sub-2 {
  color: #000;
  margin-bottom: 30px;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
}

.image-663 {
  width: 22px;
  margin-right: 10px;
}

.semasci_wrap-2 {
  flex-flow: column;
  padding: 50px 12%;
  display: flex;
}

.semasci_infodiv-2 {
  width: 45%;
}

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

.semasci_div-2 {
  justify-content: space-between;
  max-width: 1280px;
  display: flex;
}

.text-block-1627 {
  font-family: var(--nunito);
  color: var(--logo-blue);
  font-size: 36px;
  font-weight: 900;
  line-height: 30px;
}

.image-664 {
  border-radius: 18px;
}

.text-block-1628 {
  color: #000;
  font-size: 17px;
}

.semasci_mediadiv-2 {
  width: 45%;
}

.semasci_statbox-2 {
  background-color: var(--f3-grey);
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.text-span-404 {
  font-weight: 800;
}

.button-170 {
  background-color: var(--logo-green);
  color: var(--white);
  text-align: center;
  border: 1px #000;
  border-radius: 9px;
  width: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 18px;
  font-weight: 900;
}

.button-170:hover {
  background-color: var(--logo-blue);
  border-radius: 9px;
}

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

._3-steps-section {
  font-family: var(--roboto);
}

.tiny-header-2 {
  color: var(--logo-blue);
  margin-bottom: 0;
  font-size: 11px;
  font-weight: 900;
}

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

.text-block-1058 {
  font-family: var(--nunito);
  color: #000;
  text-align: center;
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 900;
  line-height: 22px;
}

._3-steps-wrap {
  flex-flow: column;
  align-items: center;
  padding: 50px 10%;
  display: flex;
}

.image-486 {
  width: 130px;
  margin-bottom: 30px;
}

.text-block-1059 {
  color: #000;
  text-align: center;
  width: 80%;
  font-size: 17px;
  line-height: 21px;
}

._3steps_stepbox-copy {
  flex-flow: column;
  align-items: center;
  width: 30%;
  display: flex;
}

.text-block-1057 {
  font-family: var(--nunito);
  color: #000;
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 900;
  line-height: 45px;
}

._3steps_flexdiv {
  justify-content: space-between;
  margin-top: 50px;
  display: flex;
}

.text-block-1629 {
  font-family: var(--roboto);
  color: var(--white);
  font-size: 22px;
  line-height: 28px;
}

.issues_div-2 {
  background-color: var(--logo-blue);
  border-radius: 16px;
  justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  padding: 40px;
  display: block;
}

.issues_line-2 {
  border: .5px solid #add2e5;
  height: 1px;
  margin-bottom: 10px;
}

.issues_wrap-2 {
  flex-flow: column;
  align-items: center;
  padding: 50px 10% 100px;
  display: flex;
}

.image-665 {
  width: 35px;
}

.issues_header-2 {
  font-family: var(--nunito);
  color: var(--white);
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 900;
  line-height: 42px;
}

.image-666 {
  width: 25px;
  margin-right: 6px;
}

.image-666.refund {
  width: 22px;
  margin-right: 3px;
}

.paragraph-211 {
  color: #000;
  margin-top: 5px;
  margin-bottom: 25px;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.text-block-1630 {
  font-family: var(--nunito);
  color: #000;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 900;
  line-height: 55px;
}

.image-667 {
  width: 15px;
  margin-right: 3px;
}

.icon-36 {
  color: #000;
  margin-right: 10px;
  font-size: 17px;
}

.text-block-1631 {
  color: #000;
  font-size: 16px;
}

.description-header-text-2 {
  color: #000;
  letter-spacing: normal;
  margin-bottom: 15px;
  font-size: 19px;
  font-weight: 900;
}

.text-block-1632 {
  color: #000;
  text-align: center;
  width: 80%;
  margin-bottom: 10px;
  font-size: 12px;
}

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

.savings-text-2 {
  background-color: var(--logo-green);
  color: var(--white);
  padding: 2px 5px;
  font-weight: 800;
}

.paragraph-212 {
  color: #000;
  margin-top: 15px;
  font-size: 16px;
}

.div-block-2189 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  width: 80%;
  margin-top: 10px;
  margin-bottom: 25px;
  display: flex;
}

.link-block-107 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  border: 1px solid #000;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  width: 48%;
  padding-top: 9px;
  padding-bottom: 9px;
  text-decoration: none;
  display: flex;
}

.link-block-107:hover {
  background-color: #c9e8ff;
}

.link-block-107.hide {
  display: none;
}

.text-span-405 {
  color: #0c9ac4;
}

.text-block-1633 {
  color: #000;
  font-weight: 500;
}

.image-668 {
  width: 35px;
}

.image-668.pad {
  padding-left: 3px;
  padding-right: 3px;
}

.image-669 {
  width: 100px;
}

.text-block-1634 {
  color: #000;
  letter-spacing: -.5px;
  font-size: 14px;
}

.bold-text-35, .bold-text-36 {
  font-weight: 900;
}

.image-670 {
  width: 20px;
}

.add-to-cart-bttn-2 {
  color: #000;
  text-align: center;
  background-color: #e9ff86;
  border: 1px solid #000;
  border-radius: 9px;
  width: 80%;
  margin-bottom: 15px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 18px;
  font-weight: 900;
}

.add-to-cart-bttn-2:hover {
  color: #000;
  background-color: #c9e8ff;
}

.body-4 {
  font-family: var(--roboto);
  color: var(--black);
}

.image-671 {
  height: 10px;
}

.progress_divider {
  border: 1px solid #ccc;
  width: 80px;
  height: 1px;
}

.div-block-2224 {
  background-color: var(--logo-green);
  border-radius: 100px;
  width: 10px;
  height: 10px;
}

.progress_circle {
  border: 2px solid #ccc;
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.progress_circle.reached {
  border-color: var(--logo-green);
}

.medform-logo-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.progress_text {
  color: #ccc;
  font-size: 16px;
  line-height: 18px;
}

.progress_text.reached {
  color: var(--logo-blue);
}

.medform_topbar {
  z-index: 99999999;
  position: fixed;
  inset: 0% 0% auto;
}

.form-back {
  width: 30px;
  height: 30px;
  position: absolute;
  inset: auto auto 10% 4%;
}

.text-block-1667 {
  font-weight: 700;
}

.medform_progressdiv {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.medform_topdiv {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.top_rating-div {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-672 {
  height: 30px;
}

.medform_topwrap {
  background-color: var(--f6-grey);
  color: #000;
  border-bottom: 1px solid #dfdfdf;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 2% 15px;
  display: flex;
  position: relative;
}

.text-span-408 {
  font-size: 13px;
  line-height: 13px;
}

.link-block-95 {
  color: #000;
  background-color: #fff0;
  border: 1px solid #000;
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 49%;
  text-decoration: none;
  display: flex;
}

.link-block-95:hover {
  background-color: #c9e8ff;
}

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

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

.image-673 {
  border-radius: 11px;
  margin-bottom: 40px;
}

.choice_flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 20px;
  display: flex;
}

.slide-nav-11 {
  margin-bottom: -40px;
  display: none;
}

.medq_questiontextdiv {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  margin-bottom: 20px;
  display: flex;
}

.medq_questiontextdiv.centered {
  justify-content: flex-start;
  align-items: center;
}

.text-block-1663 {
  text-align: center;
  font-size: 14px;
  font-weight: 900;
  line-height: 15px;
}

.gender-img {
  width: 60px;
  margin-bottom: 10px;
}

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

.text-block-1664 {
  background-color: #e9ff86;
  border: 1px solid #000;
  border-radius: 6px;
  width: 100%;
  margin-top: 10px;
  padding: 5px 10px 7px;
  font-size: 14px;
}

.text-block-1664:hover {
  background-color: #c9e8ff;
}

.medq_wrap {
  color: #000;
  background-color: #f6f6f6;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 175px 5% 100px;
  display: flex;
}

.image-676 {
  border-top-right-radius: 11px;
  border-bottom-right-radius: 11px;
  width: 50%;
}

.image-675 {
  border-top-left-radius: 11px;
  border-bottom-left-radius: 11px;
  width: 50%;
}

.submit-button-22 {
  background-color: var(--logo-green);
  border-radius: 99px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 17px;
  font-weight: 500;
  line-height: 23px;
}

.submit-button-22:hover {
  background-color: var(--logo-blue);
  color: var(--white);
  border: 1px #000;
}

.medq_headerspan {
  color: var(--logo-green);
  font-size: 38px;
}

.newupsell_product_img {
  width: 60%;
  height: auto;
}

.div-block-2225 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 30px;
  display: flex;
}

.medq_checkbox-label {
  color: #000;
  text-align: center;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  position: relative;
}

.text-block-1669 {
  text-align: center;
  margin-bottom: 25px;
}

.cart-icon-div {
  background-color: #fff0;
  border: 1px #000;
  border-radius: 99px;
  width: 23px;
  padding: 0;
  line-height: 8px;
}

.upsell_bundleimgdiv {
  background-color: #c9e8ff;
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.multilinkdiv {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  margin-bottom: 25px;
  display: flex;
}

.medq_checkbox {
  float: right;
  background-color: #fff;
  border: 1.5px solid #dfdfdf;
  border-radius: 99px;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
  font-size: 14px;
}

.medq_checkbox:active {
  border-width: 2px;
  border-color: var(--logo-green);
}

.medq_checkbox.w--redirected-checked {
  border-color: var(--logo-green);
  background-color: var(--white);
  background-image: url('../images/icon_CheckDot.svg');
  background-position: 0 0;
  background-size: auto;
}

.upsell_productname_pricediv {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 5px;
  display: flex;
}

.new-usell-cart-button {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  background-color: #205089;
  border: 1px solid #205089;
  border-radius: 9px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 0;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.new-usell-cart-button:hover {
  color: #000;
  background-color: #e9ff86;
  border-color: #000;
}

.text-field-67 {
  color: #666;
  border: 1px solid #dfdfdf;
  border-radius: 9px;
  height: 50px;
  margin-bottom: 30px;
  font-size: 17px;
  font-weight: 300;
}

.image-677 {
  width: 20px;
  margin-right: 0;
}

.form-subs-div {
  width: 100%;
  margin-bottom: 30px;
}

.form-subs-div._20-pad {
  margin-bottom: 25px;
}

.form-subs-div.short-pad {
  margin-bottom: 20px;
}

.medq_linksdiv {
  order: 0;
  justify-content: space-between;
  display: flex;
}

.medq_linksdiv.minus-third {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
}

.div-block-2134 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.upsell_div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 580px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 30px;
  display: flex;
}

.upsell-product-image-slider {
  background-color: #0000;
  height: 300px;
  margin-bottom: 30px;
}

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

.upsell_productname_pricediv-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

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

.code-embed-3-copy {
  padding-bottom: 0;
}

.bundle-item-div {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #000;
  background-color: #f3f3f3;
  border-radius: 11px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 10px;
  display: flex;
  position: relative;
}

.bundle-item-div:hover {
  background-color: #f3f3f3;
}

.program-amount {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 1px;
  display: flex;
}

.upsell-procuctname-copy {
  color: #000;
  margin-bottom: 2px;
  font-size: 30px;
  font-weight: 900;
  line-height: 31px;
}

.upsell-procuctname-copy.bundle-copy {
  font-size: 30px;
}

.text-block-1668 {
  margin-bottom: 30px;
  font-size: 17px;
}

.upsell-product-subtext {
  color: #999;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

.medq_header-div {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  width: 100%;
  margin-bottom: 35px;
  display: flex;
}

.medq_header-div.small-pad {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.medq_header-div.center {
  text-align: center;
}

.upsell-procuctname-copy-2 {
  color: #000;
  margin-bottom: 2px;
  font-size: 24px;
  font-weight: 900;
  line-height: 26px;
}

.checkbox-field-medform {
  border: 1px solid #000;
  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;
}

.checkbox-field-medform.thirds {
  width: 32%;
  margin-bottom: 0;
  padding-top: 25px;
}

.text-block-1670 {
  margin-top: -1px;
  margin-bottom: 1px;
  font-size: 10px;
  font-weight: 900;
  line-height: 10px;
}

.medq_maindiv {
  flex-flow: column;
  width: 668px;
  max-width: 668px;
  display: flex;
}

.text-block-1671 {
  color: #333;
  font-size: 18px;
  font-weight: 800;
  line-height: 10px;
}

.medq-subs {
  color: #000;
  width: auto;
  height: auto;
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 400;
  line-height: 23px;
}

.medq-subs.no-pad {
  margin-bottom: 0;
}

.medq-subs.centered {
  text-align: center;
  margin-bottom: 0;
  font-size: 19px;
}

.medq-subs.short-pad {
  margin-bottom: 5px;
}

.b-a-form-img {
  justify-content: center;
  width: 75%;
  display: flex;
}

.program-price {
  color: #000;
  margin-right: 0;
  font-size: 30px;
  font-weight: 900;
  line-height: 17px;
}

.medq_checkbox-text {
  color: #000;
  letter-spacing: -.35px;
  width: 90%;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}

.choice-img-div-copy {
  background-color: #c9e8ff;
  border-radius: 9px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 70px;
  padding: 5px;
  display: flex;
}

.text-block-1672 {
  font-size: 13px;
  font-weight: 900;
  line-height: 10px;
}

.text-block-1673 {
  color: #000;
  text-align: center;
  letter-spacing: -.5px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.medq_question-subs {
  color: #8a8a8a;
  margin-bottom: 0;
  font-size: 17px;
}

.form-b-a {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 25px;
  display: flex;
}

.upsell-text-side-div {
  width: 80%;
  margin-left: 10px;
}

.medq_choicesdiv {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  margin-bottom: 25px;
  display: flex;
}

.medform_field-label {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
}

.medform_header {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 400;
}

.medform_header.smaller {
  font-size: 27.5px;
  line-height: 33px;
}

.upsell-bundle-div {
  border: 1px solid #000;
  border-radius: 13px;
  width: 100%;
  margin-bottom: 25px;
  padding: 15px;
}

.form-divider {
  border: 1px solid #dfdfdf;
  width: 100%;
  height: 1px;
  margin-bottom: 25px;
}

.upsell_productsub_div {
  align-items: center;
  display: flex;
}

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

.link-block-108 {
  width: 100%;
  margin-bottom: 20px;
  text-decoration: none;
}

.form_b-a_div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.medq_checkbox-field {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 9px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 15px 10px;
  display: flex;
}

.medq_checkbox-field:hover {
  background-color: #f3f3f3;
}

.medq_checkbox-field:active {
  background-color: #c9e8ff;
  border-color: #0c9ac4;
}

.medq_checkbox-field:focus {
  background-color: #c9e8ff;
}

.medq_checkbox-field.half {
  width: 48%;
}

.medq_checkbox-field.half:active {
  border-color: var(--logo-green);
  background-color: var(--white);
}

.medq_checkbox-field.list-style {
  background-color: #fff0;
  border-style: none;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
}

.medform_questionsdiv {
  margin-bottom: 40px;
}

.upsell_buttons-stack {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.upsell-price-main-div {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-top: 7px;
  padding-top: 0;
  display: flex;
}

.upsell-prices-div {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.x_img {
  width: 80%;
  position: absolute;
  inset: auto 0% 15% auto;
}

.x_img._2digit {
  bottom: 28%;
}

.medform_question {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 50px;
  display: flex;
}

.medform_question.hide-flex {
  display: none;
}

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

.checkbox-16.w--redirected-checked {
  color: #000;
  background-color: #96a2bb;
  background-image: linear-gradient(#c9e8ff, #c9e8ff);
  margin-top: 0;
  margin-left: 0;
  font-weight: 400;
}

.text-span-407 {
  font-family: Manrope, sans-serif;
}

.text-span-409 {
  color: var(--logo-green);
}

.image-620 {
  background-color: #c9e8ff;
  border-radius: 99px;
  width: 20px;
}

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

.choice_half-div {
  width: 47%;
}

.item-number-div {
  color: #000;
  background-color: #e9ff86;
  border: 1px solid #000;
  border-radius: 99px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.upsell_learnbutton {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 6px;
  width: 49%;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 14px;
}

.upsell_learnbutton:hover {
  background-color: #f3f3f3;
}

.upsell-bundle-img {
  width: 55%;
  max-width: 100%;
  height: auto;
  padding: 15px;
}

.div-block-2226 {
  border: 1px solid #dfdfdf;
  border-radius: 11px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 150px;
  padding: 25px 15px;
  display: flex;
}

.image-678 {
  border-radius: 16px;
  width: 80%;
  margin-bottom: 20px;
}

.medform_questiontext {
  font-size: 28px;
  font-weight: 400;
  line-height: 31px;
}

.medform_questiontext.short {
  text-align: center;
  width: 80%;
  font-size: 28px;
}

.medform_questiontext.smaller {
  font-size: 22px;
}

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

.upsell-buttons-flex.hide-buttons {
  display: none;
}

.upsell_productinfo_div-copy {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
}

.select-field-12 {
  color: #666;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 9px;
  height: 50px;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 300;
}

.select-field-12.pad-down {
  margin-bottom: 20px;
}

.select-field-12.age {
  margin-bottom: 30px;
}

.upsell_paragraph {
  color: #000;
  letter-spacing: -.5px;
  width: 80%;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.upsell_paragraph.bundle {
  width: 100%;
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .link-17 {
    font-size: 12px;
  }

  .nav_wrap {
    padding-left: 3%;
    padding-right: 3%;
  }

  .link-61.trans {
    font-size: 12px;
  }

  .button.trans {
    padding: 10px 20px;
    font-size: 12px;
  }

  .image-530 {
    width: auto;
  }

  .wl_hero_div {
    flex-flow: column;
  }

  .wl_heroleft {
    width: 100%;
    margin-bottom: 30px;
  }

  .wl_heroimg_div {
    width: 80%;
  }

  .grid_wrap {
    padding-left: 3%;
    padding-right: 3%;
  }

  .gridbox_sub {
    font-size: 13px;
    line-height: 18px;
  }

  .gridbox_header.wl {
    font-size: 19px;
    line-height: 23px;
  }

  ._3box_boxsub {
    font-size: 12px;
    line-height: 17px;
  }

  ._3boxes_header {
    font-size: 33px;
    line-height: 36px;
  }

  ._3box_boxheader {
    font-size: 18px;
    line-height: 24px;
  }

  ._3boxes-flex.weightloss {
    padding-left: 0;
    padding-right: 0;
  }

  ._3-boxes-wrap {
    padding-left: 3%;
    padding-right: 3%;
  }

  .testi-header.wl {
    font-size: 33px;
    line-height: 36px;
  }

  .image-430 {
    height: 25px;
  }

  .media-div-wrap.wl {
    padding-left: 3%;
    padding-right: 3%;
  }

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

  .brandeddiv {
    width: 70%;
  }

  .compblock_div {
    flex-flow: column;
  }

  ._2box_leftdiv {
    width: 100%;
    margin-bottom: 20px;
  }

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

  .boxes-right-div {
    width: 100%;
  }

  .slider-left-div {
    width: 100%;
    padding-left: 0;
    padding-right: 80px;
  }

  .slider-and-boxes-div {
    flex-flow: column;
  }

  .issues_wrap {
    padding-left: 3%;
    padding-right: 3%;
  }

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

  .comptable_wrap {
    padding-left: 2%;
    padding-right: 2%;
  }

  .text-block-1196 {
    margin-bottom: 20px;
    font-size: 19px;
  }

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

  .enroll-form-question-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .enroll-form-block {
    width: 70%;
  }

  .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;
  }

  .section_headers {
    font-size: 33px;
    line-height: 36px;
  }

  .portal-category-select-div-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .form-question-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .order-arival-div, .dropdowns-set-adjust-div, .payment-img, .add-to-cart-bttn, .add-to-cart-bttn-2 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    padding-left: 3%;
    top: 0;
  }

  .text-block-240 {
    text-align: center;
    margin-top: 0;
    font-size: 14px;
  }

  .link-17 {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }

  .nav-menu {
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-mobile-link {
    color: #2e9bf0;
    display: none;
  }

  .mobile-nav-div {
    background-color: #fff;
    width: 100%;
    max-width: 100%;
    padding: 0 0%;
    display: flex;
  }

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

  .nav-right-div.mobile {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 30px 10px 40px;
  }

  .nav-left-div {
    flex-flow: row;
    width: auto;
  }

  .nav_wrap {
    flex-flow: column;
    padding-left: 3%;
    padding-right: 3%;
    display: none;
  }

  .menu-button {
    color: #ff4c46;
    background-color: #fff;
    margin-top: -10px;
    padding-top: 13px;
    padding-bottom: 10px;
  }

  .menu-button.w--open {
    color: #2e9bf0;
    background-color: #fff;
  }

  .div-block-1129 {
    margin-right: 0;
    display: block;
  }

  .sign-in.trans.mobile {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .link-61.trans {
    font-size: 14px;
  }

  .link-block {
    margin-right: 0;
  }

  .div-block-1130 {
    background-color: #fff;
    width: 100%;
    margin-top: 10px;
    padding: 10px 3%;
  }

  .nav {
    display: block;
  }

  .navbar {
    background-color: #fff;
    padding: 15px 0;
  }

  .navbar.home {
    padding-top: 15px;
    padding-bottom: 10px;
  }

  .button.trans {
    padding: 10px;
    font-size: 14px;
  }

  .button.trans.mobile {
    width: 100%;
  }

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

  .nav_flex {
    flex-flow: row;
    max-width: none;
  }

  .nav-menu-links-div {
    border-bottom-style: none;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .nav-menu-links-div.mob {
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .nav-menu-links-div.desk, .hero-icon {
    display: none;
  }

  .hero-price-div {
    width: 62%;
    margin-bottom: 5px;
  }

  .text-block-1191 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    line-height: 12px;
  }

  .rating-div-2 {
    justify-content: center;
    width: 100%;
  }

  .wl_hero_div {
    flex-flow: column;
    align-items: stretch;
  }

  .wl_heroleft {
    width: 100%;
    margin-bottom: 40px;
  }

  .image-467 {
    margin-left: 0;
    margin-right: 5px;
  }

  .hero-product-box-div {
    border-color: var(--df-grey);
    background-color: var(--white);
    width: 49%;
    padding: 15px 10px;
    box-shadow: 0 2px 4px 1px #52b2cf4a;
  }

  .text-block-965 {
    font-size: 50px;
  }

  .text-block-965.wl {
    font-size: 40px;
    line-height: 30px;
  }

  .wl_heroimg_div {
    width: 100%;
  }

  .image-div {
    margin-left: 0;
  }

  .text-block-963.wl {
    font-size: 18px;
    line-height: 15px;
  }

  .weighlossheroimage {
    width: 86%;
    margin-top: 0;
  }

  .heroprice_div {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    align-items: center;
  }

  .button-98:hover {
    background-color: var(--logo-blue);
  }

  .hipaa-image {
    margin-left: 0;
    display: none;
  }

  .heading-61 {
    width: 100%;
    margin-bottom: 20px;
    font-size: 43px;
    line-height: 53px;
  }

  .text-block-974 {
    font-size: 21px;
  }

  .button-div-2 {
    width: 100%;
    margin-bottom: 0;
  }

  .wl_hero_wrap {
    padding-top: 80px;
    padding-left: 3%;
    padding-right: 3%;
  }

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

  .paragraph-145 {
    width: 90%;
    font-size: 20px;
  }

  .hero-cta-div-2 {
    flex-flow: column;
    margin-bottom: 0;
  }

  .vert-divider {
    width: 100%;
    margin-bottom: 30px;
  }

  .vert-divider.wl {
    border-color: #dfdfdf;
  }

  .vert-divider.wl.last {
    margin-bottom: 0;
    display: block;
  }

  .vert-divider.wl.first {
    display: block;
  }

  .grid_div {
    flex-flow: column;
    padding: 0 20px;
  }

  .grid_wrap {
    border-bottom-style: none;
    padding-bottom: 15px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .image-455 {
    width: 45px;
  }

  .gridbox_sub {
    padding-left: 26px;
    padding-right: 26px;
    font-size: 19px;
    line-height: 23px;
  }

  .grid-box {
    width: 100%;
    margin-bottom: 50px;
  }

  .grid-box.wl {
    text-align: center;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .gridbox_header {
    font-size: 26px;
    font-weight: 900;
    line-height: 30px;
  }

  .gridbox_header.wl {
    font-size: 25px;
    font-weight: 700;
    line-height: 31px;
  }

  .image-525 {
    width: 100%;
  }

  ._3box_boxsub {
    font-size: 14px;
    line-height: 20px;
  }

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

  ._3boxes_header {
    width: 100%;
    font-size: 33px;
    line-height: 36px;
  }

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

  ._3box_boxheader {
    font-size: 26px;
    line-height: 31px;
  }

  ._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%;
  }

  ._3-boxes-wrap {
    padding-bottom: 70px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .testi-div-wrap {
    padding-top: 30px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .testi-div-wrap.wl {
    padding-top: 30px;
  }

  .text-span-259 {
    font-size: 32px;
  }

  .section_testimonial {
    overflow: hidden;
  }

  .b-a_div {
    flex-flow: column;
  }

  .text-span-116 {
    font-size: 32px;
    line-height: 35px;
  }

  .slide-nav-9 {
    bottom: -20px;
  }

  .card-4 {
    width: 100%;
    margin-bottom: 30px;
  }

  .desktop-slider {
    display: none;
  }

  .testi-div {
    width: 100%;
    max-width: none;
  }

  .slider-6 {
    height: auto;
  }

  .div-block-1828 {
    border-bottom-color: #000;
  }

  .testi-header, .testi-header.wl {
    font-size: 36px;
    line-height: 42px;
  }

  .mobile-slider {
    display: block;
    overflow: visible;
  }

  .mask-5 {
    height: auto;
  }

  .media-logos-header {
    font-size: 14px;
    font-weight: 400;
  }

  .image-430 {
    height: 20px;
  }

  .image-430.desk-only {
    display: none;
  }

  .media-logos-div-box {
    width: 100%;
  }

  .media-div-wrap {
    padding-left: 3%;
    padding-right: 3%;
  }

  .media-div-wrap.wl {
    padding-top: 15px;
  }

  .branded-box {
    border: 1px solid #000;
  }

  .text-span-244 {
    padding-left: 2px;
    padding-right: 2px;
    line-height: 20px;
  }

  .text-span-262 {
    font-size: 16px;
    line-height: 11px;
  }

  .compblock_wrap {
    padding-bottom: 35px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .compblock_wrap.wl {
    background-image: linear-gradient(#c9e8ff00, #c9e8ff 50%, #fff0);
  }

  .productbox, .productbox.a {
    width: 100%;
    margin-bottom: 30px;
  }

  .productbox.a.notirz {
    margin-bottom: 0;
  }

  .div-block-1943 {
    width: auto;
    margin-bottom: 30px;
  }

  .div-block-1943.no-tirz {
    margin-bottom: 0;
  }

  .brandeddiv {
    width: 100%;
  }

  .text-block-1132 {
    background-color: var(--f3-grey);
    padding-left: 5px;
    padding-right: 5px;
    font-size: 20px;
  }

  .button-116 {
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
    line-height: 15px;
  }

  .button-108 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .compblock_div {
    flex-flow: column;
    align-items: center;
  }

  .compblock_div.no-tirz {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .text-block-1133 {
    color: #000;
    font-size: 33px;
    line-height: 36px;
  }

  .text-block-1192 {
    margin-top: -25px;
    margin-bottom: 25px;
    padding-left: 10%;
    padding-right: 33px;
    line-height: 12px;
  }

  ._2box_leftdiv {
    width: 100%;
  }

  ._2box_leftdiv.no-tirz {
    width: 100%;
    margin-bottom: 0;
  }

  .branded-img-div {
    margin-bottom: 10px;
  }

  .text-block-1135 {
    text-align: center;
    flex-flow: column;
    font-size: 25px;
    display: block;
  }

  .superscript {
    color: var(--black);
  }

  ._2products_div {
    flex-flow: column;
    width: 100%;
  }

  .text-block-1131 {
    font-size: 30px;
    line-height: 33px;
  }

  .text-block-895 {
    font-size: 50px;
    line-height: 50px;
  }

  .boxes-right-div {
    width: 100%;
  }

  .text-block-887 {
    font-size: 34px;
    line-height: 38px;
  }

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

  .box-div-2 {
    padding: 20px 10px;
  }

  .weight-slider-div-2 {
    border-style: none;
    width: 100%;
    margin-bottom: 0;
    padding: 30px 0;
  }

  .button-91 {
    font-weight: 700;
  }

  .text-block-886 {
    text-align: left;
    font-size: 18px;
    line-height: 24px;
  }

  .text-block-888 {
    font-size: 70px;
    line-height: 70px;
  }

  .text-block-894 {
    font-size: 17px;
    line-height: 22px;
  }

  .text-block-885 {
    text-align: left;
    font-size: 18px;
    line-height: 24px;
  }

  .slider-left-div {
    width: 100%;
    padding: 0;
  }

  .weight-slider_header {
    font-size: 36px;
    line-height: 42px;
  }

  .weight-slider_header.wl {
    font-size: 32px;
    line-height: 36px;
  }

  .paragraph-117 {
    width: 100%;
  }

  .weight-slider-wrap {
    padding-top: 30px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .slider-and-boxes-div {
    flex-flow: column;
  }

  .issues_div {
    padding: 24px;
  }

  .issues_header {
    margin-bottom: 25px;
    font-size: 29px;
    line-height: 36px;
  }

  .issues_line.mobile {
    display: block;
  }

  .issues_half-div {
    width: 100%;
  }

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

  .issues_wrap {
    padding: 15px 3% 35px;
  }

  .issues_flex {
    flex-flow: column;
  }

  .text-block-1053 {
    font-size: 18px;
  }

  .smallheader_mobdiv {
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
  }

  .smallheader_mobdiv.hide {
    display: none;
  }

  .text-block-1188 {
    font-family: var(--roboto);
    color: var(--black);
    font-size: 14px;
    line-height: 19px;
  }

  .comptable_wrap {
    padding-bottom: 35px;
    padding-left: 3%;
    padding-right: 3%;
    overflow: hidden;
  }

  .comparison-table-section {
    overflow: hidden;
  }

  .text-block-1197 {
    width: 100%;
  }

  .right-arrow-11 {
    background-color: var(--logo-green);
    width: 30px;
    height: 30px;
    padding: 5px;
    inset: -6% auto auto 13%;
  }

  .slide-nav-8 {
    display: none;
  }

  .table_mobsliderdiv {
    display: block;
  }

  .comptable_slide {
    width: 100%;
    padding-right: 0%;
  }

  .comptable_div {
    display: none;
  }

  .left-arrow-12 {
    background-color: var(--logo-green);
    width: 30px;
    height: 30px;
    padding: 5px;
    inset: -6% auto auto 0%;
  }

  .cell-label {
    font-family: var(--nunito);
    font-size: 14px;
    font-weight: 900;
  }

  .line-accent {
    width: 55%;
  }

  .line-accent.mob._1 {
    width: 66%;
  }

  .line-accent.mobile._2 {
    width: 60%;
  }

  .small-header {
    font-family: var(--roboto);
    color: var(--black);
  }

  .product-cell-name-mobile {
    font-family: var(--nunito);
    color: var(--black);
  }

  .cell_imgdiv_mobile {
    background-color: var(--logo-blue);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-1195 {
    font-size: 33px;
    line-height: 36px;
  }

  .table_arrowicon {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
  }

  .button-117 {
    background-color: var(--logo-green);
    color: #fff;
    font-weight: 900;
  }

  .button-117:hover {
    background-color: var(--logo-blue);
    color: #fff;
  }

  .comptable_mobile {
    width: 100%;
    display: block;
  }

  .table_mobslider {
    background-color: #fff0;
    width: 100%;
    height: auto;
    margin-top: 10px;
  }

  .image-527 {
    width: 60%;
  }

  .div-block-1885 {
    border-left-style: none;
    width: 100%;
    padding-left: 0%;
  }

  .dropdown-toggle-11 {
    padding: 15px 0;
    overflow: visible;
  }

  .text-block-1010 {
    font-size: 33px;
    line-height: 36px;
  }

  .link-57 {
    color: #666;
  }

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

  .text-block-1009 {
    font-size: 18px;
    display: block;
  }

  .text-block-1009.faq {
    width: 100%;
    display: block;
  }

  .filter-dropdown-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .wl_faq-wrap {
    padding-left: 3%;
    padding-right: 3%;
  }

  .paragraph-149 {
    text-align: left;
    width: 100%;
  }

  .footer-column-div.legal {
    flex-flow: column;
    margin-bottom: 20px;
  }

  .footer-div-wrap {
    padding-left: 4%;
    padding-right: 4%;
  }

  .footer-div1-right {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .text-block-143 {
    margin-bottom: 20px;
  }

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

  .footer-div1-left {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
    display: flex;
  }

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

  .footer-div-2 {
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-div-1 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .icon-34 {
    color: var(--logo-blue);
  }

  .text-block-1222 {
    margin-bottom: 15px;
  }

  .text-block-980 {
    font-size: 36px;
    line-height: 42px;
  }

  .div-block-1863, .boxes-div-3 {
    width: 100%;
  }

  .body-wrap {
    padding-left: 3%;
    padding-right: 3%;
  }

  .boxes-main-div {
    flex-flow: column;
    margin-bottom: 0;
  }

  .image-458 {
    width: 100%;
  }

  .text-block-978 {
    font-size: 17px;
    line-height: 22px;
  }

  .box-div-3 {
    padding: 20px 10px;
  }

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

  .body-section-4 {
    padding-bottom: 30px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .weight-slider-left-2 {
    width: 100%;
    margin-bottom: 30px;
  }

  .text-block-981 {
    font-size: 36px;
  }

  .boxes-left {
    width: 100%;
    margin-bottom: 30px;
  }

  .arrow.next {
    display: none;
  }

  .arrow.down {
    display: inline-flex;
  }

  .weight-slider-div {
    border-style: none;
    width: 100%;
    margin-bottom: 30px;
    padding: 30px 0 0;
  }

  .weight-slider-div.hero {
    width: 100%;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .text-block-972 {
    text-align: left;
    font-size: 16px;
    line-height: 19px;
  }

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

  .text-block-968 {
    font-size: 30px;
    line-height: 33px;
  }

  .text-block-969 {
    text-align: left;
    font-size: 14px;
    line-height: 18px;
  }

  .text-block-964 {
    font-size: 24px;
    line-height: 30px;
  }

  .text-block-977 {
    padding-left: 0;
    padding-right: 0;
    font-size: 22px;
    line-height: 25px;
  }

  .semasci_div {
    flex-flow: column;
    max-width: 100%;
    overflow: hidden;
  }

  .semasci_infodiv {
    width: 100%;
    margin-bottom: 40px;
  }

  .semasci_header {
    font-size: 36px;
    line-height: 42px;
  }

  .semasci_wrap {
    padding: 30px 3% 50px;
  }

  .button-105 {
    width: 100%;
  }

  .semasci_mediadiv {
    flex-flow: column;
    width: 100%;
  }

  .image-481 {
    width: 100%;
  }

  .semasci_statbox {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .semasci_textdiv {
    width: 63%;
  }

  ._4boxrow_flex {
    flex-flow: column;
  }

  ._4boxes_wrap {
    padding-bottom: 0;
    padding-left: 3%;
    padding-right: 3%;
  }

  ._4boxrow_pairdiv {
    width: 100%;
    margin-bottom: 20px;
  }

  .hero-wrap {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding: 75px 3% 0;
    overflow: hidden;
  }

  .hero-wrap.no-tirz {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 80px;
    overflow: hidden;
  }

  .hero-div {
    max-width: 100%;
  }

  .text-block-1226 {
    width: 100%;
    font-size: 20px;
  }

  .hero-box-link {
    margin-bottom: 40px;
  }

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

  .hero-box, .hero-box.sema-solo, .hero-box.new {
    width: 100%;
  }

  .image-532 {
    width: 20px;
  }

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

  .hero-box-img-div {
    width: 35%;
  }

  .hero-box-img-div.solo {
    width: 42%;
  }

  .hero-box-text-div {
    width: 66%;
  }

  .text-block-1229 {
    font-size: 24px;
    line-height: 30px;
  }

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

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

  .text-block-1233 {
    font-size: 50px;
    line-height: 40px;
  }

  .text-block-1234, .text-block-1235 {
    font-size: 13px;
  }

  .hero-button {
    width: 100%;
    margin-bottom: 10px;
  }

  .mobile-hero-image {
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 10px;
    display: flex;
  }

  .image-533 {
    width: 80%;
    margin-left: -100px;
  }

  .image-534 {
    width: 70%;
    margin-left: 0;
  }

  .chart-wrap {
    padding-left: 3%;
    padding-right: 3%;
  }

  .hero-vial.solo {
    margin-bottom: 0;
  }

  .div-block-1991 {
    width: 100%;
    margin-bottom: 20px;
  }

  .div-block-1993 {
    justify-content: flex-start;
    align-items: flex-end;
    width: 50%;
    margin-left: -35px;
    display: flex;
    overflow: visible;
  }

  .div-block-1994 {
    flex-flow: row;
    width: 50%;
    display: flex;
  }

  .image-535 {
    width: 80%;
    margin-left: -72px;
    display: none;
  }

  .image-536 {
    width: 80%;
    margin-left: 18px;
    position: relative;
  }

  .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%;
  }

  .enroll-disclaimer-div {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .enroll-disclaimer-div.form {
    display: block;
  }

  .enroll-disclaimer-div._1st {
    background-color: #f6f6f6;
    margin-bottom: 15px;
  }

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

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

  .enroll-3-things-div {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
    margin-bottom: 15px;
  }

  .phone-entry-div {
    width: 100%;
  }

  .enroll-header {
    text-align: center;
    width: 100%;
    font-size: 34px;
    line-height: 39px;
  }

  .enroll-bullet-image {
    width: 35px;
    max-width: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .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%;
  }

  .enroll-form-question-text.smaller.a._2 {
    width: 100%;
  }

  .enroll-form-question-text.smaller._2 {
    font-size: 26px;
    line-height: 28px;
  }

  .enroll-form-question-text._2 {
    font-size: 26px;
    line-height: 29px;
  }

  .enroll-slide-1-div {
    align-items: flex-start;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .enroll-slide-1-div._2 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

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

  .enroll-slide-2 {
    width: 100%;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .enroll-slide-2._2 {
    padding-left: 0;
    padding-right: 0;
  }

  .enroll-checkbox-field {
    padding-left: 0;
  }

  .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%;
  }

  .enroll-form-header-text {
    width: auto;
    font-size: 15px;
    line-height: 20px;
  }

  .checkbox-field-18.female {
    background-color: var(--white);
    background-size: 13%;
  }

  .checkbox-field-18.male {
    background-color: var(--white);
    background-size: 13%;
    padding-top: 20px;
    padding-bottom: 23px;
  }

  .enroll-slide-3 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .enroll-slide-3._2 {
    padding-left: 0;
    padding-right: 0;
  }

  .enroll-form-back-link-div, .gender-div {
    width: 100%;
  }

  .checkbox-field-4 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
  }

  .checkbox-field-4.update {
    height: auto;
    margin-bottom: 15px;
    padding-top: 20px;
    padding-bottom: 21px;
  }

  .enroll-form-field-wrap-div {
    flex-direction: column;
  }

  .enroll-form-field-wrap-div.update {
    width: 100%;
  }

  .enroll-form-field-wrap-div.update.bottom {
    margin-bottom: 15px;
  }

  .enroll-form-text-field.height {
    font-family: var(--roboto);
    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-submit-button {
    background-color: var(--logo-green);
    color: var(--white);
    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;
  }

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

  .enroll-form-submit-button.b:hover {
    font-size: 20px;
    line-height: 28px;
  }

  .text-block-1018 {
    font-family: var(--roboto);
    color: var(--black);
  }

  .enroll-slide-1 {
    width: auto;
    margin-top: 0;
    margin-bottom: 50px;
  }

  .enroll-sub {
    text-align: center;
    width: 90%;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 22px;
  }

  .enroll-div-wrap {
    width: 100%;
    padding-top: 30px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .enroll-checkbox-label {
    font-size: 15px;
  }

  .enroll-checkbox-label.form {
    margin-left: 10px;
  }

  .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;
  }

  .enroll-bullet-text {
    font-family: var(--nunito);
    text-align: left;
    margin-top: 5px;
    font-size: 20px;
  }

  .enroll-bullet-text._2 {
    font-size: 24px;
    line-height: 28px;
  }

  .checkbox-label-4 {
    font-family: var(--roboto);
    font-size: 15px;
    line-height: 20px;
  }

  .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%;
  }

  .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;
  }

  .enroll-bullet-div {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: row;
    align-items: center;
    width: 100%;
    margin-bottom: 5px;
    padding: 0;
  }

  .enroll-bullet-div.last {
    margin-bottom: 20px;
  }

  .enroll-bullet-div.rx {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    padding-left: 0;
  }

  .enroll-top-image {
    width: 30%;
    margin-left: -5px;
  }

  .checkbox-label-15 {
    font-family: var(--roboto);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
  }

  .enroll-form-question-sub {
    font-family: var(--roboto);
    text-align: center;
    width: 100%;
    margin-top: -10px;
    font-size: 15px;
  }

  .phone-number-field {
    width: 27%;
  }

  .phone-number-field.form {
    border-color: #000;
    width: 31%;
    height: 60px;
    font-size: 18px;
  }

  .phone-number-field.form.update {
    padding-right: 0;
    font-size: 15px;
  }

  .phone-number-field._2 {
    width: 43%;
  }

  .phone-number-field._2.form {
    height: 60px;
  }

  .phone-number-field._2.form.update {
    font-family: var(--roboto);
    font-size: 15px;
  }

  .phone-number-field._1.form {
    border-color: #000;
    width: 31%;
    height: 60px;
    font-size: 18px;
  }

  .phone-number-field._1.form.update {
    font-family: var(--roboto);
    padding-right: 0;
    font-size: 15px;
  }

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

  .image-537 {
    width: 80px;
  }

  .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.hq.break._2 {
    width: 100%;
    line-height: 28px;
  }

  .text-block-513.hq._2 {
    font-size: 26px;
  }

  .text-block-513.end.bold {
    font-size: 24px;
    line-height: 30px;
  }

  .text-block-513.end.long {
    font-size: 26px;
  }

  .text-block-513._2 {
    font-size: 26px;
    line-height: 28px;
  }

  .pay-choices-div {
    flex-flow: column;
    margin-bottom: 0;
  }

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

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

  .program-choice-div {
    flex-direction: column;
  }

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

  .text-block-517 {
    margin-right: 0;
    font-size: 19px;
  }

  .checks-div {
    padding-left: 0%;
    padding-right: 0;
  }

  .checks-div.end {
    padding-left: 0%;
  }

  .button-68 {
    width: 100%;
    height: 50px;
    margin-bottom: 15px;
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 15px;
  }

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

  .table-header-2.small {
    font-size: 15px;
  }

  .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;
  }

  .felix-form-block {
    margin-top: 30px;
  }

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

  .paragraph-164, .div-block-1479 {
    width: 100%;
  }

  .div-block-1479.mobile-entry {
    width: 100%;
    margin-bottom: 10px;
  }

  .div-block-1479.mobile-entry.form {
    padding-right: 0;
  }

  .div-block-1479.mobile-entry.form._2.weight {
    justify-content: space-between;
    width: 100%;
  }

  .paragraph-126.form {
    width: 60%;
    padding-left: 0;
  }

  .paragraph-126.report {
    width: 70%;
  }

  .div-block-1481 {
    flex-direction: column;
  }

  .pay-choice {
    width: 100%;
    margin-bottom: 15px;
  }

  .text-field-45.weight {
    width: 100%;
    height: 60px;
    font-size: 18px;
  }

  .text-field-45.weight:focus {
    border-color: #bbffa3;
  }

  .div-block-1697 {
    width: 58%;
    display: block;
  }

  .text-field-44.height {
    height: 60px;
    font-size: 18px;
  }

  .text-field-44.height:focus {
    border-color: #bbffa3;
  }

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

  .select-field-10 {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 15px;
  }

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

  .div-block-1685 {
    padding-top: 30px;
  }

  .form-price-div {
    margin-top: 30px;
  }

  .form-price-div.felix {
    justify-content: space-between;
    margin-top: 20px;
  }

  .radio-button-label-4 {
    font-size: 18px;
  }

  .div-block-1691 {
    width: 100%;
    margin-bottom: 10px;
  }

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

  .text-block-1255 {
    display: none;
  }

  .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;
  }

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

  .div-block-1480.mobile-entry {
    width: 100%;
    margin-bottom: 10px;
  }

  .div-block-1480.mobile-entry.form {
    padding-right: 0;
  }

  .div-block-1480.mobile-entry.form._2.weight {
    justify-content: space-between;
    width: 100%;
  }

  .dose-sched-box {
    padding-left: 10px;
    padding-right: 10px;
  }

  .dose-sched-box.solo {
    width: 100%;
  }

  .image-380 {
    width: 20px;
    margin-right: 0;
  }

  .text-block-725 {
    font-size: 13px;
    line-height: 17px;
  }

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

  .div-block-1478.mobile-entry {
    width: 100%;
    margin-bottom: 10px;
  }

  .div-block-1478.mobile-entry.form {
    padding-right: 0;
  }

  .div-block-1478.mobile-entry.form._2.height {
    width: 100%;
  }

  .text-block-1285 {
    font-size: 30px;
  }

  .div-block-1985 {
    flex-flow: column;
  }

  .text-span-274 {
    font-size: 10px;
  }

  .text-block-715 {
    text-align: center;
    font-size: 13px;
    line-height: 17px;
  }

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

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

  .div-block-1487 {
    flex-direction: column;
  }

  .text-block-735 {
    width: 100%;
  }

  .form-price.felix {
    width: 40%;
    padding-left: 0;
  }

  .div-block-1476 {
    flex-direction: column;
  }

  .div-block-1450 {
    align-items: center;
  }

  .div-block-1450.end {
    text-align: left;
    justify-content: flex-start;
    padding-left: 0;
  }

  .div-block-1998 {
    width: 100%;
    margin-top: 15px;
  }

  .div-block-1681 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-1678 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 5px;
    display: flex;
  }

  .div-block-1694 {
    width: 32%;
  }

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

  .text-block-714 {
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
  }

  .bullet-div.end {
    align-items: flex-start;
  }

  .button-129 {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 15px;
  }

  .report-summary-div {
    padding-top: 0;
    padding-left: 12px;
    padding-right: 12px;
  }

  .text-field-46.weight {
    width: 100%;
    height: 60px;
    font-size: 18px;
  }

  .text-field-46.weight:focus {
    border-color: #bbffa3;
  }

  .text-field-57 {
    width: 22%;
  }

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

  .phone-verify-div {
    justify-content: space-between;
  }

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

  .div-block-1470.mobile-entry {
    width: 100%;
    margin-bottom: 10px;
  }

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

  .link-block-48 {
    width: 100%;
  }

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

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

  .link-block-48.sema {
    background-image: url('../images/RxPros_SemaVial_1.png');
    background-position: 90% 20%;
    background-repeat: no-repeat;
    background-size: 18%;
  }

  .link-block-48.sema:hover, .link-block-48.method.inject, .link-block-48.method.oral {
    border-color: #000;
  }

  .questions-div {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .text-field-43 {
    color: #000;
    width: 100%;
    height: 60px;
    font-size: 18px;
  }

  .text-field-43:focus {
    border-color: #bbffa3;
  }

  .div-block-1949 {
    margin-bottom: 10px;
  }

  .checkbox-field-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .checkbox-field-15:active {
    border-color: var(--logo-green);
    background-color: var(--f3-grey);
  }

  .question-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .question-container._2 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-730 {
    width: 80%;
  }

  .div-block-1695 {
    padding-top: 0;
  }

  .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.form.birth.felix {
    padding-left: 0;
    font-size: 15px;
  }

  .phone-number-field-3.form.birth.felix:focus {
    border-color: #bbffa3;
  }

  .phone-number-field-3._2 {
    width: 43%;
  }

  .phone-number-field-3._2.form:focus {
    border-color: #bbffa3;
  }

  .phone-number-field-3._2.form {
    height: 60px;
  }

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

  .phone-number-field-3._2.form.birth.felix {
    padding-right: 0;
  }

  .phone-number-field-3.form {
    border-color: var(--black);
    font-family: var(--roboto);
    width: 31%;
    height: 60px;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
  }

  .phone-number-field-3.form:focus {
    border-color: #bbffa3;
  }

  .phone-number-field-3._1.form {
    border-color: #000;
    width: 31%;
    height: 60px;
    font-size: 15px;
  }

  .phone-number-field-3._1.form:focus {
    border-color: #bbffa3;
  }

  .form-product-2 {
    color: var(--black);
    font-weight: 900;
  }

  .form-subs {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .form-subs.end.break {
    width: 100%;
  }

  .select-field-5 {
    width: 31%;
    height: 60px;
    margin-right: 3px;
    font-size: 18px;
  }

  .select-field-5.felix {
    font-family: var(--roboto);
    padding-left: 12px;
    font-size: 15px;
  }

  .select-field-5.felix:focus {
    border-color: #bbffa3;
  }

  .text-block-1304 {
    color: var(--logo-green);
  }

  .telehealth-button-div {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-724 {
    color: #999;
    margin-bottom: 5px;
    font-weight: 900;
  }

  .error_popup {
    padding-left: 2%;
    padding-right: 2%;
  }

  .error_box {
    width: 100%;
  }

  .text-block-1308 {
    font-size: 20px;
  }

  .text-block-151 {
    letter-spacing: -1px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 18px;
  }

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

  .text-block-152 {
    font-size: 8px;
  }

  .text-block-152.bottom, .text-block-152.top {
    font-size: 7px;
    line-height: 7px;
  }

  .form-header-div {
    padding: 8px 5%;
  }

  .div-block-967 {
    width: 66px;
    height: 66px;
  }

  .image-30 {
    width: auto;
    height: 25px;
  }

  .timer-header {
    margin-top: 0;
    font-size: 26px;
    font-weight: 900;
    line-height: 30px;
  }

  .timer-header.red {
    color: #ff485e;
    font-size: 20px;
    line-height: 20px;
  }

  .timer-header.red.solo {
    text-align: center;
    font-size: 22px;
    line-height: 24px;
  }

  .countdown-row {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .countdown-row.solo {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: stretch;
  }

  .countdown-block, .countdown-block.solo {
    width: 22%;
  }

  .countdown-time {
    font-size: 36px;
    line-height: 39px;
  }

  .countdown-detail {
    font-size: 11px;
  }

  .countdown-header-div {
    margin-bottom: 5px;
  }

  .countdown-main-div {
    margin-bottom: 0;
  }

  .countdown-main-div.solo {
    justify-content: flex-start;
    align-items: center;
  }

  .semaco-top-wrap {
    padding-left: 3%;
    padding-right: 3%;
  }

  .image-31 {
    width: auto;
    height: 24px;
    margin-bottom: 0;
  }

  .link-block-66 {
    right: 0%;
  }

  .inclusion-text {
    font-size: 16px;
  }

  .div-block-209 {
    width: 48%;
  }

  .summary-mobile {
    display: none;
  }

  .monthly-details-div {
    border-top: 1px solid #000;
    display: none;
  }

  .quarterly-summary {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

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

  .text-block-141 {
    font-weight: 700;
  }

  .plan-type-text {
    line-height: 20px;
  }

  .image-473 {
    margin-right: 10px;
  }

  ._12month-order {
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .semaco_orderdetails {
    width: 100%;
    margin-bottom: 50px;
    padding-top: 0;
    padding-left: 3%;
    padding-right: 3%;
    display: block;
  }

  .delete-item {
    right: 0%;
  }

  .text-block-1033 {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 50px;
    padding-left: 0%;
    font-size: 10px;
  }

  .text-block-250 {
    margin-bottom: 25px;
    font-size: 16px;
  }

  .semaco_div {
    flex-flow: column;
  }

  .sema-checkout-mobile {
    padding-top: 30px;
    display: block;
  }

  .plan-total-price {
    margin-top: 4px;
    line-height: 13px;
  }

  .text-block-1036 {
    font-size: 18px;
  }

  .checkbox-label {
    line-height: 14px;
  }

  .phone-number-field-4 {
    width: 27%;
  }

  .phone-number-field-4._2 {
    width: 43%;
  }

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

  .div-block-374.mobile-entry {
    width: 100%;
    margin-bottom: 10px;
  }

  .div-block-1284 {
    flex-flow: column;
    align-items: stretch;
    margin-bottom: 0;
    padding-bottom: 50px;
    padding-left: 3%;
    padding-right: 3%;
    display: flex;
  }

  .plan-choices-div {
    border-color: #dfdfdf;
  }

  .div-block-853.new {
    margin-bottom: 15px;
  }

  .text-block-1028._2 {
    font-size: 15px;
    line-height: 25px;
  }

  .text-block-1028._2.after {
    font-size: 16px;
  }

  .link-block-13 {
    margin-bottom: 10px;
  }

  ._6month-order {
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
  }

  .monthly-summary {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: none;
  }

  .semaco_payinfo {
    width: 100%;
    padding-top: 25px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-block-1896 {
    background-color: #fff0;
    justify-content: space-between;
    align-items: center;
    padding: 0 0%;
    display: flex;
  }

  .dropdown-sum-toggle-2 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .dropdown-sum-toggle-2.w--open {
    padding-right: 0;
  }

  .quarterly-details-div {
    display: block;
  }

  .quartely-order {
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
  }

  .quartely-order.mobile {
    width: 100%;
  }

  .plan-savings-text {
    font-size: 13px;
  }

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

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

  .text-block-140 {
    font-size: 10px;
    font-style: italic;
    line-height: 16px;
  }

  .field-label-4 {
    padding-left: 0%;
    font-size: 15px;
    font-weight: 400;
  }

  .field-label-4.new {
    font-size: 14px;
  }

  .image-243 {
    width: 50px;
  }

  .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._2 {
    padding-left: 0%;
    padding-right: 0%;
  }

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

  .dropdown-sum-2 {
    margin-bottom: 5px;
    display: none;
  }

  .plan-inclusions-div {
    padding-left: 0;
    padding-right: 0;
  }

  .icon-35 {
    margin-top: 15px;
    inset: 0% auto 0% 0%;
  }

  .plan-price.checkout {
    line-height: 18px;
  }

  .text-block-334 {
    font-family: var(--roboto);
    color: #000;
    background-color: #fff;
    margin-top: -12px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 800;
  }

  .text-field-7.new {
    color: var(--black);
    height: 60px;
  }

  .text-field-7.new.address {
    color: var(--black);
    height: 60px;
    margin-bottom: 25px;
  }

  .plan-select-div-mobile {
    padding-left: 3%;
    padding-right: 3%;
    display: none;
  }

  .order-summary-div-2 {
    background-color: #fff;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding-left: 3%;
    padding-right: 3%;
  }

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

  .summary-desk {
    border-color: #dfdfdf;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }

  .express-main-div {
    padding-left: 3%;
    padding-right: 3%;
  }

  .monthly-order {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .monthly-order.mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .submit-button-3.new {
    background-color: var(--logo-green);
    padding-top: 18px;
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: 800;
    line-height: 24px;
  }

  .select-plan-text.payplan-header {
    font-size: 26px;
    line-height: 32px;
  }

  .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-335 {
    font-family: var(--roboto);
    color: var(--black);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
  }

  .div-block-959 {
    text-align: right;
  }

  .div-block-1903 {
    background-color: var(--yellow-highlight);
  }

  .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;
  }

  ._12-month-details-div {
    display: none;
  }

  .link-block-17 {
    background-color: var(--logo-green);
    border-radius: 9px;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 0;
    display: flex;
  }

  .link-block-17:hover {
    background-color: var(--logo-blue);
  }

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

  .dropdown-summary-2 {
    position: relative;
  }

  .dropdown-summary-2.w--open {
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .div-block-1155 {
    background-color: #000;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .order-dropdown-2 {
    width: 100%;
  }

  .div-block-854 {
    flex-flow: row;
  }

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

  .div-block-960.new.mobile {
    width: 100%;
  }

  .semaco_wrap {
    margin-top: 0;
    padding-left: 3%;
    padding-right: 3%;
    display: none;
  }

  .bold-text-3 {
    font-family: var(--roboto);
  }

  ._3-products-div {
    flex-flow: column;
  }

  .countdown-row-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .portal-top-div {
    padding-top: 100px;
    padding-left: 3%;
    padding-right: 3%;
  }

  ._3-checks-div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .text-block-1309 {
    font-weight: 700;
  }

  .portal-link-image-div {
    width: 100%;
  }

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

  .div-block-1119 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-start;
  }

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

  .text-block-1262 {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 36px;
  }

  .doc_short-bio {
    margin-bottom: 15px;
  }

  .div-block-1848 {
    height: 76.3%;
    left: 2%;
  }

  .text-block-231 {
    margin-right: 0;
  }

  .portal-categories-div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .portal-summary-header {
    margin-bottom: 15px;
  }

  .order-div {
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
  }

  .progress-drop-div {
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-71 {
    text-align: center;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .progress-div {
    width: 100%;
    margin-bottom: 20px;
  }

  .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;
  }

  .countdown-detail-2 {
    font-size: 9px;
  }

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

  .portal-form-2-input-div {
    flex-flow: column;
    margin-bottom: 0;
  }

  .portal-form-2-input-div.address {
    flex-flow: row;
  }

  .text-block-1311 {
    font-size: 22px;
    line-height: 24px;
  }

  .therapy-subs-div {
    width: 100%;
    margin-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-125 {
    background-color: #2e9bf0;
    display: none;
  }

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

  .text-block-1264.desktop {
    display: none;
  }

  .text-block-1264.mobile {
    color: #2e9bf0;
  }

  .portal-bullets-div {
    width: 100%;
    margin-bottom: 20px;
  }

  .portal-tab-div {
    padding-top: 30px;
  }

  .portal-tab-div.profile {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .countdown-time-2 {
    font-size: 36px;
    line-height: 39px;
  }

  .article-link-boxes-div {
    flex-flow: column;
    width: 100%;
  }

  .tab-headers-div {
    margin-bottom: 30px;
  }

  .div-block-1120 {
    flex-direction: column;
  }

  .input-div-half {
    width: 100%;
    margin-bottom: 5px;
  }

  .input-div-half.apt {
    width: 25%;
  }

  .input-div-half.shipping {
    width: 70%;
  }

  .portal-category-select-div {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .submit-button-14 {
    width: 100%;
    margin-top: 20px;
  }

  .field-label-2 {
    color: #000;
    margin-bottom: 5px;
    font-size: 16px;
  }

  .field-label-2.multi {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .text-block-935 {
    font-size: 29px;
  }

  .div-block-1988 {
    background-color: #fff0;
    margin-top: 20px;
    padding: 0;
  }

  .doctab_textdiv {
    width: 100%;
    margin-bottom: 30px;
  }

  .dosage-step-1-2-div, .portal-progress-div {
    flex-flow: column;
  }

  .button-44 {
    width: 100%;
    margin-bottom: 15px;
  }

  .text-block-1251 {
    text-align: center;
    font-size: 30px;
    line-height: 36px;
  }

  .portal-cta-div {
    flex-flow: column;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .portal-tab {
    color: #aaa;
    text-align: center;
    border: 1px solid #dfdfdf;
    border-radius: 6px;
    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 {
    border-color: var(--logo-green);
    background-color: var(--logo-green);
    color: #fff;
    display: flex;
  }

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

  .text-block-916 {
    margin-bottom: 15px;
    font-size: 19px;
  }

  .link-block-81 {
    width: 100%;
    margin-bottom: 30px;
    padding-left: 39px;
    padding-right: 39px;
  }

  .portal-input {
    height: 60px;
  }

  .div-block-1986 {
    width: 100%;
    margin-bottom: 30px;
  }

  .step-header {
    font-size: 22px;
    line-height: 28px;
  }

  .payment-history-div {
    width: 100%;
  }

  .text-block-929 {
    margin-bottom: 5px;
  }

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

  .button-94 {
    text-align: center;
    width: 100%;
  }

  .portal-category-links-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: stretch;
    width: 100%;
    margin-bottom: 20px;
  }

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

  .pbb_price {
    margin-top: 2px;
  }

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

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

  .portal-content-link {
    flex-flow: column;
  }

  .bullets-timer-div {
    flex-flow: column;
    width: 100%;
  }

  .image-550 {
    width: 35px;
    margin-bottom: 15px;
  }

  .portal-category-link {
    border: 1px solid #000;
    border-radius: 99px;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    font-size: 14px;
  }

  .account-summary-div {
    flex-flow: column;
  }

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

  .reco-list-header {
    font-size: 16px;
  }

  .countdown-header-div-2 {
    margin-bottom: 5px;
  }

  .dosage-step-div {
    width: 100%;
    margin-bottom: 50px;
  }

  .dosage-step-div.step-3 {
    margin-bottom: 20px;
  }

  .reco-list-text {
    font-size: 14px;
    line-height: 20px;
  }

  .link-71 {
    font-family: var(--roboto);
    color: var(--logo-blue);
    font-size: 18px;
    text-decoration: none;
    display: block;
  }

  .text-block-926 {
    font-size: 18px;
  }

  .portal-cta-text-div {
    width: 100%;
    margin-bottom: 20px;
  }

  .dosage-step-3-div {
    flex-flow: column;
  }

  .paragraph-166, .div-block-2003 {
    width: 100%;
  }

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

  .doctab_chat-div {
    border: 1px solid #f3f3f3;
    width: 100%;
  }

  .text-block-1263.mobile {
    width: auto;
    font-size: 13px;
    line-height: 16px;
    display: none;
  }

  .countdown-main-div-2 {
    margin-bottom: 0;
  }

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

  .reco-box-div {
    width: 100%;
    margin-bottom: 30px;
  }

  .dosage-steps-div {
    width: 100%;
  }

  .text-block-932 {
    font-size: 22px;
  }

  .link-51 {
    right: 0%;
  }

  .product-name-3.portal {
    font-size: 20px;
    line-height: 24px;
  }

  .phone-number-field-5 {
    width: 27%;
  }

  .phone-number-field-5._2 {
    width: 43%;
  }

  .phone-number-field-5._2.form {
    height: 60px;
  }

  .phone-number-field-5._2.form:focus {
    border-color: var(--logo-green);
  }

  .phone-number-field-5.form {
    border-color: var(--black);
    width: 31%;
    height: 60px;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

  .phone-number-field-5.form:focus {
    border-color: var(--logo-green);
  }

  .phone-number-field-5._1.form {
    border-color: #000;
    width: 31%;
    height: 60px;
    padding-right: 0;
    font-size: 18px;
  }

  .phone-number-field-5._1.form:focus {
    border-color: var(--logo-green);
  }

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

  .text-block-1319 {
    width: 100%;
    font-size: 30px;
    line-height: 33px;
  }

  .portal-product-box {
    width: 100%;
    margin-bottom: 30px;
  }

  .category-select-div-1 {
    flex-flow: column;
    align-items: flex-start;
    width: 48%;
    margin-right: 0;
  }

  .link-block-80 {
    width: 100%;
    margin-bottom: 30px;
  }

  .text-block-930 {
    font-size: 18px;
  }

  .progress-cta-div {
    width: 100%;
  }

  .doctab_toptextdiv {
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }

  .text-span-294 {
    font-family: var(--inter);
  }

  .div-block-1745 {
    justify-content: center;
  }

  .text-block-802 {
    line-height: 17px;
  }

  .paragraph-132 {
    font-size: 18px;
    line-height: 22px;
  }

  .chat-body-div {
    max-width: 1000px;
    padding-top: 20px;
    overflow: auto;
  }

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

  .list {
    margin-bottom: 0;
  }

  .list.full {
    margin-bottom: 20px;
  }

  .reco-box-product-price {
    max-width: 390px;
  }

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

  .div-block-1777 {
    padding-bottom: 20px;
  }

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

  .div-block-1758 {
    align-items: center;
    display: flex;
  }

  .chat-box-div {
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    display: flex;
    inset: 0%;
  }

  .reco-img-div.test {
    width: 22%;
  }

  .reco-button-div {
    width: 100%;
  }

  .div-block-1759 {
    padding-left: 0;
  }

  .phone-frame-div {
    width: 24%;
    right: 4%;
  }

  .chat-reco-div {
    height: 600px;
    margin-bottom: 0;
  }

  .logonav_div {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 20px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .link-block-73 {
    margin-bottom: 20px;
  }

  .text-block-1147 {
    font-size: 12px;
    line-height: 20px;
  }

  .checkoutb_wrap {
    padding-top: 20px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .text-block-1149 {
    font-size: 11px;
    line-height: 14px;
  }

  .bar-subheader-text {
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 14px;
  }

  .image-509 {
    top: -6%;
    right: -3%;
  }

  .bar-header-text {
    font-size: 18px;
    line-height: 20px;
  }

  .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;
  }

  .barinfo_div {
    width: 54%;
  }

  .barinfo_div.gift {
    padding-left: 0;
  }

  .barprice_div {
    margin-top: 5px;
  }

  .checkout_part-2 {
    width: 100%;
    margin-top: 0;
  }

  .bar-body-text {
    font-size: 12px;
    line-height: 16px;
  }

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

  .text-block-1148 {
    font-size: 23px;
    line-height: 27px;
  }

  .barflex {
    align-items: flex-start;
  }

  .div-block-1951 {
    margin-bottom: 0;
  }

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

  .text-block-1330 {
    font-size: 12px;
    line-height: 20px;
  }

  .text-block-1331 {
    font-size: 11px;
    line-height: 14px;
  }

  .image-563 {
    top: -6%;
    right: -3%;
  }

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

  .text-block-1335 {
    font-size: 23px;
    line-height: 27px;
  }

  .div-block-2007 {
    margin-bottom: 0;
  }

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

  .upsell-img-div {
    display: none;
  }

  .upsell_boxbutton.solo {
    margin-top: 0;
  }

  .bullets-header-text {
    margin-bottom: 3px;
    font-size: 16px;
    line-height: 22px;
    display: none;
  }

  .text-block-962 {
    font-size: 11px;
    line-height: 11px;
  }

  .price {
    font-size: 24px;
  }

  .price.upsell {
    font-size: 24px;
    line-height: 20px;
  }

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

  .price.old.upsell {
    font-size: 14px;
  }

  .upsell_box-header-bar {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-1180 {
    color: #000;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 22px;
  }

  .checkout_upsellbullet_text {
    font-size: 14px;
    line-height: 17px;
  }

  .checkout_upsellbullet_text.bundle {
    margin-bottom: 0;
    font-size: 13px;
  }

  .image-450 {
    top: 5%;
  }

  .mobile-image {
    width: 100%;
  }

  .mobile-image.zofram {
    width: 55%;
  }

  .mobile-image.bundle {
    width: 60%;
  }

  .mobile-image.b12 {
    width: 55%;
  }

  .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;
  }

  .item-name-price-div.upsell.bundle {
    padding-bottom: 0;
  }

  .productname.upsell {
    font-size: 20px;
  }

  .productname.upsell.bundle {
    font-size: 24px;
  }

  .list-header {
    font-size: 16px;
    line-height: 16px;
  }

  .list-header.bundle {
    font-size: 14px;
  }

  .upsell_boxinfo {
    width: 100%;
  }

  .button-113 {
    padding-left: 50px;
    padding-right: 50px;
    font-size: 18px;
  }

  .item-text-div {
    padding-bottom: 10px;
  }

  .item-text-div.checkout {
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .popup-buttons-div.upsell {
    margin-top: 0;
  }

  .mobile_img_div {
    background-color: #c9e8ff;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 20%;
    margin-bottom: 10px;
    padding: 6px;
    display: flex;
  }

  .mobile_img_div.bundle {
    width: 100%;
    padding: 0;
  }

  .upsell_wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .item-details-div {
    align-items: flex-start;
    margin-bottom: 0;
  }

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

  .price-side {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .price-side.upsell {
    padding-left: 0;
  }

  .upsellboxtop_div {
    margin-bottom: 15px;
    padding-bottom: 10px;
  }

  .upsellboxtop_div.bundle {
    flex-flow: column;
    margin-bottom: 10px;
  }

  .list-flex-div {
    margin-top: 0;
    margin-bottom: 15px;
  }

  .list-flex-div.bundle {
    margin-bottom: 10px;
  }

  .list-10 {
    margin-bottom: 0;
    font-size: 14px;
  }

  .dollar-sign {
    font-size: 10px;
    line-height: 15px;
  }

  .list-headers-div {
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2px;
    display: flex;
  }

  .upsell_top_info_div {
    width: 78%;
  }

  .upsell_top_info_div.bundle, .plan-upsell, .button-128, .timeline-div {
    width: 100%;
  }

  .paragraph-153 {
    font-size: 14px;
    font-weight: 600;
  }

  .almost_bottomflex_div {
    width: 100%;
  }

  .timeline_line {
    height: 78%;
    left: 2.5%;
  }

  .hb_stepexample_div-2 {
    padding-left: 35px;
    padding-right: 0;
  }

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

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

  .hb_stepheader_div-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .div-block-1953 {
    width: 13%;
  }

  .hb_buttondiv1-2 {
    width: 100%;
  }

  .text-block-1167 {
    padding-left: 0;
  }

  .text-block-1162 {
    font-size: 23px;
  }

  .cancel-popup_div {
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    display: flex;
    inset: 0%;
  }

  .popup-body-div {
    max-width: 1000px;
    padding-top: 20px;
    overflow: auto;
  }

  .popup-chat-div {
    height: 600px;
    margin-bottom: 0;
  }

  .div-block-wrap {
    background-color: var(--logo-blue);
    padding-left: 3%;
    padding-right: 3%;
  }

  .help_div {
    background-color: var(--white);
    width: auto;
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .rx_richtext {
    font-size: 16px;
  }

  .richtext_header, .richtext_header2 {
    font-size: 22px;
    line-height: 28px;
  }

  .div-block-2011 {
    padding-top: 25px;
    padding-bottom: 15px;
  }

  .login-box {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .register-progress {
    background-color: var(--logo-blue);
  }

  .text-block-840 {
    font-family: var(--roboto);
  }

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

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

  .register-header {
    font-size: 30px;
    line-height: 33px;
  }

  .checkbox-label-18 {
    font-family: var(--roboto);
    color: var(--black);
    font-size: 15px;
    font-weight: 900;
  }

  .select-field-8 {
    font-family: var(--roboto);
    color: var(--black);
  }

  .text-block-837 {
    font-family: var(--roboto);
    color: var(--999-grey);
  }

  .register-text-field, .register-text-field.pw {
    color: var(--black);
  }

  .radio-button-label {
    font-family: var(--roboto);
    color: var(--black);
    font-size: 15px;
    font-weight: 900;
  }

  .text-block-836 {
    font-family: var(--roboto);
    color: var(--999-grey);
    font-weight: 400;
  }

  .paragraph-134 {
    font-family: var(--roboto);
  }

  .text-block-841 {
    font-family: var(--roboto);
    color: var(--999-grey);
  }

  .text-block-839 {
    font-family: var(--nunito);
    color: var(--black);
  }

  .rx_textfield {
    border-radius: 6px;
    margin-bottom: 25px;
  }

  .rx_textfield:focus {
    border-color: #6d22ff;
  }

  .rx_textfield::placeholder {
    font-size: 13px;
  }

  .submit-button-19 {
    width: 100%;
    margin-bottom: 15px;
  }

  .textarea {
    font-family: var(--roboto);
    height: auto;
    font-size: 16px;
  }

  ._4boxes_div {
    flex-flow: column;
    max-width: 100%;
    padding: 0;
  }

  ._4boxes_flex {
    flex-flow: column;
    width: 100%;
    margin-bottom: 0;
  }

  .paragraph-179 {
    padding-right: 20px;
    font-size: 19px;
    line-height: 25px;
  }

  .box {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 30px;
    padding-top: 40px;
    padding-left: 20px;
  }

  .box._1 {
    width: 100%;
    padding-left: 20px;
  }

  .image-579._1 {
    width: 100px;
    inset: auto auto 10% 5%;
  }

  .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%;
  }

  .box-img {
    width: 50%;
  }

  .box-img._1 {
    width: 48%;
    margin-top: -33px;
    position: static;
  }

  .text-block-1433 {
    margin-bottom: 15px;
    font-size: 26px;
  }

  .box_textdiv {
    width: 100%;
    padding-bottom: 20px;
  }

  .box_textdiv._1 {
    width: 100%;
    margin-bottom: 20px;
  }

  .text-block-1444 {
    font-size: 30px;
    line-height: 33px;
  }

  .image-573 {
    width: 70px;
  }

  .fast_step-div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-style: none;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 0 0;
  }

  .image-571 {
    width: 70px;
    margin-left: 20px;
    margin-right: 20px;
    padding-right: 0;
  }

  .image-572 {
    width: 70px;
  }

  .step_imgdiv {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    display: flex;
  }

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

  .section_headers {
    width: 100%;
    font-size: 36px;
    line-height: 36px;
  }

  .fast_steptxtdiv {
    width: 100%;
  }

  .fast-steps {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

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

  .text-block-1432 {
    font-size: 17px;
  }

  .step-headers.mob {
    text-align: left;
    width: auto;
    display: block;
  }

  .step-headers.desk {
    display: block;
  }

  .text-block-998 {
    font-size: 13px;
    line-height: 15px;
  }

  .text-block-995 {
    font-size: 24px;
    line-height: 24px;
  }

  .text-block-990 {
    margin-bottom: 15px;
  }

  .box-2.long-a {
    background-position: 93% 100%;
    background-size: 25%;
    width: 100%;
    padding: 15px 20px 20px;
  }

  .div-block-1871 {
    margin-bottom: 5px;
  }

  .box-header-div-2 {
    margin-bottom: 20px;
  }

  .text-block-994 {
    font-size: 60px;
    line-height: 40px;
  }

  .button-108-copy {
    padding-top: 15px;
    padding-bottom: 15px;
  }

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

  .image-533-copy {
    width: 100%;
    margin-left: -100px;
  }

  .hero-pics {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .hero-pics-left {
    justify-content: flex-start;
    align-items: flex-end;
    width: 50%;
    display: flex;
  }

  .image-581 {
    width: 40%;
    margin-left: 15px;
  }

  .image-582 {
    width: 30%;
    margin-left: -186px;
  }

  .image-583 {
    width: 60%;
    margin-left: -80px;
  }

  .image-583._2 {
    width: 65%;
    margin-left: 0;
    margin-right: -85px;
    position: relative;
  }

  .image-584 {
    width: 80%;
    margin-left: 0;
  }

  .image-584.small {
    width: 70%;
  }

  .hero-pics-copy {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .hero-pics-right {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-end;
    width: 50%;
    display: flex;
  }

  .text-block-1440 {
    font-size: 15px;
    line-height: 21px;
  }

  .plan-box-link {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .plan-box-link._6mo, .plan-box-link._3mo {
    padding-top: 10px;
  }

  .info-top {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-field-58.new {
    color: #000;
    height: 60px;
  }

  .plandetails_div {
    align-items: flex-start;
  }

  .plan_div.monthly {
    justify-content: space-between;
    align-items: flex-start;
  }

  .checkout-3_-card-payment-div {
    padding-left: 3%;
    padding-right: 3%;
  }

  .text-block-1447.checkout3 {
    font-size: 17px;
  }

  .text-block-1448, .text-block-1449 {
    font-size: 12px;
    line-height: 18px;
  }

  .text-block-1450 {
    border-radius: 20px;
    top: 1%;
    right: 2%;
  }

  .planbox_pricebox {
    font-weight: 600;
    top: 30%;
  }

  .planbox_pricebox._6mo {
    top: 25%;
  }

  .text-block-1439 {
    font-size: 12px;
    line-height: 17px;
  }

  .div-block-2103.new {
    margin-bottom: 15px;
  }

  .plan-box-div {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .disclaimer-paragraph {
    font-size: 9px;
  }

  .submit-button-20.new {
    background-color: #00e0aa;
    margin-top: 20px;
    padding-top: 18px;
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: 800;
    line-height: 24px;
  }

  .field-label-5 {
    padding-left: 0%;
    font-size: 15px;
    font-weight: 400;
  }

  .field-label-5.new {
    font-size: 14px;
  }

  .checkoutb_wrap-6 {
    padding-top: 35px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .checkout_planbox {
    padding: 30px 20px;
  }

  .checkout_planbox.monthly {
    display: none;
  }

  .rx_textfield-2 {
    border-radius: 6px;
    margin-bottom: 25px;
  }

  .rx_textfield-2:focus {
    border-color: #6d22ff;
  }

  .rx_textfield-2::placeholder {
    font-size: 13px;
  }

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

  .text-block-1437 {
    font-size: 22px;
  }

  .text-block-1438 {
    font-size: 33px;
    line-height: 33px;
  }

  .checkout-part-1 {
    width: 100%;
  }

  .checkout-plans-div {
    width: 100%;
    margin-top: 0;
  }

  .form_planselect {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .plan-options-div, .plan-review-div {
    width: 100%;
  }

  .text-block-798-copy {
    font-size: 17px;
  }

  .reco-img-div-copy.combo {
    width: 35%;
    padding: 10px;
  }

  .text-block-795-copy {
    font-size: 30px;
  }

  .desk-button-div {
    display: none;
  }

  .checkoutb_wrap-2 {
    padding-top: 20px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .image-587 {
    top: 5%;
  }

  .mobile-button-div {
    display: flex;
  }

  .button-140 {
    padding-left: 50px;
    padding-right: 50px;
    font-size: 18px;
  }

  .reco-box-top-copy-copy, .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;
  }

  .reco-info-box-copy {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 15px;
  }

  .reco-info-box-copy.bundle {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-right: 0;
  }

  .reco-info-box-copy.individual {
    justify-content: space-between;
    align-items: center;
  }

  .checkoutb_div {
    width: 100%;
    margin-top: 0;
  }

  .list-15 {
    margin-bottom: 0;
  }

  .text-block-792-copy {
    font-size: 24px;
  }

  .upsell_wrap-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-180 {
    margin-top: 40px;
  }

  .text-block-797-copy {
    margin-bottom: 0;
    font-size: 18px;
  }

  .text-block-797-copy.individual {
    padding-left: 5px;
    font-size: 21px;
    line-height: 24px;
  }

  .reco-box-product-price-copy {
    width: 100%;
    max-width: 390px;
  }

  .div-block-1745-copy {
    justify-content: center;
  }

  .list-copy {
    margin-bottom: 0;
  }

  .list-copy.individual {
    padding-left: 20px;
  }

  .list-copy._1 {
    margin-bottom: 5px;
  }

  .button-136-copy.individual.mobile {
    width: 90%;
    margin-top: 0;
  }

  .reco-button-div-copy, .timeline-div-2 {
    width: 100%;
  }

  .checkoutb_wrap-4 {
    padding-top: 20px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .div-block-2106 {
    width: 13%;
  }

  .examplebox-3 {
    width: 100%;
  }

  .text-block-1465 {
    font-size: 23px;
  }

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

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

  .hb_stepheader_div-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .hb_stepexample_div-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .checkoutb_wrap-5 {
    padding-top: 20px;
    padding-left: 3%;
    padding-right: 3%;
  }

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

  .text-block-1469 {
    padding-left: 0;
  }

  .text-block-1407 {
    color: #000;
    font-size: 11px;
    line-height: 14px;
  }

  .barinfo_div-2 {
    width: 75%;
  }

  .barinfo_div-2.gift {
    padding-left: 0;
  }

  .bar-header-text-2 {
    color: #000;
    font-size: 18px;
    line-height: 20px;
  }

  .bar-subheader-text-2 {
    color: #000;
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 14px;
  }

  .text-block-1404 {
    color: #000;
    font-size: 30px;
    line-height: 30px;
  }

  .image-593 {
    background-color: #3330;
    top: -6%;
    right: -3%;
  }

  .list-16 {
    color: #000;
  }

  .productbar_div-2 {
    color: #000;
    background-image: linear-gradient(228deg, #b0d6ff, #fafdd0);
  }

  .productbar_div-2._3, .productbar_div-2._1, .productbar_div-2.gift, .productbar_div-2._2 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .text-block-1402 {
    color: #000;
    font-size: 12px;
    line-height: 14px;
  }

  .div-block-2085 {
    margin-bottom: 0;
  }

  .list-item-15 {
    color: #000;
  }

  .text-span-326 {
    color: var(--logo-blue);
  }

  .list-item-16 {
    color: #000;
  }

  .bar-body-text-2 {
    color: #000;
    font-size: 12px;
    line-height: 16px;
  }

  .text-block-1406 {
    color: #000;
    font-size: 12px;
    line-height: 20px;
  }

  .checkoutb_wrap-7 {
    padding-top: 20px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .text-block-1405 {
    color: #000;
    font-size: 12px;
  }

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

  .countdown-time-3 {
    font-size: 36px;
    line-height: 39px;
  }

  .text-block-1420 {
    font-size: 22px;
    line-height: 24px;
  }

  .button-143 {
    background-color: #2e9bf0;
    display: none;
  }

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

  .text-block-1474 {
    font-weight: 700;
  }

  .div-block-2110 {
    flex-direction: column;
  }

  .div-block-2111 {
    width: 100%;
    margin-bottom: 30px;
  }

  .portal-top-div-2 {
    padding-top: 100px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .input-div-half-2 {
    width: 100%;
    margin-bottom: 5px;
  }

  .input-div-half-2.apt {
    width: 25%;
  }

  .input-div-half-2.shipping {
    width: 70%;
  }

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

  .phone-number-field-6 {
    width: 27%;
  }

  .phone-number-field-6._1.form {
    border-color: #000;
    width: 31%;
    height: 60px;
    padding-right: 0;
    font-size: 18px;
  }

  .phone-number-field-6._1.form:focus {
    border-color: #48d1d8;
  }

  .phone-number-field-6._1.form {
    border-color: #000;
    width: 31%;
    height: 60px;
    font-size: 18px;
  }

  .phone-number-field-6._1.form.update {
    font-size: 18px;
  }

  .phone-number-field-6._2 {
    width: 43%;
  }

  .phone-number-field-6._2.form:focus {
    border-color: #48d1d8;
  }

  .phone-number-field-6._2.form {
    height: 60px;
  }

  .phone-number-field-6._2.form.update {
    font-size: 18px;
  }

  .phone-number-field-6.form {
    border-color: #000;
    width: 31%;
    height: 60px;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

  .phone-number-field-6.form:focus {
    border-color: #48d1d8;
  }

  .phone-number-field-6.form {
    border-color: #000;
    width: 31%;
    height: 60px;
    font-size: 18px;
  }

  .phone-number-field-6.form.update {
    font-size: 18px;
  }

  .portal-summary-header-2 {
    margin-bottom: 15px;
  }

  .portal-product-box-2 {
    width: 100%;
    margin-bottom: 30px;
  }

  .button-145 {
    text-align: center;
    width: 100%;
  }

  .portal-input-2 {
    height: 60px;
  }

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

  .text-block-1479 {
    font-size: 22px;
  }

  .doc_short-bio-2 {
    margin-bottom: 15px;
  }

  .field-label-6 {
    color: #000;
    margin-bottom: 5px;
    font-size: 16px;
  }

  .field-label-6.multi {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .button-146 {
    width: 100%;
    margin-bottom: 15px;
  }

  .countdown-header-div-3 {
    margin-bottom: 5px;
  }

  .dosage-steps-div-2 {
    width: 100%;
  }

  .portal-progress-div-2 {
    flex-flow: column;
  }

  .countdown-main-div-3 {
    margin-bottom: 0;
  }

  .link-block-89 {
    text-align: center;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .text-block-1422 {
    line-height: 28px;
  }

  .product-name-4.portal {
    font-size: 20px;
    line-height: 24px;
  }

  .portal-tab-div-2 {
    padding-top: 30px;
  }

  .portal-tab-div-2.profile {
    padding: 20px 0 30px;
  }

  .text-block-1481 {
    font-size: 18px;
  }

  .text-block-1482 {
    margin-bottom: 15px;
    font-size: 19px;
  }

  .text-block-1485 {
    margin-bottom: 5px;
  }

  .portal-profile-box.acctmgmt {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .progress-drop-div-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .portal-category-select-div-2 {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

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

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

  .link-74 {
    color: #52b2cf;
    font-size: 18px;
    text-decoration: none;
    display: block;
  }

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

  .text-block-1490 {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 36px;
  }

  .countdown-detail-3 {
    font-size: 9px;
  }

  .therapy-subs-div-2 {
    width: 100%;
    margin-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-175 {
    width: 100%;
  }

  .image-567 {
    margin-bottom: 10px;
  }

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

  .dosage-step-1-2-div-2 {
    flex-flow: column;
    margin-bottom: 10px;
  }

  .month-dosage {
    margin-bottom: 0;
    font-size: 19px;
    line-height: 21px;
  }

  .text-block-1415 {
    width: 100%;
    font-size: 30px;
    line-height: 33px;
  }

  .text-block-1491 {
    margin-right: 0;
  }

  .qs_div-2 {
    padding-top: 20px;
  }

  .text-block-1492 {
    margin-bottom: 30px;
  }

  .text-block-1493 {
    font-size: 29px;
  }

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

  .text-block-1496 {
    text-align: center;
    font-size: 30px;
    line-height: 36px;
  }

  .submit-button-21 {
    width: 100%;
    margin-top: 20px;
  }

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

  .portal-tab-2 {
    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-2.w--current {
    background-color: var(--logo-green);
    color: var(--white);
    border-color: #48d1d8;
    display: flex;
  }

  .image-568 {
    width: 35px;
    margin-bottom: 15px;
  }

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

  .portal-form-2-input-div-2 {
    flex-flow: column;
    margin-bottom: 0;
  }

  .portal-form-2-input-div-2.address {
    flex-flow: row;
  }

  .text-block-1501 {
    font-size: 18px;
  }

  .div-block-2116 {
    background-color: #fff0;
    margin-top: 20px;
    padding: 0;
  }

  .countdown-row-3 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-1502.mobile {
    width: auto;
    font-size: 13px;
    line-height: 16px;
    display: none;
  }

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

  .text-block-1503.mobile {
    color: #2e9bf0;
  }

  .text-block-1503.desktop {
    display: none;
  }

  .link-80 {
    right: 0%;
  }

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

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

  .div-block-2117 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-start;
  }

  .tabs-menu-2 {
    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;
  }

  .step-header-2 {
    margin-bottom: 0;
    font-size: 19px;
    line-height: 21px;
  }

  .link-block-90 {
    width: 100%;
    margin-bottom: 0;
    padding-left: 39px;
    padding-right: 39px;
  }

  .link-block-90:hover {
    width: 100%;
  }

  .image-602 {
    display: none;
  }

  .image-602.down {
    display: inline-flex;
  }

  .b12-text {
    font-size: 15px;
  }

  .fixed-button-div {
    z-index: 2147483647;
    background-color: #dfdfdfcc;
    padding: 20px 3%;
    display: none;
    position: fixed;
    inset: auto 0% 0%;
  }

  .fixed-button {
    background-color: var(--logo-green);
    font-family: var(--nunito);
    color: var(--white);
    text-align: center;
    border-radius: 9px;
    width: 100%;
    padding-top: 19px;
    padding-bottom: 22px;
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    display: inline-block;
  }

  .fixed-button:hover {
    background-color: var(--logo-blue);
    color: #fff;
  }

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

  ._1box_wrap {
    padding-left: 3%;
    padding-right: 3%;
    overflow: visible;
  }

  ._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;
  }

  .bullet-point {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    width: 49%;
    font-size: 14px;
  }

  .text-block-1509 {
    font-size: 14.5px;
    font-weight: 500;
  }

  .stepexp-div {
    flex-flow: column;
    padding: 0 0 50px;
  }

  .text-block-1511 {
    font-size: 31px;
    line-height: 36px;
  }

  .step-exp-imgdiv {
    width: 100%;
    padding-right: 0;
  }

  .paragraph-169 {
    width: 100%;
  }

  .exp_wrap {
    padding-left: 3%;
    padding-right: 3%;
  }

  .paragraph-168, .button-149 {
    width: 100%;
  }

  .step_text-div {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .body-2 {
    overflow: visible;
  }

  .paragraph-184 {
    width: 100%;
    margin-bottom: 30px;
  }

  .upload-wrap {
    padding-top: 0;
    padding-left: 3%;
    padding-right: 3%;
  }

  .uploadvid_div {
    width: 100%;
  }

  .text-block-1513 {
    margin-bottom: 15px;
    font-size: 30px;
  }

  .paragraph-185 {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 22px;
  }

  .text-block-1514 {
    width: 80%;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 22px;
  }

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

  .text-block-1515.bullet {
    text-align: left;
  }

  .text-block-1515.smaller {
    font-size: 15px;
  }

  .div-block-2119 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 10px;
    display: flex;
  }

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

  .text-span-342 {
    font-size: 18px;
  }

  .upload-options-div {
    flex-flow: column;
  }

  .upload-option-box {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .upload-option-box._2 {
    border-color: var(--dark-bluegreen);
  }

  .button-150 {
    width: 100%;
    margin-top: 5px;
  }

  .instructions-bullet {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
  }

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

  .text-span-344 {
    font-size: 18px;
    line-height: 22px;
  }

  .enroll-form-submit-button-2 {
    color: #fff;
    background-color: #00cc8d;
    border-radius: 9px;
    width: 100%;
    font-size: 18px;
    font-weight: 800;
    line-height: 28px;
  }

  .enroll-form-submit-button-2:hover {
    font-size: 20px;
    line-height: 28px;
  }

  .enroll-form-submit-button-2.top {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
  }

  .enroll-form-submit-button-2.top:hover {
    font-size: 20px;
    line-height: 28px;
  }

  .enroll-checkbox-field-2 {
    padding-left: 0;
  }

  .form-main-div {
    width: 100%;
  }

  .enroll-form-text-field-2.height {
    width: 46%;
    height: 60px;
    font-size: 18px;
  }

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

  .enroll-form-text-field-2.weight {
    width: 94%;
    height: 60px;
    font-size: 18px;
  }

  .enroll-checkbox-label-2 {
    font-size: 15px;
  }

  .enroll-header-2 {
    text-align: center;
    width: 100%;
    font-size: 45px;
    line-height: 45px;
  }

  .enroll-checkbox-field-3 {
    padding-left: 0;
  }

  .enroll-disclaimer-div-2 {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .enroll-disclaimer-div-2.form {
    display: block;
  }

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

  .enroll-form-back-link-div-2 {
    width: 100%;
  }

  .checkbox-field-24.male {
    background-size: 13%;
    padding-top: 20px;
    padding-bottom: 23px;
  }

  .checkbox-field-24.female {
    background-size: 13%;
  }

  .form-question-text {
    padding-left: 0;
    padding-right: 0;
    font-size: 33px;
    line-height: 39px;
  }

  .form-question-text.smaller {
    font-size: 22px;
    line-height: 28px;
  }

  .form-question-text.smaller.a {
    width: 90%;
    font-size: 33px;
    line-height: 36px;
  }

  .enroll-slide-1-div-3 {
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .enroll-form-back-text-2 {
    color: #1192ea;
  }

  .enroll-checkbox-label-3 {
    font-size: 11px;
  }

  .enroll-checkbox-label-3.form {
    margin-left: 10px;
  }

  .form-wrapper {
    padding-top: 0;
    padding-left: 4%;
    padding-right: 4%;
  }

  .enroll-form-header-div {
    text-align: center;
    flex-flow: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .select-3rds {
    height: 60px;
    font-size: 18px;
  }

  .enroll-sub-2 {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .checkbox-label-26 {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
  }

  .checkbox-field-25 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
  }

  .checkbox-field-25.update {
    height: auto;
    margin-bottom: 15px;
    padding-top: 20px;
    padding-bottom: 21px;
  }

  .checkbox-label-27 {
    font-size: 18px;
    line-height: 24px;
  }

  .enroll-bullet-image-2 {
    width: 35px;
    max-width: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-field-59 {
    color: #000;
    width: 100%;
    height: 60px;
    font-size: 18px;
  }

  .text-field-59.update {
    width: 100%;
    margin-bottom: 15px;
    font-size: 18px;
  }

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

  .text-field-59.email.form.update {
    font-size: 18px;
  }

  .enroll-bullet-div-2 {
    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;
  }

  .enroll-bullet-text-2 {
    text-align: left;
    margin-top: 0;
    font-size: 20px;
  }

  .enroll-form-submit-button-3 {
    background-color: var(--logo-green);
    color: #fff;
    border-radius: 4px;
    width: 100%;
    font-size: 20px;
    font-weight: 800;
    line-height: 28px;
  }

  .enroll-form-submit-button-3:hover {
    font-size: 20px;
    line-height: 28px;
  }

  .enroll-form-submit-button-3.b {
    width: 100%;
  }

  .enroll-form-submit-button-3.b:hover {
    font-size: 20px;
    line-height: 28px;
  }

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

  .enroll-form-question-sub-2 {
    text-align: center;
    width: 100%;
    margin-top: -10px;
  }

  .select-field-16 {
    width: 100%;
  }

  .select-field-16:active {
    border-color: #083047;
  }

  .select-field-16.form {
    width: 100%;
    height: 60px;
  }

  .select-field-16.form.update {
    font-size: 18px;
  }

  .enroll-slide-10 {
    width: auto;
    margin-top: 0;
    margin-bottom: 50px;
  }

  .input-3rds {
    height: 60px;
    font-size: 18px;
  }

  .enroll-form-header-text-2 {
    width: 80%;
    font-size: 43px;
    line-height: 46px;
  }

  .div-block-2176 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-654 {
    height: 25px;
  }

  .link-block-106 {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
  }

  .review-text-links-div {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .review_maindiv {
    width: 100%;
  }

  .form-22 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .form-23 {
    height: auto;
  }

  .review-form-button {
    border: 1px solid var(--logo-blue);
    padding-top: 17px;
    font-size: 22px;
    line-height: 24px;
  }

  .review-form-button:hover {
    border-color: var(--logo-green);
    background-color: var(--logo-green);
  }

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

  .paragraph-209 {
    font-size: 16px;
  }

  .textarea-5 {
    color: #000;
    font-size: 16px;
  }

  .paragraph-209-copy {
    font-size: 16px;
  }

  .text-block-1614-copy2, .text-block-1614-copy {
    font-size: 26px;
    line-height: 29px;
  }

  .review_bullets-wrap {
    margin-bottom: 40px;
  }

  .text-block-1614-copy2-2 {
    font-size: 26px;
    line-height: 29px;
  }

  .paragraph-209-copy-copy {
    font-size: 16px;
  }

  .text-block-1614-copy2-copy {
    font-size: 26px;
    line-height: 29px;
  }

  .image-386 {
    width: 24px;
  }

  .image-386.refund {
    width: 19px;
    margin-right: 0;
  }

  .category {
    display: none;
  }

  .text-block-1624 {
    font-size: 36px;
  }

  .perk-div {
    width: 49%;
  }

  .perk-div.refund, .perk-div.ship, .perk-div.sema {
    width: auto;
  }

  .product-detail-div {
    width: 100%;
    margin-top: -20px;
  }

  .order-arival-div, .text-block-1563 {
    width: 100%;
  }

  .product-images-div {
    width: 100%;
    margin-bottom: 0;
  }

  .product-section {
    margin-top: 0;
  }

  .description-dropdown {
    padding-left: 0;
    padding-right: 0;
  }

  .product-div-wrap {
    padding-top: 65px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .product-slide {
    width: 70%;
    margin-right: 10px;
  }

  .product-slider-left-arrow {
    display: none;
  }

  .product-slider-left-arrow.upsell {
    display: flex;
  }

  .product-slider {
    margin-bottom: 0;
    overflow: hidden;
  }

  .div-block-1796 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .slideimg {
    display: block;
  }

  .product-slider-right-arrow {
    display: none;
  }

  .product-slider-right-arrow.upsell {
    display: flex;
  }

  .dropdown-header {
    font-size: 18px;
  }

  .dropdowns-set-adjust-div {
    width: 100%;
  }

  .perks-div {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }

  .perks-div.product {
    justify-content: space-between;
    align-items: center;
  }

  .dropdown-toggle-5 {
    padding: 15px 39px 15px 10px;
  }

  .desktop-lightbox-div {
    display: none;
  }

  .payment-img {
    width: 100%;
    margin-bottom: 30px;
  }

  .category_mobile {
    color: #000;
    background-color: #c2f4b8;
    margin-bottom: 10px;
    padding: 2px 5px;
    font-weight: 900;
    display: inline-block;
  }

  .rating-text {
    font-size: 14px;
  }

  .product-div-box {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: none;
  }

  .add-to-cart-bttn {
    width: 100%;
  }

  .mobile-lightbox-div {
    margin-bottom: 30px;
    display: none;
  }

  .semasci_header-2 {
    font-size: 36px;
    line-height: 42px;
  }

  .semasci_wrap-2 {
    padding-bottom: 50px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .semasci_infodiv-2 {
    width: 100%;
    margin-bottom: 40px;
  }

  .semasci_div-2 {
    flex-flow: column;
  }

  .semasci_mediadiv-2 {
    width: 100%;
  }

  .semasci_statbox-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  ._3step_steptextdiv {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    padding-left: 15px;
    padding-right: 10px;
  }

  .text-block-1058 {
    text-align: left;
    margin-bottom: 5px;
  }

  ._3-steps-wrap {
    padding-left: 3%;
    padding-right: 3%;
  }

  .image-486 {
    width: 90px;
    margin-bottom: 0;
    margin-left: 10px;
  }

  .text-block-1059 {
    text-align: left;
    width: 100%;
    margin-right: 10px;
  }

  ._3steps_stepbox-copy {
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0;
  }

  .text-block-1057 {
    font-size: 32px;
    line-height: 36px;
  }

  ._3steps_flexdiv {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .text-block-1629 {
    font-size: 18px;
  }

  .issues_div-2 {
    padding: 24px;
  }

  .issues_wrap-2 {
    padding: 15px 3% 35px;
  }

  .issues_header-2 {
    margin-bottom: 25px;
    font-size: 29px;
    line-height: 33px;
  }

  .image-666 {
    width: 24px;
  }

  .image-666.refund {
    width: 19px;
    margin-right: 0;
  }

  .text-block-1630 {
    font-size: 36px;
  }

  .text-block-1632 {
    width: 100%;
  }

  .div-block-2189 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .add-to-cart-bttn-2 {
    width: 100%;
  }

  .progress_divider {
    width: 25px;
  }

  .progress_circle {
    width: 20px;
    height: 20px;
  }

  .progress_circle.reached {
    margin-right: 10px;
  }

  .medform-logo-div {
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .progress_text {
    display: none;
  }

  .progress_text.reached {
    margin-right: 10px;
    display: block;
  }

  .form-back {
    width: 25px;
    height: 25px;
    bottom: 13%;
  }

  .medform_progressdiv {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .medform_topdiv {
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }

  .top_rating-div {
    width: auto;
    display: flex;
  }

  .image-672 {
    height: 25px;
  }

  .medform_topwrap {
    border-bottom-style: none;
    padding-left: 0%;
    padding-right: 0%;
  }

  .link-block-95 {
    color: #000;
    border: 1px solid #000;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    width: 49%;
    font-size: 12px;
    text-decoration: none;
    display: flex;
  }

  .choice_flex {
    flex-flow: column;
  }

  .text-block-1664 {
    font-size: 10px;
    font-weight: 700;
  }

  .medq_wrap {
    padding-top: 100px;
    padding-left: 7%;
    padding-right: 7%;
  }

  .newupsell_product_img {
    width: 80%;
  }

  .div-block-2225 {
    justify-content: space-between;
  }

  .cart-icon-div {
    background-color: #fff0;
    border-style: none;
    width: 18px;
    height: auto;
    padding: 0;
    line-height: 9px;
  }

  .multilinkdiv {
    margin-bottom: 20px;
  }

  .upsell_productname_pricediv {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: space-between;
    align-items: center;
  }

  .new-usell-cart-button {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #205089;
    border: 1px solid #205089;
    border-radius: 6px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding: 15px 5px;
    display: flex;
  }

  .product-slide-upsell {
    width: 100%;
    margin-right: 10px;
  }

  .mask-10 {
    height: auto;
  }

  .medq_linksdiv {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .div-block-2134 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .upsell_div {
    width: 100%;
    margin-top: 0;
  }

  .upsell-product-image-slider {
    height: auto;
    margin-bottom: 10px;
    overflow: hidden;
  }

  .upsell_productname_pricediv-copy {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: space-between;
    align-items: center;
  }

  .upsell-procuctname-copy {
    color: #000;
    font-size: 23px;
    font-weight: 900;
    line-height: 26px;
  }

  .upsell-procuctname-copy.bundle-copy {
    font-size: 24px;
  }

  .upsell-product-subtext {
    color: #999;
    margin-bottom: 5px;
    font-weight: 900;
  }

  .medq_header-div {
    margin-bottom: 30px;
  }

  .upsell-procuctname-copy-2 {
    color: #000;
    font-size: 18px;
    font-weight: 900;
    line-height: 19px;
  }

  .checkbox-field-medform.thirds {
    width: 100%;
  }

  .medq_maindiv {
    width: 100%;
    max-width: none;
  }

  .text-block-1671.upsell {
    font-size: 13px;
  }

  .b-a-form-img {
    width: 100%;
  }

  .program-price {
    font-size: 30px;
    font-weight: 900;
    line-height: 20px;
  }

  .program-price.upsell {
    font-size: 24px;
  }

  .choice-img-div-copy {
    width: 60px;
    height: 60px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .upsell-text-side-div {
    width: 80%;
  }

  .medq_choicesdiv {
    margin-bottom: 20px;
  }

  .upsell-bundle-div {
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
  }

  .form_choicepair {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .link-block-108 {
    margin-bottom: 15px;
  }

  .medq_checkbox-field {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .medq_checkbox-field:active {
    background-color: #ece6ff;
    border-color: #6d22ff;
  }

  .medq_checkbox-field.half {
    width: 100%;
  }

  .upsell_buttons-stack {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: 100%;
    margin-top: 15px;
  }

  .x_img {
    width: 60%;
    inset: 8px 5% 0% auto;
  }

  .image-620 {
    width: 20px;
  }

  .choice_half-div {
    width: 100%;
  }

  .item-number-div {
    position: absolute;
    inset: -1% auto auto -1%;
  }

  .upsell_learnbutton {
    width: 49%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .upsell-bundle-img {
    width: 80%;
  }

  .div-block-2226 {
    width: 48%;
  }

  .image-678 {
    width: 100%;
  }

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

  .upsell_productinfo_div-copy {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    padding-top: 0;
  }

  .upsell_paragraph {
    color: #000;
    width: 90%;
    margin-bottom: 15px;
    font-size: 16px;
  }

  .upsell_paragraph.bundle {
    margin-bottom: 15px;
  }
}


