/** Shopify CDN: Minification failed

Line 242:0 Unexpected "}"

**/


/* CSS from section stylesheet tags */
.contact-map-section {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: inherit;
}
.contact-map-left, .contact-map-right {
  flex: 1 1 460px;
  border-radius: 20px;
  padding: 30px;
}
.contact-map-left {
  display: flex;
  flex-direction: column;
}
.contact-map-iframe {
  height: 100%;
  padding-top: 20px;
}
.contact-map-left h3 {
  font-size: 22px;
  margin-bottom: 20px;
}
.contact-map-entry {
  position: relative;
  padding-left: 28px;
  font-size: 16px;
  margin: 12px 0;
}
.contact-map-iframe iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 12px;
}
.contact-map-right form {
  display: grid;
  gap: 16px;
}
.contact-map-right label {
  font-weight: 600;
  font-size: 14px;
}
.contact-map-right input,
.contact-map-right select {
  padding: 12px 14px;
  font-size: 15px;
  border-radius: 8px;
}
.contact-map-right .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.contact-map-right .checkbox-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact-map-right button {
  padding: 14px;
  border: none;
  font-size: 16px;
  font-weight: bold;
  border-radius: 30px;
  cursor: pointer;
}
.contact-map-right .gdpr-text {
  font-size: 12px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .contact-map-section {
    flex-direction: column;
  }
  .contact-map-right .grid {
    grid-template-columns: 1fr;
  }
}
.contact-map-section {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: inherit;
}
.contact-map-left, .contact-map-right {
  flex: 1 1 460px;
  border-radius: 16px;
  padding: 30px;
  width: 100%;
}
.contact-map-left {
  display: flex;
  flex-direction: column;
}
.contact-map-iframe {
  height: 100%;
  padding-top: 20px;
}
.contact-map-left h3 {
  font-size: 22px;
  margin-bottom: 20px;
}
.contact-map-entry {
  position: relative;
  padding-left: 28px;
  font-size: 16px;
  margin: 12px 0;
}
.contact-map-iframe iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 16px;
}
.contact-map-right form {
  display: grid;
  gap: 16px;
}
.contact-map-right label {
  font-weight: 600;
  font-size: 14px;
}
.contact-map-right input,
.contact-map-right select {
  padding: 12px 14px;
  font-size: 15px;
  border-radius: 16px;
}
.contact-map-right .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.contact-map-right .checkbox-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: row;
}
.contact-map-right button {
  padding: 14px;
  border: none;
  font-size: 16px;
  font-weight: bold;
  border-radius: 30px;
  cursor: pointer;
}
.contact-map-right .gdpr-text {
  font-size: 12px;
  margin-top: 10px;
}
.form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media (max-width: 768px) {
  .contact-map-section {
    flex-direction: column;
  }
  .contact-map-right .grid {
    grid-template-columns: 1fr;
  }
}
.benefits-grid-vertical {
    display: flex;
    gap: 30px;
    margin: 0 auto;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    align-content: flex-start;
}
.benefit-card-vertical {
  flex: 1 1 100%;
  min-width: 280px;
  text-align: left;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start;

  flex-wrap: nowrap;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.benefit-card-content-vertical {
  flex: 1;
}
.benefit-card-image-vertical {
  flex-shrink: 0;
}
.benefit-card-image-vertical img {
  display: block;
  border-radius: 12px;
  height: auto;
}
@media (max-width: 768px) {
  .benefit-card-vertical {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    }
  .benefit-card-content-vertical {
    text-align: center;
  }
  .benefits-grid-vertical {
    display: flex;
    gap: 30px;
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .benefit-card-vertical {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    }
  }
}
.glow-green-benefits{
  display: flex;
  justify-content: center;
  align-items: center;
  }
.benefits-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin: 0 auto;
  width: 100%
}
.benefit-card {
  flex: 1 1 100%;
  min-width: 280px;
  text-align: left;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start;
}
.benefit-card-content {
  flex: 1;
}
.benefit-card-image {
  flex-shrink: 0;
}
.benefit-card-image img {
  display: block;
  border-radius: 12px;
  height: auto;
}
@media (max-width: 768px) {
  .benefit-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .benefit-card-content {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .benefit-card {
    flex: 1 1 45%;
  }
}