/* [project]/src/src/pages/Loading/Loading.scss.css [app-client] (css) */
.is-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.clear, .clear:before, .clear:after {
  display: block;
  clear: both;
  content: "";
}

:export {
  ma: ma;
}

.Loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
}

.Loading__gear {
  width: 66px;
  height: 66px;
  margin-bottom: 30px;
  background: url("../media/gear.b8254ddd.svg") 50% no-repeat;
  background-size: cover;
  -webkit-animation: 2s linear infinite gear-rotate;
  animation: 2s linear infinite gear-rotate;
}

.Loading__gear_isLanding {
  width: 66px;
  height: 66px;
  margin-bottom: 30px;
}

@media (width <= 1366px) and (width >= 1025px), (width >= 1921px) {
  .Loading__gear_isLanding {
    width: 3.4375vw;
    height: 3.4375vw;
    margin-bottom: 1.5625vw;
  }
}

@media (width <= 600px) and (aspect-ratio <= 320 / 568) {
  .Loading__gear_isLanding {
    width: 20.625vw;
    height: 20.625vw;
    margin-bottom: 9.375vw;
  }
}

@media (width <= 600px) and (aspect-ratio >= 375 / 665) {
  .Loading__gear_isLanding {
    width: 11.6197vh;
    height: 11.6197vh;
    margin-bottom: 5.28169vh;
  }
}

.Loading__text {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #252942;
}

.Loading__text_isLanding {
  font-size: 20px;
}

@media (width <= 1366px) and (width >= 1025px), (width >= 1921px) {
  .Loading__text_isLanding {
    font-size: 1.04167vw;
  }
}

@media (width <= 600px) and (aspect-ratio <= 320 / 568) {
  .Loading__text_isLanding {
    font-size: 5.625vw;
  }
}

@media (width <= 600px) and (aspect-ratio >= 375 / 665) {
  .Loading__text_isLanding {
    font-size: 3.16901vh;
  }
}

@-webkit-keyframes gear-rotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes gear-rotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}


/*# sourceMappingURL=src_src_pages_Loading_Loading_scss_0aa6dd.css.map*/
