@font-face {
  font-family: "Charter";
  src: url("../fonts/charter_regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Tungsten";
  src: url("../fonts/tungsten-bold.ttf") format("ttf");
  font-display: swap;
}
@font-face {
  font-family: "GreycliffCF";
  src: url("../fonts/GreycliffCF-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GreycliffCF";
  src: url("../fonts/GreycliffCF-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GreycliffCF";
  src: url("../fonts/GreycliffCF-DemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GreycliffCF";
  src: url("../fonts/GreycliffCF-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* FuturHealth */
* {
  box-sizing: border-box;
}

html {
  font-size: 100%;
}

body {
  margin: 0;
  background: #0a0021;
  color: white;
  font-family: "GreycliffCF", sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

.desktop-only {
  display: block !important;
}
@media screen and (max-width: 991px) {
  .desktop-only {
    display: none !important;
  }
}

.mobile-only {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .mobile-only {
    display: block !important;
  }
}

hr {
  height: 1px;
  background: #2b1c4d;
  margin: 0;
  border: none;
}

.center {
  max-width: 1264px;
  padding: 0 2rem;
  margin: 0 auto;
}

.flex-row {
  display: flex;
}

.sema-hero .sema-hero-left {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 6rem 0;
  padding-bottom: 92px;
}

.sema-hero .sema-hero-left small {
  margin-left: 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}

.sema-hero .sema-hero-left small b {
  background: rgb(78, 0, 255);
  background: linear-gradient(45deg, rgb(78, 0, 255) 0%, rgb(236, 0, 255) 100%);
  border-radius: 1rem;
  padding: 0.2rem 0.6rem;
  margin: 0 0.2rem;
  font-weight: bold;
}

.sema-hero .sema-hero-left h1 {
  font-family: "Charter", serif;
  font-weight: 400;
  font-size: 64px;
  line-height: 70px;
  letter-spacing: -2px;
  margin: 2rem 0;
}

.sema-hero .sema-hero-left h1 u {
  text-decoration-thickness: 4px;
  text-decoration-color: #ffe786;
}

.sema-hero .sema-hero-left ul {
  margin-left: 2rem;
  padding: 0;
}

.sema-hero .sema-hero-left ul li {
  list-style: none;
  display: flex;
  font-size: 18px;
  color: #e7dcff;
  align-items: center;
  gap: 1rem;
  max-width: 400px;
  line-height: 1.4rem;
  margin-bottom: 1.2rem;
}

.sema-hero .sema-hero-left ul li i {
  color: #b18fff;
  font-size: 1.4rem;
}

.sema-hero .sema-hero-left ul li p {
  margin: 0;
}

.sema-hero .sema-hero-left ul li p b {
  color: white;
}

.sema-hero .sema-hero-right {
  width: 50%;
  position: relative;
  min-height: 610px;
  pointer-events: none;
}

.sema-hero .sema-hero-right img {
  position: absolute;
  max-width: 880px;
  left: -200px;
  top: -140px;
}

.sema-hero .sema-hero-cta {
  display: flex;
  margin-top: 2rem;
  gap: 2rem;
}

.sema-main-cta {
  background: #4e00ff;
  border-radius: 0.5rem;
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 77px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 3px;
  text-transform: uppercase;
  gap: 1rem;
  box-shadow: 0 2px 16px rgba(78, 0, 255, 0.5);
}

.sema-rating-block {
  color: #ffe786;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.sema-rating-block .rating-number {
  font-size: 2.5rem;
}

.sema-rating-block .rating-reviews {
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 1px;
}

.sema-press .desktop-only {
  padding: 3rem 0;
}

.sema-info .flex-row {
  flex-direction: column;
}

.sema-info .sema-info-top .flex-row {
  flex-direction: row;
  gap: 1rem;
}

.sema-info .sema-info-top .sema-vid {
  width: 50%;
  border-radius: 1rem;
  overflow: hidden;
  display: flex;
}

.sema-info .sema-info-top .sema-vid video {
  max-width: 100%;
}

.sema-info .sema-info-top .sema-stats {
  gap: 1rem;
  display: flex;
  flex-direction: column;
  width: 50%;
}

.sema-info .sema-info-top .sema-stats-row {
  height: 50%;
  display: flex;
  gap: 1rem;
}

.sema-info .sema-info-top .sema-stats-col {
  width: 50%;
  background: #2b1c4d;
  padding: 2rem 3rem 2rem 2rem;
  border-radius: 1rem;
}

.sema-info .sema-info-top .sema-stats-col img {
  height: 32px;
  margin-bottom: 0.5rem;
}

.sema-info .sema-info-top .sema-stats-col .sema-stats-number {
  font-family: "Tungsten", sans-serif;
  font-size: 3rem;
}

.sema-info .sema-info-top .sema-stats-col p {
  font-weight: bold;
  color: #dfd1ff;
  line-height: 1.4rem;
  font-size: 1.1rem;
}

.sema-info .sema-info-middle {
  padding: 4rem 0 6rem 0;
}

.sema-info .sema-info-middle .flex-row {
  flex-direction: row;
}

.sema-info .sema-info-middle .sema-info-big-text {
  width: 50%;
}

.sema-info .sema-info-middle .sema-info-big-text h2 {
  font-family: "Charter", serif;
  font-size: 3rem;
  font-weight: 400;
}

.sema-info .sema-info-middle .sema-info-big-text h2 u {
  text-decoration-color: #b18fff;
  text-decoration-style: dotted;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.5rem;
}

.sema-info .sema-info-middle .sema-info-big-text h2 i {
  color: #ffe786;
}

.sema-info .sema-info-middle .sema-info-slider {
  width: 50%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sema-info .sema-info-middle .sema-info-slider h5 {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
}

.sema-info .sema-info-middle .sema-info-slider .input {
  background: #ffffff;
  border-radius: 8px;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  width: 154px;
  text-align: center;
  border: none;
  padding: 8px;
  margin-bottom: 75px;
  color: #000000;
  outline: none;
}

.sema-info .sema-info-middle .sema-info-slider .slider {
  -webkit-appearance: none; /* Override default CSS styles */
  -moz-appearance: none;
       appearance: none;
  max-width: 404px;
  width: 100%; /* Full-width */
  height: 7px; /* Specified height */
  background: #7b5cbf;
  outline: none; /* Remove outline */
  margin-bottom: 85px;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 61px; /* Set a specific slider handle width */
  height: 61px; /* Slider handle height */
  background: #fff; /* Green background */
  cursor: pointer; /* Cursor on hover */
  border-radius: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='19' viewBox='0 0 11 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 0.5V18.5' stroke='%23979797' stroke-linecap='square'/%3E%3Cpath d='M5.5 0.5V18.5' stroke='%23979797' stroke-linecap='square'/%3E%3Cpath d='M10.5 0.5V18.5' stroke='%23979797' stroke-linecap='square'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
}

.slider::-moz-range-thumb {
  width: 61px; /* Set a specific slider handle width */
  height: 61px; /* Slider handle height */
  background: #fff; /* Green background */
  cursor: pointer; /* Cursor on hover */
  border-radius: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='19' viewBox='0 0 11 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 0.5V18.5' stroke='%23979797' stroke-linecap='square'/%3E%3Cpath d='M5.5 0.5V18.5' stroke='%23979797' stroke-linecap='square'/%3E%3Cpath d='M10.5 0.5V18.5' stroke='%23979797' stroke-linecap='square'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
}

.sema-info .sema-info-middle .sema-info-slider .tag {
  background: linear-gradient(45deg, #4e00ff 0%, #ec00ff 100%);
  border-radius: 57px;
  height: 102px;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  padding: 0 52px;
  min-width: 329px;
}
.sema-info .sema-info-middle .sema-info-slider .tag .value {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -1.23077px;
  color: #ffffff;
  margin-left: 28px;
}
.sema-info .sema-info-middle .sema-info-slider .tag .value span {
  font-weight: 400;
}

.sema-info .sema-info-bottom {
  position: relative;
  padding-top: 6rem;
  background: #2b1c4d;
}

.sema-info .sema-info-bottom small {
  z-index: 200;
  position: relative;
  text-align: center;
  font-family: "Charter", serif;
  font-size: 1.4rem;
}

.sema-info .sema-info-bottom small i {
  color: #ffe786;
}

.sema-info .sema-info-bottom h3 {
  font-family: "Tungsten", serif;
  text-transform: uppercase;
  font-size: 3rem;
  text-align: center;
  z-index: 300;
  position: relative;
  margin-top: 1.5rem;
}

.sema-info .sema-info-bottom h3 u {
  color: #b18fff;
  text-decoration: none;
}

.sema-info .sema-info-bottom .sema-steps-row {
  display: flex;
  border-bottom: 1px solid #6c50aa;
  position: relative;
  z-index: 300;
}

.sema-info .sema-info-bottom .sema-steps-row .sema-steps-col {
  width: 100%;
  border-right: 1px solid #6c50aa;
  padding: 2rem 4rem 3rem 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sema-info .sema-info-bottom .sema-steps-row .sema-steps-col:last-child {
  border-right: none;
}

.sema-info .sema-info-bottom .sema-steps-col img {
  height: 6rem;
}

.sema-info .sema-info-bottom .sema-steps-text h4 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.sema-info .sema-info-bottom .sema-steps-text h4 span {
  background: #4e00ff;
  width: 32px;
  height: 32px;
  display: inline-flex;
  border-radius: 1rem;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  font-family: "Charter", serif;
  font-style: italic;
}

.sema-info .sema-info-bottom .sema-steps-text p {
  color: #dfd1ff;
}

.sema-info .sema-info-bottom .sema-steps-cta {
  padding: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  border-bottom: 1px solid #6c50aa;
}

.sema-info .sema-info-bottom .sema-steps-cta h4 {
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #ffffff;
}

.sema-info .sema-info-bottom .sema-gradient {
  width: 100%;
  height: 500px;
  position: absolute;
  background: rgb(10, 0, 33);
  background: linear-gradient(0deg, rgb(10, 0, 33) 0%, rgb(42, 27, 76) 100%);
  z-index: 100;
  left: 0;
  top: 0;
}

.sema-testimonials {
  padding: 6rem 0;
  background: white;
  color: #0a0021;
}

.sema-testimonials-slider .slide {
  border-radius: 16px;
  margin-right: 12px;
  overflow: hidden;
  line-height: 0;
}
.sema-testimonials-slider .slide video {
  width: 100%;
}

.sema-testimonials small {
  background: rgb(78, 0, 255);
  background: linear-gradient(45deg, rgb(78, 0, 255) 0%, rgb(236, 0, 255) 100%);
  border-radius: 1rem;
  padding: 10px 20px;
  margin: 0 0.2rem;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: white;
}

.sema-testimonials .sema-testimonials-heading {
  position: relative;
}

.sema-testimonials .sema-testimonials-heading h3 {
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 400;
  width: 50%;
  margin: 2rem 0 1.5rem 0;
}

.sema-testimonials .sema-testimonials-heading h3 u {
  text-decoration-thickness: 3px;
  color: #4e00ff;
  font-style: italic;
}

.sema-testimonials .sema-testimonials-heading p {
  font-size: 1.2rem;
  width: 50%;
  color: #0a0021;
  margin: 0 0 2rem 0;
}

.sema-testimonials .sema-testimonials-heading .sema-rating-block {
  position: absolute;
  right: 0;
  bottom: 4rem;
}

.sema-testimonials .sema-testimonials-heading .sema-rating-block {
  color: #4e00ff;
}

.sema-testimonials .test-heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.sema-testimonials .test-heading .user-name {
  font-weight: bold;
  font-size: 1.2rem;
}

.sema-testimonials .sema-test-row {
  padding-bottom: 2rem;
}

.sema-testimonials .test-heading .user-lose {
  background: #ece3ff;
  border-radius: 0.5rem;
  padding: 0.4rem;
  color: #4e00ff;
  font-size: 0.9rem;
}

.sema-testimonials .sema-testimonials-row.mobile-only {
  background: white;
  padding: 2rem 0;
  border-radius: 1rem;
  margin-top: 2rem;
}

.sema-product {
  padding: 6rem 0;
}

.sema-product .flex-row {
  flex-direction: column;
}

.sema-product .sema-product-row {
  display: flex;
  gap: 6rem;
}

.sema-product .sema-product-row h3 {
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 2.6rem;
}

.sema-product .sema-product-row p {
  line-height: 1.8rem;
  font-style: italic;
  font-size: 1.1rem;
}

.sema-product .sema-product-row h3 i {
  font-family: "Charter", serif;
  color: #b18fff;
}

.sema-product .sema-product-row .sema-product-col {
  width: 50%;
}

.sema-product .sema-meds-row {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}

.sema-product .sema-meds-row .sema-meds-col {
  background: #2b1c4d;
  width: 66%;
  display: flex;
  justify-content: space-between;
  padding: 0 3rem;
  border-radius: 1rem;
  position: relative;
  align-items: flex-end;
}

.sema-product .sema-meds-row .sema-meds-col h5 {
  font-family: "Charter", serif;
  font-weight: 400;
  font-size: 1.5rem;
  margin: 1.5rem 0 0 0;
}

.sema-product .sema-meds-row .sema-meds-col p {
  margin: 0.2rem 0 0 0;
  font-size: 1rem;
  font-style: normal;
}

.sema-product .sema-meds-row .sema-meds-col a {
  margin: 2rem 0;
  display: inline-block;
  color: #e500ff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 0.8rem;
}

.sema-product .sema-meds-row .sema-meds-col img {
  height: 128px;
}

.sema-product .sema-meds-row .sema-meds-col:last-child {
  width: 33%;
  padding-left: 1.5rem;
  padding-right: 0;
}

.sema-product .sema-meds-row .sema-meds-col:last-child img {
  position: absolute;
  height: 64px;
  right: 2rem;
}

.sema-product .sema-divider {
  height: 1px;
  width: 100%;
  background: #6c50aa;
  margin: 4rem 0;
  position: relative;
}

.sema-product .sema-divider span {
  height: 64px;
  width: 64px;
  border-radius: 3rem;
  border: 1px solid #6c50aa;
  display: flex;
  color: white;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  margin-left: -32px;
  top: 50%;
  margin-top: -32px;
  background: #0a0021;
}

.sema-biology {
  background: linear-gradient(0deg, rgb(10, 0, 33) 0%, rgb(42, 27, 76) 100%);
  padding: 6rem 0;
}

.sema-biology .flex-row {
  flex-direction: column;
}

.sema-biology .sema-biology-row {
  display: flex;
}

.sema-biology .sema-biology-row .sema-biology-col {
  width: 100%;
  border-right: 1px solid #6c50aa;
  padding: 3rem;
}

.sema-biology .sema-biology-row .sema-biology-col iframe {
  border-radius: 16px;
}

.sema-biology .sema-biology-row .sema-biology-col h4 {
  font-family: "Charter";
  font-size: 2.2rem;
  text-align: center;
  font-weight: 400;
  color: #dfd1ff;
}

.sema-biology .sema-biology-row .sema-biology-col p {
  padding: 0 4rem;
  text-align: center;
}

.sema-biology .sema-biology-row:first-child .sema-biology-col:first-child {
  padding: 0;
  width: 50%;
}

.sema-biology .sema-biology-row:first-child .sema-biology-col:last-child {
  padding-right: 0;
  padding-top: 0;
  width: 50%;
}

.sema-biology .sema-biology-row:last-child .sema-biology-col {
  border-top: 1px solid #6c50aa;
  border-bottom: 1px solid #6c50aa;
  width: 25%;
}

.sema-biology .sema-biology-row .sema-biology-col:last-child {
  border-right: none;
}

.sema-biology .sema-biology-row .sema-biology-col h5 {
  font-size: 1.2rem;
  line-height: 1.4rem;
  margin: 1rem 0;
}

.sema-biology .sema-biology-row .sema-biology-col a {
  color: #e500ff;
  text-decoration: none;
  font-weight: bold;
}

.sema-biology .sema-biology-row .sema-biology-col img {
  height: 40px;
}

.sema-guarantee .sema-guarantee-headline {
  width: 50%;
  display: flex;
  align-items: center;
  gap: 2rem;
  padding-left: 2rem;
}

.sema-guarantee .sema-guarantee-headline img {
  height: 100px;
}

.sema-guarantee .sema-guarantee-info {
  width: 50%;
}

.sema-guarantee h6 {
  font-family: "Tungsten", sans-serif;
  font-size: 4rem;
  text-transform: uppercase;
  line-height: 3.5rem;
  margin: 0;
}

.sema-guarantee h6 b {
  color: #b18fff;
}

.sema-guarantee p {
  max-width: 300px;
  font-size: 0.9rem;
  margin-left: 25%;
}

.sema-guarantee p a {
  color: #b18fff;
}

.sema-final {
  padding: 6rem 0;
  padding-bottom: 32px;
}

.sema-final .sema-final-image {
  width: 720px;
}

.sema-final .sema-final-list {
  background: white;
  color: #0a0021;
  padding: 0 2rem;
  width: 368px;
  border-radius: 1rem;
}

.sema-final .sema-final-list h3 {
  font-family: "Charter", serif;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  color: #4e00ff;
}

.sema-final .sema-final-list h4 {
  font-size: 1.2rem;
  margin: 1rem 0 1.5rem 0;
  font-weight: 500;
}

.sema-final .sema-final-list p {
  margin-left: -2rem;
  margin-right: -2rem;
  background: #ffe886;
  margin-top: 0;
  border-radius: 1rem 1rem 0 0;
  text-align: center;
  padding: 0.5rem;
  font-size: 0.8rem;
}

.sema-final .sema-final-list ul {
  padding: 0;
}

.sema-final .sema-final-list li {
  list-style: none;
  margin: 0 0 1.4rem 0;
  font-size: 1.1rem;
  display: flex;
  gap: 1rem;
  line-height: 1.4rem;
}

.sema-final .sema-final-list li small {
  display: block;
  color: grey;
  line-height: 1.2rem;
  font-style: italic;
  margin-top: 0.5rem;
  width: 80%;
}

.sema-final .sema-final-list li .fa-fw {
  flex: 0 0 1.25em;
}

.sema-final .sema-final-list .sema-main-cta {
  width: 100%;
}

.sema-final .sema-final-list .sema-main-cta span {
  font-weight: 400;
}

.sema-final .sema-final-list .sema-disclaimer {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #6d6d6d;
  margin: 1.5rem 0;
}

.sema-final .little-note {
  margin-top: 5rem;
  display: inline-block;
  text-align: center;
  width: 100%;
  font-size: 0.9rem;
}

.sema-faq {
  background: #2c1d4d;
  padding: 116px 0;
}
.sema-faq__item {
  border-bottom: 1px solid #6c50aa;
}
.sema-faq__item .question {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sema-faq__item i {
  transition: 0.3s;
}
.sema-faq__item i.active {
  transform: rotate(135deg);
}

.sema-faq h5 {
  font-size: 1.8rem;
  text-align: center;
  margin-top: 0;
  color: #dfd1ff;
}

.sema-faq .question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sema-faq .question h6 {
  font-size: 1.6rem;
  font-weight: 400;
  margin: 1rem 0;
}

@media screen and (max-width: 991px) {
  .flex-row {
    flex-direction: column;
  }
  .sema-hero {
    overflow: hidden;
  }
  .sema-hero .sema-hero-left {
    width: 100%;
    padding: 3rem 0;
  }
  .sema-hero .sema-hero-left small {
    margin-left: 0;
    font-size: 14px;
  }
  .sema-hero .sema-hero-left h1 {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -2px;
  }
  .sema-hero .sema-hero-left h1 u {
    text-decoration-thickness: 3px;
  }
  .sema-hero .sema-hero-left ul {
    margin-left: 0;
  }
  .sema-hero .sema-hero-left ul li {
    font-size: 1rem;
    line-height: 1.2rem;
  }
  .sema-hero .sema-hero-left ul li i {
    flex: 0 0 32px;
  }
  .sema-hero .sema-hero-cta {
    flex-direction: column;
    align-items: center;
  }
  .sema-main-cta {
    width: 100%;
  }
  .sema-hero .sema-hero-right {
    width: 100%;
    min-height: 320px;
  }
  .sema-hero .sema-hero-right img {
    position: absolute;
    max-width: 550px;
    left: 50%;
    transform: translateX(-50%);
    top: -180px;
  }
  .sema-info .sema-info-bottom .sema-steps-row {
    flex-direction: column;
    border: none;
  }
  .sema-info .sema-info-top .flex-row {
    flex-direction: column;
  }
  .sema-info .sema-info-top .sema-stats {
    width: 100%;
  }
  .sema-info .sema-info-top {
    order: 1;
    padding-top: 2rem;
  }
  .sema-info .sema-info-middle {
    display: none;
  }
  .sema-info .sema-info-bottom {
    order: 0;
    background: transparent;
    border-top: 1px solid #6c50aa;
    padding-top: 2rem;
    margin-top: 3rem;
  }
  .sema-biology .sema-biology-row {
    flex-direction: column;
  }
  .sema-product .sema-product-row {
    flex-direction: column;
  }
  .sema-info .sema-info-bottom .sema-steps-row .sema-steps-col {
    background: #2b1c4d;
    margin-bottom: 1rem;
    border-radius: 1rem;
    border: none;
    flex-direction: row;
    padding: 1.5rem;
    gap: 1.5rem;
  }
  .sema-info .sema-info-bottom .sema-steps-cta h4 {
    display: none;
  }
  .sema-info .sema-info-bottom h3 {
    font-family: "Charter", serif;
    text-transform: inherit;
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: -1.6px;
    color: #ffffff;
    text-align: left;
  }
  .sema-info .sema-info-bottom h3 u {
    text-decoration: underline;
    font-style: italic;
    color: #fff;
    text-decoration-color: #ffe786;
    text-decoration-thickness: 2px;
  }
  .sema-info .sema-info-bottom .sema-steps-cta {
    border: none;
    padding: 1rem 0;
  }
  .sema-info .sema-info-top .sema-vid {
    width: 100%;
  }
  .sema-info .sema-info-top .sema-stats {
    gap: 0;
  }
  .sema-info .sema-info-top .sema-stats-row {
    gap: 0;
  }
  .sema-info .sema-info-top .sema-stats-col {
    background: transparent;
    border-radius: 0;
    padding: 2rem 2rem 2rem 0;
    border-right: 1px solid #2b1c4d;
    border-bottom: 1px solid #2b1c4d;
  }
  .sema-info .sema-info-top .sema-stats-col:last-child {
    border-right: none;
    padding: 2rem 0 2rem 2rem;
  }
  .sema-info .sema-info-bottom .sema-steps-text h4 {
    margin-top: 0;
  }
  .sema-info .sema-info-top .sema-stats-col p {
    font-size: 1rem;
  }
  .sema-testimonials {
    padding: 3rem 0 0 0;
    background: #2b1c4d;
  }
  .sema-testimonials .sema-testimonials-heading h3 {
    font-family: "Charter";
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
    width: 100%;
    letter-spacing: -1px;
    color: white;
  }
  .sema-testimonials .sema-testimonials-heading h3 u {
    color: #ffe786;
  }
  .sema-testimonials .sema-testimonials-heading .sema-rating-block {
    position: relative;
    bottom: auto;
    color: #ffe786;
  }
  .sema-product {
    padding: 3rem 0;
  }
  .sema-product .sema-product-row .sema-product-col {
    width: 100%;
  }
  .sema-product .sema-product-row {
    gap: 0;
  }
  .sema-product .sema-meds-row .sema-meds-col {
    width: 100%;
  }
  .sema-product .sema-meds-row .sema-meds-col:last-child {
    display: none;
  }
  .sema-biology {
    padding: 3rem 0;
  }
  .sema-biology .sema-biology-row:first-child .sema-biology-col:first-child {
    width: 100%;
  }
  .sema-biology .sema-biology-row:last-child .sema-biology-col {
    width: 100%;
    border-top: none;
  }
  .sema-biology .sema-biology-row:first-child .sema-biology-col:last-child {
    width: 100%;
    padding: 0;
  }
  .sema-biology .sema-biology-row .sema-biology-col h4 {
    font-size: 1.6rem;
  }
  .sema-biology .sema-biology-row .sema-biology-col p {
    padding: 0;
  }
  .sema-guarantee .sema-guarantee-headline img {
    height: 72px;
  }
  .sema-biology .sema-biology-row .sema-biology-col {
    border-right: none;
  }
  .sema-mobile-cta {
    border-top: 1px solid #2c1d4d;
    padding: 2rem 0 4rem 0;
    text-align: center;
  }
  .sema-works {
    padding: 3rem 0;
    background: rgb(10, 0, 33);
    background: linear-gradient(0deg, rgb(10, 0, 33) 0%, rgb(42, 27, 76) 100%);
    text-align: center;
  }
  .sema-works img {
    padding: 2rem;
  }
  .sema-works h4 {
    font-weight: 400;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    font-family: "Charter", serif;
  }
  .sema-works h4 b {
    color: #ffe786;
  }
  .sema-guarantee .sema-guarantee-headline {
    width: 100%;
    gap: 1rem;
    padding-left: 0;
  }
  .sema-guarantee .sema-guarantee-info {
    width: 100%;
  }
  .sema-guarantee h6 {
    font-size: 2.2rem;
    line-height: 2.2rem;
  }
  .sema-guarantee p {
    max-width: 100%;
    font-size: 0.9rem;
    margin-left: 0;
    margin-top: 1rem;
  }
  .sema-final {
    padding: 3rem 0;
  }
  .sema-final .sema-final-image {
    width: 100%;
  }
  .sema-final .sema-final-list {
    width: 100%;
  }
  .sema-faq .question h6 {
    font-size: 1.2rem;
  }
}
:deep(.carousel) .carousel__track {
  margin-bottom: 24px;
}
:deep(.carousel) h5 {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  margin: 0;
  margin-right: 30px;
  color: #b18fff;
}
:deep(.carousel) button {
  position: inherit;
  background: #4e00ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff !important;
  transform: none;
  transition: 0.3s;
}
:deep(.carousel) .navigation {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

header {
  background: transparent;
}

header.light {
  background: white;
}

header .flex-row {
  justify-content: space-between;
  align-items: center;
}

header .logo {
  display: flex;
  gap: 1rem;
}

header .logo .logo-mark {
  background: #4e00ff;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
}

header nav a {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #0a0021;
  margin: 0 16px;
  text-decoration: none;
  transition: 0.2s;
}

header nav a.router-link-active {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-decoration-line: underline;
  color: #b18fff;
}

header .nav-actions a.button-login {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1.71429px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
}

header .nav-actions a.button-signup {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1.71429px;
  text-transform: uppercase;
  color: white;
  background: #4e00ff;
  border-radius: 4px;
  text-decoration: none;
  letter-spacing: 2px;
  padding: 13px 30px;
  margin: 0 32px;
  display: inline-block;
}

@media screen and (max-width: 991px) {
  header .flex-row {
    flex-direction: row;
  }
  header .logo .logo-mark {
    height: 50px;
    width: 60px;
  }
  header .logo .logo-mark img {
    height: 24px;
  }
  header nav {
    display: none;
  }
  header .nav-actions {
    display: none;
  }
}
.links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.links a {
  color: #fff;
  font-size: 14px;
  margin: 0 8px;
  margin-bottom: 8px;
}/*# sourceMappingURL=style.css.map */
