/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
.aya-scroll-carousel {
  display: flex;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
}
.aya-scroll-carousel::-webkit-scrollbar {
  display: none;
}
.aya-scroll-carousel {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.aya-scroll-carousel > .wp-block-image,
.aya-scroll-carousel > .wp-block-group {
  flex: 0 0 46%;
  scroll-snap-align: start;
}
@media screen and (min-width: 992px) {
  .aya-scroll-carousel > .wp-block-image,
  .aya-scroll-carousel > .wp-block-group {
    flex: 0 0 33%;
  }
}
@media screen and (min-width: 1024px) {
  .aya-scroll-carousel > .wp-block-image,
  .aya-scroll-carousel > .wp-block-group {
    flex: 0 0 70%;
    width: 100%;
  }
}
.aya-scroll-carousel img {
  -webkit-user-drag: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.aya-scroll-carousel.is-dragging {
  cursor: grabbing;
  scroll-behavior: smooth;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.aya-scroll-carousel.is-dragging * {
  pointer-events: none;
}
.wp-block-aya-scroll-carousel {
  gap: 16px;
  padding: 32px 0;
}
@media screen and (min-width: 768px) {
  .wp-block-aya-scroll-carousel {
    padding: 40px 0;
    gap: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .wp-block-aya-scroll-carousel {
    padding: 48px 0;
  }
}
@media screen and (min-width: 1440px) {
  .wp-block-aya-scroll-carousel {
    gap: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .wp-block-aya-scroll-carousel.mobileCarousel {
    cursor: default;
    overflow-x: visible;
    scroll-snap-type: none;
  }
  .wp-block-aya-scroll-carousel.mobileCarousel > .wp-block-group,
  .wp-block-aya-scroll-carousel.mobileCarousel > .wp-block-image {
    flex: unset;
    width: 100%;
    scroll-snap-align: none;
  }
}
@media screen and (min-width: 1024px) {
  .wp-block-aya-scroll-carousel.dots-mobileOnly + .aya-scroll-carousel__dots {
    display: none;
  }
}
.aya-scroll-carousel__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}
.aya-scroll-carousel__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.3;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.aya-scroll-carousel__dot.is-active {
  opacity: 1;
}

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