.pace-done #wrap {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  opacity: 1;
}

#wrap {
  opacity: 0;
}

.pace {
  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
}

.pace .pace-progress {
  -webkit-transform: none !important;
          transform: none !important;
  text-align: center;
}

.pace .pace-progress::after {
  content: attr(data-progress-text);
  display: block;
  font-weight: 100;
  font-size: 2em;
  font-family: 'Helvetica Neue', 'Yu Gothic', 'Meiryo', sans-serif;
  color: #7E7E7E;
  margin-top: 5px;
}

.pace.pace-inactive {
  display: none;
}

.pace-progress-inner {
  width: 40px;
  height: 42px;
  margin: 0 auto;
  background-size: cover;
  -webkit-animation-name: sk-rotateplane;
          animation-name: sk-rotateplane;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.pace-progress-inner .st0 {
  fill: #0C8B49;
}

.pace-progress-inner .st1 {
  fill: #76B738;
}

.pace-progress-inner .st2 {
  display: none;
  fill: #0C8B49;
}

@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(180deg);
            transform: perspective(120px) rotateX(0deg) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(360deg);
            transform: perspective(120px) rotateX(0deg) rotateY(360deg);
  }
}

@keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(180deg);
            transform: perspective(120px) rotateX(0deg) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(360deg);
            transform: perspective(120px) rotateX(0deg) rotateY(360deg);
  }
}
/*# sourceMappingURL=loader.css.map */