<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Add your custom css styles */

.morphist &gt; * {
    display: none;
    list-style-type: none;
}

.morphist &gt; .animated {
    display: inline-block;
    list-style-type: none;
}


.timeline-block .textContent {
    margin-left: 0;
    width: 500px;
}

.timeline-block .textContent h2 {
    color: #2a2a2a;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: "museo-sans", Helvetica, Arial, sans-serif;
}

.timeline-block .textContent p {
    font-size: 16px;
    line-height: 27px;
    font-weight: 300;
    letter-spacing: -0.5px;
    margin-top: 24px;
    margin-bottom: 33px;
}

.timeline-block .textContent a {
    font-family: "museo-sans", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 17px;
    color: #5FC16A;
    text-transform: uppercase;
}</pre></body></html>