/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 119:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
.contact-map-wrapper {
  background: #f9fafb;
  text-align: center;
}
.contact-map-wrapper h2, .contact-map-wrapper h3 {
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}
.contact-map-wrapper h2 {
  margin-bottom: 50px;
}
.contact-map-wrapper h3{
  text-align: left !important;
}
.contact-map-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto;
}
.contact-map {
  flex: 1 1 500px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.contact-info {
  background: white;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  text-align: left;
}
.contact-info-item {
  margin-bottom: 20px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.contact-info-item-icon {
  margin-top: 5px;
}
.contact-info-item-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.contact-info-item strong {
  display: block;
  font-size: 16px;
  color: #111827;
}
.contact-info-item p {
  font-size: 15px;
  color: #333;
  margin: 0;
}
.contact-info-item a {
  color: #1a3dab;
  text-decoration: none;
}
.contact-info-item a:hover {
  text-decoration: underline;
}
.contact-info-item-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.contact-info-item-icon svg path,
.contact-info-item-icon svg circle,
.contact-info-item-icon svg rect,
.contact-info-item-icon svg line,
.contact-info-item-icon svg polygon {
  fill: var(--icon-color);
}

.google-review-cta strong {
  display: block;
  font-size: 16px;
  color: #111827;
}
.google-review-cta a {
  color: #1a3dab;
  text-decoration: none;
}
.google-review-cta a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .contact-map-container {
    flex-direction: column;
  }
  .contact-map, .contact-info {
    width: 100%;
  }
  .contact-map-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .contact-map {
    flex: inherit;
  }
}
</style>