/** Shopify CDN: Minification failed

Line 491:3 Expected identifier but found whitespace
Line 931:20 Expected identifier but found "."
Line 967:0 Unexpected "}"

**/
slideshow-component {
  position: relative;
  display: flex;
  flex-direction: column;
   cursor:pointer;
}
@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;
}
@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.mobile-slider{display:none;}
.slideshow__media img.desktop-slider{display:block;}
} 



@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;
}

@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: 28rem;
  }
}

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

.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;
   
  
}
.slideshow__text .banner__text{ color:rgb(var(--color-foreground));}
@media screen and (max-width: 767px){
.banner--mobile-bottom .slideshow__text-wrapper.banner__content{ position:absolute;}
}
@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);}
}
 span.swiper-pagination-bullet.swiper-pagination-bullet-active:before{ background-color:currentColor;}
 .swiper-pagination-bullet:before{ background: var(--gradient-base-accent-3);}
 .swiper-pagination-bullet-active{ border:none;}
.slideshow-home-10 .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .slideshow-home-10 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{ margin:0;}
.slideshow-home-10 .swiper-horizontal>.swiper-pagination-bullets, .slideshow-home-10 .swiper-pagination-bullets.swiper-pagination-horizontal, .slideshow-home-10 .swiper-pagination-custom, .slideshow-home-10 .swiper-pagination-fraction{bottom:6.5rem;}

.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);}
/* custom style */
.slideshow-home-10 .banner__content{cursor:grab;}
.slideshow-home-10 .slideshow__text .banner__text{ font-size: 1.6rem; /* color: var(--gradient-base-accent-1); */ }
.slideshow-home-10 .banner__buttons a.button{ 
    font-family: var(--font-additional-family);   
    font-size: 1.6rem;
    letter-spacing: 0; 
    min-height: calc(4.4rem + var(--buttons-border-width) * 2);
    padding: 0 2.7rem;
    line-height: 3rem; 
 }
.slideshow-home-10 .banner__buttons a.button.button--secondary:after{ box-shadow:none;}
.slideshow-home-10 .slideshow__text .banner__sub_heading{
  font-size:1.6rem; 
  font-family: var(--font-additional-family);  
  font-weight: 500; 
 
  letter-spacing: 1px;
  text-transform: uppercase;

}
.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;}
.slideshow-home-10 .banner__content.banner__content--middle-right{     justify-content: flex-end;}
.slideshow-home-10 .slideshow__text.banner__box{ background:transparent;}
.slideshow-home-10 .slideshow__text .banner__text{ margin-top:1rem;}

