/* PFA */
.PFA.alt-mlMesurment .banner {
    border-radius: 10px;
    background-color: #252E80;
    box-sizing: border-box;
    padding: 75px;
    content: #fff;
}

.PFA.alt-mlMesurment .banner .content {
    color: #fff;
    text-align: center;
    font-weight: 600;
}


@media screen and (min-width: 1501px) {
    .PFA.alt-mlMesurment .banner {
        padding: 75px 150px;
        margin: 0 -150px;
    }
}

@media screen and (max-width: 900px) {
    .PFA.alt-mlMesurment .banner {
        padding: 30px;
    }
}




/* BANNER */
.BANNER {
    background: linear-gradient(0deg, rgba(255,255,255,1) 50%, rgba(246,246,251,1) 50%);
}

.BANNER .b-frame {
    padding-top: 0;
    padding-bottom: 0 ;
}

.BANNER .banner {
    border-radius: 10px;
    background-color: #252E80;
    box-sizing: border-box;
    padding: 75px;
    
}

.BANNER .banner .content {
    color: #fff;
    text-align: center;
    font-weight: 600;
}

.BANNER .banner .content p {
    line-height: 45px;
}


@media screen and (min-width: 1501px) {
    .BANNER .banner {
        padding: 75px 150px;
        margin: 0 -150px;
    }
}

@media screen and (max-width: 900px) {
    .BANNER .banner {
        padding: 30px;
    }
    .BANNER .banner .content p {
        line-height: 30px;
    }
}



/* METRICS */
.METRICS .b-frame-head {
    max-width: 1200px;
}

.METRICS .card {
    height: 100%;
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: 0 20px 40px 0 rgba(0,0,0,0.1);
    box-sizing: border-box;
    padding: 30px;
}

.METRICS .card .image {
    width: 111px;
    height: 80px;
    margin: 0 auto 20px;
    background: no-repeat center / contain;
}

.METRICS .card .content {
    text-align: center;
}

.METRICS .card .content p{
    font-size: 18px;
}



/* HOW-IT-WORKS */
.INTELLIGENCE ul {
    list-style-type: disc;
    font-size: 16px;
}
.INTELLIGENCE ul > li::before {
    all: initial;
}

.INTELLIGENCE .b-columns:not(:last-of-type) {
    margin-bottom: 65px;
}

.INTELLIGENCE .b-columns:nth-of-type(odd) {
    flex-direction: row-reverse;
}



/* PLATFORM */
.PLATFORM {
    position: relative;
    background: #F6F6FB;
}

.PLATFORM .b-flourish {
    position: absolute;
    top: -401.5px;
    right: -401.5px;
}

.PLATFORM .content {
    position: relative;
    z-index: 1;
}

.PLATFORM .content > p {
    cursor: pointer;
}

.PLATFORM .carousel { margin-bottom: 25px; }

.PLATFORM .cell {
    width: 100%;
    box-sizing: border-box;
    padding: 0 40px 0;
    opacity: 0;
    transition: 0.1s;
}
.PLATFORM .cell.is-selected { opacity: 1; }

.PLATFORM .cell p { text-align: center; }

.PLATFORM .flickity-button {
    transform: translateY(calc(-50% - 52px));
}

.PLATFORM .flickity-prev-next-button {
    background: none;
}
.PLATFORM .flickity-prev-next-button:hover {
    color: #252e80;
}


.PLATFORM .image-wrapper {
    box-sizing: border-box;
    padding: 5px;
    background: #fff;
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: 0 20px 40px 0 rgba(0,0,0,0.1);
}

.PLATFORM .image-wrapper {
    box-sizing: border-box;
    padding: 5px;
    background: #fff;
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: 0 20px 40px 0 rgba(0,0,0,0.1);
    /* position: relative; */
    /* overflow: hidden; */
}

/* .PLATFORM .image-wrapper::before{
    content: "";
    display: block;
    padding-bottom: 56.25%;
} */

.PLATFORM img {
    min-height: 100%;
    min-width: 100%;
    /* position: absolute; */
    /* top: 5px; */
    /* left: 5px; */
    /* min-height: 347px; */
    /* min-height: calc(100%-10px); */
    /* min-width: calc(100%-10px); */
}

