.patient-stories {
  --primary-color: #4D8CFF;
  --primary-dark-color: #122674;
  --primary-text-color: #494949;
  --primary-dark-text-color: #3C3A45;
  --secondary-color: #FAA224;
  --sheet-color: #FFFFFF;
  --error-color: #FF0000;
  color: var(--primary-text-color);
}
.patient-stories [data-before-text] {
  position: relative;
}
.patient-stories [data-before-text]::before {
  content: attr(data-before-text);
  position: absolute;
}
.patient-stories .c-secondary {
  color: var(--secondary-color);
}
.patient-stories .hero {
  position: sticky;
  top: 0;
  left: 0;
  z-index: -1;
  padding-top: 16.7rem;
  height: 45.6rem;
  background-image: url("../../img/patient-stories/hero-desktop.webp");
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .patient-stories .hero {
    padding-top: 11.2rem;
    height: 45.8rem;
    background-image: url("../../img/patient-stories/hero-mobile.webp");
  }
}
.patient-stories .hero .container {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 78rem;
}
@media (max-width: 768px) {
  .patient-stories .hero .container {
    width: 33rem;
  }
}
.patient-stories .hero[data-before-text]::before {
  right: 27.1rem;
  bottom: 5.2rem;
  font-weight: 500;
  font-style: italic;
  font-size: 0.8rem;
  line-height: 3;
  letter-spacing: 0;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .patient-stories .hero[data-before-text]::before {
    right: 2.6rem;
    bottom: 3.5rem;
  }
}
.patient-stories .hero::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 26.1rem;
  left: 0;
  top: 0;
  z-index: 0;
  background: linear-gradient(180deg, #808080 0%, rgba(124, 124, 124, 0.0001) 86.31%);
  mix-blend-mode: multiply;
}
@media (max-width: 768px) {
  .patient-stories .hero::after {
    height: 10rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(102, 102, 102, 0.01) 100%);
    mix-blend-mode: normal;
    opacity: 0.99;
  }
}
.patient-stories .experiences {
  padding: 3.5rem 0 6rem;
}
@media (max-width: 768px) {
  .patient-stories .experiences {
    --container-width: 33rem;
  }
}
@media (max-width: 768px) {
  .patient-stories .experiences {
    padding: 1.7rem 0 0;
  }
}
.patient-stories .experiences .container {
  margin: 0 auto;
  width: 78rem;
}
@media (max-width: 768px) {
  .patient-stories .experiences .container {
    width: 100%;
  }
}
.patient-stories .experiences .patient-list {
  position: relative;
  margin-top: 6rem;
  padding-top: 7rem;
  text-align: center;
}
@media (max-width: 768px) {
  .patient-stories .experiences .patient-list {
    margin-top: 4rem;
    padding-top: 5rem;
  }
}
.patient-stories .experiences .patient-list::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3.5rem;
  height: 0.7rem;
  width: 100%;
  background-color: var(--primary-color);
  opacity: 7%;
}
@media (max-width: 768px) {
  .patient-stories .experiences .patient-list::before {
    left: 50%;
    transform: translateX(-50%);
    width: var(--container-width);
  }
}
.patient-stories .experiences .patient-list .callout-1 {
  color: var(--primary-color);
}
@media (max-width: 768px) {
  .patient-stories .experiences .patient-list .callout-1 {
    margin: 0 auto;
    width: var(--container-width);
  }
}
.patient-stories .experiences .patient-list .video {
  display: flex;
  margin-top: 4rem;
  border-radius: 1rem;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 768px) {
  .patient-stories .experiences .patient-list .video {
    margin-top: 3rem;
    border-radius: 0;
  }
}
.patient-stories .experiences .patient-list .video .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../../img/patient-stories/EKTERLY_PatientStories_Cari_1.webp') center center / cover no-repeat;
  z-index: 2;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.patient-stories .experiences .patient-list .video .video-overlay:hover {
  transform: scale(1.05);
}
.patient-stories .experiences .patient-list .video .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%);
  pointer-events: auto;
  z-index: 3;
  cursor: pointer;
}
.patient-stories .experiences .patient-list .video .video-overlay:hover,
.patient-stories .experiences .patient-list .video .play-button:hover + .video-overlay,
.patient-stories .experiences .patient-list .video .play-button:hover ~ .video-overlay {
  transform: scale(1.05);
}
.patient-stories .experiences .patient-list .video__wrapper {
  position: relative;
  width: 100%;
  height: auto;
}
.patient-stories .experiences .patient-list .video video,
.patient-stories .experiences .patient-list .video iframe {
  width: 100%;
  height: auto;
}
.patient-stories .experiences .patient-list .video video:hover,
.patient-stories .experiences .patient-list .video iframe:hover {
  cursor: pointer;
}
.patient-stories .experiences .patient-list blockquote {
  margin: 4rem auto 0;
  max-width: 50rem;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  color: var(--primary-dark-color);
}
@media (max-width: 768px) {
  .patient-stories .experiences .patient-list blockquote {
    margin: 2rem auto 0;
    width: var(--container-width);
  }
}
.patient-stories .experiences .patient-list blockquote::before {
  content: "";
  display: block;
  margin-bottom: 0.6rem;
  width: 100%;
  height: 1.8rem;
  background-image: url("../../img/patient-stories/quotaion-mark.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.patient-stories .experiences .patient-list li + li {
  margin-top: 10rem;
}
@media (max-width: 768px) {
  .patient-stories .experiences .patient-list li + li {
    margin-top: 6.3rem;
  }
}
.patient-stories .experiences .patient-list p {
  margin-top: 1.7rem;
  color: var(--primary-text-color);
}
@media (max-width: 768px) {
  .patient-stories .experiences .patient-list p {
    margin: 1.7rem auto 0;
    width: var(--container-width);
  }
}
.patient-stories .experiences .footnote {
  margin-top: 5rem;
  color: var(--primary-text-color);
}
@media (max-width: 768px) {
  .patient-stories .experiences .footnote {
    margin: 5rem auto 0;
    width: var(--container-width);
    line-height: 1.4;
  }
}
.patient-stories .experiences h2 {
  color: var(--primary-color);
}
@media (max-width: 768px) {
  .patient-stories .experiences h2 {
    margin: 0 auto;
    width: var(--container-width);
  }
}
.patient-stories .experiences p {
  margin-top: 2rem;
  color: var(--primary-dark-text-color);
}
@media (max-width: 768px) {
  .patient-stories .experiences p {
    margin: 1.5rem auto 0;
    width: var(--container-width);
  }
}
.patient-stories .sheet {
  position: relative;
  z-index: 2;
  background-color: var(--sheet-color);
}
.patient-stories .sheet::before {
  content: "";
  display: block;
  position: absolute;
  bottom: calc(100% - 0.1rem);
  left: 0;
  border-radius: 5rem 5rem 0 0;
  width: 100%;
  height: 4rem;
  background-color: inherit;
}
@media (max-width: 768px) {
  .patient-stories .sheet::before {
    border-radius: 2rem 2rem 0 0;
    height: 2.4rem;
  }
}
@media (max-width: 768px) {
  .patient-stories .share {
    --container-width: 33rem;
  }
}
.patient-stories .share .container {
  margin: 0 auto;
  width: 78rem;
}
@media (max-width: 768px) {
  .patient-stories .share .container {
    margin-top: 6.4rem;
    width: var(--container-width);
  }
}
.patient-stories .share .form {
  margin-top: 5rem;
  padding: 0 8rem;
}
@media (max-width: 768px) {
  .patient-stories .share .form {
    margin-top: 2rem;
    padding: 0;
  }
}
.patient-stories .share .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem 2rem;
  margin-top: 0.7rem;
}
@media (max-width: 768px) {
  .patient-stories .share .form-grid {
    grid-template-columns: 1fr;
    gap: 0.2rem;
    margin-top: 0;
  }
}
.patient-stories .share .form-group {
  --border-color: var(--primary-text-color);
}
.patient-stories .share .form-group.error {
  --border-color: var(--error-color);
}
.patient-stories .share .form-group.error [data-error] {
  visibility: visible;
}
.patient-stories .share .form p {
  margin-top: 0.6rem;
}
.patient-stories .share .form .checkbox {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  cursor: pointer;
  margin-top: 1.2rem;
  gap: 1.3rem;
  width: fit-content;
}
.patient-stories .share .form .checkbox span {
  line-height: 1.6rem;
}
@media (max-width: 768px) {
  .patient-stories .share .form .checkbox {
    margin-top: 1.7rem;
    gap: 0.9rem;
  }
}
.patient-stories .share .form .checkbox .checkmark {
  position: relative;
  flex-shrink: 0;
  margin-top: 0.3rem;
  border: 0.1rem solid var(--border-color, --primary-text-color, #494949);
  border-radius: 0.3rem;
  width: 1.7rem;
  height: 1.7rem;
}
.patient-stories .share .form .checkbox input[type="checkbox"] {
  display: none;
}
.patient-stories .share .form .checkbox input[type="checkbox"]:checked + .checkmark {
  border-color: var(--primary-dark-color);
}
.patient-stories .share .form .checkbox input[type="checkbox"]:checked + .checkmark::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30%;
  height: 65%;
  border: solid var(--primary-dark-color);
  border-width: 0 0.2rem 0.2rem 0;
  transform: translate(-50%, -65%) rotate(45deg);
}
.patient-stories .share .form .checkbox span {
  color: var(--primary-text-color);
}
.patient-stories .share .form .select {
  position: relative;
  user-select: none;
  border-radius: 1rem;
  background-color: #F1F7FF;
  color: var(--primary-dark-color);
}
.patient-stories .share .form .select__trigger {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  padding: 1.2rem 2rem;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: 0;
}
.patient-stories .share .form .select__trigger span {
  flex-grow: 1;
}
.patient-stories .share .form .select__arrow {
  width: 1.6rem;
  height: auto;
}
.patient-stories .share .form .select__options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  padding: 0.8rem;
  width: 100%;
  background-color: inherit;
  border-radius: 0 0 1rem 1rem;
}
.patient-stories .share .form .select__option {
  cursor: pointer;
  padding: 0 1rem;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0;
}
.patient-stories .share .form .select__option:hover {
  background-color: #FFFFFF;
}
.patient-stories .share .form .select__option.selected {
  font-weight: 700;
}
.patient-stories .share .form .select.open {
  border-radius: 1rem 1rem 0 0;
}
.patient-stories .share .form .select.open .select__options {
  display: block;
}
.patient-stories .share .form .select.open .select__arrow {
  transform: rotate(180deg);
}
.patient-stories .share .form .captcha-container {
  margin-top: 5rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .patient-stories .share .form .captcha-container {
    margin-top: 3rem;
  }
}
.patient-stories .share .form [data-error] {
  margin-top: 0.1rem;
  visibility: hidden;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.75;
  letter-spacing: 0;
  color: var(--error-color);
}
.patient-stories .share .form .adult {
  margin-top: 1.1rem;
}
@media (max-width: 768px) {
  .patient-stories .share .form .consent label span {
    font-size: 1rem;
    line-height: 120%;
  }
}
.patient-stories .share .form .main-btn {
  display: flex;
  margin: 4.5rem auto 0;
  padding: 1.4rem 5rem;
}
@media (max-width: 768px) {
  .patient-stories .share .form .main-btn {
    margin-top: 3rem;
    padding: 1.4rem 5.3rem;
  }
}
.patient-stories .share .form input {
  outline: none;
  box-shadow: none;
}
.patient-stories .share .form input[type="text"],
.patient-stories .share .form input[type="email"],
.patient-stories .share .form input[type="tel"] {
  border: 0.1rem solid var(--border-color);
  border-radius: 1rem;
  padding: 1.1rem 2rem;
  width: 100%;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: 0;
  color: var(--primary-dark-color);
}
.patient-stories .share .form input[type="text"]:focus,
.patient-stories .share .form input[type="email"]:focus,
.patient-stories .share .form input[type="tel"]:focus {
  border-color: var(--primary-dark-color);
}
.patient-stories .share .form label {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: 0;
  color: var(--primary-dark-color);
}
.patient-stories .share .form label + input,
.patient-stories .share .form label + .select {
  margin-top: 0.5rem;
}
.patient-stories .share h2 {
  color: var(--primary-color);
}
.patient-stories .share p {
  margin-top: 2rem;
}
.patient-stories .up-next .container {
  margin: 12rem auto 0;
  width: 78rem;
}
@media (max-width: 768px) {
  .patient-stories .up-next .container {
    margin-top: 6rem;
    width: 33rem;
  }
}
.patient-stories .up-next .card {
  position: relative;
  display: flex;
  overflow: hidden;
  border-radius: 2.5rem;
  padding: 3rem 3.5rem;
  height: 30rem;
  width: 100%;
  color: white;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .patient-stories .up-next .card {
    padding: 2.5rem;
    height: 40rem;
  }
}
.patient-stories .up-next .card:hover .card__background {
  transform: scale(1.05);
}
.patient-stories .up-next .card::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 90%;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(179.91deg, rgba(74, 74, 74, 0.01) 0.08%, rgba(18, 38, 116, 0.1524) 44.9%, rgba(18, 38, 116, 0.9) 99.92%);
  mix-blend-mode: multiply;
}
@media (max-width: 768px) {
  .patient-stories .up-next .card::after {
    top: unset;
    bottom: 0;
    left: 0;
    height: 30rem;
  }
}
.patient-stories .up-next .card__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s;
}
.patient-stories .up-next .card .caption {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  width: 10.19rem;
}
@media (max-width: 768px) {
  .patient-stories .up-next .card .caption {
    width: 100%;
  }
}
.patient-stories .up-next .card .caption .text-content p {
  text-transform: uppercase;
}
.patient-stories .up-next .card .image-container {
  margin-bottom: 0.1rem;
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
}
.patient-stories .up-next .card .image-container img {
  height: 100%;
  width: auto;
}
.patient-stories .up-next .card[data-before-text]::before {
  right: 4rem;
  bottom: 3rem;
  font-style: italic;
  z-index: 1;
}
@media (max-width: 768px) {
  .patient-stories .up-next .card[data-before-text]::before {
    top: 1.4rem;
    right: 2.1rem;
    bottom: unset;
  }
}
/*# sourceMappingURL=patient-stories.css.map */