/** Shopify CDN: Minification failed

Line 293:0 Unexpected ";"

**/
.contact.header-left,
.contact.header-right {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 749px) {

  .contact.header-left,
  .contact.header-right {
    flex-direction: column-reverse;
    padding: 0;
  }

  .contact.header-top .form-header {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}

.contact.header-right {
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
}

.contact.page-width--narrow {
  max-width: 54rem;
  padding: 0;
}

.contact.header-top .form-header {
  margin-bottom: 4rem;
}

@media screen and (min-width: 750px) {
  .contact.header-left .form-header {
    padding-right: 5rem;
  }

  .contact.header-right .form-header {
    padding-left: 5rem;
  }
}

@media screen and (max-width: 749px) {

  .contact.header-left .form-header,
  .contact.header-right .form-header {
    padding: 4.5rem 2rem 0;
  }
}

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

.contact .title {
  margin-top: 0;
  margin-bottom: 1rem;
}

.contact .form-header > div + div {
  margin-top: 4rem;
}

.contact .form-header .contact-info p {
  margin-bottom: 0;
}

.contact .form-header .contact-info p + p {
  margin-top: 1rem;
}

.contact .form-header .contact-info strong {
  font-weight: 500;
}

.contact .form-header .contact-info a {
  font-weight: 500;
}

.contact .form-header .contact-info p + p > strong {
  display: inline-block;
  margin-top: 3rem;
}

@media screen and (max-width: 749px) {
  .contact .form-header > div + div {
    margin-top: 3rem;
  }

  .contact .form-header .contact-info p + p > strong {
    margin-top: 2.5rem;
  }
}

.contact .contact-form {
  padding: 5rem;
  box-shadow: 0 0 0 .1rem rgba(var(--color-general-main-text), .55);
}

@media screen and (min-width: 1200px) {
  .contact .contact-form {
    min-width: 63.5rem;
  }
}

@media screen and (min-width: 950px) {
  .contact .contact-form {
    min-width: 53.5rem;
  }
}

@media screen and (max-width: 749px) {
  .contact .contact-form {
    margin-right: 2rem;
    margin-left: 2rem;
    padding: 3.5rem;
  }
}

.contact .select_field,
.contact .field__input {
  padding-left: 0;
  border: none;
  box-shadow: none;
  border-bottom: .1rem solid rgba(var(--color-general-main-text), .55);
}

.contact .field.select {
  border-bottom: .1rem solid rgba(var(--color-general-main-text), .55);
}

.contact .select_field option {
  text-transform: none;
}

.contact .select_field {
  width: 100%;
  cursor: pointer;
  line-height: 1.6;
  padding: 1rem 4rem 1.4rem 0;
  border: none;
  font-size: 1.6rem;
  color: currentColor;
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  background-color: rgb(var(--color-general-bg));
  outline: 0;
  outline-offset: 0;
  -webkit-appearance: none;
  appearance: none;
}

.contact .select .icon-caret {
  right: 0;
}

.contact .text-area {
  min-height: 14rem;
}

.contact .field__label {
  left: 0;
}

.contact .text-area:focus + label,
.contact .text-area:not(:placeholder-shown) + label,
.contact .text-area:autofill + label {
  padding-left: 0;
}

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

.contact .form__message {
  outline: 0;
  outline-offset: 0;
  box-shadow: none
}

.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;
  text-align: center;
}

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

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

.contact .form-info {
  text-align: center;
  margin-bottom: 0;
  margin-top: 2rem;
}

.contact .form-status-list {
  margin: 0 0 2rem;
}

.grecaptcha-badge {
  visibility: hidden;
}

.contact .text-area:focus + label {
  padding-left: 0;
}

/* custom */
.ts-contact-form {
  background-repeat: no-repeat;
  background-position: bottom -48px left 0;
}

.ts-contact-form .contact .contact-form {
  padding: 0;
  border: none;
  box-shadow: none;
}

.ts-contact-form .contact .field {
  margin-bottom: 24px;
}

.ts-contact-form .contact .field__input {
  padding: 16px 32px;
  background-color: #ffffff;
  border: 1px solid transparent;
  transition: border-color var(--ts-transition-duration) var(--ts-transition-function);
  font-size: 18px;
}

.ts-contact-form .contact .field__input:not(.text-area) {
  min-height: 58px;
}

.ts-contact-form .field__label {
  left: 32px !important;
  top: 17px;
  font-size: 14px;
  line-height: 1.72;
  letter-spacing: 0.71px;
  width: fit-content;
  max-width: 80%;
}

.field__input {
  font-size: 14px;
  line-height: 1.72;
}

.ts-contact-form .contact .text-area {
  min-height: 230px;
}

.ts-contact-form .contact .text-area + label {
  top: 13px;
  padding-top: 4px !important;
  background: none
}

;

.ts-contact-form .contact__button {
  width: 100%;
  min-height: 58px;
}

.ts-contact-form .contact__button button {
  width: 100%;
  min-height: 58px;
}

.ts-contact-form .contact .title {
  font-family: 'Canela';
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 32px;
}

.ts-contact-form .contact-info h6 {
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 8px;
}

.contact .form-header .contact-info a {
  font-weight: 300;
}

.ts-contact-form .contact-info p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
}

.ts-contact-form .form-header .contact-info h6 + p {
  margin: 0 0 32px;
}

@media screen and (max-width: 749px) {
  .ts-contact-form .form-header {
    text-align: center;
  }
}

@media screen and (min-width: 750px) {
  .ts-contact-form .contact .contact-form {
    width: 520px;
    max-width: 520px;
    min-width: unset;
  }

  .contact.header-left .form-header {
    max-width: 320px;
  }

  .ts-contact-form .contact .title {
    font-size: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .ts-contact-form .contact {
    padding: 0 181px;
  }
}

.ts-contact-form .contact .field__input:focus-visible,
.ts-contact-form .contact .field__input:active {
  border-color: rgba(var(--color-general-main-text), .55);
}

@media (hover :hover) {
  .ts-contact-form .contact .field__input:hover {
    border-color: rgba(var(--color-general-main-text), .55);
  }
}
