/* line 6, scss/component/video-carousel.scss */
.node--view-mode-teaser {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column; }
  /* line 12, scss/component/video-carousel.scss */
  .node--view-mode-teaser .video-container {
    position: relative;
    height: 276px;
    border-radius: var(--media-border-radius);
    overflow: hidden; }
  /* line 20, scss/component/video-carousel.scss */
  .node--view-mode-teaser .video-teaser {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: opacity 0.3s ease; }
  /* line 27, scss/component/video-carousel.scss */
  .node--view-mode-teaser .video-cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    background: rgba(0, 0, 0, 0);
    transition: all 0.3s ease; }
    /* line 37, scss/component/video-carousel.scss */
    .node--view-mode-teaser .video-cover:hover {
      background: rgba(0, 0, 0, 0.05); }
    /* line 41, scss/component/video-carousel.scss */
    .node--view-mode-teaser .video-cover * {
      height: 100%; }
    /* line 45, scss/component/video-carousel.scss */
    .node--view-mode-teaser .video-cover img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  /* line 52, scss/component/video-carousel.scss */
  .node--view-mode-teaser .field--name-field-treatment-area {
    position: absolute;
    bottom: 0.5rem;
    left: 0.5rem;
    background-color: var(--color--secondary3);
    color: var(--color--white);
    border: var(--default-border-width) solid var(--color--primary3);
    border-radius: var(--label-border-radius);
    padding: 4px 8px;
    font-size: var(--font-size-base);
    font-weight: 700;
    text-decoration: none;
    z-index: 99; }
    /* line 66, scss/component/video-carousel.scss */
    .node--view-mode-teaser .field--name-field-treatment-area a {
      color: inherit;
      text-decoration: none; }
  /* line 73, scss/component/video-carousel.scss */
  .node--view-mode-teaser .video-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column; }
    /* line 78, scss/component/video-carousel.scss */
    .node--view-mode-teaser .video-info__bottomline {
      display: flex;
      justify-content: space-between; }
  /* line 84, scss/component/video-carousel.scss */
  .node--view-mode-teaser .field--name-title {
    flex-basis: 100%;
    font-size: var(--font-size-pL);
    line-height: 1.5;
    font-weight: 400;
    color: var(--color--neutral3);
    margin-bottom: 0.5rem;
    padding-top: 1rem; }
  /* line 94, scss/component/video-carousel.scss */
  .node--view-mode-teaser .field--name-field-doctor {
    font-size: var(--font-size-base);
    color: var(--color--neutral3);
    font-weight: 700;
    text-decoration: none; }
    /* line 100, scss/component/video-carousel.scss */
    .node--view-mode-teaser .field--name-field-doctor a {
      color: inherit; }
  /* line 105, scss/component/video-carousel.scss */
  .node--view-mode-teaser .field--name-field-length {
    display: flex;
    align-items: center;
    font-size: var(--font-size-base);
    color: var(--color--neutral3); }
    /* line 111, scss/component/video-carousel.scss */
    .node--view-mode-teaser .field--name-field-length::before {
      content: url("../../images/icons/video-length.svg");
      margin-right: 4px; }

/* line 118, scss/component/video-carousel.scss */
.paragraph--type--video-carousel {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  position: relative; }
  /* line 124, scss/component/video-carousel.scss */
  .paragraph--type--video-carousel.with-bg-image {
    padding: 120px 0; }
  /* line 128, scss/component/video-carousel.scss */
  .paragraph--type--video-carousel .container-video-carousel {
    position: relative; }
    /* line 131, scss/component/video-carousel.scss */
    .paragraph--type--video-carousel .container-video-carousel h2 {
      position: absolute; }
      @media (max-width: 767px) {
        /* line 131, scss/component/video-carousel.scss */
        .paragraph--type--video-carousel .container-video-carousel h2 {
          position: relative; } }
    /* line 139, scss/component/video-carousel.scss */
    .paragraph--type--video-carousel .container-video-carousel .field--name-field-carousel-background-image {
      position: absolute;
      right: 0;
      top: -180px;
      z-index: -1; }
      /* line 145, scss/component/video-carousel.scss */
      .paragraph--type--video-carousel .container-video-carousel .field--name-field-carousel-background-image img {
        width: auto;
        height: 38vh;
        -o-object-fit: contain;
           object-fit: contain; }
        @media (max-width: 991px) {
          /* line 145, scss/component/video-carousel.scss */
          .paragraph--type--video-carousel .container-video-carousel .field--name-field-carousel-background-image img {
            display: none; } }

/* line 158, scss/component/video-carousel.scss */
.swiper.video-carousel {
  overflow: visible; }
  @media (max-width: 767px) {
    /* line 158, scss/component/video-carousel.scss */
    .swiper.video-carousel {
      overflow: hidden; } }
  /* line 165, scss/component/video-carousel.scss */
  .swiper.video-carousel .swiper-slide {
    height: auto; }
  /* line 169, scss/component/video-carousel.scss */
  .swiper.video-carousel .swiper-buttons-container {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    width: 100%;
    justify-content: flex-end;
    gap: 1rem;
    padding-bottom: 40px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none; }
    /* line 181, scss/component/video-carousel.scss */
    .swiper.video-carousel .swiper-buttons-container .swiper-button-next,
    .swiper.video-carousel .swiper-buttons-container .swiper-button-prev {
      cursor: pointer;
      position: relative;
      margin-top: 0;
      top: 0;
      left: 0;
      right: 0;
      color: var(--color--neutral3);
      padding: 0;
      width: 60px;
      height: 60px; }
  /* line 196, scss/component/video-carousel.scss */
  .swiper.video-carousel .swiper-pagination-bullets,
  .swiper.video-carousel .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper.video-carousel .swiper-pagination-custom,
  .swiper.video-carousel .swiper-pagination-fraction {
    position: relative;
    bottom: 0;
    left: 0;
    padding-top: 40px;
    width: 100%;
    text-align: center; }
    /* line 207, scss/component/video-carousel.scss */
    .swiper.video-carousel .swiper-pagination-bullets .swiper-pagination-bullet,
    .swiper.video-carousel .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet,
    .swiper.video-carousel .swiper-pagination-custom .swiper-pagination-bullet,
    .swiper.video-carousel .swiper-pagination-fraction .swiper-pagination-bullet {
      background-color: var(--color--primary3);
      width: 12px;
      height: 12px;
      margin: 0 5px;
      transition: all 0.3s ease;
      opacity: 1; }
      /* line 215, scss/component/video-carousel.scss */
      .swiper.video-carousel .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
      .swiper.video-carousel .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active,
      .swiper.video-carousel .swiper-pagination-custom .swiper-pagination-bullet.swiper-pagination-bullet-active,
      .swiper.video-carousel .swiper-pagination-fraction .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: var(--color--neutral3);
        opacity: 1; }

/*# sourceMappingURL=video-carousel.css.map */
