.loading-component-circular-progress{display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.loading-component-circular-progress.center{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.loading-component-circular-progress .circular-progress{animation:animationCircleProgress 1.4s linear infinite}.loading-component-circular-progress .circular-progress .circular-progress-circle{stroke-dasharray:80px,200px;stroke-dashoffset:0;-webkit-animation:circularProgressCircle 1.4s ease-in-out infinite;animation:circularProgressCircle 1.4s ease-in-out infinite}@keyframes animationCircleProgress{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);-moz-transform:rotate(1turn);-ms-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes circularProgressCircle{0%{stroke-dasharray:1px,200px;stroke-dashoffset:0}50%{stroke-dasharray:100px,200px;stroke-dashoffset:-15px}to{stroke-dasharray:100px,200px;stroke-dashoffset:-125px}}.loading-component{height:100%;display:flex;justify-content:center;align-items:center}.header-landing{height:60px}@media screen and (min-width:1025px){.header-landing{height:72px}}.layout-footer{display:flex;flex-direction:column;position:fixed;bottom:35px;left:calc(100vw - 56px);z-index:100}@media screen and (max-width:1024px){.layout-footer .popup-feedback-container{margin:0 12px 7px auto!important}}.layout-footer.mobile{bottom:0}.layout-footer.mobile-worksheet{bottom:75px!important}.layout-footer.show-alert{bottom:73px}.layout-footer.show-banner{bottom:12vh}