/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 22 2025 | 04:08:49 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 31 2025 | 01:00:12 */
/***********************/
/*  Website Variables  */
/***********************/
:root {
  --purple: #42458E;
  --green: #5A9680;
  --orange: #D7A048;
  --yellow: #D2CB38;
  --black: #1D252D;
  --white: #ffffff;
  --gray: #D9D9D9;
  --purpleGradient: linear-gradient(211deg, #42458E 2.61%, #0C0F53 92.79%);
  --piplinePurple: linear-gradient(90deg, #232555 0%, #4D52BB 100%);
  --pipelineOrange: linear-gradient(90deg, #A56500 0%, #D7A048 100%);
  --pipelineYellow: linear-gradient(90deg, #9C9500 0%, #D2CB38 100%);
  --pipelineGreen: linear-gradient(270deg, #5A9680 0%, #005838 100%);
  --space: "Space Grotesk", monospace;
  --mono: "Space Mono", monospace;
  --fw_thin: 100;
  --fw_extralight: 200;
  --fw_light: 300;
  --fw_regular: 400;
  --fw_medium: 500;
  --fw_semibold: 600;
  --fw_bold: 700;
  --fw_extrabold: 800;
  --fw_black: 900;
  --italic: italic;
  --i_darkpurple: #2A034C;
  --i_purple: #451284;
  --i_green: #00CA9F;
  --i_gray: #81819E;
  --i_black: #000000;
  --i_white: #FFFFFF;
  --twitter: #00aced;
  --facebook: #3b5998;
  --googleplus: #dd4b39;
  --pinterest: #cb2027;
  --linkedin: #007bb6;
  --youtube: #bb0000;
  --vimeo: #aad450;
  --tumblr: #32506d;
  --instagram: #517fa4;
  --flickr: #ff0084;
  --dribbble: #ea4c89;
  --quora: #a82400;
  --foursquare: #0072b1;
  --forrst: #5B9A68;
  --vk: #45668e;
  --wordpress: #21759b;
  --stumbleupon: #EB4823;
  --yahoo: #7B0099;
  --blogger: #fb8f3d;
  --soundcloud: #ff3a00;
  --snapchat: #fffc00;
}
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 22 2022 | 20:38:52 */
#pipeline-information .container {
  max-width: 1190px;
}
#pipeline-information .large-text {
  font-size: 28px;
  font-weight: 300;
}
@media only screen and (max-width: 989px) {
  #pipeline-information .content {
    padding: 30px 0 !important;
  }
  #pipeline-information .flex_column {
    margin-bottom: 0 !important;
  }
  #pipeline-information .large-text {
    font-size: 24px;
    padding-bottom: 15px;
  }
  #pipeline-information p {
    margin-top: 0 !important;
  }
  #pipeline-information p:last-of-type {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  #pipeline-information .large-text {
    font-size: 20px;
  }
}
#pipeline-container {
  background: var(--purpleGradient);
}
#pipeline-container .content {
  padding-bottom: 110px;
}
#pipeline-container h2 {
  color: var(--yellow);
  text-transform: none;
  font-size: 32px;
  font-weight: var(--fw_medium);
  line-height: 1.1em;
  padding-top: 10px;
  padding-bottom: 55px;
  padding-left: 65px;
}
#pipeline-container h2:before {
  display: none !important;
}
@media only screen and (max-width: 989px) {
  #pipeline-container .content {
    padding-top: 30px;
    padding-bottom: 55px;
  }
  #pipeline-container h2 {
    padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #pipeline-container {
    background: var(--white);
  }
  #pipeline-container .content {
    padding-bottom: 0;
  }
  #pipeline-container h2 {
    display: none;
  }
}
#pipeline {
  border-radius: 60px;
  padding: 65px;
  overflow: hidden;
  background: var(--white);
}
@media only screen and (max-width: 989px) {
  #pipeline {
    padding: 40px;
    border-radius: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #pipeline {
    padding: 0;
    border-radius: 0;
  }
  #pipeline > div:last-of-type {
    margin-bottom: 0 !important;
  }
}
.pipeline-group {
  margin-bottom: 50px;
  border-bottom: 1px solid var(--black) !important;
}
.pipeline-group-header {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
}
.pipeline-group-header .pipeline-group-label {
  grid-column: 1 / span 2;
}
.pipeline-group-header .pipeline-group-label h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1em;
  text-transform: uppercase;
  color: var(--black) !important;
}
.pipeline-group-header .pipeline-progress-labels {
  grid-column: 3 / span 5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pipeline-group-header .pipeline-progress-labels .progress-label {
  width: calc(100% / 4);
  text-align: center;
  font-size: 14px;
  font-weight: var(--fw_regular);
  line-height: 1.1em;
  text-transform: uppercase;
  color: var(--black);
  font-family: var(--mono);
}
.pipeline-group-header .pipeline-ownership-label {
  grid-column: 8 / span 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pipeline-group-header .pipeline-ownership-label .ownership-label {
  text-align: center;
  font-size: 14px;
  font-weight: var(--fw_regular);
  line-height: 1.1em;
  text-transform: uppercase;
  color: var(--black);
  font-family: var(--mono);
}
.pipeline-group-content .pipeline-row {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  border-top: 1px solid var(--black);
}
.pipeline-group-content .pipeline-row .pipeline-content-label {
  grid-column: 1 / span 2;
  padding: 5px 0;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  min-height: 85px;
  border-right: 1px solid var(--black);
}
.pipeline-group-content .pipeline-row .pipeline-content-label .pipeline-content-label-wrap {
  width: calc(100% - 78px);
  width: 100%;
}
.pipeline-group-content .pipeline-row .pipeline-content-label h4 {
  font-size: 16px;
  font-style: normal;
  font-weight: var(--fw_bold);
  line-height: 1.2em;
  margin: 0 !important;
}
.pipeline-group-content .pipeline-row .pipeline-content-label h5 {
  font-size: 16px;
  font-style: normal;
  font-weight: var(--fw_regular);
  line-height: 1.2em;
  margin: 0 !important;
}
.pipeline-group-content .pipeline-row .pipeline-content-label .accordion-trigger {
  width: 78px;
  padding: 0 22px;
}
.pipeline-group-content .pipeline-row .pipeline-content-label .accordion-trigger .accordion-trigger-button {
  cursor: pointer;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  background: var(--purpleGradient);
  border-radius: 100%;
  position: relative;
}
.pipeline-group-content .pipeline-row .pipeline-content-label .accordion-trigger .accordion-trigger-button.accordion-open .vert-line {
  opacity: 0;
}
.pipeline-group-content .pipeline-row .pipeline-content-label .accordion-trigger .accordion-trigger-button span {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.3s ease opacity;
}
.pipeline-group-content .pipeline-row .pipeline-content-label .accordion-trigger .accordion-trigger-button .hor-line {
  width: 16px;
  height: 2px;
  background: var(--yellow);
}
.pipeline-group-content .pipeline-row .pipeline-content-label .accordion-trigger .accordion-trigger-button .vert-line {
  height: 16px;
  width: 2px;
  background: var(--yellow);
}
.pipeline-group-content .pipeline-row .pipeline-content-bars {
  grid-column: 3 / span 5;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 85px;
  border-right: 1px solid var(--black);
  position: relative;
}
.pipeline-group-content .pipeline-row .pipeline-content-bars .pipeline-bar {
  height: 35px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left center;
}
.pipeline-group-content .pipeline-row .pipeline-content-bars .pipeline-bar.pipeline-progress-discovery {
  width: 0%;
}
.pipeline-group-content .pipeline-row .pipeline-content-bars .pipeline-bar.pipeline-progress-preclinical {
  width: 12.5%;
}
.pipeline-group-content .pipeline-row .pipeline-content-bars .pipeline-bar.pipeline-progress-phase_1 {
  width: 37.5%;
}
.pipeline-group-content .pipeline-row .pipeline-content-bars .pipeline-bar.pipeline-progress-phase_2 {
  width: 62.5%;
}
.pipeline-group-content .pipeline-row .pipeline-content-bars .pipeline-bar.pipeline-progress-phase_3 {
  width: 87.5%;
}
.pipeline-group-content .pipeline-row .pipeline-content-bars .pipeline-bar.pipeline-bar-color-purple {
  background: var(--pipelinePurple);
}
.pipeline-group-content .pipeline-row .pipeline-content-bars .pipeline-bar.pipeline-bar-color-orange {
  background: var(--pipelineOrange);
}
.pipeline-group-content .pipeline-row .pipeline-content-bars .pipeline-bar.pipeline-bar-color-yellow {
  background: var(--pipelineYellow);
}
.pipeline-group-content .pipeline-row .pipeline-content-bars .pipeline-bar.pipeline-bar-color-green {
  background: var(--pipelineGreen);
}
.pipeline-group-content .pipeline-row .pipeline-content-bars .pipeline-divider {
  position: absolute;
  width: 1px;
  height: 100%;
  border-right: 1px dashed var(--black);
  z-index: 10;
}
.pipeline-group-content .pipeline-row .pipeline-content-bars .pipeline-divider:nth-of-type(1) {
  left: 25%;
}
.pipeline-group-content .pipeline-row .pipeline-content-bars .pipeline-divider:nth-of-type(2) {
  left: 50%;
}
.pipeline-group-content .pipeline-row .pipeline-content-bars .pipeline-divider:nth-of-type(3) {
  left: 75%;
}
.pipeline-group-content .pipeline-row h6.mobile-ownership {
  display: none;
  font-size: 14px;
  font-weight: var(--fw_regular);
  line-height: 1.1em;
  text-align: left;
}
.pipeline-group-content .pipeline-row .pipeline-content-ownership {
  grid-column: 8 / span 1;
  min-height: 85px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pipeline-group-content .pipeline-row .pipeline-content-ownership h6 {
  font-size: 14px;
  font-weight: var(--fw_regular);
  line-height: 1.1em;
  text-align: center;
}
.pipeline-group-content .pipeline-row .pipeline-content-ownership img {
  display: block;
  width: 100%;
  height: auto;
}
.pipeline-group-content .pipeline-row .pipeline-content-ownership .mobile-ownerhip-jj {
  display: none;
}
.pipeline-group-content .pipeline-row .pipeline-content-ownership .desktop-ownership-jj {
  display: block;
}
.pipeline-group-content .pipeline-row .pipeline-accordion-content {
  padding: 25px;
  grid-column: 1 / span 8;
  font-size: 14px;
  line-height: 1.2em;
  display: none;
  border-top: 1px solid var(--black);
}
.mobile-pipeline-indication-labels {
  display: none;
}
#pipeline-programs {
  max-width: 1150px;
  margin: 0 auto;
  float: none;
  padding-top: 100px;
}
#pipeline-programs section {
  margin-bottom: 60px;
}
#pipeline-programs section h3 {
  color: var(--yellow) !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 1.1em !important;
  text-transform: none !important;
  text-transform: uppercase !important;
}
#pipeline-programs section p {
  color: var(--white) !important;
  font-size: 18px !important;
  font-weight: 300 !important;
  line-height: 1.5em !important;
}
@media only screen and (max-width: 989px) {
  .pipeline-group-header .pipeline-progress-labels .progress-label {
    font-size: 10px;
  }
  .pipeline-group-header .pipeline-ownership-label .ownership-label {
    font-size: 10px;
  }
  .pipeline-group-content .pipeline-row .pipeline-content-label .pipeline-content-label-wrap {
    width: calc(100% - 50px);
    width: 100%;
    padding-right: 10px;
  }
  .pipeline-group-content .pipeline-row .pipeline-content-label .pipeline-content-label-wrap h5 {
    font-size: 14px;
  }
  .pipeline-group-content .pipeline-row .pipeline-content-label .accordion-trigger {
    width: 50px;
    padding: 0 8px;
  }
  .pipeline-group-content .pipeline-row .pipeline-content-ownership h6 {
    font-size: 10px;
  }
  .pipeline-group-content .pipeline-row .pipeline-content-ownership .mobile-ownerhip-jj {
    display: block;
  }
  .pipeline-group-content .pipeline-row .pipeline-content-ownership .desktop-ownership-jj {
    display: none;
  }
  #pipeline-programs section h3 {
    font-size: 24px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pipeline-group {
    border-bottom: none !important;
  }
  .pipeline-group-header .pipeline-progress-labels, .pipeline-group-header .pipeline-ownership-label {
    display: none;
  }
  .pipeline-group-content .pipeline-row {
    border-top: none !important;
    margin-bottom: 40px;
  }
  .pipeline-group-content .pipeline-row .pipeline-content-label {
    grid-column: 1 / span 8;
    border-right: none !important;
  }
  .pipeline-group-content .pipeline-row .pipeline-content-label .pipeline-content-label-wrap h4 {
    padding-bottom: 5px !important;
  }
  .pipeline-group-content .pipeline-row .pipeline-content-label .pipeline-content-label-wrap h5 {
    padding-bottom: 5px !important;
  }
  .pipeline-group-content .pipeline-row .pipeline-content-bars {
    grid-column: 1 / span 8;
    border-top: 1px solid var(--black) !important;
    border-bottom: 1px solid var(--black) !important;
    border-right: none;
  }
  .pipeline-group-content .pipeline-row .pipeline-content-ownership {
    display: none;
  }
  .pipeline-group-content .pipeline-row h6.mobile-ownership {
    display: block;
  }
  .mobile-pipeline-indication-labels {
    display: block;
    grid-column: 1 / span 8;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 5px;
  }
  .mobile-pipeline-indication-labels > div {
    width: 25%;
    text-align: center;
    font-family: var(--mono);
    font-size: 10px;
    font-weight: 400;
    line-height: 110%;
    text-transform: uppercase;
  }
  #pipeline-wrapper {
    margin-bottom: 0 !important;
  }
  #pipeline-programs {
    padding-top: 30px;
  }
  #pipeline-programs section h3 {
    font-size: 20px !important;
    color: var(--black) !important;
  }
  #pipeline-programs section p {
    color: var(--black) !important;
  }
}
