/** Shopify CDN: Minification failed

Line 508:192 Expected "}" to go with "{"

**/
slideshow-component {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width:1200px) {
.slideshow__media.banner__media.media{opacity:0.5;}
  }


/*slider*/

button.slideshow__autoplay.slider-button.no-js-hidden {
    display: block;
    background:var(--gradient-base-background-2);
    left: 0;
    right: 0;
    margin: auto;
}
.slideshow__media img.desktop-slider{ width:100%;}
@media screen and (max-width: 750px) {
.slideshow__media img.desktop-slider{display:none;}
.slideshow__media img.mobile-slider{display:block;}
}
@media screen and (min-width: 750px) {
  .slideshow__media img.desktop-slider{ width:100%;}
.slideshow__media img.mobile-slider{display:none;}
.slideshow__media img.desktop-slider{display:block;}
} 
.demo-2-slider .banner__buttons a.button.button--primary{ background-color: var(--gradient-base-accent-1); color:var(--gradient-base-background-1);}
.demo-2-slider .banner__buttons a.button.button--primary:hover{     background-color: var(--gradient-base-background-2);     color: var(--gradient-base-accent-1); }

@media screen and (max-width: 989px) {
  .no-js slideshow-component .slider {
    padding-bottom: 3rem;
  }
}

slideshow-component .slideshow.banner {
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 0;
  gap: 0;
}

.slideshow__slide {
  padding: 0;
  position: relative;
  display: flex;
  flex-direction: column;
}
.slideshow__media.placeholder:before{     content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color:rgba(var(--color-overlay), 0.5);
    left: 0;}
@media screen and (max-width: 749px) {
  .slideshow--placeholder.banner--mobile-bottom.banner--adapt_image .slideshow__media,
  .slideshow--placeholder.banner--adapt_image:not(.banner--mobile-bottom) {
    height: 52rem;
  }
}

@media screen and (min-width: 750px) {
  .slideshow--placeholder.banner--adapt_image {
    height: 76rem;
  }
}

.slideshow__text.banner__box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 62.5rem;
/*   background: var(--gradient-background); */
/*   padding-top: 190px; */
}

.slideshow__text > * {
  max-width: 100%;
}

@media screen and (max-width: 749px) {
  slideshow-component.page-width .slideshow__text {
    border-right: var(--text-boxes-border-width) solid rgba(var(--color-foreground), var(--text-boxes-border-opacity));
    border-left: var(--text-boxes-border-width) solid rgba(var(--color-foreground), var(--text-boxes-border-opacity));
  }

  .banner--mobile-bottom .slideshow__text.banner__box {
    max-width: 100%;
  }

  .banner--mobile-bottom .slideshow__text-wrapper {
    flex-grow: 1;
  }

  .banner--mobile-bottom .slideshow__text.banner__box {
    height: 100%;
    background:rgba(var(--color-background), 0)
  }
  .banner--mobile-bottom .slideshow__media.banner__media.media, .banner--stacked:not(.banner--mobile-bottom) .slideshow__media.banner__media.media{position:absolute;}
  .slideshow.banner--large.banner--mobile-bottom:not(.banner--adapt) .slideshow__media, .slideshow.banner--large.banner--stacked:not(.banner--mobile-bottom):not(.banner--adapt)>.slideshow__media{height:100%;}
  .banner--mobile-bottom .slideshow__text .button {
    flex-grow: 0;
  }

  .slideshow__text.slideshow__text-mobile--left {
    align-items: center;
    text-align: center;
  }

  .slideshow__text.slideshow__text-mobile--right {
    align-items: center;
    text-align: center;
  }
}
@media screen and (min-width: 1540px) {
.slideshow-home-2 .slideshow__text.banner__box{ margin-top:-8rem;}
}
@media screen and (min-width: 750px) {
  .slideshow__text.slideshow__text--left {
    align-items: flex-start;
    text-align: left;
  }

  .slideshow__text.slideshow__text--right {
    align-items: flex-end;
    text-align: right;
  }
}


