.study-result {
  position: relative;
}
.study-result .container {
  width: 77.9rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .study-result .container {
    width: 33rem;
  }
}
.study-result .background {
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  z-index: -1;
  object-fit: cover;
}
.study-result h2 {
  font-style: normal;
  font-weight: 300;
  font-size: 3.6rem;
  line-height: 4.8rem;
  color: #4D8CFF;
  text-align: unset;
  margin: 0;
}
@media (max-width: 768px) {
  .study-result h2 {
    font-size: 2.8rem;
    line-height: 3.8rem;
  }
}
.study-result h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.3rem;
  text-align: center;
  text-transform: uppercase;
  color: #122674;
}
.study-result .hero {
  position: sticky;
  top: 0;
  overflow: hidden;
  padding: 16.2rem 0 5rem;
}
@media (max-width: 768px) {
  .study-result .hero {
    padding: 12.8rem 0 4.5rem;
  }
}
.study-result .hero:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 26.1rem;
  left: 0;
  top: 0;
  z-index: 0;
  background: linear-gradient(180deg, #808080 0%, rgba(124, 124, 124, 0.0001) 86.31%);
  mix-blend-mode: multiply;
}
@media (max-width: 768px) {
  .study-result .hero:before {
    height: 40rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(102, 102, 102, 0.01) 100%);
    mix-blend-mode: normal;
    opacity: 0.99;
  }
}
.study-result .hero .container {
  position: relative;
  z-index: 1;
}
.study-result .hero h1 {
  font-style: normal;
  font-weight: 300;
  font-size: 4.2rem;
  line-height: 5.5rem;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .study-result .hero h1 {
    font-size: 3.7rem;
    line-height: 4.6rem;
  }
}
.study-result .hero p {
  margin-top: 10.5rem;
  font-style: italic;
  font-weight: 500;
  font-size: 1rem;
  line-height: 2.4rem;
  color: #FFFFFF;
  width: fit-content;
  margin-left: auto;
}
@media (max-width: 768px) {
  .study-result .hero p {
    margin-top: 18rem;
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
}
.study-result .page-nav {
  background: #EDF4FF;
  border-radius: 4rem 4rem 0 0;
  padding: 2.6rem 0 2.6rem;
  margin-top: -3.6rem;
  position: sticky;
  top: 0;
  z-index: 5;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .study-result .page-nav {
    border-radius: 2.4rem 2.4rem 0 0;
    margin-top: -2rem;
    padding: 1.9rem 0 1.9rem;
  }
}
.study-result .page-nav ul {
  display: flex;
  flex-direction: row;
  gap: 3rem;
}
@media (max-width: 768px) {
  .study-result .page-nav ul {
    gap: unset;
    justify-content: space-evenly;
  }
}
.study-result .page-nav ul li {
  cursor: pointer;
}
.study-result .page-nav ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  color: #152976;
  cursor: pointer;
}
.study-result .page-nav ul li a:hover {
  text-shadow: 0 0 0.1rem currentColor;
}
.study-result .page-nav ul li.active a {
  text-shadow: 0 0 0.1rem currentColor;
}
.study-result .background-white {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  border-radius: 4rem 4rem 0 0;
  margin-top: -3.6rem;
}
@media (max-width: 768px) {
  .study-result .background-white {
    border-radius: 2.4rem 2.4rem 0 0;
    margin-top: -2.5rem;
  }
}
.study-result .clinical-trial {
  padding: 4rem 0 0;
  position: relative;
}
.study-result .clinical-trial #study-results {
  position: absolute;
  top: -3rem;
}
@media (max-width: 768px) {
  .study-result .clinical-trial {
    padding: 4.5rem 0 0;
  }
}
.study-result .clinical-trial .container > p {
  margin-top: 2rem;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #3C3A45;
}
@media (max-width: 768px) {
  .study-result .clinical-trial .container > p {
    margin-top: 1.5rem;
  }
}
.study-result .clinical-trial .container h3 {
  margin-top: 5.6rem;
}
@media (max-width: 768px) {
  .study-result .clinical-trial .container h3 {
    margin-top: 4.5rem;
  }
}
.study-result .clinical-trial .container ul {
  margin-top: 3.5rem;
  display: flex;
  flex-direction: row;
  gap: 2rem;
  justify-content: center;
}
@media (max-width: 768px) {
  .study-result .clinical-trial .container ul {
    margin-top: 4rem;
    flex-direction: column;
    gap: 5rem;
  }
}
.study-result .clinical-trial .container ul li {
  width: 37.3rem;
  text-align: center;
}
@media (max-width: 768px) {
  .study-result .clinical-trial .container ul li {
    width: 100%;
  }
}
.study-result .clinical-trial .container ul li .img {
  width: 8.4rem;
  margin: 0 auto;
  height: 7.1rem;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .study-result .clinical-trial .container ul li .img {
    width: 6.8rem;
    height: 6.4rem;
  }
}
.study-result .clinical-trial .container ul li img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.study-result .clinical-trial .container ul li p {
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: center;
  color: #122674;
}
@media (max-width: 768px) {
  .study-result .clinical-trial .container ul li p {
    margin-top: 0.5rem;
  }
}
.study-result .clinical-trial .container ul li .title {
  margin-top: 1.5rem;
  font-style: normal;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 4.4rem;
  text-align: center;
  color: #4D8CFF;
  mix-blend-mode: normal;
  opacity: 0.99;
}
@media (max-width: 768px) {
  .study-result .clinical-trial .container ul li .title {
    font-size: 3.2rem;
    line-height: 1;
  }
}
.study-result .clinical-trial .container ul li .title span {
  font-size: 2.8rem;
}
@media (max-width: 768px) {
  .study-result .clinical-trial .container ul li .title span {
    font-size: 2.4rem;
  }
}
.study-result .blue-block {
  width: 77.9rem;
  margin: 4rem auto 0;
  background: rgba(77, 140, 255, 0.07);
  mix-blend-mode: normal;
  border-radius: 25px;
  padding: 6.3rem 6rem;
}
@media (max-width: 768px) {
  .study-result .blue-block {
    width: 33rem;
    padding: 4.5rem 4rem;
    margin-top: 7rem;
  }
}
.study-result .blue-block p {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 3rem;
  letter-spacing: 0;
  text-align: center;
  color: #4D8CFF;
}
@media (max-width: 768px) {
  .study-result .blue-block p {
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 600;
  }
}
.study-result .symptoms-improved {
  margin-top: 12rem;
}
@media (max-width: 768px) {
  .study-result .symptoms-improved {
    margin-top: 6rem;
  }
}
.study-result .symptoms-improved .container h3 {
  margin-top: 8rem;
}
@media (max-width: 768px) {
  .study-result .symptoms-improved .container h3 {
    margin-top: 4rem;
  }
}
.study-result .symptoms-improved .container > div {
  text-align: center;
}
.study-result .symptoms-improved .intervals {
  margin-top: 6rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 768px) {
  .study-result .symptoms-improved .intervals {
    flex-direction: column;
    gap: 2rem;
    margin-top: 3.7rem;
  }
}
.study-result .symptoms-improved .intervals .interval {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.study-result .symptoms-improved .intervals .interval p:first-of-type {
  font-style: normal;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1;
  text-align: center;
  letter-spacing: -0.1rem;
  color: #4D8CFF;
  mix-blend-mode: normal;
  opacity: 0.99;
}
@media (max-width: 768px) {
  .study-result .symptoms-improved .intervals .interval p:first-of-type {
    font-size: 2.4rem;
  }
}
.study-result .symptoms-improved .intervals .interval p:first-of-type span {
  font-size: 4.8rem;
}
@media (max-width: 768px) {
  .study-result .symptoms-improved .intervals .interval p:first-of-type span {
    font-size: 3.2rem;
  }
}
.study-result .symptoms-improved .intervals .interval p:last-of-type {
  margin-top: 0.5rem;
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.6rem;
  text-align: center;
  text-transform: uppercase;
  color: #4D8CFF;
  mix-blend-mode: normal;
  opacity: 0.99;
}
@media (max-width: 768px) {
  .study-result .symptoms-improved .intervals .interval p:last-of-type {
    font-size: 1.6rem;
  }
}
.study-result .symptoms-improved .intervals .interval.placebo p {
  color: #636466;
}
.study-result .symptoms-improved .intervals .divider {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.3rem;
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.2rem;
  text-align: center;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  color: #4D8CFF;
  mix-blend-mode: normal;
  opacity: 0.99;
  width: 9rem;
}
@media (max-width: 768px) {
  .study-result .symptoms-improved .intervals .divider {
    width: 100%;
    flex-direction: row;
  }
}
.study-result .symptoms-improved .intervals .divider span {
  display: block;
  width: 0.3rem;
  height: 3.7rem;
  background-color: #FAA224;
}
@media (max-width: 768px) {
  .study-result .symptoms-improved .intervals .divider span {
    width: 10.5rem;
    height: 0.3rem;
  }
}
.study-result .symptoms-improved p.note {
  margin-top: 9rem;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4rem;
  color: #3C3A45;
  text-indent: -0.35rem;
  text-align: left;
}
@media (max-width: 768px) {
  .study-result .symptoms-improved p.note {
    margin-top: 7.5rem;
  }
}
.study-result .symptoms-improved p.note sup {
  position: relative;
  top: -0.5rem;
  vertical-align: center;
}
.study-result .symptoms-improved .footnote {
  margin-top: 2.4rem;
  text-indent: -0.4rem;
  color: #3C3A45;
}
@media (max-width: 768px) {
  .study-result .symptoms-improved .footnote {
    margin-top: 1.2rem;
  }
}
.study-result .graph {
  margin-top: 3rem;
  background-color: #4D97FF17;
  padding: 9.4rem 0;
}
@media (max-width: 768px) {
  .study-result .graph {
    padding: 6rem 0 7.4rem;
    margin-top: 2rem;
  }
}
.study-result .graph h2 span {
  font-weight: 600;
}
.study-result .graph .container h3 {
  margin-top: 7.8rem;
}
@media (max-width: 768px) {
  .study-result .graph .container h3 {
    margin-top: 4rem;
  }
}
.study-result .graph .container .img {
  margin: 5.6rem auto 0;
  width: 63.1rem;
}
@media (max-width: 768px) {
  .study-result .graph .container .img {
    margin: 4.5rem 0 0;
    width: 32.1rem;
  }
}
.study-result .graph .container .img svg {
  height: 50rem;
  width: 100%;
}
@media (max-width: 768px) {
  .study-result .graph .container .img svg {
    height: 20rem;
  }
}
.study-result .graph .container .img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.study-result .ekterly-benefits {
  padding: 11rem 0;
}
@media (max-width: 768px) {
  .study-result .ekterly-benefits {
    padding: 6rem 0;
  }
}
.study-result .ekterly-benefits .container > p {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .study-result .ekterly-benefits .container > p {
    margin-top: 1.2rem;
  }
}
.study-result .ekterly-benefits .container li,
.study-result .ekterly-benefits .container p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.0426667rem;
  color: #3C3A45;
  mix-blend-mode: normal;
  opacity: 0.99;
}
.study-result .ekterly-benefits .container ul,
.study-result .ekterly-benefits .container li + li {
  margin-top: 1rem;
}
.study-result .ekterly-benefits .container ul {
  padding-left: 2.4rem;
}
.study-result .ekterly-benefits .container li {
  position: relative;
  padding-left: 1.8rem;
}
.study-result .ekterly-benefits .container li::before {
  content: '';
  position: absolute;
  left: 1rem;
  top: 1rem;
  width: 0.3rem;
  height: 0.3rem;
  background-color: #3C3A45;
  border-radius: 50%;
}
.study-result .ekterly-benefits .container h3 {
  margin-top: 8rem;
}
@media (max-width: 768px) {
  .study-result .ekterly-benefits .container h3 {
    margin-top: 6rem;
  }
}
.study-result .ekterly-benefits .container .img {
  width: 36.4rem;
  margin: 2rem auto 0;
}
@media (max-width: 768px) {
  .study-result .ekterly-benefits .container .img {
    margin: 2.5rem auto 0;
    width: 100%;
  }
}
.study-result .ekterly-benefits .container .img img {
  width: 100%;
  height: auto;
  display: block;
}
.study-result .ekterly-benefits .container .scroll-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 2rem auto 0;
}
@media (max-width: 768px) {
  .study-result .ekterly-benefits .container .scroll-container {
    margin: 2.5rem auto 0;
  }
}
.study-result .ekterly-benefits .container .scroll-container .human-body {
  position: relative;
  width: 17.2rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .study-result .ekterly-benefits .container .scroll-container .human-body {
    margin: 0 auto;
    width: 13.6rem;
  }
}
.study-result .ekterly-benefits .container .scroll-container .human-body img {
  width: 100%;
  height: auto;
  display: block;
}
.study-result .ekterly-benefits .container .scroll-container .body-image {
  width: 100%;
}
.study-result .ekterly-benefits .container .scroll-container .dot {
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  background: #007bff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease-in-out 500ms;
}
.study-result .ekterly-benefits .container .scroll-container .dot::after {
  content: attr(data-label);
  position: absolute;
  top: 50%;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(-70%);
  transition: opacity 0.5s ease-in-out 1.25s;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1;
  color: #3C3A45;
  background-color: #ffffff;
  padding: 0 0.5rem;
}
.study-result .ekterly-benefits .container .scroll-container .dot::before {
  content: '';
  position: absolute;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  transition: opacity 0.5s ease-in-out 1.25s;
  color: #3C3A45;
  height: 0.1rem;
  background-color: #979797;
}
.study-result .ekterly-benefits .container .scroll-container .dot:nth-of-type(1) {
  top: 10%;
  left: 50%;
}
.study-result .ekterly-benefits .container .scroll-container .dot:nth-of-type(1):after {
  right: 250%;
}
.study-result .ekterly-benefits .container .scroll-container .dot:nth-of-type(1):before {
  right: 100%;
  width: 135%;
}
@media (max-width: 768px) {
  .study-result .ekterly-benefits .container .scroll-container .dot:nth-of-type(1):after {
    right: 4.7rem;
  }
  .study-result .ekterly-benefits .container .scroll-container .dot:nth-of-type(1):before {
    right: 100%;
    width: 6rem;
  }
}
.study-result .ekterly-benefits .container .scroll-container .dot:nth-of-type(2) {
  top: 15%;
  left: 50%;
}
.study-result .ekterly-benefits .container .scroll-container .dot:nth-of-type(2):after {
  right: 940%;
}
.study-result .ekterly-benefits .container .scroll-container .dot:nth-of-type(2):before {
  width: 800%;
  right: 100%;
}
@media (max-width: 768px) {
  .study-result .ekterly-benefits .container .scroll-container .dot:nth-of-type(2):after {
    left: 5.8rem;
    right: unset;
  }
  .study-result .ekterly-benefits .container .scroll-container .dot:nth-of-type(2):before {
    right: unset;
    left: 100%;
    width: 7rem;
  }
}
.study-result .ekterly-benefits .container .scroll-container .dot:nth-of-type(3) {
  top: 18%;
  left: 50%;
}
.study-result .ekterly-benefits .container .scroll-container .dot:nth-of-type(3):after {
  left: 940%;
}
.study-result .ekterly-benefits .container .scroll-container .dot:nth-of-type(3):before {
  width: 800%;
  left: 100%;
}
@media (max-width: 768px) {
  .study-result .ekterly-benefits .container .scroll-container .dot:nth-of-type(3):after {
    right: 11.2rem;
    left: unset;
  }
  .study-result .ekterly-benefits .container .scroll-container .dot:nth-of-type(3):before {
    left: unset;
    right: 100%;
    width: 15rem;
  }
}
.study-result .ekterly-benefits .container .scroll-container .dot:nth-of-type(4) {
  top: 27%;
  left: 50%;
}
.study-result .ekterly-benefits .container .scroll-container .dot:nth-of-type(4):after {
  right: 230%;
}
.study-result .ekterly-benefits .container .scroll-container .dot:nth-of-type(4):before {
  width: 120%;
  right: 100%;
}
@media (max-width: 768px) {
  .study-result .ekterly-benefits .container .scroll-container .dot:nth-of-type(4):after {
    right: 14rem;
  }
  .study-result .ekterly-benefits .container .scroll-container .dot:nth-of-type(4):before {
    width: 14.8rem;
    right: 100%;
  }
}
.study-result .ekterly-benefits .container .scroll-container .dot:nth-of-type(5) {
  top: 39%;
  left: 50%;
}
.study-result .ekterly-benefits .container .scroll-container .dot:nth-of-type(5):after {
  left: 280%;
}
.study-result .ekterly-benefits .container .scroll-container .dot:nth-of-type(5):before {
  left: 100%;
  width: 168%;
}
@media (max-width: 768px) {
  .study-result .ekterly-benefits .container .scroll-container .dot:nth-of-type(5):after {
    right: 10rem;
    left: unset;
  }
  .study-result .ekterly-benefits .container .scroll-container .dot:nth-of-type(5):before {
    left: unset;
    right: 100%;
    width: 14rem;
  }
}
.study-result .ekterly-benefits .container .scroll-container .dot:nth-of-type(6) {
  top: 49%;
  left: 50%;
}
.study-result .ekterly-benefits .container .scroll-container .dot:nth-of-type(6):after {
  right: 400%;
}
.study-result .ekterly-benefits .container .scroll-container .dot:nth-of-type(6):before {
  right: 100%;
  width: 280%;
}
@media (max-width: 768px) {
  .study-result .ekterly-benefits .container .scroll-container .dot:nth-of-type(6):after {
    right: 11rem;
    left: unset;
  }
  .study-result .ekterly-benefits .container .scroll-container .dot:nth-of-type(6):before {
    left: unset;
    right: 100%;
    width: 14rem;
  }
}
.study-result .ekterly-benefits .container .scroll-container .dot:nth-of-type(7) {
  top: 53%;
  left: 81%;
}
.study-result .ekterly-benefits .container .scroll-container .dot:nth-of-type(7):after {
  left: 160%;
}
.study-result .ekterly-benefits .container .scroll-container .dot:nth-of-type(7):before {
  left: 100%;
  width: 48%;
}
@media (max-width: 768px) {
  .study-result .ekterly-benefits .container .scroll-container .dot:nth-of-type(7):after {
    left: 2.8rem;
  }
  .study-result .ekterly-benefits .container .scroll-container .dot:nth-of-type(7):before {
    left: 100%;
    width: 4rem;
  }
}
.study-result .ekterly-benefits .container .scroll-container .dot:nth-of-type(8) {
  top: 93%;
  left: 65%;
}
.study-result .ekterly-benefits .container .scroll-container .dot:nth-of-type(8):after {
  left: 150%;
}
.study-result .ekterly-benefits .container .scroll-container .dot:nth-of-type(8):before {
  left: 100%;
  width: 40%;
}
@media (max-width: 768px) {
  .study-result .ekterly-benefits .container .scroll-container .dot:nth-of-type(8):after {
    left: 5rem;
  }
  .study-result .ekterly-benefits .container .scroll-container .dot:nth-of-type(8):before {
    left: 100%;
    width: 4rem;
  }
}
.study-result .ekterly-benefits .container .scroll-container .dot.active {
  width: 5rem;
  height: 5rem;
  background: rgba(255, 255, 255, 0.4);
  border: 0.2rem solid #4D8CFF;
}
.study-result .ekterly-benefits .container .scroll-container .dot.active:nth-of-type(1) {
  width: 2.9rem;
  height: 2.9rem;
}
@media (max-width: 768px) {
  .study-result .ekterly-benefits .container .scroll-container .dot.active:nth-of-type(1) {
    width: 2.1rem;
    height: 2.1rem;
  }
}
.study-result .ekterly-benefits .container .scroll-container .dot.active:nth-of-type(2) {
  width: 0.8rem;
  height: 0.8rem;
}
.study-result .ekterly-benefits .container .scroll-container .dot.active:nth-of-type(3) {
  width: 0.8rem;
  height: 0.8rem;
}
.study-result .ekterly-benefits .container .scroll-container .dot.active:nth-of-type(4) {
  width: 5.5rem;
  height: 5.6rem;
}
@media (max-width: 768px) {
  .study-result .ekterly-benefits .container .scroll-container .dot.active:nth-of-type(4) {
    width: 4.7rem;
    height: 4.7rem;
  }
}
.study-result .ekterly-benefits .container .scroll-container .dot.active:nth-of-type(5) {
  width: 3.8rem;
  height: 3.9rem;
}
@media (max-width: 768px) {
  .study-result .ekterly-benefits .container .scroll-container .dot.active:nth-of-type(5) {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.study-result .ekterly-benefits .container .scroll-container .dot.active:nth-of-type(6) {
  width: 2.9rem;
  height: 2.9rem;
}
@media (max-width: 768px) {
  .study-result .ekterly-benefits .container .scroll-container .dot.active:nth-of-type(6) {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.study-result .ekterly-benefits .container .scroll-container .dot.active:nth-of-type(7) {
  width: 2.9rem;
  height: 2.9rem;
}
@media (max-width: 768px) {
  .study-result .ekterly-benefits .container .scroll-container .dot.active:nth-of-type(7) {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.study-result .ekterly-benefits .container .scroll-container .dot.active:nth-of-type(8) {
  width: 3.8rem;
  height: 3.9rem;
}
@media (max-width: 768px) {
  .study-result .ekterly-benefits .container .scroll-container .dot.active:nth-of-type(8) {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.study-result .ekterly-benefits .container .scroll-container .dot.active::after,
.study-result .ekterly-benefits .container .scroll-container .dot.active::before {
  opacity: 1;
}
.study-result .pill-efficacy {
  padding: 12rem 0 11rem;
  background: linear-gradient(180deg, #122674 -146.51%, #4D8CFF 80.08%);
}
@media (max-width: 768px) {
  .study-result .pill-efficacy {
    padding: 8.4rem 0;
  }
}
.study-result .pill-efficacy .container p {
  font-style: normal;
  font-weight: 300;
  font-size: 2.8rem;
  line-height: 3.8rem;
  text-align: center;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .study-result .pill-efficacy .container p {
    font-size: 2.52rem;
    line-height: 3.4rem;
  }
}
.study-result .pill-efficacy .container p.bold {
  font-weight: 600;
}
@media (max-width: 768px) {
  .study-result .pill-efficacy .container p.bold {
    font-size: 3.4rem;
  }
}
.study-result .pill-efficacy .container p span {
  font-weight: 900;
  font-size: 3.4rem;
  line-height: 3.8rem;
  color: #FAA224;
}
@media (max-width: 768px) {
  .study-result .pill-efficacy .container p span {
    font-size: 3.06rem;
    line-height: 1;
  }
}
.study-result .pill-efficacy .container p span span {
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .study-result .pill-efficacy .container p span span {
    font-size: 1.62rem;
  }
}
.study-result .cta {
  position: relative;
  overflow: hidden;
  padding: 22.5rem 0 3.6rem;
}
@media (max-width: 768px) {
  .study-result .cta {
    padding: 2rem 0 4.5rem;
  }
}
.study-result .cta:before {
  position: absolute;
  content: "";
  width: 100%;
  top: 0;
  height: 100%;
  background: linear-gradient(179.91deg, rgba(18, 38, 116, 0.1524) 44.9%, rgba(18, 38, 116, 0.9) 99.92%);
  opacity: 90%;
  mix-blend-mode: multiply;
}
.study-result .cta .container {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .study-result .cta .container {
    display: flex;
    flex-direction: column;
  }
}
.study-result .cta .container p {
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.8rem;
  text-align: center;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .study-result .cta .container p {
    margin-top: 12.8rem;
  }
}
.study-result .cta .container a {
  display: block;
  margin: 2rem auto 0;
  width: fit-content;
}
@media (max-width: 768px) {
  .study-result .cta .container a {
    margin: 1.5rem auto 0;
  }
}
.study-result .cta .container span {
  display: block;
  margin-top: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 1rem;
  line-height: 2.4rem;
  color: #FFFFFF;
  width: fit-content;
  margin-left: auto;
  position: absolute;
  bottom: -1rem;
  right: -1rem;
}
@media (max-width: 768px) {
  .study-result .cta .container span {
    bottom: unset;
    top: 0;
    right: 0;
  }
}
.study-result .safety {
  margin-top: 0;
  padding: 11rem 0 1rem;
}
@media (max-width: 768px) {
  .study-result .safety {
    padding: 6rem 0 0;
    margin-top: 0;
  }
}
.study-result .safety .container .table-wrap {
  display: flex;
  gap: 3rem;
  margin-top: 6rem;
}
@media (max-width: 768px) {
  .study-result .safety .container .table-wrap {
    flex-direction: column;
    gap: 4.5rem;
  }
}
.study-result .safety .container .table-wrap .table {
  padding: 2.5rem 2rem;
  background-color: #F1F9FC;
  width: 44.5rem;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .study-result .safety .container .table-wrap .table {
    width: 100%;
    padding: 2rem 1rem;
  }
}
.study-result .safety .container .table-wrap .table table {
  border-collapse: collapse;
  width: 100%;
}
.study-result .safety .container .table-wrap .table p,
.study-result .safety .container .table-wrap .table th,
.study-result .safety .container .table-wrap .table td {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.9rem;
  color: #626366;
}
@media (max-width: 768px) {
  .study-result .safety .container .table-wrap .table p,
  .study-result .safety .container .table-wrap .table th,
  .study-result .safety .container .table-wrap .table td {
    font-size: 1.1rem;
    line-height: 1;
  }
}
.study-result .safety .container .table-wrap .table tr {
  height: 4.95rem;
}
@media (max-width: 768px) {
  .study-result .safety .container .table-wrap .table tr {
    height: 4.1rem;
  }
}
.study-result .safety .container .table-wrap .table .weight-500 {
  font-weight: 500;
}
.study-result .safety .container .table-wrap .table .weight-700 {
  font-weight: 700;
}
.study-result .safety .container .table-wrap .table .weight-800 {
  font-weight: 800;
}
.study-result .safety .container .table-wrap .table .blue-color {
  color: #437EC0;
}
.study-result .safety .container .table-wrap .table .small {
  font-size: 1.32rem;
  line-height: 1;
}
.study-result .safety .container .table-wrap .table table th {
  min-width: 12.2rem;
  text-align: left;
  vertical-align: top;
}
.study-result .safety .container .table-wrap .table table th p {
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .study-result .safety .container .table-wrap .table table th p {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .study-result .safety .container .table-wrap .table table th {
    min-width: 9.5rem;
  }
}
.study-result .safety .container .table-wrap .table table .center-text {
  text-align: center;
}
.study-result .safety .container .table-wrap .table table .t-center {
  min-width: 14rem;
}
@media (max-width: 768px) {
  .study-result .safety .container .table-wrap .table table .t-center {
    min-width: 12rem;
  }
}
.study-result .safety .container .table-wrap .table table .t-right {
  min-width: 8rem;
}
@media (max-width: 768px) {
  .study-result .safety .container .table-wrap .table table .t-right {
    min-width: 7rem;
  }
}
.study-result .safety .container .table-wrap .table .b-right {
  border-right: 0.1rem solid #626366;
}
.study-result .safety .container .table-wrap .table .b-bottom {
  border-bottom: 0.1rem solid #626366;
}
.study-result .safety .container > p,
.study-result .safety .container li {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #3C3A45;
}
.study-result .safety .container ul {
  margin-top: 2.3rem;
}
@media (max-width: 768px) {
  .study-result .safety .container ul {
    margin-top: 0;
  }
}
.study-result .safety .container li + li {
  margin-top: 1rem;
}
.study-result .safety .container li {
  position: relative;
  padding-left: 2rem;
  letter-spacing: 0.043rem;
}
.study-result .safety .container li::before {
  content: '';
  position: absolute;
  left: 1.2rem;
  top: 1rem;
  width: 0.3rem;
  height: 0.3rem;
  background-color: #3C3A45;
  border-radius: 50%;
}
.study-result .safety .container .orange {
  margin-top: 10.2rem;
  font-style: normal;
  font-weight: 900;
  font-size: 1.4rem;
  line-height: 1.7rem;
  text-transform: uppercase;
  color: #FF9C0D;
}
@media (max-width: 768px) {
  .study-result .safety .container .orange {
    margin-top: 5rem;
    font-size: 1.4rem;
  }
}
.study-result .safety .container h3 {
  text-align: left;
  font-size: 2rem;
  text-transform: none;
  margin-top: 1rem;
}
.study-result .safety .container h3 + p {
  margin-top: 1.5rem;
}
.study-result .safety-profile {
  margin-top: 2rem;
}
.study-result .safety-profile .container h3 {
  text-align: left;
  text-transform: none;
  font-weight: 700;
  font-size: 2rem;
}
.study-result .about-link-image {
  margin-top: 12rem;
  width: 100%;
}
.study-result .about-link-image .container {
  height: 30.1rem;
  border-radius: 2.5rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .study-result .about-link-image .container {
    height: 40.2rem;
  }
}
@media (max-width: 768px) {
  .study-result .about-link-image {
    margin-top: 8rem;
  }
}
.study-result .about-link-image .image-container {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
  border-radius: 2.5rem;
}
.study-result .about-link-image .image-container > img {
  transition: transform 0.3s ease;
}
.study-result .about-link-image .image-container:hover > img {
  transform: scale(1.05);
}
.study-result .about-link-image .image-container .background {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 768px) {
  .study-result .about-link-image .image-container {
    height: 40rem;
  }
}
.study-result .about-link-image .image-container::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(179.91deg, rgba(0, 0, 0, 0.05) 60%, #0b1643 99.92%);
  opacity: 90%;
  z-index: 2;
}
@media (max-width: 768px) {
  .study-result .about-link-image .image-container::before {
    height: 40rem;
  }
}
.study-result .about-link-image .image-container .actor {
  position: absolute;
  font-size: 0.8rem;
  font-weight: 500;
  font-style: italic;
  bottom: 3rem;
  left: auto;
  right: 4rem;
  color: white;
  z-index: 3;
}
@media (max-width: 768px) {
  .study-result .about-link-image .image-container .actor {
    top: 2rem;
    right: 2rem;
  }
}
.study-result .about-link-image .image-container .content {
  position: absolute;
  left: 3.5rem;
  bottom: 3.1rem;
  width: 28.5rem;
  z-index: 3;
}
@media (max-width: 768px) {
  .study-result .about-link-image .image-container .content {
    left: 2.5rem;
    bottom: 2.5rem;
    width: 28rem;
  }
}
.study-result .about-link-image .image-container .content .subtitle {
  color: #FAA224;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 0;
}
.study-result .about-link-image .image-container .content .icon {
  width: 2rem;
  height: 2rem;
  margin-bottom: -0.6rem;
  margin-left: 0.9rem;
}
@media (max-width: 768px) {
  .study-result .about-link-image .image-container .content .icon {
    margin-top: 0.8rem;
    margin-bottom: 0;
    margin-left: auto;
  }
}
.study-result .about-link-image .image-container .content .title {
  font-size: 2.2rem;
  font-weight: 600;
  color: white;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .study-result .about-link-image .image-container .content .title {
    align-items: flex-start;
  }
}
/*# sourceMappingURL=study-result.css.map */