@import"https://fonts.googleapis.com/css?family=Bungee";.fallback-spinner{position:relative;display:flex;height:100vh;width:100%}.loading{position:absolute;left:calc(50% - 35px);top:50%;width:55px;height:55px;border-radius:50%;-webkit-box-sizing:border-box;box-sizing:border-box;border:3px solid transparent}.effect-1,.effect-2{position:absolute;width:100%;height:100%;border:3px solid transparent;border-left:3px solid #2962ff;border-radius:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.effect-1{animation:rotate 1s ease infinite}.effect-2{animation:rotateOpacity 1s ease infinite .1s}.effect-3{width:100%;height:100%;border:3px solid transparent;border-left:3px solid #2962ff;-webkit-animation:rotateOpacity 1s ease infinite .2s;animation:rotateOpacity 1s ease infinite .2s;border-radius:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.loading .effects{transition:all .3s ease}.fallback-logo{position:absolute;left:calc(50% - 45px);top:40%}@keyframes rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotateOpacity{0%{-webkit-transform:rotate(0deg);transform:rotate(0);opacity:.1}to{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:1}}#un-wrapper{background:#ffffff;color:#fff;font-family:Bungee,cursive;text-align:center;margin-top:20vh}#redirect{color:#2aa7cc;text-decoration:none}#redirect:hover{cursor:pointer}#robot-error{width:50vw}.lightblue{fill:#444}.eye{cx:calc(115px + 30px * var(--mouse-x));cy:calc(50px + 30px * var(--mouse-y))}#eye-wrap{overflow:hidden}.error-text{font-size:120px}.alarm{animation:alarmOn .5s infinite}@keyframes alarmOn{to{fill:#8b0000}}
