.orientaion {
  visibility: hidden;
  width: 100svw;
  height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: fixed;
  top: 0;
  z-index: 10000;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, 0.8);
  pointer-events: none;
}
.orientaion div {
  text-align: center;
}
.orientaion img {
  width: 200px;
}
.orientaion p {
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 500;
}

body {
  background: #fff;
  font-size: 62.5%;
  font-family: "Arial", sans-serif;
  color: #000;
  margin: 0;
  padding: 0;
}

span {
  display: block;
}

.swiper {
  width: 100vw;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}/*# sourceMappingURL=common.css.map */