@media (max-width: 1024px) {
  .lg\\:hidden {
    display: block;
  }
  .lg\\:flex {
    display: none;
  }
  .fixed.top-0.left-0 {
    width: 100% !important;
  }
}

.auth-font, body {
  font-family: "Noto Sans", sans-serif;
}

.g-recaptcha {
  margin-left: -10px;
}

@media (min-width: 1024px) {
  ul[data-landing-menu] {
    transform: none;
    display: flex !important;
    justify-content: flex-end;
    padding-left: 0;
    margin: 0;
  }
  ul[data-landing-menu] li {
    margin: 0;
    padding: 10px 15px;
  }
  .fixed.inset-0 {
    display: none;
  }
  .space-x-6 > *:not(:last-child) {
    margin-right: 0px;
  }
  .lg\\:hidden {
    display: none;
  }
  .space-x-6 > :not([hidden]) ~ :not([hidden]) {
    margin: 0;
  }
  .hidden.lg\\:flex {
    display: flex !important;
  }
}

@media (max-width: 768px) {
  .landing-footer .flex {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
  .landing-footer .justify-between {
    justify-content: center;
  }
  .landing-footer .gap-5 {
    gap: 12px;
  }
}
