@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
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * BORDER 
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * ACCORDION
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * TABS
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * BUTTONS
 * ---------------------------------------------------------- */
.block__timeline .timeline-container {
  position: relative;
}
.block__timeline .timeline-container .number-static {
  line-height: 0.9;
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: sticky;
  top: 0;
}
.block__timeline .timeline-container .number {
  font-size: clamp(6.25rem, 2.6786rem + 17.8571vw, 18.75rem);
  font-family: "Druk Web", sans-serif;
}
.block__timeline .timeline-container .timeline-row {
  border-bottom: 1px solid #000;
  padding: 3rem 0;
}
.block__timeline .timeline-container .timeline-row:first-child {
  border-top: 1px solid #000;
}
.block__timeline .timeline-container .timeline-row .number-date {
  line-height: 0.9;
}
.block__timeline .timeline-container .timeline-row .content {
  flex-basis: auto;
}
@media (min-width: 992px) {
  .block__timeline .timeline-container .timeline-row .content {
    flex-basis: 50%;
  }
}