.loading-banner{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;padding:20px;background-color:#fff;width:100%;height:100%;position:fixed;top:0;left:0;z-index:9999}.loading-banner .loader-loading{width:175px;aspect-ratio:1;background:linear-gradient(#E06C2E 0) bottom/100% 0 no-repeat gray;-webkit-mask-image:url(/logo-icon.svg);mask-image:url(/logo-icon.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;animation:l19 3s linear infinite;margin:0 auto}.loading-banner h3{font-size:24px;font-weight:700;color:#000;text-align:center}@keyframes l19{90%,to{background-size:100% 100%}}