.timeline-wrapper-dba93a07 {
    background: #10312B;
    position: relative;
    padding: 50px 0;
}
.timeline-wrapper-dba93a07 .timeline-line-bg {
    position: absolute;
    left: 45px;
    top: 50px;
    bottom: 50px;
    width: 2px;
    background: rgba(234,235,218,0.16);
    transform: translateX(-50%);
}
.timeline-wrapper-dba93a07 .timeline-line-fill {
    width: 100%;
    background: #A9905A;
    height: 0;
    transition: height 0.1s ease-out;
}
.timeline-wrapper-dba93a07 .timeline-item {
    position: relative;
    padding: 0 0 68px 108px;
}
.timeline-wrapper-dba93a07 .timeline-node {
    position: absolute;
    left: 45px;
    top: 0;
    width: 17px;
    height: 17px;
    background: #10312B;
    border: 2px solid #A9905A;
    transform: translateX(-50%) rotate(45deg);
    transition: background 0.3s ease;
    z-index: 2;
}
.timeline-wrapper-dba93a07 .timeline-item.is-active .timeline-node {
    background: #A9905A;
}
.timeline-wrapper-dba93a07 .timeline-number {
    color: #A9905A;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 8px;
}
.timeline-wrapper-dba93a07 .timeline-heading {
    color: #EAEBDA;
    font-size: 26px;
    margin: 0 0 12px 0;
}
.timeline-wrapper-dba93a07 .timeline-desc {
    color: rgba(234,235,218,0.64);
    font-size: 16.5px;
    margin: 0;
    line-height: 1.5;
}
