/** CSS Easing functions */ /* Bulma Utilities */
.wp-block-starter-testimonials-carrousel, .gutenberg > .wp-block-starter-testimonials-carrousel {
  position: relative;
  color: var(--wp--preset--color--white);
  margin-top: clamp(2.25rem, 1.8626rem + 1.5894vw, 3.75rem);
  margin-bottom: clamp(1.25rem, 1.0563rem + 0.7947vw, 2rem) !important;
}
.wp-block-starter-testimonials-carrousel .testimonials, .gutenberg > .wp-block-starter-testimonials-carrousel .testimonials {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1024px) {
  .wp-block-starter-testimonials-carrousel .testimonials, .gutenberg > .wp-block-starter-testimonials-carrousel .testimonials {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.wp-block-starter-testimonials-carrousel .testimonials .carrousel, .gutenberg > .wp-block-starter-testimonials-carrousel .testimonials .carrousel {
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  width: 100%;
  height: 0;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .wp-block-starter-testimonials-carrousel .testimonials .carrousel, .gutenberg > .wp-block-starter-testimonials-carrousel .testimonials .carrousel {
    width: calc(100% - clamp(8.25rem, 5.1084rem + 4.9087vw, 10.9375rem));
  }
}
.wp-block-starter-testimonials-carrousel .testimonials .carrousel.slick-initialized, .gutenberg > .wp-block-starter-testimonials-carrousel .testimonials .carrousel.slick-initialized {
  opacity: 1;
  height: auto;
}
.wp-block-starter-testimonials-carrousel .testimonials .wp-block-starter-testimonial, .gutenberg > .wp-block-starter-testimonials-carrousel .testimonials .wp-block-starter-testimonial {
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.wp-block-starter-testimonials-carrousel .testimonials .wp-block-starter-testimonial.slick-active, .gutenberg > .wp-block-starter-testimonials-carrousel .testimonials .wp-block-starter-testimonial.slick-active {
  opacity: 1;
}
.wp-block-starter-testimonials-carrousel .testimonials .wp-block-starter-testimonial .quote-theme, .gutenberg > .wp-block-starter-testimonials-carrousel .testimonials .wp-block-starter-testimonial .quote-theme {
  max-width: 400px;
  margin: 0 auto;
}
@media only screen and (min-width: 600px) {
  .wp-block-starter-testimonials-carrousel .testimonials .wp-block-starter-testimonial .quote-theme, .gutenberg > .wp-block-starter-testimonials-carrousel .testimonials .wp-block-starter-testimonial .quote-theme {
    padding-right: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .wp-block-starter-testimonials-carrousel .testimonials .wp-block-starter-testimonial .quote-theme, .gutenberg > .wp-block-starter-testimonials-carrousel .testimonials .wp-block-starter-testimonial .quote-theme {
    padding-right: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .wp-block-starter-testimonials-carrousel .testimonials .wp-block-starter-testimonial .quote-theme, .gutenberg > .wp-block-starter-testimonials-carrousel .testimonials .wp-block-starter-testimonial .quote-theme {
    padding-right: clamp(2.25rem, -0.3306rem + 3.2258vw, 3.5rem);
  }
}
.wp-block-starter-testimonials-carrousel .testimonials .wp-block-starter-testimonial .quote-theme .icon-plus, .wp-block-starter-testimonials-carrousel .testimonials .wp-block-starter-testimonial .quote-theme .icon-minus, .wp-block-starter-testimonials-carrousel .testimonials .wp-block-starter-testimonial .quote-theme .no-icon, .gutenberg > .wp-block-starter-testimonials-carrousel .testimonials .wp-block-starter-testimonial .quote-theme .icon-plus, .gutenberg > .wp-block-starter-testimonials-carrousel .testimonials .wp-block-starter-testimonial .quote-theme .icon-minus, .gutenberg > .wp-block-starter-testimonials-carrousel .testimonials .wp-block-starter-testimonial .quote-theme .no-icon {
  display: block;
  width: 38px;
  height: 38px;
  margin: 0 auto 1.125rem;
}
.wp-block-starter-testimonials-carrousel .testimonials .wp-block-starter-testimonial .quote-theme .quote-content, .gutenberg > .wp-block-starter-testimonials-carrousel .testimonials .wp-block-starter-testimonial .quote-theme .quote-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.125rem;
}
.wp-block-starter-testimonials-carrousel .testimonials .wp-block-starter-testimonial .quote-theme .quote-content .icon-quote, .gutenberg > .wp-block-starter-testimonials-carrousel .testimonials .wp-block-starter-testimonial .quote-theme .quote-content .icon-quote {
  width: 50px;
  min-width: 50px;
  height: auto;
}
@media only screen and (min-width: 600px) {
  .wp-block-starter-testimonials-carrousel .testimonials .wp-block-starter-testimonial .quote-theme .quote-content .icon-quote, .gutenberg > .wp-block-starter-testimonials-carrousel .testimonials .wp-block-starter-testimonial .quote-theme .quote-content .icon-quote {
    width: clamp(2.25rem, 1.0118rem + 3.3019vw, 3.125rem);
    min-width: clamp(2.25rem, 1.0118rem + 3.3019vw, 3.125rem);
  }
}
@media only screen and (min-width: 1280px) {
  .wp-block-starter-testimonials-carrousel .testimonials .wp-block-starter-testimonial .quote-theme .quote-content .icon-quote, .gutenberg > .wp-block-starter-testimonials-carrousel .testimonials .wp-block-starter-testimonial .quote-theme .quote-content .icon-quote {
    width: clamp(2.25rem, 0.4435rem + 2.2581vw, 3.125rem);
    min-width: clamp(2.25rem, 0.4435rem + 2.2581vw, 3.125rem);
  }
}
.wp-block-starter-testimonials-carrousel .testimonials .wp-block-starter-testimonial .quote-theme .quote-content .quote-inside .content, .gutenberg > .wp-block-starter-testimonials-carrousel .testimonials .wp-block-starter-testimonial .quote-theme .quote-content .quote-inside .content {
  font-size: var(--wp--preset--font-size--size-5);
  font-weight: bold;
}
.wp-block-starter-testimonials-carrousel .testimonials .wp-block-starter-testimonial .quote-theme .quote-content .quote-inside .author, .gutenberg > .wp-block-starter-testimonials-carrousel .testimonials .wp-block-starter-testimonial .quote-theme .quote-content .quote-inside .author {
  font-size: var(--wp--preset--font-size--size-5);
  font-weight: 500;
}
.wp-block-starter-testimonials-carrousel .testimonials .wp-block-starter-testimonial.theme-negative, .gutenberg > .wp-block-starter-testimonials-carrousel .testimonials .wp-block-starter-testimonial.theme-negative {
  color: #999C90;
}
.wp-block-starter-testimonials-carrousel .testimonials nav, .gutenberg > .wp-block-starter-testimonials-carrousel .testimonials nav {
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  margin-top: clamp(1.5rem, 0.7311rem + 3.1546vw, 2.75rem);
}
@media screen and (min-width: 1024px) {
  .wp-block-starter-testimonials-carrousel .testimonials nav, .gutenberg > .wp-block-starter-testimonials-carrousel .testimonials nav {
    margin-top: 0;
  }
}
.wp-block-starter-testimonials-carrousel .testimonials nav button, .gutenberg > .wp-block-starter-testimonials-carrousel .testimonials nav button {
  display: block;
  width: clamp(1.25rem, 0.9594rem + 1.1921vw, 2.375rem);
  height: auto;
  padding: 0;
  color: var(--wp--preset--color--white);
  background: none;
  border: none;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.wp-block-starter-testimonials-carrousel .testimonials nav button:hover, .gutenberg > .wp-block-starter-testimonials-carrousel .testimonials nav button:hover {
  opacity: 1;
}
