/** CSS Easing functions */ /* Bulma Utilities */
.wp-block-starter-content-carrousel {
  margin-bottom: 102px;
  max-width: 100% !important;
}
.wp-block-starter-content-carrousel .intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: var(--wp--style--global--content-size);
  margin-left: auto;
  margin-right: auto;
  gap: 2rem;
  margin-bottom: clamp(3rem, 2.9031rem + 0.3974vw, 3.375rem);
}
@media screen and (min-width: 1024px) {
  .wp-block-starter-content-carrousel .intro {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.wp-block-starter-content-carrousel .intro h2 {
  color: var(--wp--preset--color--blue);
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--size-2);
  font-weight: 400;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .wp-block-starter-content-carrousel .intro h2 {
    width: 40%;
  }
}
.wp-block-starter-content-carrousel .intro > div {
  text-align: center;
  text-wrap: balance;
}
@media screen and (min-width: 1024px) {
  .wp-block-starter-content-carrousel .intro > div {
    width: 60%;
    text-align: left;
  }
}
.wp-block-starter-content-carrousel .swiper {
  padding: 0 var(--layout-margins-wide);
}
.wp-block-starter-content-carrousel .swiper .swiper-slide {
  width: clamp(18.125rem, 17.5811rem + 2.2314vw, 19.8125rem);
  height: auto;
  margin-right: clamp(1.25rem, 0.8471rem + 1.6529vw, 2.5rem) !important;
  padding: 4px 0;
}
@media only screen and (min-width: 1600px) {
  .wp-block-starter-content-carrousel .swiper .swiper-slide {
    width: calc(25% - 30px);
  }
}
.wp-block-starter-content-carrousel .swiper .swiper-slide .wp-block-starter-card-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.wp-block-starter-content-carrousel .swiper .swiper-slide .wp-block-starter-card-content .wp-block-buttons {
  margin-top: auto;
  padding-top: 1rem;
}
.wp-block-starter-content-carrousel .swiper .swiper-slide .wp-block-starter-card-content .wp-block-buttons .wp-block-button.is-style-arrow-right {
  display: none;
}
.wp-block-starter-content-carrousel.is-style-simple .swiper .swiper-slide {
  width: clamp(16.5625rem, 16.1267rem + 1.7881vw, 18.25rem);
  margin-right: clamp(1.25rem, 1.0486rem + 0.8264vw, 1.875rem) !important;
}
.wp-block-starter-content-carrousel.is-style-simple .swiper .swiper-slide .wp-block-starter-card-content .thumb {
  aspect-ratio: 291/462;
}
.wp-block-starter-content-carrousel.is-style-simple .swiper .swiper-slide .wp-block-starter-card-content .title, .wp-block-starter-content-carrousel.is-style-simple .swiper .swiper-slide .wp-block-starter-card-content .desc {
  display: none;
}
.wp-block-starter-content-carrousel.is-style-simple .swiper .swiper-slide .wp-block-starter-card-content .wp-block-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.wp-block-starter-content-carrousel.is-style-simple .swiper .swiper-slide .wp-block-starter-card-content .wp-block-buttons .wp-block-button.is-style-default {
  display: none;
}
.wp-block-starter-content-carrousel.is-style-simple .swiper .swiper-slide .wp-block-starter-card-content .wp-block-buttons .wp-block-button.is-style-arrow-right {
  display: block;
}
.wp-block-starter-content-carrousel.is-style-simple .swiper .swiper-slide .wp-block-starter-card-content .wp-block-buttons .wp-block-button.is-style-arrow-right .wp-block-button__link {
  padding: 0;
}
