/** Shopify CDN: Minification failed

Line 72:23 The "+" operator only works if there is whitespace on both sides

**/
.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;
}

@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: 3rem;
  }
}
.text-area {
  min-height: 16rem !important;
  resize: none;
}
.custom_field {
  margin-bottom: 2rem;
}
.custom_field__label {
  margin-bottom: 5px;
  color: #000;
  font-size: 17px;
}
.custom_field__input {
  -webkit-appearance: none;
  appearance: none;
  background-color: rgb(var(--color-background));
  color: rgb(var(--color-foreground));
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.6rem;
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow var(--duration-short) ease;
  border-radius: 5px;
  height: 6rem;
  min-height: calc(var(--inputs-border-width)* 2);
  min-width: calc(7rem +(var(--inputs-border-width)* 2));
  position: relative;
  border: 1px solid #687e86;
  padding: 1.5rem;
}
.custom_field__input:focus-visible{
  outline: none;
  box-shadow: none;
}
.custom_field .field__input:focus, .custom_field .field__input:not(:placeholder-shown){
  padding: 1.5rem;
}
.custom_contact__button .button{
  width: 100%;
  border-radius: 5px;
}
.custom_contact__button .button:after{
  box-shadow: none;
}
.custom_contact__button .button:hover:after, .custom_contact__button .button:hover:before{
  box-shadow: none !important;
}

.contact_content-heading {
  font-size: 25px;
  font-weight: 600;
  color: #687e86;
  margin-bottom: 10px;
}
.contact_content-text {
  font-size: 16px;
  color: #000;
  text-decoration: none;
}
.space_border {
  display: block !important;
  width: 30%;
  height: 1px;
  background: #000000;
  color: #000000;
}
.contact-form_box {
  display: grid;
  grid-template-columns: 2fr 1.4fr;
  padding-top: 40px;
}
@media screen and (min-width: 1200px) {
  .contact_form-Content {
    padding: 5px 65px;
  }
}
@media screen and (max-width: 992px) {
  .space_border {
    margin: inherit;
  }
  .contact-form_box {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 600px) {
  .contact_content-heading {
    font-size: 20px;
  }
}