/** CSS Easing functions */ /* Bulma Utilities */
.wp-block-starter-partners-carrousel {
  max-width: 100% !important;
  margin-bottom: 90px;
}
.wp-block-starter-partners-carrousel .intro {
  margin: 0 auto 56px;
  max-width: var(--wp--style--global--content-size);
  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;
}
@media screen and (min-width: 1024px) {
  .wp-block-starter-partners-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-partners-carrousel .intro h2 {
  text-align: center;
  margin-top: 0;
  text-wrap: balance;
  padding-left: 0.58em;
  text-indent: -0.58em;
}
@media screen and (min-width: 1024px) {
  .wp-block-starter-partners-carrousel .intro h2 {
    width: 40%;
    margin: 0;
    text-align: left;
  }
}
.wp-block-starter-partners-carrousel .intro .desc {
  text-wrap: balance;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .wp-block-starter-partners-carrousel .intro .desc {
    width: 45%;
    text-align: left;
  }
}
.wp-block-starter-partners-carrousel .swiper {
  padding: 0 var(--layout-margins-wide);
}
.wp-block-starter-partners-carrousel .swiper .swiper-wrapper .swiper-slide {
  width: clamp(18.125rem, 17.5811rem + 2.2314vw, 19.8125rem);
  width: clamp(18.125rem, 16.2314rem + 7.7686vw, 24rem);
  height: auto;
  margin-right: clamp(1.25rem, 0.8471rem + 1.6529vw, 2.5rem) !important;
}
.wp-block-starter-partners-carrousel .swiper .swiper-wrapper .swiper-slide .thumbnail {
  aspect-ratio: 384/483;
  border-radius: 0.625rem;
  overflow: hidden;
  display: block;
}
.wp-block-starter-partners-carrousel .swiper .swiper-wrapper .swiper-slide .thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.wp-block-starter-partners-carrousel .swiper .swiper-wrapper .swiper-slide .subtitle {
  font-size: clamp(1.125rem, 1.0927rem + 0.1325vw, 1.25rem);
  color: var(--wp--preset--color--blue);
  margin-top: 1.5rem;
}
.wp-block-starter-partners-carrousel .swiper .swiper-wrapper .swiper-slide .title {
  font-size: clamp(1.5rem, 1.3063rem + 0.7947vw, 2.25rem);
  color: var(--wp--preset--color--blue);
  margin-top: 6px;
}
.wp-block-starter-partners-carrousel .swiper .swiper-wrapper .swiper-slide .desc {
  font-weight: 300;
  line-height: 1.4;
  margin-top: 0.625rem;
}
.wp-block-starter-partners-carrousel .swiper .swiper-wrapper .swiper-slide .wp-block-buttons .wp-block-button__link {
  padding: 0;
}