.slideshow:not(.banner--mobile-bottom) .slideshow__text-wrapper {
  height: 100%;
}

@media screen and (min-width: 750px) {
  .slideshow__text-wrapper.banner__content {
    height: 100%;
/*     padding: 5rem; */
  }
}



.slideshow__controls--top {
  order: 2;
  z-index: 1;
}

@media screen and (max-width: 749px) {
  .slideshow__controls--border-radius-mobile {
    border-bottom-right-radius: var(--text-boxes-radius);
    border-bottom-left-radius: var(--text-boxes-radius);
  }
}

.spaced-section--full-width:last-child slideshow-component:not(.page-width) .slideshow__controls {
  border-bottom: none;
}

@media screen and (min-width: 750px) {
  .slideshow__controls {
    position: relative;
  }
}

slideshow-component:not(.page-width) .slider-buttons {
  border-right: 0;
  border-left: 0;
}

.slideshow__control-wrapper {
  display: flex;
}

.slideshow__autoplay {
  position: absolute;
  right: 0;
  border-left: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 749px) {
  slideshow-component.page-width .slideshow__autoplay {
    right: 1.5rem;
  }
}

@media screen and (min-width: 750px) {
  .slideshow__autoplay.slider-button {
    position: inherit;
    margin-left: 0.6rem;
    padding: 0 0 0 0.6rem;
    border-left: 0.1rem solid rgba(var(--color-foreground), 0.08);
  }
}

.slideshow__autoplay .icon.icon-play,
.slideshow__autoplay .icon.icon-pause {
  display: block;
  position: absolute;
  opacity: 1;
  transform: scale(1);
  transition: transform 150ms ease, opacity 150ms ease;
  width: 0.8rem;
  height: 1.2rem;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  top: 0;
}

.slideshow__autoplay .icon.icon-play {
  height: 1rem;
}

.slideshow__autoplay path {
  fill: rgba(var(--color-foreground), 0.75);
}

.slideshow__autoplay:hover path {
  fill: rgb(var(--color-foreground));
}

@media screen and (forced-colors: active) {
  .slideshow__autoplay path,
  .slideshow__autoplay:hover path{
    fill: CanvasText;
  }
}

.slideshow__autoplay:hover svg {
  transform: scale(1.1);
}

.slideshow__autoplay--paused .icon-pause,
.slideshow__autoplay:not(.slideshow__autoplay--paused) .icon-play {
  visibility: hidden;
  opacity: 0;
  transform: scale(.8)
}
.slideshow__text-wrapper .slideshow__text h2.banner__heading {
   margin-bottom: 0;
   color: var(--color-foreground);
}
.slideshow__text .banner__text{
    margin-bottom: 0;
    color: var(--color-foreground);
    font-family: var(--font-body-family);
    font-weight: 400;
    font-size: 2rem;
    line-height: 30px
}
.slideshow__text .banner__sub_heading{
    color: var(--color-foreground);
    margin-bottom: 0;
    font-family: var(--font-body-family);
    font-weight: 600;
    letter-spacing: 5px;
}


/* custom css */
.custom-slideshow .slideshow__text-wrapper .slideshow__text h2.banner__heading{font-size: calc(var(--font-heading-scale) * 36.6rem);font-weight:700;line-height: 430px;}
.custom-slideshow .slideshow__text.banner__box{max-width:100%;}
.custom-slideshow .swiper-pagination-bullet{border-color:var(--gradient-base-background-1);}
.custom-slideshow .swiper-pagination-bullet:before{background:var(--gradient-base-background-1);}

@media screen and (min-width: 1700px){
.custom-slideshow .swiper-pagination{bottom:50px}
}
@media screen and (max-width: 1540px){
  .custom-slideshow .slideshow__text-wrapper .slideshow__text h2.banner__heading{font-size: calc(var(--font-heading-scale) * 20rem);line-height:calc(var(--font-heading-scale) * 20rem);}
}
@media screen and (max-width: 1024px){
  .custom-slideshow .slideshow__text-wrapper .slideshow__text h2.banner__heading{font-size: calc(var(--font-heading-scale) * 10rem);line-height:calc(var(--font-heading-scale) * 10rem);}
}
@media screen and (max-width: 990px){
 .custom-slideshow .slideshow__media{height:50rem}
}
@media screen and (max-width: 749px){
  .custom-slideshow .slideshow__text-wrapper .slideshow__text h2.banner__heading{font-size: calc(var(--font-heading-scale) * 5rem);line-height:calc(var(--font-heading-scale) * 5rem);}
}


