/* Image Slider */
[data-custom-block="image-slider"] {margin:100px 0;}
[data-custom-block="image-slider"] .heading {font-size:3.875rem;font-weight:600;margin-bottom:40px;line-height:120%;}
[data-custom-block="image-slider"] h2.heading{font-size:3.5rem;}
[data-custom-block="image-slider"] .text-content {font-size:1.125rem;font-weight:400;}
[data-custom-block="image-slider"] .imageslider{margin-top:40px;box-shadow: 0px 3px 6px #00000029;border-radius:20px;}
[data-custom-block="image-slider"] .imageslider img{border-radius:20px;}
[data-custom-block="image-slider"] .imageslider .contain img{width: 100%; height: 773px; object-fit: contain;}

[data-custom-block="image-slider"] .splide__arrow{background-color:var(--teal);opacity:1;width:50px;height:50px;}
[data-custom-block="image-slider"] .splide__arrow svg{fill:#ffffff;width:30px;height:30px;margin-top:10px;}
[data-custom-block="image-slider"] .splide__arrow--next{right:-1.5em;}
[data-custom-block="image-slider"] .splide__arrow--prev{left:-1.5em;}
[data-custom-block="image-slider"] .splide__arrow:disabled{opacity:0.3;display:block;}

@media (max-width:900px)
{
    [data-custom-block="image-slider"]{margin:60px 0;}
    [data-custom-block="image-slider"] .text-content {font-size:1rem;}
    [data-custom-block="image-slider"] .heading {font-size:1.875rem;margin-bottom:20px;}
    [data-custom-block="image-slider"] h2.heading{font-size:1.5rem;}
}

@media (max-width:720px)
{
    [data-custom-block="image-slider"] .splide__arrow--next{right:-1em;}
    [data-custom-block="image-slider"] .splide__arrow--prev{left:-1em;}
}