.at-form {
  display: grid;
  gap: 18px;
  max-width: 860px;
}

.at-form label {
  display: grid;
  gap: 7px;
  color: #14213d;
  font-weight: 700;
}

.at-form input,
.at-form textarea,
.at-form select {
  width: 100%;
  border: 1px solid #d7dce5;
  border-radius: 8px;
  padding: 13px 14px;
  font: inherit;
  background: #fff;
}

.at-form textarea {
  min-height: 130px;
}

.at-form button {
  width: fit-content;
  border: 0;
  border-radius: 8px;
  padding: 14px 22px;
  background: #001f8f;
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.at-check {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: flex-start;
  gap: 10px !important;
  font-weight: 500 !important;
}

.at-check input {
  width: auto;
  margin-top: 4px;
}

.at-hp {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.at-form-message {
  margin: 0 0 20px;
  padding: 14px 16px;
  border-left: 4px solid #001f8f;
  background: #fff7d6;
  color: #14213d;
  font-weight: 700;
}
