/** Shopify CDN: Minification failed

Line 68:11 Expected identifier but found whitespace
Line 68:13 Unexpected "{"
Line 68:22 Expected ":"
Line 68:50 Expected ":"
Line 73:11 Expected identifier but found whitespace
Line 73:13 Unexpected "{"
Line 73:22 Expected ":"
Line 73:60 Expected ":"
Line 78:11 Expected identifier but found whitespace
Line 78:13 Unexpected "{"
... and 14 more hidden warnings

**/
.home-slideshow-section .slide-heading {
  line-height: 1.2;
  text-transform: var(--text_style);
  font-weight: var(--text_weight);
}
.home-slideshow-section.third_slider .media{
  border-radius: var(--media-radius);
}
.lg-full-width .slider_section {
  overflow: hidden;
}
/* Full width slides with no round corners */
.hero-slideshow.home-slideshow-section,
.hero-slideshow .swiper-container,
.hero-slideshow .swiper-wrapper,
.hero-slideshow .swiper-slide,
.hero-slideshow .swiper-slide img,
.hero-slideshow .swiper-slide video,
.hero-slideshow-section .slider-content {
  width: 100vw !important;
  height: auto !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important; /* remove all rounded corners */
  box-sizing: border-box !important;
  display: flex !important;
  overflow: hidden !important;
}

/* Images & videos fill the slide */
.hero-slideshow .swiper-slide img,
.hero-slideshow .swiper-slide video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  border-radius: 0 !important; /* remove rounded corners */
}

/* Slider content box full width */
.hero-slideshow-section .slider-content {
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  border-radius: 0 !important; /* remove rounded corners */
  box-sizing: border-box !important;
}

/* Adjust slider height per device */
@media screen and (min-width: 1025px) {
  .hero-slideshow .swiper-container {
    height: {{ section.settings.slider_height }}px !important;
  }
}
@media screen and (max-width:1024px) {
  .hero-slideshow .swiper-container {
    height: {{ section.settings.slider_height_large_lap }}px !important;
  }
}
@media screen and (max-width:1199px) {
  .hero-slideshow .swiper-container {
    height: {{ section.settings.slider_height_lap }}px !important;
  }
}
@media screen and (max-width:991px) {
  .hero-slideshow .swiper-container {
    height: {{ section.settings.slider_height_large_tab }}px !important;
  }
}
@media screen and (max-width:767px) {
  .hero-slideshow .swiper-container {
    height: {{ section.settings.slider_height_tab }}px !important;
  }
}
@media screen and (max-width:575px) {
  .hero-slideshow .swiper-container {
    height: {{ section.settings.slider_height_mobile }}px !important;
  }
}
.home-slideshow-section.first_slider.page-width .media,
.home-slideshow-section.five_slider.page-width .media{
  border-radius: var(--media-radius);
}
.home-slideshow-section .slide-text{
  font-size: 14px;
  margin-top: 20px;
  text-transform: capitalize;
}
.slider-content--text-center .slide-sub-heading-2{
  margin-left: auto;
  margin-right: auto;
}
.slider-content--text-end .slide-sub-heading-2{
  margin-left: auto;
}
.home-slideshow-section .slider-content *[class*="slide_"]{
  max-width: 650px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 30px;
  width: 100%;
  margin: 40px;
  overflow: hidden;
}
.home-slideshow-section .slider-content{
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  padding: 0 60px;
  box-sizing: border-box;
}
.home-slideshow-section .slideshow-img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.home-slideshow-section .slider-content [class*="slide_"] { 
  position: relative;
  z-index: 1;
}
.home-slideshow-section .slider-content [class*="slide_"]::after { 
  content: "";
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}
.slider-content--text-center{
  text-align: center;
}
.slider-content--text-end{
  text-align: right;
}
.slider-content--top-left {
  justify-content: flex-start;
}
.slider-content--top-center {
  justify-content: center;
}
.slider-content--top-right {
  justify-content: flex-end;
}
.slider-content--middle-left {
  justify-content: flex-start;
}
.slider-content--middle-center {
  justify-content: center;
}
.slider-content--middle-right {
  justify-content: flex-end;
}
.slider-content--bottom-left {
  justify-content: flex-start;
}
.slider-content--bottom-center {
  justify-content: center;
}
.slider-content--bottom-right {
  justify-content: flex-end;
}
.home-slideshow-section .slider-content[class*="top-left"] [class*="slide_"] { 
  align-self: flex-start;
}
.home-slideshow-section .slider-content[class*="top-center"] [class*="slide_"] { 
  align-self: flex-start;
}
.home-slideshow-section .slider-content[class*="top-right"] [class*="slide_"] { 
  align-self: flex-start;
}
.home-slideshow-section .slider-content[class*="middle-left"] [class*="slide_"] { 
  align-self: center;
}
.home-slideshow-section .slider-content[class*="middle-center"] [class*="slide_"] { 
  align-self: center;
}
.home-slideshow-section .slider-content[class*="middle-right"] [class*="slide_"] { 
  align-self: center;
}
.home-slideshow-section .slider-content[class*="bottom-left"] [class*="slide_"] { 
  align-self: flex-end;
}
.home-slideshow-section .slider-content[class*="bottom-center"] [class*="slide_"] { 
  align-self: flex-end;
}
.home-slideshow-section .slider-content[class*="bottom-right"] [class*="slide_"] { 
  align-self: flex-end;
}
.home-slideshow-section .slider-content[class*="bottom-"] [class*="slide_"] { 
  align-self: flex-end;
}
.home-slideshow-section .swiper-pagination--left_pagination {
  text-align: left;
}
.home-slideshow-section .swiper-pagination--center_pagination {
  text-align: center;
}
.home-slideshow-section .swiper-pagination--right_pagination {
  text-align: right;
}
.home-slideshow-section .slide-button{ 
  margin-top: 45px;
}
.home-slideshow-section .swiper-arrows .classic-arrows {  
  opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  -webkit-opacity: 0;
}
.home-slideshow-section:hover .swiper-arrows .classic-arrows {  
  opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -webkit-opacity: 1;
}
.hero-slideshow{
  position: relative;
}

