.modal {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  align-content: center;
  justify-items: center;
  justify-content: center;
}
.modal a {
  color: #8261ee;
}
.modal-content {
  background-color: #fff;
  text-align: center;
  width: 300px;
  padding: 2rem 2rem 3rem 2rem;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.modal-content .button-close {
  color: #fff;
}

form {
  margin: auto;
  margin-top: 10rem;
  margin-bottom: 5rem;
}

.hidden {
  display: none;
}

.button-onboarding {
  margin-top: 2rem;
}

.onboarding-question {
  margin: auto;
  max-width: 500px;
  text-align: center;
}
.onboarding-question select {
  margin-top: 1.5rem;
}

#message-9,
#message-10 {
  margin-top: 2rem;
}

.header-area.header-sticky .logo {
  margin-top: 0 !important;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  color: #8261ee;
  font-weight: bold;
}
.header-area.header-sticky .logo img {
  margin-right: 0.5rem;
}

.nav {
  margin-top: 0 !important;
}

.main-nav {
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .main-nav {
    display: block;
  }
  .logo {
    padding-top: 1rem;
  }
}/*# sourceMappingURL=custom.css.map */