/*!*********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/blocks/mfac-image-carousel/main.css ***!
  \*********************************************************************************************************************************************************************************************/
/* SWIPER */
.swiper {
  height: 530px;
}

.swiper-slide {
  display: flex !important;
  align-items: center;
}

.swiper-pagination,
.swiper-wrapper {
  max-width: 100% !important;
}

.swiper-pagination-bullet-active {
  background: rgb(243, 111, 50) !important;
}

.swiper-button-next,
.swiper-button-prev {
  color: rgb(243, 111, 50) !important;
}

.swiper-button-next {
  right: 60px !important;
  left: auto;
}

.swiper-button-prev {
  left: 60px !important;
}

@media (max-width: 1300px) {
  .swiper-button-next {
    right: 10px !important;
    left: auto;
  }

  .swiper-button-prev {
    left: 10px !important;
  }
}

@media (max-width: 600px) {
  .swiper-button-next::after,
  .swiper-button-prev::after {
    display: none;
  }
}

/* Make sure the swiper container has enough height and padding */
.mfac-carousel {
  position: relative;
  padding: 50px;
}

/* Position the pagination bullets below the slides */
.swiper-pagination {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
}

/* Style the bullets */
.swiper-pagination-bullet {
  background: #000;
  opacity: 0.3;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin: 0 4px;
  border-radius: 100%;
  transition: opacity 0.3s;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

@media (max-width: 600px) {
  .mfac-carousel {
    padding: 50px 10px;
  }
}

.swiper-button-next,
.swiper-button-prev {
  color: rgb(243, 111, 50) !important;
}


/*# sourceMappingURL=index.css.map*/