#solutions {
    padding: 5rem 0 14rem;
}

#solutions .title-02,
#solutions .text-editor {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#solutions .text-editor {
    max-width: 75rem;
}


#solutions .list li {
    margin: 11rem 0 0;
}

#solutions .list .text {
    margin: 0 3rem 0 9rem;
}

#solutions .list .text h4 {
    color: #0D4A69;

    font-size: 2.8rem;
    font-weight: 400;
    line-height: 3.5rem;
    font-family: 'Sofia Pro';

    text-align: left;
}

#solutions .list .text .text-editor {
    text-align: left;
    margin-top: 1.7rem;
    margin-bottom: 3.7rem;
}

#solutions .list .image {
    width: 45%;
    aspect-ratio: 54 / 42;
    border-radius: 0 10rem 0 10rem;
}


#solutions .list li:nth-child(odd) .text {
    margin: 0 9rem 0 3rem;
}

#solutions .list li:nth-child(odd) .image {
    order: -1;
}


#clients {
    padding: 14rem 0;
    position: relative;
    background: white;
    border-radius: 0 15rem 0 15rem;
}

#clients:after {
    z-index: 1;

    inset: 0;
    opacity: 0.4;

    content: '';
    display: block;
    position: absolute;

    background-image: url(./images/map.svg);
    background-size: auto 86%;
    background-repeat: no-repeat;
    background-position: center;
}

#clients .wrapper {
    z-index: 2;
    position: relative;
}

#clients .title-02,
#clients .text-editor {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#clients .text-editor {
    max-width: 75rem;
}

#clients .splide {
    margin: 4rem 0 5rem;
}

#clients .splide .splide__slide img {
    margin: auto;
    width: 100%;
    height: 6.4rem;
    display: block;
    max-width: 20rem;
    /*filter: brightness(0);*/
    opacity: 0.6;
}

#clients .button {
    margin: 3.6rem auto 0;
}

#clients .splide__arrow--prev,
#clients .splide__arrow--next {
    top: 0;
    width: 20rem;
    height: 100%;
    opacity: 1;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%);
    transform: none;
    border-radius: 0;
    justify-content: flex-end;
}

#clients .splide__arrow--prev {
    left: 0;
    justify-content: flex-start;
    background: linear-gradient(-90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%);
}

#clients .splide__arrow--next {
    right: 0;
}

#clients .splide__arrow--prev svg,
#clients .splide__arrow--next svg {
    width: 3.4rem;
    height: 3.4rem;
    padding: 0.5rem;
    background: #8ECAE6;
    border-radius: 50%;
}

#clients .splide__arrow--prev svg path,
#clients .splide__arrow--next svg path {
    fill: white;
}


#opportunities {
    z-index: 2;
    position: relative;
}

#opportunities .left {
    padding: 23rem 0 22rem;
    max-width: 44rem;
}

#opportunities .right {
    position: relative;
}

#opportunities .left .button {
    margin-top: 3.7rem;
}

#opportunities .right {
    position: relative;
}

#opportunities .right .image {
    height: calc(100% + 4rem);

    top: 0;
    left: 0;
    bottom: -4rem;
    position: absolute;

    mask-image: url(./images/mask-bottom.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: top center;
}

#opportunities .right .image img {
    width: auto;
    height: 100%;
}


#testimonials {
    z-index: 1;
    position: relative;
    padding: 8rem 0 10rem;
    text-align: center;
    border-radius: 0 15rem 0 15rem;
    background: url(./images/dots.svg);
    background-repeat: repeat-x;
    background-position: top center;
    background-color: #219EBC;
}

#testimonials .button {
    margin: 7.7rem auto 0;
}

#testimonials .title-02 {
    text-align: center;
}

#testimonials .title-02,
#testimonials .title-02 strong {
    color: white;
}

#testimonials .splide {
    margin: 7.2rem 0 0;
}

#testimonials .splide .text-editor {
    color: white;
    margin: 0 auto 7.5rem;
    max-width: 73rem;
}

#testimonials .splide h4,
#testimonials .splide h5 {
    color: white;

    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2.6rem;
    font-family: 'Sofia Pro';

    text-align: left;
}

#testimonials .splide h5 {
    font-style: italic;
    font-weight: 400;
}

#testimonials .splide img {
    width: 14rem;
    height: 6.4rem;
    filter: grayscale(1) brightness(100);
    object-position: right center;
}

#testimonials .splide .sep {
    margin-left: 4rem;
    padding-left: 4rem;
    border-left: 1px solid white;
}

#testimonials .splide .splide__arrow {
    width: 3.4rem;
    height: 3.4rem;
    background: white;
}

#testimonials .splide .splide__arrow svg {
    width: 2.4rem;
    height: 2.4rem;
}

#testimonials .splide .splide__arrow svg path { fill: #219EBC }


#units {
    padding: 12rem 0 20rem;
}

#units .title-02,
#units .text-editor {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#units .text-editor {
    max-width: 75rem;
}


@media (max-width: 992px) {
    #solutions .text-editor {
        max-width: 100%;
    }

    #solutions .list li {
        flex-wrap: wrap;
    }

    #solutions .list li .text,
    #solutions .list li:nth-child(odd) .text {
        margin: 3rem 0 0 0;
    }

    #solutions .list .image {
        width: 100%;
    }


    #solutions .list li .image,
    #solutions .list li:nth-child(odd) .image {
        order: -1;
    }

    #clients .splide .splide__slide img {
        height: 8.4rem;
    }

    #opportunities .left {
        padding: 3rem 0 14rem;
        max-width: 100%;
    }

    #opportunities .right {
        order: -1;
        margin-top: 14rem;
    }

    #opportunities .right .image {
        height: auto;
        display: block;
        overflow: hidden;
        position: static;
        mask-image: none;
        border-radius: 0 10rem 0 10rem;
    }

    #opportunities .right .image img {
        width: 100%;
        height: auto;
        aspect-ratio: 54 / 42;
    }

    #opportunities .wrapper {
        flex-wrap: wrap;
    }

    #testimonials .splide .sep {
        max-width: calc(100% - 14rem - 8rem - 1px);
    }

    #testimonials .splide__slide > .flex {
        width: 100%;
    }
}
