.c-contact-form {
  margin-bottom: 96px;
  margin-bottom: 6rem;
  max-width: 950px;
}
@media (min-width: 992px) {
  .c-contact-form {
    margin-bottom: 144px;
    margin-bottom: 9rem;
  }
}
.c-contact-form a {
  color: #5B4099;
  font-weight: 600;
}
.c-contact-form a:hover, .c-contact-form a:focus {
  color: #9C248A;
}
.c-contact-form .field--name-field-description {
  margin-bottom: 48px;
  margin-bottom: 3rem;
  font-family: "Outfit", Verdana, Tahoma, "DejaVu Sans", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
  line-height: 1.875rem;
  max-width: 700px;
  color: #1C1C1C;
  font-weight: 300;
}
@media (min-width: 992px) {
  .c-contact-form .field--name-field-description {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 34px;
    line-height: 2.125rem;
  }
}
.c-contact-form__name, .c-contact-form__info {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.c-contact-form .field--name-field-attachments {
  margin-top: 24px;
  margin-top: 1.5rem;
}
.c-contact-form .field--name-field-attachments .form-managed-file {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .c-contact-form .field--name-field-attachments .form-managed-file {
    flex-direction: row;
    justify-content: space-between;
  }
}
.c-contact-form .field--name-field-attachments .form-managed-file input[type=file] {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  cursor: pointer;
  margin-right: 20px;
  width: 100%;
}
@media (min-width: 992px) {
  .c-contact-form .field--name-field-attachments .form-managed-file input[type=file] {
    margin-bottom: 0px;
    margin-bottom: 0;
  }
}
.c-contact-form .field--name-field-attachments .description {
  margin-top: 6px;
  margin-top: 0.375rem;
  color: #1C1C1C;
}
.c-contact-form #edit-preview {
  display: none;
}
.c-contact-form .form-actions {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
  .c-contact-form .form-actions {
    margin-top: 48px;
    margin-top: 3rem;
  }
}
.c-contact-form .form-actions .button {
  margin-right: 0px;
  margin-right: 0;
}
.c-contact-form__consent {
  margin-top: 24px;
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
}
.c-contact-form__consent label {
  margin-left: 12px;
  margin-left: 0.75rem;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 0;
  text-transform: none;
  font-weight: 300;
  color: #1C1C1C;
}
