.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: #ffc361;
  text-align: center;
}

.page-title {
  display: none;
}

.brand-logo {
  object-fit: contain;
  width: 28.53333vw;
  height: 32vw;
  position: relative;
  margin: 6vw auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  display: block;
}

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

.ios-modal{
  position: fixed;
  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;
}

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

#overlay.show {
  display: block;
}

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

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

.wrapper {
  margin: 10vw 0;
}

.ios-modal .wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    color: #ff6101;
}

#overlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}

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

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

  .page-title {
    display: block;
  }
  
  .ios-modal {
    max-width: 900px;
  }

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

}
