:root {
  scroll-behavior: smooth;
}

html {
  scroll-padding-top: 165px;
}

.form-status {
  min-height: 24px;
  margin: 12px 5px 0;
  color: #1c428a;
  font-family: "Oxygen", sans-serif;
  font-size: 14px;
  text-align: center;
}

.form-status:empty {
  display: none;
}

.form-status[data-state="error"] {
  color: #a61b1b;
}

.elementor-form button[disabled] {
  cursor: wait;
  opacity: 0.72;
}

@media (max-width: 767px) {
  html {
    scroll-padding-top: 96px;
  }

  .elementor-menu-toggle {
    position: relative;
    z-index: 2;
  }
}
