<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*----------------------------------
footer footnote
----------------------------------*/
.footnote-footer {
    background-color: #dae0ec;
    padding: 10px 0;
}

.footnote-footer .line {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
}

.footnote-footer p {
    color: #52376e;
}

.footnote-footer span {
    color: #b36042;
}</pre></body></html>