.c-screen-loading-overlay{position:relative;opacity:0;transition:opacity .4s ease-out;z-index:2000}.c-screen-loading-overlay--active{opacity:1}.c-screen-loading-overlay .c-screen-loading-overlay__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.c-screen-loading-overlay .c-screen-loading-overlay__spinner__inner{width:80px;height:80px}body:before{background-color:#fcf8e3;border-bottom:1px solid #fbeed5;border-left:1px solid #fbeed5;color:#c09853;font:small-caption;padding:3px 6px;pointer-events:none;position:fixed;right:0;top:0;z-index:100}@media(min-width:48em){body:before{content:"md ≥ 768px (48em)"}}@media(min-width:64em){body:before{content:"lg ≥ 1024px (64em)"}}@media(min-width:90em){body:before{content:"xl ≥ 1440px (90em)"}}.c-chase-spinner{width:40px;height:40px;position:relative;animation:c-chase-spinner 2.5s linear infinite both}.c-chase-spinner__dot{width:100%;height:100%;position:absolute;left:0;top:0;animation:c-chase-spinner-dot 2s ease-in-out infinite both}.c-chase-spinner__dot:before{content:"";display:block;width:25%;height:25%;background-color:#e23b25;border-radius:100%;animation:c-chase-spinner-dot-before 2s ease-in-out infinite both}.c-chase-spinner__dot:first-child,.c-chase-spinner__dot:first-child:before{animation-delay:-1.1s}.c-chase-spinner__dot:nth-child(2),.c-chase-spinner__dot:nth-child(2):before{animation-delay:-1s}.c-chase-spinner__dot:nth-child(3),.c-chase-spinner__dot:nth-child(3):before{animation-delay:-.9s}.c-chase-spinner__dot:nth-child(4),.c-chase-spinner__dot:nth-child(4):before{animation-delay:-.8s}.c-chase-spinner__dot:nth-child(5),.c-chase-spinner__dot:nth-child(5):before{animation-delay:-.7s}.c-chase-spinner__dot:nth-child(6),.c-chase-spinner__dot:nth-child(6):before{animation-delay:-.6s}@keyframes c-chase-spinner{to{transform:rotate(1turn)}}@keyframes c-chase-spinner-dot{80%{transform:rotate(1turn)}to{transform:rotate(1turn)}}@keyframes c-chase-spinner-dot-before{50%{transform:scale(.4)}to{transform:scale(1)}0%{transform:scale(1)}}