#view-congress-material-listing.disabled {
  pointer-events: none;
  background-color: #ccc;
}
.med-affairs-filter {
  max-width: 1344px;
  margin: 10px auto 0;
}
@media (min-width: 768px) {
  .med-affairs-filter {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .med-affairs-filter .col-md-4 {
    position: fixed;
    padding: 0;
    bottom: 0;
    z-index: 1000102;
  }
}
@media (min-width: 1440px) {
  .med-affairs-filter .row {
    column-gap: 32px;
  }
  .med-affairs-filter .row [class*="col-"] {
    padding: 0;
  }
  .med-affairs-filter .row .col-lg-3 {
    max-width: 309px;
    flex: 0 0 100%;
  }
  .med-affairs-filter .row .col-lg-9 {
    max-width: 1000px;
    flex: 0 0 100%;
  }
}
@media (max-width: 767px) {
  .med-affairs-filter .row .col-lg-9 {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.med-affairs-filter .no-tile-found {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  min-height: 330px;
}
@media (min-width: 768px) {
  .med-affairs-filter .no-tile-found {
    align-items: center;
    min-height: 450px;
  }
}
.med-affairs-filter .no-tile-found__text {
  padding: 40px 11px;
  background-color: #F2F2F2;
  max-width: 416px;
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 768px) {
  .med-affairs-filter .no-tile-found__text {
    padding-right: 48px;
    padding-left: 48px;
  }
}
.med-affairs-filters {
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.12);
  padding: 16px 15px;
  max-width: 309px;
}
@media (max-width: 767px) {
  .med-affairs-filters {
    max-width: 100%;
  }
  .med-affairs-filters--hide {
    display: none;
  }
}
.med-affairs-filters__title,
.med-affairs-filters__description {
  color: #10517F;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.med-affairs-filters__description {
  font-weight: 700;
  margin-top: 8px;
  margin-bottom: 23px;
}
@media (min-width: 768px) {
  .med-affairs-filters__description {
    margin-bottom: 7px;
  }
}
.med-affairs-filters__options {
  margin-bottom: 16px;
}
.med-affairs-filters__options:last-child {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .med-affairs-filters__options {
    display: flex;
    margin-bottom: 8px;
  }
}
.med-affairs-filters__options label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  color: #333;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 767px) {
  .med-affairs-filters__options label {
    display: flex;
    border-radius: 8px;
    border: 1px solid #8C96A1;
    padding: 16px;
  }
}
.med-affairs-filters__options input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 16px;
  width: 16px;
  border: 1px solid #8C96A1;
  border-radius: 2px;
  margin-right: 8px;
  position: relative;
}
.med-affairs-filters__options input:checked {
  background-color: #6B9735;
}
.med-affairs-filters__options input:checked:after {
  content: url('../../../content/dam/medical-affairs/icons/right-check-mark.svg');
  font-size: 11px;
  position: absolute;
  font-weight: bold;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#med-affairs-data {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  #med-affairs-data {
    justify-content: left;
    column-gap: 16px;
  }
}
#med-affairs-data .tile {
  max-width: 342px;
  min-height: 359px;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #fff;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  #med-affairs-data .tile {
    max-width: calc((100% / 2) - 8px);
    margin-bottom: 32px;
  }
}
@media (min-width: 1024px) {
  #med-affairs-data .tile {
    max-width: calc((100% / 3) - 11px);
  }
}
#med-affairs-data .tile__image img {
  width: 100%;
}
@media (max-width: 767px) {
  #med-affairs-data .tile__image img {
    max-height: 100px;
    object-fit: cover;
  }
}
#med-affairs-data .tile__header {
  background-color: #004f7c;
  color: #fff;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  padding: 4px 24px;
}
#med-affairs-data .tile__body {
  padding: 17px 24px;
  color: #333;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
#med-affairs-data .tile__footer {
  padding: 0 24px 24px;
  margin-top: auto;
}
#med-affairs-data .tile__footer .cmp-button {
  width: 100%;
  padding: 6px 16px 7px;
  line-height: normal;
  height: 33px;
}
#med-affairs-data .tile__footer .cmp-button span {
  position: relative;
  display: inline-flex;
}
#med-affairs-data .tile__footer .cmp-button span img {
  margin-right: 8px;
}
#med-affairs-data .tile--medhub {
  border-radius: 8px;
  border-color: #CCDDEF;
  padding: 16px;
  min-height: 349px;
  margin-bottom: 20px;
}
#med-affairs-data .tile--medhub .tile__image {
  position: relative;
}
@media (max-width: 767px) {
  #med-affairs-data .tile--medhub .tile__image img {
    max-height: 170px;
  }
}
#med-affairs-data .tile--medhub .tile__play {
  position: absolute;
  right: 16px;
  bottom: 16px;
  border-radius: 4px;
  background: rgba(0, 43, 73, 0.75);
  padding: 4px 8px;
  display: flex;
}
#med-affairs-data .tile--medhub .tile__play img {
  max-width: 11px;
}
#med-affairs-data .tile--medhub .tile__body {
  color: #002B49;
  padding: 19px 0 0;
}
#med-affairs-data .tile--medhub .tile__footer {
  padding: 0;
}
#med-affairs-data .tile--medhub .tile__footer .cmp-button {
  width: auto;
  display: inline-block;
}
#med-affairs-data .cmp-congress-details-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000102;
}
#med-affairs-data .cmp-congress-details-modal.active {
  display: block;
}
#med-affairs-data .cmp-congress-details-modal__content {
  background: white;
  border-radius: 4px;
  width: 100%;
  max-width: 336px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  height: max-content;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
  margin: auto;
}
@media (min-width: 768px) {
  #med-affairs-data .cmp-congress-details-modal__content {
    max-width: 500px;
  }
}
#med-affairs-data .cmp-congress-details-modal__content-close {
  padding: 20px;
  display: flex;
  justify-content: flex-end;
}
#med-affairs-data .cmp-congress-details-modal__button-close {
  border: 0;
  background-color: transparent;
  display: flex;
}
#med-affairs-data .cmp-congress-details-modal__content-wrapper {
  padding: 24px 48px 48px;
  max-height: 445px;
  overflow-y: auto;
}
#med-affairs-data .cmp-congress-details-modal__poster-item {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
#med-affairs-data .cmp-congress-details-modal__poster-item h3 {
  color: #333;
  font-family: "Exo 2";
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 12px;
}
#med-affairs-data .cmp-congress-details-modal__poster-item ul {
  list-style-type: decimal;
  padding-left: 20px;
}
#med-affairs-data .cmp-congress-details-modal__poster-item ul li::marker {
  color: #08436E;
  font-weight: 700;
}
#med-affairs-data .cmp-congress-details-modal__poster-item ul li a {
  color: #08436E;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration-line: underline;
}
#med-affairs-data .cmp-congress-details-modal__poster-item-details {
  border-radius: 8px;
  border: 1px solid #8C96A1;
}
#med-affairs-data .cmp-congress-details-modal__poster-item-details .tile__header {
  text-align: center;
  padding: 4px 8px;
  border-radius: 8px 8px 0 0;
}
#med-affairs-data .cmp-congress-details-modal__poster-item-details .tile__body {
  padding: 24px;
}
#med-affairs-data .cmp-congress-details-modal__poster-item-button {
  display: flex;
  justify-content: flex-end;
}
#med-affairs-data .cmp-congress-details-modal__poster-item-button-close {
  padding: 8px 16px;
  border-radius: 60px;
  border: 1px solid #8C96A1;
  color: #333;
  font-family: "Helvetica Neue";
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  background-color: #fff;
}
.pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-top: 1px solid #DEE3E8;
  padding: 0;
  gap: 9px;
  margin-bottom: 62px;
}
@media (min-width: 768px) {
  .pagination {
    margin-top: 15px;
    margin-bottom: 90px;
    gap: 26px;
  }
}
.pagination__item {
  position: relative;
  display: inline-block;
  color: rgba(0, 0, 0, 0.6);
  font-family: 'Roboto';
  font-size: 12px;
  font-weight: 400;
  line-height: 19.92px;
  letter-spacing: 0.4px;
}
.pagination__item.open .pagination__select-list {
  display: block;
}
.pagination__select-item {
  background-color: #fff;
  border: 0;
  cursor: pointer;
  margin-left: 8px;
}
.pagination__select-item::after {
  content: url('../../../content/dam/medical-affairs/icons/arrow-drop-down.svg');
  border: 0;
  margin: 0;
  vertical-align: middle;
}
.pagination__selected-item {
  color: rgba(0, 0, 0, 0.87);
  font-family: 'Roboto';
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.3px;
}
.pagination__select-list {
  display: none;
  position: absolute;
  padding: 16px 12px;
  max-width: 90px;
  width: 100%;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  right: -20px;
  z-index: 1;
}
.pagination__select-list li {
  padding: 0 8px;
  cursor: pointer;
  color: #333;
  font-family: "Helvetica Neue";
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
}
.pagination__select-list li:last-child {
  margin-bottom: 0;
}
.pagination__select-list li.selected::after {
  content: url('../../../content/dam/medical-affairs/icons/selected-check-mark.svg');
  float: right;
}
.pagination__control {
  display: flex;
}
.pagination__control > div {
  padding: 12px;
  cursor: pointer;
}
.pagination__total-items {
  color: rgba(0, 0, 0, 0.87);
  font-family: 'Roboto';
  font-size: 12px;
  font-weight: 400;
  line-height: 166%;
  letter-spacing: 0.4px;
}
.pagination__disabled {
  pointer-events: none;
}
.filter-toggle {
  max-width: 100%;
  background: #8C96A1;
}
@media (min-width: 768px) {
  .filter-toggle {
    display: none;
  }
}
.filter-toggle__close {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 16px;
  right: 15px;
}
.filter-toggle__close-button {
  border: 0;
  background-color: transparent;
}
.filter-toggle .cta-button .cmp-button {
  line-height: normal;
  height: 33px;
  padding: 6px 16px;
  font-family: 'Helvetica Neue';
}
.filter-toggle__cta {
  background: #8C96A1;
  box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.12);
  padding: 15px 16px;
}
.filter-toggle__cta .cta-button .cmp-button {
  width: 100%;
}
.filter-toggle__cta .cta-button .cmp-button span {
  position: relative;
  display: inline-flex;
}
.filter-toggle__cta .cta-button .cmp-button span img {
  margin-right: 8px;
}
.filter-toggle__action {
  display: flex;
  justify-content: space-between;
  border-radius: 0 0 8px 8px;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.12);
  padding: 15px 16px;
  margin: 0 0 -11px;
  position: relative;
}
.filter-toggle__clear,
.filter-toggle__apply {
  max-width: 160px;
  width: 100%;
}
.filter-toggle__clear .cta-button .cmp-button,
.filter-toggle__apply .cta-button .cmp-button {
  width: 100%;
}
.hide {
  display: none !important;
}
.total-result {
  flex-basis: 100%;
  color: #333;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .total-result {
    margin-bottom: 20px;
  }
}

#medhub-landing .image {
  max-width: 400px;
  margin: 150px auto 28px;
}
#medhub-landing .cmp-text {
  max-width: 758px;
  margin: auto;
}
#medhub-landing .cmp-text p {
  margin-bottom: 45px;
}

