@charset "UTF-8";
/**
 * Bootstrap 5.3 – Variabili SCSS di base
 * @see https://getbootstrap.com/docs/5.3/customize/sass/
 */
/* ----------------------------------------------------------
 * SPACING
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * COLOR SYSTEM
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * BACKGROUNDS CUSTOM
 * ---------------------------------------------------------- */
.bg-gradient {
  background-image: linear-gradient(270deg, #57bfe6 0%, #1d71b8 100%) !important;
}

/* ----------------------------------------------------------
 * BODY
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * TYPOGRAPHY
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * LINK
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * BUTTONS
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * BORDER RADIUS
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * ACCORDION
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * TABS
 * ---------------------------------------------------------- */
.block_embed-video-slider .video-embed-slider {
  width: 100%;
}
.block_embed-video-slider .video-embed-slider .swiper-slide {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .block_embed-video-slider .video-embed-slider .swiper-slide {
    width: calc(50% - 8px) !important;
  }
}
@media (min-width: 992px) {
  .block_embed-video-slider .video-embed-slider .swiper-slide {
    width: calc(33.3333333333% - 10.6666666667px) !important;
  }
}
.block_embed-video-slider .video-embed-slider .swiper-slide .video-embed-item {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
}
.block_embed-video-slider .video-embed-slider .swiper-slide .video-embed-item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}