body {
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}
.swiper-pagination-bullet {
    background: white !important;
    border-radius: 7px !important;
    height: 8px !important;
    width: 16px !important;
    transition: all !important;
    transition-duration: 500ms !important;
    opacity: 0.6 !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 55px !important;
    opacity: 0.9 !important;
}

.swiper-button-prev {
    background: #ffffff61 !important;
    color: white !important;
    width: 64px !important;
    height: 74px !important;
    padding: 6px !important;
    border-radius: 8px !important;
}

.swiper-button-next {
    background: #ffffff61 !important;
    color: white !important;
    width: 64px !important;
    height: 74px !important;
    padding: 6px !important;
    border-radius: 8px !important;
}
.swiper-scrollbar.swiper-scrollbar-horizontal {
    background: white;
}

.swiper-scrollbar-drag {
    background: #00ff00;
}

.autoplay-progress {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: white;
}

.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: white;
  fill: none;
  stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}