.pipeline #cmp-page-footer {
  margin-top: 0;
}
@media screen and (min-width: 992px) {
  .pipeline .cmp__bootstrap-grid--fixed .title {
    top: 43% !important;
  }
}
.pipeline .cmp__bootstrap-grid--fixed h1 {
  color: #ffffff !important;
}
@media screen and (min-width: 992px) {
  .pipeline .cmp__bootstrap-grid--fixed h1 {
    font-size: 6.25rem;
    line-height: 100px;
    color: #91c453 !important;
  }
}
.pipeline .mb-15 {
  margin-bottom: 15px;
}
body.pipeline .pipeline-title.mb-15 {
  display: none;
}
@media screen and (max-width: 991px) {
  .block-program {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.block-program .disease-phase--color-neurology {
  background: #91c453 !important;
}
.block-program .disease-phase--color-hematology-rheumatology {
  background: #85acd7 !important;
}
.block-program .disease-phase--color-dermatology {
  background: #0b436e !important;
}
.block-program .disease-phase--color-nephrology {
  background: #d8e6f4 !important;
}
.block-program .disease-phase--color-indication-not-disclosed {
  background: #bbbbbb !important;
}
.block-program .legend {
  font-size: 0.75rem;
  margin-bottom: 30px;
  display: block;
}
@media screen and (min-width: 1200px) {
  .block-program .legend {
    display: flex;
  }
}
.block-program .legend .legend-color {
  width: 25px;
  height: 14px;
  border-radius: 7px;
  display: inline-block;
  margin-right: 4px;
  transform: translateY(3px);
}
@media screen and (min-width: 992px) {
  .block-program .block-content.block-content:not(:first-child) .table-heading,
  .block-program .table-header.block-content:not(:first-child) .table-heading {
    display: none !important;
  }
}
.block-program .block-content.table-header .block-col-first .table-heading .th::after,
.block-program .table-header.table-header .block-col-first .table-heading .th::after,
.block-program .block-content.table-header .block-table .table-heading .th::after,
.block-program .table-header.table-header .block-table .table-heading .th::after {
  background-image: unset !important;
}
.block-program .block-content .block-col-first,
.block-program .table-header .block-col-first {
  position: relative;
  width: 100%;
  margin-right: 0;
  padding-top: 50px;
}
@media screen and (min-width: 1200px) {
  .block-program .block-content .block-col-first,
  .block-program .table-header .block-col-first {
    width: 33.3%;
  }
}
.block-program .block-content .block-col-first .table-heading .th,
.block-program .table-header .block-col-first .table-heading .th {
  width: 20%;
  height: 60px;
  line-height: 24px;
  padding: 0;
  text-align: center;
  font-size: 0.5rem;
  background-size: 10px 1px;
  border: none;
  position: relative;
}
.block-program .block-content .block-col-first .table-heading .th:first-child,
.block-program .table-header .block-col-first .table-heading .th:first-child {
  padding-left: 12px;
  text-align: left;
}
@media screen and (min-width: 992px) {
  .block-program .block-content .block-col-first .table-heading .th,
  .block-program .table-header .block-col-first .table-heading .th {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 0.813rem;
    font-weight: 600;
    width: 100%;
  }
}
.block-program .block-content .block-col-first .table-heading .th > div,
.block-program .table-header .block-col-first .table-heading .th > div {
  width: 100%;
  height: 100%;
  align-items: center;
}
.block-program .block-content .block-col-first .table-heading .th > div div,
.block-program .table-header .block-col-first .table-heading .th > div div {
  width: 100%;
  text-transform: capitalize;
}
.block-program .block-content .block-col-first .table-heading .th::after,
.block-program .table-header .block-col-first .table-heading .th::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #c7c7c7, #c7c7c7 75%, transparent 50%, transparent 100%);
  background-size: 8px 2px;
  border: none;
}
@media screen and (min-width: 992px) {
  .block-program .block-content .block-col-first::after,
  .block-program .table-header .block-col-first::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(90deg, #c7c7c7, #c7c7c7 75%, transparent 50%, transparent 100%);
    background-size: 8px 2px;
    border: none;
  }
}
.block-program .block-content .block-col-last,
.block-program .table-header .block-col-last {
  position: relative;
  margin-top: 40px;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .block-program .block-content .block-col-last,
  .block-program .table-header .block-col-last {
    padding-left: 150px;
  }
}
@media screen and (min-width: 992px) {
  .block-program .block-content .block-col-last,
  .block-program .table-header .block-col-last {
    padding-left: 0;
    width: 63%;
    flex: 0 0 auto;
    margin-top: 0;
  }
  .block-program .block-content .block-col-last::after,
  .block-program .table-header .block-col-last::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(90deg, #c7c7c7, #c7c7c7 75%, transparent 50%, transparent 100%);
    background-size: 8px 2px;
    border: none;
  }
}
.block-program .block-content .block-col-last .block-table,
.block-program .table-header .block-col-last .block-table {
  width: calc(100% + 1px);
  padding-right: 1px;
  margin-right: -1px;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: repeating-linear-gradient(to right, transparent, transparent 1px, #ffffff 1px, #ffffff 100%), repeating-linear-gradient(to bottom, #c7c7c7, #c7c7c7 5px, transparent 5px, transparent) left top repeat;
  background-size: 20% 10px;
  position: relative;
  padding-top: 0;
}
.block-program .block-content .block-col-last .block-table .table-heading .th,
.block-program .table-header .block-col-last .block-table .table-heading .th {
  width: 20%;
  height: 60px;
  line-height: 24px;
  padding: 0;
  text-align: center;
  font-size: 0.5rem;
  background-size: 10px 1px;
  border: none;
  position: relative;
}
.block-program .block-content .block-col-last .block-table .table-heading .th:first-child,
.block-program .table-header .block-col-last .block-table .table-heading .th:first-child {
  padding-left: 12px;
  text-align: left;
}
@media screen and (min-width: 992px) {
  .block-program .block-content .block-col-last .block-table .table-heading .th,
  .block-program .table-header .block-col-last .block-table .table-heading .th {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 0.813rem;
    font-weight: 600;
    width: 100%;
  }
}
.block-program .block-content .block-col-last .block-table .table-heading .th > div,
.block-program .table-header .block-col-last .block-table .table-heading .th > div {
  width: 100%;
  height: 100%;
  align-items: center;
}
.block-program .block-content .block-col-last .block-table .table-heading .th > div div,
.block-program .table-header .block-col-last .block-table .table-heading .th > div div {
  width: 100%;
  text-transform: capitalize;
}
.block-program .block-content .block-col-last .block-table .table-heading .th::after,
.block-program .table-header .block-col-last .block-table .table-heading .th::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #c7c7c7, #c7c7c7 75%, transparent 50%, transparent 100%);
  background-size: 8px 2px;
  border: none;
}
.block-program .block-content .block-col-last .block-table .field--name-field-items,
.block-program .table-header .block-col-last .block-table .field--name-field-items {
  padding-bottom: 40px;
  padding-top: 20px;
  flex-grow: 1;
}
@media screen and (min-width: 992px) {
  .block-program .block-content .block-col-last .block-table .field--name-field-items,
  .block-program .table-header .block-col-last .block-table .field--name-field-items {
    padding-top: 0px;
  }
}
.block-program .block-content .block-col-last .block-table .field--name-field-items:not(:first-child),
.block-program .table-header .block-col-last .block-table .field--name-field-items:not(:first-child) {
  padding-top: 20px;
}
.block-program .block-content .block-col-last .block-table .field--name-field-items .field__item:not(:first-child),
.block-program .table-header .block-col-last .block-table .field--name-field-items .field__item:not(:first-child) {
  margin-top: 25px;
}
.block-program .block-content .block-col-last .block-table .field--name-field-items .paragraph--type--disease-phase,
.block-program .table-header .block-col-last .block-table .field--name-field-items .paragraph--type--disease-phase {
  font-size: 0.88rem;
  position: relative;
}
@media screen and (min-width: 992px) {
  .block-program .block-content .block-col-last .block-table .field--name-field-items .paragraph--type--disease-phase,
  .block-program .table-header .block-col-last .block-table .field--name-field-items .paragraph--type--disease-phase {
    font-size: 1rem;
  }
}
.block-program .block-content .block-col-last .block-table .field--name-field-items .paragraph--type--disease-phase .item-title,
.block-program .table-header .block-col-last .block-table .field--name-field-items .paragraph--type--disease-phase .item-title {
  display: flex;
  align-items: center;
  transition: opacity 0.5s;
  opacity: 0;
}
@media screen and (min-width: 992px) {
  .block-program .block-content .block-col-last .block-table .field--name-field-items .paragraph--type--disease-phase .item-title,
  .block-program .table-header .block-col-last .block-table .field--name-field-items .paragraph--type--disease-phase .item-title {
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: -0.25rem;
  }
}
.block-program .block-content .block-col-last .block-table .field--name-field-items .paragraph--type--disease-phase .item-title span,
.block-program .table-header .block-col-last .block-table .field--name-field-items .paragraph--type--disease-phase .item-title span {
  padding: 8px 0;
  background-color: #ffffff;
}
.block-program .block-content .block-col-last .block-table .field--name-field-items .paragraph--type--disease-phase .item-title img,
.block-program .table-header .block-col-last .block-table .field--name-field-items .paragraph--type--disease-phase .item-title img {
  max-height: 26px;
  width: auto;
  margin-left: 10px;
}
.block-program .block-content .block-col-last .block-table .field--name-field-items .paragraph--type--disease-phase .item-bar-container,
.block-program .table-header .block-col-last .block-table .field--name-field-items .paragraph--type--disease-phase .item-bar-container {
  margin-bottom: 10px;
  transition: width 1s ease-in;
  width: 0;
}
.block-program .block-content .block-col-last .block-table .field--name-field-items .paragraph--type--disease-phase .item-bar-container .item-bar,
.block-program .table-header .block-col-last .block-table .field--name-field-items .paragraph--type--disease-phase .item-bar-container .item-bar,
.block-program .block-content .block-col-last .block-table .field--name-field-items .paragraph--type--disease-phase .item-bar-container .bar-mobile,
.block-program .table-header .block-col-last .block-table .field--name-field-items .paragraph--type--disease-phase .item-bar-container .bar-mobile {
  min-width: 14px;
}
@media screen and (min-width: 992px) {
  .block-program .block-content .block-col-last .block-table .field--name-field-items .paragraph--type--disease-phase .item-bar-container .item-bar,
  .block-program .table-header .block-col-last .block-table .field--name-field-items .paragraph--type--disease-phase .item-bar-container .item-bar,
  .block-program .block-content .block-col-last .block-table .field--name-field-items .paragraph--type--disease-phase .item-bar-container .bar-mobile,
  .block-program .table-header .block-col-last .block-table .field--name-field-items .paragraph--type--disease-phase .item-bar-container .bar-mobile {
    margin-left: 40px;
  }
}
.block-program .block-content .block-col-last .block-table .field--name-field-items .paragraph--type--disease-phase .item-bar-container .item-bar .bar,
.block-program .table-header .block-col-last .block-table .field--name-field-items .paragraph--type--disease-phase .item-bar-container .item-bar .bar,
.block-program .block-content .block-col-last .block-table .field--name-field-items .paragraph--type--disease-phase .item-bar-container .bar-mobile .bar,
.block-program .table-header .block-col-last .block-table .field--name-field-items .paragraph--type--disease-phase .item-bar-container .bar-mobile .bar {
  display: block;
  height: 14px;
  border-radius: 7px;
  background: #c6c6c6;
}
.block-program .block-content .block-col-last .block-table .field--name-field-items .paragraph--type--disease-phase .item-offside,
.block-program .table-header .block-col-last .block-table .field--name-field-items .paragraph--type--disease-phase .item-offside {
  margin-left: -120px;
}
.block-program .block-content .block-col-last .block-table .field--name-field-items .paragraph--type--disease-phase .item-offside .item-clinical-trial,
.block-program .table-header .block-col-last .block-table .field--name-field-items .paragraph--type--disease-phase .item-offside .item-clinical-trial {
  float: right;
  width: 120px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-weight: 600;
  margin: 5px 0;
  display: none;
}
@media screen and (min-width: 768px) {
  .block-program .block-content .block-col-last .block-table .field--name-field-items .paragraph--type--disease-phase .item-offside .item-clinical-trial,
  .block-program .table-header .block-col-last .block-table .field--name-field-items .paragraph--type--disease-phase .item-offside .item-clinical-trial {
    display: block;
  }
}
.block-program .block-content .block-col-last .block-table .field--name-field-items .paragraph--type--disease-phase .disease-phase-bar-logo-wrap,
.block-program .table-header .block-col-last .block-table .field--name-field-items .paragraph--type--disease-phase .disease-phase-bar-logo-wrap {
  display: flex;
  align-items: center;
}
.block-program .block-content .block-col-last .block-table .field--name-field-items .paragraph--type--disease-phase .disease-phase-bar-logo-wrap .disease-phase-logo-wrap .clinical-trial-logo,
.block-program .table-header .block-col-last .block-table .field--name-field-items .paragraph--type--disease-phase .disease-phase-bar-logo-wrap .disease-phase-logo-wrap .clinical-trial-logo {
  padding-right: 15px;
}
.block-program .block-content .block-col-last .block-table .field--name-field-items .paragraph--type--disease-phase .disease-phase-bar-logo-wrap .disease-phase-bar-wrap,
.block-program .table-header .block-col-last .block-table .field--name-field-items .paragraph--type--disease-phase .disease-phase-bar-logo-wrap .disease-phase-bar-wrap {
  order: 2;
  flex: 0 0 100%;
}
.block-program .block-content .animated,
.block-program .table-header .animated {
  width: 100% !important;
}
.block-program .block-content .animated .item-title,
.block-program .table-header .animated .item-title {
  opacity: 1 !important;
}
.block-program .block-content .block-col-first-left,
.block-program .table-header .block-col-first-left {
  width: 100%;
  padding-right: 20px;
}
@media screen and (min-width: 992px) {
  .block-program .block-content .block-col-first-left,
  .block-program .table-header .block-col-first-left {
    width: 60%;
  }
}
.block-program .block-content .block-col-first-left .block-col-title,
.block-program .table-header .block-col-first-left .block-col-title {
  margin-bottom: 20px;
}
.block-program .block-content .block-col-first-left .block-action,
.block-program .table-header .block-col-first-left .block-action {
  float: left;
  clear: left;
}
@media screen and (min-width: 1200px) {
  .block-program .block-content .block-col-first-left .block-action,
  .block-program .table-header .block-col-first-left .block-action {
    float: none;
  }
}
.block-program .block-content .block-col-first-left .block-action a,
.block-program .table-header .block-col-first-left .block-action a {
  font-size: 0.81rem;
  padding-left: 14px;
  padding-right: 14px;
  max-width: 130px;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-bottom: 15px;
  width: 160px;
  text-align: center;
  display: block;
  background-color: #91c453;
  border: 2px solid #91c453;
  color: #ffffff;
  box-shadow: none;
  text-decoration: none;
  border-radius: 22px;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
  white-space: nowrap;
  line-height: 1.5;
  cursor: pointer;
}
.block-program .block-content .block-col-first-left .block-action a.btn-gray-light,
.block-program .table-header .block-col-first-left .block-action a.btn-gray-light {
  background-color: #f6f6f6;
  border-color: #f6f6f6;
  color: #727272;
}
.block-program .block-content .block-col-first-left .block-action a:hover,
.block-program .table-header .block-col-first-left .block-action a:hover {
  background: #727272;
  border-color: #727272;
  color: #ffffff;
  box-shadow: none;
}
.block-program .block-content .block-col-first-left .block-target,
.block-program .table-header .block-col-first-left .block-target {
  width: 130px;
  margin-left: 0;
  margin-right: auto;
  float: right;
  margin-top: -40px;
}
@media screen and (min-width: 992px) {
  .block-program .block-content .block-col-first-left .block-target,
  .block-program .table-header .block-col-first-left .block-target {
    margin-left: 0;
    float: left;
    margin-top: 0;
  }
}
.block-program .block-content .block-col-first-left .block-target .field-case-study-target,
.block-program .table-header .block-col-first-left .block-target .field-case-study-target {
  width: 130px;
  height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 35px 10px 25px 30px;
  background: url(../../../etc.clientlibs/argenx/clientlibs/clientlib-argenx-corp/resources/images/target-bg-01.svg) no-repeat;
  font-size: 1rem;
  margin-bottom: 10px;
}
.block-program .block-content .block-col-first-left .block-target .field-case-study-target .field__label,
.block-program .table-header .block-col-first-left .block-target .field-case-study-target .field__label {
  font-weight: 400;
}
.block-program .block-content .block-col-first-left .block-target .field-case-study-target .field__item,
.block-program .table-header .block-col-first-left .block-target .field-case-study-target .field__item {
  font-weight: 700;
}
.block-program .block-content .block-col-first-left .block-target .field-case-study-target p,
.block-program .table-header .block-col-first-left .block-target .field-case-study-target p {
  line-height: 1.5rem !important;
  font-size: 1rem !important;
}
@media screen and (min-width: 992px) {
  .block-content--center {
    position: relative;
    align-items: center;
    left: 154px;
  }
}
@media screen and (max-width: 991px) {
  .block-content--center {
    position: unset;
  }
}
.cmp-pipeline-variation-one .block-content .block-col-first {
  padding-top: 0;
}
.cmp-pipeline-variation-one .field--name-field-items:not(:last-child)::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #c7c7c7, #c7c7c7 75%, transparent 50%, transparent 100%);
  background-size: 8px 2px;
  border: none;
}
.cmp-pipeline-variation-two .block-content .block-col-first,
.cmp-pipeline-variation-two .table-header .block-col-first {
  padding-top: 20px;
}
@media screen and (min-width: 992px) {
  .cmp-pipeline-variation-two .block-content .block-col-first .table-heading .th,
  .cmp-pipeline-variation-two .table-header .block-col-first .table-heading .th {
    width: 50% !important;
  }
}
.cmp-pipeline-variation-two .block-content .block-col-first .table-heading .th:first-child,
.cmp-pipeline-variation-two .table-header .block-col-first .table-heading .th:first-child {
  width: 100% !important;
}
.cmp-pipeline-variation-two .block-content .block-col-first::after,
.cmp-pipeline-variation-two .table-header .block-col-first::after {
  background-image: unset;
}
@media screen and (min-width: 992px) {
  .cmp-pipeline-variation-two .block-content .block-col-last,
  .cmp-pipeline-variation-two .table-header .block-col-last {
    width: 73%;
  }
}
.cmp-pipeline-variation-two .block-content .block-col-last .block-table,
.cmp-pipeline-variation-two .table-header .block-col-last .block-table {
  background-size: 50% 10px !important;
  background: repeating-linear-gradient(to right, transparent, transparent 1px, #ffffff 1px, #ffffff 100%), repeating-linear-gradient(to bottom, #c7c7c7, #c7c7c7 5px, transparent 5px, transparent) left top repeat;
}
.cmp-pipeline-variation-two .block-content .block-col-last .block-table .table-heading .th,
.cmp-pipeline-variation-two .table-header .block-col-last .block-table .table-heading .th {
  text-align: center !important;
  width: 50% !important;
}
.cmp-pipeline-variation-two .block-content .block-col-last .block-table .field--name-field-items,
.cmp-pipeline-variation-two .table-header .block-col-last .block-table .field--name-field-items {
  padding-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .cmp-pipeline-variation-two .block-content .block-col-last .block-table .field--name-field-items,
  .cmp-pipeline-variation-two .table-header .block-col-last .block-table .field--name-field-items {
    padding-top: 10px !important;
  }
}
.cmp-pipeline-variation-two .block-content .block-col-last::after,
.cmp-pipeline-variation-two .table-header .block-col-last::after {
  background-image: unset;
}
.cmp-pipeline-variation-two .table-header .block-col-first::after,
.cmp-pipeline-variation-two .table-header .block-col-last::after {
  background-image: linear-gradient(90deg, #c7c7c7, #c7c7c7 75%, transparent 50%, transparent 100%) !important;
}
#externally-sponsored-research #teaserOuterSpace {
  padding: 90px;
}
@media screen and (min-width: 992px) {
  #externally-sponsored-research #teaserOuterSpace {
    padding: 120px;
  }
}
#externally-sponsored-research #teaserOuterSpace .cmp-teaser__description p {
  margin-bottom: 1rem !important;
}
#externally-sponsored-research-img img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 992px) {
  #externally-sponsored-research-img img {
    height: 672px;
  }
}
#partnered-programs-heading {
  text-align: left !important;
}
@media screen and (min-width: 992px) {
  #partnered-programs-heading {
    text-align: center !important;
  }
}
.partnered-programs .block-content {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .partnered-programs .block-content {
    flex-direction: row;
    margin-bottom: 50px;
  }
}
.partnered-programs .block-content:nth-child(2) .field__item .spacing,
.partnered-programs .block-content:nth-child(3) .field__item .spacing {
  display: none;
}
.partnered-programs .block-content .block-col-first {
  width: 70%;
  flex: 0 0 auto;
  padding-right: 26px;
  display: flex;
  margin-right: 0;
  padding-top: 50px;
}
@media screen and (min-width: 992px) {
  .partnered-programs .block-content .block-col-first {
    width: 35%;
    padding: 0;
    padding-top: 0;
  }
}
.partnered-programs .block-content .block-col-first .block-col-first-left {
  width: 100%;
  padding-right: 20px;
}
@media screen and (min-width: 992px) {
  .partnered-programs .block-content .block-col-first .block-col-first-left {
    width: 45%;
    padding-top: 45px;
  }
}
.partnered-programs .block-content .block-col-first .block-col-first-right {
  width: 40%;
  min-width: 130px;
}
.partnered-programs .block-content .block-col-first .block-col-first-right .block-target {
  width: 130px;
  margin-left: 0;
  margin-right: auto;
  float: right;
  margin-top: -40px;
}
@media screen and (min-width: 992px) {
  .partnered-programs .block-content .block-col-first .block-col-first-right .block-target {
    margin-left: 0;
    float: left;
    margin-top: 0;
  }
}
.partnered-programs .block-content .block-col-first .block-col-first-right .block-target .field-case-study-target {
  width: 130px;
  height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 35px 10px 25px 30px;
  background: url(../../../etc.clientlibs/argenx/clientlibs/clientlib-argenx-corp/resources/images/target-bg-01.svg) no-repeat;
  font-size: 1rem;
  margin-bottom: 10px;
}
.partnered-programs .block-content .block-col-first .block-col-first-right .block-target .field-case-study-target p {
  display: contents;
}
.partnered-programs .block-content .block-col-last {
  margin-top: 40px;
  padding-left: 0;
}
@media screen and (min-width: 992px) {
  .partnered-programs .block-content .block-col-last {
    width: 65%;
    flex: 0 0 auto;
    margin-top: 0;
    position: relative;
  }
}
.partnered-programs .block-content .block-col-last .item-action a {
  background-color: #d8e6f4;
  border-color: #d8e6f4;
  border: 2px solid #d8e6f4;
  color: #727272;
  word-break: break-word;
  padding: 7px 49px;
  border-radius: 22px;
  font-size: 1rem;
  line-height: 1.5;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
  white-space: nowrap;
}
.partnered-programs .block-content .block-col-last .item-action a:hover {
  background: #0b436e;
  border-color: #0b436e;
  color: #ffffff;
}
.partnered-programs .block-content .block-program-logo {
  margin-top: 35px;
}
.partnered-programs .block-content .block-program-logo .field-case-study-image {
  width: 164px;
  height: 100px;
}
.partnered-programs .block-content .block-program-logo .field-case-study-image img {
  display: block;
  width: auto;
  height: auto;
  max-width: 164px;
  max-height: 100px;
}
.cmp__bootstrap-grid--relative .pipeline {
  padding-left: calc(50% - 543px) !important;
  padding-right: calc(50% - 543px) !important;
}
.mechanism-of-action-Efgartigimod #inner-container {
  max-width: 480px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .mechanism-of-action-Efgartigimod #inner-container {
    max-width: 650px;
  }
}
.mechanism-of-action-Efgartigimod #inner-container .bootstrap-grid .cmp-text p:first-child,
.mechanism-of-action-Efgartigimod #inner-container .bootstrap-container:last-child .cmp-text p:first-child {
  font-size: 0.904rem;
  line-height: 1.356rem;
}
@media screen and (min-width: 992px) {
  .mechanism-of-action-Efgartigimod #inner-container .bootstrap-grid .cmp-text p:first-child,
  .mechanism-of-action-Efgartigimod #inner-container .bootstrap-container:last-child .cmp-text p:first-child {
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
}
.cmp-mask-1 {
  background: url(../../../etc.clientlibs/argenx/clientlibs/clientlib-argenx-corp/resources/images/target-bg-01.svg) no-repeat;
}
.cmp-mask-2 {
  background: url(../../../etc.clientlibs/argenx/clientlibs/clientlib-argenx-corp/resources/images/target-bg-02.svg) no-repeat;
}
.cmp-mask-3 {
  background: url(../../../etc.clientlibs/argenx/clientlibs/clientlib-argenx-corp/resources/images/target-bg-03.svg) no-repeat;
}

