/*!****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./plugins/developress-blocks/src/blocks/tiles-carousel/style.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************/
.tiles-carousel {
  padding-block: var(--wp--preset--spacing--lg);
  background-color: #f3faff;
}
.tiles-carousel__title {
  line-height: 1.25;
  margin-top: 0 !important;
  margin-bottom: var(--wp--preset--spacing--lg) !important;
  text-align: left;
  max-width: var(--wp--style--global--content-size);
}
.tiles-carousel__slide {
  background: var(--wp--preset--color--white);
  padding: var(--wp--preset--spacing--md);
  box-sizing: border-box;
  border-radius: 24px;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.tiles-carousel__slide.swiper-slide-active {
  border: 2px solid var(--wp--preset--color--primary);
  background: linear-gradient(180deg, rgb(235, 242, 254) 0%, rgb(187, 210, 252) 100%);
}
.tiles-carousel__slide-title {
  margin-top: 0 !important;
}
.tiles-carousel__slide-image {
  height: auto;
  margin-bottom: var(--wp--preset--spacing--md) !important;
}
.tiles-carousel__slide-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 36px !important;
  height: 36px !important;
  box-sizing: border-box;
}
.tiles-carousel__slide-description {
  margin: 0 !important;
}
.tiles-carousel__slider-wrapper {
  overflow: visible;
  margin-top: var(--wp--preset--spacing--lg);
}
.tiles-carousel .tiles-carousel__slider {
  display: flex;
  margin-left: -12px;
  margin-right: -12px;
}
.tiles-carousel .tiles-carousel__slide {
  width: calc(75% - 24px);
  min-width: calc(75% - 24px);
  max-width: calc(75% - 24px);
  margin: 0 12px;
}
.tiles-carousel__footer-content {
  margin-top: var(--wp--preset--spacing--lg);
}
.tiles-carousel__footer-title {
  margin-top: 0 !important;
  margin-bottom: var(--wp--preset--spacing--sm) !important;
  text-transform: uppercase;
  font-weight: 700;
  font-size: var(--wp--preset--font-size--overline);
}
.tiles-carousel__footer-description {
  margin: 0 !important;
}

@media (min-width: 767px) {
  .tiles-carousel {
    padding-block: var(--wp--preset--spacing--2-xl);
  }
  .tiles-carousel__slider-wrapper {
    margin-top: var(--wp--preset--spacing--xl);
  }
  .tiles-carousel__slide {
    padding: var(--wp--preset--spacing--xl) var(--wp--preset--spacing--lg);
  }
  .tiles-carousel__title {
    margin-bottom: var(--wp--preset--spacing--2-xl) !important;
  }
  .tiles-carousel .tiles-carousel__slide {
    width: calc(50% - 24px);
    min-width: calc(50% - 24px);
    max-width: calc(50% - 24px);
  }
  .tiles-carousel__footer-content {
    margin-top: var(--wp--preset--spacing--2-xl);
  }
}
@media (min-width: 1024px) {
  .tiles-carousel .tiles-carousel__slide {
    width: calc(25% - 24px);
    min-width: calc(25% - 24px);
    max-width: calc(25% - 24px);
  }
}

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