.loader-wrap{position:fixed;z-index:9999;height:100vh;width:100vw;left:0;top:0;display:flex;align-items:center;justify-content:center;pointer-events:none}.loader-wrap .layer{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.loader-wrap .layer-blue{z-index:1}.loader-wrap .layer-black{z-index:2;display:flex;align-items:center;justify-content:center}.loader-wrap svg{position:absolute;top:0;left:0;width:100vw;height:115vh}.loader-wrap .layer-black svg path{fill:var(--deep-blue-bg)}.loader-wrap .loader-wrap-heading .load-text{font-family:'Montserrat','Microsoft YaHei',sans-serif!important;font-size:40px;font-weight:800;text-transform:uppercase;color:var(--white-color);z-index:20;position:relative}@media only screen and (max-width:767px){.loader-wrap .loader-wrap-heading .load-text{font-size:30px}}.load-text span{animation:loading 1s infinite alternate;display:inline-block}.load-text span:nth-child(1){animation-delay:0s}.load-text span:nth-child(2){animation-delay:0.1s}.load-text span:nth-child(3){animation-delay:0.2s}.load-text span:nth-child(4){animation-delay:0.3s}.load-text span:nth-child(5){animation-delay:0.4s}.load-text span:nth-child(6){animation-delay:0.5s}.load-text span:nth-child(7){animation-delay:0.6s}.load-text span:nth-child(8){animation-delay:0.7s}.load-text span:nth-child(9){animation-delay:0.8s}.load-text span:nth-child(10){animation-delay:0.9s}.load-text span:nth-child(11){animation-delay:1.0s}.load-text span:nth-child(12){animation-delay:1.1s}.load-text span:nth-child(13){animation-delay:1.2s}.load-text span:nth-child(14){animation-delay:1.3s}.load-text span:nth-child(15){animation-delay:1.4s}.load-text span:nth-child(16){animation-delay:1.5s}@keyframes loading{0%{opacity:1}100%{opacity:0}}.loading_i{font-weight:100;font-style:italic}