/** Shopify CDN: Minification failed

Line 90:2 Expected ":"

**/
@font-face {
    font-family: 'BigShouldersInline-Light';
    src: url('assets/BigShouldersInline-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

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

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

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

.select {
  position: relative;
  display: inline-block;
  width: 100%;
}

.select select {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 2.5rem;
}

.select .svg-wrapper {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 750px) {
  .contact .field {
    margin-bottom: 2rem;
  }
}

.contact__button {
  margin-top: 3rem;
}

@media screen and (min-width: 750px) {
  .contact__button {
    margin-top: 4rem;
  }
}

@media screen and (min-width: 750px) {
  .contact__fields {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 2rem;
  }
}

form#ContactForm label.field__label,
form#ContactForm label.checkbox-label,
form#ContactForm button.button,
form#ContactForm input.field__input,
form#ContactForm textarea.field__input,
form#ContactForm select.field__input,
form#ContactForm select.field__input option {
    font-family: 'BigShouldersInline-Light' !important;
}

.select select {
  color: #6c6c6c;
}

.select select:valid {
  color: #000000;
}

.select select:invalid {
  color: #4d4d4d;
}

.contact__button {
  margin-top: 1rem !important;
}

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

@media screen and (min-width: 750px) {
  .field.select {
    margin-bottom: 2rem;
  }
}

.checkbox-label {
  color: #000000;
}

.select {
  overflow: visible;
  box-sizing: border-box;
}

.select .svg-wrapper {
  pointer-events: none;
  z-index: 1;
}

.select select option {
  padding: 0.5rem 1rem;
}

.field.select {
  margin-bottom: 1.5rem;
  overflow: visible;
  position: relative;
  z-index: 10;
}

.field.select .select {
  overflow: visible;
  position: relative;
  z-index: 10;
}

.field.select select {
  position: relative;
  z-index: 10;
}

@media screen and (min-width: 750px) {
  .field.select {
    margin-bottom: 2rem;
    overflow: visible;
  }
}

.contact {
  overflow: visible;
}

.contact .title.title-wrapper--no-top-margin.inline-richtext {
  font-family: 'BigShouldersInline-Light' !important;
}

.contact__fields .full-width {
  grid-column: span 2;
}

@media screen and (max-width: 749px) {
  .contact__fields .full-width {
    grid-column: span 1;
    width: 100%;
  }
}
