/** Shopify CDN: Minification failed

Line 67:13 Expected identifier but found whitespace
Line 67:15 Unexpected "{"
Line 67:24 Expected ":"
Line 67:45 Expected ":"
Line 76:19 Expected identifier but found whitespace
Line 76:21 Unexpected "{"
Line 76:30 Expected ":"

**/
p, .p, body, li, span {
    font-family: 'Union' !important;
  font-weight: 400 !important;
}

ul {
  list-style: disc !important;
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  padding-left: 1.5rem !important; 
}
li {
  display: list-item !important;
  margin-bottom: 0.5rem;
  list-style-type: disc !important;
}
footer ul,.blog-filter li, .pagination-wrapper li {
  list-style: none !important;
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  padding-left: 0rem !important; 
}
footer li,.blog-filter li, .pagination-wrapper li {
  display: list-item !important;
  margin-bottom: 0.5rem;
  list-style-type: none !important;
}

.menu-item-static {
    position: static;
  }

  .header {
    position: relative;
  }

  .mega-menu-container {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05);
  }

  .header__menu-item .link-text {
    transition: color 0.3s ease;
  }

  .menu-item-static:hover > .header__menu-item span:last-child {
    width: 100%;
  }

  .blog-filter li::marker, .pagination-wrapper li::marker {
    content: "" !important; 
  }

.hero-img, 
.hero-img figure {
  height: auto !important;
  min-height: {{ section.settings.height }}vh;
}

.hero-img img, 
.hero-img video {
  height: auto !important;
  max-height: none !important;
  width: 100% !important;
  object-fit: contain !important;
  background-color: {{ section.settings.bgcolor }};
}




@media (max-width: 768px) {
  .hero-img img {
    object-fit: scale-down !important;
  }
  .mobile-scroll-logo{
    width:160% !important;
  }
}