.contact-container {
  max-width: initial;
  text-align: center;
  padding-top: 3.375rem;
  padding-left: 6.25rem;
  padding-right: 6.25rem;
  padding-bottom: 5.625rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #9E9C76;
  color: #ffffff;
  overflow: hidden;
}
@media only screen and (max-width: 821px) {
  .contact-container {
    padding-left: var(--global--gutter-xs);
    padding-right: var(--global--gutter-xs);
  }
}
@media only screen and (max-width: 821px) {
  .contact-container .content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: var(--global--max-width-xs);
    box-sizing: content-box;
  }
}
.contact-container .candide-text-container {
  padding-top: 5rem;
}
.contact-container .candide-text-container + .candide-text-container {
  padding-top: 10rem;
}
.contact-container .title {
  font-family: Windsor;
  font-size: 15.4375rem;
  font-weight: 300;
  line-height: 0.8097165992;
  letter-spacing: -0.02em;
  margin-left: auto;
  margin-right: auto;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.contact-container .background-image {
  display: block;
  width: 42.6875rem;
  height: auto;
  margin: -9.25rem auto -14rem;
}
.contact-container .form {
  grid-column: 2/4;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: inherit;
  row-gap: 2.6875rem;
}
.contact-container .large {
  grid-column: 1/3;
}
.contact-container .ending-container {
  margin-top: 3rem;
}
@media only screen and (max-width: 821px) {
  .contact-container .ending-container {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--global--max-width-xs);
    width: 100%;
    box-sizing: content-box;
  }
}
.contact-container.standalone {
  padding-top: 15.9375rem;
}
@media only screen and (max-width: 821px) {
  .contact-container.standalone {
    padding-top: 50px;
  }
}
.contact-container.standalone .background-image {
  margin: -9.25rem -6.25rem -20rem auto;
}
.contact-container.pseudo-footer {
  padding-top: 0rem;
}
.contact-container fieldset {
  border: none;
  position: relative;
  font-family: Open Sans;
  font-size: 1.1875rem;
  line-height: 1.7894736842;
  letter-spacing: 0em;
}
@media only screen and (max-width: 821px) {
  .contact-container fieldset {
    grid-column: 1/3;
    font-size: var(--global--font-size-text);
  }
}
.contact-container fieldset input[type=text],
.contact-container fieldset textarea {
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  background-color: transparent;
  font-size: inherit;
  width: 100%;
  padding: 0;
  border-radius: 0;
  line-height: inherit;
  color: inherit;
  resize: vertical;
}
.contact-container fieldset input[type=text]:focus,
.contact-container fieldset textarea:focus {
  outline: none;
  border-color: #646235;
}
.contact-container fieldset input[type=text]:focus ~ label, .contact-container fieldset input[type=text]:valid ~ label,
.contact-container fieldset textarea:focus ~ label,
.contact-container fieldset textarea:valid ~ label {
  transform: scale(0.5) translateY(-100%);
}
.contact-container fieldset label {
  font-size: inherit;
  position: absolute;
  left: 0;
  top: 0;
  transition: transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transform-origin: 0% 50%;
}

/*# sourceMappingURL=contact.css.map */
