:root {
  --color-gradient: linear-gradient(90.89deg, #000 0.51%, #2b2b2b 98.98%);
}

@media screen and (width <= 1440px) {
  :root {
    --wp--preset--font-size--32: 24px;
  }
}

@media screen and (width <= 1299px) {
  :root {
    --wp--preset--font-size--32: 20px;
  }
}

@media screen and (width <= 991px) {
  :root {
    --wp--preset--spacing--200: 100px;
    --wp--preset--spacing--124: 64px;
    --wp--preset--spacing--112: 56px;
    --wp--preset--spacing--80: 40px;
  }
}

.wp-block-carousel {
  position: relative;
}

.wp-block-carousel .carousel-container {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.wp-block-carousel .swiper {
  width: 100%;
  height: 100%;
}

.wp-block-carousel .swiper-slide {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 0;
  padding-bottom: 56.25%;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.wp-block-carousel .swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.wp-block-carousel .swiper-pagination {
  width: var(--wp--style--global--wide-size);
  text-align: right;
  z-index: 10;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.wp-block-carousel .swiper-pagination .swiper-pagination-bullet {
  border: 2px solid var(--wp--preset--color--yellow, #f5e835);
  opacity: 1;
  cursor: pointer;
  background: none;
  border-radius: 50px;
  width: 12px;
  height: 12px;
  margin: 12px 0;
  transition: all .3s;
  position: relative;
}

.wp-block-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--wp--preset--color--yellow, #f5e835);
  opacity: 1;
  border-color: #0000;
  width: 12px;
  height: 12px;
  transform: scale(.7);
}

.wp-block-carousel .swiper-pagination .swiper-pagination-bullet:hover {
  border-color: var(--wp--preset--color--gold, #a89d00);
}

@media (width <= 768px) {
  .wp-block-carousel .swiper-pagination {
    right: 10px;
  }

  .wp-block-carousel .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 6px 0;
  }

  .wp-block-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
    margin-left: 1px;
  }
}
