.keywords-home-root {
  font-size: 16px;
}

body.keywords-home {
  font-size: 16px;
}

body.croco-new-design .site-header {
  top: var(--croco-shell-panel-height, 0px);
}

.croco-new-shell.keywords-home > .main {
  padding-top: 0;
}

.croco-new-design .main__popup.hidden {
  display: none !important;
}

.keywords-home .contact-form:not(.request-form) {
  align-self: start;
}

.keywords-home .contact-form .field label,
.keywords-home .contact-form .check-label,
.keywords-home .contact-form .check-label label {
  color: var(--card-ink);
}

.keywords-home .contact-form .field-help,
.keywords-home .contact-form .trust-note {
  color: var(--card-muted);
}

.keywords-home .contact-form .home-agreement {
  margin-top: -4px;
}

.keywords-home .contact-form .home-agreement a {
  color: #40552b;
  text-decoration: underline;
}

.keywords-home .contact-form .form-message {
  display: none !important;
}

.keywords-home .contact-form button[type="submit"] > span {
  pointer-events: none;
}

@media (max-width: 820px) {
  .keywords-home .hero {
    min-height: auto;
  }
}
