/** Shopify CDN: Minification failed

Line 13:0 Unexpected "<"
Line 127:0 Unexpected "<"
Line 163:0 Unexpected "<"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:background-video (INDEX:4) */
<style>
  .ImageHero {
    position: relative;
    overflow: hidden;
  }
  .ImageHero__VideoHolder {
    position: relative;
    z-index: 1;
  }
  .ImageHero__ContentWrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    color: #fff;
    padding: 20px;
  }
  .ImageHero__Heading {
    font-size: 80px;
    margin-bottom: 0rem;
  }
  .ImageHero__Subheading {
    font-size: 50px;
    margin-bottom: 1.5rem;
    font-weight: bold;
  }
  .btn.btn--primary {
    background: #a88e5b;
    color: #fff;
    padding: 6px 47px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
    font-size: 30px;
    display: inline-block;
    border-radius: 50px;
  }
  .btn.btn--primary:hover {
    background: #a88e5b;
  }
  /* Tablet (768px – 1024px) */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ImageHero--preserveRatio {
    padding-bottom: 39% !important;
    margin-top: -73px !important;
  }
  .ImageHero__Heading {
    font-size: 35px;
    margin-bottom: 0 !important;
  }
  .ImageHero__Subheading {
    font-size: 25px;
    margin-bottom: 1.5rem;
    font-weight: bold;
  }
  .btn.btn--primary {
    background: #a88e5b;
    color: #fff;
    padding: 6px 30px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
    font-size: 22px;
    display: inline-block;
    border-radius: 50px;
  }
      .ImageHero--large {
        min-height: 340px !important;
    }
}

/* Mobile (up to 767px) */
@media screen and (max-width: 767px) {
  .ImageHero--preserveRatio {
    padding-bottom: 39% !important;
    margin-top: -7px !important;
  }
  .ImageHero__ContentWrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
   .ImageHero__Heading {
    font-size: 25px;
    margin-bottom: 0 !important;
  }
  .btn.btn--primary {
    background: #a88e5b;
    color: #fff;
    padding: 4px 15px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
    font-size: 18px;
    display: inline-block;
    border-radius: 50px;
    width: 100%;
}
.ImageHero__Subheading {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: bold;
}
.ImageHero {
        min-height: 320px !important;
    }
}



</style>
/* END_SECTION:background-video */

/* START_SECTION:custom-grid-blocks (INDEX:9) */
<style>
.custom-grid-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
  margin: 30px 0;
}
.custom-grid-item {
  text-align: center;
  border: none;
  padding: 20px;
  border-radius: 8px;
}
.custom-grid-item img {
  max-width: 100%;
  height: auto;
}
.custom-grid-item h3 {
  margin-top: 15px;
  font-size: 1.1rem;
}
   @media (max-width: 1024px) {
    .custom-grid-item {
      flex: 0 0 calc(50% - 12px) !important;
    }
  }
  @media (max-width: 640px) {
    .custom-grid-item {
      flex: 0 0 100% !important;
    }
  }

</style>
/* END_SECTION:custom-grid-blocks */