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

#wrapper {
  opacity: 0;
}

.pace {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: #555555;
  background-size: 50%;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: relative;
  z-index: 1999;
}
.pace .pace-activity {
  position: fixed;
  z-index: 2000;
  top: 40%;
  left: 50%;
  margin-left: -102.5px;
  width: 205px;
  height: 48px;
  background: url("../images/okuiseforestpia-logo@2x.png") no-repeat center center;
  background-size: cover;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #FFFFFF;
  position: fixed;
  z-index: 2000;
  bottom: 45%;
  right: 100%;
  width: 100%;
  height: 1px;
}/*# sourceMappingURL=loader.css.map */