@media screen and (min-width: 1200px){
  .slideshow-home-10 .banner__buttons a.button{ margin-right:3rem;}
.slideshow-home-10 .slideshow__text.banner__box{ max-width:76rem; margin-top:2rem; margin-left:-3rem;}
.slideshow-home-10 .banner__content.banner__content--middle-left{ margin-left:5%;}
.slideshow-home-10 .banner__content.banner__content--middle-right{ margin-right:5%;}  
   
}
@media screen and (max-width: 750px){
    .slideshow-home-10 .slideshow__text.banner__box{ height: 100%;
    width: 100%;  max-width: 100%;}
}
@media screen and (max-width:576px){
 .slideshow-home-10  .swiper-horizontal>.swiper-pagination-bullets, .slideshow-home-10  .swiper-pagination-bullets.swiper-pagination-horizontal{ bottom:4rem !important;}
.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 .slideshow__text-wrapper .slideshow__text h2.banner__heading{ letter-spacing:0; 
    text-transform: capitalize; margin-top: 14px;}
/* .slideshow-home-10 .banner__buttons a.button{ padding: 0.5rem 2.8rem; } */

.slideshow-home-10 .banner__box>*+.banner__buttons{ margin-top:2rem;}
/* @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:1199px){

 .slideshow-home-10  .slideshow__media{ height:60rem; } 
}
@media screen and (min-width: 578px) and (max-width:767px){
.slideshow-home-10 .swiper-horizontal>.swiper-pagination-bullets{ bottom:4rem;}
 .slideshow-home-10  .slideshow__media{ height:50rem; } 
}
@media screen and (min-width: 320px) and (max-width:577px){
   .slideshow-home-10  .slideshow__media{ height:55rem; } 
}
@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:5rem;}
.slideshow-home-10   .slideshow__text .banner__heading {
    font-size: calc(var(--font-heading-scale) * 6.3rem);
    margin-bottom:0rem;
    
}
  }
@media screen and (min-width: 768px) and (max-width:1199px){
 .slideshow-home-10 .slideshow__media:after{  background-color:var(--gradient-base-accent-2); opacity:0.5; }
}
@media screen and (min-width: 320px) and (max-width:767px){
 .slideshow-home-10 .slideshow__media:after{  background-color:var(--gradient-base-background-1);  opacity:0.7; }
}
@media screen and (max-width:437px){
.banner--mobile-bottom .slideshow__text.banner__box .banner__buttons{ justify-content:center;}
}

/* .slideshow-home-10 a.button.button--secondary:hover{ background: var(--gradient-base-accent-2); } */


.slideshow-home-2 .banner__buttons a.button:hover{ background-color:var(--gradient-base-background-1);}
.slideshow-home-2 .slideshow__text .banner__text{ font-size: 1.6rem; color: var(--gradient-base-accent-2); }
.slideshow-home-2 .banner__buttons a.button{ font-family: var(--font-additional-family); text-transform:capitalize;     background-color: var(--color-icon);     font-size: 2rem;
    letter-spacing: 0;
    line-height: 3rem; font-style: italic;}
.slideshow-home-2 .banner__buttons a.button.button--secondary:after{ box-shadow:none;}
.slideshow-home-2 .slideshow__text .banner__sub_heading{ font-size:2rem; font-family: var(--font-additional-family);  font-style:italic; 
    font-weight: 500; line-height:30px; }
.slideshow-home-2  .slideshow__text-wrapper .slideshow__text h2.banner__heading{ font-weight:500;}
.slideshow-home-2 .banner__content.banner__content--middle-left{     justify-content: flex-start !Important;}
.slideshow-home-2 .slideshow__text.banner__box{ background:transparent;}
.slideshow-home-2 .slideshow__text .banner__text{ margin-top:1rem;}

@media screen and (min-width: 1200px){
  .slideshow-home-2 .banner__buttons a.button{ margin-right:3rem;}
.slideshow-home-2 .slideshow__text.banner__box{ max-width:76rem; }
.slideshow-home-2 .banner__content.banner__content--middle-left{ margin-left:5%;}
   
}
@media screen and (min-width: 1440px){
 .slideshow-home-2 .slideshow__text.banner__box{ margin-top:-10rem; margin-left:3%; }
}
@media screen and (max-width:576px){
   .slideshow-home-2 .swiper-horizontal>.swiper-pagination-bullets, .slideshow-home-2 .swiper-pagination-bullets.swiper-pagination-horizontal{ bottom:4rem !important;}
.slideshow-home-2 .slideshow__text .banner__text{ margin-top:1rem;}
.slideshow-home-2 .slideshow__text-wrapper .slideshow__text h2.banner__heading{ font-size: calc(var(--font-heading-scale) * 2.4rem); }
}
.slideshow-home-2 .swiper-button-next, .slideshow-home-2 .swiper-button-prev{ top:auto; bottom:7%; color: var(--gradient-base-background-1);}
.slideshow-home-2 .slideshow__text-wrapper .slideshow__text h2.banner__heading{ letter-spacing:0px; margin-top:1rem; line-height:60px; text-transform: uppercase; }
.slideshow-home-2 .banner__buttons a.button{   padding: 0 2.7rem;
    min-height: calc(4.4rem + var(--buttons-border-width) * 2); }
 .slideshow-home-2 .swiper-horizontal>.swiper-pagination-bullets,  .slideshow-home-2 .swiper-pagination-bullets.swiper-pagination-horizontal{ bottom:3rem;}
.slideshow-home-2 .banner__box>*+.banner__buttons{ margin-top:3rem;}
 .slideshow-home-2 .swiper-button-next:hover,  .slideshow-home-2 .swiper-button-prev:hover{ color:var(--color-icon); }
 .slideshow-home-2 .swiper-button-next, .slideshow-home-2 .swiper-button-prev{ transition:all 0.3s linear; }
@media screen and (min-width: 768px) and (max-width:1199px){

 .slideshow-home-2  .slideshow__media{ height:60rem; } 
}
@media screen and (min-width: 578px) and (max-width:767px){
.slideshow-home-2 .swiper-horizontal>.swiper-pagination-bullets{ bottom:4rem;}
 .slideshow-home-2  .slideshow__media{ height:50rem; } 
}
@media screen and (min-width: 320px) and (max-width:577px){
   .slideshow-home-2  .slideshow__media{ height:55rem; } 
}
@media screen and (min-width: 1200px) and (max-width:1539px){
.slideshow-home-2 .slideshow__media img.desktop-slider{
     object-fit: cover;
    object-position: left;
   }  

}
@media screen and (min-width:1200px) and (max-width:1439px) {
.slideshow-home-2   .slideshow__text .banner__heading {
    font-size: calc(var(--font-heading-scale) * 5.3rem);
    margin-bottom:0rem;
    
}
}
  @media screen and (min-width:1440px) {
    .slideshow-home-2 .slideshow__text .banner__text{ max-width:80%;}
    .slideshow-home-2 .slideshow__text-wrapper .slideshow__text h2.banner__heading{ font-size:4.4rem;}
.slideshow-home-2   .slideshow__text .banner__heading {
    font-size: calc(var(--font-heading-scale) * 6.3rem);
    margin-bottom:0rem;
    
}
  }
@media screen and (min-width: 768px) and (max-width:1199px){
 .slideshow-home-2 .slideshow__media:after{  background-color: rgb(248,248,248 , 0.7); opacity:1; }
}
@media screen and (min-width: 320px) and (max-width:767px){
 .slideshow-home-2 .slideshow__media:after{  background-color: rgb(248,248,248 , 0.7); opacity:1; }
}
@media screen and (max-width:437px){
.banner--mobile-bottom .slideshow__text.banner__box .banner__buttons{ justify-content:center;}
}

.slideshow-home-2 a.button.button--secondary:hover{    background: var(--gradient-base-accent-1);
    color: var(--gradient-base-background-1);}
.slideshow-home-2 a.button.button--secondary{   
    margin-top: 2rem; background:transparent; border: 1px solid var(--gradient-base-accent-1);
    color: var(--gradient-base-accent-1);}




 .slideshow-home-2 .swiper-button-next:after, .slideshow-home-2 .swiper-button-prev:after{ font-size:6rem !important;}
 .slideshow-home-2 .swiper-button-prev,  .slideshow-home-2 .swiper-rtl .swiper-button-next{ top:auto; bottom:7%; left: auto;
    right: 260px;}
 .slideshow-home-2 .swiper-button-next{  right: 130px;
    left: auto;
}
@media screen and  (max-width:767px){
  .slideshow-home-2 .slideshow__text-wrapper .slideshow__text h2.banner__heading{ line-height:40px !important;}
   .slideshow-home-2 .swiper-button-next{ display:none;}
  . .slideshow-home-2 swiper-button-prev, .slideshow-home-2 .swiper-rtl .swiper-button-next{ display:none; }
}
@media screen and (min-width:768px) and (max-width:1023px){
 .slideshow-home-2 .swiper-button-prev,  .slideshow-home-2 .swiper-rtl .swiper-button-next{ top:auto; bottom:7%; left: auto;
    right: 260px;}
 .slideshow-home-2 .swiper-button-next{  right: 130px;
    left: auto;
}
}



/* .banner__buttons a.button.button--primary{background-color:var(--color-icon);     border: 1px solid var(--color-icon); } */
.slideshow-home-10 .banner__buttons a.button.button--primary:hover{  color:var(--color-icon); background:transparent; border: 1px solid var(--color-icon); }
    
.slideshow-home-10 a.button.button--secondary:hover{ 
   background: var(--gradient-base-accent-1);
    border: 1px solid var(--gradient-base-accent-1);
    color: var(--gradient-base-background-1); }
.slideshow-home-10 a.button.button--secondary{   
    margin-top: 2rem; background:transparent; border: 1px solid var(--color-icon);
    color:var(--color-icon);}


.slideshow-home-4 .slideshow__text .banner__text{ font-size: 1.6rem;  }
.slideshow-home-4 .banner__buttons a.button{ font-family: var(--font-additional-family); text-transform:capitalize;     font-size: 2rem;
    letter-spacing: 0;
    line-height: 3rem; font-style: italic;     padding: 0rem 2.7rem;
    min-height: calc(4.4rem + var(--buttons-border-width) * 2);}
.slideshow-home-4 .banner__buttons a.button.button--secondary:after{ box-shadow:none;}
.slideshow-home-4 .slideshow__text .banner__sub_heading{ font-size:3rem; font-family:var(--font-heading-family); 
    font-weight: 500;letter-spacing:3px; }
.slideshow-home-4  .slideshow__text-wrapper .slideshow__text h2.banner__heading{ font-weight:500;}
.slideshow-home-4 .banner__content.banner__content--middle-left{     justify-content: flex-start !Important;}
.slideshow-home-4 .slideshow__text.banner__box{ background:transparent;}
.slideshow-home-4 .slideshow__text .banner__text{ margin-top:1rem;}
.slideshow-home-4 .slideshow__text .banner__sub_heading span{     font-size: 2rem;
    letter-spacing: 0;
    font-family: var(--font-additional-family);
    font-weight: 600;
    text-transform: capitalize;                                                         
    font-style: italic;
    margin-bottom: 1rem;}
@media screen and (min-width: 1200px){
  .slideshow-home-4 .banner__buttons a.button{ margin-right:3rem;}
.slideshow-home-4 .slideshow__text.banner__box{ max-width:76rem; margin-top:2rem;}
.slideshow-home-4 .banner__content.banner__content--middle-left{ margin-left:5%;}
   
}
@media screen and (max-width:576px){
 .slideshow-home-4 .swiper-horizontal>.swiper-pagination-bullets, .slideshow-home-4 .swiper-pagination-bullets.swiper-pagination-horizontal{ bottom:4rem !important;}
.slideshow-home-4 .slideshow__text .banner__text{ margin-top:1rem;}
.slideshow-home-4 .slideshow__text-wrapper .slideshow__text h2.banner__heading{ font-size: calc(var(--font-heading-scale) * 3.8rem); }
}
@media screen and (min-width:577px) and (max-width:767px){
.slideshow-home-4 .slideshow__text-wrapper .slideshow__text h2.banner__heading{ font-size: calc(var(--font-heading-scale) * 4.8rem); }
}
.slideshow-home-4 .swiper-button-next,.slideshow-home-4 .swiper-button-prev{ top:auto; bottom:7%; color: var(--gradient-base-background-1);}
.slideshow-home-4 .slideshow__text-wrapper .slideshow__text h2.banner__heading{ letter-spacing:0px; margin-top:0rem; }
@media screen and (min-width: 1440px){
.slideshow-home-4 .slideshow__text-wrapper .slideshow__text h2.banner__heading{
line-height:130px; }
}
@media screen and  (min-width:768px) and (max-width: 1439px){
.slideshow-home-4 .slideshow__text-wrapper .slideshow__text h2.banner__heading{
line-height:75px; }
}
/* .slideshow-home-4 .banner__buttons a.button{ padding: 0.5rem 2.8rem; } */
.slideshow-home-4 .swiper-horizontal>.swiper-pagination-bullets, .slideshow-home-4 .swiper-pagination-bullets.swiper-pagination-horizontal{ bottom:3rem;}
.slideshow-home-4 .banner__box>*+.banner__buttons{ margin-top:2rem;}
.slideshow-home-4 .slideshow__text .banner__sub_heading{  display:flex;   flex-direction: column;}

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

 .slideshow-home-4  .slideshow__media{ height:60rem; } 
}
@media screen and (min-width: 578px) and (max-width:767px){
.slideshow-home-4 .swiper-horizontal>.swiper-pagination-bullets{ bottom:4rem;}
 .slideshow-home-4  .slideshow__media{ height:50rem; } 
}
@media screen and (min-width: 320px) and (max-width:577px){
   .slideshow-home-4  .slideshow__media{ height:55rem; } 
}
@media screen and (min-width: 1200px) and (max-width:1539px){
.slideshow-home-4 .slideshow__media img.desktop-slider{
     object-fit: cover;
    object-position: left;
   }  

}
@media screen and (min-width:768px) {
.slideshow-home-4 .slideshow__text .banner__sub_heading{ line-height:30px;}
}
@media screen and (min-width:1200px) and (max-width:1439px) {
.slideshow-home-4   .slideshow__text .banner__heading {
    font-size: calc(var(--font-heading-scale) * 6.3rem);
    margin-bottom:0rem;
    
}
}
  @media screen and (min-width:1440px) {
    .slideshow-home-4 .slideshow__text .banner__text{ max-width:80%;}
    .slideshow-home-4 .slideshow__text-wrapper .slideshow__text h2.banner__heading{ font-size:10rem;}
.slideshow-home-4   .slideshow__text .banner__heading {
    font-size: calc(var(--font-heading-scale) * 6.3rem);
    margin-bottom:0rem;
    
}
  }
