<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * three-dots - v0.2.0
 * CSS loading animation made by single element.
 * https://nzbin.github.io/three-dots/
 *
 * Copyright (c) 2018 nzbin
 * Released under MIT License
 */
@charset "UTF-8";.dot-pulse{position:relative;left:-9999px;width:10px;height:10px;border-radius:5px;background-color:#fff;margin-left:auto;margin-right:auto;margin-top:10px;color:#fff;box-shadow:9999px 0 0 -5px #fff;-webkit-animation:dot-pulse 1.5s infinite linear;animation:dot-pulse 1.5s infinite linear;-webkit-animation-delay:.25s;animation-delay:.25s}.dot-pulse::before,.dot-pulse::after{content:'';display:inline-block;position:absolute;top:0;width:10px;height:10px;border-radius:5px;background-color:#fff;color:#fff}.dot-pulse::before{box-shadow:9984px 0 0 -5px #fff;-webkit-animation:dot-pulse-before 1.5s infinite linear;animation:dot-pulse-before 1.5s infinite linear;-webkit-animation-delay:0s;animation-delay:0s}.dot-pulse::after{box-shadow:10014px 0 0 -5px #fff;-webkit-animation:dot-pulse-after 1.5s infinite linear;animation:dot-pulse-after 1.5s infinite linear;-webkit-animation-delay:.5s;animation-delay:.5s}@-webkit-keyframes dot-pulse-before{0%{box-shadow:9984px 0 0 -5px #fff}30%{box-shadow:9984px 0 0 2px #fff}60%,100%{box-shadow:9984px 0 0 -5px #fff}}@keyframes dot-pulse-before{0%{box-shadow:9984px 0 0 -5px #fff}30%{box-shadow:9984px 0 0 2px #fff}60%,100%{box-shadow:9984px 0 0 -5px #fff}}@-webkit-keyframes dot-pulse{0%{box-shadow:9999px 0 0 -5px #fff}30%{box-shadow:9999px 0 0 2px #fff}60%,100%{box-shadow:9999px 0 0 -5px #fff}}@keyframes dot-pulse{0%{box-shadow:9999px 0 0 -5px #fff}30%{box-shadow:9999px 0 0 2px #fff}60%,100%{box-shadow:9999px 0 0 -5px #fff}}@-webkit-keyframes dot-pulse-after{0%{box-shadow:10014px 0 0 -5px #fff}30%{box-shadow:10014px 0 0 2px #fff}60%,100%{box-shadow:10014px 0 0 -5px #fff}}@keyframes dot-pulse-after{0%{box-shadow:10014px 0 0 -5px #fff}30%{box-shadow:10014px 0 0 2px #fff}60%,100%{box-shadow:10014px 0 0 -5px #fff}}</pre></body></html>