.app-skeleton{position:relative;margin:0 1em;border-radius:4px;overflow:hidden;background-color:rgba(0,0,0,.05)}.app-skeleton:before{content:"";position:absolute;background:linear-gradient(90deg,transparent,rgba(0,0,0,.1),transparent);filter:blur(5px);animation:sk 1.5s linear infinite;inset:0}@media only screen and (min-width:1024px){.app-skeleton{margin:0 2.5em}}@media only screen and (min-width:1440px){.app-skeleton{margin:0}}.app-skeleton--full-width{width:100%;width:-webkit-fill-available}@keyframes sk{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.app-header{width:100%;height:98px;background-color:#312783}@media only screen and (min-width:768px)and (max-width:1023px){.app-header{height:146px}}@media only screen and (min-width:1024px){.app-header{height:158px}}.app-footer{position:fixed;bottom:0;z-index:1;border-top:1px solid #d9dbe0;width:100%;height:75px;background-color:#fff}.app-section{position:relative;height:100vh;background-color:#fff;font-size:16px}.sr-only{clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;width:1px;margin:-1px;overflow:hidden;padding:0;position:absolute}