.fm-splash{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;display:flex;align-items:center;justify-content:center;background:#fff;opacity:1;transition:opacity .45s ease}.fm-splash.is-hidden{opacity:0;pointer-events:none}.fm-splash__spinner{height:56px;width:56px;border:8px solid #bc9353;border-right-color:transparent;border-radius:50%;animation:fm-splash-rotate .8s infinite linear}@keyframes fm-splash-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.fm-splash__spinner{animation-duration:2s}}
