html {
  scroll-behavior: smooth;
  scroll-padding-top: 74px;
}

body {
  overflow-x: hidden;
}

.aio-sdk-input-container.invalid .aio-sdk-input {
  border-color: #ff5b5b !important;
  box-shadow: 0 0 0 2px rgba(255, 91, 91, 0.2) !important;
}

.honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.form-error {
  display: none;
  margin: 4px 0 0;
  color: #ff7474;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}

.form-error.visible {
  display: block;
}

.iti__flag.iti__pt {
  width: 22px !important;
  height: 18px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  background-image: none !important;
  box-shadow: none !important;
}

.pt-flag-svg {
  display: block;
  width: 22px;
  height: 15px;
  border-radius: 2px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}

@media (max-width: 575.98px) {
  .hero-video__content {
    padding-top: 92px !important;
  }

  .hero-title h1 {
    font-size: 2rem !important;
    line-height: 1.08 !important;
    overflow-wrap: break-word;
  }

  .hero-title h1 br {
    display: none;
  }

  .hero-quiz-box {
    scroll-margin-top: 12px;
  }

  .aio-sdk-form {
    padding: 18px 0 10px !important;
  }
}