.slideshow-home-4 .slideshow__text-wrapper .slideshow__text h2.banner__heading{
    font-family: var(--font-additional-family);
     margin-top:-1rem;
    color: var(--gradient-base-background-1); }
@media screen and (min-width: 768px) and (max-width:1439px){
 .slideshow-home-4 .slideshow__media:after{  background-color: rgb(248,248,248 , 0.5); opacity:1; }
}
@media screen and (min-width: 320px) and (max-width:767px){
 .slideshow-home-4 .slideshow__media:after{  background-color: rgb(248,248,248 , 0.7); opacity:1; }
}
@media screen and (max-width:437px){
.banner--mobile-bottom .slideshow__text.banner__box .banner__buttons{ justify-content:center;}
}

.slideshow-home-4 a.button.button--secondary:hover{   background: var(--color-icon);
    color: var(--gradient-base-background-1); }
.slideshow-home-4 a.button.button--secondary{   
  border:none;
    margin-top: 2rem; background:var(--gradient-base-background-1);
    color: var(--gradient-base-accent-1);}
@media screen and (max-width: 1439px){
.slideshow-home-4 .slideshow__text.banner__box {

  max-width: 55.5rem;
}
}
@media screen and (max-width: 1023px){
.slideshow-home-4 .slideshow__text.banner__box{ margin:auto;}
}

