/**
 * Foundation for Sites
 * Version 6.9.0
 * https://get.foundation
 * Licensed under MIT Open Source
 */
#root .herodisc {
  padding-top: 0.1rem;
  font-size: 12px;
  max-width: 100%;
  font-weight: 500;
}
@media print, screen and (min-width: 40em) {
  #root .herodisc {
    max-width: 45ch;
    padding-top: 3.5rem;
    font-size: 17px;
    font-weight: 800;
  }
}
@media print, screen and (min-width: 40em) {
  #root .main-content > .max-content-width {
    padding-top: 0;
    padding-bottom: 0;
  }
}
#root .main-content > .max-content-width .content-row .cell.small-12 {
  display: flex;
  justify-content: center;
}
#root .main-content .hero-wrapper {
  max-height: 500px;
  color: #fff;
}
#root .main-content .hero-wrapper small {
  max-width: 30rem;
  font-family: FFDINWebPro, sans-serif;
  font-size: 1.125rem;
  line-height: 1.125rem;
  letter-spacing: -0.21px;
  display: block;
}
#root .main-content .hero-wrapper small b {
  font-weight: 800;
}
#root .main-content .hero-wrapper .btn-download {
  font-stretch: normal;
  text-decoration: none;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1rem;
  letter-spacing: -0.24px;
  font-weight: 800;
  margin: 0;
  border-bottom: 2px solid #fff;
  padding-bottom: 3px;
}
#root .main-content .hero-wrapper .btn-download::before {
  content: "";
}
#root .main-content .hero-wrapper .max-content-width {
  display: flex;
  padding: 1.25rem 0;
}
@media print, screen and (min-width: 40em) {
  #root .main-content .hero-wrapper .max-content-width {
    padding: 1.875rem 1.25rem;
    align-self: flex-start;
  }
}
#root .main-content .hero-wrapper .max-content-width,
#root .main-content .hero-wrapper .max-content-width > .grid-x,
#root .main-content .hero-wrapper .grid-y {
  height: 100%;
}
#root .main-content .hero-wrapper .max-content-width .grid-x {
  position: relative;
}
@media screen and (max-width: 1160px) {
  #root .main-content .hero-wrapper .max-content-width {
    padding: 0 1.25rem;
  }
}
#root .main-content .hero-wrapper .max-content-width .hero-copy-wrapper {
  transform: scale(84%);
  height: fit-content;
  margin: auto 0;
}
@media screen and (max-width: 1000px) {
  #root .main-content .hero-wrapper .max-content-width .hero-copy-wrapper {
    transform: scale(60%);
  }
}
@media screen and (min-width: 1280px) and (max-width: 1399px) {
  #root .main-content .hero-wrapper .max-content-width .hero-copy-wrapper {
    transform: scale(70%);
  }
}
@media screen and (min-width: 1440px) {
  #root .main-content .hero-wrapper .max-content-width .hero-copy-wrapper {
    transform: scale(88%);
  }
}
#root .main-content .hero-wrapper .max-content-width > .grid-x > .cell .btn-primary {
  font-weight: 800;
  font-size: 1.0625rem;
  line-height: 1.25rem;
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: space-around;
  min-width: 188px;
}
#root .main-content .hero-wrapper .max-content-width > .grid-x > .cell .btn-primary span {
  font-size: 20px;
}
@media print, screen and (max-width: 39.99875em) {
  #root .main-content .hero-wrapper .max-content-width > .grid-x > .cell:nth-of-type(1) {
    height: 80%;
  }
  #root .main-content .hero-wrapper .max-content-width > .grid-x > .cell .btn-download br {
    display: none;
  }
  #root .main-content .hero-wrapper .max-content-width > .grid-x > .cell .btn-download,
  #root .main-content .hero-wrapper .max-content-width > .grid-x > .cell .btn-primary {
    max-width: 75%;
  }
  #root .main-content .hero-wrapper .max-content-width > .grid-x > .cell small,
  #root .main-content .hero-wrapper .max-content-width > .grid-x > .cell .btn-download,
  #root .main-content .hero-wrapper .max-content-width > .grid-x > .cell .btn-primary {
    font-size: 0.75rem;
    line-height: 1;
    margin-bottom: 10px;
    min-width: 140px;
  }
}
#root .main-content .hero-wrapper .hgroup {
  display: flex;
  height: 100%;
  position: relative;
}
#root .main-content .hero-wrapper .hgroup .homepagehead > h1, #root .main-content .hero-wrapper .hgroup .homepagehead > h2 {
  font-family: FFDINWebPro, sans-serif;
  font-style: normal;
  color: #fff;
  margin: 0;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: -0.61px;
  margin-bottom: 20px;
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  #root .main-content .hero-wrapper .hgroup .homepagehead > h1, #root .main-content .hero-wrapper .hgroup .homepagehead > h2 {
    font-size: 3.25rem;
    line-height: 3.0625rem;
  }
}
#root .main-content .hero-wrapper .hgroup .homepagehead {
  height: fit-content;
  opacity: 0;
  transition: all 300ms ease-in;
  will-change: transform;
  pointer-events: none;
}
@media print, screen and (max-width: 39.99875em) {
  #root .main-content .hero-wrapper .hgroup .homepagehead {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 768px) {
  #root .main-content .hero-wrapper .hgroup .homepagehead {
    max-width: 13rem;
  }
  #root .main-content .hero-wrapper .hgroup .homepagehead::after {
    width: 13rem;
  }
}
#root .main-content .hero-wrapper .hgroup .homepagehead h1 {
  color: #F68D2D;
  font-size: 121px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 0;
}
#root .main-content .hero-wrapper .hgroup .homepagehead .first {
  font-size: 27px;
  font-weight: 700;
  font-stretch: normal;
  line-height: 100%;
  margin-bottom: 0;
}
#root .main-content .hero-wrapper .hgroup .homepagehead .third {
  font-size: 90px;
  font-weight: 700;
  font-stretch: condensed;
  line-height: 100%;
  margin-bottom: 24px;
}
#root .main-content .hero-wrapper .hgroup .homepagehead .parallelogram {
  width: fit-content;
  margin: 0 auto 14px;
  text-align: center;
  background-color: #0297AB;
  padding: 20px 20px;
  transform: skewX(-12deg);
  margin-bottom: 80px;
}
#root .main-content .hero-wrapper .hgroup .homepagehead .parallelogram p {
  transform: skewX(12deg);
  font-size: 19px;
  font-weight: 900;
  margin-bottom: 4px;
}
#root .main-content .hero-wrapper .hgroup .homepagehead .pre-list {
  font-size: 24px;
  font-weight: 700;
  font-stretch: normal;
  margin-bottom: 24px;
}
#root .main-content .hero-wrapper .hgroup .homepagehead .hero-list {
  list-style: none;
  margin-left: 0;
}
#root .main-content .hero-wrapper .hgroup .homepagehead .hero-list li {
  font-size: 16px;
  margin-bottom: 24px;
}
#root .main-content .hero-wrapper .hgroup .homepagehead .hero-list li::before {
  display: none;
}
#root .main-content .hero-wrapper .hgroup .homepagehead .hero-list li .li-icon {
  border-radius: 50%;
  position: static;
  top: auto;
  left: auto;
  transform: none;
  width: 25px;
  height: 25px;
  max-width: none;
  object-fit: contain;
  z-index: auto;
  margin-right: 4px;
}
#root .main-content .hero-wrapper .hgroup .homepagehead .hero-list li .li-icon.first {
  background-color: #F58D2E;
}
#root .main-content .hero-wrapper .hgroup .homepagehead .hero-list li .li-icon.second {
  background-color: #DE358C;
}
#root .main-content .hero-wrapper .hgroup .homepagehead .hero-list li .li-icon.third {
  background-color: #7C80B8;
}
#root .main-content .hero-wrapper .hgroup .homepagehead .hero-list li .li-icon.fourth {
  background-color: #0097A8;
}
#root .main-content .hero-wrapper .hgroup.message-1 > .homepagehead:nth-of-type(1) {
  opacity: 1;
  pointer-events: all;
}
#root .main-content .hero-wrapper .hgroup.message-2 > .homepagehead:nth-of-type(2) {
  opacity: 1;
  pointer-events: all;
}
#root .main-content .hero-wrapper .hgroup.message-3 > .homepagehead:nth-of-type(3) {
  opacity: 1;
  pointer-events: all;
}
#root .main-content > div {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #root .main-content .mobile-landing {
    left: unset;
    top: unset;
    right: 0;
    bottom: 0;
    transform: unset;
    object-fit: fill;
  }
}
#root .main-content .mobile-banner {
  display: none;
}
@media screen and (max-width: 768px) {
  #root .main-content .mobile-banner {
    display: block;
  }
}
#root .main-content .mobile-banner .btn-primary {
  width: 100vw;
  text-align: center;
  font-weight: 800;
}
#root .main-content h3 {
  font-size: 25px;
  font-weight: 700;
  line-height: 26px;
  color: #330072;
  width: fit-content;
}
#root .main-content h3::after {
  border-bottom: 4px solid #330072;
  margin: 8px 0 24px;
  width: 100%;
  content: "";
  display: block;
}
#root .main-content .product {
  width: 100vw;
  max-width: 10.25625rem;
  margin-left: -20%;
}
@media print, screen and (min-width: 40em) {
  #root .main-content .product {
    max-width: 34.146rem;
    position: absolute;
    left: 70%;
    top: 22%;
    margin-left: 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  #root .main-content .product {
    position: absolute;
    margin-left: 65%;
    margin-top: -16rem;
  }
}
#root .main-content .content-row {
  padding: 0 1.25rem;
  position: relative;
}
#root .main-content .content-row br {
  display: none;
}
@media print, screen and (min-width: 40em) {
  #root .main-content .content-row {
    padding: 4.6875rem 1.25rem 4.6875rem 1.25rem;
  }
  #root .main-content .content-row br {
    display: block;
  }
}
@media print, screen and (min-width: 40em) {
  #root .main-content .content-row:nth-of-type(odd)::before {
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #F0EFEE;
    z-index: -1;
    content: "";
    transform: translate(-50%, -50%);
    display: block;
    background-color: white;
  }
}
@media print, screen and (max-width: 39.99875em) {
  #root .main-content .content-row > .cell {
    padding: 1.25rem 0;
  }
  #root .main-content .content-row > .cell:not(.transparent):nth-of-type(even) {
    position: relative;
  }
  #root .main-content .content-row > .cell:not(.transparent):nth-of-type(even)::before {
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #F0EFEE;
    z-index: -1;
    content: "";
    transform: translate(-50%, -50%);
    display: block;
  }
}
#root .main-content .info-box {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  padding-bottom: 1.25rem;
}
@media print, screen and (min-width: 40em) {
  #root .main-content .info-box {
    max-width: 19.1875rem;
  }
}
#root .main-content .info-box a {
  display: flex;
  align-items: flex-end;
  flex: 1 1 auto;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 1.875rem;
}
@media print, screen and (max-width: 39.99875em) {
  #root .main-content .info-box a {
    white-space: nowrap;
  }
}
@media screen and (max-width: 640px) {
  #root .main-content .pop-up-home {
    margin-top: 0;
  }
}
#root .main-content .pop-up-home {
  width: 21ch;
  margin-top: 10px;
  text-align: start;
}
#root .main-content .xhance-symptoms, #root .main-content .xhance-tools {
  display: flex;
  padding: 2rem 0;
  width: 100%;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #root .main-content .xhance-symptoms, #root .main-content .xhance-tools {
    padding-inline: 1.25rem;
  }
}
#root .main-content .xhance-symptoms .section-wrapper, #root .main-content .xhance-tools .section-wrapper {
  max-width: 1240px;
  width: 100%;
  align-items: start;
}
#root .main-content .xhance-symptoms .section-wrapper .wrapper-header, #root .main-content .xhance-tools .section-wrapper .wrapper-header {
  color: #330072;
  font-weight: 900;
  font-size: 35px;
  margin-bottom: 58px !important;
}
#root .main-content .xhance-symptoms .section-wrapper .broken-border, #root .main-content .xhance-tools .section-wrapper .broken-border {
  position: relative;
  margin: 0 auto;
}
#root .main-content .xhance-symptoms .section-wrapper .broken-border .top, #root .main-content .xhance-tools .section-wrapper .broken-border .top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: #330072;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
#root .main-content .xhance-symptoms .section-wrapper .broken-border .top::before, #root .main-content .xhance-symptoms .section-wrapper .broken-border .top::after, #root .main-content .xhance-tools .section-wrapper .broken-border .top::before, #root .main-content .xhance-tools .section-wrapper .broken-border .top::after {
  display: none;
}
@media screen and (min-width: 930px) {
  #root .main-content .xhance-symptoms .section-wrapper .broken-border .top::before, #root .main-content .xhance-symptoms .section-wrapper .broken-border .top::after, #root .main-content .xhance-tools .section-wrapper .broken-border .top::before, #root .main-content .xhance-tools .section-wrapper .broken-border .top::after {
    display: block;
    content: "";
    flex: 1;
    height: 2px;
    background-color: #F68D2D;
  }
}
@media screen and (min-width: 930px) {
  #root .main-content .xhance-symptoms .section-wrapper .broken-border .bottom, #root .main-content .xhance-tools .section-wrapper .broken-border .bottom {
    height: 25px;
    border-left: 2px solid #F68D2D;
    border-right: 2px solid #F68D2D;
    position: absolute;
    top: 17px;
    width: 100%;
  }
}
#root .main-content .xhance-symptoms .section-wrapper .card-wrapper, #root .main-content .xhance-tools .section-wrapper .card-wrapper {
  display: flex;
  flex-direction: row;
  margin: 2.5rem auto 52px;
  padding: 0 48px;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  #root .main-content .xhance-symptoms .section-wrapper .card-wrapper, #root .main-content .xhance-tools .section-wrapper .card-wrapper {
    flex-direction: column;
  }
}
#root .main-content .xhance-symptoms .section-wrapper .card-wrapper .card, #root .main-content .xhance-tools .section-wrapper .card-wrapper .card {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  flex: 1 1 0;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #root .main-content .xhance-symptoms .section-wrapper .card-wrapper .card, #root .main-content .xhance-tools .section-wrapper .card-wrapper .card {
    flex-direction: column;
    gap: 0.625rem;
    text-align: center;
  }
}
#root .main-content .xhance-symptoms .section-wrapper .card-wrapper .card .img-wrapper, #root .main-content .xhance-tools .section-wrapper .card-wrapper .card .img-wrapper {
  max-width: 3.75rem !important;
}
#root .main-content .xhance-symptoms .section-wrapper .card-wrapper .card .img-wrapper img, #root .main-content .xhance-tools .section-wrapper .card-wrapper .card .img-wrapper img {
  height: 110px;
}
#root .main-content .xhance-symptoms .section-wrapper .card-wrapper .card .card-header, #root .main-content .xhance-tools .section-wrapper .card-wrapper .card .card-header {
  font-stretch: normal;
  font-weight: 700;
  font-size: 20px;
  border-bottom: none !important;
  margin-bottom: 0.5rem;
  color: var(--Black, #000);
  line-height: 110%;
}
#root .main-content .xhance-symptoms .section-wrapper .parallelogram, #root .main-content .xhance-tools .section-wrapper .parallelogram {
  width: fit-content;
  margin: 0 auto 14px;
  text-align: center;
  background-color: #BFE5E9;
  padding: 20px 20px;
  transform: skewX(-12deg);
  max-width: 92%;
}
@media screen and (min-width: 768px) {
  #root .main-content .xhance-symptoms .section-wrapper .parallelogram, #root .main-content .xhance-tools .section-wrapper .parallelogram {
    padding: 20px 100px;
  }
}
#root .main-content .xhance-symptoms .section-wrapper .parallelogram p, #root .main-content .xhance-tools .section-wrapper .parallelogram p {
  transform: skewX(12deg);
  margin: 0;
  color: var(--Xhance-Brand-Colors-Xhance-Deep-Purple, #100038);
  font-size: 20px;
  font-weight: 700;
  line-height: 112%;
}
#root .main-content .xhance-symptoms .section-wrapper .parallelogram p span, #root .main-content .xhance-tools .section-wrapper .parallelogram p span {
  color: #313895;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  #root .main-content .xhance-symptoms .section-wrapper .parallelogram p, #root .main-content .xhance-tools .section-wrapper .parallelogram p {
    font-size: 26px;
  }
}
#root .main-content .xhance-symptoms .section-wrapper .results-disclaimer, #root .main-content .xhance-tools .section-wrapper .results-disclaimer {
  color: #333;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #root .main-content .xhance-symptoms .section-wrapper .results-disclaimer, #root .main-content .xhance-tools .section-wrapper .results-disclaimer {
    text-align: left;
  }
}
#root .main-content .xhance-symptoms .section-wrapper .results-disclaimer.hanging-indent, #root .main-content .xhance-tools .section-wrapper .results-disclaimer.hanging-indent {
  text-indent: -0.55em;
}
#root .main-content .xhance-tools .tools-grid {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) {
  #root .main-content .xhance-tools .tools-grid {
    flex-direction: row;
    align-items: stretch;
    gap: 0;
  }
}
#root .main-content .xhance-tools .tools-grid .tool-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.5rem 6rem;
}
#root .main-content .xhance-tools .tools-grid .tool-card.single-card {
  align-items: flex-start;
  flex-direction: row;
  gap: 24px;
  padding: 0;
}
@media (max-width: 500px) {
  #root .main-content .xhance-tools .tools-grid .tool-card.single-card {
    flex-direction: column;
    align-items: stretch;
  }
}
#root .main-content .xhance-tools .tools-grid .tool-card.single-card .img-wrapper img {
  max-height: 80px;
}
#root .main-content .xhance-tools .tools-grid .tool-card.single-card .copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  margin-top: 4px;
}
@media (max-width: 500px) {
  #root .main-content .xhance-tools .tools-grid .tool-card.single-card .copy {
    align-items: center;
    text-align: center;
  }
}
#root .main-content .xhance-tools .tools-grid .tool-card.single-card .copy .tool-card__desc {
  max-width: 100%;
}
@media (max-width: 639px) {
  #root .main-content .xhance-tools .tools-grid .tool-card {
    padding: 1.5rem;
  }
}
#root .main-content .xhance-tools .tools-grid .tool-card .img-wrapper {
  margin-bottom: 1.25rem;
}
#root .main-content .xhance-tools .tools-grid .tool-card .img-wrapper img {
  max-height: 120px;
  width: auto;
}
#root .main-content .xhance-tools .tools-grid .tool-card__title {
  color: #330072;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0.5rem;
  font-family: "Fira Sans", sans-serif;
}
#root .main-content .xhance-tools .tools-grid .tool-card__title::after {
  display: none;
}
#root .main-content .xhance-tools .tools-grid .tool-card__desc {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 1rem;
  flex: 1;
  max-width: 350px;
}
#root .main-content .xhance-tools .tools-grid .tool-card__cta {
  color: #330072;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
}
#root .main-content .xhance-tools .tools-grid .tool-card__cta .tool-card__text {
  border-bottom: 2px solid #F68D2D;
  padding-bottom: 3px;
}
#root .main-content .xhance-tools .tools-grid .tool-card__cta .tool-card__arrow {
  display: inline-block;
  transition: transform 200ms ease;
}
#root .main-content .xhance-tools .tools-grid .tool-card__cta:hover {
  color: #330072;
}
#root .main-content .xhance-tools .tools-grid .tool-card__cta:hover .tool-card__arrow {
  transform: translateX(5px);
}
#root .main-content .xhance-tools .tools-grid .tool-divider {
  display: none;
}
@media screen and (min-width: 769px) {
  #root .main-content .xhance-tools .tools-grid .tool-divider {
    display: block;
    width: 1px;
    background-color: #ccc;
    align-self: stretch;
    margin: 1rem 0;
  }
}
#root .main-content .how-to-use {
  color: white;
}
#root .main-content .how-to-use h2 {
  margin-bottom: 24px;
}
#root .main-content .how-to-use .how-to-use-subline {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  #root .main-content .how-to-use .instructions {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
    justify-content: center;
    justify-items: center;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  #root .main-content .how-to-use .instructions {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    justify-content: center;
    justify-items: center;
  }
}
@media (max-width: 1000px) {
  #root .main-content .how-to-use .instructions .cell {
    max-width: 90%;
  }
}
#root .main-content .how-to-use .instructions .cell h4 {
  text-align: center;
}
#root .main-content .do-it-right {
  margin: 0 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 1200px) {
  #root .main-content .do-it-right {
    margin: 0 auto;
  }
}
#root .main-content .do-it-right a {
  font-weight: 700;
}
#root .main-content .clinical-trials {
  display: flex;
  width: 100%;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #root .main-content .clinical-trials {
    padding-inline: 1.25rem;
  }
}
#root .main-content .clinical-trials .clinical-section-wrapper {
  max-width: 1240px;
  width: 100%;
  align-items: start;
}
#root .main-content .clinical-trials .clinical-section-wrapper .clinical-wrapper-header {
  color: #330072;
  font-weight: 900;
  font-size: 35px;
  margin-bottom: 4rem !important;
}
#root .main-content .clinical-trials .clinical-section-wrapper .clinical-card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 0.625rem;
}
@media screen and (max-width: 768px) {
  #root .main-content .clinical-trials .clinical-section-wrapper .clinical-card-wrapper {
    flex-direction: column;
    gap: 4rem;
    padding-bottom: 2rem;
  }
}
#root .main-content .clinical-trials .clinical-section-wrapper .clinical-card-wrapper .clinical-card {
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: #F0EFEE;
  padding-block: 3rem 4px;
  padding-inline: 1.5rem;
}
#root .main-content .clinical-trials .clinical-section-wrapper .clinical-card-wrapper .clinical-card .clinical-card-header {
  color: #333333;
  font-weight: 700;
  font-size: 20px;
  padding-bottom: 20px !important;
  border-bottom: 3px solid #330072;
  text-align: center;
  font-stretch: normal;
  margin-top: 1rem;
}
#root .main-content .clinical-trials .clinical-section-wrapper .clinical-card-wrapper .clinical-card .img-wrapper {
  max-width: 3.75rem !important;
  height: auto;
  align-items: center;
  margin: auto;
  margin-top: -5rem;
}
#root .main-content .clinical-trials .clinical-section-wrapper .clinical-card-wrapper .reduction-results-wrapper {
  display: flex;
  justify-content: center;
  gap: 2.25rem;
}
#root .main-content .clinical-trials .clinical-section-wrapper .clinical-card-wrapper .reduction-results-wrapper .reduction-results {
  align-items: center;
  margin: auto;
}
#root .main-content .clinical-trials .clinical-section-wrapper .clinical-card-wrapper .reduction-results-wrapper .reduction-image-section {
  display: flex;
  justify-content: center;
  align-items: center;
}
#root .main-content .clinical-trials .clinical-section-wrapper .clinical-card-wrapper .reduction-results-wrapper .reduction-image-section .reduction-img-wrapper {
  height: 2.5rem;
}
#root .main-content .clinical-trials .clinical-section-wrapper .clinical-card-wrapper .reduction-results-wrapper h5 {
  color: #330072;
  font-weight: 700;
  font-size: 1.25rem;
  font-stretch: normal;
  text-align: center;
  margin-block: 1rem;
}
#root .main-content .clinical-trials .clinical-section-wrapper .clinical-card-wrapper .reduction-results-wrapper h4 {
  color: #330072;
  font-stretch: normal;
  font-size: 2.5rem;
}
#root .main-content .clinical-trials .clinical-section-wrapper .clinical-card-wrapper .reduction-results-wrapper p {
  text-align: center;
}
#root .main-content .max-content-width.howto-use {
  background-color: #F0EFEE;
  max-width: 100%;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  #root .main-content .max-content-width.howto-use {
    padding: 4.6875rem 0 4.6875rem 0;
  }
}
#root .main-content .max-content-width.howto-use .video-wrapper {
  max-width: 1240px;
  min-height: 423px;
}
#root .main-content .max-content-width.howto-use .video-wrapper .cell {
  height: 423px;
}
@media screen and (max-width: 768px) {
  #root .main-content .max-content-width.howto-use .video-wrapper .cell {
    height: 100%;
  }
}
#root .main-content .max-content-width.howto-use .video-wrapper .cell {
  align-items: start;
}
#root .main-content .max-content-width.howto-use .video-wrapper .cell.copy-sec {
  justify-content: space-between;
}
#root .main-content .max-content-width.howto-use .video-wrapper .cell.copy-sec > div {
  height: fit-content;
  margin: auto 0;
}
#root .main-content .max-content-width.howto-use .video-wrapper img {
  height: 423px;
}
#root .main-content .max-content-width.howto-use .video-wrapper .header-size {
  font-weight: 800;
  color: white;
  max-width: 100%;
  text-wrap: wrap;
  font-size: 1.625rem;
}
#root .main-content .max-content-width.howto-use .video-wrapper .header-size::after {
  border-bottom-color: white;
}
#root .main-content .max-content-width.howto-use .video-wrapper a {
  text-align: left;
  width: 100%;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
}
#root .main-content .max-content-width.howto-use .video-wrapper a:active,
#root .main-content .max-content-width.howto-use .video-wrapper a:visited,
#root .main-content .max-content-width.howto-use .video-wrapper a:link {
  color: white !important;
}
#root .main-content .max-content-width.howto-use .video-wrapper p {
  margin-bottom: 2rem;
  letter-spacing: -0.19px;
}
#root .main-content .max-content-width.howto-use .video-wrapper .description {
  font-size: 14px;
}
#root .main-content .max-content-width.howto-use .video-wrapper .disclaimer {
  margin-top: 2.1875rem;
  width: 100%;
  color: #333333;
  font-size: 12px;
}
@media print, screen and (max-width: 39.99875em) {
  #root .main-content .max-content-width.howto-use .video-wrapper .disclaimer {
    padding: 0 1.25rem;
  }
}
#root .main-content .max-content-width.howto-save {
  padding: 50px;
  background-color: white;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  gap: 32px;
}
@media screen and (max-width: 1028px) {
  #root .main-content .max-content-width.howto-save {
    flex-direction: column;
  }
}
@media print, screen and (min-width: 40em) {
  #root .main-content .max-content-width.howto-save {
    padding: 50px;
  }
}
#root .main-content .max-content-width.howto-save .copy-wrapper {
  max-width: 1100px;
  min-height: 423px;
}
#root .main-content .max-content-width.howto-save .copy-wrapper .cell:nth-child(2),
#root .main-content .max-content-width.howto-save .copy-wrapper .cell:nth-child(3) {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
#root .main-content .max-content-width.howto-save .copy-wrapper .cell:nth-child(2) {
  padding: 2rem;
}
@media print, screen and (max-width: 39.99875em) {
  #root .main-content .max-content-width.howto-save .copy-wrapper .cell:nth-child(2) p {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 40em) {
  #root .main-content .max-content-width.howto-save .copy-wrapper .cell:nth-child(3) {
    border-left: 2px solid #F68D2D;
    padding-left: 10%;
  }
}
@media print, screen and (max-width: 39.99875em) {
  #root .main-content .max-content-width.howto-save .copy-wrapper hgroup {
    width: calc(100vw - 100px) !important;
  }
  #root .main-content .max-content-width.howto-save .copy-wrapper .video-container {
    max-width: calc(100vw - 100px) !important;
  }
  #root .main-content .max-content-width.howto-save .copy-wrapper .cell {
    border-bottom: 2px solid #F68D2D;
    padding-bottom: 5%;
  }
}
#root .main-content .max-content-width.howto-save .copy-wrapper .cell {
  padding: 1.25rem;
  background-color: white !important;
  height: 100%;
  align-items: start;
  justify-content: start;
}
#root .main-content .max-content-width.howto-save .copy-wrapper .cell img {
  width: 100%;
}
#root .main-content .max-content-width.howto-save .copy-wrapper .header-size {
  font-weight: 800;
  max-width: 100%;
  text-wrap: wrap;
  font-size: 1.35rem;
  padding: 0 0 0 1.25rem;
  margin: 0;
}
#root .main-content .max-content-width.howto-save .copy-wrapper .header-size::after {
  width: 100%;
}
#root .main-content .max-content-width.howto-save .copy-wrapper .header-size.copay {
  width: fit-content;
  font-size: 1.5rem;
}
@media print, screen and (max-width: 39.99875em) {
  #root .main-content .max-content-width.howto-save .copy-wrapper .header-size br {
    display: none;
  }
}
#root .main-content .max-content-width.howto-save .copy-wrapper .disclaimer {
  margin-top: 35px;
  width: 100%;
  color: #333333;
  padding: 1.25rem;
  padding-bottom: 0;
  font-size: 12px;
  margin-bottom: 0;
}
#root .main-content .max-content-width.howto-save .copy-wrapper .disclaimer span {
  display: block;
}
#root .main-content .max-content-width.howto-save .copy-wrapper .disclaimer p sup {
  margin-left: -8px;
}
#root .main-content .max-content-width.howto-save .copy-wrapper p {
  color: #333333;
  font-size: 16px;
  margin-top: auto;
}
#root .main-content .max-content-width.howto-save .copy-wrapper p a {
  text-decoration: underline;
}
@media print, screen and (min-width: 40em) {
  #root .main-content .max-content-width.howto-save .copy-wrapper p.bottom-copy {
    margin-top: 60px;
  }
}
#root .main-content .max-content-width.howto-save .copy-wrapper p.bottom-copy a {
  color: #333333;
}
#root .main-content .max-content-width.howto-save .copy-wrapper .link {
  cursor: pointer;
  color: #330072;
  text-decoration: underline;
}
#root .main-content .max-content-width.howto-save .copy-wrapper .video-container {
  max-width: 85%;
}
#root .main-content .max-content-width.howto-save .copy-wrapper .btn-primary {
  padding: 1rem;
  text-transform: uppercase;
}
#root .main-content .max-content-width.howto-save .copy-wrapper .btn-primary.lowercase {
  text-transform: none;
  font-weight: 800;
}
#root .main-content .max-content-width.howto-save .copy-wrapper .card-image {
  border-radius: 20px;
}
#root .content_bottom {
  align-items: center;
  padding-top: 65px;
}
#root .download-kit {
  margin-bottom: 2%;
}
@media screen and (max-width: 640px) {
  #root .download-kit {
    margin-top: 2rem;
  }
}
#root .button-direction {
  margin-top: 1.5625rem;
}
@media print, screen and (min-width: 40em) {
  #root .button-direction {
    margin-top: 2.3125rem;
  }
}
#root .howto-use {
  background-color: #F0EFEE;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#root .howto-use .video {
  width: 50%;
  height: 80%;
}
#root .howto-use .video-disc {
  width: 30%;
  height: 80%;
  background-color: #877C9F;
}
#root .telehealth-section {
  background-color: #FEFAEE;
  font-family: "Montserrat", sans-serif;
  padding: 18px 0;
  position: relative;
  overflow: visible;
}
@media (max-width: 500px) {
  #root .telehealth-section {
    padding: 78px 0;
  }
}
#root .telehealth-section .telehealth-inner {
  display: flex;
  align-items: center;
  gap: 42px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 639px) {
  #root .telehealth-section .telehealth-inner.max-content-width {
    padding: 0 20px;
  }
}
#root .telehealth-section .telehealth-inner .container {
  padding: 0;
}
@media (max-width: 1000px) {
  #root .telehealth-section .telehealth-inner {
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
  }
}
#root .telehealth-section .telehealth-copy {
  flex: 1;
  margin-left: 48px;
}
@media (max-width: 1000px) {
  #root .telehealth-section .telehealth-copy {
    margin-left: 0;
  }
}
#root .telehealth-section .telehealth-copy h2 {
  font-size: 45px;
  font-weight: 700;
  color: #330072;
  margin: 0 0 16px;
  line-height: 1.1;
}
@media (max-width: 500px) {
  #root .telehealth-section .telehealth-copy h2 {
    font-size: 32px;
  }
}
#root .telehealth-section .telehealth-copy p {
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: #100038;
  margin: 0 0 24px;
  line-height: 1.5;
  width: 70%;
}
@media (max-width: 500px) {
  #root .telehealth-section .telehealth-copy p {
    width: 100%;
  }
}
#root .telehealth-section .btn-telehealth {
  display: inline-flex;
  align-items: center;
  color: #330072;
  gap: 8px;
  background-color: #F68D2D;
  font-size: 18px;
  font-weight: 600;
  padding: 14px 28px;
  text-decoration: none;
  transition: all 0.2s ease;
}
#root .telehealth-section .telehealth-image {
  flex-shrink: 0;
  width: 570px;
  margin-top: 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 1000px) {
  #root .telehealth-section .telehealth-image {
    width: 100%;
    margin-top: 0;
    align-self: stretch;
  }
}
#root .telehealth-section .image-placeholder {
  position: relative;
  width: 100%;
  border-radius: 24px 0 32px 0;
  overflow: hidden;
}
#root .telehealth-section .image-placeholder img {
  width: 100%;
}
#root .telehealth-section .image-placeholder .actor-pill {
  font-family: "Fira Sans", sans-serif;
  position: absolute;
  bottom: 12px;
  right: 12px;
  background-color: rgba(255, 255, 255, 0.55);
  color: black;
  font-size: 12px;
  font-style: italic;
  padding: 4px 10px;
  border-radius: 12px;
  white-space: nowrap;
}
#root [data-anchor=how-to-use] {
  padding-bottom: 0;
}
@media print, screen and (max-width: 39.99875em) {
  #root [data-anchor=how-to-use] {
    padding-top: 0;
  }
}
#root [data-anchor=how-to-use] .max-content-width:nth-child(2) {
  position: relative;
  padding: 1.25rem 0;
  z-index: 1;
}
#root [data-anchor=how-to-use] .max-content-width:nth-child(2) ol li,
#root [data-anchor=how-to-use] .max-content-width:nth-child(2) ul li {
  font-weight: bold;
  margin-left: 1.0625rem;
  margin-bottom: 1.875rem;
  position: relative;
  color: #330072;
}
#root [data-anchor=how-to-use] .max-content-width:nth-child(2) ol li:before,
#root [data-anchor=how-to-use] .max-content-width:nth-child(2) ul li:before {
  background-color: #F68D2D;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.21875rem;
  border-radius: 50%;
  width: 1.8125rem;
  height: 1.8125rem;
  color: #fff;
  font-stretch: condensed;
  content: url(/images/check-bullet-dot.png);
  top: 50%;
  transform: translateY(-50%);
}
#root [data-anchor=how-to-use] .max-content-width:nth-child(2) ol {
  margin-bottom: 1.875rem;
  counter-reset: customCounter;
}
@media print, screen and (min-width: 40em) {
  #root [data-anchor=how-to-use] .max-content-width:nth-child(2) ol {
    margin-bottom: 0;
  }
}
#root [data-anchor=how-to-use] .max-content-width:nth-child(2) ol li {
  counter-increment: customCounter;
}
#root [data-anchor=how-to-use] .max-content-width:nth-child(2) ol li::before {
  background-color: #F68D2D;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.21875rem;
  border-radius: 50%;
  width: 1.8125rem;
  height: 1.8125rem;
  color: #fff;
  font-stretch: condensed;
  content: counter(customCounter);
  top: 50%;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 40em) {
  #root [data-anchor=how-to-use] .max-content-width:nth-child(2) {
    padding: 4.625rem 0;
  }
}
#root [data-anchor=how-to-use] .max-content-width:nth-child(2)::before {
  background: url(/images/homepage-savings-gradient-background.jpg) no-repeat center/cover;
  content: "";
  width: 100vw;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
