.study-design {
  --primary-color: #4D8CFF;
  --primary-dark-color: #122674;
  --primary-text-color: #494949;
  --primary-dark-text-color: #3C3A45;
  --secondary-color: #FAA224;
  --sheet-color: #FFFFFF;
  --error-color: #FF0000;
  color: var(--primary-text-color);
}
.study-design .fpo {
  color: #FF00D5;
}
.study-design img {
  display: block;
}
.study-design [data-before-text] {
  position: relative;
}
.study-design [data-before-text]::before {
  content: attr(data-before-text);
  position: absolute;
}
.study-design .c-secondary {
  color: var(--secondary-color);
}
.study-design .hero {
  position: sticky;
  top: 0;
  padding-top: 16.7rem;
  height: 45.6rem;
  background-image: url("../../img/study-design/Hero3.webp");
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFFFFF;
  z-index: -1;
}
@media (max-width: 768px) {
  .study-design .hero {
    padding-top: 11.2rem;
    height: 45.8rem;
    background-image: url("../../img/study-design/Hero3-mob.webp");
  }
}
.study-design .hero .container {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 78rem;
}
@media (max-width: 768px) {
  .study-design .hero .container {
    width: 33rem;
  }
}
.study-design .hero[data-before-text]::before {
  right: 32rem;
  bottom: 5rem;
  font-weight: 500;
  font-style: italic;
  font-size: 1rem;
  line-height: 3;
  letter-spacing: 0;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .study-design .hero[data-before-text]::before {
    right: 2.6rem;
    bottom: 3.5rem;
  }
}
.study-design .hero::after {
  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-design .hero::after {
    height: 10rem;
    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-design .container {
  width: 78rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .study-design .container {
    width: 33rem;
  }
}
.study-design i {
  font-style: italic;
}
.study-design .sheet {
  background-color: white;
  border-radius: 4rem 4rem 0 0;
  padding: 2.6rem 0 2.6rem;
  margin-top: -1.8rem;
  top: 0;
}
@media (max-width: 768px) {
  .study-design .sheet {
    border-radius: 2rem 2rem 0 0;
  }
}
.study-design .sheet h2 {
  font-weight: 300;
  font-size: 3.6rem;
  line-height: 4.8rem;
  color: #122674;
  text-align: left;
}
@media (max-width: 768px) {
  .study-design .sheet h2 {
    font-size: 2.8rem;
    line-height: 3.5rem;
  }
}
.study-design .sheet h2 sup {
  position: relative;
  top: -0.6rem;
  font-size: 35%;
}
.study-design .sheet h2 sup.small {
  font-size: 70%;
  top: 0.2rem;
}
.study-design .sheet h3 {
  font-size: 2rem;
  font-weight: 600;
  color: #4D8CFF;
}
.study-design .sheet h4 {
  color: #4D8CFF;
  font-size: 1.8rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .study-design .sheet ul {
    margin-top: 2rem;
  }
}
.study-design .sheet ul li {
  font-size: 1.6rem;
  position: relative;
  padding-left: 1rem;
  list-style: none;
  color: #3C3A45;
}
.study-design .sheet ul li::before {
  content: "";
  position: absolute;
  top: 1.2rem;
  left: 0;
  width: 0.3rem;
  height: 0.3rem;
  background-color: #3C3A45;
  border-radius: 50%;
}
.study-design .ekterly-studied {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .study-design .ekterly-studied {
    margin-top: 1rem;
  }
}
.study-design .ekterly-studied h3 {
  margin-top: 3.1rem;
}
.study-design .ekterly-studied ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 4.7rem;
  column-gap: 8rem;
  list-style: none;
  padding: 0;
  margin-top: 9.1rem;
}
@media (max-width: 768px) {
  .study-design .ekterly-studied ul {
    margin-top: 5rem;
    column-gap: 0;
    justify-content: center;
    row-gap: 4rem;
  }
}
.study-design .ekterly-studied ul li {
  display: flex;
  align-items: flex-start;
  width: 35rem;
  gap: 2.3rem;
  padding-left: 0;
}
@media (max-width: 768px) {
  .study-design .ekterly-studied ul li {
    gap: 2.7rem;
  }
}
.study-design .ekterly-studied ul li::before {
  content: "";
  width: 0;
  height: 0;
}
.study-design .ekterly-studied ul li > .attack-icon,
.study-design .ekterly-studied ul li .shield-icon,
.study-design .ekterly-studied ul li .adult-icon,
.study-design .ekterly-studied ul li .warning-icon {
  width: 6rem;
  flex-shrink: 0;
}
.study-design .ekterly-studied ul li > .attack-icon {
  margin-top: -0.4rem;
}
.study-design .ekterly-studied ul li > .attack-icon img {
  height: 6.3rem;
  width: 5.8rem;
}
.study-design .ekterly-studied ul li > .adult-icon {
  margin-top: 0.7rem;
}
.study-design .ekterly-studied ul li > .adult-icon img {
  height: 5.5rem;
  width: 5.9rem;
}
.study-design .ekterly-studied ul li > .shield-icon {
  margin-top: 1rem;
}
.study-design .ekterly-studied ul li > .shield-icon img {
  height: 5.7rem;
  width: 4.8rem;
}
.study-design .ekterly-studied ul li > .warning-icon {
  margin-top: -0.6rem;
}
.study-design .ekterly-studied ul li > .warning-icon img {
  height: 5.7rem;
  width: 4.8rem;
}
.study-design .ekterly-studied ul li .text-block .title {
  display: block;
  font-size: 2.8rem;
  font-weight: 700;
  color: #4D97FF;
  text-transform: uppercase;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .study-design .ekterly-studied ul li .text-block .title {
    font-size: 2.6rem;
  }
}
.study-design .ekterly-studied ul li .text-block .title sup {
  font-size: 75%;
  position: relative;
  top: 0.5rem;
}
.study-design .ekterly-studied ul li .text-block .numbers {
  font-size: 4.2rem;
}
@media (max-width: 768px) {
  .study-design .ekterly-studied ul li .text-block .numbers {
    font-size: 3.7rem;
  }
}
.study-design .ekterly-studied ul li .text-block .attacks {
  font-size: 3.2rem;
}
.study-design .ekterly-studied ul li .text-block .subtext {
  display: block;
  font-size: 1.8rem;
  color: #3C3A45;
  line-height: 1.4;
}
.study-design .attack-body-locations {
  margin-top: 12rem;
}
@media (max-width: 768px) {
  .study-design .attack-body-locations {
    margin-top: 6rem;
  }
}
.study-design .attack-body-locations .scroll-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: -2rem auto 0;
  transform: scale(0.8);
  height: 55rem;
  overflow: visible;
}
@media (max-width: 768px) {
  .study-design .attack-body-locations .scroll-container {
    height: unset;
  }
}
.study-design .attack-body-locations .scroll-container .human-body {
  position: relative;
  width: 24.7rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .study-design .attack-body-locations .scroll-container .human-body {
    margin: 2.5rem auto 0;
    width: 13.6rem;
  }
}
.study-design .attack-body-locations .scroll-container .human-body img {
  width: 100%;
  height: auto;
  display: block;
}
.study-design .attack-body-locations .scroll-container .body-image {
  width: 100%;
}
.study-design .attack-body-locations .scroll-container .dot {
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  background: #FF0000;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease-in-out 500ms;
}
.study-design .attack-body-locations .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;
}
@media (max-width: 768px) {
  .study-design .attack-body-locations .scroll-container .dot::after {
    font-size: 1.4rem;
  }
}
.study-design .attack-body-locations .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-design .attack-body-locations .scroll-container .dot:nth-of-type(1) {
  top: 7%;
  left: 50%;
}
.study-design .attack-body-locations .scroll-container .dot:nth-of-type(1):after {
  left: 8.2rem;
}
.study-design .attack-body-locations .scroll-container .dot:nth-of-type(1):before {
  left: 50%;
  width: 6rem;
}
@media (max-width: 768px) {
  .study-design .attack-body-locations .scroll-container .dot:nth-of-type(1):after {
    left: 5.5rem;
  }
  .study-design .attack-body-locations .scroll-container .dot:nth-of-type(1):before {
    right: 50%;
    width: 6rem;
  }
}
.study-design .attack-body-locations .scroll-container .dot:nth-of-type(2) {
  top: 14%;
  left: 50%;
}
.study-design .attack-body-locations .scroll-container .dot:nth-of-type(2):after {
  right: 12rem;
}
.study-design .attack-body-locations .scroll-container .dot:nth-of-type(2):before {
  width: 10.5rem;
  right: 50%;
}
@media (max-width: 768px) {
  .study-design .attack-body-locations .scroll-container .dot:nth-of-type(2):after {
    right: 6rem;
    left: unset;
  }
  .study-design .attack-body-locations .scroll-container .dot:nth-of-type(2):before {
    left: unset;
    right: 50%;
    width: 7rem;
  }
}
.study-design .attack-body-locations .scroll-container .dot:nth-of-type(3) {
  top: 26%;
  left: 50%;
}
.study-design .attack-body-locations .scroll-container .dot:nth-of-type(3):after {
  right: 17.5rem;
}
.study-design .attack-body-locations .scroll-container .dot:nth-of-type(3):before {
  width: 13.2rem;
  right: 50%;
}
@media (max-width: 768px) {
  .study-design .attack-body-locations .scroll-container .dot:nth-of-type(3):after {
    right: 12.8rem;
  }
  .study-design .attack-body-locations .scroll-container .dot:nth-of-type(3):before {
    width: 10.8rem;
    right: 50%;
  }
}
.study-design .attack-body-locations .scroll-container .dot:nth-of-type(4) {
  top: 40%;
  left: 50%;
}
.study-design .attack-body-locations .scroll-container .dot:nth-of-type(4):after {
  left: 16rem;
}
.study-design .attack-body-locations .scroll-container .dot:nth-of-type(4):before {
  left: 50%;
  width: 13rem;
}
@media (max-width: 768px) {
  .study-design .attack-body-locations .scroll-container .dot:nth-of-type(4):after {
    left: 8.3rem;
    right: unset;
  }
  .study-design .attack-body-locations .scroll-container .dot:nth-of-type(4):before {
    right: unset;
    left: 50%;
    width: 7rem;
  }
}
.study-design .attack-body-locations .scroll-container .dot:nth-of-type(5) {
  top: 49%;
  left: 50%;
}
@media (max-width: 768px) {
  .study-design .attack-body-locations .scroll-container .dot:nth-of-type(5) {
    top: 50%;
  }
}
.study-design .attack-body-locations .scroll-container .dot:nth-of-type(5):after {
  right: 17rem;
}
.study-design .attack-body-locations .scroll-container .dot:nth-of-type(5):before {
  right: 50%;
  width: 15rem;
}
@media (max-width: 768px) {
  .study-design .attack-body-locations .scroll-container .dot:nth-of-type(5):after {
    right: 10rem;
    left: unset;
  }
  .study-design .attack-body-locations .scroll-container .dot:nth-of-type(5):before {
    left: unset;
    right: 50%;
    width: 9rem;
  }
}
.study-design .attack-body-locations .scroll-container .dot:nth-of-type(6) {
  top: 53%;
  left: 91%;
}
.study-design .attack-body-locations .scroll-container .dot:nth-of-type(6):after {
  left: 8rem;
}
.study-design .attack-body-locations .scroll-container .dot:nth-of-type(6):before {
  left: 50%;
  width: 6rem;
}
@media (max-width: 768px) {
  .study-design .attack-body-locations .scroll-container .dot:nth-of-type(6):after {
    left: 3rem;
  }
  .study-design .attack-body-locations .scroll-container .dot:nth-of-type(6):before {
    left: 50%;
    width: 4rem;
  }
}
.study-design .attack-body-locations .scroll-container .dot:nth-of-type(7) {
  top: 88%;
  left: 65%;
}
.study-design .attack-body-locations .scroll-container .dot:nth-of-type(7):after {
  left: 8rem;
}
.study-design .attack-body-locations .scroll-container .dot:nth-of-type(7):before {
  left: 50%;
  width: 6rem;
}
@media (max-width: 768px) {
  .study-design .attack-body-locations .scroll-container .dot:nth-of-type(7):after {
    left: 4.8rem;
  }
  .study-design .attack-body-locations .scroll-container .dot:nth-of-type(7):before {
    left: 50%;
    width: 3rem;
  }
}
.study-design .attack-body-locations .scroll-container .dot.active {
  width: 5rem;
  height: 5rem;
  background: rgba(255, 255, 255, 0);
  border: 0.2rem solid #FF0000;
}
.study-design .attack-body-locations .scroll-container .dot.active:nth-of-type(1) {
  width: 3.9rem;
  height: 3.9rem;
}
@media (max-width: 768px) {
  .study-design .attack-body-locations .scroll-container .dot.active:nth-of-type(1) {
    width: 2.1rem;
    height: 2.1rem;
  }
}
.study-design .attack-body-locations .scroll-container .dot.active:nth-of-type(2) {
  width: 3rem;
  height: 3rem;
}
@media (max-width: 768px) {
  .study-design .attack-body-locations .scroll-container .dot.active:nth-of-type(2) {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.study-design .attack-body-locations .scroll-container .dot.active:nth-of-type(3) {
  width: 7.5rem;
  height: 7.5rem;
}
@media (max-width: 768px) {
  .study-design .attack-body-locations .scroll-container .dot.active:nth-of-type(3) {
    width: 4.7rem;
    height: 4.7rem;
  }
}
.study-design .attack-body-locations .scroll-container .dot.active:nth-of-type(4) {
  width: 4.8rem;
  height: 4.8rem;
}
@media (max-width: 768px) {
  .study-design .attack-body-locations .scroll-container .dot.active:nth-of-type(4) {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.study-design .attack-body-locations .scroll-container .dot.active:nth-of-type(5) {
  width: 3.3rem;
  height: 3.3rem;
}
@media (max-width: 768px) {
  .study-design .attack-body-locations .scroll-container .dot.active:nth-of-type(5) {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.study-design .attack-body-locations .scroll-container .dot.active:nth-of-type(6) {
  width: 4.3rem;
  height: 4.3rem;
}
@media (max-width: 768px) {
  .study-design .attack-body-locations .scroll-container .dot.active:nth-of-type(6) {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.study-design .attack-body-locations .scroll-container .dot.active:nth-of-type(7) {
  width: 4.8rem;
  height: 4.8rem;
}
@media (max-width: 768px) {
  .study-design .attack-body-locations .scroll-container .dot.active:nth-of-type(7) {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.study-design .attack-body-locations .scroll-container .dot.active::after,
.study-design .attack-body-locations .scroll-container .dot.active::before {
  opacity: 1;
}
@media (max-width: 768px) {
  .study-design .attack-body-locations .footnote {
    text-indent: -0.25rem;
  }
}
.study-design .patient-treated {
  margin-top: 9rem;
}
@media (max-width: 768px) {
  .study-design .patient-treated {
    margin-top: 7rem;
  }
}
.study-design .patient-treated .accordion {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .study-design .patient-treated .accordion {
    position: relative;
    left: -3rem;
    width: 100vw;
  }
}
.study-design .patient-treated .accordion > ul {
  width: 78rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .study-design .patient-treated .accordion > ul {
    width: auto;
    margin: 0;
  }
}
.study-design .patient-treated .accordion > ul ul {
  margin-top: 1.5rem;
}
.study-design .patient-treated .accordion > ul li {
  padding: 0;
}
.study-design .patient-treated .accordion > ul li::before {
  display: none;
}
.study-design .patient-treated .accordion > ul > li {
  width: 100%;
  margin-top: 0.5rem;
  overflow: hidden;
}
.study-design .patient-treated .accordion > ul > li > .accordion-content-wrapper {
  padding: 1.8rem 3.5rem 6rem;
}
.study-design .patient-treated .accordion > ul > li .accordion-header {
  cursor: pointer;
  width: fit-content;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .study-design .patient-treated .accordion > ul > li .accordion-header {
    position: relative;
    left: 3rem;
  }
}
.study-design .patient-treated .accordion > ul > li .accordion-header p {
  text-align: left;
  font-weight: 600;
  font-size: 1.6rem;
  color: #122674;
  text-decoration: underline;
}
.study-design .patient-treated .accordion > ul > li .accordion-header div {
  border: 0.3rem solid orange;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  background: linear-gradient(90deg, #4C76BA 0%, #214080 100%);
  padding: 0.3rem;
  margin: 0 0 -0.2rem 1rem;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .study-design .patient-treated .accordion > ul > li .accordion-header div {
    border: 0.3rem solid orange;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0.4rem;
  }
}
.study-design .patient-treated .accordion > ul > li .accordion-content-wrapper {
  max-height: 0;
  transition: max-height 0.3s ease-out;
  overflow: hidden;
}
.study-design .patient-treated .accordion > ul > li .accordion-content {
  padding: 1.7rem 2.2rem 1.6rem 2.7rem;
  font-size: 1.4rem;
  background-color: #F1F7FF;
}
@media (max-width: 768px) {
  .study-design .patient-treated .accordion > ul > li .accordion-content {
    padding: 2rem 3rem;
  }
}
.study-design .patient-treated .size-image {
  margin-top: 6rem;
}
.study-design .patient-treated .size-image .size-image-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #122674;
}
.study-design .patient-treated .size-image .size-button {
  width: 3.9rem;
  height: 3.9rem;
  display: inline-block;
}
.study-design .patient-treated .visual-popup {
  width: 77.9rem;
  background: rgba(77, 140, 255, 0.05);
  border-radius: 2.5rem;
  padding: 4rem 2rem 0;
  margin: 7rem auto 0;
}
@media (max-width: 768px) {
  .study-design .patient-treated .visual-popup {
    width: 36rem;
    margin-top: 0;
    position: relative;
    left: -1rem;
    padding: 4rem 2rem 0;
  }
}
.study-design .patient-treated .visual-popup .image {
  position: relative;
  left: 5.5rem;
}
@media (max-width: 768px) {
  .study-design .patient-treated .visual-popup .image {
    left: 0;
  }
}
.study-design .patient-treated .visual-popup .image img {
  display: block;
  border-radius: 1rem;
}
@media (max-width: 768px) {
  .study-design .patient-treated .visual-popup .image img {
    width: 105%;
  }
}
.study-design .patient-treated .visual-popup .adapted {
  position: relative;
  bottom: 4rem;
  left: 19rem;
  font-size: 1rem !important;
  color: #727172;
}
@media (max-width: 768px) {
  .study-design .patient-treated .visual-popup .adapted {
    left: 7rem;
    bottom: 2rem;
  }
}
.study-design .patient-treated ul {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .study-design .patient-treated ul {
    margin-top: 3.5rem;
  }
}
@media (max-width: 768px) {
  .study-design .patient-treated ul > li {
    margin-top: 1rem;
  }
}
.study-design .konfident {
  margin-top: 12rem;
}
@media (max-width: 768px) {
  .study-design .konfident {
    margin-top: 8rem;
  }
}
@media (max-width: 768px) {
  .study-design .konfident h2 {
    font-size: 2.8rem;
    line-height: 3.5rem;
  }
}
.study-design .konfident h3 {
  margin-top: 2.4rem;
}
@media (max-width: 768px) {
  .study-design .konfident h3 {
    font-size: 2rem;
  }
}
.study-design .konfident .primary-text {
  margin-top: 4rem;
  color: #FAA224;
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: uppercase;
}
.study-design .konfident h4 {
  margin-top: 0.5rem;
}
.study-design .konfident .defined-text {
  margin-top: 1.8rem;
}
.study-design .konfident ul {
  margin-top: 1rem;
}
.study-design .konfident .pgi-c {
  margin-top: 7rem;
}
@media (max-width: 768px) {
  .study-design .konfident .pgi-c {
    position: relative;
    margin-top: 5rem;
  }
}
.study-design .konfident .pgi-c .pgi-c-text {
  font-weight: 700;
  font-size: 1.8rem;
  color: #122674;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .study-design .konfident .pgi-c .pgi-c-text {
    font-size: 1.6rem;
    position: absolute;
    top: 1.5rem;
    left: 13rem;
    width: fit-content;
  }
}
.study-design .konfident .pgi-c .mobile.image {
  height: 46rem;
  width: 9.3rem;
}
.study-design .konfident .pgi-c .image {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .study-design .konfident .pgi-c .image {
    margin-top: 0;
  }
}
.study-design .konfident .pgi-c .patient-report {
  background: linear-gradient(180deg, rgba(250, 162, 36, 0) 0%, rgba(250, 162, 36, 0.1) 100%);
  width: 28.7rem;
  padding: 3.9rem 2.2rem 2.2rem 2.5rem;
  border-radius: 0 0 2.5rem 2.5rem;
  color: #4D8CFF;
  position: relative;
  left: 34.3rem;
}
@media (max-width: 768px) {
  .study-design .konfident .pgi-c .patient-report {
    background: linear-gradient(90deg, rgba(250, 162, 36, 0) 0%, rgba(250, 162, 36, 0.1) 100%);
    border-radius: 0 2.5rem 2.5rem;
    position: absolute;
    left: 4rem;
    bottom: 8rem;
    padding: 2.3rem 1.5rem 2.2rem 8.5rem;
  }
}
.study-design .konfident .pgi-c .patient-report .down-arrow {
  position: absolute;
  width: 1rem;
  height: 3.8rem;
  top: -1rem;
  left: 50%;
}
@media (max-width: 768px) {
  .study-design .konfident .pgi-c .patient-report .down-arrow {
    rotate: 270deg;
    top: 7rem;
    left: 18%;
  }
}
.study-design .enabled-rapid {
  margin-top: 12rem;
}
@media (max-width: 768px) {
  .study-design .enabled-rapid {
    margin-top: 7rem;
  }
}
.study-design .enabled-rapid .median-time-text {
  margin-top: 7rem;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
  text-transform: uppercase;
  color: #122674;
}
.study-design .enabled-rapid ul {
  margin-top: 4rem;
  display: flex;
  gap: 2rem;
  list-style: none;
  padding: 0;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
}
.study-design .enabled-rapid ul li {
  width: 33rem;
  padding-left: 0;
}
.study-design .enabled-rapid ul li::before {
  content: "";
  width: 0;
  height: 0;
}
.study-design .enabled-rapid ul li.mobile p {
  margin-top: 0;
}
.study-design .enabled-rapid ul .treatment-item {
  overflow: hidden;
  text-align: center;
  font-family: sans-serif;
}
.study-design .enabled-rapid ul .treatment-item .top {
  border-radius: 2.5rem 2.5rem 0 0;
  padding: 2.8rem 0 1.8rem 0;
  font-size: 1.6rem;
  font-weight: 600;
  width: 33rem;
}
.study-design .enabled-rapid ul .treatment-item .bottom {
  margin-top: 0.3rem;
  padding: 3.8rem 1.6rem;
  font-size: 1.6rem;
  background-color: white;
  border-radius: 0 0 2.5rem 2.5rem;
  width: 33rem;
}
.study-design .enabled-rapid ul .treatment-item .bottom .time {
  line-height: 6rem;
  font-size: 7.4rem;
  font-weight: 900;
  color: #122674;
}
.study-design .enabled-rapid ul .treatment-item .bottom .label {
  color: #4D8CFF;
  font-weight: 700;
  font-size: 2.8rem;
}
.study-design .enabled-rapid ul .treatment-item.peach .top {
  background-color: #ffedcf;
}
.study-design .enabled-rapid ul .treatment-item.peach .bottom {
  background-color: #fff7ee;
}
.study-design .enabled-rapid ul .treatment-item.blue .top {
  background-color: #e7f0ff;
}
.study-design .enabled-rapid ul .treatment-item.blue .bottom {
  background-color: #f5faff;
}
@media (max-width: 768px) {
  .study-design .enabled-rapid ul .treatment-item.blue {
    margin-top: 2rem;
  }
}
.study-design .enabled-rapid .attack-treated-hour {
  margin-top: 1.8rem;
  margin-left: 5rem;
}
@media (max-width: 768px) {
  .study-design .enabled-rapid .attack-treated-hour {
    margin-left: 0rem;
  }
}
@media (max-width: 768px) {
  .study-design .charts {
    margin-top: 5rem;
  }
}
.study-design .charts .charts-title {
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
  text-transform: uppercase;
  color: #122674;
}
.study-design .charts .image-container {
  position: relative;
  display: block;
  overflow: hidden;
}
@media (max-width: 768px) {
  .study-design .charts .image-container {
    padding-bottom: 1rem;
  }
}
.study-design .charts .image-container img {
  width: 55%;
  margin: 10rem auto 0;
}
@media (max-width: 768px) {
  .study-design .charts .image-container img {
    width: 83%;
    margin-top: 4rem;
  }
}
.study-design .charts .image-container .charts-title {
  position: absolute;
  top: 13rem;
  left: 25%;
}
@media (max-width: 768px) {
  .study-design .charts .image-container .charts-title {
    top: 2rem;
    left: 0;
  }
}
.study-design .charts .image-container .chart-label {
  position: absolute;
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (max-width: 768px) {
  .study-design .charts .image-container .chart-label {
    line-height: 1.8rem;
  }
}
.study-design .charts .image-container .chart-label > span {
  color: #4D8CFF;
  font-size: 2.4rem;
  font-weight: 900;
}
.study-design .charts .image-container .chart-label::before {
  content: '';
  position: absolute;
  top: 15%;
  opacity: 1;
  transform: translateY(-50%);
  color: #3C3A45;
  height: 0.1rem;
  background-color: #494949;
}
.study-design .charts .image-container .chart-label::after {
  content: '';
  position: absolute;
  top: 15%;
  transform: translateY(-50%);
  width: 0.1rem;
  height: 1rem;
  background-color: #494949;
}
@media (max-width: 768px) {
  .study-design .charts .image-container .chart-label::after {
    height: 0.5rem;
  }
}
.study-design .charts .image-container .top-left {
  top: 25rem;
  left: 13rem;
  width: 8rem;
}
@media (max-width: 768px) {
  .study-design .charts .image-container .top-left {
    left: 0;
    top: 11.7rem;
    width: 8rem;
  }
}
.study-design .charts .image-container .top-left:before {
  left: 120%;
  width: 9rem;
}
@media (max-width: 768px) {
  .study-design .charts .image-container .top-left:before {
    left: 95%;
    width: 5rem;
  }
}
.study-design .charts .image-container .top-left::after {
  left: calc(120% - 0.01rem);
}
@media (max-width: 768px) {
  .study-design .charts .image-container .top-left::after {
    left: calc(95% - 0.01rem);
  }
}
.study-design .charts .image-container .top-right {
  top: 25rem;
  right: 12rem;
  width: 9rem;
}
@media (max-width: 768px) {
  .study-design .charts .image-container .top-right {
    right: -0.5rem;
    top: 11.7rem;
    width: 8rem;
  }
}
.study-design .charts .image-container .top-right:before {
  right: 120%;
  width: 8rem;
}
@media (max-width: 768px) {
  .study-design .charts .image-container .top-right:before {
    right: 108%;
    width: 3rem;
    top: 1rem;
  }
}
.study-design .charts .image-container .top-right::after {
  right: calc(120% - 0.01rem);
}
@media (max-width: 768px) {
  .study-design .charts .image-container .top-right::after {
    right: calc(108% - 0.01rem);
    top: 1rem;
  }
}
.study-design .charts .image-container .bottom-left {
  bottom: 4rem;
  left: 13rem;
  width: 9rem;
}
@media (max-width: 768px) {
  .study-design .charts .image-container .bottom-left {
    left: 0;
    bottom: 0;
  }
}
.study-design .charts .image-container .bottom-left:before {
  left: 107%;
  width: 8rem;
}
@media (max-width: 768px) {
  .study-design .charts .image-container .bottom-left:before {
    left: 85%;
    width: 5rem;
  }
}
.study-design .charts .image-container .bottom-left::after {
  left: calc(107% - 0.01rem);
}
@media (max-width: 768px) {
  .study-design .charts .image-container .bottom-left::after {
    left: calc(85% - 0.01rem);
  }
}
.study-design .charts .image-container .bottom-right {
  bottom: 9rem;
  right: 10rem;
  width: 10.5rem;
}
@media (max-width: 768px) {
  .study-design .charts .image-container .bottom-right {
    right: -0.5rem;
    bottom: 3rem;
    width: 8rem;
  }
}
.study-design .charts .image-container .bottom-right:before {
  right: 120%;
  width: 17rem;
}
@media (max-width: 768px) {
  .study-design .charts .image-container .bottom-right:before {
    right: 105%;
    width: 9rem;
    top: 1rem;
  }
}
.study-design .charts .image-container .bottom-right::after {
  right: calc(120% - 0.01rem);
}
@media (max-width: 768px) {
  .study-design .charts .image-container .bottom-right::after {
    right: calc(105% - 0.01rem);
    top: 1rem;
  }
}
.study-design .charts .image-container .bottom-right span {
  color: #3C3A45;
}
.study-design .up-next {
  width: 78.1rem;
  margin: 5rem auto 0;
  border-radius: 2.5rem;
  overflow: hidden;
  height: 29.1rem;
}
@media (max-width: 768px) {
  .study-design .up-next {
    width: 33rem;
    height: 40rem;
    margin-top: 5.5rem;
  }
}
.study-design .up-next .image-container {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 768px) {
  .study-design .up-next .image-container {
    height: 40rem;
  }
}
.study-design .up-next .image-container > img {
  transition: transform 0.3s ease;
}
.study-design .up-next .image-container:hover > img {
  transform: scale(1.05);
}
.study-design .up-next .image-container::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 30.1rem;
  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-design .up-next .image-container::before {
    height: 40rem;
  }
}
.study-design .up-next .image-container .next-page {
  position: absolute;
  left: 3.5rem;
  bottom: 3rem;
  z-index: 3;
}
.study-design .up-next .image-container .next-page span {
  color: white;
  left: 3.5rem;
}
@media (max-width: 768px) {
  .study-design .up-next .image-container .next-page span {
    width: 17rem;
  }
}
.study-design .up-next .image-container .next-page span.up-next {
  color: #FAA224;
  font-size: 1.6rem;
  font-weight: 700;
}
.study-design .up-next .image-container .next-page span.page-name {
  font-size: 2.2rem;
  font-weight: 600;
  width: 250rem;
}
.study-design .up-next .image-container .next-page span img {
  position: absolute;
  top: 2.8rem;
  left: 6.5rem;
  width: 2rem;
  height: 2rem;
}
@media (max-width: 768px) {
  .study-design .up-next .image-container .next-page span img {
    left: 25rem;
    top: 2.7rem;
  }
}
.study-design .up-next .image-container .actor-portrayal {
  position: absolute;
  font-size: 0.8rem;
  font-weight: 500;
  font-style: italic;
  top: 1.5rem;
  right: 3.6rem;
  color: white;
  z-index: 3;
}
@media (max-width: 768px) {
  .study-design .up-next .image-container .actor-portrayal {
    top: 2rem;
    right: 4rem;
  }
}
.study-design .reference {
  margin-top: 7rem;
}
@media (max-width: 768px) {
  .study-design .reference {
    margin-top: 4rem;
  }
}
.study-design .reference .container {
  width: 91.2rem;
}
@media (max-width: 768px) {
  .study-design .reference .container {
    width: 33rem;
  }
}
.study-design .reference .container .severe-laryngeal {
  text-indent: -0.55rem;
}
.study-design .reference .container p {
  text-indent: -0.4rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4rem;
  color: #3C3A45;
  padding-left: 0.4rem;
}
.study-design .reference .container p i {
  font-style: italic;
}
.study-design .reference .container .hae-hereditary {
  padding: 0;
  margin-top: 1.4rem;
  text-indent: 0;
}
.study-design .reference .container .reference-list {
  text-indent: 0;
  padding: 0;
  margin-top: 1.5rem;
}
.study-design .popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.study-design .popup-content {
  background: white;
  width: 100dvw;
  height: 90dvh;
  padding: 1rem;
  overflow: hidden;
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 10rem;
}
.study-design .close-popup {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 3rem;
  color: #122674;
  cursor: pointer;
  z-index: 10;
}
.study-design .rotate-hint {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.75rem;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  text-align: center;
  color: #122674;
  margin-top: 4.5rem;
}
.study-design .rotate-hint img {
  width: 4.3rem;
  height: 4.3rem;
}
.study-design #popupVisualContainer {
  background: #F9FBFF;
  border-radius: 2.5rem;
  padding: 1rem 0 0;
  margin: 0.8rem auto 0;
}
.study-design #popupVisualContainer .adapted {
  position: relative;
  font-size: 1.2rem;
  color: #727172;
  left: 6rem;
  bottom: 2rem;
}
@media screen and (orientation: landscape) {
  .study-design #popupVisualContainer {
    padding: 0;
    height: 100%;
    margin: 0;
  }
  .study-design #popupVisualContainer .adapted {
    font-size: 2rem ;
    bottom: 3.5rem;
    left: 33rem ;
  }
  .study-design .popup-content {
    width: 90dvw;
    height: 90dvh;
    padding: 0;
    border-radius: 0;
    background: #F9FBFF;
  }
  .study-design .rotate-hint {
    display: none;
  }
  .study-design .close-popup {
    font-size: 4rem;
    color: #122674;
    top: 2rem;
    right: 3rem;
  }
  .study-design .popup-content .visual-popup {
    scale: 0.9;
  }
  .study-design .popup-content .visual-popup .image img {
    max-height: 90dvh;
    object-fit: contain;
  }
}
@media screen and (orientation: landscape) and (max-width: 768px) {
  .study-design .close-popup {
    font-size: 2rem;
    color: #122674;
    top: 1rem;
    right: 2rem;
  }
  .study-design #popupVisualContainer {
    width: auto;
  }
  .study-design #popupVisualContainer .adapted {
    font-size: 0.6rem;
    bottom: 2.5rem;
    left: 8rem;
  }
  .study-design #popupVisualContainer .visual-popup {
    scale: unset;
    max-height: 100%;
  }
  .study-design #popupVisualContainer .visual-popup .image img {
    height: 83dvh;
  }
}
/*# sourceMappingURL=study-design.css.map */