/* ---------------------------------------------------------------------- */
/* -------------------------------------------------- Mixins */
/*
<div class="progress-circle p{VALUE_OF_PROGRESS} {if VALUE_OF_PROGRESS > 50}over50{/if}">
	<span>{VALUE_OF_PROGRESS}%</span>
	<div class="left-half-clipper">
		<div class="first50-bar"></div>
		<div class="value-bar"></div>
	</div>
</div>
*/
/* ---------------------------------------------------------------------- */
/* -------------------------------------------------- Contact */
.contact__wrapper {
  font-size: 1.6rem;
  margin: 0 auto;
  max-width: 111rem;
  padding: 0 2rem;
}
@media (min-width: 1140px) {
  .contact__wrapper {
    padding: 0;
  }
}
.contact__wrapper h1 {
  margin: 2rem 0 2rem 0;
}
@media (min-width: 768px) {
  .contact__wrapper h1 {
    margin: 3rem 0 3rem 0;
  }
}
.contact__wrapper p {
  margin: 0;
}
.contact__container {
  display: grid;
  gap: 2rem 3rem;
  grid-template-columns: 1fr;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .contact__container {
    grid-template-columns: 1fr 1fr;
  }
}
.contact .form-group input {
  border: 0.1rem solid var(--hl-berlin);
  border-radius: 0.5rem;
  font-size: 1.6rem;
  height: 4rem;
  padding: 0 1rem;
  width: 100%;
}
.contact .form-group label {
  display: none;
}
.contact .form-group.textarea {
  grid-column: 1/-1;
}
.contact .form-group textarea {
  border: 0.1rem solid var(--hl-berlin);
  border-radius: 0.5rem;
  font-size: 1.6rem;
  min-height: 40rem;
  padding: 1rem;
  width: 100%;
}
.contact__submit {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 111rem;
}
@media (min-width: 1140px) {
  .contact__submit {
    padding: 0;
  }
}
.contact__submit .h-captcha {
  width: -moz-fit-content;
  width: fit-content;
}
.contact__submit button {
  width: 15rem;
}
/*# sourceMappingURL=contact.css.map */
