.clinical-study-results-page {
  overflow-x: hidden;
}
.clinical-study-results-page .info-popup {
  position: relative;
  display: inline-block;
  height: 0.5em;
  vertical-align: super;
  cursor: pointer;
  white-space: nowrap;
}
.clinical-study-results-page .info-popup.info-popup-left {
  left: -0.2rem;
}
.clinical-study-results-page .info-popup img {
  height: 1.2rem !important;
  width: 1.2rem !important;
}
.clinical-study-results-page .info-popup.active-popup .info-button-popup {
  opacity: 1;
  z-index: 999;
  visibility: visible;
  transition: opacity 350ms ease-in-out, visibility 350ms ease-in-out, z-index 0s 0s;
}
@media (min-width: 769px) {
  .clinical-study-results-page .info-popup:hover .info-button-popup {
    opacity: 1;
    z-index: 999;
    visibility: visible;
    transition: opacity 350ms ease-in-out, visibility 350ms ease-in-out, z-index 0s 0s;
  }
}
.clinical-study-results-page .info-popup .info-button-popup {
  white-space: normal;
  position: absolute;
  bottom: 2.3rem;
  right: -2rem;
  z-index: -1;
  padding: 1.6rem;
  background-color: #F5F5F5;
  opacity: 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: calc(20em / 14);
  letter-spacing: -0.01em;
  color: #000000;
  transition: opacity 350ms ease-in-out, visibility 350ms ease-in-out, z-index 0s 350ms;
  width: 35.6rem;
  filter: drop-shadow(0 0 1rem #00000059);
  visibility: hidden;
}
.clinical-study-results-page .info-popup .info-button-popup::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1.6rem;
  right: 1.6rem;
  width: 1.8rem;
  height: 1.8rem;
  background-color: inherit;
  transform: translateY(-50%) rotate(45deg);
}
@media (max-width: 768px) {
  .clinical-study-results-page .info-popup .info-button-popup::before {
    left: var(--arrow-left, 1.6rem) !important;
    right: auto !important;
    top: var(--arrow-top, auto) !important;
    bottom: var(--arrow-bottom, -1.6rem) !important;
  }
}
.clinical-study-results-page .accent-arrow-link {
  position: relative;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  min-height: 24px;
  min-width: 24px;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5em;
  color: #E0115F;
  transition: gap 350ms ease-out;
  width: max-content;
}
.clinical-study-results-page .accent-arrow-link::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-weight: 700;
  transition: opacity 350ms ease-out;
}
.clinical-study-results-page .accent-arrow-link:hover {
  gap: 1.2rem;
}
.clinical-study-results-page .accent-arrow-link:hover::before {
  opacity: 1;
}
.clinical-study-results-page .accent-arrow-link:hover p {
  opacity: 0;
}
.clinical-study-results-page .accent-arrow-link img {
  height: 2.5rem;
  width: auto;
}
.clinical-study-results-page .accent-arrow-link p {
  opacity: 1;
  transition: opacity 350ms ease-out;
}
@media (max-width: 768px) {
  .clinical-study-results-page .accent-arrow-link {
    font-size: 1.6rem;
  }
  .clinical-study-results-page .accent-arrow-link img {
    height: 2rem;
  }
}
.clinical-study-results-page .accent-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border-radius: 5rem;
  border: 0.2rem solid #E0115F;
  padding: 1.2rem 4rem;
  background-color: #E0115F;
  cursor: pointer;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.25em;
  color: #FFFFFF;
  transition: all 300ms ease-out;
}
@media (min-width: 768px) {
  .clinical-study-results-page .accent-button:hover {
    gap: 2.5rem;
    background-color: #FFFFFF;
    color: #E0115F;
  }
  .clinical-study-results-page .accent-button:hover img {
    filter: brightness(1);
  }
}
.clinical-study-results-page .accent-button img {
  height: 2.5rem;
  width: auto;
  filter: brightness(20);
  transition: filter 300ms ease-out;
}
@media (max-width: 768px) {
  .clinical-study-results-page .accent-button {
    padding: 1.2rem 2rem;
    font-size: 1.6rem;
  }
  .clinical-study-results-page .accent-button img {
    height: 2rem;
  }
}
.clinical-study-results-page .primary-3-circle {
  background-color: #C6A1CF;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .clinical-study-results-page .primary-3-circle {
    display: none;
  }
}
@media (max-width: 768px) {
  .clinical-study-results-page .tbm__container {
    width: 34.3rem;
    margin: 0 auto;
  }
}
.clinical-study-results-page .tbm__select {
  display: none;
}
@media (max-width: 768px) {
  .clinical-study-results-page .tbm__select {
    display: block;
  }
}
.clinical-study-results-page .tbm__select--top {
  padding-top: 4rem;
}
.clinical-study-results-page .tbm__select--bottom {
  padding-bottom: 4rem;
}
.clinical-study-results-page .hero {
  position: relative;
  overflow: hidden;
}
.clinical-study-results-page .hero h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: calc(38em/32);
  color: #FFFFFF;
  text-shadow: 0 0.4rem 1rem #000000;
  margin-bottom: 10.7rem;
}
@media (max-width: 768px) {
  .clinical-study-results-page .hero h1 {
    margin-bottom: 12.5rem;
    font-size: 2.4rem;
  }
}
.clinical-study-results-page .hero p {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: calc(17em/14);
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .clinical-study-results-page .hero p {
    text-align: right;
  }
}
.clinical-study-results-page .hero .back-img {
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 768px) {
  .clinical-study-results-page .hero .back-img {
    object-position: 51%;
    height: 41.2rem;
  }
}
.clinical-study-results-page .hero .container {
  position: absolute;
  top: 11.3rem;
  z-index: 1;
}
@media (max-width: 768px) {
  .clinical-study-results-page .hero .container {
    top: 18.3rem;
  }
}
@media (max-width: 768px) {
  .clinical-study-results-page .hero {
    max-width: 100%;
    height: 41.2rem;
  }
}
.clinical-study-results-page .tabs-section {
  position: relative;
}
.clinical-study-results-page .tabs-section .tabs {
  position: absolute;
  display: flex;
  flex-direction: row;
  gap: 2rem;
  width: 100%;
  padding: 0 19.2rem;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.25em;
  text-align: center;
}
@media (max-width: 768px) {
  .clinical-study-results-page .tabs-section .tabs {
    display: none;
  }
}
.clinical-study-results-page .tabs-section .tabs .tab {
  flex: 1;
  cursor: pointer;
  padding: 1.8rem 1.2rem;
  color: #FFFFFF;
  background: linear-gradient(180deg, #963CBD 0%, #6F2393 69%, #470A68 100%);
}
.clinical-study-results-page .tabs-section .tabs .tab:hover {
  background: linear-gradient(180deg, #C6A1CF 0%, #963CBD 50%, #470A68 100%);
}
.clinical-study-results-page .tabs-section .tabs .tab .name {
  font-family: 'Montserrat', sans-serif;
}
.clinical-study-results-page .tabs-section .tabs .tab.active {
  background: #FFFFFF;
  color: #963CBD;
}
.clinical-study-results-page .tabs-section .tabs-top {
  bottom: 100%;
}
.clinical-study-results-page .tabs-section .tabs-top .tab {
  border-radius: 1.6rem 1.6rem 0 0;
}
.clinical-study-results-page .tabs-section .tabs-bottom {
  top: 100%;
}
.clinical-study-results-page .tabs-section .tabs-bottom .tab {
  border-radius: 0 0 1.6rem 1.6rem;
  background: linear-gradient(0deg, #963CBD 0%, #6F2393 69%, #470A68 100%);
}
.clinical-study-results-page .tabs-section .tabs-bottom .tab.active {
  background: #FFFFFF;
  color: #963CBD;
}
.clinical-study-results-page .tabs-section .tabs-bottom .tab:hover:not(.active) {
  background: linear-gradient(180deg, #C6A1CF 0%, #963CBD 50%, #470A68 100%);
}
.clinical-study-results-page .tabs-section .tabs-content .content {
  padding: 4rem 0 8rem 0;
  position: relative;
  max-width: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .clinical-study-results-page .tabs-section .tabs-content .content {
    padding: 0;
    padding-bottom: 4rem;
  }
}
.clinical-study-results-page .tabs-section .tabs-content .content .bg-circle-big-primary,
.clinical-study-results-page .tabs-section .tabs-content .content .bg-circle-big-secondary,
.clinical-study-results-page .tabs-section .tabs-content .content .bg-circle-small-primary,
.clinical-study-results-page .tabs-section .tabs-content .content .bg-circle-small-secondary {
  position: absolute;
  z-index: -1;
  opacity: 25%;
}
.clinical-study-results-page .tabs-section .tabs-content .content .bg-circle-big-primary,
.clinical-study-results-page .tabs-section .tabs-content .content .bg-circle-big-secondary {
  width: 34.58rem;
  height: 34.77rem;
}
.clinical-study-results-page .tabs-section .tabs-content .content .bg-circle-small-primary,
.clinical-study-results-page .tabs-section .tabs-content .content .bg-circle-small-secondary {
  width: 16.72rem;
  height: 16.91rem;
}
.clinical-study-results-page .tabs-section .tabs-content .content .bg-circle-big-primary {
  top: 66.93rem;
  left: 140.34rem;
}
.clinical-study-results-page .tabs-section .tabs-content .content .bg-circle-big-secondary {
  top: 109.8rem;
  left: -23.136rem;
}
.clinical-study-results-page .tabs-section .tabs-content .content .bg-circle-small-primary {
  top: 61.8rem;
  left: 135.4rem;
}
.clinical-study-results-page .tabs-section .tabs-content .content .bg-circle-small-secondary {
  top: 108.7rem;
  left: 1.482rem;
}
.clinical-study-results-page .tabs-section .tabs-content .content .tabs-body-two-cols {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 2.4rem;
  max-width: 100%;
}
@media (max-width: 768px) {
  .clinical-study-results-page .tabs-section .tabs-content .content .tabs-body-two-cols {
    flex-direction: column;
    margin-top: 4rem;
  }
}
.clinical-study-results-page .tabs-section .tabs-content .content .tabs-body-col {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 45%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .clinical-study-results-page .tabs-section .tabs-content .content .tabs-body-col {
    width: 100%;
    flex-basis: auto;
  }
}
.clinical-study-results-page .tabs-section .tabs-content .content .understanding-attruby-study {
  margin-top: 2.9rem;
  padding-left: 19.2rem;
}
@media (max-width: 768px) {
  .clinical-study-results-page .tabs-section .tabs-content .content .understanding-attruby-study {
    padding: 0 2.4rem;
    text-align: center;
  }
}
.clinical-study-results-page .tabs-section .tabs-content .content .understanding-attruby-study-title {
  margin-bottom: 2.6rem;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: calc(32em/26);
  letter-spacing: -0.02em;
  color: #963CBD;
}
@media (max-width: 768px) {
  .clinical-study-results-page .tabs-section .tabs-content .content .understanding-attruby-study-title {
    font-size: 2rem;
  }
}
.clinical-study-results-page .tabs-section .tabs-content .content .understanding-attruby-study-text-content {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: calc(24em/18);
  color: #333333;
}
@media (max-width: 768px) {
  .clinical-study-results-page .tabs-section .tabs-content .content .understanding-attruby-study-text-content {
    margin-top: 1.6rem;
    font-size: 1.4rem;
  }
}
.clinical-study-results-page .tabs-section .tabs-content .content .can-help {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  border-radius: 99.9rem 0 0 99.9rem;
  padding: 4rem 16rem 4rem 9.8rem;
  background-color: #3333330D;
}
@media (max-width: 768px) {
  .clinical-study-results-page .tabs-section .tabs-content .content .can-help {
    gap: 0.8rem;
    margin: 0 0 0 2.4rem;
    padding: 2.4rem 2.4rem 2.4rem 6rem;
    width: calc(100% - 2.4rem);
  }
}
.clinical-study-results-page .tabs-section .tabs-content .content .can-help-title {
  flex-shrink: 0;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: calc(28em/22);
  color: #470A68;
}
@media (max-width: 768px) {
  .clinical-study-results-page .tabs-section .tabs-content .content .can-help-title {
    font-size: 1.6rem;
  }
}
.clinical-study-results-page .tabs-section .tabs-content .content .can-help-list {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
@media (max-width: 768px) {
  .clinical-study-results-page .tabs-section .tabs-content .content .can-help-list {
    gap: 0.8rem;
  }
}
.clinical-study-results-page .tabs-section .tabs-content .content .can-help-list-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.8rem;
}
@media (max-width: 768px) {
  .clinical-study-results-page .tabs-section .tabs-content .content .can-help-list-item {
    align-items: flex-start;
  }
}
.clinical-study-results-page .tabs-section .tabs-content .content .can-help-list-item-icon {
  flex-shrink: 0;
  height: 3rem;
  width: 3rem;
}
@media (max-width: 768px) {
  .clinical-study-results-page .tabs-section .tabs-content .content .can-help-list-item-icon {
    width: 1.6rem;
    height: auto;
  }
}
.clinical-study-results-page .tabs-section .tabs-content .content .can-help-list-item-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: calc(24em/18);
  color: #333333;
}
@media (max-width: 768px) {
  .clinical-study-results-page .tabs-section .tabs-content .content .can-help-list-item-text {
    font-size: 1.4rem;
  }
}
.clinical-study-results-page .tabs-section .tabs-content .content .clinical-study-statistic {
  margin-top: 1.2rem;
}
@media (max-width: 768px) {
  .clinical-study-results-page .tabs-section .tabs-content .content .clinical-study-statistic {
    margin-top: 2.4rem;
  }
}
.clinical-study-results-page .tabs-section .tabs-content .content .clinical-study-statistic-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 3.2rem;
  color: #963CBD;
  margin-bottom: 3.2rem;
}
@media (max-width: 768px) {
  .clinical-study-results-page .tabs-section .tabs-content .content .clinical-study-statistic-title {
    font-size: 2rem;
    line-height: 2.8rem;
    text-align: center;
  }
}
.clinical-study-results-page .tabs-section .tabs-content .content .clinical-study-statistic-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 768px) {
  .clinical-study-results-page .tabs-section .tabs-content .content .clinical-study-statistic-list {
    gap: 2.4rem;
  }
}
.clinical-study-results-page .tabs-section .tabs-content .content .clinical-study-statistic-list-item {
  padding: 2.9rem 6rem 2.9rem 17.6rem;
  border-radius: 99.9rem;
  width: 100%;
  background-color: #A3DDF533;
  display: flex;
  align-items: center;
  gap: 5.8rem;
}
@media (max-width: 768px) {
  .clinical-study-results-page .tabs-section .tabs-content .content .clinical-study-statistic-list-item {
    flex-direction: column;
    text-align: center;
    border-radius: 2rem;
    padding: 2.4rem;
    gap: 1.6rem;
  }
}
.clinical-study-results-page .tabs-section .tabs-content .content .clinical-study-statistic-list-item .item-left {
  width: 34.7rem;
  min-width: 34.7rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .clinical-study-results-page .tabs-section .tabs-content .content .clinical-study-statistic-list-item .item-left {
    width: auto;
    min-width: auto;
    margin-bottom: 0;
  }
}
.clinical-study-results-page .tabs-section .tabs-content .content .clinical-study-statistic-list-item-count {
  font-size: 7.2rem;
  font-weight: 800;
  line-height: 0.75em;
  color: #470A68;
}
@media (max-width: 768px) {
  .clinical-study-results-page .tabs-section .tabs-content .content .clinical-study-statistic-list-item-count {
    font-size: 5.4rem;
  }
}
.clinical-study-results-page .tabs-section .tabs-content .content .clinical-study-statistic-list-item-dimension {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: calc(28em/22);
  color: #470A68;
}
@media (max-width: 768px) {
  .clinical-study-results-page .tabs-section .tabs-content .content .clinical-study-statistic-list-item-dimension {
    margin-top: 0.8rem;
    font-size: 1.6rem;
  }
}
.clinical-study-results-page .tabs-section .tabs-content .content .clinical-study-statistic-list-item-text {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: calc(28em/22);
  letter-spacing: -0.01em;
  color: #333333;
}
@media (max-width: 768px) {
  .clinical-study-results-page .tabs-section .tabs-content .content .clinical-study-statistic-list-item-text {
    font-size: 1.6rem;
    margin-top: 0.4rem;
  }
}
.clinical-study-results-page .tabs-section .tabs-content .content .clinical-study-statistic-list-item-text ul li {
  position: relative;
}
.clinical-study-results-page .tabs-section .tabs-content .content .clinical-study-statistic-list-item-text ul li::before {
  content: '\2022';
  flex-shrink: 0;
  display: block;
  font-weight: 700;
  color: #333333;
  left: -1.6rem;
  font-size: 1.7rem;
  position: absolute;
}
.clinical-study-results-page .tabs-section .tabs-content .content .clinical-study-statistic-list-item-text.small-text {
  margin-top: 0.4rem;
  font-size: 1.4rem;
  line-height: calc(20em/14);
}
@media (max-width: 768px) {
  .clinical-study-results-page .tabs-section .tabs-content .content .clinical-study-statistic-list-item-text.small-text {
    margin-top: 0.3rem;
    font-size: 1.2rem;
  }
}
.clinical-study-results-page .tabs-section .tabs-content .content .clinical-study-statistic-list-item-image {
  margin: 1.3rem 0 1.1rem 0;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .clinical-study-results-page .tabs-section .tabs-content .content .clinical-study-statistic-list-item-image {
    margin: 0.8rem 0;
  }
}
.clinical-study-results-page .tabs-section .tabs-content .content .clinical-study-statistic-list-item.last-item .item-left {
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .clinical-study-results-page .tabs-section .tabs-content .content .clinical-study-statistic-list-item.last-item .item-left {
    flex-direction: column;
    gap: 1.6rem;
  }
}
.clinical-study-results-page .tabs-section .tabs-content .content .clinical-study-statistic-list-item.last-item .item-left-first,
.clinical-study-results-page .tabs-section .tabs-content .content .clinical-study-statistic-list-item.last-item .item-left-second {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.clinical-study-results-page .tabs-section .tabs-content .content .effectiveness-measures {
  margin-top: 8.7rem;
}
@media (max-width: 768px) {
  .clinical-study-results-page .tabs-section .tabs-content .content .effectiveness-measures {
    margin: 2.4rem 0 3.6rem;
    text-align: center;
  }
}
.clinical-study-results-page .tabs-section .tabs-content .content .effectiveness-measures.container {
  padding: 0 17.8rem 0 19.2rem;
}
@media (max-width: 768px) {
  .clinical-study-results-page .tabs-section .tabs-content .content .effectiveness-measures.container {
    padding: 0 2.4rem;
  }
}
.clinical-study-results-page .tabs-section .tabs-content .content .effectiveness-measures-title {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: calc(32em/26);
  color: #963CBD;
}
@media (max-width: 768px) {
  .clinical-study-results-page .tabs-section .tabs-content .content .effectiveness-measures-title {
    font-size: 2rem;
  }
}
.clinical-study-results-page .tabs-section .tabs-content .content .effectiveness-measures-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4.3rem 2.2em;
  margin-bottom: 6.4rem;
}
@media (max-width: 768px) {
  .clinical-study-results-page .tabs-section .tabs-content .content .effectiveness-measures-list {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    margin: 1.6rem 0 3.2rem;
  }
}
.clinical-study-results-page .tabs-section .tabs-content .content .effectiveness-measures-list-container {
  margin-top: 3.6rem;
  font-size: 1.8rem;
  line-height: calc(24em/18);
  letter-spacing: -0.02em;
  color: #333333;
}
@media (max-width: 768px) {
  .clinical-study-results-page .tabs-section .tabs-content .content .effectiveness-measures-list-container {
    margin-top: 1.6rem;
    font-size: 1.4rem;
  }
}
.clinical-study-results-page .tabs-section .tabs-content .content .effectiveness-measures-list-caption {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 2.8rem;
  color: #470A68;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .clinical-study-results-page .tabs-section .tabs-content .content .effectiveness-measures-list-caption {
    font-weight: 700;
    color: #470A68;
    font-size: 1.6rem;
    margin-bottom: 2.4rem;
  }
}
.clinical-study-results-page .tabs-section .tabs-content .content .effectiveness-measures-list-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 768px) {
  .clinical-study-results-page .tabs-section .tabs-content .content .effectiveness-measures-list-item {
    flex-direction: column;
    gap: 1rem;
  }
}
.clinical-study-results-page .tabs-section .tabs-content .content .effectiveness-measures-list-item.align-times-start {
  align-items: flex-start;
}
@media (max-width: 768px) {
  .clinical-study-results-page .tabs-section .tabs-content .content .effectiveness-measures-list-item.align-times-start {
    align-items: center;
  }
}
@media (max-width: 768px) {
  .clinical-study-results-page .tabs-section .tabs-content .content .effectiveness-measures-list-item.align-times-start .effectiveness-measures-list-text-content {
    color: #470A68;
  }
}
.clinical-study-results-page .tabs-section .tabs-content .content .effectiveness-measures-list-item-image {
  width: 10rem;
  height: 10rem;
}
.clinical-study-results-page .tabs-section .tabs-content .content .effectiveness-measures-list-item-image-container {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .clinical-study-results-page .tabs-section .tabs-content .content .effectiveness-measures-list-item-text-content {
    color: #470A68;
  }
}
.clinical-study-results-page .tabs-section .tabs-content .content .effectiveness-measures-list-item-text-content p {
  margin-top: 1.6rem;
}
.clinical-study-results-page .tabs-section .tabs-content .content .effectiveness-measures-list-item-text-content ul {
  margin-top: 1.6rem;
  padding-left: 1.6rem;
}
.clinical-study-results-page .tabs-section .tabs-content .content .effectiveness-measures-list-item-text-content ul li {
  position: relative;
}
.clinical-study-results-page .tabs-section .tabs-content .content .effectiveness-measures-list-item-text-content ul li::before {
  content: '\2022';
  flex-shrink: 0;
  display: block;
  font-weight: 700;
  color: #963CBD;
  left: -1.4rem;
  position: absolute;
}
.clinical-study-results-page .tabs-section .tabs-content .content .effectiveness-measures-list-item .small-text {
  margin-top: 1.6rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7rem;
}
@media (max-width: 768px) {
  .clinical-study-results-page .tabs-section .tabs-content .content .effectiveness-measures-list-item .small-text {
    margin-top: 0.5rem;
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
}
.clinical-study-results-page .articles-navigation-section {
  padding-top: 4rem;
  background-color: #3333331C;
  overflow: hidden;
}
.clinical-study-results-page .articles-navigation-section-list {
  display: flex;
  flex-direction: row;
  gap: 2.5rem;
  margin: 6.1rem 0;
}
@media (max-width: 768px) {
  .clinical-study-results-page .articles-navigation-section-list {
    flex-direction: column;
    gap: 1.6rem;
    margin: 3.6rem 0;
  }
}
.clinical-study-results-page .articles-navigation-section-list-item {
  flex: 1;
  box-shadow: none;
  transition: box-shadow 600ms ease-in-out;
  border-radius: 0.8rem;
  overflow: hidden;
}
.clinical-study-results-page .articles-navigation-section-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #FFFFFF;
}
.clinical-study-results-page .articles-navigation-section-card:focus-visible {
  outline: none;
}
.clinical-study-results-page .articles-navigation-section-card:focus-visible .accent-arrow-link {
  outline: 0.2rem solid #E0115F;
  outline-offset: 0.4rem;
  gap: 1.2rem;
}
.clinical-study-results-page .articles-navigation-section-card:focus-visible .accent-arrow-link::before {
  opacity: 1;
}
.clinical-study-results-page .articles-navigation-section-card:focus-visible .accent-arrow-link p {
  opacity: 0;
}
.clinical-study-results-page .articles-navigation-section-card-image {
  width: 100%;
  height: auto;
}
.clinical-study-results-page .articles-navigation-section-card-image-container {
  width: 100%;
}
@media (max-width: 768px) {
  .clinical-study-results-page .articles-navigation-section-card-image-container img {
    height: 15rem;
    object-fit: cover;
  }
}
.clinical-study-results-page .articles-navigation-section-card-image-container.actor-portrayal {
  position: relative;
}
.clinical-study-results-page .articles-navigation-section-card-image-container.actor-portrayal::before {
  content: 'Actor portrayals.';
  display: inline-block;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  opacity: 1;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: calc(17.07em/14);
  text-shadow: 0 0.4rem 0.4rem #000000BF;
  color: #FFFFFF;
  transition: opacity 600ms ease-in-out;
}
.clinical-study-results-page .articles-navigation-section-card-title {
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.25em;
  text-transform: uppercase;
  color: #333333;
}
@media (max-width: 768px) {
  .clinical-study-results-page .articles-navigation-section-card-title {
    font-size: 1.4rem;
  }
}
.clinical-study-results-page .articles-navigation-section-card-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.25em;
  color: #333333;
}
@media (max-width: 768px) {
  .clinical-study-results-page .articles-navigation-section-card-text {
    font-size: 1.4rem;
  }
}
.clinical-study-results-page .articles-navigation-section-card-text-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  padding: 1.7rem 3rem 2.6rem;
}
@media (max-width: 768px) {
  .clinical-study-results-page .articles-navigation-section-card-text-content {
    gap: 0.8rem;
    padding: 1.6rem;
  }
}
.clinical-study-results-page .refLink {
  padding: 6rem 43.2rem;
}
@media (min-width: 768px) {
  .clinical-study-results-page .refLink a:focus {
    outline-width: 0.2rem;
    outline-style: solid;
    outline-offset: 0.2rem;
    outline-color: #963CBD;
  }
}
@media (max-width: 768px) {
  .clinical-study-results-page .refLink {
    padding: 1.6rem 1.6rem 2rem;
  }
}
.clinical-study-results-page .refLink p {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: calc(17em/14);
  color: #333333;
  margin-bottom: 1.8rem;
}
@media (max-width: 768px) {
  .clinical-study-results-page .refLink p {
    font-size: 1.2rem;
    margin-bottom: 3.6rem;
    color: #58595B;
    text-indent: -0.3rem;
  }
}
.clinical-study-results-page .refLink a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #963CBD;
  padding: 1.2rem 0;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.25em;
  text-transform: capitalize;
  color: #FFFFFF;
  border: 0.2rem transparent solid;
  border-radius: 5rem;
  transition: all 350ms ease-in-out;
  cursor: pointer;
}
@media (max-width: 768px) {
  .clinical-study-results-page .refLink a {
    padding: 0.8rem 0;
    font-size: 1.6rem;
  }
}
.clinical-study-results-page .refLink a svg {
  margin-left: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  fill: #FFFFFF;
  transition: all 350ms ease-in-out;
}
@media (max-width: 768px) {
  .clinical-study-results-page .refLink a svg {
    height: 2rem;
    width: auto;
  }
}
@media (min-width: 768px) {
  .clinical-study-results-page .refLink a:hover {
    background-color: #FFFFFF;
    border-color: #963CBD;
    color: #963CBD;
  }
  .clinical-study-results-page .refLink a:hover svg {
    margin-left: 2.5rem;
    fill: #963CBD;
  }
}
/*# sourceMappingURL=clinical-study-results.css.map */