@keyframes rotate-gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.footer{width:100%;padding:20px;font-size:1.5rem;text-align:center}.footer.has-border{border-top:1px solid rgba(0,0,0,.05)}.footer li{display:inline-block;margin:0 0 10px;list-style:none;letter-spacing:.2px}.footer li:not(:last-child):after{content:"•";margin:0 10px;color:#ffce5d;text-decoration:none}.footer li a{cursor:pointer;transition:all .2s cubic-bezier(.165,.84,.44,1)}@media(hover:hover){.footer li a:hover{color:#ffce5d}}.footer li.active a{text-decoration:underline;text-underline-offset:4px;-webkit-text-decoration-color:#ffce5d;text-decoration-color:#ffce5d}