/* Brand palette */
/* Greys */
/* Text */
/*Color with transperancy*/
@media screen and (min-width: 767px) {
  .seronegative-content,
  .seropositive-content {
    position: relative !important;
  }
}

@media screen and (max-width: 767px) {
  .js-toggle-wrapper {
    position: absolute;
  }
}

@media screen and (min-width: 767px) {
  #js-toggler-form {
    display: none;
  }
}

.interactive-group {
  display: flex;
  flex-direction: column-reverse;
}
.interactive-group .paragraph--type--card {
  margin-top: 2rem !important;
}
@media screen and (max-width: 768px) {
  .interactive-group .paragraph--type--card {
    margin-top: 4rem !important;
  }
}
@media screen and (min-width: 768px) {
  .interactive-group {
    flex-direction: row;
  }
}
.interactive-group .toggler-panel {
  align-items: center;
  order: 1;
  display: flex;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .interactive-group .toggler-panel {
    display: flex;
    padding-bottom: unset;
    order: unset;
    flex-direction: column;
    align-items: unset;
    margin-top: 14.375rem;
  }
}
.interactive-group .toggler-panel .seropositive-wrapper,
.interactive-group .toggler-panel .seronegative-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .interactive-group .toggler-panel .seropositive-wrapper,
  .interactive-group .toggler-panel .seronegative-wrapper {
    margin-right: 0;
  }
}
.interactive-group .toggler-panel .seropositive-wrapper input[type="radio"],
.interactive-group .toggler-panel .seronegative-wrapper input[type="radio"] {
  height: 100%;
  width: 7.5rem;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
}
.interactive-group .toggler-panel .seropositive-wrapper .seropositive-checkbox,
.interactive-group .toggler-panel .seropositive-wrapper .seronegative-checkbox,
.interactive-group .toggler-panel .seronegative-wrapper .seropositive-checkbox,
.interactive-group .toggler-panel .seronegative-wrapper .seronegative-checkbox {
  -webkit-appearance: none;
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  border: 0.0625rem solid #d9027d;
  border-radius: 50%;
  outline: none;
  box-shadow: 0 0 0.3125rem 0 gray inset;
  min-width: 0.625rem;
  margin: 0 0.625rem 0 0;
  z-index: 0;
}
.interactive-group
  .toggler-panel
  .seropositive-wrapper
  .seropositive-checkbox::before,
.interactive-group
  .toggler-panel
  .seropositive-wrapper
  .seronegative-checkbox::before,
.interactive-group
  .toggler-panel
  .seronegative-wrapper
  .seropositive-checkbox::before,
.interactive-group
  .toggler-panel
  .seronegative-wrapper
  .seronegative-checkbox::before {
  content: "";
  display: inline-block;
  width: 85%;
  height: 85%;
  margin: 7.5%;
  border-radius: 50%;
}
.interactive-group .toggler-panel .toggle-first,
.interactive-group .toggler-panel .toggle-second {
  width: 7.5rem !important;
  border: 0.0625rem solid;
}
.interactive-group
  .toggler-panel
  input[type="radio"]:checked
  ~ .radio-label
  .seropositive-checkbox::before,
