body,html{padding:0;margin:0;width:100%;height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}a{color:inherit;text-decoration:none}*{box-sizing:border-box}#__next{height:100%}.floatRight{float:right}#ball-1{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}#ball-1,#ball-2{-webkit-animation-name:bounce;animation-name:bounce;-webkit-animation-duration:1.2s;animation-duration:1.2s}#ball-2{-webkit-animation-delay:1.1s;animation-delay:1.1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}#ball-3{-webkit-animation-name:bounce;animation-name:bounce;-webkit-animation-delay:1.2s;animation-delay:1.2s;-webkit-animation-duration:1.2s;animation-duration:1.2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes bounce{0%{transform:translateY(0)}40%{transform:translateY(23px)}60%{transform:translateY(-25px)}80%{transform:translateY(0)}}@keyframes bounce{0%{transform:translateY(0)}40%{transform:translateY(23px)}60%{transform:translateY(-25px)}80%{transform:translateY(0)}}#nprogress{pointer-events:none}#nprogress .bar{background:#29d;position:fixed;z-index:9999999;top:0;left:0;width:100%;height:2px}