@media screen and (min-width: 901px) {
    .PLATFORM .b-frame-head {
        max-width: 950px;
    }
    
    .PLATFORM .flickity-viewport { margin: 0 -10px; }
    .PLATFORM .flickity-prev-next-button.next {
        right: -30px;
    }
    .PLATFORM .flickity-prev-next-button.previous {
        left: -30px;
    }
}

@media screen and (max-width: 900px) {
    .PLATFORM .flickity-viewport { margin: 0 -40px; }
    .PLATFORM .flickity-prev-next-button.next,
    .PLATFORM .flickity-prev-next-button.previous {
        display: none;
    }
}

/* .PLATFORM img:not(.is-selected) {
    display: none;
} */



/* TESTIMONIALS */
.TESTIMONIAL-CAROUSEL.alt-mlMesurment { 
    position: relative;
}

.TESTIMONIAL-CAROUSEL.alt-mlMesurment .b-flourish {
    position: absolute;
    top: -401.5px;
    left: -401.5px;
    box-shadow: 0 34px 69px 34px rgba(197,197,210,0.15);
}

.TESTIMONIAL-CAROUSEL.alt-mlMesurment {
    background: #252E80;
    color: #fff;
}

.TESTIMONIAL-CAROUSEL.alt-mlMesurment .testimonial {
    border-radius: 10px;
    border: 1px solid #C0DCFE;
    /* background-color: #252E80; */
    background-color: #f6f6fb;
    box-sizing: border-box;
    padding: 45px;
    box-shadow: 0 0 15px 6px rgba(172,181,199,0.5);
    margin: 20px;
}

.TESTIMONIAL-CAROUSEL.alt-mlMesurment .testimonial .avatar {
    position: relative;
    /* background: #eee; */
    background: no-repeat center / cover;
    width: 100%;
}

.TESTIMONIAL-CAROUSEL.alt-mlMesurment .testimonial .avatar::after {
    content: '';
    display: block;
    padding-bottom: 100%;
}

.TESTIMONIAL-CAROUSEL.alt-mlMesurment .testimonial .content {
    color: #091018;
}

.TESTIMONIAL-CAROUSEL.alt-mlMesurment .flickity-viewport {
    overflow: visible;
}

.TESTIMONIAL-CAROUSEL.alt-mlMesurment .cell {
    opacity: 0;
    transition: 0.25s;
    transition-delay: 0.1s;
}

.TESTIMONIAL-CAROUSEL.alt-mlMesurment .cell.is-selected {
    opacity: 1;
}

.TESTIMONIAL-CAROUSEL.alt-mlMesurment .carousel > .flickity-page-dots {
    margin: 0;
}

.TESTIMONIAL-CAROUSEL.alt-mlMesurment .flickity-page-dots .dot {
    background: #C0DCFE;
    margin: 0 4px;
}

.TESTIMONIAL-CAROUSEL.alt-mlMesurment .flickity-page-dots .dot.is-selected {
    background: #fff;
}

@media screen and (min-width: 901px) {
    .TESTIMONIAL-CAROUSEL.alt-mlMesurment .b-frame-head{
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 900px) {
    .TESTIMONIAL-CAROUSEL.alt-mlMesurment .testimonial .avatar::before {
        top: -20px;
        right: -20px;
    }
}



/* CLIENTS-CAROUSEL */

/* .CLIENTS-CAROUSEL.alt-mlMesurment .b-frame {
    padding-top: 80px;
    padding-bottom: 40px;
} */

.CLIENTS-CAROUSEL.alt-mlMesurment h2 {
    margin-top: 0;
}

@media screen and (max-width: 900px) {
    .CLIENTS-CAROUSEL.alt-mlMesurment .b-frame {
        padding-top: 40px;
        padding-bottom: 20px;
    }
}


/* IMAGELESS-CTA */

.IMAGELESS-CTA .b-frame {
    padding-top: 0;
    padding-bottom: 80px;
}

.IMAGELESS-CTA .content {
    text-align: center;
}

@media screen and (max-width: 900px) {
    .IMAGELESS-CTA .b-frame {
        padding-top: 0;
        padding-bottom: 40px;
    }
}