/** Shopify CDN: Minification failed

Line 27:9 Unexpected "md("
Line 27:19 Unexpected "{"
Line 37:9 Unexpected "md("
Line 37:19 Unexpected "{"
Line 43:9 Unexpected "md("
Line 43:19 Unexpected "{"

**/
.contact img {
  max-width: 100%;
}

.contact .form__message {
  align-items: flex-start;
}

.contact .o-icon-success {
  margin-top: 0.2rem;
}

.contact .field {
  margin-bottom: 1.5rem;
}

@media #{md("sm")} {
  .contact .field {
    margin-bottom: 2rem;
  }
}

.contact__button {
  margin-top: 3rem;
}

@media #{md("sm")} {
  .contact__button {
    margin-top: 4rem;
  }
}

@media #{md("sm")} {
  .contact__fields {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 2rem;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}