.cmp-healthcare-modal {
  display: none;
}
.cmp-healthcare-modal .d-none {
  display: none;
}
.cmp-healthcare-modal.active {
  display: block;
}
.cmp-healthcare-modal.in-edit {
  display: block;
}
.cmp-healthcare-modal.in-edit .cmp-healthcare-modal__main-backdrop {
  display: none;
}
.cmp-healthcare-modal.in-edit .cmp-healthcare-modal__main-modal {
  position: relative;
}
.cmp-healthcare-modal__main-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  z-index: 100;
}
.cmp-healthcare-modal__main-modal {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 101;
  background-color: white;
  height: 400px;
  width: 50%;
}
.cmp-healthcare-modal__main-modal-content {
  padding: 40px;
}
.cmp-healthcare-modal .cmp-healthcare-modal__main-checkboxes {
  margin-bottom: 20px;
}
.cmp-healthcare-modal .cmp-healthcare-modal__main-checkboxes-professions {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}

/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
  * Correct `inline-block` display not defined in IE 8/9.
  */
audio,
canvas,
video {
  display: inline-block;
}
/**
  * Prevent modern browsers from displaying `audio` without controls.
  * Remove excess height in iOS 5 devices.
  */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
  * Address styling not present in IE 8/9.
  */
[hidden] {
  display: none;
}
/* ==========================================================================
    Base
    ========================================================================== */
