/** Shopify CDN: Minification failed

Line 11:0 Unexpected "<"
Line 47:2 Unexpected "<"
Line 66:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
    .contact-image-text-wrapper {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 2rem;
    }

    .contact-image-text-image {
      flex: 1 1 50%;
    }

    .contact-image-text-image img {
      width: 100%;
      height: auto;
      border-radius: 10px;
    }

    .contact-image-text-content {
      flex: 1 1 50%;
    }

    .contact-image-text-content h5 {
      font-size: 1.25rem;
      margin: 0 0 0.5rem;
    }

    .contact-image-text-content p {
      margin: 0 0 1.5rem;
    }

    @media (max-width: 768px) {
      .contact-image-text-wrapper {
        flex-direction: column;
      }
    }
  </style>
<style>
.page-title-wrapper {
  padding: 80px 0;
  text-align: center;
}
.page-title-wrapper .subtitle {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.page-title-wrapper .main-title {
  font-size: 3rem;
  font-weight: 900;
  margin: 0;
  line-height: 1.2;
  -webkit-text-stroke: 1px #fff; /* Optional outline effect */
  color: transparent;
}
</style>