.slideshow-home-10  .slideshow__text-wrapper .slideshow__text h2.banner__heading{ font-weight:600;}
.slideshow-home-10 .banner__content.banner__content--middle-left{     justify-content: flex-start !Important;}
.slideshow-home-10 .slideshow__text.banner__box{ background:transparent;}

@media screen and (min-width: 768px){

 .slideshow-home-10  .swiper-horizontal>.swiper-pagination-bullets, .slideshow-home-10 .swiper-pagination-bullets.swiper-pagination-horizontal{ bottom: 50%;
    right: 0;
    left: 46%;
    transform: rotate(90deg);
    width: 100%;}
}
@media screen and (min-width: 1200px){
.slideshow-home-10 .slideshow__text.banner__box{ max-width:72.5rem;}
.slideshow-home-10 .banner__content.banner__content--middle-left{ margin-left:5%;}
   
}

@media screen and (max-width:576px){
.slideshow-home-10 .slideshow__text .banner__text{ margin-top:1rem;}
.slideshow-home-10 .slideshow__text-wrapper .slideshow__text h2.banner__heading{ font-size: calc(var(--font-heading-scale) * 2.4rem); }
}

.slideshow-home-10 .banner__buttons a.button.button--primary{ padding: 0.2rem 5rem;}

.slideshow-home-10 .banner__box>*+.banner__buttons{ margin-top:3rem;}
@media screen and (min-width: 1200px) and (max-width:1740px){
.slideshow-home-10  .slideshow__media{ height:68rem; }
   
}

@media screen and (min-width: 768px) and (max-width:1439px){

.slideshow-home-10  .slideshow__media{ height:58rem; }
}
@media screen and (min-width: 1200px) and (max-width:1539px){
.slideshow-home-10 .slideshow__media img.desktop-slider{
     object-fit: cover;
    object-position: left;
   }  

}
@media screen and (min-width:1200px) and (max-width:1439px) {
.slideshow-home-10   .slideshow__text .banner__heading {
    font-size: calc(var(--font-heading-scale) * 5.3rem);
    margin-bottom:0rem;
    
}
}
  @media screen and (min-width:1440px) {
    .slideshow-home-10 .slideshow__text .banner__text{ max-width:80%;}
    .slideshow-home-10 .slideshow__text-wrapper .slideshow__text h2.banner__heading{ font-size:10rem;}
.slideshow-home-10   .slideshow__text .banner__heading {
    font-size: calc(var(--font-heading-scale) * 6.3rem);
    margin-bottom:0rem;
    
}
  }
.slideshow-home-10 a.button.button--secondary{     padding: 0.2rem 5rem;
    margin-top: 2rem; background:transparent;}
.slideshow-home-10 a.button.button--secondary:hover{ background: var(--gradient-base-accent-2); }
@media screen and (min-width: 768px) and (max-width:1199px){
 .slideshow-home-10 .slideshow__media:after{  background-color: rgb(248,248,248 , 0.7); opacity:1; }
}

.demo-2-slider .banner__box>*+.banner__buttons .button.button--secondary:before{ border:none;}
.demo-2-slider .banner__box>*+.banner__buttons  .button--secondary:after{ --border-opacity:0;}
.demo-2-slider .banner__box>*+.banner__buttons .button.button--secondary{  margin-top:2rem; font-size:1.2rem; align-items:center;  display: flex;
   
    background: transparent;}

.demo-2-slider .banner__box>*+.banner__buttons .button.button--secondary>span{ display: flex;
    height: 100%;
    padding-right: 10px;
    justify-content: center;
    align-items: center; }
