/** Shopify CDN: Minification failed

Line 393:3 Expected identifier but found whitespace
Line 756:0 Unexpected "{"
Line 756:1 Expected identifier but found "%"
Line 831:11 Unexpected "{"
Line 831:20 Expected ":"
Line 832:11 Unexpected "{"
Line 832:20 Expected ":"
Line 833:11 Unexpected "{"
Line 833:20 Expected ":"
Line 834:19 Expected identifier but found whitespace
... and 25 more hidden warnings

**/
slideshow-component {
  position: relative;
  display: flex;
  flex-direction: column;
   cursor:pointer;
}


/*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;
}
.slideshow__text .banner__text{
    margin-bottom: 0;
    color: var(--color-foreground) !Important;
    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:var(--gradient-base-accent-2);}
 .swiper-pagination-bullet:before{ background:var(--gradient-base-background-2);}
 .swiper-pagination-bullet-active{ border:none;}


.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:rgb(var(--color-foreground));  color:var(--gradient-base-accent-1);   border: 1px solid rgb(var(--color-foreground)); }
.slideshow-home-10 .banner__buttons a.button.button--primary:hover{  color:rgb(var(--color-foreground)); background:transparent; border: 1px solid rgb(var(--color-foreground));  }
    
.slideshow-home-10 a.button.button--secondary:hover{ background:rgb(var(--color-foreground));
    border: 1px solid transparent; color:var(--gradient-base-accent-1); }
.slideshow-home-10 a.button.button--secondary{   
    margin-top: 2rem; background:transparent; border: 1px solid rgb(var(--color-foreground));
    color:rgb(var(--color-foreground));}


.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-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);}
{%- style -%}

/* -------------------------------
   GENERAL SLIDESHOW STYLING
----------------------------------*/

.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);
}

/* Buttons & text */
.slideshow-home-10 .slideshow__text .banner__text {
  font-size: 1.6rem;
}

.slideshow-home-10 .banner__buttons a.button {
  font-family: var(--font-additional-family);
  text-transform: capitalize;
  font-size: 2rem;
  letter-spacing: 0;
  min-height: calc(4.4rem + var(--buttons-border-width) * 2);
  padding: 0 2.7rem;
  line-height: 3rem;
  font-style: italic;
}

.slideshow-home-10 .banner__buttons a.button.button--secondary:after {
  box-shadow: none;
}

.slideshow-home-10 .slideshow__text .banner__sub_heading {
  font-size: 2rem;
  font-family: var(--font-additional-family);
  font-style: italic;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0;
}

.slideshow-home-10 .banner__box > * + .banner__buttons {
  margin-top: 2rem;
}

/* -----------------------------------
   RESPONSIVE HEIGHT & IMAGE FITTING
------------------------------------*/

/* Maintain "Adapt to Image" aspect ratio */
@media screen and (max-width: 749px) {
  #Slider-{{ section.id }}::before,
  #Slider-{{ section.id }} .media::before,
  #Slider-{{ section.id }}:not(.banner--mobile-bottom) .banner__content::before {
    padding-bottom: {{ 1 | divided_by: section.blocks.first.settings.image.aspect_ratio | times: 100 }}%;
    content: '';
    display: block;
  }
}

@media screen and (min-width: 750px) {
  #Slider-{{ section.id }}::before,
  #Slider-{{ section.id }} .media::before {
    padding-bottom: {{ 1 | divided_by: section.blocks.first.settings.image.aspect_ratio | times: 100 }}%;
    content: '';
    display: block;
  }
}

/* Desktop adjustments */
@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: -1rem;
    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%;
  }

  .banner__heading {
    color: #cd865c !important;
  }

  .banner__text {
   
    color: #cd865c;
  }

  .button--secondary {
    margin-top: 2rem;
    background: transparent;
    border: 1px solid #cd865c !important;
    color: #cd865c !important;
  }
}

/* Tablet height */
@media screen and (min-width: 751px) and (max-width: 1239px) {
  .slideshow-home-10 .swiper-wrapper.slide-banner.banner--adapt_image {
    height: 50rem;
    max-height: 50rem;
  }
}

/* Large desktop */
@media screen and (min-width: 1240px) {
  .swiper-wrapper.slide-banner.banner--adapt_image {
    min-height: 70rem;
    height: 70rem;
  }
}

/* -----------------------------------
   MOBILE FIXES (SHOW FULL IMAGE)
------------------------------------*/
@media screen and (max-width: 780px) {
  /* remove overlay on mobile */
  .slideshow__media.placeholder:before,
  .slideshow__media::after {
    /* background: none !important; */
    opacity: 0.4 !important;
  }

  /* full visible image */
  .slideshow__media img,
  .mobile-slider {
    width: 100% !important;
    height: auto !important;
    position: relative !important;
    object-fit: contain !important;
    object-position: center !important;
    z-index: 1;
  }

  .slideshow__media {
    height: auto !important;
    min-height: auto !important;
  }

  fix layout spacing
  .slideshow-home-10 .row {
    margin-bottom: -3rem;
  }

  .slideshow-home-10 .banner__buttons a.button {
    font-size: 1.2rem !important;
    padding: 0 0.7rem;
  }

  .banner__buttons > *:not(:last-child):not(:only-child) {
    margin-right: 1rem;
  }

  /* center text & elements */
  .slideshow-home-10 .banner__content {
    text-align: center;
    height:55vh !important;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    padding: 2rem 1rem;
  }

  .slideshow-home-10 .slideshow__text.banner__box {
    background: transparent !important;
    width: 100%;
    padding: 0 3rem;
  }
}


/* Dynamic overlay opacity from settings */
{%- for block in section.blocks -%}
  #Slide-{{ section.id }}-{{ forloop.index }} .banner__media::after {
    opacity: {{ block.settings.image_overlay_opacity | divided_by: 100.0 }};
  }
{%- endfor -%}

{%- endstyle -%}
