/*!*************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/@wordpress/scripts/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/hero-carousel/style.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 *
 * Hero Carousel Block Styles
 *
 */
.hero-carousel {
  padding-bottom: 60px;
  padding-top: 40px;
  position: relative;
}
@media (min-width: 768px) {
  .hero-carousel {
    padding-bottom: 80px;
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  .hero-carousel {
    padding-bottom: 100px;
    padding-top: 80px;
  }
}
.hero-carousel__content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1500px;
  padding-left: var(--padding-inner);
  padding-right: var(--padding-inner);
}
.hero-carousel__heading {
  font-size: var(--wp--preset--font-size--display);
  font-weight: var(--wp--custom--font-weight--medium);
  text-align: center;
}
.hero-carousel__heading em,
.hero-carousel__heading i {
  font-style: italic;
}
.hero-carousel__description {
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
  text-align: center;
  font-size: var(--wp--preset--font-size--caption);
}
.hero-carousel__swiper {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wp--custom--grid-width--alignwide);
  padding-top: var(--wp--custom--spacing--lg) !important;
  position: relative;
  width: 100%;
}
.hero-carousel__swiper.swiper {
  overflow: visible;
}
@media (min-width: 1200px) {
  .hero-carousel__swiper {
    padding-top: var(--wp--custom--spacing--xl) !important;
  }
}
.hero-carousel__swiper .swiper-button-prev,
.hero-carousel__swiper .swiper-button-next {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-color: var(--wp--preset--color--primary);
  height: 80px;
  margin-top: 0 !important;
  position: absolute;
  top: 184px !important;
  transform: translateY(0) !important;
  bottom: unset;
  width: 45px;
  z-index: 10;
}
@media (min-width: 1024px) {
  .hero-carousel__swiper .swiper-button-prev,
  .hero-carousel__swiper .swiper-button-next {
    height: 45px;
    width: 45px;
    top: 348px !important;
  }
}
.hero-carousel__swiper .swiper-button-prev svg,
.hero-carousel__swiper .swiper-button-next svg {
  display: none;
}
.hero-carousel__swiper .swiper-button-next {
  background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"26\" viewBox=\"0 0 16 26\" fill=\"none\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.7964 0.703719C3.08044 -0.0122422 1.91964 -0.0122422 1.20368 0.703719C0.542791 1.36461 0.491953 2.40453 1.05117 3.12373L1.20368 3.29644L10.9059 13.0001L1.20368 22.7037C0.542791 23.3646 0.491953 24.4045 1.05117 25.1237L1.20368 25.2964C1.86457 25.9573 2.90449 26.0082 3.62369 25.449L3.7964 25.2964L14.7964 14.2964C15.4573 13.6356 15.5081 12.5956 14.9489 11.8764L14.7964 11.7037L3.7964 0.703719Z\" fill=\"white\"/></svg>");
  right: 0 !important;
}
.hero-carousel__swiper .swiper-button-prev {
  background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"26\" viewBox=\"0 0 16 26\" fill=\"none\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.2036 0.703719C12.9196 -0.0122422 14.0804 -0.0122422 14.7964 0.703719C15.4572 1.36461 15.5081 2.40453 14.9489 3.12373L14.7964 3.29644L5.09416 13.0001L14.7964 22.7037C15.4572 23.3646 15.5081 24.4045 14.9489 25.1237L14.7964 25.2964C14.1355 25.9573 13.0955 26.0082 12.3763 25.449L12.2036 25.2964L1.20364 14.2964C0.542748 13.6356 0.49191 12.5956 1.05112 11.8764L1.20364 11.7037L12.2036 0.703719Z\" fill=\"white\"/></svg>");
  left: 0 !important;
}
.hero-carousel__swiper .swiper-pagination {
  align-items: center;
  bottom: -30px !important;
  display: flex;
  gap: 3px;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
}
.hero-carousel__swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: var(--wp--preset--color--base-subtle);
  border-radius: 0;
  height: 5px;
  opacity: 1;
  width: 16px;
  cursor: pointer;
}
.hero-carousel__swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--wp--preset--color--primary);
}
.hero-carousel__controls {
  margin-top: 0;
  margin-block-start: 0;
}

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