.spinner{position:absolute;top:0;left:0;opacity:0;visibility:hidden;z-index:150;width:100%;transition:visibility .2s linear,opacity .2s linear}.spinner,.spinner__overlay{height:100%}.spinner__icon{position:absolute;top:calc(50% - 25px);left:calc(50% - 25px);display:none;width:50px;height:50px;mix-blend-mode:difference;color:#004873;fill:none;stroke:currentColor}.spinner.is-active .spinner__icon{display:block}.spinner .circle{animation:rotate 2s ease infinite both}@keyframes rotate{0%{stroke-dashoffset:0}to{stroke-dashoffset:126}}.spinner.is-active{opacity:1;visibility:visible}.spinner.is-active~.cards-grid__list .news-card,.spinner.is-active~.cards-grid__list li{background:linear-gradient(-45deg,#e1ded6,#f9f9f7);background-size:400% 400%;animation:gradient 2s ease infinite}.spinner-placeholder{position:relative;min-height:200px}@keyframes gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}

/*# sourceMappingURL=spinner.8405495fae8e72a8b1e7.css.map*/