.interactive-group
  .toggler-panel
  input[type="radio"]:checked
  ~ .radio-label
  .seronegative-checkbox::before {
  background-color: #d9027d;
}
.interactive-group .toggler-panel label {
  color: #0f0f0f;
  font-family: Heebo, sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.0625rem;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
}
.interactive-group .first-image,
.interactive-group .second-image {
  order: 2;
}
@media screen and (min-width: 767px) {
  .interactive-group .first-image,
  .interactive-group .second-image {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .interactive-group .first-image,
  .interactive-group .second-image {
    opacity: 0;
  }
}
@media screen and (min-width: 767px) {
  .interactive-group .first-image.visible,
  .interactive-group .second-image.visible {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .interactive-group .first-image.visible,
  .interactive-group .second-image.visible {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .interactive-group .first-image,
  .interactive-group .second-image {
    order: unset;
  }
}

.interactive-point-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .interactive-point-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .field--name-field-interactive-mobile-points {
    display: none;
  }
}

.interactive-point {
  background-image: url(../../images/plus-sign.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 11%;
  height: 8.1785%;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .interactive-point {
    width: 5%;
    height: 8.1785%;
  }
}
.clinical-program .interactive-point.info {
  top: -13% !important;
  left: 85% !important;
}
.interactive-point.info {
  background-image: url(../../images/infoIcon.svg);
  display: flex;
  justify-content: center;
  top: -13% !important;
}
.interactive-point.info p {
  position: absolute;
  font-size: 60%;
  text-align: center;
  color: #3eb1c8;
}
.interactive-point p {
  position: absolute;
  top: 100%;
  font-size: 70%;
  text-align: center;
  color: #d9027d;
  line-height: 90%;
}
.interactive-point__text {
  display: block;
  flex-wrap: wrap;
}
.interactive-point__text h3,
.interactive-point__text h2 {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2rem;
  width: 100%;
  margin-bottom: 1rem;
}
.interactive-point__text p {
  font-size: 0.85rem;
  line-height: 1.25rem;
  color: #5b7f95;
}
.interactive-point__text p strong {
  font-weight: 600;
  color: #000;
}
.interactive-point__text p:last-child {
  flex: 1;
}
.interactive-point__text img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .interactive-point__text img {
    margin-right: 1rem;
    /*max-width: 8.125rem;*/
  }
}

.interactive-image-paragraph {
  margin-bottom: 1rem;
}
.interactive-image-paragraph .interactive_image_and_point {
  position: relative;
}
.interactive-image-paragraph .interactive_image_and_point.exploratory {
  display: flex;
}
.interactive-image-paragraph .interactive_image_and_point .exploratory-icon {
  background-image: url(../../images/infoIcon.svg);
  background-size: 2.8125rem;
  width: 3rem;
  height: 2.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .interactive-image-paragraph .interactive_image_and_point .exploratory-icon {
    background-size: 3.75rem;
    width: 4.0625rem;
    height: 3.75rem;
  }
}
.interactive-image-paragraph
  .interactive_image_and_point
  .exploratory-icon
  .exploratory-icon-text {
  bottom: -1.875rem;
}
.interactive-image-paragraph
  .interactive_image_and_point
  .exploratory-icon
  .exploratory-icon-text
  p {
  font-size: 0.5625rem;
  line-height: 0.625rem;
  text-align: center;
  color: #3eb1c8;
  font-weight: 600;
}

.interactive-title {
  position: relative;
  font-size: 1.125rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 2rem 0;
  padding-left: 1.5rem !important;
  color: black;
}
.interactive-title::before {
  content: "";
  width: 0.75rem;
  height: 100%;
  background: #ae2573;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.interactive-image-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .interactive-image-desktop {
    display: block;
  }
  .interactive-image-desktop svg {
    width: 100%;
  }
}

.interactive-image-mobile {
  display: block;
}
@media screen and (min-width: 768px) {
  .interactive-image-mobile {
    display: none;
  }
}

.interactive-point-mobile {
  display: block;
}
@media screen and (min-width: 768px) {
  .interactive-point-mobile {
    display: none;
  }
}

.toggler {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .toggler {
    flex-direction: column;
  }
}

.interactive-area__content {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  box-shadow: 0 0 0.625rem 0.3125rem rgba(0, 0, 0, 0.1);
  border-radius: 0.375rem;
  margin-top: -2.5rem;
  display: none;
  top: 0 !important;
  background: #fff;
  padding: 3.875rem 1.25rem 2rem;
  z-index: 1;
  width: 94vw;
  max-width: 94vw;
}
@media screen and (min-width: 768px) {
  .interactive-area__content {
    top: 50% !important;
    transform: translate(-50%, -50%);
    max-width: 32rem;
    width: 100%;
    padding: 3.875rem 2rem 2rem;
  }
}
.interactive-area__content.exploratory-content {
  max-width: 43.75rem;
  padding: 3.3125rem 4.375rem 2.3125rem;
}
.interactive-area__content.visible {
  display: block;
}
.interactive-area__content.image_popup {
  max-width: 32rem;
  padding: 1.25em 2em;
}
.interactive-area__content.image_popup .interactive-point__text {
  display: block;
}
.interactive-area__content.image_popup .interactive-point__text p {
  color: black;
}
.interactive-area__content.image_popup .interactive-point__text p:nth-child(2) {
  margin-top: 1rem;
}
.interactive-area__content.image_popup .interactive-point__text img {
  max-width: 100%;
}

.exploratory-content {
  transform: translate(-50%, 0%);
}
@media screen and (min-width: 768px) {
  .exploratory-content {
    transform: translate(-50%, -50%);
  }
}

.interactive-area__content--title {
  font-size: 1.375rem;
  line-height: 2rem;
  width: 100%;
  margin-bottom: 1rem;
  font-weight: bolder;
}

.interactive-area__content--wrapper {
  display: flex;
  flex-direction: column;
}

.interactive-area__content--details {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.interactive-area__content--image .field--name-field-interactive-point-image {
  width: 6.25rem;
}

.interactive-area__content.large {
  max-width: 40.625rem;
}

.interactive-area__content--close {
  position: absolute;
  width: 1.875rem;
  height: 1.875rem;
  top: 0.625rem;
  right: 0.625rem;
  background: url(../../images/close-interactive-overlay.83c189eb.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  cursor: pointer;
}

.interactive-area__content--close--inner {
  display: block;
  margin: auto;
  border: none;
  color: white;
  font-size: 1rem;
  background: #d9027d;
  border-radius: 2rem;
  padding: 0.7rem 2rem;
  margin-top: 1rem;
  cursor: pointer;
}

.interactive-area__content h3 sup {
  top: -1em;
}

.interactive-area__content--copy h3 {
  font-size: 1.375rem;
  margin-bottom: 1.875rem;
  margin-top: 0;
}

.interactive-area__content--copy p {
  color: #5b7f95;
  font-size: 0.875rem;
}

.interactive-area__content--copy p.icon {
  position: relative;
  padding-left: 9.375rem;
}

.interactive-area__content--copy p.overall-efficacy-v2 {
  position: relative;
  padding-left: 2rem;
}

.interactive-area__content--copy p.icon:before {
  content: "";
  position: absolute;
  width: 7.5rem;
  height: 7.5rem;
  left: 0;
  top: 0;
  background: url(../../images/hexagon.e1ca03a5.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
}

.interactive-area__content--copy p.icon.overall-efficacy:before {
  background: url(../../images/overall-efficacy-icon.7270c194.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
}

.interactive-area__content--copy p.icon.overall-efficacy-v2:before {
  background: url(../../images/overall-efficacy-icon-v2.4781f331.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
}

.interactive-area__content--copy p.icon.overall-clinical:before {
  background: url(../../images/overall-clinical-icon.793ad040.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
}

.interactive-area__popup-img {
  max-width: 7.5rem;
  max-height: 6.25rem;
}

.interactive_image_and_point .interactive-area__content .info-icon {
  max-width: 75px;
  margin: 0 auto;
}
.interactive_image_and_point
  .interactive-area__content
  .field--name-field-exploratory-description {
  margin-bottom: 1.25rem;
}
.interactive_image_and_point
  .interactive-area__content
  .field--name-field-exploratory-description
  h1,
.interactive_image_and_point
  .interactive-area__content
  .field--name-field-exploratory-description
  h2,
.interactive_image_and_point
  .interactive-area__content
  .field--name-field-exploratory-description
  h3,
.interactive_image_and_point
  .interactive-area__content
  .field--name-field-exploratory-description
  h4 {
  text-align: center;
}
.interactive_image_and_point
  .interactive-area__content
  .exploratory__content--close {
  display: block;
  margin: 0 auto;
  border-radius: 1.5625rem;
  background-color: #d9027d;
  color: #ffffff;
  padding: 0.875rem 2.125rem;
  border: none;
}
pre.hide {
  display: none;
  font-size: 8px;
  word-break: break-all;
}
