@charset "UTF-8";
/**
 * Bootstrap 5.3 – Variabili SCSS di base
 * @see https://getbootstrap.com/docs/5.3/customize/sass/
 */
/* ----------------------------------------------------------
 * SPACING
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * COLOR SYSTEM
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * BODY
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * TYPOGRAPHY
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * LINK
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * BUTTONS
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * BORDER RADIUS
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * ACCORDION
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * TABS
 * ---------------------------------------------------------- */
.block__timeline .timeline-swiper-container {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
}
.block__timeline .timeline {
  list-style-type: none;
  display: flex;
  padding: 0;
  margin: 0;
}
.block__timeline .swiper-slide {
  text-align: center;
  display: flex;
  flex-direction: column;
}
.block__timeline .timeline-visual {
  width: 100%;
  height: 2px;
  background-color: #1e4266;
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
.block__timeline .timeline-visual::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background-color: #1e4266;
  border-radius: 50%;
  z-index: 2;
  border: 5px solid #fff;
  box-sizing: content-box;
}
.block__timeline .timeline-content {
  padding: 0 1rem;
}