/** Shopify CDN: Minification failed

Line 30:7 Expected identifier but found "#"
Line 30:9 Unexpected "md("
Line 30:19 Unexpected "{"
Line 40:7 Expected identifier but found "#"
Line 40:9 Unexpected "md("
Line 40:19 Unexpected "{"
Line 46:7 Expected identifier but found "#"
Line 46:9 Unexpected "md("
Line 46: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;
}

.c-button::after {
  z-index: -1;
}