:root {
  --sidebar-width: 31rem;
  --layout-gap: 4rem;
  --wp--style--block-gap: clamp(3.5rem, 2.737rem + 1.404vw, 4rem);
}

@media (min-width: 1300px) {
  :root {
    --sidebar-width: 34rem;
    --layout-gap: 6rem;
  }
}
* + .timeline {
  margin-top: var(--wp--preset--spacing--m) !important;
}
.timeline__event-block {
  padding-left: 4rem;
  padding-bottom: 5rem;
  position: relative;
}
.timeline__event-block:last-child {
  padding-bottom: 0;
}
.timeline__event-block:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #D5D1C8;
  border: 1px dashed #2832C6;
  position: absolute;
  top: 14px;
  left: 0;
  z-index: 3;
  transition: background 0.4s ease, border 0.4s ease;
}
.timeline__event-block:after {
  content: "";
  display: block;
  width: 6px;
  background: #F5F5F5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4px;
  z-index: 1;
}
.timeline__event-block .divider {
  display: block;
  width: 6px;
  background: #7085EF;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4px;
  z-index: 2;
  transform: scaleY(0);
  transform-origin: top;
  will-change: transform;
}
.timeline__event-block.active:before {
  background: #13263A;
  border-color: 1px solid #13263A;
}
@media (min-width: 1024px) {
  .timeline__event-block.active .timeline__events {
    border-left: 1px dashed #2832C6;
  }
}
.timeline__event-block h2 {
  font-size: var(--wp--preset--font-size--font-39);
  margin: 0 0 0.35ch 0;
  color: #2832C6 !important;
}
@media (min-width: 1024px) {
  .timeline__event-block h2 {
    font-size: var(--wp--preset--font-size--font-30);
  }
}
.timeline__event-block h2 + img {
  margin-top: 2ch;
  margin-bottom: 2ch;
}
.timeline__event-block h4 {
  font-size: var(--wp--preset--font-size--font-22);
  font-weight: 400;
  margin: 0 0 0.65ch 0;
  padding-bottom: 0.7ch;
  color: #7085EF;
  border-bottom: 1px solid rgba(112, 133, 239, 0.3);
}
.timeline__event-block img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
}
@media (min-width: 1024px) {
  .timeline__event-block {
    display: flex;
    flex-wrap: wrap;
    padding-left: 6rem;
    padding-bottom: 9rem;
  }
  .timeline__event-block .timeline__date {
    width: 40%;
    padding-right: 5rem;
  }
  .timeline__event-block .timeline__events {
    width: 60%;
    border-left: 1px dashed rgba(112, 133, 239, 0.7);
    padding-left: 5rem;
    transition: border 0.45s ease-in-out;
  }
}
.timeline .event {
  margin-bottom: 3rem;
  color: #0a0d14;
}
.timeline .event:last-child {
  margin-bottom: 0;
}
.timeline .event ul, .timeline .event ol {
  padding-left: 15px;
  margin: 1rem 0;
}
.timeline .event ul li, .timeline .event ol li {
  margin-bottom: 5px;
}
.timeline .event ul li:last-child, .timeline .event ol li:last-child {
  margin-bottom: 0;
}/*# sourceMappingURL=block-timeline.css.map */