@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%{transform:scale(0)}50%{transform:scale(1.15)}to{transform:scale(1)}}.rd-loading-animation{border:.4rem solid #dedede;border-top-color:#3c3c3c;border-radius:50%;width:3.2rem;height:3.2rem;animation-name:spin;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite;display:flex}@media (prefers-reduced-motion){.rd-loading-animation{animation:none}}.rd-loading-animation--content{border-width:1.1rem;width:10rem;height:10rem}
