/** Shopify CDN: Minification failed

Line 6:0 Unexpected "5.hero--section"

**/
5.hero--section {
  color: #fff;
  width: 100%;
  height: 680px !important;
  position: relative;
}
.hero--section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #0000000a;
}
.hero--section .container {
  position: relative;
  display: flex;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 5;
}

.hero-swiper .swiper-wrapper {
  margin: 0 0 34px;
}
.hero-swiper img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  -o-object-fit: cover;
	 object-fit: cover;
  -o-object-position: top;
	 object-position: bottom;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero-swiper .swiper-nav .swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(1.5);
  filter: invert(100%);
}
.hero-swiper .swiper-nav .swiper-button-prev {
  left: 40px;
}
.hero-swiper .swiper-nav .swiper-button-next {
  right: 40px;
}
.hero-swiper .swiper-nav .swiper-pagination {
  position: absolute!important;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
}
.hero-swiper .swiper-nav .swiper-pagination .swiper-pagination-bullet {
  background-color: #BFC5CF;
}
.hero-swiper .swiper-nav .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .hero-swiper .swiper-nav {
	margin-bottom: 20px;
  }
  .hero-swiper .swiper-nav .swiper-button {
	position: static;
	transform: translateY(0) scale(1);
	filter: invert(0);
  }
  .hero-swiper .swiper-nav .swiper-pagination {
	position: static!important;
	transform: translateX(0);
  }
  .hero-swiper .swiper-nav .swiper-pagination .swiper-pagination-bullet {
	background-color: #D3D8DF;
  }
  .hero-swiper .swiper-nav .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #1F1F1F;
  }
}

.hero-content {
  width: 100%;
  max-width: 950px;
  /* text-transform: uppercase; */
  position: relative;
  z-index: 10;
  text-align: center;
  margin: 0 0 105px 0;
}
.hero__button-wrapper .button {
  margin: 0 10px;
  padding: .8rem 2rem;
}
.hero__sub-heading {
  font-size: 26px;
  line-height: 34px;
  font-weight: 400;
  display: block;
  margin: 0 0 33px;
  text-transform:uppercase;
}

.hero__heading {
  font-size: 56px;
  line-height: 58px;
  color: #fff;
  font-weight: 700;
  margin: 0 0 22px;
}
.hmpg-hero {
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
}
.bg-video-holder {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
  background-size: cover;
}

.bg-video-holder .bg-video {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
	 object-fit: cover;
}

.hidden_desktop {
  display: block;
}

.hidden_mobile {
  display: none;
}

@media only screen and (max-width: 479px) {
  .hero--section {
	height: 498px !important;
  }
}
@media only screen and (max-width: 767px) {
  .hero--section {
	min-height: 550px !important;
	height: 100%;
  }
.hero-content {
   margin: 0 0 0px;
} 
  .hero--section .button {
	font-size: 14px;
	line-height: 16px;
	min-width: 157px;
	padding: 8px 35px;
  }

  .hero-swiper .swiper-wrapper {
	margin: 0 0 17px;
  }
  .hero-swiper .swiper-pagination {
	margin: 0 4px !important;
  }
.hmpg-hero {
  margin-bottom: 12px;
  font-size: 20px;
}
  .hero__heading {
	font-size: 41px;
	line-height: 43px;
	margin: 0 0 0px;
  }

  .hero__sub-heading {
	font-size: 14px;
	margin: 15px 0 20px;
    line-height: 1.5;
  }

  .container.hero__alignment--mobile-top {
	align-items: flex-start;
  }
  .container.hero__alignment--mobile-center {
	align-items: center;
  }
  .container.hero__alignment--mobile-bottom {
	align-items: flex-end;
  }
  .container.hero__alignment--mobile-bottom .hero-content {
	padding-bottom: 120px;
  }
}
@media only screen and (min-width: 768px) {
  .hidden_desktop {
	display: none;
  }

  .hidden_mobile {
	display: block;
  }

  .container.hero__alignment-left_middle {
	align-items: center;
  }
  .container.hero__alignment-left_bottom {
	align-items: flex-end;
  }
  .container.hero__alignment-center_top {
	justify-content: center;
	align-items: flex-start;
  }
  .container.hero__alignment-center {
	justify-content: center;
	align-items: center;
	text-align: center;
  }
  .container.hero__alignment-center_bottom {
	justify-content: center;
	align-items: flex-end;
  }
  .container.hero__alignment-right_top {
	justify-content: flex-end;
	align-items: flex-start;
  }
  .container.hero__alignment-right_middle {
	justify-content: flex-end;
	align-items: center;
  }
  .container.hero__alignment-right_bottom {
	justify-content: flex-end;
	align-items: flex-end;
  }
}
@media only screen and (min-width: 1200px) {
.hero-content {
  margin: 0 0 135px 0;
}
  }
@media only screen and (min-width: 1480px) {
.hero-content {
  margin: 0 0 195px 0;
}
  }
@media only screen and (min-width: 1810px) {
.hero-content {
  margin: 0 0 250px 0;
}
  }