.loading-animation{box-sizing:border-box;position:absolute;top:50%;left:50%;width:112px;height:112px;transform:translate(-50%,-50%);z-index:2}.loading-animation .text{margin:14px -50px 0;font-size:16px;text-align:center;color:rgb(190.8108108108,192.5,194.1891891892);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.loading-animation-background{position:absolute;width:100%;height:100%;opacity:.7;z-index:2;background:#d9dadb}.anim-load-wrapper{box-sizing:border-box;position:relative;width:100%;height:100%;border:6px solid #E1E6EF;border-radius:50%;overflow:hidden;background:rgb(235.3692307692,244.2923076923,251.4307692308);-webkit-mask-image:-webkit-radial-gradient(circle,#fff,#000);mask-image:radial-gradient(circle,#fff,#000);-webkit-backface-visibility:hidden;mask:radial-gradient(circle,#fff,#000);backface-visibility:hidden}.anim-load-wrapper .anim-cloud1{background:url(../images/animation/cloud1.svg) no-repeat;background-size:44px;width:44px;height:28px;position:absolute;top:20%;right:-40%;z-index:2;animation:cloud1 4s linear infinite}.anim-load-wrapper .anim-cloud2{background:url(../images/animation/cloud2.svg) no-repeat;background-size:35px;width:35px;height:20px;position:absolute;top:60%;right:-40%;z-index:5;animation:cloud2 3s linear infinite;animation-delay:2s}.anim-load-wrapper .anim-cloud3{background:url(../images/animation/cloud3.svg) no-repeat;background-size:27px;width:27px;height:19px;position:absolute;top:50%;right:-30%;z-index:6;animation:cloud3 2.5s linear infinite}.anim-load-wrapper .anim-balloon{background:url(../images/animation/balloon.svg) no-repeat;background-size:39px;width:39px;height:72px;position:absolute;top:15%;left:30%;z-index:3;animation:balloon 1.5s ease-in-out infinite}@keyframes balloon{50%{transform:translateY(-5px)}}@keyframes cloud1{to{transform:translate(-140px)}}@keyframes cloud2{to{transform:translate(-140px)}}@keyframes cloud3{to{transform:translate(-150px)}}