.slideshow-home-9 .slideshow__text .banner__sub_heading{     color: var(--gradient-base-background-4);}
.slideshow-home-9 .slideshow__text .banner__text{     color: var(--gradient-base-background-1);}
.slideshow-home-9 .slideshow__text-wrapper .slideshow__text h2.banner__heading{ color: var(--gradient-base-background-1);}
.slideshow-home-5 .slideshow__text .banner__text{ font-size: 1.6rem;  }
.slideshow-home-5 .banner__buttons a.button{ font-family: var(--font-additional-family); text-transform:capitalize;     font-size: 2rem;
    letter-spacing: 0;
                                            
    line-height: 3rem; font-style: italic;}
   
.slideshow-home-5 .banner__buttons a.button.button--secondary:after{ box-shadow:none;}
.slideshow-home-5 .slideshow__text .banner__sub_heading{ font-family:var(--font-heading-family); 
    font-weight: 500;letter-spacing:9px; text-transform:uppercase; }
.slideshow-home-5 .slideshow__text-wrapper .slideshow__text h2.banner__heading{ font-weight:500;}
.slideshow-home-5 .banner__content.banner__content--middle-left{     justify-content: flex-start !Important;}
.slideshow-home-5 .slideshow__text.banner__box{ background:transparent;}
.slideshow-home-5 .slideshow__text .banner__text{ margin-top:1rem;}
.slideshow-home-5 .slideshow__text .banner__sub_heading span{     font-size: 2rem;
    letter-spacing: 0;
    font-family: var(--font-additional-family);
    font-weight: 600;
    text-transform: capitalize;                                                         
    font-style: italic;
    margin-bottom: 1rem;}
