.loading-animation-boxes,.loading-animation-profile-icon{align-items:center;display:flex;flex-direction:column;justify-content:space-between;min-height:350px;padding:65px 0 0}.loading-animation-boxes #loadingAnimationsText,.loading-animation-profile-icon #loadingAnimationsText{font-size:24px;margin:auto 34px;text-align:center}.loading-animation-profile-icon-svg{background-image:url(../public/img/loading-profile-icon.svg);background-position:50%;background-repeat:no-repeat;background-size:120px;height:140px;width:140px}.loading-animation-profile-icon-svg-arc{stroke:#005ea6;stroke-width:2px;fill:none;animation:profile-arc-spinner 1s linear infinite;opacity:1;transform-origin:50%}.loading-animation-boxes-box-container{align-items:center;background-color:#f5f7fa;display:flex;flex-direction:column;height:250px;justify-content:space-between;margin-bottom:36px;padding:30px 20px;width:200px}@media screen and (max-width:530px){.loading-animation-boxes-box-container{height:187.5px;width:150px}}.loading-animation-boxes-box{display:block;height:40px;position:relative;width:100%}@media screen and (max-width:530px){.loading-animation-boxes-box{height:30px}}.loading-animation-boxes-box.loading{animation:flying-boxes-loading 4s infinite}.loading-animation-boxes-box.loading-complete{background-color:#0070ba;left:0;opacity:1;top:0;transform:rotate(0deg)}.loading-animation-boxes-box:nth-child(2){animation-delay:.8s}.loading-animation-boxes-box:nth-child(3){animation-delay:1.6s}@keyframes flying-boxes-loading{0%{background-color:#0070ba;left:70%;opacity:0;top:10%;transform:rotate(-12deg)}5%{left:70%;opacity:1;top:10%;transform:rotate(-12deg)}35%{left:-1px;top:-1px;transform:rotate(0deg)}37%{left:0;top:0}50%,95%{background-color:#bfdbee;opacity:1}to{opacity:0}}@keyframes profile-arc-spinner{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}