.demo-2-slider .banner__box>*+.banner__buttons .button.button--secondary svg{   width: 3rem;
    height: 3rem; }
  
.demo-2-slider .banner__box>*+.banner__buttons .button.button--secondary .group_button{
    display: flex;
    flex-direction: column;
    align-items: flex-start; }

/* .demo-2-slider .swiper-button-next:before{ content:'Next';     font-size: 1.4rem; */
    /* font-weight: 500; */
    /* font-family: var(--font-body-family);} */
        /* .demo-2-slider .swiper-button-prev:before{ content:'Prev';     font-size: 1.4rem; */
    /* font-weight: 500; */
    /* font-family: var(--font-body-family); } */
      /* .demo-2-slider  .swiper-button-prev{   flex-direction: row-reverse;}   */
   /* .demo-2-slider  .swiper-button-prev, .demo-2-slider .swiper-button-next{ width:70px; justify-content: space-evenly; } */
   /* .demo-2-slider .swiper-button-prev svg{ transform:rotate(180deg); } */

@media screen and (max-width: 767px){
 .demo-2-slider  .banner__buttons{ justify-content: center;  }
.demo-2-slider .swiper-button-prev, .demo-2-slider .swiper-button-next{ display:none;}  
  .demo-2-slider .slideshow__media{  height:50rem; } }


.demo-2-slider  .slideshow__text-wrapper .slideshow__text h2.banner__heading{
    font-weight: 500;
    text-transform: inherit;
    letter-spacing: 0; }
.demo-2-slider .slideshow__text .banner__text{ font-size:1.6rem; line-height:26px;}
 .slideshow__text.banner__box{ background:transparent;} 

@media screen and (min-width: 990px){
.demo-2-slider  .slideshow__text-wrapper .slideshow__text h2.banner__heading{   font-size:5.4rem;
    line-height: 65px; } }
@media screen and (min-width:577px) and (max-width: 989px){
  .demo-2-slider  .slideshow__text-wrapper .slideshow__text h2.banner__heading{
     font-size:4rem;
    line-height: 46px; }
}

