.swiper-scrollbar {
  position: relative !important;
  height: 5px !important;
  bottom: 0 !important;
  background-color: rgba(253, 190, 0, 0.1);
  margin-top: 120px;
}
.swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #FDBE00;
}

.swiper-wrapper {
  align-content: center;
  align-items: center;
}
.swiper-wrapper .swiper-slide {
  width: auto !important;
  max-width: 100% !important;
  background-color: transparent;
  padding: 0 8px;
  transform-origin: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.375s;
}
.swiper-wrapper .swiper-slide .node .content-container {
  opacity: 0;
  transform: translateY(-10px);
}
.swiper-wrapper .swiper-slide-active .node .content-container {
  opacity: 1;
  transform: translateY(100%);
}