/** Shopify CDN: Minification failed

Line 52:18 Expected ":"
Line 52:20 Expected identifier but found "0px"

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


/* Contact Form Settings */
  .contact page-width page-width--narrow section-template--24798656790795__form-padding
  .page-width .page-width--narrow .section-template--24798656790795__main-padding {
    padding: 0px 0px !important;
    padding-bottom; 0px !important;
    padding-top: 0px !important;
  }
  /*
  .page-width {
    max-width: 600px !important;
  }*/


  h1 {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    color: #f5f5f5 !important;
    margin: 0 !important;
  }
  p {
    text-align: center;
  }
  .rte p {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    text-align: center !important;
    color: #e2e2e2 !important;
  }

  .contact__info .contact__email-text {
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    text-align: center !important;
    margin: 0px 0px !important;
    color: #e2e2e2 !important;
  }
  .contact__info .contact__email-address, 
  .contact__info .contact__email-address a{
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    text-align: center !important;
    text-decoration: underline !important; 
    margin: 0px 0px !important;
    color: #6ABD45 !important;
  }

  .contact__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}

.contact__icon svg {
  width: 48px;
  height: 48px;
  fill: #6ABD45; /* Charlie green */
  transition: transform 0.3s ease, fill 0.3s ease;
}

.contact__icon svg:hover {
  transform: scale(1.05);
  fill: #74D248; /* lighter hover green */
}
    .contact__info {
      background-color: #2a2a2a !important;
      border-radius: 8px !important;
    }
  @media screen and (min-width: 750px) {
        .contact page-width page-width--narrow section-template--24798656790795__form-padding,
    .section-template--24798656790795__main-padding {
      padding: 0px 0px !important;
      padding-top: 80px !important;
    }
    .contact__info {
      padding-bottom: 80px!important;
    }

    h1 {
      font-size: 40px !important;
      margin-bottom: 12px !important;
    }
    .rte p {
      font-size: 16px !important;
      padding-bottom: 48px !important;
    }
    .contact__info {
      padding: 24px !important;
      border-radius: 8px !important;
    }
    .contact__info .contact__email-text {
      padding-bottom: 4px !important;
      font-size: 16px !important;
    }
        .contact__info .contact__email-address {
      font-size: 20px !important;
    }
  }

  @media screen and (max-width: 749px) {
    .contact page-width page-width--narrow section-template--24798656790795__form-padding,
    .section-template--24798656790795__main-padding {
      padding: 0px 16px !important;
      padding-top: 48px !important;
    }
    h1 {
      font-size: 24px !important;
      margin-bottom: 8px !important;
    }
    .rte p {
      font-size: 12px !important;
      padding-bottom: 8px !important;
    } 
    .contact__info .contact__email-address a {
      font-size: 16px !important;
    }
        .contact__info .contact__email-text {
      padding-bottom: 0px !important;
      font-size: 12px !important;
    }
      .contact__icon svg {
    width: 32px;
    height: 32px;
  }
  .contact__icon {
    margin-bottom: 12px;
  }
      .contact__info {
      padding: 16px !important;
      border-radius: 4px !important;
    }
      .contact {
    margin-bottom: 48px;
  }
  }

  .contact {
    margin-bottom: 80px;
  }