#js-loading{align-items:center;display:none;justify-content:center;padding:3rem;text-align:center;width:100%}#js-loading span{animation-duration:1s;animation-iteration-count:infinite;animation-name:rotateClockwise;background:var(--karman-gradient-a);-webkit-background-clip:text;font-size:75px;line-height:1;-webkit-text-fill-color:transparent}@keyframes rotateClockwise{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}