/** CSS Easing functions */ /* Bulma Utilities */
.wp-block-starter-media-text-carrousel {
  margin-bottom: 128px;
  position: relative;
}
.wp-block-starter-media-text-carrousel .carrousel-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .wp-block-starter-media-text-carrousel .carrousel-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 48px;
  }
}
.wp-block-starter-media-text-carrousel .carrousel-wrapper .images {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .wp-block-starter-media-text-carrousel .carrousel-wrapper .images {
    width: calc(50% - 1.5rem);
  }
}
.wp-block-starter-media-text-carrousel .carrousel-wrapper .images .slick-list {
  height: 100%;
}
.wp-block-starter-media-text-carrousel .carrousel-wrapper .images .slick-list .slick-track {
  height: 100%;
  -webkit-transition-delay: 0 !important;
       -o-transition-delay: 0 !important;
          transition-delay: 0 !important;
}
.wp-block-starter-media-text-carrousel .carrousel-wrapper .images .slide-image img {
  border-radius: 100px 0 0 0;
}
.wp-block-starter-media-text-carrousel .carrousel-wrapper .texts {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .wp-block-starter-media-text-carrousel .carrousel-wrapper .texts {
    width: calc(50% - 1.5rem);
  }
}
.wp-block-starter-media-text-carrousel .carrousel-wrapper .texts .slick-list {
  height: 100%;
}
.wp-block-starter-media-text-carrousel .carrousel-wrapper .texts .slick-list .slick-track {
  height: 100%;
  -webkit-transition-delay: 100ms !important;
       -o-transition-delay: 100ms !important;
          transition-delay: 100ms !important;
}
.wp-block-starter-media-text-carrousel .carrousel-wrapper .texts .slide-text {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 56px;
}
.wp-block-starter-media-text-carrousel nav {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(1.75rem, 1.637rem + 0.4636vw, 2.1875rem);
}
@media screen and (min-width: 1024px) {
  .wp-block-starter-media-text-carrousel nav {
    position: absolute;
    bottom: 0;
    left: calc(50% + 48px);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.wp-block-starter-media-text-carrousel nav .slick-arrow {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.75rem;
  height: 1.5rem;
  border-radius: 5px;
  color: var(--wp--preset--color--blue);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  -o-transition: -o-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out, -o-transform 0.25s ease-in-out;
}
.wp-block-starter-media-text-carrousel nav .slick-arrow .icon {
  display: block;
}
.wp-block-starter-media-text-carrousel nav .slick-arrow.prev-button:hover {
  -webkit-transform: translateX(-0.25rem);
       -o-transform: translateX(-0.25rem);
          transform: translateX(-0.25rem);
}
.wp-block-starter-media-text-carrousel nav .slick-arrow.next-button:hover {
  -webkit-transform: translateX(0.25rem);
       -o-transform: translateX(0.25rem);
          transform: translateX(0.25rem);
}
.wp-block-starter-media-text-carrousel nav .slick-arrow:focus-visible {
  outline-width: 2px;
  outline-color: var(--wp--preset--color--blue);
  outline-style: solid;
  outline-offset: 2px;
}
