/** Shopify CDN: Minification failed

Line 18:0 Unexpected "@media"
Line 41:0 Unexpected "@media"
Line 84:14 Expected identifier but found whitespace
Line 84:25 Unexpected ";"

**/
/* Fix hero headings on mobile: reduce font size & increase line height */
@media screen and (max-width: 700px) {
  .hero__title,
  .hero__heading,
  h1.hero__title,
  .slideshow__title,
  .slideshow__heading,
  .banner__heading,
/* Fix hero headings on mobile: reduce font size & line height */
@media screen and (max-width: 700px) {
  .hero__title,
  .hero__heading,
  h1.hero__title,
  .slideshow__title,
  .slideshow__heading,
  .banner__heading,
  .banner__title,
  .section-header__title,
  .heading,
  h1,
  h2 {
    font-size: 2rem !important;
    line-height: 1.2 !important;
    letter-spacing: normal !important;
    word-break: break-word !important;
  }
}
  .banner__title,
  .section-header__title,
  .heading,
  h1,
/* Fix hero headings on mobile: reduce font size & line height */
@media screen and (max-width: 700px) {
  .hero__title,
  .hero__heading,
  h1.hero__title,
  .slideshow__title,
  .slideshow__heading,
  .banner__heading,
  .banner__title,
  .section-header__title,
  .heading,
  h1,
  h2 {
    font-size: 2rem !important;
    line-height: 1.2 !important;
    letter-spacing: normal !important;
    word-break: break-word !important;
  }
}
  h2 {
    font-size: 2rem !important;
    line-height: 1.2 !important;
    letter-spacing: normal !important;
    word-break: break-word !important;
  }
/* Fix hero headings on mobile: reduce font size & increase line height */
@media screen and (max-width: 700px) {
  .hero__title,
  .hero__heading,
  h1.hero__title,
  .slideshow__title,
  .slideshow__heading,
  .banner__heading,
  .banner__title,
  .section-header__title,
  .heading,
  h1,
  h2 {
    font-size: 2rem !important;
    line-height: 1.2 !important;
    letter-spacing: normal !important;
    word-break: break-word !important;
  }
}
}  word-break: break-word;
  }
}