@media screen and (min-width: 1200px){
   .slideshow-home-5 .slideshow__text-wrapper .slideshow__text h2.banner__heading span{  font-size:116px;  }
  .slideshow-home-5 .banner__buttons a.button{ margin-right:3rem;}
.slideshow-home-5 .slideshow__text.banner__box{ max-width:76rem; margin-top:2rem; margin-right:8%;}
.slideshow-home-5 .banner__content.banner__content--middle-left{ margin-left:5%;}
   
}
 
@media screen and (max-width:576px){
.slideshow-home-5   .swiper-horizontal>.swiper-pagination-bullets, .slideshow-home-5 .swiper-pagination-bullets.swiper-pagination-horizontal{ bottom:4rem !important;}
.slideshow-home-5 .slideshow__text .banner__text{ margin-top:1rem;}
.slideshow-home-5 .slideshow__text-wrapper .slideshow__text h2.banner__heading{ font-size: calc(var(--font-heading-scale) * 3.8rem); }
}
@media screen and (min-width:577px) and (max-width:767px){
.slideshow-home-5 .slideshow__text-wrapper .slideshow__text h2.banner__heading{ font-size: calc(var(--font-heading-scale) * 4.8rem); }
}
.slideshow-home-5 .swiper-button-next, .slideshow-home-5 .swiper-button-prev{ top:auto; bottom:7%; color: var(--gradient-base-background-1);}
.slideshow-home-5 .slideshow__text-wrapper .slideshow__text h2.banner__heading{ letter-spacing:0px; margin-top:0rem; }
@media screen and (min-width: 1440px){
.slideshow-home-5 .slideshow__text-wrapper .slideshow__text h2.banner__heading{
line-height:normal; }
}
  .slideshow-home-5 .slideshow__text-wrapper .slideshow__text h2.banner__heading span{ font-family: var(--font-additional-family);
    color: var(--gradient-base-accent-1);
    text-transform: capitalize; line-height: 1rem;   margin-bottom: 50px; }
@media screen and  (min-width:768px) and (max-width: 1439px){
.slideshow-home-5 .slideshow__text-wrapper .slideshow__text h2.banner__heading{
line-height:75px; }
}
.slideshow-home-5 .banner__buttons a.button{ padding: 0 2.7rem;  border: none;
    background-color: var(--color-icon); }
