.pb-section-banner-section {
  position: relative;
  padding: 0 !important;
}

.pb-section-banner-section ul.slide-wrap {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.pb-section-banner-section .slide {
  position: relative;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
      display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 0;
    
    min-height: auto;
}

.pb-section-banner-section .slide.taller {
  min-height: clamp(400px, calc(100vh - 175px), 750px);
}




.pb-section-banner-section .slide .slide-stretcher {
  height: 100%;
  width: 100%;
  min-height: clamp(250px, calc(70vh - 90px), 700px);
      /* position: relative; */
      position: absolute;
    inset: auto;
    z-index: 0;
}

.pb-section-banner-section .slide.taller .slide-stretcher {
  min-height: 700px;
}

.pb-section-banner-section picture {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}

/* @media (min-width: 768px) {
  .pb-section-banner-section .slide .slide-stretcher {
    min-height: 750px;
  }
} */

.slide__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(8, 31, 32, 0.55) 0%, rgba(8, 31, 32, 0.55) 100%);
    z-index: 1;
}

.pb-section-banner-section .slide__overlay--branded {
    background: rgba(7, 65, 79, 0.6);
    mix-blend-mode: multiply;
}

.pb-section-banner-section .no-bannerimage .slide__overlay--branded {
    background-color: var(--colour-teal-dark);
}

.pb-section-banner-section .slide__arrow-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 430px;
    z-index: 1;
    pointer-events: none;
    display: none;
    margin: 0 auto;
}

.pb-section-banner-section .slide__arrow-wrapper .slide__arrow {

    height: 100%;
    width: auto;
    margin-left: 450px;
    pointer-events: none;
}

@media (max-width: 767px) {
.pb-section-banner-section .slide__arrow-wrapper .slide__arrow {
position: absolute;
    right: 0;
    margin-left: 0;
}

}




@media (min-width: 768px) {
  .pb-section-banner-section .slide.fullheight .slide-stretcher {
    height: 100vh;
  }

}

@media (max-width: 767px) {
  .pb-section-banner-section .slide__arrow-wrapper {
    display: block;
    right: -200px;
    left: auto;
    transform: translate(0, -50%);
  }
}

@media (min-width: 768px) {
  .pb-section-banner-section .slide__arrow-wrapper {
    display: block;
  }
}

.pb-section-banner-section img.banner-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (max-width: 1599px) {

  .pb-section-banner-section img.banner-img {
    object-position: 70% 0;
  }
}

.pb-section-banner-section .slide-content {
 color: #fff;
    z-index: 2;
    text-align: left;
    padding: 30px 40px;

    height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        /* background-repeat: no-repeat;
        background-position: 600px 50%; */
            min-height: clamp(250px, calc(70vh - 90px), 700px);
}


@media (min-width: 860px) {
.pb-section-banner-section .slide-content {
text-align: center
}
}


.pb-section-banner-section .slide-content .text-wrap {
  max-width: 860px;
}



.pb-section-banner-section h1,
.pb-section-banner-section h2 {

font-family: var(--font-heading);
    font-weight: 900;
    font-style: normal;
    font-size: var(--pb-h1-fontsize-desktop);
    line-height: 0.9;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0px;
        max-width: 760px;
        margin: 0 auto;
}

.pb-section-banner-section h1.headline-xl,
.pb-section-banner-section h2.headline-xl {
font-size: var(--pb-h1-fontsize-desktop-headline-xl);
}


 @media (max-width: 1280px) {
      .pb-section-banner-section .slide { 
        /* min-height: 60vh; */
        max-height: 500px;
      }
      .pb-section-banner-section h1.headline-xl,
.pb-section-banner-section h2.headline-xl {
        font-size: 64px;
      }
    }

    @media (max-width: 1023px) {
      /* .pb-section-banner-section .slide {
        min-height: 50vh;
      } */
      .pb-section-banner-section h1.headline-xl,
.pb-section-banner-section h2.headline-xl {
        font-size: 48px;
      }
    }


.pb-section-banner-section .slide-content .columns {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 4rem;
}

.pb-section-banner-section .slide-content .columns .text-wrap {
  flex: 1;
}

.pb-section-banner-section .slide-content .columns.taller {
  /* margin-bottom: 6.3rem; */
}

@media (min-width: 768px) {
  
  .pb-section-banner-section .slide-content .columns {
    flex-direction: row;
    align-items: flex-end;
 }
}

.pb-section-banner-section ul.splide__pagination {
  width: calc(100% - 40px);
  max-width: 1400px;
  margin: 50px 0 0;
  display: block;
  padding: 0;
  position: static;
}

.pb-section-banner-section ul.splide__pagination button {
  border-radius: 0;
  height: 3px;
  width: 40px;
  opacity: 0.4;
  background: #fff;
  margin: 0 5px;
  box-sizing: border-box;
  border: 0;
  transform: scale(1);
}

.pb-section-banner-section ul.splide__pagination button.is-active {
  opacity: 1;
}

.pb-section-banner-section .splide__list > li {
    margin: 0;
}

.pb-section-banner-section h1 {
  margin-bottom: 1.5rem;
  max-width: 1300px;
  line-height: 1;
  margin-bottom: 3.5rem;
  font-size: 48px;
}



.pb-section.pb-section-banner-section p {
  font-size: 20px;
  max-width: 800px;
      margin: 30px auto;
}

@media (min-width: 768px) {

  .pb-section-banner-section .slide-content, 
  .pb-section-banner-section ul.splide__pagination {
      width: calc(100% - 60px);
 }
}
@media (min-width: 1130px) {
.pb-section-banner-section h1 {
  line-height: 1.2;
}
}
@media (min-width: 1400px) {

  .pb-section-banner-section .slide-content, 
  .pb-section-banner-section ul.splide__pagination {
      width: calc(100% - 128px) !important;
  }
}

.pb-section-banner-section .splide__arrows {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.pb-section-banner-section .custom-arrows {
  display: flex;
  gap: 4rem;
  justify-content: center;
}

@media (min-width: 768px) {
  .pb-section-banner-section .custom-arrows {
      justify-content: flex-start;
 }
}

.pb-section-banner-section .custom-arrows .custom-arrow {
  background: none;
  opacity: 1;
  outline: none;
  cursor: pointer;
  border: 0;
  padding: 0;
  margin-top: 4rem;
}

.pb-section-banner-section .custom-arrows .custom-arrow img {
  width: 100%;    
  height: auto;
}

.pb-section-banner-section .custom-arrows .custom-arrow svg {
  width: 20px;
  height: 20px;
  fill: #fff !important;
  stroke: #fff !important;
}

.pb-section-banner-section .custom-arrows .custom-arrow.prev {
  left: 0;

}

.pb-section-banner-section .custom-arrows .custom-arrow.prev svg {
  transform: rotate(180deg);
}

.pb-section-banner-section .custom-arrows .custom-arrow.next {
  right: 0;
}

.pb-section.pb-section-banner-section .pb-btn-wrap {
  margin-top: 50px;
  gap: 3rem;
}