@media screen and (max-width: 576px){
  .demo-2-slider  .slideshow__text-wrapper .slideshow__text h2.banner__heading{
     font-size:3rem;
    line-height: 40px; }
}
@media screen and (min-width: 1024px){
/* .demo-2-slider .swiper-button-next{ right:11%; top:43%;} } */


/* .demo-2-slider .swiper-button-prev{ display:none;} */
.demo-2-slider .video-play-icon .watch-more.btn-close-watch-more{ cursor:pointer; display: flex; flex-direction:row;
    justify-content: center;
    align-items: center; margin-top:2rem;}
 .demo-2-slider .video-play-icon .watch-more.btn-close-watch-more .group_button{
      display: flex;
    flex-direction: column;
    align-items: flex-start;  padding-left:1rem; position:relative; top:-0.5rem;} 
  .demo-2-slider .video-play-icon .watch-more.btn-close-watch-more span svg{     width: 4rem;
    height: 4rem;
} 
.demo-2-slider .banner__buttons a.button.button--primary{ height:fit-content;}
.demo-2-slider  .banner__buttons a.button.button--primary{ padding:0 2rem;}
.demo-2-slider  .video-popup{ top:0;}
.demo-2-slider .video-play-icon .watch-more.btn-close-watch-more:hover{ background:transparent;}
.demo-2-slider .video-play-icon .watch-more.btn-close-watch-more .group_button span{ line-height:normal;  font-weight:300;   justify-content: flex-start;}
.demo-2-slider .banner__box>*+.banner__buttons{ margin-top:3rem;}
.demo-2-slider .slideshow__text-wrapper .slideshow__text h2.banner__heading{ font-weight:600; }
@media screen and (min-width: 1540px){
 .demo-2-slider  .slideshow__text.banner__box{ margin:-6rem 10rem 0 10rem;}

}
@media screen and (min-width:768px) and  (max-width: 1199px){
.demo-2-slider .slideshow__media:after{ content: "";
    position: absolute;
    top: 0; background-color:rgb(var(--color-overlay));     opacity: 0.5;
    z-index: 1;
    width: 100%;
    height: 100%; } }

@media screen and (max-width: 767px){
.demo-2-slider .slideshow__media:after{ content: "";
    position: absolute;
    top: 0; background-color:rgb(var(--color-overlay));     opacity: 0.7;
    z-index: 1;
    width: 100%;
    height: 100%; } }

@media screen and (max-width: 767px){
.demo-2-slider .slideshow__text-wrapper.banner__content{     align-items: center !Important; } }
@media screen and (min-width: 768px){
.demo-2-slider .banner__buttons a.button.button--primary{ margin-right:3.5rem;} }
@media screen and (min-width: 768px) and (max-width:1199px){
.demo-2-slider .slideshow__media{ height:60rem; } }

.demo-2-slider .video-play-icon .watch-more.btn-close-watch-more .group_button span:first-child{     font-size: 16px;
    font-weight: 600;}
.demo-2-slider .video-play-icon .watch-more.btn-close-watch-more span svg{ transition:all 0.3s linear; }
.demo-2-slider .swiper-button-next:before{ transition:all 0.3s linear; }
.demo-2-slider .swiper-button-next svg{ transition:all 0.3s linear;}
.demo-2-slider .swiper-button-next svg{ transition:all 0.3s linear; }
.demo-2-slider .swiper-button-next:hover svg{ fill:var(--gradient-base-background-1); transition:all 0.3s linear; }
.demo-2-slider .video-play-icon .watch-more.btn-close-watch-more:hover svg{  color:var(--gradient-base-accent-4); fill:var(--gradient-base-accent-4);}
.demo-2-slider .video-play-icon .watch-more.btn-close-watch-more .group_button span{ transition:all 0.3s linear;}
.demo-2-slider .video-play-icon .watch-more.btn-close-watch-more .group_button:hover span{ color:var(--gradient-base-accent-2);}
 .demo-2-slider .swiper-button-next:hover:before{ color:var(--gradient-base-background-1);} 
.slideshow .swiper-slide{     cursor: grab; }
.video-popup[style="display: block;"]{ display: flex !important;
    align-items: center;
    justify-content: center;}

/* .demo-2-slider .swiper-slide-active  .banner__box>*+.banner__buttons{   animation: fadeInLeft 2.2s ease both; }
.demo-2-slider .swiper-slide-active .slideshow__text-wrapper .slideshow__text h2.banner__heading, .demo-2-slider .swiper-slide-active .slideshow__text .banner__text{   animation: fadeInLeft 2s ease both; } */
.shopify-section.reveal .demo-2-slider .swiper-slide-active  :where(.banner__box>*+.banner__buttons) {   animation: fadeInLeft 2.2s ease both; }
.shopify-section.reveal .demo-2-slider .swiper-slide-active  .slideshow__text-wrapper .slideshow__text  :where(h2.banner__heading), .shopify-section.reveal .demo-2-slider .swiper-slide-active .slideshow__text  :where(.banner__text){   animation: fadeInLeft 2s ease both; }
@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-30%,0,0);}to{opacity:1;transform:none;}}
@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,80%,0);}to{opacity:1;transform:none;}}

/*.demo-2-slider .video-play-icon .watch-more.btn-close-watch-more span:before{     content: "";
    position: absolute;
    z-index: 0;
    left: 59%;
    top: 40px;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 40px;
    height: 40px;
    background:white;
    transition: background .35s ease-in;
    border-radius: 50%;
    z-index: -1;
    animation: pulse-border2 1500ms ease-out infinite;} */


  .slideshow__media svg.placeholder-svg{ width:100%; height:100%;}
.demo-2-slider .video-play-icon .watch-more.btn-close-watch-more:hover span svg{ color:var(--gradient-base-accent-2); fill:var(--gradient-base-accent-2);}
@keyframes pulse-border2{0%{transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);opacity:1;}100%{transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);opacity:0;}}