.slideshow-home-5 .banner__buttons a.button.button--primary:hover{ background-color:var(--gradient-base-background-1); }
.slideshow-home-5 .swiper-horizontal>.swiper-pagination-bullets,.slideshow-home-5  .swiper-pagination-bullets.swiper-pagination-horizontal{ bottom:3rem;}
.slideshow-home-5 .banner__box>*+.banner__buttons{ margin-top:2rem;}
.slideshow-home-5 .slideshow__text .banner__sub_heading{  display:flex;   flex-direction: column;}

@media screen and (min-width: 768px) and (max-width:1199px){
  .slideshow-home-5 .slideshow__text-wrapper .slideshow__text h2.banner__heading span{  font-size:70px;  }
 .slideshow-home-5 .slideshow__media{ height:60rem; } 
}
@media screen and (min-width: 578px) and (max-width:767px){
    .slideshow-home-5 .slideshow__text .banner__sub_heading{ font-size:2rem;}
.slideshow-home-5 .swiper-horizontal>.swiper-pagination-bullets{ bottom:4rem;}
 .slideshow-home-5 .slideshow__media{ height:50rem; } 
}
@media screen and (min-width: 320px) and (max-width:577px){
    .slideshow-home-5 .slideshow__text .banner__sub_heading{ font-size:2.5rem;}
   .slideshow-home-5 .slideshow__media{ height:55rem; } 
}
@media screen and (min-width: 1200px) and (max-width:1539px){
.slideshow-home-5 .slideshow__media img.desktop-slider{
     object-fit: cover;
    object-position: left;
   }  

}
@media screen and (min-width:768px) {
  .slideshow-home-5 .slideshow__text .banner__sub_heading{ font-size:3rem;}
.slideshow-home-5 .slideshow__text .banner__sub_heading{ line-height:60px;}
}
@media screen and (min-width:1200px) and (max-width:1439px) {
.slideshow-home-5  .slideshow__text .banner__heading {
    font-size: calc(var(--font-heading-scale) * 6.3rem);
    margin-bottom:0rem;
    
}
}
  @media screen and (min-width:1440px) {
    .slideshow-home-5 .slideshow__text .banner__text{ max-width:80%;}
    .slideshow-home-5 .slideshow__text-wrapper .slideshow__text h2.banner__heading{ font-size:8rem;}
.slideshow-home-5  .slideshow__text .banner__heading {
    font-size: calc(var(--font-heading-scale) * 6.3rem);
    margin-bottom:0rem;
    
}
  }

.slideshow-home-5 .slideshow__text-wrapper .slideshow__text h2.banner__heading{
    font-family:var(--font-heading-family);
   display: flex;
   font-weight:400;
  Text-transform:uppercase;
    flex-direction: column;
    color: var(--gradient-base-background-1); }
@media screen and (min-width: 768px) and (max-width:1199px){
 .slideshow-home-5 .slideshow__media:after{  background-color: rgb(248,248,248 , 0.5); opacity:1; }
}
@media screen and (min-width: 320px) and (max-width:767px){

 .slideshow-home-5 .slideshow__media:after{  background-color: rgb(248,248,248 , 0.7); opacity:1; }
}
@media screen and (max-width:749px){
  .slideshow-home-4 .slideshow__text.banner__box{ margin-top:-5rem;}
}
@media screen and (max-width:437px){
.banner--mobile-bottom .slideshow__text.banner__box .banner__buttons{ justify-content:center;}
}

.slideshow-home-5 a.button.button--secondary:hover{    background: var(--gradient-base-accent-1);
    color: var(--gradient-base-background-1); }
.slideshow-home-5 a.button.button--secondary{  
    border:none;
    margin-top: 2rem; background:var(--gradient-base-background-1);
    color: var(--gradient-base-accent-1);}
@media screen and (max-width: 1439px){
.slideshow-home-5 .slideshow__text.banner__box {

  max-width: 55.5rem;
}
}

.slideshow-home-5 .slideshow__text-wrapper.banner__content.banner__content--middle-right{ justify-content:flex-end;}




.slideshow-home-9 .slideshow__text .banner__text{ font-size: 1.6rem;}
.slideshow-home-9 .banner__buttons a.button{ font-family: var(--font-additional-family); text-transform:capitalize;     font-size: 2rem;
    letter-spacing: 0;
    line-height: 3rem; font-style: italic;}
.slideshow-home-9 .banner__buttons a.button.button--secondary:after{ box-shadow:none;}
.slideshow-home-9 .slideshow__text .banner__sub_heading{ font-size: 2rem;
    font-family: var(--font-heading-family);
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 6px;
    line-height: 30px; }
