﻿

.lpbase .quote {
height:unset;
}
.lpbase ._5050__media--background video {
    object-fit:contain;
}
/* Main slider container */
.slider {
    position: relative;
    overflow: hidden;
    max-width: 114rem;
    margin: 40px auto;
    background: #fff;
}

/* Container for all slides (set as a flexbox) */
.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

/* Each individual slide */
.slide {
    min-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

/* Slide content: text and image */
.slide-content {
    display: flex;
    align-items: start;
    justify-content: space-between;
    max-width: 1200px;
    width: 100%;
}
.lp-content h3 {
    font-weight: 100;
}
    .slide-content .text {
        flex: 1;
        padding-right: 20px;
    }

        .slide-content .text h2 {
            margin-bottom: 10px;
            color: #1a1a1a;
            font-weight:500;
        }

        .slide-content .text p {
            color: #1a1a1a;
            line-height: 1.5;
        }
        .slide-content .text .icon svg {
            width:20px;
            padding:2px 4px;
        }
        .slide-content .text a {
            display:flex;
            flex-direction:row;
            align-items:center;

        }
        .slide-content .text a:hover{
            -webkit-text-decoration: underline;
            text-decoration: underline;
            text-decoration-thickness: .2rem;
            text-underline-offset: .4rem;
            -webkit-text-decoration-skip: none;
            text-decoration-skip: none;
            -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
        }
    .slide-content .image {
        flex: 1.9;
        position: relative;
        padding-left: 40px;
    }

        .slide-content .image img {
            width: 100%;
            display: block;
            border-radius: 0px;
        }

/* Arrow controls (transparent background, positioned over the image) */

.controls {
    display: flex;
    justify-content: right;
    /* flex: 1; */
    width: 56%;
    padding-right: 20px;
}
.controls .arrow {
    display:flex;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    padding: 10px;
    font-size: 24px;
    cursor: pointer;
    border-radius: 50%;
    user-select: none;
}



    .controls .arrow.right {
        right: 28px;
    }

/* Dot navigation (positioned at the bottom-right of the image) */
.dots {
    position: relative;
    bottom: 6rem;
    right: 22%;
    display: flex;
    gap: 8px;
    justify-content:right;
}

    .dots .dot {
        width: 12px;
        height: 12px;
        background: rgba(255, 255, 255, 0.5);
        border-radius: 50%;
        cursor: pointer;
    }

        .dots .dot.active {
            background: rgba(255, 255, 255, 1);
        }

/* Responsive styling: on smaller screens, stack text under image */
@media (max-width: 768px) {
    .splide__track h4 {
    text-align:center;
    }

    .slide {
        padding: 0px 40px;
    }

        .processgrid {
            flex-direction: column;
        }

            .processgrid .img-section {
                width:100%;
            }

    .processgrid .cols {
        width: 100%;
        padding-left: 0px;
    }
    .dots {
        position: relative;
        bottom: 6rem;
        right: unset;
        display: flex;
        gap: 8px;
        justify-content: center;
        width: 100%;
    }
    .controls {
    width:19%;
    }
    .controls .arrow {
    top:73%;
    }

    .slide-content {
        flex-direction: column-reverse;
    }
        .slide-content .image {
        padding-left:0px;
        }
    .splide__arrows {
    max-width:96vw !important;
    }
    .twocolumns__items {
    flex-direction:column;
    }
        .twocolumns__items .columns__item {
        width:100%;
        }
        .twocolumns__items .columns__card .columns__image  {
            width: 100%;
            height: auto;
        }
        .twocolumns__items .columns__card .columns__image video {
            width: 100%;
            height:auto;
        }
        .slide-content .text {
            padding-right: 0;
            margin-top: 20px;
        }
    .wysiwyg {
        font-size: 16.8px;
        max-width: 93vw;
    }

    .lp-content .txtbox {
        flex-direction: column;
        width: 100%;
    }

    .lp-content .txtbox-item {
        width:100%;
        padding: 20px 0px;
    }
    .lp-content .title {
    line-height:30px;}

    .lp-content .cols > div:first-of-type {
    padding-left:unset;
    }
}

.splide {
    padding-top: 140px;
}

.splide__slide {
    padding-top: 0px;
}

    .splide__slide .slider-image {
        width: 100%;
    }

.splide__arrow {
     top: 60%;
}


@keyframes slidein {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(100%);
    }
}
/*--  start slider  --*/
.slider_wrapper, .strip_images, .single_product_top, .product_content, .info_content, .content_wrapper {
    margin: 0 auto;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
}

.sliderinner {
    position: relative;
}

    .sliderinner a {
        display: flex;
        align-items: center;
    }

.slide-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #ffffff;
    text-align: center;
    left: 0;
    font-family: "primaryfont", sans-serif;
    background-color: rgb(24, 37, 77, .7);
    top: 70%;
    right: 0;
    margin: auto;
    height: 119px;
}

    .slide-text div {
        padding: 20px;
    }

    .slide-text a {
        text-decoration: none;
        color: #18254d;
        display: block;
    }

    .slide-text h1 {
        font-family: "primaryfont",sans-serif;
        color: #ffffff;
        padding-bottom: 20px;
        font-size: 20px;
        text-transform: uppercase;
    }

    .slide-text span {
        padding-bottom: 20px;
        color: #ffffff;
    }

a .slide-text {
    color: #18254d;
    text-decoration: none;
}
.splide__arrow {
    display: block !important;
    z-index: 10;
    background:none;
}
.splide__arrow--prev {
    /*left:18em;*/
}
.splide__arrow--next {
    /*right:18em;*/
}
.splide__arrows {
    position: absolute;
    top: 60%;
    width: 144rem;
max-width:98vw;
    left: 2vw;
    right: 2.5vw;
    margin: 0 auto;
}
.splide__arrow--prev svg {
    fill: #1a1a1a;
    stroke: white;
    stroke-width: 3;
    width: 28px;
    height: 60px;
    transform: scale(-.9, 1.1);
}
.splide__arrow--next svg {
    fill: #1a1a1a;
    stroke: white;
    stroke-width: 3;
    width: 28px;
    height: 60px;
    transform: scale(.9, 1.1);
}

.splide__track {
    max-width: 86vw;
    margin: 0 auto;
}

.splide__track h4 {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 45px;
    font-weight: 500;
}
.lp-content .columns__image {
    background-color: #f7f7f7;
}

.lp-content .columns__card h3.columns__heading {
font-weight:500;
}

.twocolumns__items .columns__image {
height:410px;
}