.pageLoaderContainer{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.loadingLogo{width:64px}.loadingLogo #c-letter,.loadingLogo #rec-shape{fill:transparent;stroke:#5567d5;stroke-dasharray:385}.loadingLogo #c-letter{stroke-dasharray:385;stroke-dashoffset:385;animation:c-letter-animate 5s ease;animation-iteration-count:infinite}.loadingLogo #rec-shape{stroke-dasharray:830;stroke-dashoffset:830;animation:rec-animate 5s ease;animation-iteration-count:infinite}.dotLoader{width:16px;height:16px;border-radius:50%;background:#1a4c6d;position:relative}.dotLoader:before,.dotLoader:after{content:"";position:absolute;border-radius:50%;top:0;right:0;bottom:0;left:0;background:#3498db;transform:rotate(0) translate(30px);animation:rotate 1s ease infinite}.dotLoader:after{animation-delay:.5s}@keyframes rotate{to{transform:rotate(360deg) translate(30px)}}.preloader-wrapper-logo{position:absolute;height:70px;width:70px}