.slideshow-home-9  .slideshow__text-wrapper .slideshow__text h2.banner__heading{ font-weight:600;}
.slideshow-home-9 .banner__content.banner__content--middle-left{     justify-content: flex-start !Important;}
.slideshow-home-9 .slideshow__text.banner__box{ background:transparent;}
.slideshow-home-9 .slideshow__text .banner__text{ margin-top:1rem;}

@media screen and (min-width: 1200px){
  .slideshow-home-9 .banner__buttons a.button{ margin-right:3rem;}
.slideshow-home-9 .slideshow__text.banner__box{ max-width:70rem; margin-top:2rem; margin-left:3%;}
.slideshow-home-9 .banner__content.banner__content--middle-left{ margin-left:5%;}
   .slideshow-home-9 .slideshow__text-wrapper .slideshow__text h2.banner__heading{ letter-spacing:0px; margin-top:3rem; line-height:80px; }
}
.slideshow-home-9 .slideshow__text-wrapper .slideshow__text h2.banner__heading{ letter-spacing:0px; margin-top:2rem; line-height:30px; }
@media screen and (max-width:576px){
  .slideshow-home-9 .swiper-horizontal>.swiper-pagination-bullets, .slideshow-home-9 .swiper-pagination-bullets.swiper-pagination-horizontal{ bottom:4rem !important;}
.slideshow-home-9 .slideshow__text .banner__text{ margin-top:1rem;}
.slideshow-home-9 .slideshow__text-wrapper .slideshow__text h2.banner__heading{ font-size: calc(var(--font-heading-scale) * 2.4rem); }
}
.slideshow-home-9 .swiper-button-next, .slideshow-home-9 .swiper-button-prev{ top:auto; bottom:7%; color: var(--gradient-base-background-1);}

.slideshow-home-9 .banner__buttons a.button{ padding: 0rem 2.7rem;     min-height: calc(4.4rem + var(--buttons-border-width) * 2);
 }
.slideshow-home-9 .swiper-horizontal>.swiper-pagination-bullets,.slideshow-home-9 .swiper-pagination-bullets.swiper-pagination-horizontal{ bottom:3rem;}
.slideshow-home-9 .banner__box>*+.banner__buttons{ margin-top:3rem;}


/* @media screen and (min-width: 768px) and (max-width:1199px){

 .slideshow-home-9  .slideshow__media{ height:60rem; } 
} */
@media screen and (min-width: 578px) and (max-width:767px){
.slideshow-home-9 .swiper-horizontal>.swiper-pagination-bullets{ bottom:4rem;}
 .slideshow-home-9  .slideshow__media{ height:50rem; } 
}
@media screen and (min-width: 320px) and (max-width:577px){
   .slideshow-home-9  .slideshow__media{ height:55rem; } 
}
@media screen and (min-width: 1200px) and (max-width:1539px){
.slideshow-home-9 .slideshow__media img.desktop-slider{
     object-fit: cover;
    object-position: left;
   }  

}
@media screen and (min-width:1200px) and (max-width:1439px) {
.slideshow-home-9   .slideshow__text .banner__heading {
    font-size: calc(var(--font-heading-scale) * 5.3rem);
    margin-bottom:0rem;
    
}
}
  @media screen and (min-width:1440px) {
    .slideshow-home-9 .slideshow__text .banner__text{ max-width:80%;}
    .slideshow-home-9 .slideshow__text-wrapper .slideshow__text h2.banner__heading{ font-size:6.5rem; line-height:80px;}
.slideshow-home-9   .slideshow__text .banner__heading {
    font-size: calc(var(--font-heading-scale) * 6.3rem);
    margin-bottom:0rem;
    
}
  }
@media screen and (min-width: 768px) and (max-width:1199px){
 .slideshow-home-9 .slideshow__media:after{  background-color: rgb(0,0,0 , 0.7); opacity:0.5; }
}
@media screen and (min-width: 320px) and (max-width:767px){
  .slideshow-home-9 .banner__box>*+.banner__buttons{ margin-top:0;}
 .slideshow-home-9 .slideshow__media:after{  background-color: rgb(0,0,0 , 0.7); opacity:0.5; }
}
@media screen and (max-width:437px){
.banner--mobile-bottom .slideshow__text.banner__box .banner__buttons{ justify-content:center;}
}
 /* .slideshow-home-10 .slideshow__text-wrapper .slideshow__text h2.banner__heading{
    color:var(--color-base-accent-1);
  } */

