.loading-screen-wrapper .bg-area{background:#060312;display:flex;align-items:center;justify-content:center;position:fixed;z-index:999999999;top:0;left:0;width:100%;height:100%}.loading-screen-wrapper .bg-area .content-area{display:flex;flex-direction:column;align-items:center;height:100%;width:100%;max-width:1000px;margin:0 auto;padding:0 30px}.loading-screen-wrapper .bg-area .content-area .mark{margin:auto 0}.loading-screen-wrapper .bg-area .content-area .loading{width:100%;text-align:center}.loading-screen-wrapper .bg-area .content-area .loading .perc{font-family:aqua-grotesque,sans-serif;font-size:28px;margin-bottom:20px}.loading-screen-wrapper .bg-area .content-area .loading .bar-outer{margin-bottom:70px;height:5px;width:100%;position:relative;background:#242424}.loading-screen-wrapper .bg-area .content-area .loading .bar-inner{position:absolute;left:0;top:0;height:100%;width:0}.loading-screen-wrapper .mark svg{width:100%;height:200px}.loading-screen-wrapper .mark svg .z{fill:url(#z)}.loading-screen-wrapper .blue .mark svg linearGradient stop:first-child{stop-color:#009dff!important}.loading-screen-wrapper .blue .mark svg linearGradient stop:nth-child(2){stop-color:#1345b5!important}.loading-screen-wrapper .bg-area .blue .loading .bar-inner{background-image:linear-gradient(90deg,#1345b5,#009dff)}.loading-screen-wrapper .purple .mark svg linearGradient stop:first-child{stop-color:#c5a0ff!important}.loading-screen-wrapper .purple .mark svg linearGradient stop:nth-child(2){stop-color:#9e29dd!important}.loading-screen-wrapper .bg-area .purple .loading .bar-inner{background-image:linear-gradient(90deg,#4e00ff,#c5a0ff)}.loading-screen-wrapper .green .mark svg linearGradient stop:first-child{stop-color:#00aeb5!important}.loading-screen-wrapper .green .mark svg linearGradient stop:nth-child(2){stop-color:#0075a0!important}.loading-screen-wrapper .bg-area .green .loading .bar-inner{background-image:linear-gradient(90deg,#00334e,#15ffed)}