.equiteq.component-12a {
  position: relative;
  padding-block: 4rem;
}
.equiteq.component-12a::before {
  content: "";
  position: absolute;
  display: block;
  width: 100vw;
  height: 100%;
  top: 0;
  left: calc((100vw - 100%) / -2);
  background-color: var(--eq-background-color);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  z-index: -1;
}
@media (min-width: 992px) {
  .equiteq.component-12a {
    height: var(--eq-desktop-height);
  }
  .equiteq.component-12a::before {
    height: var(--eq-desktop-height);
  }
}
.equiteq.component-12a .headers {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.equiteq.component-12a .headers .heading {
  color: #fff;
  font-family: "Syne", sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  text-wrap: pretty;
  text-align: center;
  margin-block-end: 4rem;
}
@media (min-width: 992px) {
  .equiteq.component-12a .headers .heading {
    font-size: 48px;
    line-height: 56px;
  }
}
.equiteq.component-12a .headers .subheading {
  color: #FFF;
  text-align: center;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  max-width: 680px;
  opacity: 0.8;
  margin-block-end: 4rem;
}
.equiteq.component-12a .timeline-heading-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.equiteq.component-12a .timeline-heading-container-heading {
  color: #FFF;
  text-align: center;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  max-width: 430px;
}
.equiteq.component-12a .timeline {
  position: relative;
  margin-block-start: 1rem;
  padding-left: 0;
}
.equiteq.component-12a .timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 70px;
  bottom: 0;
  width: 2px;
  background: repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0px, rgba(255, 255, 255, 0.5) 2px, transparent 2px, transparent 10px);
  transform: translateX(-50%);
}
.equiteq.component-12a .timeline-item {
  position: relative;
  margin-bottom: 60px;
  display: flex;
  align-items: flex-start;
}
.equiteq.component-12a .timeline-item .icon-time-container {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-block-end: 1rem;
}
.equiteq.component-12a .timeline-item .year {
  color: #BFE846;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}
.equiteq.component-12a .timeline-item .description {
  color: #fff;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.equiteq.component-12a .timeline-item.left {
  flex-direction: row;
}
.equiteq.component-12a .timeline-item.right {
  flex-direction: row-reverse;
}
.equiteq.component-12a .timeline-content {
  width: 45%;
  padding: 20px;
}
.equiteq.component-12a .timeline-item.left .timeline-content {
  text-align: left;
  padding-right: 40px;
}
.equiteq.component-12a .timeline-item.right .timeline-content {
  text-align: left;
  padding-left: 40px;
}
.equiteq.component-12a .timeline-center {
  width: 10%;
  display: flex;
  justify-content: center;
  position: relative;
}
.equiteq.component-12a .timeline-dot {
  width: 18px;
  height: 18px;
  background-color: #333F00;
  border: 4px solid #081901;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
  top: 70px;
}
.equiteq.component-12a .timeline-icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  background-color: #3a5010;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  z-index: 3;
  margin-top: -17px;
}
@media (max-width: 768px) {
  .equiteq.component-12a .timeline::before {
    left: 25px;
  }
  .equiteq.component-12a .timeline-item {
    flex-direction: row !important;
  }
  .equiteq.component-12a .timeline-content {
    width: 100%;
    text-align: left !important;
    padding-left: 60px !important;
  }
  .equiteq.component-12a .timeline-content:empty {
    display: none;
  }
  .equiteq.component-12a .timeline-center {
    position: absolute;
    left: 16px;
    width: auto;
  }
  .equiteq.component-12a .timeline-icon {
    left: 25px;
  }
  .equiteq.component-12a .timeline-item.left .year,
  .equiteq.component-12a .timeline-item.right .year {
    margin-left: 0;
    margin-right: 0;
  }
}

/*# sourceMappingURL=component-12a.css.map */
