@keyframes scale{0%{transform:scale(1);opacity:1}45%{transform:scale(0.1);opacity:0.7}80%{transform:scale(1);opacity:1}}.ball-pulse>div:nth-child(1){animation:scale 0.75s -.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08)}.ball-pulse>div:nth-child(2){animation:scale 0.75s -.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08)}.ball-pulse>div:nth-child(3){animation:scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08)}.ball-pulse>div{background-color:#fff;width:15px;height:15px;border-radius:100%;margin:2px;animation-fill-mode:both;display:inline-block}html,body{height:100%}body{font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size:16px;line-height:1.42857143;color:#333333;background-color:#e6e7e8;margin:0}.loader-wrapper{background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKAQMAAAC3/F3+AAAAA1BMVEXm5+i1+56pAAAAAXRSTlPZv+myFgAAAApJREFUCNdjwAsAAB4AAdpxxYoAAAAASUVORK5CYII=');background-color: transparent;background-repeat: repeat;height:100vh;width:100vw;display:table-cell;vertical-align:middle;z-index:10000;position:sticky;color:#333;font-size:20px;text-align:center}.loader-wrapper .ball-pulse>div{background-color:#21818b}
