.clinical-overview-section-1 .study-design-wrap {
  max-width: 1034px;
  margin-left: auto;
  margin-right: auto;
}
.clinical-overview-section-1 .study-design-wrap .expandable-container {
  border-radius: 30px 0;
  border: 2px solid #009E7D;
  overflow: hidden;
  max-width: 918px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .clinical-overview-section-1 .study-design-wrap .expandable-container {
    border-radius: 40px 0;
  }
}
.clinical-overview-section-1 .study-design-wrap .expandable-container .head-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  padding: 11px 18px;
  transition: 200ms all ease;
  cursor: pointer;
}
.clinical-overview-section-1 .study-design-wrap .expandable-container .head-wrap .wrap-title {
  color: #009E7D;
}
.clinical-overview-section-1 .study-design-wrap .expandable-container .head-wrap::after {
  content: "";
  flex: 0 0 14px;
  height: 14px;
  background-image: url("/wp-content/uploads/green-plus-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: 200ms all ease;
}
.clinical-overview-section-1 .study-design-wrap .expandable-container .content-wrap {
  padding-bottom: 20px;
  margin: 0 20px;
  display: none;
}
@media (min-width: 768px) {
  .clinical-overview-section-1 .study-design-wrap .expandable-container .content-wrap {
    margin: 0 35px;
  }
}
.clinical-overview-section-1 .study-design-wrap .expandable-container.is-active .head-wrap {
  justify-content: space-between;
  padding: 14px 18px 10px;
}
@media (min-width: 576px) {
  .clinical-overview-section-1 .study-design-wrap .expandable-container.is-active .head-wrap {
    padding: 17px 25px 14px;
  }
}
@media (min-width: 768px) {
  .clinical-overview-section-1 .study-design-wrap .expandable-container.is-active .head-wrap {
    padding: 17px 36px 18px;
  }
}
.clinical-overview-section-1 .study-design-wrap .expandable-container.is-active .head-wrap::after {
  transform: rotate(45deg);
}
.clinical-overview-section-1 .study-design-wrap .expandable-container.is-active .content-wrap {
  display: block;
}
.clinical-overview-section-2 {
  background: linear-gradient(90deg, rgba(229, 246, 243, 0.7) 0%, rgba(229, 246, 243, 0.2) 100%);
}
.clinical-overview-section-2 .endpoint-container {
  display: grid;
  gap: 40px;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .clinical-overview-section-2 .endpoint-container {
    grid-template-columns: 1fr 1fr;
  }
}
.clinical-overview-section-2 .endpoint-container .endpoint-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 20px;
  box-shadow: 0 0 10px 0 rgba(14, 24, 41, 0.1);
  padding: 18px 20px;
}
@media (min-width: 768px) {
  .clinical-overview-section-2 .endpoint-container .endpoint-item {
    min-height: 178px;
  }
}
@media (min-width: 992px) {
  .clinical-overview-section-2 .endpoint-container .endpoint-item {
    padding: 25px 34px;
  }
}
.clinical-overview-section-2 .endpoint-container .endpoint-item.endpoint-primary {
  border: 2px solid #5575D9;
  background: #EEF1FB;
}
.clinical-overview-section-2 .endpoint-container .endpoint-item.endpoint-secondary {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%), #FFF;
}
.clinical-overview-section-2 .endpoint-container .endpoint-item.endpoint-additional {
  padding: 20px 16.5px;
  background: #FFF;
}
@media (min-width: 768px) {
  .clinical-overview-section-2 .endpoint-container .endpoint-item.endpoint-additional {
    grid-column: 1 / -1;
  }
}
@media (min-width: 992px) {
  .clinical-overview-section-2 .endpoint-container .endpoint-item.endpoint-additional {
    padding: 34px 35px 30px;
  }
}
.clinical-overview-section-2 .endpoint-container .endpoint-item.endpoint-additional .bullet-container {
  display: grid;
  gap: 12px;
  column-gap: 40px;
}
@media (min-width: 992px) {
  .clinical-overview-section-2 .endpoint-container .endpoint-item.endpoint-additional .bullet-container {
    grid-template-columns: 1fr 1fr;
  }
}
.clinical-overview-section-3 .characteristic-table-container {
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid #009E7D;
}
.clinical-overview-section-3 .characteristic-table-container .characteristic-table {
  border-collapse: collapse;
  width: 100%;
}
.clinical-overview-section-3 .characteristic-table-container .characteristic-table thead {
  background-color: #009E7D;
  color: #FFFFFF;
}
.clinical-overview-section-3 .characteristic-table-container .characteristic-table thead tr th {
  width: 50%;
  padding: 18px 29px;
  font-size: clamp(1.125rem, 3.125vw, 1.5rem);
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .clinical-overview-section-3 .characteristic-table-container .characteristic-table thead tr th {
    padding: 15px 30px;
    text-transform: uppercase;
  }
}
@media (min-width: 768px) {
  .clinical-overview-section-3 .characteristic-table-container .characteristic-table thead tr th.label-title {
    text-align: left;
  }
}
.clinical-overview-section-3 .characteristic-table-container .characteristic-table thead tr th.value-title {
  border-left: 1px solid #FFF;
}
.clinical-overview-section-3 .characteristic-table-container .characteristic-table tbody {
  font-size: clamp(1rem, 2.77vw, 1.125rem);
  line-height: 1.2;
}
.clinical-overview-section-3 .characteristic-table-container .characteristic-table tbody .label-text {
  padding: 15px 19px;
}
@media (min-width: 768px) {
  .clinical-overview-section-3 .characteristic-table-container .characteristic-table tbody .label-text {
    padding: 15px 60px;
  }
}
.clinical-overview-section-3 .characteristic-table-container .characteristic-table tbody .Value-text {
  padding: 15px 30px;
  text-align: center;
  border-left: 1px solid #EBEBEB;
}
.clinical-overview-section-3 .characteristic-table-container .characteristic-table tbody .default-row {
  border-bottom: 2px solid #EBEBEB;
}
.clinical-overview-section-3 .characteristic-table-container .characteristic-table tbody .highlighted-row {
  border-bottom: 2px solid #EBEBEB;
}
.clinical-overview-section-3 .characteristic-table-container .characteristic-table tbody .highlighted-row .label-text {
  font-weight: 700;
  padding: 15px 10px;
}
@media (min-width: 768px) {
  .clinical-overview-section-3 .characteristic-table-container .characteristic-table tbody .highlighted-row .label-text {
    padding: 15px 30px;
  }
}
.clinical-overview-section-3 .characteristic-table-container .characteristic-table tbody .merge-seperator {
  border-bottom: 2px solid #CDCDCD;
}
.clinical-overview-section-3 .characteristic-table-container .characteristic-table tbody .dark-seperator {
  border-bottom: 2px solid #AEAEAE;
}
.clinical-overview-section-3 .characteristic-table-container .characteristic-table tbody tr:last-child {
  border-bottom: none;
}
