<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.scroll-reveal {
  opacity: 0; }
  .scroll-reveal.revealed {
    opacity: 1;
    -webkit-transition: all ease-in-out .65s;
    -o-transition: all ease-in-out .65s;
    transition: all ease-in-out .65s; }
  .scroll-reveal.active {
    opacity: 1;
    -webkit-transition: all ease-in-out .65s;
    -o-transition: all ease-in-out .65s;
    transition: all ease-in-out .65s; }
</pre></body></html>