[role="status"].is-loading{font-size:0!important;min-height:20px;display:flex;align-items:center;justify-content:center}
[role="status"].is-loading::after{content:"";display:block;width:17px;height:17px;border:2px solid #dedfeb;border-top-color:#373982;border-radius:50%;animation:loading-turn .75s linear infinite}
@keyframes loading-turn{to{transform:rotate(360deg)}}
@media(prefers-reduced-motion:reduce){[role="status"].is-loading::after{animation:none;border-style:dotted}}
.back-to-top{position:fixed;right:22px;bottom:22px;width:42px;height:42px;border:1px solid #373982;border-radius:50%;background:#fff;color:transparent;font-size:0;line-height:1;cursor:pointer;opacity:0;visibility:hidden;transition:opacity .2s,visibility .2s;z-index:90}.back-to-top::after{content:"";display:block;margin:0 auto;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:11px solid #373982}.back-to-top.is-visible{opacity:1;visibility:visible}
