@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@media (min-width: 60em) {
  .history {
    padding-top: 3.125rem;
  }
}
@media (min-width: 48em) and (max-width: 60em) {
  .history {
    padding-top: clamp( 2.5rem , 0.0000000625rem  +  5.2083333333vw , 3.125rem );
  }
}
@media (max-width: 48em) {
  .history {
    padding-top: 2.5rem;
  }
}
@media (min-width: 47.9375em) {
  .history {
    padding-bottom: 6.25rem;
  }
}
@media (min-width: 30em) and (max-width: 47.9375em) {
  .history {
    padding-bottom: clamp( 3.75rem , -0.431184669rem  +  13.93728223vw , 6.25rem );
  }
}
@media (max-width: 30em) {
  .history {
    padding-bottom: 3.75rem;
  }
}
.history * {
  min-width: 0;
}
.history__wrapper {
  max-width: 70rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2.5rem;
}
@media (width < 56.25em) {
  .history__wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.history__title {
  color: var(--grey-on-white-color);
  font-size: var(--font-size);
  letter-spacing: calc(var(--font-size) / 100 * -5);
}
@media (min-width: 47.9375em) {
  .history__title {
    --font-size: 1rem;
  }
}
@media (min-width: 30em) and (max-width: 47.9375em) {
  .history__title {
    --font-size: clamp( 0.9375rem , 0.8329703833rem  +  0.3484320557vw , 1rem );
  }
}
@media (max-width: 30em) {
  .history__title {
    --font-size: 0.9375rem;
  }
}
.history__body {
  max-width: 41.875rem;
  display: grid;
  align-items: center;
  gap: 2.5rem;
}
@media (width >= 56.25em) {
  .history__body {
    grid-template-columns: 1fr 2.5fr;
  }
}
.history__dates {
  max-height: 15.75rem;
}
@media (width < 56.25em) {
  .history__dates {
    max-width: 25rem;
    align-self: center;
    margin: 0 auto;
  }
}
.dates-history__track {
  max-height: 15.75rem;
}
.dates-history__list {
  max-height: 15.75rem;
}
.dates-history__slide {
  display: flex;
  justify-content: end;
  color: var(--grey-on-white-color);
  font-size: var(--font-size);
  letter-spacing: calc(var(--font-size) / 100 * -5);
  --font-size: 1rem;
  position: relative;
  cursor: pointer;
}
.dates-history__slide::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 12L15 6.80385L15 17.1962L6 12Z' fill='%230F1C2E'/%3E%3C/svg%3E%0A");
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  opacity: 0;
}
.loaded .dates-history__slide::before {
  transition: all 0.3s ease 0s;
}
@media (width >= 56.25em) {
  .dates-history__slide::before {
    right: 0;
    top: 50%;
    translate: 0 -80%;
  }
}
@media (width < 56.25em) {
  .dates-history__slide::before {
    bottom: 0;
    left: 50%;
    translate: -50% 0;
    rotate: 90deg;
  }
}
.loaded .dates-history__slide {
  transition: all 0.3s ease 0s;
}
.dates-history__slide.is-active {
  color: var(--dark-blue-color);
  line-height: 1;
  letter-spacing: 0;
  font-family: Evolventa;
}
@media (min-width: 47.9375em) {
  .dates-history__slide.is-active {
    font-size: 4.5rem;
  }
}
@media (min-width: 30em) and (max-width: 47.9375em) {
  .dates-history__slide.is-active {
    font-size: clamp( 3.25rem , 1.1594076655rem  +  6.968641115vw , 4.5rem );
  }
}
@media (max-width: 30em) {
  .dates-history__slide.is-active {
    font-size: 3.25rem;
  }
}
.dates-history__slide.is-active::before {
  opacity: 1;
}
@media (width >= 56.25em) {
  .dates-history__slide {
    padding-right: 1.5rem;
  }
}
@media (width < 56.25em) {
  .dates-history__slide {
    padding-bottom: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.content-history__slide {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
.content-history__name {
  color: var(--dark-blue-color);
  font-size: var(--font-size);
  letter-spacing: calc(var(--font-size) / 100 * -5);
  line-height: 1.2;
}
@media (min-width: 47.9375em) {
  .content-history__name {
    --font-size: 1.25rem;
  }
}
@media (min-width: 30em) and (max-width: 47.9375em) {
  .content-history__name {
    --font-size: clamp( 1rem , 0.5818815331rem  +  1.393728223vw , 1.25rem );
  }
}
@media (max-width: 30em) {
  .content-history__name {
    --font-size: 1rem;
  }
}
.content-history__image {
  border-radius: 0.625rem;
  overflow: hidden;
}
.content-history__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}