/**
  * 1. Set default font family to sans-serif.
  * 2. Prevent iOS text size adjust after orientation change, without disabling
  *    user zoom.
  */
html {
  font-family: "Open Sans";
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/**
  * Remove default margin.
  */
body {
  margin: 0;
}
/* ==========================================================================
    Links
    ========================================================================== */
/**
  * Address `outline` inconsistency between Chrome and other browsers.
  */
a:focus {
  outline: thin dotted;
}
/**
  * Improve readability when focused and also mouse hovered in all browsers.
  */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
    Typography
    ========================================================================== */
/**
  * Address styling not present in IE 8/9, Safari 5, and Chrome.
  */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
  * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
  */
b,
strong {
  font-weight: bold;
}
/**
  * Address styling not present in Safari 5 and Chrome.
  */
dfn {
  font-style: italic;
}
/**
  * Address differences between Firefox and other browsers.
  */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
  * Address styling not present in IE 8/9.
  */
mark {
  background: #ff0;
  color: #000;
}
/**
  * Correct font family set oddly in Safari 5 and Chrome.
  */
code,
kbd,
pre,
samp {
  font-family: "Open Sans";
  font-size: 1em;
}
/**
  * Improve readability of pre-formatted text in all browsers.
  */
pre {
  white-space: pre-wrap;
}
/**
  * Set consistent quote types.
  */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
  * Address inconsistent and variable font size in all browsers.
  */
small {
  font-size: 80%;
}
/**
  * Prevent `sub` and `sup` affecting `line-height` in all browsers.
  */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
    Embedded content
    ========================================================================== */
/**
  * Remove border when inside `a` element in IE 8/9.
  */
img {
  border: 0;
  max-width: 100%;
  height: auto;
}
/**
  * Correct overflow displayed oddly in IE 9.
  */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
    Figures
    ========================================================================== */
/**
  * Address margin not present in IE 8/9 and Safari 5.
  */
figure {
  margin: 0;
}
/* ==========================================================================
    Forms
    ========================================================================== */
/**
  * Define consistent border, margin, and padding.
  */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
  * 1. Correct `color` not being inherited in IE 8/9.
  * 2. Remove padding so people aren't caught out if they zero out fieldsets.
  */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
  * 1. Correct font family not being inherited in all browsers.
  * 2. Correct font size not being inherited in all browsers.
  * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
  */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
  * Address Firefox 4+ setting `line-height` on `input` using `!important` in
  * the UA stylesheet.
  */
button,
input {
  line-height: normal;
}
/**
  * Address inconsistent `text-transform` inheritance for `button` and `select`.
  * All other form control elements do not inherit `text-transform` values.
  * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
  * Correct `select` style inheritance in Firefox 4+ and Opera.
  */
button,
select {
  text-transform: none;
}
/**
  * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
  *    and `video` controls.
  * 2. Correct inability to style clickable `input` types in iOS.
  * 3. Improve usability and consistency of cursor style between image-type
  *    `input` and others.
  */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
  * Re-set default cursor for disabled elements.
  */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
  * 1. Address box sizing set to `content-box` in IE 8/9.
  * 2. Remove excess padding in IE 8/9.
  */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
  * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
  * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
  *    (include `-moz` to future-proof).
  */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
  * Remove inner padding and search cancel button in Safari 5 and Chrome
  * on OS X.
  */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
  * Remove inner padding and border in Firefox 4+.
  */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
  * 1. Remove default vertical scrollbar in IE 8/9.
  * 2. Improve readability and alignment in all browsers.
  */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
    Tables
    ========================================================================== */
/**
  * Remove most spacing between table cells.
  */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.root {
  overflow: hidden;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(../../../etc.clientlibs/argenx/clientlibs/clientlib-med-affairs-redesign/resources/fonts/OpenSans-Regular.woff2) format('woff2'), url(../../../etc.clientlibs/argenx/clientlibs/clientlib-med-affairs-redesign/resources/fonts/OpenSans-Regular.woff) format('woff'), url(../../../etc.clientlibs/argenx/clientlibs/clientlib-med-affairs-redesign/resources/fonts/OpenSans-Regular.eot) format('eot');
}
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 400;
  src: url(../../../etc.clientlibs/argenx/clientlibs/clientlib-med-affairs-redesign/resources/fonts/Exo2-Regular.woff2) format('woff2'), url(../../../etc.clientlibs/argenx/clientlibs/clientlib-med-affairs-redesign/resources/fonts/Exo2-Regular.woff) format('woff'), url(../../../etc.clientlibs/argenx/clientlibs/clientlib-med-affairs-redesign/resources/fonts/Exo2-Regular.eot) format('eot');
}
@font-face {
  font-family: 'Helvetica Neue';
  font-style: normal;
  font-weight: 400;
  src: url(../../../etc.clientlibs/argenx/clientlibs/clientlib-med-affairs-redesign/resources/fonts/HelveticaNeue.woff2) format('woff2'), url(../../../etc.clientlibs/argenx/clientlibs/clientlib-med-affairs-redesign/resources/fonts/HelveticaNeue.woff) format('woff'), url(../../../etc.clientlibs/argenx/clientlibs/clientlib-med-affairs-redesign/resources/fonts/HelveticaNeue.eot) format('eot');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../../../etc.clientlibs/argenx/clientlibs/clientlib-med-affairs-redesign/resources/fonts/roboto-v20-latin-regular.eot');
  src: local('Roboto'), local('Roboto-Regular'), url('../../../etc.clientlibs/argenx/clientlibs/clientlib-med-affairs-redesign/resources/fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../../etc.clientlibs/argenx/clientlibs/clientlib-med-affairs-redesign/resources/fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../../../etc.clientlibs/argenx/clientlibs/clientlib-med-affairs-redesign/resources/fonts/roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../../../etc.clientlibs/argenx/clientlibs/clientlib-med-affairs-redesign/resources/fonts/roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../../etc.clientlibs/argenx/clientlibs/clientlib-med-affairs-redesign/resources/fonts/roboto-v20-latin-regular.svg#Roboto') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
body {
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: "Exo 2";
}
h1 {
  font-size: 40px;
  line-height: 40px;
}
h2 {
  font-size: 32px;
  line-height: 38px;
}
h3 {
  font-size: 24px;
  line-height: 28px;
}
a {
  text-decoration: none;
  color: #000000;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.layout-container--fullBleed {
  width: 100%;
  max-width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.layout-container--fullWidth {
  width: 100%;
  max-width: 1440px !important;
  padding: 0;
  margin: 0 auto;
  float: none !important;
}
.layout-container--fullWidth .container {
  max-width: 1440px !important;
  padding: 0;
}
.layout-container--fullWidth .container .row {
  width: 100%;
  margin: 0 auto;
}
.container-height--contact .cmp-container {
  height: 551px;
  text-align: center;
  padding-top: 108px;
}
@media (min-width: 768px) {
  .container-height--contact .cmp-container {
    padding-top: 227px;
  }
}
.container-height--contact .cmp-title__text {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  font-family: "Exo 2";
  max-width: 251px;
  margin: auto;
}
@media (min-width: 768px) {
  .container-height--contact .cmp-title__text {
    font-size: 40px;
    line-height: 40px;
    max-width: 100%;
  }
}
.container-height--utility > .cmp-container {
  height: 350px;
  text-align: center;
  padding-top: 209px;
}
@media (max-width: 576px) {
  .container-height--utility > .cmp-container {
    padding: 147px 24px 60px 24px;
    text-align: left;
  }
}
.container-height--utility .cmp-title__text {
  margin: 0;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  font-family: "Exo 2";
  color: #08436e;
}
@media (min-width: 768px) {
  .container-height--utility .cmp-title__text {
    font-size: 40px;
    line-height: 40px;
  }
}
.container-height--utility .color-utilities--text-black .cmp-text p {
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding-top: 16px;
  color: #333333;
}
.container-height--thank-you .cmp-container {
  height: 551px;
  text-align: center;
  padding-top: 108px;
}
@media (min-width: 768px) {
  .container-height--thank-you .cmp-container {
    padding-top: 227px;
  }
}
.container-height--thank-you .cmp-title__text {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  font-family: "Exo 2";
  max-width: 251px;
  margin: auto;
}
@media (min-width: 768px) {
  .container-height--thank-you .cmp-title__text {
    font-size: 40px;
    line-height: 40px;
    max-width: 100%;
  }
}
.container-height--pipleline .cmp-container {
  height: 312px;
  text-align: center;
  padding-top: 108px;
  padding-top: 227px;
  padding-left: 88px;
}
@media (min-width: 768px) {
  .container-height--pipleline .cmp-container {
    padding-top: 209px;
    padding-bottom: 63px;
  }
}
@media (max-width: 767px) {
  .container-height--pipleline .cmp-container {
    padding: 123px 24px 60px 24px;
    height: auto;
  }
}
.container-height--pipleline .cmp-title__text {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  font-family: "Exo 2";
  max-width: 251px;
  margin: auto;
}
@media (min-width: 768px) {
  .container-height--pipleline .cmp-title__text {
    font-size: 40px;
    line-height: 40px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .container-height--pipleline .cmp-title__text {
    font-size: 40px;
    line-height: 40px;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .container-height--pipleline .cmp-title__text {
    font-size: 40px;
    line-height: 40px;
    max-width: 100%;
  }
}
.container-height--congress-material-listing .cmp-container {
  height: 376px;
  padding: 123px 24px 60px 24px;
}
@media (min-width: 768px) {
  .container-height--congress-material-listing .cmp-container {
    padding: 209px 162px 0 88px;
  }
}
.container-height--congress-material-listing .cmp-container .cmp-title__text {
  margin-bottom: 16px;
}
.container-height--congress-material-listing .cmp-container .cmp-text {
  max-width: 575px;
}
.container-height--medhub .cmp-container {
  min-height: 435px;
  padding: 127px 24px 20px;
}
@media (min-width: 768px) {
  .container-height--medhub .cmp-container {
    min-height: 427px;
    padding: 209px 162px 0 88px;
  }
}
.container-height--medhub .cmp-container .cmp-text {
  max-width: 650px;
}
.disable-submit-btn {
  opacity: 0.5;
  pointer-events: none;
}
.color-utilities--text-white {
  color: #ffffff;
}
.color-utilities--text-black {
  color: #000000;
}
.color-utilities--text-dark-grey {
  color: #333333;
}
.color-utilities--text-green {
  color: #91c353;
}
.color-utilities--text-dark-blue {
  color: #08436e;
}
.color-utilities--text-red {
  color: #d23b40;
}
.color-utilities--bg-white {
  background-color: #ffffff;
}
.color-utilities--bg-black {
  background-color: #000000;
}
.color-utilities--bg-dark-grey {
  background-color: #333333;
}
.color-utilities--bg-green {
  background-color: #91c353;
}
.color-utilities--bg-ateneo-blue-light {
  background-color: rgba(8, 67, 110, 0.75);
}
.color-utilities--bg-cool-grey {
  background-color: #8c96a1;
}
.color-utilities--bg-lighter-grey {
  background-color: #f2f2f2;
}
.color-utilities--bg-columbia-blue {
  background-color: #ccddef;
}
.spacing-bottom--marginxlarge {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .spacing-bottom--marginxlarge {
    margin-bottom: 100px;
  }
}
.spacing-bottom--marginlarge {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .spacing-bottom--marginlarge {
    margin-bottom: 50px;
  }
}
.spacing-bottom--margin50 {
  margin-bottom: 50px;
}
.spacing-bottom--margin30 {
  margin-bottom: 30px;
}
.spacing-top--marginxlarge {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .spacing-top--marginxlarge {
    margin-top: 100px;
  }
}
.spacing-top--marginlarge {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .spacing-top--marginlarge {
    margin-top: 50px;
  }
}
.spacing-top--margin50 {
  margin-top: 50px;
}
.spacing-top--margin30 {
  margin-top: 30px;
}
.spacing-top--paddingxlarge {
  padding-top: 50px;
}
@media (min-width: 768px) {
  .spacing-top--paddingxlarge {
    padding-top: 100px;
  }
}
.spacing-top--paddinglarge {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .spacing-top--paddinglarge {
    padding-top: 50px;
  }
}
.spacing-top--padding50 {
  padding-top: 50px;
}
.spacing-top--padding30 {
  padding-top: 30px;
}
.spacing--padding40 {
  padding: 40px;
}
.spacing--y-48 {
  padding-right: 24px;
  padding-left: 24px;
}
@media (min-width: 1024px) {
  .spacing--y-48 {
    padding-right: 48px;
    padding-left: 48px;
  }
}
.cta-button .cmp-button {
  padding: 16px 20px;
  color: #333333;
  font-size: 14px;
  font-weight: 700;
  line-height: 19.07px;
  border-radius: 60px;
  position: relative;
  border: 1px solid #8c96a1;
  width: 100%;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cta-button .cmp-button {
    width: auto;
  }
}
.cta-button--green .cmp-button {
  background-color: #91c353;
}
.ma-header {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1;
  max-width: 1344px !important;
}
@media (max-width: 1023px) {
  .ma-header {
    padding: 0 !important;
  }
}
.ma-header .text {
  display: flex;
  padding: 11px 24px 9px;
  justify-content: flex-end;
  align-items: center;
  background-color: #08436e;
}
@media (max-width: 1023px) {
  .ma-header .text {
    display: none;
  }
}
.ma-header .cmp-text p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
.ma-header .cmp-text a {
  color: #ffffff;
  text-decoration: underline;
}
.ma-header header {
  display: flex;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.12);
  padding: 15px 27px 15px 24px;
  position: relative;
}
@media (min-width: 1024px) {
  .ma-header header {
    border-radius: 0 0 6px 6px;
    padding: 31px 23px 21px 40px;
  }
}
.ma-header header .cmp-header-secondary-utility {
  display: none;
}
.ma-header header .cmp-header-logo-section__logo-img {
  position: absolute;
  right: 23px;
  top: 50%;
  transform: translate(0, -40%);
}
.ma-header header .cmp-header-logo-section__logo-img .logo--mobile {
  display: none;
}
@media (max-width: 1023px) {
  .ma-header header .cmp-header-logo-section__logo-img {
    display: none;
  }
}
.ma-header header .cmp-header-logo-section__menu-button-text {
  display: flex;
}
@media (max-width: 1023px) {
  .ma-header header .cmp-header-logo-section__menu-button-text .cmp-header-menu-button {
    position: absolute;
    right: 23px;
    top: 50%;
  }
  .ma-header header .cmp-header-logo-section__menu-button-text .cmp-header-menu-button .sr-only {
    width: 18.407px;
    height: 12.586px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .ma-header header .cmp-header-logo-section__menu-button-text .cmp-header-menu-button__expand .sr-only {
    display: block;
    background-image: url("../../../content/dam/medical-affairs/icons/menu-open.svg");
  }
  .ma-header header .cmp-header-logo-section__menu-button-text .cmp-header-menu-button__close {
    display: none;
  }
  .ma-header header .cmp-header-logo-section__menu-button-text .cmp-header-menu-button__close .sr-only {
    background-image: url("../../../content/dam/medical-affairs/icons/menu-close.svg");
    display: block;
    width: 13.425px;
    height: 13.425px;
  }
}
.ma-header header .cmp-header-logo-section .cmp-header-utility-navigation {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-25%);
}
.ma-header header .cmp-header-logo-section .cmp-header-utility-navigation a {
  display: flex;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  border: 1px solid #8c96a1;
  color: #333333;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
}
.ma-header header .cmp-header-logo-section .cmp-header-utility-navigation a.current-page {
  background-color: #dee3e8;
}
.ma-header header .cmp-header-logo-section .cmp-header-utility-navigation a::before {
  content: "";
  background-image: url("../../../content/dam/medical-affairs/icons/medical-mail.svg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 10px;
  width: 10px;
  margin-right: 5px;
}
@media (min-width: 1024px) {
  .ma-header header .cmp-header-logo-section .cmp-header-utility-navigation {
    display: none;
  }
}
.ma-header header .cmp-header-logo-heading h6 {
  display: none;
}
.ma-header header .cmp-header-logo-heading h1 {
  margin-bottom: 0;
  line-height: unset;
}
@media (min-width: 1024px) {
  .ma-header header .cmp-header-logo-heading h1 {
    margin-top: -10px;
  }
}
.ma-header header .cmp-header-logo-heading a {
  color: #002B49;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  font-family: "Exo 2";
}
@media (min-width: 1024px) {
  .ma-header header .cmp-header-logo-heading a {
    color: #08436e;
  }
}
.ma-header header .cmp-header-link-section {
  display: flex;
  flex: 1;
  justify-content: flex-end;
}
@media (min-width: 1024px) {
  .ma-header header .cmp-header-link-section {
    margin-right: 161px;
  }
}
.ma-header header .cmp-header-link-section__links {
  height: calc(100% - 75px);
}
.ma-header header .cmp-header-link-section__links-mainlink {
  display: flex;
}
@media (min-width: 1024px) {
  .ma-header header .cmp-header-link-section .main-navigation-item:not(.subNavigation) {
    margin-right: 15px;
  }
}
.ma-header header .cmp-header-link-section .main-navigation-item.subNavigation {
  position: relative;
}
.ma-header header .cmp-header-link-section .main-navigation-item.subNavigation.active .subnav-column-wrap {
  display: block;
}
@media (max-width: 1023px) {
  .ma-header header .cmp-header-link-section .main-navigation-item.subNavigation.active span.mainLink::after {
    transition: all .3s ease;
    transform: rotate(180deg);
    top: 7px;
  }
}
@media (min-width: 1024px) {
  .ma-header header .cmp-header-link-section .main-navigation-item.current-page {
    background-color: #dee3e8;
    border-radius: 60px;
  }
}
.ma-header header .cmp-header-link-section .main-navigation-item .mainLink {
  display: flex;
  padding: 21px 16px;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  color: #08436e;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
  transition: all .3s ease;
}
@media (min-width: 1024px) {
  .ma-header header .cmp-header-link-section .main-navigation-item .mainLink {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.ma-header header .cmp-header-link-section .main-navigation-item .mainLink::after {
  content: url("../../../content/dam/medical-affairs/icons/arrow.svg");
  display: inline-block;
  width: 14px;
  height: 8px;
  position: relative;
  top: -7px;
}
.ma-header header .cmp-header-link-section .main-navigation-item .subnav-column-wrap {
  display: none;
  background-color: #08436e;
  padding: 16px 40px;
}
@media (min-width: 1024px) {
  .ma-header header .cmp-header-link-section .main-navigation-item .subnav-column-wrap {
    position: absolute;
    right: 0;
    transform: translateY(5px);
    border-radius: 4px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    min-width: 285px;
    padding: 16px;
  }
  .ma-header header .cmp-header-link-section .main-navigation-item .subnav-column-wrap::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #08436e;
    right: 7px;
    top: -10px;
  }
}
.ma-header header .cmp-header-link-section .main-navigation-item .subnav-column-wrap .subnav-column-title {
  display: none;
}
.ma-header header .cmp-header-link-section .main-navigation-item .subnav-column-wrap .subnav-link {
  padding: 16px 0;
}
@media (max-width: 767px) {
  .ma-header header .cmp-header-link-section .main-navigation-item .subnav-column-wrap .subnav-link {
    margin-bottom: 24px;
  }
  .ma-header header .cmp-header-link-section .main-navigation-item .subnav-column-wrap .subnav-link::last-child {
    margin-bottom: 0px;
  }
}
@media (min-width: 1024px) {
  .ma-header header .cmp-header-link-section .main-navigation-item .subnav-column-wrap .subnav-link {
    padding: 7px 10px 7px 0;
  }
}
.ma-header header .cmp-header-link-section .main-navigation-item .subnav-column-wrap .subnav-link a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
  display: block;
  position: relative;
  padding-right: 15px;
}
.ma-header header .cmp-header-link-section .main-navigation-item .subnav-column-wrap .subnav-link a.external-link::after {
  position: absolute;
  top: 2px;
  right: 0;
  content: url("../../../content/dam/medical-affairs/icons/external-link.svg");
}
@media (max-width: 1023px) {
  .ma-header header .cmp-header-link-section {
    display: none;
  }
  .ma-header header .cmp-header-link-section.active {
    position: absolute;
    top: 60px;
    left: 0px;
    display: block;
    z-index: 2;
    width: 100%;
    height: calc(100vh - 60px);
    overflow-y: scroll;
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  .ma-header header .cmp-header-link-section.active .cmp-header-link-section__links-mainlink {
    display: block !important;
    height: 100%;
  }
  .ma-header header .cmp-header-link-section.active .cmp-header-link-section__links-mainlink .button {
    display: none;
  }
  .ma-header header .cmp-header-link-section.active .cmp-header-link-section__links-mainlink .main-navigation-item {
    height: auto;
    border-bottom: 1px solid #ccddef;
    padding: 0;
    margin-right: 0;
  }
  .ma-header header .cmp-header-link-section.active .cmp-header-link-section__links-mainlink .main-navigation-item .mainLink {
    padding-top: 21px;
    padding-bottom: 21px;
  }
}
.ma-header header .button .cmp-button {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  border: 1px solid #8c96a1;
  color: #333333;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
}
.ma-header header .button .cmp-button.current-page {
  background-color: #dee3e8;
}
.ma-header header .button .cmp-button::before {
  content: "";
  background-image: url("../../../content/dam/medical-affairs/icons/medical-mail.svg");
  background-repeat: no-repeat;
  height: 14px;
  width: 14px;
  margin-right: 9px;
  margin-left: 2px;
}
@media (min-width: 1024px) {
  .ma-header header .cmp-header-secondary-utility-mobile {
    display: none;
  }
}
.ma-header header .cmp-header-secondary-utility-mobile .ma-header-contact {
  display: flex;
  align-items: center;
  padding: 0 18px 0 15px;
  gap: 38px;
}
.ma-header header .cmp-header-secondary-utility-mobile .ma-header-contact img {
  max-width: 90px;
}
.ma-header header .cmp-header-secondary-utility-mobile .ma-header-contact p {
  color: #333333;
  font-family: 'Helvetica Neue';
  font-size: 10px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.ma-footer {
  background: #f2f2f2;
  display: flex;
  max-width: 100%;
  padding: 40px;
  justify-content: space-between;
  align-items: center;
}
.ma-footer > .cmp-container {
  max-width: 1344px;
  margin: auto;
}
@media (max-width: 1023px) {
  .ma-footer > .cmp-container {
    margin: 0px 20px;
  }
}
@media (max-width: 1023px) {
  .ma-footer {
    padding: 40px;
  }
}
.ma-footer .cmp-container {
  width: 100%;
}
.ma-footer .cmp-container .container {
  float: left;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  padding: 0;
}
.ma-footer .image {
  width: 134px;
  height: 57px;
  margin-top: 7px;
}
.ma-footer .image img {
  width: 134px;
  height: 57px;
}
.ma-footer .text {
  color: #333333;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  width: 497px;
  float: right;
}
.ma-footer .text a {
  color: #000000;
  text-decoration: underline;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .ma-footer .text {
    padding-top: 16px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .ma-footer .text p br {
    display: none;
  }
}
.ma-footer .text p:first-child {
  font-size: 14px;
  font-weight: 700;
}
.ma-footer .teaser {
  color: #333333;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  width: 497px;
  float: right;
}
.ma-footer .teaser .cmp-teaser__action-link {
  position: relative;
  margin-right: 10px;
  text-decoration: underline;
  color: #333333;
}
.ma-footer .teaser .cmp-teaser__action-link:not(:last-child)::after {
  position: absolute;
  content: "";
  height: 13px;
  border-right: 2px solid #333333;
  margin-left: 5px;
  top: 8%;
}
@media (max-width: 1023px) {
  .ma-footer .teaser {
    padding-top: 16px;
    width: 100%;
  }
}
.argenx-pipeline .pipeline-image {
  padding-right: 20px;
}
@media (max-width: 768px) {
  .argenx-pipeline .pipeline-image {
    padding-right: 0;
  }
}
.argenx-pipeline .pipeline-image .cmp-container {
  border: 1px solid #dee3e8;
  border-radius: 8px;
}
@media (max-width: 1023px) {
  .argenx-pipeline .pipeline-image .cmp-container {
    margin-right: 0px;
    margin-bottom: 24px;
  }
}
.argenx-pipeline .pipeline-image .image {
  padding: 41px 27px 41px 28px;
}
@media (max-width: 1023px) {
  .argenx-pipeline .pipeline-image .image {
    padding: 32px 40px 33px 14px;
  }
}
.argenx-pipeline .pipeline-image .image .cmp-image {
  text-align: center;
}
.argenx-pipeline .pipeline-image .image img {
  max-width: 704px;
}
.argenx-pipeline .pipeline-txt {
  border-radius: 8px;
  background: #91c353;
  max-width: 549px;
  padding: 40px;
}
.argenx-pipeline .pipeline-txt .cmp-container {
  position: relative;
}
.argenx-pipeline .pipeline-txt .cmp-container .image {
  max-width: 176px;
  position: absolute;
  right: 0;
  bottom: -55px;
}
@media (max-width: 1023px) {
  .argenx-pipeline .pipeline-txt .cmp-container .image {
    display: none;
  }
}
.argenx-pipeline .pipeline-txt .cmp-container img {
  filter: brightness(0.8);
}
.argenx-pipeline .pipeline-txt .cmp-text h2 {
  color: #333333;
  font-family: "Exo 2";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
}
@media (max-width: 1023px) {
  .argenx-pipeline .pipeline-txt .cmp-text h2 {
    margin-bottom: 13px;
  }
}
.argenx-pipeline .pipeline-txt .cmp-text p {
  color: #333333;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 31px;
}
@media (min-width: 768px) {
  .argenx-pipeline .pipeline-txt .cmp-text p {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 76px;
  }
}
.argenx-pipeline .pipeline-txt .cta-button .cmp-button {
  display: inline-block;
  text-align: center;
}
.hero_banner .teaser-new-rte .cmp-teaser {
  position: relative;
}
.hero_banner .teaser-new-rte .cmp-teaser__image img {
  max-height: 764px;
  object-fit: cover;
}
@media (max-width: 1023px) {
  .hero_banner .teaser-new-rte .cmp-teaser__image img {
    padding-top: 34px;
  }
}
.hero_banner .teaser-new-rte .cmp-teaser__content {
  display: flex;
  max-width: 549px;
  padding: 56px 32px 40px 32px;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  top: 208px;
  left: 48px;
  background: #ffffff;
  border-radius: 8px;
  border-top: 8px solid #91c353;
}
@media (max-width: 1023px) {
  .hero_banner .teaser-new-rte .cmp-teaser__content {
    max-width: 100%;
    position: initial;
    border-radius: 0;
    padding: 24px 24px 0px 24px;
  }
}
.hero_banner .teaser-new-rte .cmp-teaser__content .cmp-teaser__title {
  order: 1;
  font-family: "Exo 2";
  font-size: 20px;
  color: #333333;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 18px;
}
@media (max-width: 1023px) {
  .hero_banner .teaser-new-rte .cmp-teaser__content .cmp-teaser__title {
    margin-bottom: 0;
  }
}
.hero_banner .teaser-new-rte .cmp-teaser__content .cmp-teaser__title h1 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .hero_banner .teaser-new-rte .cmp-teaser__content .cmp-teaser__title h1 {
    line-height: 38px;
    font-size: 32px;
  }
}
.hero_banner .teaser-new-rte .cmp-teaser__content .cmp-teaser__title p {
  margin-bottom: 28px;
  color: #333333;
}
@media (max-width: 1023px) {
  .hero_banner .teaser-new-rte .cmp-teaser__content .cmp-teaser__title p {
    margin-bottom: 24px;
  }
}
.hero_banner .teaser-new-rte .cmp-teaser__content .cmp-teaser__action-container {
  order: 2;
  background-color: #91c353;
  padding: 16px 24px;
  color: #333333;
  font-size: 14px;
  font-weight: 700;
  width: 100%;
  text-align: center;
  line-height: 19.07px;
  border-radius: 60px;
  position: relative;
  border: 1px solid #8c96a1;
  cursor: pointer;
}
.hero_banner .teaser-new-rte .cmp-teaser__content .cmp-teaser__action-container a {
  background-image: url('../../../content/dam/medical-affairs/home/record_voice_over.png');
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 20px;
  font-family: 'Helvetica Neue';
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  color: #333333;
  line-height: normal;
}
.hero_banner .teaser-new-rte .cmp-teaser__content .cmp-teaser__description {
  order: 3;
  color: #333333;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 16px;
  text-align: center;
  padding: 0 43px;
}
@media (max-width: 1023px) {
  .hero_banner .teaser-new-rte .cmp-teaser__content .cmp-teaser__description {
    margin-top: 0px;
    padding: 0px;
  }
}
.hero_banner .teaser-new-rte .cmp-teaser__content .cmp-teaser__description b {
  font-weight: 700;
}
.hero_banner .teaser-new-rte .cmp-teaser__content .cmp-teaser__description p {
  text-align: center;
  margin-bottom: 0px;
}
@media (max-width: 1023px) {
  .hero_banner .teaser-new-rte .cmp-teaser__content .cmp-teaser__description p {
    text-align: left;
    margin-top: 24px;
  }
}
.congress-material .container {
  border-radius: 8px;
}
.congress-material .container .bs-container-0 {
  margin: 0;
  padding: 40px;
}
@media (min-width: 1024px) {
  .congress-material .container .bs-container-0 {
    padding-right: 10px;
  }
}
.congress-material .container .bs-container-0 .cta-button .cmp-button {
  display: inline-block;
  text-align: center;
}
.congress-material .container .bs-container-0 .cmp-text h2 {
  font-family: "Exo 2";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 13px;
}
.congress-material .container .bs-container-0 .cmp-text p {
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 31px;
}
@media (min-width: 768px) {
  .congress-material .container .bs-container-0 .cmp-text p {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 66px;
  }
}
@media (max-width: 1023px) {
  .congress-material .container .bs-container-2 .image .cmp-image__image {
    display: none;
  }
}
.home #talkative-engage {
  opacity: 0;
}
.cmp-form {
  -webkit-font-smoothing: antialiased;
  max-width: calc(100% - 48px);
  margin: -345px auto 47px;
  border-radius: 16px;
  border-top: 8px solid #91c353;
  background: #ffffff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 48px 24px;
  position: relative;
  /*the container must be positioned relative:*/
  /*style the items (options), including the selected item:*/
  /*style items (options):*/
  /*hide the items when the select box is closed:*/
}
@media (min-width: 768px) {
  .cmp-form {
    margin-top: -220px;
  }
}
@media (min-width: 1024px) {
  .cmp-form {
    margin-bottom: 431px;
    padding-right: 48px;
    padding-left: 48px;
    max-width: 812px;
  }
}
.cmp-form .cmp-text p {
  font-size: 16px;
  margin-bottom: 22px;
  color: #333333;
}
.cmp-form .cmp-text p > b {
  display: inline-block;
}
.cmp-form .row {
  column-gap: 22px;
}
.cmp-form .row [class*="col-"] {
  margin-bottom: 22px !important;
}
@media (min-width: 768px) {
  .cmp-form .row .bootstrap-container {
    flex: 1;
  }
}
.cmp-form fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.cmp-form label,
.cmp-form .cmp-form-options__legend {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  font-family: "Open Sans";
  color: #333333;
}
.cmp-form input[type="text"],
.cmp-form input[type="email"],
.cmp-form input[type="tel"],
.cmp-form input[type="number"],
.cmp-form input[type="date"],
.cmp-form textarea,
.cmp-form select {
  width: 100%;
  padding: 8px;
  border: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  height: 33px;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  font-family: 'Helvetica Neue';
  color: #5A5A5A;
}
.cmp-form input[type="text"]:focus,
.cmp-form input[type="email"]:focus,
.cmp-form input[type="tel"]:focus,
.cmp-form input[type="number"]:focus,
.cmp-form input[type="date"]:focus,
.cmp-form textarea:focus,
.cmp-form select:focus {
  background-color: #ffffff;
  border: 1px solid #8c96a1;
  box-shadow: none;
  outline: 0;
}
.cmp-form input,
.cmp-form textarea {
  border-radius: 60px;
  background: #f2f2f2;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2) inset;
  font-family: 'Helvetica Neue';
  color: #5A5A5A;
}
.cmp-form textarea {
  border-radius: 4px;
  min-height: 103px;
}
.cmp-form select {
  border-radius: 4px;
  padding: 6px 12px 5px;
  border: 1px solid #8c96a1;
  background: #ffffff;
  font-family: 'Helvetica Neue';
  color: #333333;
  font-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.cmp-form .cmp-form-options--drop-down {
  position: relative;
}
.cmp-form .cmp-form-options--drop-down option:first-child {
  display: none;
}
.cmp-form .cmp-form-options--drop-down::after {
  position: absolute;
  content: url("../../../content/dam/medical-affairs/icons/chevron.svg");
  height: 14px;
  width: 14px;
  right: 12px;
  bottom: 12px;
  pointer-events: none;
}
.cmp-form .cmp-form-options--radio .cmp-form-options__legend {
  display: block;
  font-size: 16px;
  font-family: "Open Sans";
  padding-bottom: 16px;
  margin: 0;
}
.cmp-form .cmp-form-options--radio .cmp-form-options__field-label {
  display: inline-flex;
  margin-right: 16px;
  cursor: pointer;
  padding: 16px;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #8c96a1;
  margin-bottom: 0;
  height: 48px;
}
@media (max-width: 767px) {
  .cmp-form .cmp-form-options--radio .cmp-form-options__field-label {
    width: calc(50% - 11px);
  }
}
.cmp-form .cmp-form-options--radio .cmp-form-options__field-label:last-of-type {
  margin-right: 0;
}
.cmp-form .cmp-form-options--radio .cmp-form-options__field-label:has(input[type="radio"]:checked) {
  border: 2px solid #6b9735;
}
.cmp-form .cmp-form-options--radio .cmp-form-options__field-description {
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  color: #333333;
  margin-left: 8px;
}
.cmp-form .cmp-form-options--radio input[type="radio"] {
  appearance: none;
  background-color: #ffffff;
  border: 1px solid #8c96a1;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: relative;
  box-shadow: none;
}
.cmp-form .cmp-form-options--radio input[type="radio"]:focus {
  border-color: #8c96a1;
}
.cmp-form .cmp-form-options--radio input[type="radio"]:checked {
  background-color: #ffffff;
}
.cmp-form .cmp-form-options--radio input[type="radio"]:checked::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-color: #6b9735;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cmp-form input[type="date"] {
  position: relative;
  display: block;
}
.cmp-form input[type="date"]::-webkit-calendar-picker-indicator {
  color: transparent;
  background: none;
  z-index: 1;
}
.cmp-form input[type="date"]::after {
  width: 24px;
  height: 24px;
  position: absolute;
  content: url("../../../content/dam/medical-affairs/icons/calendar.svg");
  top: 4px;
  right: 10px;
}
.cmp-form input[type="number"]::-webkit-outer-spin-button,
.cmp-form input[type="number"]::-webkit-inner-spin-button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.cmp-form #emailContact .bs-container-1 {
  max-width: 113px !important;
  margin: 0;
}
.cmp-form #phoneContact {
  display: none;
  padding-right: 100px;
}
@media (min-width: 768px) {
  .cmp-form #phoneContact .bs-container-0 {
    margin: 0;
  }
  .cmp-form #phoneContact .bs-container-1 {
    margin: 0;
  }
  .cmp-form #phoneContact .bs-container-2 {
    margin: 0;
  }
}
.cmp-form #responseFrom .cmp-form-options__field-label {
  width: calc(50% - 11px);
}
@media (max-width: 767px) {
  .cmp-form #responseFrom .cmp-form-options__field-label {
    width: 100%;
    margin-bottom: 16px;
  }
  .cmp-form #responseFrom .cmp-form-options__field-label:last-child {
    margin-bottom: 0;
  }
}
.cmp-form .cmp-form-button {
  background-color: #91c353;
  color: #333333;
  padding: 16px 24px;
  border: none;
  border-radius: 60px;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  font-family: 'Helvetica Neue';
}
@media (max-width: 767px) {
  .cmp-form .cmp-form-button {
    width: 100%;
  }
}
.cmp-form #privacyPolicy .row {
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .cmp-form #privacyPolicy .row {
    gap: 0;
  }
  .cmp-form #privacyPolicy .row .bootstrap-container {
    flex: none;
  }
  .cmp-form #privacyPolicy .row .bootstrap-container:last-child {
    display: flex;
    justify-content: flex-end;
  }
  .cmp-form #privacyPolicy .row .bootstrap-container .text {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
  }
}
@media (max-width: 767px) {
  .cmp-form #privacyPolicy .row {
    flex-direction: column-reverse;
  }
}
.cmp-form #privacyPolicy p {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.cmp-form #privacyPolicy p:last-child {
  margin-bottom: 0;
}
.cmp-form hr {
  margin-top: 0;
  margin-bottom: 22px;
}
.cmp-form .error-message {
  font-size: 11px;
  color: #d23b40;
}
.cmp-form .cmp-form-options--drop-down {
  position: relative;
}
.cmp-form .custom-select {
  position: relative;
}
.cmp-form .cmp-form-options--drop-down select {
  display: none;
  /*hide original SELECT element:*/
}
.cmp-form .select-selected {
  background-color: #ffffff;
  display: flex;
  padding: 8px 12px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 4px;
  border: 1px solid #8c96a1;
  color: #333333;
  font-family: 'Helvetica Neue';
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.cmp-form .select-items div {
  display: flex;
  padding: 0px 8px;
  justify-content: space-between;
  cursor: pointer;
  margin-bottom: 16px;
}
.cmp-form .select-items div:last-child {
  margin-bottom: 0;
}
.cmp-form .select-items {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  margin-top: 7px;
  border-radius: 8px;
  box-shadow: 2px 0px 10px 0px rgba(0, 0, 0, 0.15);
  background: #ffffff;
  color: #333333;
  font-family: 'Helvetica Neue';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 16px 12px;
}
.cmp-form .select-hide {
  display: none;
}
#contact-bg-1,
#contact-bg-2 {
  position: absolute;
  max-width: 559px;
  width: 100%;
}
#contact-bg-1 .cmp-image__image,
#contact-bg-2 .cmp-image__image {
  max-height: 561px;
}
@media (max-width: 1023px) {
  #contact-bg-1,
  #contact-bg-2 {
    display: none;
  }
}
.image {
  position: relative;
}
#contact-bg-2 {
  right: 0;
  top: -830px;
  z-index: -1;
}
.prescribing-info {
  padding: 60px 162px;
}
@media (max-width: 576px) {
  .prescribing-info {
    padding: 60px;
  }
}
@media (max-width: 767px) {
  .prescribing-info {
    padding: 78px 24px;
  }
}
@media (max-width: 1024px) {
  .prescribing-info {
    padding: 60px 24px;
  }
}
.prescribing-info .container .row {
  width: 100%;
  margin: 0 auto;
  gap: 20px;
}
@media (max-width: 767px) {
  .prescribing-info .container .row {
    display: block;
  }
}
@media (max-width: 1439px) {
  .prescribing-info .bs-container-0,
  .prescribing-info .bs-container-1 {
    margin: 0px !important;
  }
}
.prescribing-info .bs-container-0 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  border-radius: 4px;
  max-width: 548px !important;
  border: 1px solid #dee3e8;
  background: #ffffff;
  border-top: 8px solid #91c353;
  text-align: left;
  box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.15);
  flex: 0 0 48% !important;
  margin: 0;
}
@media (max-width: 1024px) {
  .prescribing-info .bs-container-0 {
    max-width: 100% !important;
    margin: 0;
    flex: 0;
  }
}
@media (max-width: 767px) {
  .prescribing-info .bs-container-0 {
    margin-bottom: 32px !important;
  }
}
.prescribing-info .bs-container-0 .cmp-container {
  width: 100%;
  text-align: left;
  padding: 21px 46px 32px 46px;
}
@media (max-width: 576px) {
  .prescribing-info .bs-container-0 .cmp-container {
    padding: 21px 32px 32px 32px;
  }
}
.prescribing-info .bs-container-0 .cmp-container .cmp-title__text {
  color: #333333;
  font-family: "Exo 2";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
.prescribing-info .bs-container-0 .cmp-container .cmp-text {
  color: #333333;
  font-family: 'Helvetica Neue';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
}
.prescribing-info .bs-container-0 .cmp-container .button {
  padding-top: 72px;
  padding-bottom: 10px;
}
.prescribing-info .bs-container-0 .cmp-container .button a.cmp-button::after {
  position: absolute;
  content: "";
  background-image: url('../../../content/dam/medical-affairs/icons/Icon.svg');
  background-position: left center;
  background-repeat: no-repeat;
  left: 24px;
  top: 18px;
  width: 16px;
  height: 16px;
}
.prescribing-info .bs-container-0 .cmp-container .button .cmp-button__text {
  color: #333333;
  text-align: center;
  font-family: 'Helvetica Neue';
  font-size: 14px;
  font-weight: 700;
  margin-left: 26px;
}
.prescribing-info .bs-container-1 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  border-radius: 4px;
  max-width: 548px !important;
  border: 1px solid #dee3e8;
  background: #ffffff;
  border-top: 8px solid #08436e;
  text-align: left;
  box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.15);
  flex: 0 0 48% !important;
  margin: 0;
}
@media (max-width: 1199px) {
  .prescribing-info .bs-container-1 {
    max-width: 100% !important;
    margin-top: 32px;
    flex: 0;
  }
}
.prescribing-info .bs-container-1 .cmp-container {
  width: 100%;
  text-align: left;
  padding: 21px 46px 32px 46px;
}
@media (max-width: 576px) {
  .prescribing-info .bs-container-1 .cmp-container {
    padding: 21px 32px 32px 32px;
  }
}
.prescribing-info .bs-container-1 .cmp-container .cmp-title__text {
  color: #333333;
  font-family: "Exo 2";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
.prescribing-info .bs-container-1 .cmp-container .cmp-text {
  color: #333333;
  font-family: 'Helvetica Neue';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
}
.prescribing-info .bs-container-1 .cmp-container .button {
  padding-top: 72px;
  padding-bottom: 10px;
  position: relative;
}
.prescribing-info .bs-container-1 .cmp-container .button a.cmp-button::after {
  position: absolute;
  content: "";
  background-image: url('../../../content/dam/medical-affairs/icons/Icon.svg');
  background-position: left center;
  background-repeat: no-repeat;
  left: 24px;
  top: 18px;
  width: 16px;
  height: 16px;
}
.prescribing-info .bs-container-1 .cmp-container .button a.cmp-button .cmp-button__text {
  color: #333333;
  text-align: center;
  font-family: 'Helvetica Neue';
  font-size: 14px;
  font-weight: 700;
  margin-left: 26px;
}
.thank--you .cmp-container {
  max-width: calc(100% - 48px);
  margin: -345px auto 47px;
  border-radius: 16px;
  border-top: 8px solid #91c353;
  background: #ffffff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 48px 24px;
  position: relative;
}
@media (min-width: 768px) {
  .thank--you .cmp-container {
    margin-top: -220px;
  }
}
@media (min-width: 1024px) {
  .thank--you .cmp-container {
    margin-bottom: 431px;
    padding-right: 48px;
    padding-left: 48px;
    max-width: 812px;
  }
}
.thank--you .cmp-container .cmp-text h3 {
  color: #333333;
  text-align: center;
  font-family: "Exo 2";
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  padding-bottom: 22px;
  margin: 0;
}
.thank--you .cmp-container .cmp-text p {
  color: #333333;
  text-align: center;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 22px;
  margin: 0;
}
.thank--you .cmp-container .button .cmp-button__text {
  font-family: 'Helvetica Neue';
  line-height: normal;
}
#thanks-bg-1,
#thanks-bg-2 {
  position: absolute;
  max-width: 559px;
  width: 100%;
}
#thanks-bg-1 .cmp-image__image,
#thanks-bg-2 .cmp-image__image {
  max-height: 516px;
}
@media (max-width: 1023px) {
  #thanks-bg-1,
  #thanks-bg-2 {
    display: none;
  }
}
.image {
  position: relative;
}
#thanks-bg-2 {
  right: 0;
  top: -100px;
  z-index: -1;
}
#thanks-bg-1 {
  top: 38px;
}
@media (max-width: 767px) {
  #congress-materials {
    padding: 0 24px;
  }
}
#congress-materials .cmp-video__player .gmg-video-player {
  display: block !important;
  margin: 0 auto;
  max-width: 302px;
  padding-top: 173px;
  padding-bottom: 27px;
}
@media (max-width: 767px) {
  #congress-materials .cmp-video__player .gmg-video-player {
    max-width: 100%;
    padding: 70px 44px 29px 44px;
  }
}
#congress-materials .title .cmp-title .cmp-title__text {
  margin-bottom: 16px;
}
#congress-materials .text .cmp-text p {
  margin-bottom: 51px;
}
.med-affairs-filter-options .cmp-accordion__header {
  padding-bottom: 7px;
}
.med-affairs-filter-options .cmp-accordion__button {
  border: 0;
  display: flex;
  margin: auto;
  max-width: 250px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 14.1px 16px;
  position: relative;
  border-radius: 4px;
  border: 1px solid #8c96a1;
  background: #ffffff;
}
@media (max-width: 767px) {
  .med-affairs-filter-options .cmp-accordion__button {
    max-width: 100%;
  }
}
.med-affairs-filter-options .cmp-accordion__button .cmp-accordion__title::after {
  position: absolute;
  content: "";
  background-image: url('../../../content/dam/medical-affairs/icons/chevron.svg');
  background-position: right center;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  bottom: 15px;
  right: 16px;
}
.med-affairs-filter-options .cmp-accordion__panel {
  margin: auto;
  max-width: 250px;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .med-affairs-filter-options .cmp-accordion__panel {
    max-width: 100%;
  }
}
.med-affairs-filter-options .cmp-accordion__panel .options .cmp-form-options {
  padding: 0px;
  border: 0;
  margin-left: 0px;
}
.med-affairs-filter-options .cmp-accordion__panel .options .cmp-form-options label {
  padding-bottom: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.med-affairs-filter-options .cmp-accordion__panel .options .cmp-form-options label input[name="medical-affairs-filter"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #8c96a1;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.med-affairs-filter-options .cmp-accordion__panel .options .cmp-form-options label input[name="medical-affairs-filter"]:checked {
  background-color: #6b9735;
}
.med-affairs-filter-options .cmp-accordion__panel .options .cmp-form-options label input[name="medical-affairs-filter"]:checked::after {
  content: url('../../../content/dam/medical-affairs/icons/right-check-icon.svg');
  color: #ffffff;
  font-size: 11px;
  position: absolute;
  font-weight: bold;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.med-affairs-filter-options .cmp-accordion__panel .options .cmp-form-options label input[name="medical-affairs-filter"]:not(:checked) {
  background-color: #ffffff;
}
.med-affairs-filter-options .cmp-accordion__panel .options .cmp-form-options label .cmp-form-options__field-description {
  margin-left: 8px;
}
.med-affairs-filter-options .cmp-accordion__panel .cta-button--green .cmp-button {
  background-color: #91c353;
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}
.pipeline-section {
  padding-top: 48px;
  margin: 0 auto;
  max-width: 1190px;
  margin-right: 90px;
  padding-bottom: 13px;
}
@media (min-width: 1024px) {
  .pipeline-section {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .pipeline-section {
    margin: 0 auto;
    padding: 24px;
  }
}
@media (max-width: 1023px) {
  .pipeline-section {
    margin: 0 auto;
    padding: 36px 24px 40px 24px;
  }
}
@media (max-width: 767px) {
  .pipeline-section .bs-container-0 {
    order: 1;
  }
}
@media (max-width: 1023px) {
  .pipeline-section .bs-container-0 {
    order: 1;
  }
}
.pipeline-section .bs-container-0 .cmp-container {
  padding-right: 20px;
}
@media (max-width: 767px) {
  .pipeline-section .bs-container-0 .cmp-container {
    padding-right: 0;
  }
}
.pipeline-section .bs-container-0 .cmp-container .cmp-text {
  color: #08436e;
  font-family: "Exo 2";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  margin-bottom: 19px;
}
.pipeline-section .bs-container-0 .cmp-container h2 {
  font-weight: 400;
}
@media (max-width: 767px) {
  .pipeline-section .bs-container-0 .cmp-container h2 {
    padding-top: 50px;
  }
}
.pipeline-section .bs-container-0 .cmp-container p {
  color: #000000;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 30px;
}
.pipeline-section .bs-container-0 .cmp-container .cmp-button::before {
  content: "";
  background-image: url('../../../content/dam/medical-affairs/icons/Download_Icon.svg');
  background-repeat: no-repeat;
  height: 14px;
  width: 14px;
  margin-right: 8px;
  margin-left: 0px;
  padding: 0px 8px;
  margin-bottom: 0;
}
.pipeline-section .bs-container-1 {
  max-width: 393px;
  margin: 0 auto;
}
.pipeline-section .bs-container-1 .image {
  max-width: 393px;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .pipeline-section .bs-container-1 .image {
    padding-bottom: 50px;
  }
}
.pipeline-section .bs-container-1 .gmg-video-player {
  display: none;
}
.pipeline {
  max-width: 1123px;
  margin: 0 auto;
  padding: 13px 24px;
}
.pipeline .block-program .block-content .block-col-first-left .block-target,
.pipeline .block-program .table-header .block-col-first-left .block-target {
  float: none;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .pipeline .block-program {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.pipeline .block-program .block-content .block-col-first-left .block-col-title {
  color: #428f0b;
}
.pipeline .block-program .block-content .block-col-last .block-table .table-heading .th,
.pipeline .block-program .table-header .block-col-last .block-table .table-heading .th {
  font-size: 0.625rem;
}
.pipeline .block-program .block-content .block-col-last .block-table .table-heading .th:nth-child(4) {
  padding-left: 1px;
}
.pipeline .block-program > .legend > .mb-3 > .d-flex {
  flex-wrap: wrap;
}
.pipeline-video-container {
  max-width: 1123px;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 86px;
}
@media (max-width: 768px) {
  .pipeline-video-container {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .pipeline-video-container {
    padding: 24px;
  }
}
.pipeline-video-container #pipeline-video-parent .bs-container-0,
.pipeline-video-container #pipeline-video-parent .bs-container-1 {
  max-width: 660px;
}
.pipeline-video-container .row {
  align-items: stretch;
}
.pipeline-video-container .row .bs-container-0 {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 575px) {
  .pipeline-video-container .row .bs-container-0 {
    padding: 0;
  }
}
.pipeline-video-container .row .bs-container-0 > .cmp-container {
  display: flex;
  max-width: 434px;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .pipeline-video-container .row .bs-container-0 > .cmp-container {
    max-width: 100%;
  }
}
.pipeline-video-container .row .bs-container-0 > .cmp-container .cmp-teaser__title {
  font-family: "Exo 2";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  color: #08436e;
  max-width: 354px;
}
.pipeline-video-container .row .bs-container-0 > .cmp-container .cmp-teaser__description {
  color: #333333;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  max-width: 354px;
  line-height: 150%;
  /* 24px */
}
.pipeline-video-container .row .bs-container-0 > .cmp-container .bootstrap-grid {
  width: 100%;
}
@media (min-width: 768px) {
  .pipeline-video-container .row .bs-container-0 > .cmp-container .bootstrap-grid .bs-container-1 {
    max-width: 100%;
    padding: 24px;
  }
}
.pipeline-video-container .row .bs-container-0 > .cmp-container .bootstrap-grid .bs-container-1 #learn-more-img {
  position: relative;
}
.pipeline-video-container .row .bs-container-0 > .cmp-container .bootstrap-grid .bs-container-1 #learn-more-img .image {
  width: 146px;
  float: right;
  top: -102px;
  position: absolute;
  right: 0;
}
@media (max-width: 767px) {
  .pipeline-video-container .row .bs-container-0 > .cmp-container .bootstrap-grid .bs-container-1 #learn-more-img .image {
    display: none;
  }
}
.pipeline-video-container .row .bs-container-0 > .cmp-container .bootstrap-grid .bs-container-1 #learn-more-img .image .cmp-image__image {
  width: 100%;
  filter: brightness(0.9);
}
.pipeline-video-container .row .bs-container-0 > .cmp-container .bootstrap-grid .bs-container-0 #learn-more-btn {
  width: 100%;
  padding: 0;
}
.pipeline-video-container .row .bs-container-0 > .cmp-container .bootstrap-grid .bs-container-0 #learn-more-btn .cmp-button::before {
  content: "";
  background-image: url('../../../content/dam/medical-affairs/icons/open_in_new.svg');
  background-repeat: no-repeat;
  height: 14px;
  width: 14px;
  margin-right: 8px;
  margin-left: 0px;
  padding: 0px 8px;
  margin-bottom: 0;
}
.pipeline-video-container .row .bs-container-1 {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 575px) {
  .pipeline-video-container .row .bs-container-1 {
    padding: 0;
  }
}
.pipeline-video-container .row .bs-container-1 .cmp-container {
  height: 100%;
}
.pipeline-video-container .row .bs-container-1 .cmp-container .video-teaser {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.pipeline-video-container .row .bs-container-1 .cmp-container .video-teaser .cmp-video_teaser-desktop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .pipeline-video-container .row .bs-container-1 .cmp-container .video-teaser .cmp-video_teaser-desktop {
    position: inherit;
    margin-top: 10px;
  }
}
@media (max-width: 960px) {
  .pipeline-video-container .row .bs-container-1 .cmp-container .video-teaser .cmp-video_teaser-desktop {
    position: inherit;
    margin-top: 10px;
  }
}
@media (max-width: 575px) {
  .pipeline-video-container .row .bs-container-1 .cmp-container .video-teaser .cmp-video_teaser-desktop {
    position: inherit;
    margin-top: 10px;
  }
}
#error-page {
  padding-top: 200px;
}
#error-page .cmp-container {
  max-width: 810px;
  margin: auto;
  box-sizing: border-box;
  padding: 0 1.5rem;
}
#error-page .cmp-container .title h1 {
  margin-bottom: 32px;
}
#error-page .cmp-container .title .cmp-title__text {
  font-family: "Exo 2";
  color: #87bb52;
  font-weight: 400;
}
#error-page .cmp-container .cmp-text p {
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.spacer .cmp-spacer {
  height: var(--smallHeight);
}
@media (min-width: 768px) {
  .spacer .cmp-spacer {
    height: var(--largeHeight) !important;
  }
}
@media (min-width: 1024px) {
  .spacer .cmp-spacer {
    height: var(--mediumHeight) !important;
  }
}
.cmp-healthcare-modal__main-desc {
  margin-bottom: 2rem;
}
.cmp-healthcare-modal__main-backdrop {
  -webkit-backdrop-filter: blur(5px);
}
.cmp-healthcare-modal__main-modal {
  height: fit-content;
  padding: 48px;
  max-width: 335px;
  width: 100%;
}
@media (min-width: 768px) {
  .cmp-healthcare-modal__main-modal {
    max-width: 600px;
  }
}
.cmp-healthcare-modal__main-modal-content {
  color: #333333;
  padding: 0px;
}
.cmp-healthcare-modal__main-modal-content h3 {
  margin-bottom: 12px;
}
.cmp-healthcare-modal__main-checkboxes {
  margin-bottom: 32px !important;
}
.cmp-healthcare-modal__main-checkboxes div {
  align-items: center;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .cmp-healthcare-modal__main-checkboxes div {
    display: flex;
  }
}
.cmp-healthcare-modal__main-checkboxes-affirmative {
  padding: 16px;
  margin-bottom: 16px;
  border: 1px solid #8c96a1;
}
.cmp-healthcare-modal__main-checkboxes-affirmative input {
  cursor: pointer;
}
.cmp-healthcare-modal__main-checkboxes-affirmative.highlight,
.cmp-healthcare-modal__main-checkboxes-negative.highlight {
  border: 2px solid #6b9735;
}
.cmp-healthcare-modal__main-checkboxes-affirmative.highlight input,
.cmp-healthcare-modal__main-checkboxes-negative.highlight input {
  accent-color: #6b9735;
}
.cmp-healthcare-modal__main-checkboxes-negative {
  padding: 16px;
  border: 1px solid #8c96a1;
}
.cmp-healthcare-modal__main-checkboxes-negative input {
  cursor: pointer;
}
.cmp-healthcare-modal__main-checkboxes input[type="radio"] {
  vertical-align: middle;
  width: 16px;
  height: 16px;
}
.cmp-healthcare-modal__main-checkboxes label {
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  margin-left: 8px;
  cursor: pointer;
}
.cmp-healthcare-modal__main-buttons .healthcare-confirm {
  font-family: "Helvetica Neue";
  float: right;
  padding: 8px 16px;
  color: #333333;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  border-radius: 60px;
  position: relative;
  border: 1px solid #8c96a1;
  width: 100%;
  background-color: #91c353;
}
@media (min-width: 768px) {
  .cmp-healthcare-modal__main-buttons .healthcare-confirm {
    width: auto;
  }
}
.cmp-healthcare-modal__additional-text {
  max-width: 31.5rem;
  line-height: normal;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cmp-healthcare-modal__additional-text {
    max-width: 14.9rem;
  }
}
.cmp-healthcare-modal__additional-text p {
  font-size: 14px;
}
.cmp-click-out-modal__main-modal-close-button {
  display: none;
}
.cmp-click-out-modal__main-title {
  text-align: center;
  font-size: 2rem !important;
  color: #91c353 !important;
  margin: 20px 0;
  font-weight: 400;
}
.cmp-click-out-modal__main-title p {
  margin: 0;
  line-height: 2.2rem;
}
.cmp-click-out-modal-main-buttons {
  margin: 2.5rem auto !important;
  justify-content: center !important;
  display: flex;
  align-items: flex-start;
}
.cmp-click-out-modal-main-button {
  width: 150px;
  padding: 0;
  margin: 10px 5px;
  font-size: 1rem !important;
  line-height: 2rem !important;
  font-family: "Exo 2";
  justify-content: center;
  border: 2px solid #91c353;
  box-shadow: none;
  text-decoration: none;
  border-radius: 1.3125rem;
}
.cmp-click-out-modal-main-button.click-out-cancel {
  color: #91c353;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  cursor: pointer;
}
.cmp-click-out-modal-main-button.click-out-confirm {
  background-color: #91c353;
  border: 2px solid #91c353;
  color: #ffffff;
  cursor: pointer;
}

