:root {
  --header-height: 6.7rem;
}
@media (width > 768px) {
  :root {
    --header-height: 11.2rem;
  }
}

.about-us-timeline.hidden-desktop {
  background-color: var(--white-main, #FFFFFF);
  width: 100%;
  position: relative;
}
@media (width > 768px) {
  .about-us-timeline.hidden-desktop {
    display: none;
  }
}
.about-us-timeline.hidden-desktop .timeline-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media (width <= 768px) {
  .about-us-timeline.hidden-desktop .timeline-container {
    z-index: 0;
  }
}
.about-us-timeline.hidden-desktop .timeline-header {
  margin-bottom: 6rem;
  text-align: right;
}
.about-us-timeline.hidden-desktop .timeline-subtitle {
  color: var(--black-main, #333032);
  font-family: "Simpler", sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  margin: 0 0 1.2rem 0;
}
.about-us-timeline.hidden-desktop .timeline-title {
  color: var(--red-main, #DB0032);
  font-family: "Simpler", sans-serif;
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 900;
  line-height: 0.98;
  margin: 0;
}
.about-us-timeline.hidden-desktop .timeline-swiper {
  position: relative;
  width: 100%;
  overflow: visible;
}
.about-us-timeline.hidden-desktop .slide-content {
  display: flex;
  flex-direction: column;
  gap: 2.1rem;
}
.about-us-timeline.hidden-desktop .timeline-default-slide .slide-content {
  gap: 0;
  padding: 0;
}
.about-us-timeline.hidden-desktop .timeline-default-slide .timeline-default-image {
  margin-bottom: 0;
  height: 28.1rem;
  width: 100%;
  max-width: 37.5rem;
  margin: 0 auto;
  position: relative;
}
.about-us-timeline.hidden-desktop .timeline-default-slide .timeline-default-image .timeline-image-wrapper {
  position: relative !important;
  width: 43.3rem !important;
  height: 28.3rem !important;
  margin: 0 auto;
  overflow: hidden;
  grid-column: unset !important;
  grid-row: unset !important;
  display: block !important;
}
.about-us-timeline.hidden-desktop .timeline-default-slide .timeline-default-image .timeline-image-wrapper .timeline-image {
  width: 111.8%;
  height: 230.08%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0.25%;
  top: -45.46%;
  display: block !important;
  z-index: 0;
}
[lang=en] .about-us-timeline.hidden-desktop .timeline-default-slide .timeline-default-image .timeline-image-wrapper .timeline-image {
  left: auto;
  right: 0.25%;
}
.about-us-timeline.hidden-desktop .timeline-default-slide .timeline-default-image .timeline-image-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.2);
  pointer-events: none;
  z-index: 1;
}
.about-us-timeline.hidden-desktop .timeline-default-slide .timeline-default-image .timeline-image-wrapper .image-grid-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 2.5rem 1fr 1fr;
  pointer-events: none;
  z-index: 2;
}
.about-us-timeline.hidden-desktop .timeline-default-slide .timeline-default-image .timeline-image-wrapper .image-grid-overlay .grid-cell {
  border: 0.5px solid rgba(255, 255, 255, 0.3);
}
.about-us-timeline.hidden-desktop .timeline-default-slide .timeline-default-text {
  padding: 0 3.6rem;
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 3.8rem;
  margin-bottom: 3.5rem;
}
.about-us-timeline.hidden-desktop .timeline-default-slide .timeline-default-title {
  color: var(--red-main, #DB0032);
  font-family: "Simpler", sans-serif;
  font-size: 4.4rem;
  font-style: normal;
  font-weight: 900;
  line-height: 0.96;
  text-align: right;
  margin: 0 0 2.1rem 0;
}
.about-us-timeline.hidden-desktop .timeline-default-slide .timeline-default-description {
  color: #424242;
  font-family: "Simpler", sans-serif;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  text-align: right;
  margin: 0 0 0 0;
  max-width: 31.4rem;
  align-self: flex-end;
}
.about-us-timeline.hidden-desktop .timeline-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  flex: 1;
}
.about-us-timeline.hidden-desktop .timeline-images.timeline-default-image {
  display: block !important;
  grid-template-columns: none;
  gap: 0;
  flex: none;
}
.about-us-timeline.hidden-desktop .timeline-image-wrapper {
  position: relative;
  overflow: hidden;
}
.about-us-timeline.hidden-desktop .timeline-image-wrapper.main-image {
  grid-column: span 2;
  grid-row: span 2;
  overflow: visible;
  left: 0;
}
.about-us-timeline.hidden-desktop .timeline-little-image {
  position: absolute;
  left: 66.6666666667%;
  top: 2.5rem;
  width: 33.3333333333%;
  height: calc((100% - 2.5rem) / 2);
  overflow: hidden;
  z-index: 3;
  display: block;
}
.about-us-timeline.hidden-desktop .timeline-little-image img {
  display: none;
}
@media (width > 768px) {
  .about-us-timeline.hidden-desktop .timeline-little-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
}
.about-us-timeline.hidden-desktop .timeline-image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.6s ease-in-out;
}
.about-us-timeline.hidden-desktop .swiper-slide-active .timeline-image {
  animation: fadeInScale 0.6s ease-in-out;
}
.about-us-timeline.hidden-desktop .image-grid-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 2.5rem 1fr 1fr;
  pointer-events: none;
  z-index: 1;
}
.about-us-timeline.hidden-desktop .image-grid-overlay .grid-cell {
  border: 0.5px solid rgba(255, 255, 255, 0.3);
}
.about-us-timeline.hidden-desktop .timeline-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 0 3.6rem;
}
.about-us-timeline.hidden-desktop .timeline-text .timeline-text-year {
  color: var(--red-main, #DB0032);
  text-align: right;
  font-family: Simpler;
  font-size: 5.6rem;
  font-style: normal;
  font-weight: 900;
  line-height: 96%;
}
.about-us-timeline.hidden-desktop .timeline-text .timeline-text-header {
  color: var(--red-main, #DB0032);
  text-align: right;
  font-family: Simpler;
  font-size: 2.3rem;
  font-style: normal;
  font-weight: 900;
  line-height: 110%;
}
.about-us-timeline.hidden-desktop .timeline-text .timeline-text-main {
  color: var(--red-main, #DB0032);
  text-align: right;
  font-family: Simpler;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.about-us-timeline.hidden-desktop .timeline-text .timeline-text-sub {
  font-size: 1.4rem;
  color: var(--black-60, #666666);
  font-weight: 400;
  line-height: 130%;
}
.about-us-timeline.hidden-desktop .timeline-text .timeline-text-sub-wrapper {
  display: inline;
  margin-bottom: 3.5rem;
}
.about-us-timeline.hidden-desktop .timeline-text .timeline-text-sub-wrapper .timeline-link {
  color: var(--black-main, #333032);
  text-align: right;
  font-family: Simpler;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
}
.about-us-timeline.hidden-desktop .timeline-text .timeline-text-sub-wrapper .timeline-text-sub-wrapper-link {
  display: inline-flex;
  align-items: baseline;
  gap: 0.4rem;
  vertical-align: baseline;
}
.about-us-timeline.hidden-desktop .timeline-text .timeline-text-sub-wrapper .timeline-text-sub-wrapper-link .timeline-link {
  display: inline-block;
  vertical-align: baseline;
}
.about-us-timeline.hidden-desktop .timeline-text .timeline-text-sub-wrapper .timeline-text-sub-wrapper-link .arrow-icon {
  display: inline-block;
  vertical-align: baseline;
}
.about-us-timeline.hidden-desktop [data-year=default] .timeline-text .timeline-text-year {
  font-size: 4.4rem;
}
.about-us-timeline.hidden-desktop .timeline-links {
  display: inline-flex;
  flex-direction: row;
  gap: 1.2rem;
  align-items: center;
}
.about-us-timeline.hidden-desktop .timeline-links-container {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 7.2rem;
  margin-left: 3.7rem;
}
.about-us-timeline.hidden-desktop .timeline-links .timeline-link.all-projects {
  color: var(--black-main, #333032);
  text-align: right;
  font-family: "Simpler", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.about-us-timeline.hidden-desktop .timeline-links .timeline-link.all-projects svg {
  width: 1.6rem;
  height: 1.6rem;
  transition: transform 0.3s ease;
}
.about-us-timeline.hidden-desktop .timeline-links .timeline-link.all-projects:hover {
  color: var(--red-main, #DB0032);
}
.about-us-timeline.hidden-desktop .timeline-links .timeline-link.all-projects:hover svg {
  transform: translate(2px, -2px);
}
.about-us-timeline.hidden-desktop .swiper-slide-active .timeline-text-header {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}
.about-us-timeline.hidden-desktop .swiper-slide-active .timeline-text-main {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}
.about-us-timeline.hidden-desktop .swiper-slide-active .timeline-text-sub {
  color: var(--black-main, #333032);
  text-align: right;
  font-family: Simpler;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.016rem;
}
.about-us-timeline.hidden-desktop .swiper-slide-active .timeline-links {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}
.about-us-timeline.hidden-desktop .timeline-navigation {
  position: absolute;
  bottom: -5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 2rem;
  z-index: 10;
}
.about-us-timeline.hidden-desktop .timeline-button-prev,
.about-us-timeline.hidden-desktop .timeline-button-next {
  width: 4.8rem;
  height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid var(--red-main, #DB0032);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  color: var(--red-main, #DB0032);
}
.about-us-timeline.hidden-desktop .timeline-button-prev:hover,
.about-us-timeline.hidden-desktop .timeline-button-next:hover {
  background-color: var(--red-main, #DB0032);
  color: var(--white-main, #FFFFFF);
}
.about-us-timeline.hidden-desktop .timeline-button-prev:disabled,
.about-us-timeline.hidden-desktop .timeline-button-next:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.about-us-timeline.hidden-desktop .timeline-button-prev:disabled:hover,
.about-us-timeline.hidden-desktop .timeline-button-next:disabled:hover {
  background-color: transparent;
  color: var(--red-main, #DB0032);
}
.about-us-timeline.hidden-desktop .timeline-button-prev svg,
.about-us-timeline.hidden-desktop .timeline-button-next svg {
  width: 2.4rem;
  height: 2.4rem;
}
.about-us-timeline.hidden-desktop .timeline-progress-wrapper {
  position: relative;
  margin-bottom: 6rem;
}
.about-us-timeline.hidden-desktop .timeline-progress-line {
  position: relative;
  width: 100%;
  height: 0.1rem;
  margin-bottom: 2rem;
  background: var(--red-30, #F4B2C1);
  opacity: 0.5;
  padding-left: 7.5rem;
  padding-right: 7.5rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-us-timeline.hidden-desktop .timeline-progress-line .timeline-arrow-nav {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  display: none;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: opacity 0.3s ease;
  z-index: 3;
  width: 3.2rem;
  height: 3.2rem;
  position: absolute;
}
.about-us-timeline.hidden-desktop .timeline-progress-line .timeline-arrow-nav .arrow-icon {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  top: -2rem;
  right: -2rem;
}
.about-us-timeline.hidden-desktop .timeline-progress-line .timeline-arrow-nav:hover:not(:disabled) {
  opacity: 0.7;
}
.about-us-timeline.hidden-desktop .timeline-progress-line .timeline-arrow-nav:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
@media (width <= 768px) {
  .about-us-timeline.hidden-desktop .timeline-progress-line .timeline-arrow-nav {
    display: flex;
  }
}
.about-us-timeline.hidden-desktop .timeline-progress-line .timeline-arrow-prev {
  left: 7.5rem;
  top: 2rem;
  transform: translateX(-50%);
}
.about-us-timeline.hidden-desktop .timeline-progress-line .timeline-arrow-prev .arrow-icon {
  transform: rotate(180deg);
}
.about-us-timeline.hidden-desktop .timeline-progress-line .timeline-arrow-next {
  right: 7.5rem;
  top: 2rem;
  transform: translateX(50%);
}
.about-us-timeline.hidden-desktop .timeline-progress-line .timeline-progress-fill {
  position: absolute;
  top: 0;
  left: 7.5rem;
  height: 0.1rem;
  width: 0%;
  background: var(--red-main, #DB0032);
  z-index: 1;
  transition: left 0.6s ease, width 0.6s ease;
}
@media (width <= 768px) {
  .about-us-timeline.hidden-desktop .timeline-progress-line {
    padding-left: 3.6rem;
    padding-right: 3.6rem;
  }
  .about-us-timeline.hidden-desktop .timeline-progress-line .timeline-progress-fill {
    left: 3.6rem;
    width: 0%;
  }
  .about-us-timeline.hidden-desktop .timeline-progress-line .timeline-arrow-prev {
    left: 3.6rem;
    top: 2rem;
    transform: translateX(-50%);
    left: -0.4rem;
  }
  .about-us-timeline.hidden-desktop .timeline-progress-line .timeline-arrow-next {
    right: 3.6rem;
    top: 2rem;
    transform: translateX(50%);
  }
}
.about-us-timeline.hidden-desktop .timeline-years {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  overflow-y: visible;
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}
@media (width <= 768px) {
  .about-us-timeline.hidden-desktop .timeline-years {
    justify-content: space-between;
    overflow-x: visible;
    width: 100%;
    padding-left: 3.6rem;
    padding-right: 3.6rem;
  }
  .about-us-timeline.hidden-desktop .timeline-years::-webkit-scrollbar {
    display: none;
  }
}
.about-us-timeline.hidden-desktop .timeline-year {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
  position: relative;
}
.about-us-timeline.hidden-desktop .timeline-year .year-dot {
  position: absolute;
  top: -2.3rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: var(--red-30, #f4b2c1);
  transition: all 0.3s ease;
}
@media (width <= 768px) {
  .about-us-timeline.hidden-desktop .timeline-year {
    display: none;
  }
  .about-us-timeline.hidden-desktop .timeline-year.visible {
    display: flex;
  }
}
.about-us-timeline.hidden-desktop .timeline-year .year-label {
  color: var(--red-30, #f4b2c1);
  font-family: "Simpler", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.about-us-timeline.hidden-desktop .timeline-year.active .year-dot, .about-us-timeline.hidden-desktop .timeline-year:hover .year-dot {
  background-color: var(--red-main, #DB0032);
  transform: scale(1.5);
}
.about-us-timeline.hidden-desktop .timeline-year.active .year-label, .about-us-timeline.hidden-desktop .timeline-year:hover .year-label {
  color: var(--red-main, #DB0032);
  font-weight: 900;
}
.about-us-timeline.hidden-desktop .timeline-description {
  text-align: center;
  max-width: 60rem;
  margin: 0 auto;
}
.about-us-timeline.hidden-desktop .timeline-description p {
  color: var(--black-main, #424242);
  font-family: "Simpler", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}
@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

:root {
  --header-height: 6.7rem;
}
@media (width > 768px) {
  :root {
    --header-height: 11.2rem;
  }
}

:root {
  --header-height: 6.7rem;
}
@media (width > 768px) {
  :root {
    --header-height: 11.2rem;
  }
}

.timeline-content-item[data-year="1936"] .timeline-content-inner {
  justify-content: space-between;
}
.timeline-content-item[data-year="1936"] .image-container-1936 {
  position: relative;
  aspect-ratio: 1.5;
  width: 60%;
}
.timeline-content-item[data-year="1936"] .people-image {
  width: 100%;
  height: 44rem;
  position: absolute;
  top: 0;
  right: 0;
  max-width: unset;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.timeline-content-item[data-year="1936"] .image-grid-overlay-1936 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  pointer-events: none;
  z-index: 11;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(3, 1fr);
}
.timeline-content-item[data-year="1936"] .image-grid-overlay-1936 .grid-cell-desktop {
  border: 0.5px solid rgba(255, 255, 255, 0.5);
}
.timeline-content-item[data-year="1936"] .boy-image {
  display: block;
  position: absolute;
  bottom: 0%;
  left: -14%;
  z-index: 12;
  width: auto;
  height: 16.7rem;
  bottom: -0.6rem;
}
[lang=en] .timeline-content-item[data-year="1936"] .boy-image {
  left: auto;
  right: -14%;
}
.timeline-content-item[data-year="1936"] .girl-image {
  display: block;
  position: absolute;
  top: 33.3%;
  right: 40%;
  z-index: 12;
  width: 20%;
  height: 33%;
  top: 0%;
}
.timeline-content-item[data-year="1936"] .text-container-specific-year {
  width: 40%;
  position: absolute;
  right: 0;
  padding: 8.5rem 3.3rem 0 3.7rem;
}
[lang=en] .timeline-content-item[data-year="1936"] .text-container-specific-year {
  right: auto;
  left: 0;
}
.timeline-content-item[data-year="1936"] .text-container-specific-year {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.timeline-content-item[data-year="1936"] .text-container-specific-year .timeline-year-display-specific-year {
  padding-bottom: 1.9rem;
  color: var(--Main-Red-v2, #E91B3A);
  font-family: Simpler;
  font-size: 9rem;
  font-style: normal;
  font-weight: 900;
  line-height: 96%;
}
.timeline-content-item[data-year="1936"] .text-container-specific-year .timeline-title-specific-year {
  padding-bottom: 0.3rem;
  color: var(--red-main, #DB0032);
  font-family: Simpler;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 900;
  line-height: 110%;
}
.timeline-content-item[data-year="1936"] .text-container-specific-year .timeline-description-specific-year {
  padding-bottom: 2.4rem;
  color: var(--red-main, #DB0032);
  font-family: Simpler;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.timeline-content-item[data-year="1936"] .text-container-specific-year .timeline-description-sub-specific-year {
  color: var(--black-main, #333032);
  font-family: Simpler;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.timeline-content-item[data-year="1936"] .text-container-specific-year .timeline-text-sub-wrapper-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  align-self: flex-start;
  margin-top: 2rem;
}
.timeline-content-item[data-year="1936"] .text-container-specific-year .timeline-text-sub-wrapper-link .timeline-link {
  color: var(--black-main, #333032);
  text-align: right;
  font-family: Simpler;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  text-decoration: none;
  white-space: nowrap;
}
.timeline-content-item[data-year="1936"] .text-container-specific-year .timeline-text-sub-wrapper-link .timeline-link:hover {
  color: var(--red-main, #DB0032);
}
.timeline-content-item[data-year="1936"] .text-container-specific-year .timeline-text-sub-wrapper-link .arrow-icon {
  width: 1.6rem;
  height: 1.6rem;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
[lang=en] .timeline-content-item[data-year="1936"] .text-container-specific-year .timeline-text-sub-wrapper-link .arrow-icon {
  transform: rotate(-90deg);
}
.timeline-content-item[data-year="1936"] .text-container-specific-year .timeline-text-sub-wrapper-link:hover .arrow-icon {
  transform: translate(2px, -2px);
}

.timeline-wrapper.year-1936-active .border.top.one-two {
  top: 24% !important;
}

.timeline-content-item[data-year="1945"] .timeline-content-inner {
  justify-content: space-between;
}
.timeline-content-item[data-year="1945"] .image-container-1945 {
  position: relative;
  aspect-ratio: 1.5;
  width: 60%;
}
.timeline-content-item[data-year="1945"] .people-image {
  width: 100%;
  height: 44rem;
  position: absolute;
  top: 0;
  right: 0;
  max-width: unset;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.timeline-content-item[data-year="1945"] .image-grid-overlay-1945 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  pointer-events: none;
  z-index: 11;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(3, 1fr);
}
.timeline-content-item[data-year="1945"] .image-grid-overlay-1945 .grid-cell-desktop {
  border: 0.5px solid rgba(255, 255, 255, 0.5);
}
.timeline-content-item[data-year="1945"] .boy-image {
  display: block;
  position: absolute;
  bottom: 0%;
  left: -14%;
  z-index: 12;
  width: auto;
  height: 16.7rem;
  bottom: -0.6rem;
}
[lang=en] .timeline-content-item[data-year="1945"] .boy-image {
  left: auto;
  right: -14%;
}
.timeline-content-item[data-year="1945"] .girl-image {
  display: block;
  position: absolute;
  top: 33.3%;
  right: 40%;
  z-index: 12;
  width: 20%;
  height: 33%;
  top: 0%;
  right: 0%;
}
.timeline-content-item[data-year="1945"] .text-container-specific-year {
  width: 40%;
  position: absolute;
  right: 0;
  padding: 8.5rem 3.3rem 0 3.7rem;
}
[lang=en] .timeline-content-item[data-year="1945"] .text-container-specific-year {
  right: auto;
  left: 0;
}
.timeline-content-item[data-year="1945"] .text-container-specific-year {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.timeline-content-item[data-year="1945"] .text-container-specific-year .timeline-year-display-specific-year {
  padding-bottom: 1.9rem;
  color: var(--Main-Red-v2, #E91B3A);
  font-family: Simpler;
  font-size: 9rem;
  font-style: normal;
  font-weight: 900;
  line-height: 96%;
}
.timeline-content-item[data-year="1945"] .text-container-specific-year .timeline-title-specific-year {
  padding-bottom: 0.3rem;
  color: var(--red-main, #DB0032);
  font-family: Simpler;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 900;
  line-height: 110%;
}
.timeline-content-item[data-year="1945"] .text-container-specific-year .timeline-description-specific-year {
  padding-bottom: 2.4rem;
  color: var(--red-main, #DB0032);
  font-family: Simpler;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.timeline-content-item[data-year="1945"] .text-container-specific-year .timeline-description-sub-specific-year {
  color: var(--black-main, #333032);
  font-family: Simpler;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.timeline-content-item[data-year="1945"] .text-container-specific-year .timeline-text-sub-wrapper-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  align-self: flex-start;
  margin-top: 2rem;
}
.timeline-content-item[data-year="1945"] .text-container-specific-year .timeline-text-sub-wrapper-link .timeline-link {
  color: var(--black-main, #333032);
  text-align: right;
  font-family: Simpler;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  text-decoration: none;
  white-space: nowrap;
}
.timeline-content-item[data-year="1945"] .text-container-specific-year .timeline-text-sub-wrapper-link .timeline-link:hover {
  color: var(--red-main, #DB0032);
}
.timeline-content-item[data-year="1945"] .text-container-specific-year .timeline-text-sub-wrapper-link .arrow-icon {
  width: 1.6rem;
  height: 1.6rem;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
[lang=en] .timeline-content-item[data-year="1945"] .text-container-specific-year .timeline-text-sub-wrapper-link .arrow-icon {
  transform: rotate(-90deg);
}
.timeline-content-item[data-year="1945"] .text-container-specific-year .timeline-text-sub-wrapper-link:hover .arrow-icon {
  transform: translate(2px, -2px);
}

.timeline-wrapper.year-1945-active .border.top.one-two {
  top: 24% !important;
}

.timeline-content-item[data-year="1960"] .timeline-content-inner {
  justify-content: space-between;
}
.timeline-content-item[data-year="1960"] .image-container-1960 {
  position: relative;
  aspect-ratio: 1.5;
  width: 60%;
}
.timeline-content-item[data-year="1960"] .people-image {
  width: 100%;
  height: 44rem;
  position: absolute;
  top: 0;
  right: 0;
  max-width: unset;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  border-top-one-two: 24%;
}
.timeline-content-item[data-year="1960"] .image-grid-overlay-1960 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  pointer-events: none;
  z-index: 11;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(3, 1fr);
}
.timeline-content-item[data-year="1960"] .image-grid-overlay-1960 .grid-cell-desktop {
  border: 0.5px solid rgba(255, 255, 255, 0.5);
}
.timeline-content-item[data-year="1960"] .boy-image {
  display: block;
  position: absolute;
  bottom: 0%;
  left: -14%;
  z-index: 12;
  width: auto;
  height: 16.7rem;
  bottom: -0.6rem;
  width: 12.8rem;
}
[lang=en] .timeline-content-item[data-year="1960"] .boy-image {
  left: auto;
  right: -14%;
}
.timeline-content-item[data-year="1960"] .girl-image {
  display: block;
  position: absolute;
  top: 33.3%;
  right: 40%;
  z-index: 12;
  width: 20%;
  height: 33%;
  top: 0%;
  right: 0%;
}
.timeline-content-item[data-year="1960"] .text-container-specific-year {
  width: 40%;
  position: absolute;
  right: 0;
  padding: 8.5rem 3.3rem 0 3.7rem;
}
[lang=en] .timeline-content-item[data-year="1960"] .text-container-specific-year {
  right: auto;
  left: 0;
}
.timeline-content-item[data-year="1960"] .text-container-specific-year {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.timeline-content-item[data-year="1960"] .text-container-specific-year .timeline-year-display-specific-year {
  padding-bottom: 1.9rem;
  color: var(--Main-Red-v2, #E91B3A);
  font-family: Simpler;
  font-size: 9rem;
  font-style: normal;
  font-weight: 900;
  line-height: 96%;
}
.timeline-content-item[data-year="1960"] .text-container-specific-year .timeline-title-specific-year {
  padding-bottom: 0.3rem;
  color: var(--red-main, #DB0032);
  font-family: Simpler;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 900;
  line-height: 110%;
}
.timeline-content-item[data-year="1960"] .text-container-specific-year .timeline-description-specific-year {
  padding-bottom: 2.4rem;
  color: var(--red-main, #DB0032);
  font-family: Simpler;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.timeline-content-item[data-year="1960"] .text-container-specific-year .timeline-description-sub-specific-year {
  color: var(--black-main, #333032);
  font-family: Simpler;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.timeline-content-item[data-year="1960"] .text-container-specific-year .timeline-text-sub-wrapper-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  align-self: flex-start;
  margin-top: 2rem;
}
.timeline-content-item[data-year="1960"] .text-container-specific-year .timeline-text-sub-wrapper-link .timeline-link {
  color: var(--black-main, #333032);
  text-align: right;
  font-family: Simpler;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  text-decoration: none;
  white-space: nowrap;
}
.timeline-content-item[data-year="1960"] .text-container-specific-year .timeline-text-sub-wrapper-link .timeline-link:hover {
  color: var(--red-main, #DB0032);
}
.timeline-content-item[data-year="1960"] .text-container-specific-year .timeline-text-sub-wrapper-link .arrow-icon {
  width: 1.6rem;
  height: 1.6rem;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
[lang=en] .timeline-content-item[data-year="1960"] .text-container-specific-year .timeline-text-sub-wrapper-link .arrow-icon {
  transform: rotate(-90deg);
}
.timeline-content-item[data-year="1960"] .text-container-specific-year .timeline-text-sub-wrapper-link:hover .arrow-icon {
  transform: translate(2px, -2px);
}

.timeline-content-item[data-year="1963"] .timeline-content-inner {
  justify-content: space-between;
}
.timeline-content-item[data-year="1963"] .image-container-1963 {
  position: relative;
  aspect-ratio: 1.5;
  width: 60%;
}
.timeline-content-item[data-year="1963"] .people-image {
  width: 100%;
  height: 44rem;
  position: absolute;
  top: 0;
  right: 0;
  max-width: unset;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.timeline-content-item[data-year="1963"] .image-grid-overlay-1963 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  pointer-events: none;
  z-index: 11;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(3, 1fr);
}
.timeline-content-item[data-year="1963"] .image-grid-overlay-1963 .grid-cell-desktop {
  border: 0.5px solid rgba(255, 255, 255, 0.5);
}
.timeline-content-item[data-year="1963"] .boy-image {
  display: block;
  position: absolute;
  bottom: 0%;
  left: -14%;
  z-index: 12;
  width: auto;
  height: 16.7rem;
  bottom: -0.6rem;
}
[lang=en] .timeline-content-item[data-year="1963"] .boy-image {
  left: auto;
  right: -14%;
}
.timeline-content-item[data-year="1963"] .girl-image {
  display: block;
  position: absolute;
  top: 33.3%;
  right: 40%;
  z-index: 12;
  width: 20%;
  height: 33%;
  right: 0%;
}
.timeline-content-item[data-year="1963"] .text-container-specific-year {
  width: 40%;
  position: absolute;
  right: 0;
  padding: 8.5rem 3.3rem 0 3.7rem;
}
[lang=en] .timeline-content-item[data-year="1963"] .text-container-specific-year {
  right: auto;
  left: 0;
}
.timeline-content-item[data-year="1963"] .text-container-specific-year {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.timeline-content-item[data-year="1963"] .text-container-specific-year .timeline-year-display-specific-year {
  padding-bottom: 1.9rem;
  color: var(--Main-Red-v2, #E91B3A);
  font-family: Simpler;
  font-size: 9rem;
  font-style: normal;
  font-weight: 900;
  line-height: 96%;
}
.timeline-content-item[data-year="1963"] .text-container-specific-year .timeline-title-specific-year {
  padding-bottom: 0.3rem;
  color: var(--red-main, #DB0032);
  font-family: Simpler;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 900;
  line-height: 110%;
}
.timeline-content-item[data-year="1963"] .text-container-specific-year .timeline-description-specific-year {
  padding-bottom: 2.4rem;
  color: var(--red-main, #DB0032);
  font-family: Simpler;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.timeline-content-item[data-year="1963"] .text-container-specific-year .timeline-description-sub-specific-year {
  color: var(--black-main, #333032);
  font-family: Simpler;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.timeline-content-item[data-year="1963"] .text-container-specific-year .timeline-text-sub-wrapper-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  align-self: flex-start;
  margin-top: 2rem;
}
.timeline-content-item[data-year="1963"] .text-container-specific-year .timeline-text-sub-wrapper-link .timeline-link {
  color: var(--black-main, #333032);
  text-align: right;
  font-family: Simpler;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  text-decoration: none;
  white-space: nowrap;
}
.timeline-content-item[data-year="1963"] .text-container-specific-year .timeline-text-sub-wrapper-link .timeline-link:hover {
  color: var(--red-main, #DB0032);
}
.timeline-content-item[data-year="1963"] .text-container-specific-year .timeline-text-sub-wrapper-link .arrow-icon {
  width: 1.6rem;
  height: 1.6rem;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
[lang=en] .timeline-content-item[data-year="1963"] .text-container-specific-year .timeline-text-sub-wrapper-link .arrow-icon {
  transform: rotate(-90deg);
}
.timeline-content-item[data-year="1963"] .text-container-specific-year .timeline-text-sub-wrapper-link:hover .arrow-icon {
  transform: translate(2px, -2px);
}

.timeline-wrapper.year-1963-active .border.top.one-two {
  top: 24% !important;
}

.timeline-content-item[data-year="1974"] .timeline-content-inner {
  justify-content: space-between;
}
.timeline-content-item[data-year="1974"] .image-container-1974 {
  position: relative;
  aspect-ratio: 1.5;
  width: 60%;
}
.timeline-content-item[data-year="1974"] .people-image {
  width: 100%;
  height: 44rem;
  position: absolute;
  top: 0;
  right: 0;
  max-width: unset;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.timeline-content-item[data-year="1974"] .image-grid-overlay-1974 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  pointer-events: none;
  z-index: 11;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(3, 1fr);
}
.timeline-content-item[data-year="1974"] .image-grid-overlay-1974 .grid-cell-desktop {
  border: 0.5px solid rgba(255, 255, 255, 0.5);
}
.timeline-content-item[data-year="1974"] .boy-image {
  display: block;
  position: absolute;
  bottom: 0%;
  left: -14%;
  z-index: 12;
  width: auto;
  height: 16.7rem;
  bottom: -0.6rem;
  width: 34rem;
}
[lang=en] .timeline-content-item[data-year="1974"] .boy-image {
  left: auto;
  right: -14%;
}
.timeline-content-item[data-year="1974"] .girl-image {
  display: block;
  position: absolute;
  top: 33.3%;
  right: 40%;
  z-index: 12;
  width: 20%;
  height: 33%;
  top: 0%;
  right: 20%;
}
.timeline-content-item[data-year="1974"] .text-container-specific-year {
  width: 40%;
  position: absolute;
  right: 0;
  padding: 8.5rem 3.3rem 0 3.7rem;
}
[lang=en] .timeline-content-item[data-year="1974"] .text-container-specific-year {
  right: auto;
  left: 0;
}
.timeline-content-item[data-year="1974"] .text-container-specific-year {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.timeline-content-item[data-year="1974"] .text-container-specific-year .timeline-year-display-specific-year {
  padding-bottom: 1.9rem;
  color: var(--Main-Red-v2, #E91B3A);
  font-family: Simpler;
  font-size: 9rem;
  font-style: normal;
  font-weight: 900;
  line-height: 96%;
}
.timeline-content-item[data-year="1974"] .text-container-specific-year .timeline-title-specific-year {
  padding-bottom: 0.3rem;
  color: var(--red-main, #DB0032);
  font-family: Simpler;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 900;
  line-height: 110%;
}
.timeline-content-item[data-year="1974"] .text-container-specific-year .timeline-description-specific-year {
  padding-bottom: 2.4rem;
  color: var(--red-main, #DB0032);
  font-family: Simpler;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.timeline-content-item[data-year="1974"] .text-container-specific-year .timeline-description-sub-specific-year {
  color: var(--black-main, #333032);
  font-family: Simpler;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.timeline-content-item[data-year="1974"] .text-container-specific-year .timeline-text-sub-wrapper-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  align-self: flex-start;
  margin-top: 2rem;
}
.timeline-content-item[data-year="1974"] .text-container-specific-year .timeline-text-sub-wrapper-link .timeline-link {
  color: var(--black-main, #333032);
  text-align: right;
  font-family: Simpler;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  text-decoration: none;
  white-space: nowrap;
}
.timeline-content-item[data-year="1974"] .text-container-specific-year .timeline-text-sub-wrapper-link .timeline-link:hover {
  color: var(--red-main, #DB0032);
}
.timeline-content-item[data-year="1974"] .text-container-specific-year .timeline-text-sub-wrapper-link .arrow-icon {
  width: 1.6rem;
  height: 1.6rem;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
[lang=en] .timeline-content-item[data-year="1974"] .text-container-specific-year .timeline-text-sub-wrapper-link .arrow-icon {
  transform: rotate(-90deg);
}
.timeline-content-item[data-year="1974"] .text-container-specific-year .timeline-text-sub-wrapper-link:hover .arrow-icon {
  transform: translate(2px, -2px);
}

.timeline-content-item[data-year="1975"] .timeline-content-inner {
  justify-content: space-between;
}
.timeline-content-item[data-year="1975"] .image-container-1975 {
  position: relative;
  aspect-ratio: 1.5;
  width: 60%;
}
.timeline-content-item[data-year="1975"] .people-image {
  width: 100%;
  height: 44rem;
  position: absolute;
  top: 0;
  right: 0;
  max-width: unset;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.timeline-content-item[data-year="1975"] .image-grid-overlay-1975 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  pointer-events: none;
  z-index: 11;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(3, 1fr);
}
.timeline-content-item[data-year="1975"] .image-grid-overlay-1975 .grid-cell-desktop {
  border: 0.5px solid rgba(255, 255, 255, 0.5);
}
.timeline-content-item[data-year="1975"] .boy-image {
  display: block;
  position: absolute;
  bottom: 0%;
  left: -14%;
  z-index: 12;
  width: auto;
  height: 16.7rem;
  bottom: -0.6rem;
}
[lang=en] .timeline-content-item[data-year="1975"] .boy-image {
  left: auto;
  right: -14%;
}
.timeline-content-item[data-year="1975"] .girl-image {
  display: block;
  position: absolute;
  top: 33.3%;
  right: 40%;
  z-index: 12;
  width: 20%;
  height: 33%;
  top: 0%;
  right: 0%;
}
.timeline-content-item[data-year="1975"] .text-container-specific-year {
  width: 40%;
  position: absolute;
  right: 0;
  padding: 8.5rem 3.3rem 0 3.7rem;
}
[lang=en] .timeline-content-item[data-year="1975"] .text-container-specific-year {
  right: auto;
  left: 0;
}
.timeline-content-item[data-year="1975"] .text-container-specific-year {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.timeline-content-item[data-year="1975"] .text-container-specific-year .timeline-year-display-specific-year {
  padding-bottom: 1.9rem;
  color: var(--Main-Red-v2, #E91B3A);
  font-family: Simpler;
  font-size: 9rem;
  font-style: normal;
  font-weight: 900;
  line-height: 96%;
}
.timeline-content-item[data-year="1975"] .text-container-specific-year .timeline-title-specific-year {
  padding-bottom: 0.3rem;
  color: var(--red-main, #DB0032);
  font-family: Simpler;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 900;
  line-height: 110%;
}
.timeline-content-item[data-year="1975"] .text-container-specific-year .timeline-description-specific-year {
  padding-bottom: 2.4rem;
  color: var(--red-main, #DB0032);
  font-family: Simpler;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.timeline-content-item[data-year="1975"] .text-container-specific-year .timeline-description-sub-specific-year {
  color: var(--black-main, #333032);
  font-family: Simpler;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.timeline-content-item[data-year="1975"] .text-container-specific-year .timeline-text-sub-wrapper-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  align-self: flex-start;
  margin-top: 2rem;
}
.timeline-content-item[data-year="1975"] .text-container-specific-year .timeline-text-sub-wrapper-link .timeline-link {
  color: var(--black-main, #333032);
  text-align: right;
  font-family: Simpler;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  text-decoration: none;
  white-space: nowrap;
}
.timeline-content-item[data-year="1975"] .text-container-specific-year .timeline-text-sub-wrapper-link .timeline-link:hover {
  color: var(--red-main, #DB0032);
}
.timeline-content-item[data-year="1975"] .text-container-specific-year .timeline-text-sub-wrapper-link .arrow-icon {
  width: 1.6rem;
  height: 1.6rem;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
[lang=en] .timeline-content-item[data-year="1975"] .text-container-specific-year .timeline-text-sub-wrapper-link .arrow-icon {
  transform: rotate(-90deg);
}
.timeline-content-item[data-year="1975"] .text-container-specific-year .timeline-text-sub-wrapper-link:hover .arrow-icon {
  transform: translate(2px, -2px);
}

.timeline-content-item[data-year="1990"] .timeline-content-inner {
  justify-content: space-between;
}
.timeline-content-item[data-year="1990"] .image-container-1990 {
  position: relative;
  aspect-ratio: 1.5;
  width: 60%;
}
.timeline-content-item[data-year="1990"] .people-image {
  width: 100%;
  height: 44rem;
  position: absolute;
  top: 0;
  right: 0;
  max-width: unset;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.timeline-content-item[data-year="1990"] .image-grid-overlay-1990 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  pointer-events: none;
  z-index: 11;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(3, 1fr);
}
.timeline-content-item[data-year="1990"] .image-grid-overlay-1990 .grid-cell-desktop {
  border: 0.5px solid rgba(255, 255, 255, 0.5);
}
.timeline-content-item[data-year="1990"] .boy-image {
  display: block;
  position: absolute;
  bottom: 0%;
  left: -14%;
  z-index: 12;
  width: auto;
  height: 16.7rem;
  bottom: -0.6rem;
}
[lang=en] .timeline-content-item[data-year="1990"] .boy-image {
  left: auto;
  right: -14%;
}
.timeline-content-item[data-year="1990"] .girl-image {
  display: block;
  position: absolute;
  top: 33.3%;
  right: 40%;
  z-index: 12;
  width: 20%;
  height: 33%;
  top: 0%;
  right: 20%;
}
.timeline-content-item[data-year="1990"] .text-container-specific-year {
  width: 40%;
  position: absolute;
  right: 0;
  padding: 8.5rem 3.3rem 0 3.7rem;
}
[lang=en] .timeline-content-item[data-year="1990"] .text-container-specific-year {
  right: auto;
  left: 0;
}
.timeline-content-item[data-year="1990"] .text-container-specific-year {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.timeline-content-item[data-year="1990"] .text-container-specific-year .timeline-year-display-specific-year {
  padding-bottom: 1.9rem;
  color: var(--Main-Red-v2, #E91B3A);
  font-family: Simpler;
  font-size: 9rem;
  font-style: normal;
  font-weight: 900;
  line-height: 96%;
}
.timeline-content-item[data-year="1990"] .text-container-specific-year .timeline-title-specific-year {
  padding-bottom: 0.3rem;
  color: var(--red-main, #DB0032);
  font-family: Simpler;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 900;
  line-height: 110%;
}
.timeline-content-item[data-year="1990"] .text-container-specific-year .timeline-description-specific-year {
  padding-bottom: 2.4rem;
  color: var(--red-main, #DB0032);
  font-family: Simpler;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.timeline-content-item[data-year="1990"] .text-container-specific-year .timeline-description-sub-specific-year {
  color: var(--black-main, #333032);
  font-family: Simpler;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.timeline-content-item[data-year="1990"] .text-container-specific-year .timeline-text-sub-wrapper-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  align-self: flex-start;
  margin-top: 2rem;
}
.timeline-content-item[data-year="1990"] .text-container-specific-year .timeline-text-sub-wrapper-link .timeline-link {
  color: var(--black-main, #333032);
  text-align: right;
  font-family: Simpler;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  text-decoration: none;
  white-space: nowrap;
}
.timeline-content-item[data-year="1990"] .text-container-specific-year .timeline-text-sub-wrapper-link .timeline-link:hover {
  color: var(--red-main, #DB0032);
}
.timeline-content-item[data-year="1990"] .text-container-specific-year .timeline-text-sub-wrapper-link .arrow-icon {
  width: 1.6rem;
  height: 1.6rem;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
[lang=en] .timeline-content-item[data-year="1990"] .text-container-specific-year .timeline-text-sub-wrapper-link .arrow-icon {
  transform: rotate(-90deg);
}
.timeline-content-item[data-year="1990"] .text-container-specific-year .timeline-text-sub-wrapper-link:hover .arrow-icon {
  transform: translate(2px, -2px);
}

.timeline-content-item[data-year="2010"] .timeline-content-inner {
  justify-content: space-between;
}
.timeline-content-item[data-year="2010"] .image-container-2010 {
  position: relative;
  aspect-ratio: 1.5;
  width: 60%;
}
.timeline-content-item[data-year="2010"] .people-image {
  width: 100%;
  height: 44rem;
  position: absolute;
  top: 0;
  right: 0;
  max-width: unset;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.timeline-content-item[data-year="2010"] .image-grid-overlay-2010 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  pointer-events: none;
  z-index: 11;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(3, 1fr);
}
.timeline-content-item[data-year="2010"] .image-grid-overlay-2010 .grid-cell-desktop {
  border: 0.5px solid rgba(255, 255, 255, 0.5);
}
.timeline-content-item[data-year="2010"] .boy-image {
  display: block;
  position: absolute;
  bottom: 0%;
  left: -14%;
  z-index: 12;
  width: auto;
  height: 16.7rem;
}
[lang=en] .timeline-content-item[data-year="2010"] .boy-image {
  left: auto;
  right: -14%;
}
.timeline-content-item[data-year="2010"] .girl-image {
  display: block;
  position: absolute;
  top: 33.3%;
  right: 40%;
  z-index: 12;
  width: 20%;
  height: 33%;
}
.timeline-content-item[data-year="2010"] .text-container-specific-year {
  width: 40%;
  position: absolute;
  right: 0;
  padding: 8.5rem 3.3rem 0 3.7rem;
}
[lang=en] .timeline-content-item[data-year="2010"] .text-container-specific-year {
  right: auto;
  left: 0;
}
.timeline-content-item[data-year="2010"] .text-container-specific-year {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.timeline-content-item[data-year="2010"] .text-container-specific-year .timeline-year-display-specific-year {
  padding-bottom: 1.9rem;
  color: var(--Main-Red-v2, #E91B3A);
  font-family: Simpler;
  font-size: 9rem;
  font-style: normal;
  font-weight: 900;
  line-height: 96%;
}
.timeline-content-item[data-year="2010"] .text-container-specific-year .timeline-title-specific-year {
  padding-bottom: 0.3rem;
  color: var(--red-main, #DB0032);
  font-family: Simpler;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 900;
  line-height: 110%;
}
.timeline-content-item[data-year="2010"] .text-container-specific-year .timeline-description-specific-year {
  padding-bottom: 2.4rem;
  color: var(--red-main, #DB0032);
  font-family: Simpler;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.timeline-content-item[data-year="2010"] .text-container-specific-year .timeline-description-sub-specific-year {
  color: var(--black-main, #333032);
  font-family: Simpler;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.timeline-content-item[data-year="2010"] .text-container-specific-year .timeline-text-sub-wrapper-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  align-self: flex-start;
  margin-top: 2rem;
}
.timeline-content-item[data-year="2010"] .text-container-specific-year .timeline-text-sub-wrapper-link .timeline-link {
  color: var(--black-main, #333032);
  text-align: right;
  font-family: Simpler;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  text-decoration: none;
  white-space: nowrap;
}
.timeline-content-item[data-year="2010"] .text-container-specific-year .timeline-text-sub-wrapper-link .timeline-link:hover {
  color: var(--red-main, #DB0032);
}
.timeline-content-item[data-year="2010"] .text-container-specific-year .timeline-text-sub-wrapper-link .arrow-icon {
  width: 1.6rem;
  height: 1.6rem;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
[lang=en] .timeline-content-item[data-year="2010"] .text-container-specific-year .timeline-text-sub-wrapper-link .arrow-icon {
  transform: rotate(-90deg);
}
.timeline-content-item[data-year="2010"] .text-container-specific-year .timeline-text-sub-wrapper-link:hover .arrow-icon {
  transform: translate(2px, -2px);
}

.timeline-content-item[data-year="2018"] .timeline-content-inner {
  justify-content: space-between;
}
.timeline-content-item[data-year="2018"] .image-container-2018 {
  position: relative;
  aspect-ratio: 1.5;
  width: 60%;
}
.timeline-content-item[data-year="2018"] .people-image {
  width: 100%;
  height: 44rem;
  position: absolute;
  top: 0;
  right: 0;
  max-width: unset;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.timeline-content-item[data-year="2018"] .image-grid-overlay-2018 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  pointer-events: none;
  z-index: 11;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(3, 1fr);
}
.timeline-content-item[data-year="2018"] .image-grid-overlay-2018 .grid-cell-desktop {
  border: 0.5px solid rgba(255, 255, 255, 0.5);
}
.timeline-content-item[data-year="2018"] .boy-image {
  display: block;
  position: absolute;
  bottom: 0%;
  left: -14%;
  z-index: 12;
  width: auto;
  height: 16.7rem;
}
[lang=en] .timeline-content-item[data-year="2018"] .boy-image {
  left: auto;
  right: -14%;
}
.timeline-content-item[data-year="2018"] .girl-image {
  display: block;
  position: absolute;
  top: 33.3%;
  right: 40%;
  z-index: 12;
  width: 20%;
  height: 33%;
}
.timeline-content-item[data-year="2018"] .text-container-specific-year {
  width: 40%;
  position: absolute;
  right: 0;
  padding: 8.5rem 3.3rem 0 3.7rem;
}
[lang=en] .timeline-content-item[data-year="2018"] .text-container-specific-year {
  right: auto;
  left: 0;
}
.timeline-content-item[data-year="2018"] .text-container-specific-year {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.timeline-content-item[data-year="2018"] .text-container-specific-year .timeline-year-display-specific-year {
  padding-bottom: 1.9rem;
  color: var(--Main-Red-v2, #E91B3A);
  font-family: Simpler;
  font-size: 9rem;
  font-style: normal;
  font-weight: 900;
  line-height: 96%;
}
.timeline-content-item[data-year="2018"] .text-container-specific-year .timeline-title-specific-year {
  padding-bottom: 0.3rem;
  color: var(--red-main, #DB0032);
  font-family: Simpler;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 900;
  line-height: 110%;
}
.timeline-content-item[data-year="2018"] .text-container-specific-year .timeline-description-specific-year {
  padding-bottom: 2.4rem;
  color: var(--red-main, #DB0032);
  font-family: Simpler;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.timeline-content-item[data-year="2018"] .text-container-specific-year .timeline-description-sub-specific-year {
  color: var(--black-main, #333032);
  font-family: Simpler;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.timeline-content-item[data-year="2018"] .text-container-specific-year .timeline-text-sub-wrapper-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  align-self: flex-start;
  margin-top: 2rem;
}
.timeline-content-item[data-year="2018"] .text-container-specific-year .timeline-text-sub-wrapper-link .timeline-link {
  color: var(--black-main, #333032);
  text-align: right;
  font-family: Simpler;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  text-decoration: none;
  white-space: nowrap;
}
.timeline-content-item[data-year="2018"] .text-container-specific-year .timeline-text-sub-wrapper-link .timeline-link:hover {
  color: var(--red-main, #DB0032);
}
.timeline-content-item[data-year="2018"] .text-container-specific-year .timeline-text-sub-wrapper-link .arrow-icon {
  width: 1.6rem;
  height: 1.6rem;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
[lang=en] .timeline-content-item[data-year="2018"] .text-container-specific-year .timeline-text-sub-wrapper-link .arrow-icon {
  transform: rotate(-90deg);
}
.timeline-content-item[data-year="2018"] .text-container-specific-year .timeline-text-sub-wrapper-link:hover .arrow-icon {
  transform: translate(2px, -2px);
}

.timeline-content-item[data-year="2021"] .timeline-content-inner {
  justify-content: space-between;
}
.timeline-content-item[data-year="2021"] .image-container-2021 {
  position: relative;
  aspect-ratio: 1.5;
  width: 60%;
}
.timeline-content-item[data-year="2021"] .people-image {
  width: 100%;
  height: 44rem;
  position: absolute;
  top: 0;
  right: 0;
  max-width: unset;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.timeline-content-item[data-year="2021"] .image-grid-overlay-2021 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  pointer-events: none;
  z-index: 11;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(3, 1fr);
}
.timeline-content-item[data-year="2021"] .image-grid-overlay-2021 .grid-cell-desktop {
  border: 0.5px solid rgba(255, 255, 255, 0.5);
}
.timeline-content-item[data-year="2021"] .boy-image {
  display: block;
  position: absolute;
  bottom: 0%;
  left: -14%;
  z-index: 12;
  width: auto;
  height: 16.7rem;
  bottom: -0.6rem;
}
[lang=en] .timeline-content-item[data-year="2021"] .boy-image {
  left: auto;
  right: -14%;
}
.timeline-content-item[data-year="2021"] .girl-image {
  display: block;
  position: absolute;
  top: 33.3%;
  right: 40%;
  z-index: 12;
  width: 20%;
  height: 33%;
  right: 0%;
}
.timeline-content-item[data-year="2021"] .text-container-specific-year {
  width: 40%;
  position: absolute;
  right: 0;
  padding: 8.5rem 3.3rem 0 3.7rem;
}
[lang=en] .timeline-content-item[data-year="2021"] .text-container-specific-year {
  right: auto;
  left: 0;
}
.timeline-content-item[data-year="2021"] .text-container-specific-year {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.timeline-content-item[data-year="2021"] .text-container-specific-year .timeline-year-display-specific-year {
  padding-bottom: 1.9rem;
  color: var(--Main-Red-v2, #E91B3A);
  font-family: Simpler;
  font-size: 9rem;
  font-style: normal;
  font-weight: 900;
  line-height: 96%;
}
.timeline-content-item[data-year="2021"] .text-container-specific-year .timeline-title-specific-year {
  padding-bottom: 0.3rem;
  color: var(--red-main, #DB0032);
  font-family: Simpler;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 900;
  line-height: 110%;
}
.timeline-content-item[data-year="2021"] .text-container-specific-year .timeline-description-specific-year {
  padding-bottom: 2.4rem;
  color: var(--red-main, #DB0032);
  font-family: Simpler;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.timeline-content-item[data-year="2021"] .text-container-specific-year .timeline-description-sub-specific-year {
  color: var(--black-main, #333032);
  font-family: Simpler;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.timeline-content-item[data-year="2021"] .text-container-specific-year .timeline-text-sub-wrapper-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  align-self: flex-start;
  margin-top: 2rem;
}
.timeline-content-item[data-year="2021"] .text-container-specific-year .timeline-text-sub-wrapper-link .timeline-link {
  color: var(--black-main, #333032);
  text-align: right;
  font-family: Simpler;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  text-decoration: none;
  white-space: nowrap;
}
.timeline-content-item[data-year="2021"] .text-container-specific-year .timeline-text-sub-wrapper-link .timeline-link:hover {
  color: var(--red-main, #DB0032);
}
.timeline-content-item[data-year="2021"] .text-container-specific-year .timeline-text-sub-wrapper-link .arrow-icon {
  width: 1.6rem;
  height: 1.6rem;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
[lang=en] .timeline-content-item[data-year="2021"] .text-container-specific-year .timeline-text-sub-wrapper-link .arrow-icon {
  transform: rotate(-90deg);
}
.timeline-content-item[data-year="2021"] .text-container-specific-year .timeline-text-sub-wrapper-link:hover .arrow-icon {
  transform: translate(2px, -2px);
}

.timeline-wrapper.year-2021-active .border.top.one-two {
  top: 24% !important;
}

.timeline-content-item[data-year="2024"] .timeline-content-inner {
  justify-content: space-between;
}
.timeline-content-item[data-year="2024"] .image-container-2024 {
  position: relative;
  aspect-ratio: 1.5;
  width: 60%;
}
.timeline-content-item[data-year="2024"] .people-image {
  width: 100%;
  height: 44rem;
  position: absolute;
  top: 0;
  right: 0;
  max-width: unset;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.timeline-content-item[data-year="2024"] .image-grid-overlay-2024 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  pointer-events: none;
  z-index: 11;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(3, 1fr);
}
.timeline-content-item[data-year="2024"] .image-grid-overlay-2024 .grid-cell-desktop {
  border: 0.5px solid rgba(255, 255, 255, 0.5);
}
.timeline-content-item[data-year="2024"] .boy-image {
  display: block;
  position: absolute;
  bottom: 0%;
  left: -14%;
  z-index: 12;
  width: auto;
  height: 16.7rem;
}
[lang=en] .timeline-content-item[data-year="2024"] .boy-image {
  left: auto;
  right: -14%;
}
.timeline-content-item[data-year="2024"] .girl-image {
  display: block;
  position: absolute;
  top: 33.3%;
  right: 40%;
  z-index: 12;
  width: 20%;
  height: 33%;
}
.timeline-content-item[data-year="2024"] .text-container-specific-year {
  width: 40%;
  position: absolute;
  right: 0;
  padding: 8.5rem 3.3rem 0 3.7rem;
}
[lang=en] .timeline-content-item[data-year="2024"] .text-container-specific-year {
  right: auto;
  left: 0;
}
.timeline-content-item[data-year="2024"] .text-container-specific-year {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.timeline-content-item[data-year="2024"] .text-container-specific-year .timeline-year-display-specific-year {
  padding-bottom: 1.9rem;
  color: var(--Main-Red-v2, #E91B3A);
  font-family: Simpler;
  font-size: 9rem;
  font-style: normal;
  font-weight: 900;
  line-height: 96%;
}
.timeline-content-item[data-year="2024"] .text-container-specific-year .timeline-title-specific-year {
  padding-bottom: 0.3rem;
  color: var(--red-main, #DB0032);
  font-family: Simpler;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 900;
  line-height: 110%;
}
.timeline-content-item[data-year="2024"] .text-container-specific-year .timeline-description-specific-year {
  padding-bottom: 2.4rem;
  color: var(--red-main, #DB0032);
  font-family: Simpler;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.timeline-content-item[data-year="2024"] .text-container-specific-year .timeline-description-sub-specific-year {
  color: var(--black-main, #333032);
  font-family: Simpler;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.timeline-content-item[data-year="2024"] .text-container-specific-year .timeline-text-sub-wrapper-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  align-self: flex-start;
  margin-top: 2rem;
}
.timeline-content-item[data-year="2024"] .text-container-specific-year .timeline-text-sub-wrapper-link .timeline-link {
  color: var(--black-main, #333032);
  text-align: right;
  font-family: Simpler;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  text-decoration: none;
  white-space: nowrap;
}
.timeline-content-item[data-year="2024"] .text-container-specific-year .timeline-text-sub-wrapper-link .timeline-link:hover {
  color: var(--red-main, #DB0032);
}
.timeline-content-item[data-year="2024"] .text-container-specific-year .timeline-text-sub-wrapper-link .arrow-icon {
  width: 1.6rem;
  height: 1.6rem;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
[lang=en] .timeline-content-item[data-year="2024"] .text-container-specific-year .timeline-text-sub-wrapper-link .arrow-icon {
  transform: rotate(-90deg);
}
.timeline-content-item[data-year="2024"] .text-container-specific-year .timeline-text-sub-wrapper-link:hover .arrow-icon {
  transform: translate(2px, -2px);
}

.timeline-content-item[data-year="2025"] .timeline-content-inner {
  justify-content: space-between;
}
.timeline-content-item[data-year="2025"] .image-container-2025 {
  position: relative;
  aspect-ratio: 1.5;
  width: 60%;
}
.timeline-content-item[data-year="2025"] .people-image {
  width: 100%;
  height: 44rem;
  position: absolute;
  top: 0;
  right: 0;
  max-width: unset;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.timeline-content-item[data-year="2025"] .image-grid-overlay-2025 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  pointer-events: none;
  z-index: 11;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(3, 1fr);
}
.timeline-content-item[data-year="2025"] .image-grid-overlay-2025 .grid-cell-desktop {
  border: 0.5px solid rgba(255, 255, 255, 0.5);
}
.timeline-content-item[data-year="2025"] .boy-image {
  display: block;
  position: absolute;
  bottom: 0%;
  left: -14%;
  z-index: 12;
  width: auto;
  height: 16.7rem;
  bottom: -0.6rem;
}
[lang=en] .timeline-content-item[data-year="2025"] .boy-image {
  left: auto;
  right: -14%;
}
.timeline-content-item[data-year="2025"] .girl-image {
  display: block;
  position: absolute;
  top: 33.3%;
  right: 40%;
  z-index: 12;
  width: 20%;
  height: 33%;
  top: 0%;
  right: 0%;
}
.timeline-content-item[data-year="2025"] .text-container-specific-year {
  width: 40%;
  position: absolute;
  right: 0;
  padding: 8.5rem 3.3rem 0 3.7rem;
}
[lang=en] .timeline-content-item[data-year="2025"] .text-container-specific-year {
  right: auto;
  left: 0;
}
.timeline-content-item[data-year="2025"] .text-container-specific-year {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.timeline-content-item[data-year="2025"] .text-container-specific-year .timeline-year-display-specific-year {
  padding-bottom: 1.9rem;
  color: var(--Main-Red-v2, #E91B3A);
  font-family: Simpler;
  font-size: 9rem;
  font-style: normal;
  font-weight: 900;
  line-height: 96%;
}
.timeline-content-item[data-year="2025"] .text-container-specific-year .timeline-title-specific-year {
  padding-bottom: 0.3rem;
  color: var(--red-main, #DB0032);
  font-family: Simpler;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 900;
  line-height: 110%;
}
.timeline-content-item[data-year="2025"] .text-container-specific-year .timeline-description-specific-year {
  padding-bottom: 2.4rem;
  color: var(--red-main, #DB0032);
  font-family: Simpler;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.timeline-content-item[data-year="2025"] .text-container-specific-year .timeline-description-sub-specific-year {
  color: var(--black-main, #333032);
  font-family: Simpler;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.timeline-content-item[data-year="2025"] .text-container-specific-year .timeline-text-sub-wrapper-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  align-self: flex-start;
  margin-top: 2rem;
}
.timeline-content-item[data-year="2025"] .text-container-specific-year .timeline-text-sub-wrapper-link .timeline-link {
  color: var(--black-main, #333032);
  text-align: right;
  font-family: Simpler;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  text-decoration: none;
  white-space: nowrap;
}
.timeline-content-item[data-year="2025"] .text-container-specific-year .timeline-text-sub-wrapper-link .timeline-link:hover {
  color: var(--red-main, #DB0032);
}
.timeline-content-item[data-year="2025"] .text-container-specific-year .timeline-text-sub-wrapper-link .arrow-icon {
  width: 1.6rem;
  height: 1.6rem;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
[lang=en] .timeline-content-item[data-year="2025"] .text-container-specific-year .timeline-text-sub-wrapper-link .arrow-icon {
  transform: rotate(-90deg);
}
.timeline-content-item[data-year="2025"] .text-container-specific-year .timeline-text-sub-wrapper-link:hover .arrow-icon {
  transform: translate(2px, -2px);
}

.timeline-content-item[data-year="2026"] .timeline-content-inner {
  justify-content: space-between;
}
.timeline-content-item[data-year="2026"] .image-container-2026 {
  position: relative;
  aspect-ratio: 1.5;
  width: 60%;
}
.timeline-content-item[data-year="2026"] .people-image {
  width: 100%;
  height: 44rem;
  position: absolute;
  top: 0;
  right: 0;
  max-width: unset;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.timeline-content-item[data-year="2026"] .image-grid-overlay-2026 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  pointer-events: none;
  z-index: 11;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(3, 1fr);
}
.timeline-content-item[data-year="2026"] .image-grid-overlay-2026 .grid-cell-desktop {
  border: 0.5px solid rgba(255, 255, 255, 0.5);
}
.timeline-content-item[data-year="2026"] .boy-image {
  display: block;
  position: absolute;
  bottom: 0%;
  left: -14%;
  z-index: 12;
  width: auto;
  height: 16.7rem;
}
[lang=en] .timeline-content-item[data-year="2026"] .boy-image {
  left: auto;
  right: -14%;
}
.timeline-content-item[data-year="2026"] .girl-image {
  display: block;
  position: absolute;
  top: 33.3%;
  right: 40%;
  z-index: 12;
  width: 20%;
  height: 33%;
}
.timeline-content-item[data-year="2026"] .text-container-specific-year {
  width: 40%;
  position: absolute;
  right: 0;
  padding: 8.5rem 3.3rem 0 3.7rem;
}
[lang=en] .timeline-content-item[data-year="2026"] .text-container-specific-year {
  right: auto;
  left: 0;
}
.timeline-content-item[data-year="2026"] .text-container-specific-year {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.timeline-content-item[data-year="2026"] .text-container-specific-year .timeline-year-display-specific-year {
  padding-bottom: 1.9rem;
  color: var(--Main-Red-v2, #E91B3A);
  font-family: Simpler;
  font-size: 9rem;
  font-style: normal;
  font-weight: 900;
  line-height: 96%;
}
.timeline-content-item[data-year="2026"] .text-container-specific-year .timeline-title-specific-year {
  padding-bottom: 0.3rem;
  color: var(--red-main, #DB0032);
  font-family: Simpler;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 900;
  line-height: 110%;
}
.timeline-content-item[data-year="2026"] .text-container-specific-year .timeline-description-specific-year {
  padding-bottom: 2.4rem;
  color: var(--red-main, #DB0032);
  font-family: Simpler;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.timeline-content-item[data-year="2026"] .text-container-specific-year .timeline-description-sub-specific-year {
  color: var(--black-main, #333032);
  font-family: Simpler;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.timeline-content-item[data-year="2026"] .text-container-specific-year .timeline-text-sub-wrapper-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  align-self: flex-start;
  margin-top: 2rem;
}
.timeline-content-item[data-year="2026"] .text-container-specific-year .timeline-text-sub-wrapper-link .timeline-link {
  color: var(--black-main, #333032);
  text-align: right;
  font-family: Simpler;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  text-decoration: none;
  white-space: nowrap;
}
.timeline-content-item[data-year="2026"] .text-container-specific-year .timeline-text-sub-wrapper-link .timeline-link:hover {
  color: var(--red-main, #DB0032);
}
.timeline-content-item[data-year="2026"] .text-container-specific-year .timeline-text-sub-wrapper-link .arrow-icon {
  width: 1.6rem;
  height: 1.6rem;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
[lang=en] .timeline-content-item[data-year="2026"] .text-container-specific-year .timeline-text-sub-wrapper-link .arrow-icon {
  transform: rotate(-90deg);
}
.timeline-content-item[data-year="2026"] .text-container-specific-year .timeline-text-sub-wrapper-link:hover .arrow-icon {
  transform: translate(2px, -2px);
}

.main-layout-desktop {
  overflow: hidden;
  border-top: 0.05rem solid var(--red-30, #f4b2c1);
}
.main-layout-desktop .timeline-wrapper {
  position: relative;
}
.main-layout-desktop .timeline-wrapper .timeline {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 3rem;
  padding: 6.5rem 7.5rem 4.5rem;
  margin-top: 4rem;
  direction: rtl;
}
.main-layout-desktop .timeline-wrapper .timeline .timeline-item {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  cursor: pointer;
}
.main-layout-desktop .timeline-wrapper .timeline .timeline-item.active .year-dot, .main-layout-desktop .timeline-wrapper .timeline .timeline-item.active h3 {
  color: var(--red-main, #DB0032);
}
.main-layout-desktop .timeline-wrapper .timeline .timeline-item .year-dot {
  position: absolute;
  top: -2.3rem;
  left: 50%;
  width: 0.6rem;
  height: 0.6rem;
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: var(--red-30, #f4b2c1);
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.main-layout-desktop .timeline-wrapper .timeline .timeline-item h3 {
  margin: 0;
  color: var(--red-30, #f4b2c1);
  font-family: "Simpler", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.main-layout-desktop .timeline-wrapper .timeline .timeline-item.active .year-dot, .main-layout-desktop .timeline-wrapper .timeline .timeline-item:hover .year-dot {
  background-color: var(--red-main, #DB0032);
  transform: translateX(-50%) scale(1.5);
}
.main-layout-desktop .timeline-wrapper .timeline .timeline-item.active h3, .main-layout-desktop .timeline-wrapper .timeline .timeline-item:hover h3 {
  color: var(--red-main, #DB0032);
  font-weight: 900;
}
.main-layout-desktop .timeline-wrapper .timeline .timeline-progress-line-desktop {
  position: absolute;
  top: 31%;
  left: calc((100% - 100vw) / 2);
  right: auto;
  width: 100vw;
  max-width: none;
  height: 0.1rem;
  border-radius: 999px;
  background: var(--red-30, #F4B2C1);
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}
.main-layout-desktop .timeline-wrapper .timeline .timeline-progress-line-desktop .timeline-progress-fill-desktop {
  position: absolute;
  top: 0;
  left: 0;
  height: 0.2rem;
  width: 0;
  border-radius: inherit;
  background: var(--red-main, #DB0032);
  opacity: 1;
  transition: width 0.6s ease, left 0.6s ease, right 0.6s ease;
}
html[dir=rtl] .main-layout-desktop .timeline-wrapper .timeline, body.rtl .main-layout-desktop .timeline-wrapper .timeline {
  direction: rtl;
}
html[dir=rtl] .main-layout-desktop .timeline-wrapper .timeline .timeline-progress-line-desktop .timeline-progress-fill-desktop, body.rtl .main-layout-desktop .timeline-wrapper .timeline .timeline-progress-line-desktop .timeline-progress-fill-desktop {
  left: auto;
  right: 0;
}
.main-layout-desktop .timeline-wrapper .timeline .timeline-navigation-arrow {
  position: relative;
  top: -2rem;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.main-layout-desktop .timeline-wrapper .timeline .timeline-navigation-arrow:focus {
  outline: none;
}
.main-layout-desktop .timeline-wrapper .timeline .timeline-navigation-arrow:focus-visible {
  outline: 2px solid var(--red-main, #db0032);
  outline-offset: 2px;
}
.main-layout-desktop .timeline-wrapper .timeline-links-container {
  position: absolute;
  left: 1.3rem;
  bottom: 6.8rem;
}
@media (width > 768px) {
  .main-layout-desktop .timeline-wrapper .timeline-links-container .timeline-links {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
  }
  .main-layout-desktop .timeline-wrapper .timeline-links-container .timeline-links .timeline-link {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    text-decoration: none;
    transition: opacity 0.3s ease;
    color: var(--black-main, #333032);
    font-family: "Simpler", sans-serif;
    font-weight: 700;
    font-size: 1.7rem;
    line-height: 1.3;
  }
  .main-layout-desktop .timeline-wrapper .timeline-links-container .timeline-links .timeline-link .arrow-icon {
    width: 1.6rem;
    height: 1.6rem;
    flex-shrink: 0;
  }
  .main-layout-desktop .timeline-wrapper .timeline-links-container .timeline-links .timeline-link .arrow-icon img {
    width: 100%;
    height: 100%;
  }
  html[lang=en] .main-layout-desktop .timeline-wrapper .timeline-links-container .timeline-links .timeline-link .arrow-icon {
    transform: rotate(-90deg);
  }
  html[lang=en] .main-layout-desktop .timeline-wrapper .timeline-links-container .timeline-links .timeline-link {
    flex-direction: row-reverse;
  }
}
.main-layout-desktop .timeline-wrapper .border.top.before-last {
  top: 74%;
  position: absolute;
  left: calc((100% - 100vw) / 2);
  right: auto;
  max-width: none;
}
.main-layout-desktop .timeline-wrapper .timeline-progress-line-desktop {
  border-radius: 999px;
  position: absolute;
  top: 86%;
  left: calc((100% - 100vw) / 2);
  right: auto;
  width: 100vw;
  max-width: none;
  height: 0.1rem;
  background: var(--red-30, #F4B2C1);
  opacity: 0.5;
  box-sizing: border-box;
  pointer-events: none;
  z-index: 0;
}
.main-layout-desktop .timeline-wrapper .timeline-progress-line-desktop .timeline-progress-fill-desktop {
  position: absolute;
  top: 86%;
  left: auto;
  right: auto;
  height: 0.2rem;
  width: 0;
  background: var(--red-main, #DB0032);
  opacity: 1;
  transition: width 0.6s ease, left 0.6s ease, right 0.6s ease;
  border-radius: 999px;
}
.main-layout-desktop .timeline-wrapper .border.top.one-two.hidden-mobile {
  top: 24.5%;
  left: calc((100% - 100vw) / 2);
  right: auto;
  max-width: none;
}
.main-layout-desktop .timeline-wrapper .border.top.one-two.hidden-mobile.active-stroke,
.main-layout-desktop .timeline-wrapper .border.top.before-last.hidden-mobile.active-stroke {
  width: 100vw;
  animation: timelineDrawFullWidth 1s forwards;
}
.main-layout-desktop .timeline-wrapper .timeline-progress-wrapper {
  position: relative;
  margin-bottom: 2rem;
}
.main-layout-desktop .timeline-wrapper .timeline-content-wrapper {
  position: relative;
}
.main-layout-desktop .timeline-wrapper .timeline-content-wrapper .timeline-content-item {
  display: none;
}
.main-layout-desktop .timeline-wrapper .timeline-content-wrapper .timeline-content-item.active {
  display: block;
}
.main-layout-desktop .timeline-wrapper .timeline-content-wrapper .timeline-content-item .timeline-content-inner {
  display: flex;
  flex-direction: row-reverse;
  gap: 3.2rem;
}
.main-layout-desktop .timeline-wrapper .timeline-content-wrapper .timeline-content-item .timeline-content-inner .image-container {
  position: relative;
  width: 100%;
  aspect-ratio: 3/2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
}
@media (width > 768px) {
  .main-layout-desktop .timeline-wrapper .timeline-content-wrapper .timeline-content-item .timeline-content-inner .image-container {
    width: 59%;
  }
}
.main-layout-desktop .timeline-wrapper .timeline-content-wrapper .timeline-content-item .timeline-content-inner .image-container .timeline-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}
.main-layout-desktop .timeline-wrapper .timeline-content-wrapper .timeline-content-item .timeline-content-inner .image-container .people-image {
  grid-column: 1/span 3;
  grid-row: 1/span 2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.main-layout-desktop .timeline-wrapper .timeline-content-wrapper .timeline-content-item .timeline-content-inner .image-container .boy-image {
  grid-column: 3/span 2;
  grid-row: 3;
  width: 75%;
  height: 158%;
  margin-top: -6rem;
  z-index: 10;
  align-self: end;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  right: 33%;
}
.main-layout-desktop .timeline-wrapper .timeline-content-wrapper .timeline-content-item .timeline-content-inner .image-container .girl-image {
  grid-row-start: 1;
  grid-row-end: 23;
  grid-column-start: 1;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 10;
}
.main-layout-desktop .timeline-wrapper .timeline-content-wrapper .timeline-content-item .timeline-content-inner .image-container .image-grid-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  pointer-events: none;
  z-index: 11;
  border: 1.002px solid var(--White-Grid, rgba(255, 255, 255, 0.3));
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
}
@media (width > 768px) {
  .main-layout-desktop .timeline-wrapper .timeline-content-wrapper .timeline-content-item .timeline-content-inner .image-container .image-grid-overlay {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
}
.main-layout-desktop .timeline-wrapper .timeline-content-wrapper .timeline-content-item .timeline-content-inner .image-container .image-grid-overlay .grid-cell-desktop {
  border: 1.002px solid var(--White-Grid, rgba(255, 255, 226, 0.3));
  z-index: 7;
}
.main-layout-desktop .timeline-wrapper .timeline-content-wrapper .timeline-content-item .timeline-content-inner .text-container {
  padding: 11rem 3.2rem 17.4rem 0rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
html[lang=en] .main-layout-desktop .timeline-wrapper .timeline-content-wrapper .timeline-content-item .timeline-content-inner .text-container {
  padding: 11rem 0rem 17.4rem 3.2rem;
}
.main-layout-desktop .timeline-wrapper .timeline-content-wrapper .timeline-content-item .timeline-content-inner .text-container .timeline-title {
  color: var(--Main-Red-v2, #E91B3A);
  font-family: Simpler;
  font-size: 7.6rem;
  font-style: normal;
  font-weight: 900;
  line-height: 98%;
}
.main-layout-desktop .timeline-wrapper .timeline-content-wrapper .timeline-content-item .timeline-content-inner .text-container .timeline-description {
  color: var(--424242, #424242);
  width: 36.5rem;
  font-family: Simpler;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.main-layout-desktop .timeline-wrapper .border.top.one-two {
  top: 25%;
}

html:lang(en) .main-layout-desktop .timeline-wrapper .timeline-links-container {
  left: auto;
  right: 1.3rem;
}
html:lang(en) .main-layout-desktop .timeline-wrapper .border.top.one-two,
html:lang(en) .main-layout-desktop .timeline-wrapper .border.top.before-last {
  left: calc((100% - 100vw) / 2);
  right: auto;
  max-width: none;
}
html:lang(en) .main-layout-desktop .timeline-wrapper .border.top.one-two.hidden-mobile,
html:lang(en) .main-layout-desktop .timeline-wrapper .border.top.before-last.hidden-mobile {
  left: calc((100% - 100vw) / 2);
  right: auto;
  max-width: none;
}
html:lang(en) .main-layout-desktop .timeline-wrapper .timeline-content-wrapper .timeline-content-item .timeline-content-inner .image-container .people-image {
  grid-column: 2/span 3;
  grid-row: 1/span 2;
}
html:lang(en) .main-layout-desktop .timeline-wrapper .timeline-content-wrapper .timeline-content-item .timeline-content-inner .image-container .boy-image {
  grid-column: 1/span 2;
  grid-row: 3;
  right: auto;
  left: 33%;
}
html:lang(en) .main-layout-desktop .timeline-wrapper .timeline-content-wrapper .timeline-content-item .timeline-content-inner .image-container .girl-image {
  grid-column-start: 4;
  left: auto;
  right: -100%;
}

@keyframes timelineDrawFullWidth {
  from {
    width: 0;
  }
  to {
    width: 100vw;
  }
}
