.component-title-sliding-images-texts__our-values-slider {
  position: relative;
  overflow: hidden;
  > picture .component-wrapper-picture--picture-image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;

    max-width: none;
    height: 100%;
  }

  .component-title-sliding-images-texts--img-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    background-color: var(--blue2);
  }

  .component-title-sliding-images-texts--wrapper {
    position: relative;
    z-index: 10;
    padding-top: 2.5rem;

    .component-title-sliding-images-texts--head {
      .component-title-sliding-images-texts--title {
        color: var(--white);
        text-align: center;
        font-family: var(--font-family-poppins);
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 700;
        line-height: 3.125rem;
      }

      .component-title-sliding-images-texts--description p {
        color: var(--white);
        text-align: center;
        font-family: var(--font-family-poppins);
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.875rem;
      }
    }
  }

  .component-title-sliding-images-texts--slides {
    max-width: 100%;
    padding-bottom: 2.5rem;

    .swiper-slide {
      display: flex;
      flex-direction: column;
      align-items: center;
      flex-shrink: 0;
      align-self: stretch;
      padding: 1rem 0.625rem 2rem;
      min-height: 24.188rem;

      border-radius: 0.5rem;
      background: var(--white);
      box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);

      .component-title-cta-images-caption {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;

        .component-title-cta-images-caption--image-wrapper {
          width: 4.5rem;
          height: 4.5rem;
          background-color: var(--orange);
          border-radius: 50%;
          display: flex;
          justify-content: center;
          align-items: center;

          .component-title-cta-images-caption--image-wrapper-description {
            display: none;
          }
        }

        .component-title-cta-images-caption--title {
          color: var(--grey);
          text-align: center;
          font-family: var(--font-family-poppins);
          font-size: 1.5rem;
          font-style: normal;
          font-weight: 700;
          line-height: 4.375rem;
        }

        .component-title-cta-images-caption--description {
          padding: 0 0.875rem;
        }

        .component-title-cta-images-caption--description p {
          color: var(--grey);
          text-align: center;
          font-family: var(--font-family-poppins);
          font-size: 1rem;
          font-style: normal;
          font-weight: 500;
          line-height: 2rem;
        }
      }
    }
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 35px;
    height: 35px;
    background-color: var(--blue);
    border-radius: 50%;
    top: 33%;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    content: '';
    display: block;
    width: 9px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../../icons/arrow-13403ca97cffe160efef669ea37c7694.svg");
    margin-right: -0.125rem;
  }
  .swiper-button-prev:after {
    margin-left: -0.313rem;
  }

  .swiper-button-next {
    margin-right: 0.5rem;
  }
  .swiper-button-prev {
    margin-left: 0.5rem;
  }
  .swiper-button-prev:after {
    transform: rotate(180deg);
  }

  .swiper-button-next.swiper-button-disabled,
  .swiper-button-prev.swiper-button-disabled {
    background-color: var(--disabled-grey-button);
  }
  .swiper-button-next:not(.swiper-button-disabled):hover,
  .swiper-button-prev:not(.swiper-button-disabled):hover {
    background-color: var(--blue7);
  }
  .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-pagination-bullet {
    background-color: var(--white);
    opacity: 1;
    height: 0.5rem;
    width: 0.5rem;
    margin: 0;
  }

  .swiper-pagination-bullet-active {
    height: 0.75rem;
    width: 0.75rem;
  }
}

@media screen and (min-width: 64rem) {
  .component-title-sliding-images-texts__our-values-slider {
    .component-title-sliding-images-texts--wrapper {
      .component-title-sliding-images-texts--slides {
        max-width: 77rem;
        width: 100%;
        margin: 2.5rem auto;
      }
    }
  }
}

@media screen and (min-width: 48rem) {
  .component-title-sliding-images-texts__our-values-slider {
    > picture .component-wrapper-picture--picture-image {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      max-width: 100%;
      height: 100%;
    }

    .component-title-sliding-images-texts--wrapper {
      padding: 4.5rem 1rem;

      .component-title-sliding-images-texts--head {
        max-width: 77rem;
        margin: 0 auto;
        padding: 0 4rem;
        .component-title-sliding-images-texts--title {
          font-size: 2.5rem;
          line-height: 4.375rem;
        }

        .component-title-sliding-images-texts--description p {
          font-size: 1.5rem;
          line-height: 2.5rem;
        }
      }
    }
  }
}

@media screen and (min-width: 90rem) {
  .component-title-sliding-images-texts__our-values-slider {
    > picture .component-wrapper-picture--picture-image {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      height: auto;
      width: 100vw;
      min-height: 600px;
      object-fit: cover;
      max-width: none;
    }
  }
}
