section:has(.split-slideshow-dual){
    margin: 0 !important;
}

.split-slideshow-dual {
  position: relative;

  .split-slideshow__slide {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    overflow: hidden;
  }

  .split-slideshow__panel {
    position: relative;
    min-width: 0;
    overflow: hidden;
  }

  .split-slideshow__image {
    position: relative;
    width: 100%;
    height: 100%;

    img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    &--placeholder {
      min-height: 500px;
      background: #f4f4f4;
    }
  }

  .split-slideshow__content {
    position: relative;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* padding: 40px; */
    padding: 40px;
    text-align: center;
  }

  .split-slideshow__heading {
    margin: 0 0 20px;
    color: #292628;
    font-size: 35.7px;
    font-weight: 400;
    text-transform: capitalize !important;
    @media screen and (max-width: 768px) {
        font-size: 24px;
    }
  }

  .split-slideshow__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.2s ease;
    background-color: #292628;
    font-size: 19px;
    margin-bottom: 0px;

    &:hover {
      opacity: 0.8;
    }
  }

  .split-slideshow__content-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: black;
  }

  .slideshow__controls {
    position: relative;
  }

  @media screen and (max-width: 749px) {
    .split-slideshow__slide {
      grid-template-columns: 1fr;
    }

    .split-slideshow__panel {
      min-height: 300px;
    }

    .split-slideshow__image--placeholder {
      min-height: 300px;
    }

    .split-slideshow__content {
      padding: 30px 20px;
    }
  }


  .split-slideshow__panel--right{
    padding: 20px 80px;
    overflow: visible;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-direction: column;
    @media screen and (max-width: 768px) {
        padding: 20px 20px;
    }
    .split-slideshow__content{

    }
    .split-slideshow__image{
        display: block;
        width: 100% !important;
        height: auto !important;
        /* margin-bottom: 75px; */
        margin-bottom: 20px;
        max-width: 496px;
        @media screen and (max-width: 768px) {
            margin-bottom: 20px;
        }
    }
  }

      
}


.slideshow-dual{
    position: relative;
    .slideshow.banner{
        /* max-height: 53.8vw; */
    }
    .slideshow__controls{
        position: absolute;
        left: 0;
        bottom: 0;
        top: 0;
        right: 0;
        user-select: none;
        z-index: 2;
        pointer-events: none;
        .slider-button--prev{
            position: absolute;
            left: 0;
            pointer-events: auto;
        }
        .slider-button--next{
            position: absolute;
            right: 0;
            pointer-events: auto;

        }
    }
}




.newHero-banner.banner--twoImg-TLay-5{
    .banner__content.newHeroBanner__content{
        position: absolute;
        top: 0; bottom: 0;
        left: 0; right: 0;
        width: 100% !important;
        // display: none;
        padding: 6vw 4.3vw;
        padding-bottom: 4.1vw;
        justify-content: flex-start !important;
        align-items: flex-start !important;
        align-content: flex-start !important;
        .banner__box{
            width: 100% !important;
            max-width: 100% !important;
            padding: 0 !important;
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            text-align: left !important;
            justify-content: stretch !important;
            align-items: flex-start !important;
            align-content: flex-start !important;
            .banner__heading{
                display: block;
                order: 0;
                margin: 0 !important;
                font-weight: 400;
                max-width: 10em;
                line-height: 1.05;
                /* font-size: 3.4vw; */
                font-size: 50px;
                letter-spacing: 0.01em;
            text-align: left !important;
                
                @media screen and (max-width: 768px) {
                    font-size: 32px;
                    margin: 0 !important;
                }
            }
            .banner__text{
                display: block;
                order: 1;
                margin-top: 8.6vw;
                font-size: 24px;
                text-transform: initial;
                max-width: 20.1em;
                line-height: 1.22;
                font-weight: 400;
                letter-spacing: 0.005em;
                text-align: left !important;
                flex-grow: 1;
                height: 100%;
                @media screen and (max-width: 768px) {
                    margin-top: 50px;
                    font-size: 18px;
                }
            }
        }
        .logos-left{
            // order: 2;
            position: absolute;
            bottom: 4.1vw;
            left: 4.3vw;
            
            img{
                width: 2.7vw !important;
                margin-right: 0.9vw;
                @media screen and (max-width: 768px) {
                    width: 30px !important;
                    margin-right: 10px;
                }
            }
        }
    }
}

.split-slideshow-dual + .slideshow__controls .slider-button svg{
  height: 1rem;
}
.split-slideshow-dual + .slideshow__controls .slideshow__autoplay.slider-button{
  display: none;
}