#root [data-anchor=how-to-use] .max-content-width:nth-child(3) {
  padding: 1.25rem 0;
}
#root [data-anchor=how-to-use] .max-content-width:nth-child(3) .grid-x {
  gap: 1.25rem;
}
@media screen and (max-width: 639px) {
  #root [data-anchor=how-to-use] .instructions > div {
    margin-bottom: 48px;
  }
}
#root [data-anchor=how-to-use] .instructions .image {
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  #root [data-anchor=how-to-use] .instructions .cell {
    text-align: center;
    max-width: 220px;
  }
}
#root [data-anchor=how-to-use] .instructions .strong {
  color: white;
  font-weight: 800;
}
#root [data-anchor=how-to-use] .instructions h4 {
  color: #F68D2D;
  font-stretch: normal;
  font-size: 20px;
  font-weight: 900;
  padding-bottom: 8px;
  border-bottom: 2px solid #0097A8;
  margin-bottom: 14px;
}
#root [data-anchor=how-to-use] .instructions img {
  max-width: 9.6875rem;
  margin: 0.625rem 0 0.9375rem;
  width: 100%;
  padding-right: 1.25rem;
}
@media screen and (max-width: 639px) {
  #root [data-anchor=how-to-use] .instructions img {
    padding: 0;
  }
}
#root [data-anchor=how-to-use] .instructions p {
  text-align: left;
}

