.item_timeline_01:hover .pulse_lottie {
  opacity: 1 !important;
  transform: scale(1);
}

.pulse_lottie {
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.35s ease, transform 0.35s ease;
  will-change: opacity, transform;
}

.w-slider-nav-invert > div {
  background-color: white;
}

.w-slider-nav-invert > div.w-active {
  background-color: #35fbff;
}

body .swiper-slide.is-photos {
  display: block !important;
}

.swiper-cards {
  max-width: 80%;
}

.swiper-slide-shadow {
  display: none;
}
