.main-title {
  font-size: 8.5vw;
  color: #ff6101;
  font-weight: bold;
  text-align: center;
}

.main-title.pc {
  display: none;
}

.sub-title {
  font-size: 5.3vw;
  color: #ff6101;
  text-align: center;
}

.page-title {
  display: none;
}

.brand-logo {
  width: 100%;
  height: 50vw;
  object-fit: contain;
}

.copyright {
  color: #ff6101;
  font-size: 3.2vw;
  text-align: center;
  margin-top: 10vw;
}

.modal {
  position: fixed;
  /* bottom: -100%; */
  top: 200%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 40px 20px;
  border-radius: 8px;
  transition: top 0.3s ease;
  z-index: 10;
  max-width: 75%;
  width: 100%;
}

.modal.show {
  top: 50%;
  display: block;
}

.close-btn {
  cursor: pointer;
  position: absolute;
  top: -12px;
  right: -10px;
  background: #f4f4f4;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: grid;
  font-size: 20px;
  place-items: center;
  color: #9b9b9b;
}

#overlay.show {
  display: block;
}

.styles_strength__3-9Ud {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.73333vw;
  color: #ff6101;
}

.styles_strength__3-9Ud span {
  display: inline-block;
  padding: 0 1.33333vw;
  border-right: 1px solid #ff6101;
  line-height: 1;
}

.wrapper {
  margin: 10vw 0;
}

.scanqr-text {
  display: none;
}

.pc.qrcode {
  display: none;
}

.styles_tips_message__3EbAN {
  color: red;
}

@media (min-width: 1080px) {
  .sub-title,
  .main-title,
  .main-title.m,
  .brand-logo,
  .wrapper .m,
  .copyright,
  .modal .btn-register {
    display: none;
  }

  .main-title.pc {
    display: block;
    font-size: 32px;
  }

  .page-title {
    display: block;
  }

  .scanqr-text {
    display: block;
    text-align: center;
    margin: 12px;
    font-size: 16px;
  }

  .modal {
    max-width: 900px;
  }

  .wrapper {
    margin: 28px 0;
    text-align: center;
  }

  .pc.qrcode {
    display: block;
  }
}
