.stafe-blocks-timeline {
  margin: 3.5rem 0;
  border-radius: 1.5rem;
}
@media (min-width: 1200px) {
  .stafe-blocks-timeline {
    margin: 6rem 1rem;
  }
}
.stafe-blocks-timeline .timeline-block_container .timeline_title {
  margin-bottom: 1.5rem;
}
@media (min-width: 576px) {
  .stafe-blocks-timeline .timeline-block_container .timeline_title {
    margin-bottom: 3.5rem;
  }
}
.stafe-blocks-timeline .timeline-block_container .timeline_timeline {
  position: relative;
  overflow: hidden;
}
.stafe-blocks-timeline .timeline-block_container .timeline_timeline:before {
  content: "";
  height: 0.75rem;
  right: 0;
  left: 0;
  background: var(--stafinity-colors-secondary);
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 15rem;
}
@media (min-width: 1200px) {
  .stafe-blocks-timeline .timeline-block_container .timeline_timeline:before {
    right: 0;
    left: 0;
  }
}
.stafe-blocks-timeline .timeline-block_container .timeline_timeline .swiper-wrapper {
  display: flex;
  padding-right: 3rem;
  padding-left: 3rem;
}
@media (min-width: 576px) {
  .stafe-blocks-timeline .timeline-block_container .timeline_timeline .swiper-wrapper {
    padding-right: 6rem;
    padding-left: 6rem;
  }
}
.stafe-blocks-timeline .timeline-block_container .timeline_timeline .timeline_item {
  display: flex;
  height: auto;
  flex-direction: column;
  position: relative;
  min-height: 30rem;
  max-width: 24rem;
  color: var(--stafinity-colors-text);
  font-weight: 600;
  font-size: 2.4rem;
  padding-left: 2rem;
}
.stafe-blocks-timeline .timeline-block_container .timeline_timeline .timeline_item:before {
  content: "";
  top: 53%;
  transform: translate(0, -100%);
  left: 0;
  z-index: -1;
  position: absolute;
  height: 2rem;
  width: 2rem;
  border-radius: 2rem;
  background: var(--stafinity-colors-text);
}
.stafe-blocks-timeline .timeline-block_container .timeline_timeline .timeline_item:after {
  content: "";
  position: absolute;
  height: 50%;
  left: 0.9rem;
  width: 1px;
  background: var(--stafinity-colors-text);
}
.stafe-blocks-timeline .timeline-block_container .timeline_timeline .timeline_item:nth-child(odd) {
  justify-content: flex-end;
}
.stafe-blocks-timeline .timeline-block_container .timeline_timeline .timeline_item:nth-child(odd):before {
  top: 47%;
  transform: none;
}
.stafe-blocks-timeline .timeline-block_container .timeline_timeline .timeline_item .timeline-date {
  display: block;
  margin-bottom: 1rem;
}
.stafe-blocks-timeline .timeline-block_container .timeline_timeline .timeline_item .timeline-content > * {
  margin-bottom: 0;
}
.stafe-blocks-timeline .timeline-block_container .timeline_timeline .timeline_item .timeline-content img {
  max-height: 5rem;
  width: auto;
  margin-top: 1rem;
}
.stafe-blocks-timeline .timeline-block_container .timeline_timeline .swiper-button-disabled {
  opacity: 0;
}
.stafe-blocks-timeline .timeline-block_container .timeline_timeline .swiper-button-prev {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translate(0, -50%);
  height: 4rem;
  width: 4rem;
  border-radius: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--stafinity-colors-white);
  background: var(--stafinity-colors-tertiary);
  font-size: 2.25rem;
}
@media (min-width: 576px) {
  .stafe-blocks-timeline .timeline-block_container .timeline_timeline .swiper-button-prev {
    transform: translate(0, -50%);
  }
}
.stafe-blocks-timeline .timeline-block_container .timeline_timeline .swiper-button-next {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  height: 4rem;
  width: 4rem;
  border-radius: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--stafinity-colors-white);
  background: var(--stafinity-colors-tertiary);
  font-size: 2.25rem;
}
@media (min-width: 576px) {
  .stafe-blocks-timeline .timeline-block_container .timeline_timeline .swiper-button-next {
    transform: translate(0, -50%);
  }
}
.stafe-blocks-timeline .timeline-block_container .timeline_cta {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  gap: 1rem;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  .stafe-blocks-timeline .timeline-block_container .timeline_cta {
    margin-top: 3.5rem;
  }
}
.stafe-blocks-timeline.section_timeline-bg-color {
  margin: 0;
  padding: 3.5rem 0;
}
@media (min-width: 1200px) {
  .stafe-blocks-timeline.section_timeline-bg-color {
    margin: 0 1rem;
    padding: 6rem 0;
  }
}

/*# sourceMappingURL=style.css.map */
