/* Nav on Publications page */
.nav--dark--important:not(.nav--open) .nav__content-wrapper {
  --fg-color: var(--black) !important;
  background-color: var(--white) !important;
}

.nav--dark--important:not(.nav--open) .nav__logo {
  -webkit-filter: brightness(0) !important;
          filter: brightness(0) !important;
}

.nav--dark--important .sub-menu {
  background: var(--white) !important;
}

.nav--dark--important .sub-menu a {
  color: var(--black) !important;
}

@media (max-width: 930px) {
  .nav--dark--important .sub-menu a {
    color: var(--white) !important;
  }
}

@media screen and (min-width: 931px) {
  .nav--secondary--important .sub-menu .menu-items::before {
    background: var(--white) !important;
    border-radius: 2px !important;
    content: "" !important;
    height: calc(100% + 8px) !important;
    left: 0 !important;
    position: absolute !important;
    top: 0 !important;
    width: calc(100% + 8px) !important;
  }

  .nav--secondary--important .sub-menu .menu-item {
    padding-left: 8px !important;
  }
}

/*
*
* Home Page
*
*/
.home__slider {
  position: relative;
  -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.home__slider div {
  line-height: 0;
  margin: 0;
}

.home__slider--loading {
  opacity: 0;
}

.home__slider--loading .container__heading {
  opacity: 0;
  -webkit-transform: translateY(-15%);
      -ms-transform: translateY(-15%);
          transform: translateY(-15%);
}

.slider__slide {
  height: var(--full-height);
  position: relative;
}

.slide__container {
  -webkit-align-content: end;
      -ms-flex-line-pack: end;
          align-content: end;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
              -ms-grid-row-align: end;
          align-items: end;
  height: 100%;
  position: absolute;
}

.slick-vertical .slick-slide {
  border: 0;
}

.slick-dots {
  bottom: 34px;
  display: block;
  list-style: none;
  position: absolute;
  right: 74px;
  text-align: center;
}

.slick-dots li.slick-active button {
  background-color: var(--white);
}

.slick-dots li button {
  background: none;
  border: solid 1px var(--white);
  border-radius: 100%;
  color: transparent;
  cursor: pointer;
  display: block;
  height: 13px;
  margin: 14px 0;
  outline: none;
  padding: 5px;
  width: 13px;
}

.home__slider-next {
  background: none;
  border: none;
  bottom: 34px;
  color: var(--white);
  cursor: pointer;
  height: 31px;
  outline: none;
  padding: 0;
  position: absolute;
  right: 65px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.home__slider-next--rotated {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.container__heading {
  grid-column: 3 / 14;
  opacity: 0;
  padding-right: 1rem;
  -webkit-transform: translateY(-15%);
      -ms-transform: translateY(-15%);
          transform: translateY(-15%);
  -webkit-transition: all 0.5s ease 0.25s;
  transition: all 0.5s ease 0.25s;
  z-index: 1;
}

.container__heading > * {
  color: var(--white);
  line-height: initial;
}

.slick-current.slick-active .container__heading {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.container__heading > .heading__text {
  line-height: initial;
}

.heading__text h1 {
  color: var(--white);
  line-height: 1.266666;
  text-transform: initial;
}

.heading__button {
  font-size: 0.875rem;
  -ms-grid-row: 2;
      grid-row: 2;
  letter-spacing: 0.04em;
  margin-bottom: 6.0625rem;
  margin-top: 0.7625rem;
  padding: 1.25rem 1.875rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.slide__related-story {
  bottom: 0;
  color: var(--white);
  font-family: var(--default-title-font);
  font-size: 0.875rem;
  font-weight: bold;
  padding-bottom: 46px;
  position: absolute;
  right: 147px;
  text-transform: uppercase;
  text-underline-offset: 0.04em;
}

.video-full-background {
  height: 100%;
  position: relative;
  width: 100%;
}

.video-full-background__element {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.slider__slide .image.focus-center {
  background-size: cover;
  height: 100vh;
  width: 100%;
  background-position: 50%;
}

.image {
  background-position: center;
  background-size: cover;
  height: 100vh;
  width: 100%;
}

.slider__slide .image.focus-center {
  background-position: center;
}

.slider__slide .image.focus-right {
  background-position: right;
}

.slider__slide .image.focus-left {
  background-position: left;
}

@media screen and (max-width: 39.9375rem) {
  .container__heading {
    grid-column: 2 / 11;
    -ms-grid-row: 1;
        grid-row: 1;
  }

  .slide__related-story {
    right: unset;
    left: 10%;
    z-index: 1;
  }

  .slick-dots {
    right: 34px;
  }

  .home__slider-next {
    right: 25px;
  }
}

@media screen and (max-height: 700px) {
  .heading__text h1 {
    font-size: 2.5rem;
  }
}

/*
*
* Our Model
*
*/
.our-model p {
  letter-spacing: -0.012083333333333em;
}

.our-model__intro-text,
.our-model__section {
  margin-top: clamp(3.75rem, 2.3929rem + 6.7857vw, 8.5rem);
}

.our-model__section--affiliate {
  margin-top: calc(clamp(3.75rem, 2.3929rem + 6.7857vw, 8.5rem) - 3.5rem);
}

.our-model__intro-text p:last-child {
  margin-bottom: 0;
}

.our-model__section:last-child {
  padding-bottom: calc(clamp(3.75rem, 2.3929rem + 6.7857vw, 8.5rem) - 3.5rem);
}

.our-model__intro-text p,
.section__title,
.our-model .section__grid-list,
.our-model .section__flex-list {
  grid-column: 2 / 12;
}

.our-model .section__flex-list {
  --grid-column-gap: clamp(1.7rem, 1.04rem + 3.2vw, 4rem);
  --grid-column-width-raw: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.our-model .section__flex-list.flex-row {
  padding: 0;
}

.company.flex-column {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(var(--grid-column-width-raw) - var(--grid-column-gap));
      -ms-flex: 0 0 calc(var(--grid-column-width-raw) - var(--grid-column-gap));
          flex: 0 0 calc(var(--grid-column-width-raw) - var(--grid-column-gap));
  padding: 0;
  margin-bottom: 3.5rem;
}

.company.flex-column:not(:nth-child(2n + 1)) {
  margin-left: var(--grid-column-gap);
}

.our-model__section__disclaimer {
  padding-top: 0;
}

@media screen and (min-width: 39.9375rem) {
  .our-model__intro-text p,
  .section__title {
    grid-column: 4 / 22;
  }

  .our-model .section__grid-list {
    grid-column: 3 / 23;
  }

  .our-model .section__flex-list {
    --grid-column-width-raw: 33.33%;
    grid-column: 2 / 24;
  }

  .company.flex-column:not(:nth-child(3n + 1)) {
    margin-left: var(--grid-column-gap);
  }

  .company .content__description {
    font-size: 1.15rem;
    margin-left: calc(var(--card-grid--col-gap) * -0.4);
    margin-right: calc(var(--card-grid--col-gap) * -0.4);
  }

  .company.flex-column .content__description {
    margin-left: calc(var(--grid-column-gap) * -0.4);
    margin-right: calc(var(--grid-column-gap) * -0.4);
  }
}

@media screen and (min-width: 60rem) {
  .our-model .section__flex-list {
    --grid-column-gap: clamp(2.42rem, 2.1rem + 6vw, 5.5rem);
    --grid-column-width-raw: 25%;
  }

  .company.flex-column:not(:nth-child(3n + 1)) {
    margin-left: 0;
  }

  .company.flex-column:not(:nth-child(4n + 1)) {
    margin-left: var(--grid-column-gap);
  }
}

.company__content {
  display: block;
  text-decoration: none;
}

.content__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.our-model .content__logo {
  -webkit-filter: grayscale(100%) brightness(0%);
          filter: grayscale(100%) brightness(0%);
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.our-model .content__description {
  text-align: center;
  margin: 0 auto;
  line-height: 1.5em;
}

.our-model .content__logo-hover {
  background-image: -webkit-linear-gradient(
    top,
    var(--cupid) 0%,
    var(--cupid) 100%
  );
  background-image: linear-gradient(
    to bottom,
    var(--cupid) 0%,
    var(--cupid) 100%
  );
  content: "";
  height: 12px;
  margin-top: 1.5rem;
  width: 100%;
}

.our-model .description__text {
  letter-spacing: -0.19px;
  margin-top: 1rem;
  text-align: center;
}

@media screen and (min-width: 50em) {
  .our-model .content__logo {
    height: 150px;
  }
}

.our-model .card-grid {
  -webkit-column-gap: var(--card-grid--col-gap);
     -moz-column-gap: var(--card-grid--col-gap);
          column-gap: var(--card-grid--col-gap);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[var];
      grid-template-columns: repeat(var(--card-grid-col), minmax(0, 1fr));
  row-gap: var(--card-grid--row-gap);
  max-width: var(--card-grip-max-width);
  margin: 0 auto;
}

@media screen and (min-width: 40rem) {
  .our-model .card-grid--sm {
    -ms-grid-columns: (minmax(0, 1fr))[var];
        grid-template-columns: repeat(var(--card-grid-col-sm), minmax(0, 1fr));
  }
}

@media screen and (min-width: 60rem) {
  .our-model .card-grid--md {
    -ms-grid-columns: (minmax(0, 1fr))[var];
        grid-template-columns: repeat(var(--card-grid-col-md), minmax(0, 1fr));
  }
}

@media screen and (min-width: 100rem) {
  .our-model .card-grid--lg {
    -ms-grid-columns: (minmax(0, 1fr))[var];
        grid-template-columns: repeat(var(--card-grid-col-lg), minmax(0, 1fr));
  }
}

/*
*
* Our Products
*
*/
.our-products {
  grid-column: 3/23;
  margin-bottom: 4rem;
}

.our-products__heading {
  padding: 0;
}

.heading__title {
  margin-top: 0;
}

.our-products .our-products__list {
  padding: 0;
  max-width: 600px;
  margin: 0 auto 0 0;
}

.products__category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.category__title {
  margin-bottom: 2.1875rem;
  width: 100%;
  text-transform: initial;
}

.category__product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0.75rem;
  width: 50%;
}

.category__product,
.category__title {
  padding-right: 3rem;
}

.category__disclaimer {
  margin-bottom: 6rem;
}

.product__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
  margin-bottom: 0.5rem;
}

.header__image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.product__description > p {
  margin-bottom: 0.75rem;
}

@media screen and (max-width: 60rem) {
  .category__product {
    width: 100%;
  }

  .product__header {
    height: unset;
  }

  .category__product {
    margin-bottom: 5rem;
  }
}

@media screen and (max-width: 39.9375rem) {
  .our-products {
    grid-column: 2/12;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .our-products__heading {
    margin-bottom: 3rem;
  }

  .our-products__list {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }

  .category__product,
  .category__title {
    padding: 0;
  }
}

/*
*
* Publications
*
*/
.listing-title__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.listing-title__content-wrapper {
  padding-right: 1rem;
}

.listing-title__content {
  text-transform: none;
}

.listing-title__icon {
  height: 25px;
  margin-left: auto;
  width: 25px;
}

/*
*
* Pipelines
*
*/
main.pipeline-page .product-platform {
  margin-top: clamp(3.75rem, 2.6786rem + 5.3571vw, 7.5rem);
}

.pipeline-page {
  min-height: calc(100vh - 5rem);
  width: 100%;
  margin: auto;
}

.pipeline-page__highlight,
.pipeline-page__commitment-to-patients {
  margin-top: clamp(2.5625rem, 1.8304rem + 3.6607vw, 5.125rem);
}

.pipeline-page__product-platform,
.pipeline-page__statistics,
.pipeline-page__pipeline {
  margin-top: clamp(3.75rem, 2.6786rem + 5.3571vw, 7.5rem);
}

.pipeline-page__stories {
  margin-bottom: clamp(3.75rem, 2.6786rem + 5.3571vw, 7.5rem);
}

.pipeline-page .pipeline-page__pipeline .pipeline {
  grid-column: 2 / 12;
}

.pipeline-page__highlight {
  margin-top: 0;
}

.pipeline-page__highlight,
.content__secondary {
  margin-bottom: 2.625rem;
  grid-column: 2 / 12;
}

.pipeline__commitment {
  margin-top: clamp(2.5625rem, 1.8304rem + 3.6607vw, 5.125rem);
}

.pipeline-page__disclaimer {
  grid-column: 3/23;
  margin-bottom: 40px;
}

@media screen and (min-width: 39.9375rem) {
  .pipeline-page .pipeline-page__pipeline .pipeline {
    margin-bottom: 2.625rem;
  }

  .pipeline-page .pipeline-page__pipeline .pipeline {
    grid-column: 3 / 23;
  }

  .pipeline-page__highlight,
  .content__secondary {
    grid-column: 5 / 21;
  }
}

.product-platform__heading {
  grid-column: 3 / 10;
  -ms-grid-row: 1;
      grid-row: 1;
}

.product-platform__item-list {
  grid-column: 12 / 23;
  -ms-grid-row: 1;
      grid-row: 1;
}

.item-list__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 120px auto;
      grid-template-columns: 120px auto;
  padding: 1.625rem 0;
  position: relative;
}

.item-list__item a {
  font-family: var(--default-title-font);
}

.item-list__item:last-child {
  border-bottom: solid 1px var(--gray-800);
}

.item__arrow {
  position: absolute;
  right: 0.125rem;
  top: 0.75rem;
  cursor: pointer;
  background: none;
  border: none;
}

.item__left-image {
  -ms-grid-column: 1;
      grid-column: 1;
  -ms-grid-row: 1;
      grid-row: 1;
}

.item__heading {
  -ms-grid-column: 2;
      grid-column: 2;
  -ms-grid-row: 1;
      grid-row: 1;
}

.heading__title {
  cursor: pointer;
  margin: 0;
}

.heading__subtitle {
  margin-top: clamp(0.75rem, 0.6786rem + 0.3571vw, 1rem);
}

.heading__subtitle p {
  display: inline;
  font-size: 1rem;
}

.heading__subtitle strong {
  font-family: var(--default-title-font);
}

.item__description {
  -ms-grid-column: 2;
      grid-column: 2;
  -ms-grid-row: 2;
      grid-row: 2;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.item__description ul {
  margin-top: 0;
  padding-left: 1.75rem;
}

.item__description li {
  margin-bottom: 1.8rem;
}

.item__description ul:last-of-type,
.item__description li:last-of-type,
.item__description p:last-of-type {
  margin-bottom: 0;
}

.item__description p:last-of-type {
  margin-top: 2rem;
}

.item-list__item.item-list__item--open .item__description {
  max-height: 1000px;
  opacity: 1;
  padding: 0.5rem 0;
}

@media screen and (max-width: 960px) {
  .product-platform__heading {
    grid-column: 3 / 23;
    -ms-grid-row: 1;
        grid-row: 1;
  }

  .product-platform__item-list {
    grid-column: 3 / 23;
    -ms-grid-row: 2;
        grid-row: 2;
  }
}

@media screen and (max-width: 39.9375rem) {
  .product-platform__heading {
    grid-column: 2 / 12;
  }

  .product-platform__item-list {
    grid-column: 2 / 12;
  }

  .item__description {
    grid-column: 1 / 3;
  }
}

.statistics {
  background-color: var(--cobalt);
  padding: clamp(4.125rem, 2.9464rem + 5.8929vw, 8.25rem) 0;
}

.statistics__title {
  font-size: clamp(1.484375rem, -0.5781rem + 5.1563vw, 4.0625rem);
  letter-spacing: -0.012em;
  line-height: 1.261538461538462;
}

.statistics__title,
.statistics__subtitle,
.statistics__item {
  color: var(--white);
  margin: 0;
  text-align: center;
}

.statistics__title,
.statistics__subtitle {
  grid-column: 2 / 12;
  text-transform: none;
}

.statistics__subtitle {
  font-size: clamp(1.21875rem, 0.0938rem + 2.8125vw, 2.625rem);
  letter-spacing: -0.011904761904762em;
  margin-top: clamp(3.09375rem, -1.0313rem + 10.3125vw, 8.25rem);
}

.statistics__item {
  font-family: var(--default-title-font);
  margin-top: clamp(0.828125rem, -0.3094rem + 2.8438vw, 2.25rem);
  text-transform: lowercase;
}

.statistics__item:nth-child(3n) {
  grid-column: 2 / 5;
}

.statistics__item:nth-child(3n + 1) {
  grid-column: 5 / 9;
}

.statistics__item:nth-child(3n + 2) {
  grid-column: 9 / 12;
}

.item__amount {
  display: block;
  font-size: clamp(1.7578125rem, -0.5859rem + 5.8594vw, 4.6875rem);
  letter-spacing: -0.012em;
}

@media screen and (min-width: 39.9375rem) {
  .statistics__title,
  .statistics__subtitle {
    grid-column: 4 / 22;
  }

  .statistics__item:nth-child(3n) {
    grid-column: 4 / 9;
  }

  .statistics__item:nth-child(3n + 1) {
    grid-column: 10 / 16;
  }

  .statistics__item:nth-child(3n + 2) {
    grid-column: 17 / 22;
  }
}

@media screen and (max-height: 768px) {
  .statistics__title {
    font-size: clamp(1.484375rem, -0.5781rem + 5.1563vw, 2.84375rem);
  }

  .statistics__subtitle {
    font-size: clamp(1.21875rem, 0.0938rem + 2.8125vw, 1.8375rem);
    margin-top: clamp(3.09375rem, -1.0313rem + 10.3125vw, 5.775rem);
  }

  .statistics__item {
    margin-top: clamp(0.828125rem, -0.3094rem + 2.8438vw, 1.575rem);
  }

  .item__amount {
    font-size: clamp(1.7578125rem, -0.5859rem + 5.8594vw, 3.28125rem);
  }
}

.pipeline {
  --expand-transition: 0.3s ease-in-out;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.pipeline .flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 1rem 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.pipeline section {
  padding: 0;
}

.pipeline__title {
  margin: 0 auto 1em auto;
}

.pipeline .pipeline__tabs {
  background: var(--white);
  position: -webkit-sticky;
  position: sticky;
  top: var(--navbar-height);
  z-index: 2;
}

.pipeline .pipeline__header {
  background: var(--white);
  border-bottom: solid 1px var(--alto-grey);
  max-width: none;
  padding: 1rem 1rem 0;
  position: -webkit-sticky;
  position: sticky;
  top: calc(var(--navbar-height) + 2rem);
  z-index: 1;
}

.pipeline .pipeline__header h4 {
  margin: 1rem 0 0 1rem;
}

.pipeline .pipeline__header .header__text {
  font-size: 1rem;
  margin: 0 0 1.5rem;
}

.pipeline .pipeline__header .header__text {
  padding-left: 0;
}

.pipeline .pipeline__header .phases > .flex-column {
  padding: 0 1rem 0 0;
}

.pipeline .listing .phase-lines {
  padding: 0 1rem;
}

.pipeline .listing .phase-lines .phase-line {
  padding: 0;
}

.pipeline .listing .phase-lines .phase-line:not(:first-child)::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: var(--alto-grey);
  z-index: -1;
}

.pipeline .listing {
  padding: 0 0.0625rem 0.25rem 0.0625rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.pipeline .listing::before {
  content: normal;
}

.pipeline .listing p {
  line-height: 1.1;
}

.pipeline .listing .flex-row {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.pipeline .listing .expander {
  margin: 0.5rem 0 0 0;
  padding: 5px 0;
  outline: solid 1px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.pipeline .listing .expander:hover,
.pipeline .listing .expander.open {
  cursor: pointer;
  outline: solid 1px var(--alto-grey);
  background-color: var(--white);
}

.pipeline .listing .expander.open .expand {
  max-height: 500px;
  opacity: 1;
  padding: 1rem 0;
}

.pipeline .listing .expander .flex-column.one-five {
  padding: 0 1rem 0 0;
}

.pipeline .listing .expander .flex-column.end {
  padding: 0 1rem;
}

.pipeline .listing .expander .flex-column small {
  background-color: var(--white);
  display: inline;
}

.pipeline .listing .expander .flex-column h6,
.pipeline .listing .expander .flex-column p {
  margin: 0 0 0.25rem 0;
  text-transform: none;
}

.pipeline .listing .expander .progress-bar-container {
  height: 1px;
  width: 100%;
  margin: 0 0 0 1rem;
}

.pipeline .listing .expander .progress-bar {
  height: 5px;
  margin: 0 10% 0.5rem 0.5rem;
  -webkit-transition: height 0.15s ease;
  transition: height 0.15s ease;
}

.pipeline .listing .expander.open .progress-bar {
  height: 10px;
}

.pipeline .listing .expander .expand {
  margin: 0 0 0 0;
  width: 100%;
  -webkit-transition: max-height var(--expand-transition),
    opacity var(--expand-transition), padding var(--expand-transition);
  transition: max-height var(--expand-transition),
    opacity var(--expand-transition), padding var(--expand-transition);
  max-height: 0;
  opacity: 0;
  padding: 0;
}

.pipeline .listing .expander .expand .flex-column {
  padding: 0 1rem 0 0;
}

.pipeline .listing .expander .expand .flex-column small {
  background-color: var(--white);
  display: inline;
}

.pipeline .listing .expander .expand .flex-column h6,
.pipeline .listing .expander .expand .flex-column p {
  margin: 0 0 0.25rem 0;
  text-transform: none;
}

.pipeline .listing .modality {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.modality__image {
  margin-left: 20px;
}

.pipeline .listing .modality img {
  height: 40px;
  margin: 3px 8px 0 0;
  -o-object-fit: contain;
     object-fit: contain;
  width: 40px;
}

.pipeline .listing .expander .expand .logo p {
  margin-bottom: 0.25rem;
}

.pipeline .listing .expander .expand .logo p.company {
  margin-right: 1rem;
}

.pipeline .listing .expander .expand .logo p.company img {
  -webkit-filter: brightness(0%) grayscale(100%) opacity(0.5);
          filter: brightness(0%) grayscale(100%) opacity(0.5);
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

.pipeline .listing .expander .expand .logo p.company a:hover {
  background: none;
}

.pipeline .listing .expander .expand .logo p.company a:hover img {
  background: none;
  -webkit-filter: brightness(0%) grayscale(100%) opacity(0.8);
          filter: brightness(0%) grayscale(100%) opacity(0.8);
}

.pipeline .learn-more .learn-more__link {
  display: block;
  font-size: 0.9rem;
  padding: 0;
  text-transform: uppercase;
}

@media (hover: hover) and (pointer: fine) {
  .pipeline .learn-more .learn-more__link:hover {
    text-decoration: underline;
  }
}

.pipeline-content {
  display: block;
  margin: 0;
}

.pipeline-content:not(:first-of-type) {
  margin-top: 2rem;
}

@media screen and (max-width: 800px) {
  .pipeline-content:not(:first-of-type) {
    margin-top: 0;
  }

  .pipeline .intro h1 {
    margin-bottom: 1rem;
  }

  .pipeline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .pipeline .flex-column {
    max-width: 100%;
  }

  .pipeline .intro {
    position: relative;
    top: auto;
  }

  .pipeline section + section {
    margin: 1rem 0;
  }

  .pipeline .pipeline__tabs {
    top: calc(var(--navbar-height) - 1px);
  }

  .pipeline ::v-deep .tabs__title {
    background-color: var(--white);
  }

  .pipeline .pipeline__header {
    padding: 0;
    position: relative;
    margin-top: 0;
    top: auto;
    background: var(--white);
  }

  .pipeline .pipeline__header h4 {
    margin: 1rem 0 0.75rem 1rem;
  }

  .pipeline .listing .expander .progress-bar {
    height: 5px;
    margin: 0 1rem 0.5rem 0;
    -webkit-transition: height 0.15s ease;
    transition: height 0.15s ease;
  }

  /* PIPES LISTING */

  .pipeline .listing {
    padding: 0.5rem 0 2rem 0;
  }

  .pipeline .listing::before {
    width: 100%;
    left: 0;
  }

  .pipeline .listing .flex-row .flex-column {
    padding: 0.5rem 0;
  }

  .pipeline .listing .flex-row .flex-column h5 {
    margin-bottom: 0;
  }

  .pipeline .listing .flex-row .flex-column img {
    max-width: 150px;
  }

  .pipeline .pipeline__header .phases {
    display: none;
  }

  .pipeline .listing .phase-lines {
    display: none;
  }

  .pipeline .listing .expander {
    outline: none;
  }

  .pipeline .listing .expander h6.title small {
    font-size: 100%;
  }

  .pipeline .listing .expander .expand {
    max-height: none;
    height: auto;
    opacity: 1;
    padding: 0.5rem 0;
    margin: 0;
  }

  .pipeline .listing .expander .flex-column,
  .pipeline .listing .expander .expand .flex-column {
    padding: 0.25rem 0 !important;
  }

  .pipeline .listing .expander .expand .flex-column {
    max-width: 50%;
  }

  .pipeline .listing .expander .expand.program-history .flex-column {
    max-width: 100%;
  }

  .pipeline .listing .expander .progress-bar::after {
    content: attr(data-phase);
    position: absolute;
    right: 1rem;
    color: var(--amaranth);
    margin-top: 1rem;
    font-size: 85%;
  }

  .pipeline .listing .expander .progress-bar-container::before {
    content: "";
    position: absolute;
    height: 1px;
    margin: 0;
    background-color: var(--amaranth);
    left: 0.5rem;
    top: calc(1rem + 5px);
    right: 0.5rem;
  }

  .pipeline .listing .expander .expand .logo p.company {
    margin-top: 1rem;
  }

  .pipeline .listing .expander.open .expand {
    max-height: none;
    opacity: 1;
    padding: 0.5rem 0;
  }

  .pipeline .listing .expander.open .progress-bar {
    height: 5px;
  }

  .pipeline .listing .expander:hover,
  .pipeline .listing .expander.open {
    cursor: auto;
    outline: none;
    background-color: transparent;
  }

  .pipeline .listing .expander:hover {
    outline: none;
    background-color: var(--white);
  }

  .pipeline .pipeline-content {
    margin-top: 1.5rem;
    padding-top: 0;
  }
}

@media screen and (min-width: 801px) {
  .pipeline__expander {
    position: relative;
  }

  .flex-row.expander__content {
    padding: 0 1rem;
  }

  .pipeline__expander::after {
    position: absolute;
    right: 10px;
    top: -2px;
  }

  .pipeline__expander:not(.open)::after {
    content: url("/wp-content/themes/bridgebio/assets/img/icons/expand_collapsible.svg");
  }

  .pipeline__expander.open::after {
    content: url("/wp-content/themes/bridgebio/assets/img/icons/collapse_collapsible.svg");
  }
}

.tabs-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.tabs__title {
  display: none;
}

.tab {
  border: solid 1px var(--white);
  cursor: pointer;
  line-height: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.tab .tab__label {
  color: var(--white);
  padding: 0.5rem;
  margin: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.label__icon {
  margin-left: auto;
  width: 0.9rem;
}
.label__icon:after {
  content: "\002B";
  font-size: 25px;
  line-height: 10px;
}

.tab.active:not(.inactive) .label__icon:after {
  content: "\2212";
  font-size: 20px;
  line-height: 10px;
}
.tab.active {
  background-color: var(--amaranth);
}

.tab:hover {
  background-color: var(--amaranth);
}

.tab.inactive {
  background-color: var(--alto-grey);
}

@media screen and (max-width: 50em) {
  .tabs-bar {
    background-color: var(--white);
    height: 70px;
    padding: 1rem 0;
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0;
    width: 100%;
  }

  .tabs__title {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid var(--gray-800);
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0.75rem;
    position: relative;
  }

  .tabs__title::after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid currentColor;
    content: "";
    height: 0;
    position: absolute;
    right: 15px;
    -webkit-transform: translateY(2px);
        -ms-transform: translateY(2px);
            transform: translateY(2px);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    width: 0;
  }

  .tab {
    display: none;
    padding: 0.5rem 0.75rem;
  }

  .tab:not(:last-of-type) {
    border-bottom-width: 0;
  }

  .tabs.active .tab {
    display: block;
  }

  .tabs.active .tabs__title::after {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }

  .tab.active {
    border-color: var(--amaranth);
  }

  .tab.inactive {
    background-color: var(--white);
    border-color: var(--gray-800);
  }

  .tab.inactive .tab__label {
    color: var(--black);
  }

  .label__icon {
    display: none;
  }
}

.stories__story-list {
  --stories-story-width-max: 290px;
  --stories-per-row: 3;
  grid-column: 4/22;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[var];
      grid-template-columns: repeat(var(--stories-per-row), 1fr);
  -ms-grid-column-align: center;
      justify-items: center;
  grid-gap: 1rem;
  row-gap: 4.375rem;
}

.story-list__story {
  max-width: var(--stories-story-width-max);
  width: 100%;
}

@media screen and (max-width: 800px) {
  .stories__story-list {
    --stories-per-row: 2;
  }
}

@media screen and (max-width: 39.9375rem) {
  .stories__story-list {
    --stories-per-row: 1;
    grid-column: 2/12;
    row-gap: 2.5rem;
  }

  .story-list__story {
    max-width: initial;
    width: 100%;
  }
}

.story-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.story-card--patient .story-card__image {
  background-image: var(--gradient-blue);
}

.story-card--scientist .story-card__image {
  background-image: var(--gradient-red);
}

.image__element[data-v-a2988d4a] {
  position: initial;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
  width: 100%;
}

.story-card__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  margin-top: 1.4375rem;
}

.content__title,
.content__teaser {
  margin: 0;
}

.content__title {
  text-transform: none;
  font-weight: bold;
  font-family: var(--default-title-font);
}

.content__teaser {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.content__button {
  font-size: 0.875rem;
  padding: 0.625rem 1rem;
  letter-spacing: unset;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.875rem auto 0 auto;
}

/* Pipeline Single */
.drug-program {
  margin-bottom: 4.125rem;
}

.drug-program__hero {
  padding-top: 11.5rem;
  padding-bottom: 6.8125rem;
  background-color: var(--amaranth);
  text-align: center;
  color: var(--white);
}

.drug-program .hero__container {
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  height: 100%;
}

.drug-program .hero__disease {
  font-weight: bold;
}

.drug-program .hero__disease,
.drug-program .hero__drug-name {
  grid-column: 3/23;
  text-transform: uppercase;
  margin: 0;
}

.drug-program .hero__title {
  grid-column: 3/23;
  margin-bottom: 4.625rem;
  text-transform: uppercase;
  color: var(--white);
}

.drug-program .drug-program__back-button {
  grid-column: 3/23;
  letter-spacing: 0;
  font-size: 16px;
  margin-top: 2.125rem;
}

.drug-program .hero__specs {
  grid-column: 4/23;
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 3rem;
  font-size: 1rem;
}

.drug-program .specs__specification {
  text-align: left;
}

.drug-program .specs__specification:not(:last-child) {
  margin-right: 2rem;
}

.drug-program .specification__title {
  font-weight: bold;
  text-transform: lowercase;
  white-space: nowrap;
}

.drug-program .specification__modality-icon {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  margin-right: 0.5625rem;
  width: 2.25rem;
}

.drug-program__program-history {
  margin-top: 6.375rem;
  margin-bottom: 5.8775rem;
  text-align: center;
  font-size: 1.5rem;
  grid-column: 4/22;
}

.drug-program .content__tabs-bar {
  background-color: var(--white);
  padding: 1rem;
  position: -webkit-sticky;
  position: sticky;
  top: calc(var(--navbar-height) - 1px);
  grid-column: 3/23;
}

.drug-program .content__tab-left-image {
  grid-column: 4/7;
  margin-top: 6.1875rem;
}

.drug-program .content__tab-info {
  font-size: 16px;
  padding: 2rem 1em;
  grid-column: 8/22;
}

.drug-program .content__tab-info::v-deep a {
  font-family: var(--default-title-font);
}

.drug-program .content__tab-info--no-left-image {
  grid-column: 4/22;
}

.drug-program .content__divider {
  grid-column: 3/23;
  border-bottom: solid 1px var(--alto-grey);
}

.drug-program__related-list {
  padding-top: 5.875rem;
}

@media screen and (max-width: 50em) {
  .drug-program .hero__specs {
    grid-column: 2/24;
  }

  .drug-program .content__tabs-bar {
    background-color: var(--white);
    padding: 0;
    position: -webkit-sticky;
    position: sticky;
    top: calc(var(--navbar-height) - 1px);
  }

  .drug-program .content__tab-info {
    padding: 2rem 0;
  }
}

@media screen and (max-width: 39.9375rem) {
  .drug-program .hero__specs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .drug-program .hero__specs .specs__specification {
    width: 50%;
    margin: 0;
    text-align: center;
  }

  .hero__title,
  .hero__disease,
  .hero__drug-name,
  .hero__specs,
  .drug-program__back-button,
  .drug-program__program-history,
  .drug-program .content__tabs-bar,
  .drug-program .content__tab-info,
  .drug-program .content__divider {
    grid-column: 2/12;
  }

  .drug-program .content__tab-left-image {
    grid-column: 4/10;
  }

  .drug-program .featured-news__column {
    display: initial;
  }
}

.drug-program .related-link-list__title {
  text-align: center;
  margin-bottom: 3.0625rem;
  grid-column: 3/23;
}

.drug-program .related-link-list__column {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: (1fr)[var];
      grid-template-rows: repeat(var(--related-link-list-columns), 1fr);
}

.drug-program .related-link-list__column--0 {
  grid-column: 3/12;
}

.drug-program .related-link-list__column--1 {
  grid-column: 14/23;
}

.drug-program .column__post {
  padding: 1rem 0;
}

.drug-program .column__post > h4 {
  padding-bottom: 1rem;
}

@media screen and (max-width: 39.9375rem) {
  .related-link-list__title,
  .related-link-list__column--0,
  .related-link-list__column--1 {
    grid-column: 2/12;
  }

  .related-link-list__column {
    display: initial;
  }
}

@media screen and (max-width: 639px) {
  .drug-program .related-link-list__column {
    --related-link-list-columns: 1 !important;
    grid-column: 2/12;
  }
  .drug-program .related-link-list__title {
    grid-column: 2/12;
  }
}

.drug-program .content_tab__des {
  display: none;
}

.content_tab__des.active {
  display: block;
}

/* Misc */
.product-platform .item__heading {
  margin-right: 30px;
}

@media screen and (max-width: 39.9375em) {
  .base-video-modal__container {
    padding: 4.375rem 0.75rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 350px) {
    .home__slider .heading__button {
        margin-bottom: 40px;
    }
    .slide__container {
        height: 93%;
    }
    .slide__related-story {
        bottom: 16px;
    }
    .slick-dots {
        bottom: 55px;
    }
    .home__slider-next {
        bottom: 55px;
    }
}