.home-hero {
  background: url(/images/homepage-hero-gradient-background.jpg) no-repeat center/cover;
}
.home-hero .hero-img {
  position: absolute;
  top: 50%;
  left: 12%;
  width: auto;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: -1;
  max-width: none;
  object-fit: fill;
}
@media screen and (max-width: 900px) {
  .home-hero .hero-img {
    position: relative;
    margin-top: -5%;
    left: -17%;
    transform: none;
    height: auto;
    width: 100%;
  }
}
@media screen and (min-width: 1600px) {
  .home-hero .hero-img {
    left: 26%;
  }
}
.home-hero .hero-img.desktop {
  display: none;
}
@media screen and (min-width: 901px) {
  .home-hero .hero-img.desktop {
    display: block;
  }
}
.home-hero .hero-img.mobile {
  display: block;
}
@media screen and (min-width: 901px) {
  .home-hero .hero-img.mobile {
    display: none;
  }
}
.home-hero .hero-flex {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 900px) {
  .home-hero .hero-flex {
    display: block !important;
  }
}
.home-hero .hero-copy-wrapper {
  transform: scale(84%);
  color: white;
  max-width: 700px;
}
@media screen and (max-width: 899px) {
  .home-hero .hero-copy-wrapper {
    transform: scale(90%);
    width: 100%;
    display: block;
  }
}
@media screen and (min-width: 900px) and (max-width: 979px) {
  .home-hero .hero-copy-wrapper {
    transform: scale(60%);
    width: 80%;
    display: flex;
    justify-content: flex-end;
    transform-origin: right center;
  }
}
@media screen and (min-width: 980px) and (max-width: 1140px) {
  .home-hero .hero-copy-wrapper {
    transform: scale(70%);
    width: 70%;
    display: flex;
    justify-content: flex-end;
    transform-origin: right center;
  }
}
@media screen and (min-width: 1440px) {
  .home-hero .hero-copy-wrapper {
    transform: scale(88%);
    transform-origin: right center;
  }
}
.home-hero .hero-copy-wrapper h1 {
  color: #F68D2D;
  font-size: 121px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 0;
}
@media screen and (max-width: 899px) {
  .home-hero .hero-copy-wrapper h1 {
    line-height: 82%;
    margin-bottom: 22px;
  }
}
.home-hero .hero-copy-wrapper .first {
  font-size: 27px;
  font-weight: 700;
  font-stretch: normal;
  line-height: 100%;
  margin-bottom: 0;
}
@media screen and (max-width: 899px) {
  .home-hero .hero-copy-wrapper .first {
    font-size: 22px;
  }
}
.home-hero .hero-copy-wrapper .third {
  font-size: 50px;
  font-weight: 700;
  font-stretch: condensed;
  line-height: 100%;
  margin-bottom: 24px;
}
@media screen and (max-width: 560px) {
  .home-hero .hero-copy-wrapper .third {
    font-size: 47px;
  }
}
.home-hero .hero-copy-wrapper .third span {
  font-size: 30px;
}
@media screen and (max-width: 560px) {
  .home-hero .hero-copy-wrapper .third span {
    font-size: 18px;
  }
}
.home-hero .hero-copy-wrapper .parallelogram {
  width: fit-content;
  text-align: left;
  background-color: #0297AB;
  padding: 20px 20px;
  transform: skewX(-12deg);
  margin-bottom: 24px;
}
@media screen and (max-width: 899px) {
  .home-hero .hero-copy-wrapper .parallelogram {
    width: 100%;
    margin-bottom: 24px;
  }
}
.home-hero .hero-copy-wrapper .parallelogram p {
  transform: skewX(12deg);
  font-size: 25px;
  font-weight: 900;
  margin-bottom: 4px;
  font-stretch: condensed;
  line-height: 1.2;
}
@media screen and (max-width: 560px) {
  .home-hero .hero-copy-wrapper .parallelogram p {
    font-size: 24px;
  }
}
.home-hero .hero-copy-wrapper .pre-list {
  font-size: 24px;
  font-weight: 700;
  font-stretch: normal;
  margin-bottom: 14px;
  line-height: 1.25em;
}
@media screen and (max-width: 560px) {
  .home-hero .hero-copy-wrapper .pre-list {
    font-size: 24px;
    line-height: 112%;
  }
}
.home-hero .hero-copy-wrapper .hero-list {
  list-style: none;
  margin-left: 0;
  padding: 0;
}
.home-hero .hero-copy-wrapper .hero-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 16px;
  margin-bottom: 24px;
}
@media screen and (max-width: 560px) {
  .home-hero .hero-copy-wrapper .hero-list li {
    font-size: 16px;
  }
}
.home-hero .hero-copy-wrapper .hero-list li::before {
  display: none;
}
.home-hero .hero-copy-wrapper .hero-list li .li-icon {
  border-radius: 50%;
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  margin: 0;
  object-fit: contain;
  display: block;
  margin-top: -2px;
}
.home-hero .hero-copy-wrapper .hero-list li .li-icon.first {
  background-color: #F58D2E;
}
.home-hero .hero-copy-wrapper .hero-list li .li-icon.second {
  background-color: #DE358C;
}
.home-hero .hero-copy-wrapper .hero-list li .li-icon.third {
  background-color: #7C80B8;
}
.home-hero .hero-copy-wrapper .hero-list li .li-icon.fourth {
  background-color: #0097A8;
}
@media screen and (max-width: 900px) {
  .home-hero .hero-copy-wrapper .hero-list {
    display: none;
  }
}
.home-hero .hero-copy-wrapper .desktop-top-list {
  margin-bottom: 32px;
}
@media screen and (max-width: 900px) {
  .home-hero .hero-copy-wrapper .desktop-top-list {
    display: none;
  }
}
.home-hero .hero-list-mobile {
  list-style-type: none;
  margin: 0 5%;
  padding: 0 0 40px;
  color: white;
}
.home-hero .hero-list-mobile.top-list {
  list-style: disc outside;
  margin-bottom: 12px;
  padding-left: 1.25rem;
  margin-top: -6%;
}
.home-hero .hero-list-mobile.top-list li {
  display: list-item;
  list-style-type: disc;
  margin-bottom: 8px;
}
.home-hero .hero-list-mobile li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 16px;
  margin-bottom: 24px;
}
@media screen and (max-width: 560px) {
  .home-hero .hero-list-mobile li {
    font-size: 16px;
  }
}
.home-hero .hero-list-mobile li::before {
  display: none;
}
.home-hero .hero-list-mobile li .li-icon {
  border-radius: 50%;
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  margin: 0;
  object-fit: contain;
  display: block;
  margin-top: -2px;
}
.home-hero .hero-list-mobile li .li-icon.first {
  background-color: #F58D2E;
}
.home-hero .hero-list-mobile li .li-icon.second {
  background-color: #DE358C;
}
.home-hero .hero-list-mobile li .li-icon.third {
  background-color: #7C80B8;
}
.home-hero .hero-list-mobile li .li-icon.fourth {
  background-color: #0097A8;
}
@media screen and (min-width: 901px) {
  .home-hero .hero-list-mobile {
    display: none;
  }
}
.home-hero .top-list {
  list-style-type: disc;
  font-size: 16px;
}
.home-hero .desktop-top-list li {
  margin-bottom: 8px;
}

.no-right {
  margin-right: 0 !important;
}

@media screen and (max-width: 639px) {
  .add-mobile-bottom {
    margin-bottom: 20px;
  }
}

.how-to-use-subline .strong {
  font-weight: 900;
}

.hanging-indent {
  padding-left: 1.25em;
  text-indent: -0.75em;
}
.hanging-indent sup {
  margin-right: 0.25em;
}

.disclaimer.hanging-indent {
  margin-top: 0 !important;
}

.bottom-copy.update {
  margin-top: 18px !important;
  padding-left: 1.25rem !important;
}

.zig-zag {
  border-radius: 0 24px;
  text-align: center;
  padding: 12px 18px;
  text-transform: none;
  font-size: 18px;
  transition: border-radius 0.25s ease-in-out;
}
.zig-zag:hover {
  border-radius: 24px 0;
}
.zig-zag span {
  font-size: 24px;
}

@media (min-width: 500px) {
  .mobile-only-break {
    display: none;
  }
}

.margin-top-14px {
  margin-top: 14px;
}