@media screen and (max-width: 749px){
  .slideshow-home-10 .banner__buttons a.button{
    margin-right: 0;
  }
  .slideshow-home-10 .slideshow__text-wrapper .banner__buttons{
    column-gap: 10px;
  }
  .slideshow-home-10 a.button.button--secondary{
    margin-top: 2rem;
  }


      .slideshow-home-10 .slideshow__text .banner__sub_heading{
    font-size: 1.8rem;
  }
 
}
.slideshow-home-9 .banner__buttons a.button{ border:none;}
.slideshow-home-9 .banner__buttons a.button:hover{ background-color:var(--gradient-base-background-1);}
.slideshow-home-9 a.button.button--secondary:hover{ background: var(--gradient-base-accent-2); }
.slideshow-home-9 a.button.button--secondary{  
    border:none;
    margin-top: 2rem; background:var(--gradient-base-background-1);
    color: var(--gradient-base-accent-1);}


/* .slideshow-home-10 .swiper-slide-active .banner__content.banner__content--middle-left .slideshow__text.banner__box{  animation: fadeInLeft 1s ease-in-out 0s forwards; }
.slideshow-home-10 .swiper-slide-active .banner__content.banner__content--middle-right .slideshow__text.banner__box{  animation: fadeInRight 1s ease-in-out 0s forwards; } */






/*animation*/

.shopify-section.slidershow .slideshow-home-10 slideshow-component .swiper-slide :where(.banner__heading, .banner__sub_heading, .banner__text , .banner__buttons){opacity:0; transition: all 0.3s linear .6s;}
.shopify-section.slideshow.reveal .slideshow-home-10 slideshow-component .swiper-slide :where(.banner__heading, .banner__sub_heading, .banner__text , .banner__buttons){opacity:1; transition: all 0.3s linear .4s; }
.shopify-section.slideshow.reveal .slideshow-home-10 slideshow-component .swiper-slide-active :where(.banner__sub_heading) {
    animation: fadeInUp 1s ease both .2s; 
}
.shopify-section.slideshow.reveal .slideshow-home-10 slideshow-component .swiper-slide-active :where(.banner__heading) {
    animation: fadeInUp 1s ease both .6s;     transition: all 0.3s linear .6s;
}

.shopify-section.slideshow.reveal .slideshow-home-10 slideshow-component .swiper-slide-active  :where(.banner__text) {
    animation: fadeInUp 1s ease both 1s; 
}
.shopify-section.slideshow.reveal .slideshow-home-10 slideshow-component .swiper-slide-active :where(.banner__buttons) {
    animation: fadeInUp 1s ease both 1.2s;  
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}


@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-10%,0,0);}to{opacity:1;transform:none;}}
@-webkit-keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-10%,0,0);}to{opacity:1;transform:none;}}
@keyframes fadeInRight{0%{opacity:0;transform:translate3d(10%,0,0);}to{opacity:1;transform:none;}}
@-webkit-keyframes fadeInRight{0%{opacity:0;transform:translate3d(10%,0,0);}to{opacity:1;transform:none;}}



/* .slideshow-home-10 .swiper-slide-active .slideshow__text-wrapper.banner__content{  animation: fadeIn ease 2s;
  -webkit-animation: fadeIn ease 2s;
  -moz-animation: fadeIn ease 2s;
  -o-animation: fadeIn ease 2s;
  -ms-animation: fadeIn ease 2s;     } */

@media screen and (min-width:1440px){
.slideshow-home-10 ..swiper-slide-active .slideshow__text-wrapper.banner__content .banner__heading{
    transition:3s;
  color: transparent !important;
  text-shadow: #111 0 0 10px;
}
/* .slideshow-home-10 .swiper-slide-active .slideshow__text-wrapper.banner__content .banner__text{
    transition:3s;
  color: transparent !important;
  text-shadow: #111 0 0 10px;
}
 .slideshow-home-10 .swiper-slide-active .slideshow__text-wrapper.banner__content .banner__buttons{
    transition:3s;
  color: transparent !important;
 
}  */
/* .slideshow-home-10 .swiper-slide-active .slideshow__text-wrapper.banner__content .banner__buttons{color: var(--color-foreground) !Important;
  text-shadow: none;  }
.slideshow-home-10 .swiper-slide-active .slideshow__text-wrapper.banner__content .banner__sub_heading{color: var(--color-foreground) !Important;
  text-shadow: none;  }
.slideshow-home-10 .swiper-slide-active .slideshow__text-wrapper.banner__content .banner__heading{color: var(--color-foreground) !Important;
  text-shadow: none;  }
.slideshow-home-10 .swiper-slide-active .slideshow__text-wrapper.banner__content .banner__text{ color: var(--gradient-base-accent-1) !Important;
  text-shadow: none;  } */
.slideshow-home-10 a.button.button--secondary{ text-shadow:none;}
}
@-webkit-keyframes fadeIn {
  0% {
    opacity:0;

  }

  100% {
 
    opacity:1;
  }
}
}