.home-slideshow-section.second_slider .hero-slideshow-image .slideshow-img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  max-width: 50%;
  width: 100%;
  float: left;
}
.home-slideshow-section.second_slider .hero-slideshow-image2 .slideshow-img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  max-width: 50%;
  width: 100%;
  float: left;
}

.home-slideshow-section.second_slider .swiper-slide.swiper-slide-active .hero-slideshow-image .slideshow-img,
.home-slideshow-section.seven_slider  .swiper-slide.swiper-slide-active .hero-slideshow-image .slideshow-img{
  animation: 1s ease 0s normal none 1 running fadeInUp;
  animation-duration: 2s;
}
.home-slideshow-section.second_slider .swiper-slide.swiper-slide-active .hero-slideshow-image2 .slideshow-img,
.home-slideshow-section.seven_slider .swiper-slide.swiper-slide-active .hero-slideshow-image2 .slideshow-img{
  animation: 1s ease 0s normal none 1 running fadeInDown;
  animation-duration: 2s;
}

.home-slideshow-section .classic-container[data-slider="third_slider"] .swiper-wrapper .slider-content{
  padding: 0 30px;
}
@media screen and (min-width: 768px){
  .home-slideshow-section .classic-container[data-slider="third_slider"] .slider-content [class*="slide_"]{
    margin: 20px;
  }
}


.home-slideshow-section.fourth_slider .slideshow-img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  width: 100%;
  background: #fff;
}
@media screen and (min-width: 1430px) {
  .home-slideshow-section.fourth_slider .slider-content *[class*="slide_"]{
    max-width: 40% !important;
  }
}
@media screen and (min-width: 576px){
  .home-slideshow-section.five_slider .slider-content{
    padding: 0; 
  }
}
@media screen and (max-width: 1429px){
  .home-slideshow-section .slider-content *[class*="slide_"]{
     max-width: 620px;
     padding: 20px;
     margin: 35px;
  }
  .home-slideshow-section .slide-button{
    margin-top: 25px;
  }
}
@media screen and (min-width: 768px) {
  .mobile-only { 
    display: none;
  }
}
@media screen and (max-width: 1099px){
  .home-slideshow-section .slider-content *[class*="slide_"]{
    max-width: 500px;
    padding: 15px;
    margin: 30px;
  }
}
@media screen and (max-width: 840px){
  .home-slideshow-section .slide-text{
    margin-top: 10px;
  }
  .home-slideshow-section .slider-content *[class*="slide_"]{
    max-width: 410px;
    margin: 25px;
  }
  .home-slideshow-section .slide-button{
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px){
  .slide-img:not(.mobile-only) { 
    display: none;
  }
  .home-slideshow-section.fourth_slider .slideshow-img{
    max-width: 100% !important;
  }
  .home-slideshow-section.second_slider .hero-slideshow-image .slideshow-img{
    max-width: 100%;
    animation: none !important;
  }
  .home-slideshow-section.second_slider .hero-slideshow-image2{
    display: none;
  }
}
@media screen and (max-width: 640px){
  .home-slideshow-section .slide-button { 
    margin-top: 10px;
  }
  .home-slideshow-section .slider-content *[class*="slide_"]{
    max-width: 300px;
    margin: 20px;
  }
}
@media screen and (max-width: 575px){
  .home-slideshow-section .slider-content *[class*="slide_"]{
    margin: 15px 0px;
  }
  .home-slideshow-section .slider-content{
    padding: 0px 15px;
  }
}