<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media all and (min-width: 5px) {
    [data-entrance] {
        opacity:0;
        -webkit-animation-duration:1s;
        animation-duration:1s;
        -webkit-animation-fill-mode:both;
        animation-fill-mode:both
    }
    .no-js [data-entrance], [data-entrance].is-visible {
        opacity:1
    }
}</pre></body></html>