@charset "UTF-8";
.timeline {
  padding: 80px 120px;
}
@media screen and (max-width: 992px) {
  .timeline {
    padding: 64px 24px;
  }
}
.timeline .title-wrapper {
  margin-bottom: 42px;
}
@media screen and (max-width: 992px) {
  .timeline .title-wrapper {
    margin-bottom: 36px;
  }
}
.timeline .title-wrapper .title {
  text-align: center;
  font-family: "Poppins";
  font-size: 44px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.88px;
}
@media screen and (max-width: 992px) {
  .timeline .title-wrapper .title {
    font-size: 32px;
    letter-spacing: -0.64px;
  }
}
.timeline .timeline-wrapper {
  position: relative;
}
.timeline .timeline-track {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  background: #d1d5db;
  border-radius: 12px;
  z-index: 0;
}
@media screen and (max-width: 992px) {
  .timeline .timeline-track {
    display: none;
  }
}
.timeline .timeline-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: #ff6f61;
  border-radius: 12px;
  will-change: height;
  transition: height 0.1s linear;
}
.timeline .timeline-items {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .timeline .timeline-items {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
.timeline .timeline-item {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 64px;
  opacity: 0.35;
  filter: grayscale(1);
  transition: opacity 0.4s ease, filter 0.4s ease;
}
@media screen and (max-width: 992px) {
  .timeline .timeline-item {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    opacity: 1;
    filter: none;
    margin-bottom: 0;
    padding: 14px;
    border: 1px solid #ff6f61;
    border-radius: 6px;
    margin-bottom: 24px;
  }
}
.timeline .timeline-item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .timeline .timeline-item:last-child .timeline-dot {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .timeline .timeline-item:last-child .item-side-image {
    margin-bottom: 0;
  }
}
.timeline .timeline-item.is-active {
  opacity: 1;
  filter: grayscale(0);
}
.timeline .timeline-item--left .item-side-image {
  order: 1;
}
@media screen and (max-width: 992px) {
  .timeline .timeline-item--left .item-side-image {
    order: 2;
    margin-bottom: -10px;
  }
}
.timeline .timeline-item--left .timeline-dot {
  order: 2;
}
@media screen and (max-width: 992px) {
  .timeline .timeline-item--left .timeline-dot {
    order: 3;
  }
}
.timeline .timeline-item--left .item-side-content {
  order: 3;
  text-align: left;
}
@media screen and (max-width: 992px) {
  .timeline .timeline-item--left .item-side-content {
    order: 1;
    text-align: center;
    margin-bottom: 20px;
  }
}
.timeline .timeline-item--right .item-side-content {
  order: 1;
  text-align: left;
}
@media screen and (max-width: 992px) {
  .timeline .timeline-item--right .item-side-content {
    text-align: center;
    margin-bottom: 20px;
  }
}
.timeline .timeline-item--right .timeline-dot {
  order: 2;
}
@media screen and (max-width: 992px) {
  .timeline .timeline-item--right .timeline-dot {
    order: 3;
  }
}
.timeline .timeline-item--right .item-side-image {
  order: 3;
}
@media screen and (max-width: 992px) {
  .timeline .timeline-item--right .item-side-image {
    order: 2;
    margin-bottom: -10px;
  }
}
.timeline .item-side {
  width: 44%;
  display: flex;
  align-items: center;
  align-self: start;
}
@media screen and (max-width: 992px) {
  .timeline .item-side {
    width: 100%;
  }
}
.timeline .item-image {
  border-radius: 8px;
  display: block;
  width: 488px;
  height: 283px;
  object-fit: cover;
  object-position: top center;
}
.timeline .item-content {
  width: 100%;
  background: #fcfeff;
  border: 1px solid #ff6f61;
  border-radius: 8px;
  padding: 20px;
}
@media screen and (max-width: 992px) {
  .timeline .item-content {
    border: none;
    padding: 0;
  }
}
.timeline .item-title {
  font-family: "Poppins";
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.64px;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .timeline .item-title {
    font-size: 28px;
    letter-spacing: -0.56px;
  }
}
.timeline .item-text h3 {
  font-family: "Poppins";
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}
@media screen and (max-width: 992px) {
  .timeline .item-text h3 {
    font-size: 16px;
  }
}
.timeline .item-text p {
  color: #3c484b;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .timeline .item-text p {
    font-size: 14px;
  }
}
.timeline .item-text p:last-child {
  margin-bottom: 0;
}
.timeline .timeline-dot {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  align-self: center;
  font-size: 13px;
  font-weight: 700;
  font-family: monospace;
  letter-spacing: -1px;
  white-space: nowrap;
  color: #d1d5db;
  background: #fff;
  padding: 4px 6px;
  border-radius: 6px;
  border: 2px solid #d1d5db;
  transition: color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  user-select: none;
}
@media screen and (max-width: 992px) {
  .timeline .timeline-dot {
    position: static;
    transform: none;
    border: none;
    box-shadow: none;
    background: transparent;
    padding: 8px 0;
    color: #d1d5db;
    letter-spacing: 0;
    justify-content: center;
  }
}
.timeline .timeline-dot::before {
  content: "←";
}
@media screen and (max-width: 992px) {
  .timeline .timeline-dot::before {
    content: none;
  }
}
.timeline .timeline-dot::after {
  content: "→";
}
@media screen and (max-width: 992px) {
  .timeline .timeline-dot::after {
    content: none;
  }
}
.timeline .timeline-dot span {
  display: inline-block;
  width: 2px;
  height: 16px;
  background: currentColor;
  margin: 0 3px;
  border-radius: 2px;
}
@media screen and (max-width: 992px) {
  .timeline .timeline-dot span {
    display: none;
    position: relative;
  }
}
.timeline .timeline-dot.is-active {
  color: #ff6f61;
  border-color: #ff6f61;
}
.timeline .timeline-dot-arrow {
  display: none;
}
@media screen and (max-width: 992px) {
  .timeline .timeline-dot-arrow {
    display: block;
    position: absolute;
    bottom: -40px;
  }
}

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