.paragraph--history {
  position: relative;
  overflow: hidden;
}
.paragraph--history .slider-navigation {
  position: absolute;
  bottom: clamp(var(--spacing--5), 5vw, var(--spacing--6));
  left: clamp(var(--spacing--5), 5vw, var(--spacing--6));
  width: 100%;
  z-index: 10;
  display: flex;
  justify-content: flex-start;
  gap: var(--spacing--1);
  align-items: center;
}
.paragraph--history .slider-navigation .swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.paragraph--history .swiper-slide {
  height: auto;
}
.paragraph--history .swiper-slide:nth-child(4n+1) {
  z-index: 4;
}
.paragraph--history .swiper-slide:nth-child(4n+2) {
  z-index: 3;
}
.paragraph--history .swiper-slide:nth-child(4n+3) {
  z-index: 2;
}
.paragraph--history .swiper-slide:nth-child(4n+4) {
  z-index: 1;
}
@media (min-width: 1200px) {
  .paragraph--history .swiper-slide:nth-child(4n+1) {
    z-index: 4;
  }
  .paragraph--history .swiper-slide:nth-child(4n+1) .paragraph-content {
    transition-delay: 0.35s;
  }
}
/*# sourceMappingURL=paragraph--history.css.map */
