<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sigma_timeline-nodes {
  margin-bottom: 50px;
  position: relative;
}
.sigma_timeline-nodes.align-right {
  flex-direction: row-reverse;
}
.sigma_timeline-nodes.align-right .sigma_timeline-date {
  text-align: right;
}
.sigma_timeline-nodes::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 49.99999%;
  width: 0;
  border-left: 1px solid #9ecf36;
  opacity: .3;
  height: calc(100% + 50px);
  z-index: 1;
  transform: translateX(-50%);
}
.sigma_timeline-nodes:last-child::before{
  display: none;
}
.sigma_timeline-element h4 {
  font-size: 24px;
  line-height: 45px;
  font-weight: 600;
}
.sigma_timeline-nodes:nth-child(odd) h4,
.sigma_timeline-nodes:nth-child(odd) p {
  text-align: right;
}
.sigma_timeline-nodes:nth-child(odd) h4,
.sigma_timeline-nodes:nth-child(odd) p{
  text-align: right;
}
.sigma_timeline-element p,
.sigma_timeline-element time {
  color: #555b62;
  font-size: 15px;
  font-weight: normal;
  margin: 0;
}
.sigma_timeline-image {
  position: relative;
  z-index: 2;
}
.sigma_timeline-image i {
  background: #fff;
  padding: 5px;
  color: #9ecf36;
  border-radius: 50%;
  margin-top: 0;
  font-size: 24px;
}
.sigma_timeline-nodes:nth-child(odd) .sigma_timeline-date{
  text-align: left;
}
.sigma_timeline-date&gt;span {
    text-align: center;
    color: #555b62;
    font-weight: 600;
    margin-top: 8px;
    font-size: 14px;
    text-transform: uppercase;
}
.sigma_timeline-date span&gt;span {
  font-size: 20px;
  font-weight: 700;
  color: #212121;
}
.sigma_timeline-date span.sigma_timeline-month {
  text-align: center;
  line-height: 20px;
  color: #555b62;
  margin-top: 8px;
  font-size: 14px;
  text-transform: uppercase;
}
.sigma_timeline-date&gt;span&gt;span {
    display: flex;
    flex-wrap: wrap;
}
.sigma_timeline-nodes.align-right .sigma_timeline-date&gt;span&gt;span {
    justify-content: flex-end;
}
.sigma_timeline-nodes.align-left h4, .sigma_timeline-nodes.align-left p,
.sigma_timeline-nodes.align-right .sigma_timeline-date {
    text-align: right;
}
.sigma_timeline-nodes.align-right h4, .sigma_timeline-nodes.align-right p {
    text-align: left;
}
.sigma_timeline-nodes:last-child {
    margin-bottom: 0;
}
@media(max-width: 768px) {
  .sigma_timeline-nodes::before,
  .sigma_timeline-image{
    display: none;
  }
  .sigma_timeline-nodes.align-left .sigma_timeline-date span,
  .sigma_timeline-nodes.align-left .sigma_timeline-date {
    text-align: right;
    justify-content: flex-end;
  }
  .sigma_timeline-nodes.align-right .sigma_timeline-date span, .sigma_timeline-nodes.align-right .sigma_timeline-date, .sigma_timeline-nodes.align-right .sigma_timeline-date&gt;span&gt;span {
    text-align: left;
    justify-content: flex-start;
}
}
</pre></body></html>