.mlh-row-1 {
    background: url(../images/section1-bg.webp) no-repeat top center / contain;
    margin-bottom: 75px
}

.ssp-section .section-heading {
    font-size: 20px;
    font-weight: 600;
    color: #0093ff;
    letter-spacing: 2px;
    margin: 0 0 10px 0
}

.ssp-section .section-subheading {
    position: relative;
    font-size: 45px;
    color: #283561;
    padding-bottom: 30px
}

.ssp-section .section-subheading strong {
    color: #4f00e6
}

.ssp-section .section-subheading:after {
    content: '';
    width: 136px;
    height: 4px;
    display: block;
    background: #4f00e6;
    position: absolute;
    bottom: 0
}

.ssp-section .has-text-align-center.section-subheading:after {
    left: 0;
    right: 0;
    margin: 0 auto
}

.mlh-banner-1 {
    background: #4f00e6 url(../images/dotted-bg.webp) no-repeat 99% 60% / 13%;
    display: flex;
    align-items: center!important;
    flex-wrap: wrap!important;
    justify-content: center;
    padding: 50px;
    border-radius: 25px
}

.mlh-banner-1 svg {
    width: 200px
}

.ssp-section .mlh-banner-1 h2 {
    margin: 0;
    color: #fff;
    font-size: 44px
}

.ssp-section .mlh-banner-1>div:nth-child(1) {
    width: 20%;
    flex-grow: unset;
    flex-basis: 0;
    min-width: 15%
}

.mlh-banner-1 h2 {
    font-size: 35px
}

.ssp-section .mlh-banner-1>div:nth-child(2) {
    position: relative;
    flex: 1
}

.ssp-section .mlh-banner-1>div:nth-child(3) {
    flex: 0 0 328px
}

.ssp-section .mlh-banner-1>div:nth-child(2):after {
    content: '';
    position: absolute;
    top: -25px;
    right: 25px;
    background: #fff;
    width: 7px;
    height: 97px
}

.ssp-button-1>a {
    vertical-align: middle;
    line-height: 1.2;
    height: 52px;
    background: #fff;
    width: auto;
    font-size: 18px;
    padding: 0 5px 0 40px;
    border: solid 1px #4f00e6;
    cursor: pointer;
    color: #4f00e6;
    border-radius: 50px;
    box-sizing: border-box;
    /* text-align: center; */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    column-gap: 22px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    font-weight: 600;
    text-decoration: none
}

.ssp-button-1>a:after {
    content: '';
    display: block;
    min-width: 38px;
    height: 38px;
    background: #4f00e6 url(data:image/svg+xml;base64,CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNjQwIDY0MCIgc3R5bGU9ImZpbGw6I2ZmZmZmZiI+PHBhdGggZD0iTTU2Ni42IDM0Mi42YTMyIDMyIDAgMCAwIDAtNDUuM2wtMTYwLTE2MGEzMiAzMiAwIDAgMC00NS4zIDQ1LjNMNDY2LjcgMjg4SDk2YTMyIDMyIDAgMSAwIDAgNjRoMzcwLjdMMzYxLjMgNDU3LjRhMzIgMzIgMCAwIDAgNDUuMyA0NS4zeiIvPjwvc3ZnPg==) no-repeat center;
    background-size: 16px 14px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    border-radius: 50px
}

.columns-card {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
    margin: 0
}

.column-card {
    position: relative;
    flex: 1;
    background: #fff;
    border-radius: 18px;
    padding: 80px 30px 40px;
    box-shadow: 0 10px 20px rgba(0,0,0,.12);
    overflow: visible;
    transition: all .3s ease
}

.column-card::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10px;
    background: #5a00ff;
    border-radius: 0 0 18px 18px
}

.column-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,.18)
}

.column-card .icon {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%)
}

.column-card .icon-contents {
    display: flex;
    justify-content: center;
    align-items: center
}

.column-card .icon-wrap {
    width: 110px;
    height: 110px;
    background: #5a00ff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 15px solid #fff
}

.column-card .button-icon svg,.column-solution-card .button-icon svg {
    width: 28px;
    height: 28px;
    fill: #fff
}

.column-card .wp-block-image {
    margin: 25px 0 30px;
    text-align: center
}

.column-card .wp-block-image img {
    width: 100%;
    height: auto;
    display: inline-block
}

.column-card .wp-block-heading {
    font-family: 'Poppins',sans-serif;
    line-height: 1.25;
    font-weight: 600;
    margin-bottom: 20px
}

.column-card .wp-block-heading strong {
    color: #5a00ff
}

.column-card .wp-block-paragraph {
    color: #4a4a4a;
    font-size: 18px;
    line-height: 1.7;
    margin: 0
}

.columns-card>.wp-block-column {
    margin: 0!important
}

.columns-card.is-layout-flex {
    gap: 20px
}

.columns-card:after,.columns-solutions-card:after {
    display: none
}

#ssp-section-1 {
    background: #f9f9f9
}

#ssp-section-2 {
    background: #f2f3f4;
    padding-top: 75px;
    padding-bottom: 75px;
    margin-left: -40px;
    margin-right: -40px;
    margin-bottom: 0
}

#ssp-section-2>div {
    padding: 0 40px
}

.column-card h2.wp-block-heading {
    font-size: 32px;
    color: #5800d5
}

.column-card h3.wp-block-heading {
    font-size: 25px;
    color: #0093ff
}

.column-card .icon-wrap i,.column-solution-card .icon-wrap i {
    display: inline-flex
}

#ssp-section-3 {
    margin-left: -40px;
    margin-right: -40px;
    min-height: 500px
}

.columns-solutions-card {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    align-items: stretch;
    margin: 0
}

.column-solution-card {
    flex: 1 1 320px;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 15px rgba(0,0,0,.18);
    display: flex;
    flex-direction: column;
    transition: all .3s ease
}

.column-solution-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0,0,0,.18)
}

.column-solution-card>.wp-block-columns {
    margin: 0
}

.top-card-left-icon-content {
    padding: 35px 30px;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    min-height: 180px;
}

.bottom-card-left-icon-content {
    background: #1295f2;
    color: #fff;
    padding: 35px 30px;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    flex: 1
}

.top-card-left-icon-content>.wp-block-column:first-child,.bottom-card-left-icon-content>.wp-block-column:first-child {
    flex: 0 0 42px;
}

.top-card-left-icon-content>.wp-block-column:last-child,.bottom-card-left-icon-content>.wp-block-column:last-child {
    flex: 1
}

.column-solution-card .icon-wrap {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.x-icon .icon-wrap {
    background: #5a00ff
}

.check-icon .icon-wrap {
    background: #fff
}

.button-icon {
    font-size: 18px;
    line-height: 1
}

.x-icon .button-icon {
    color: #fff
}

.check-icon .button-icon {
    color: #1295f2
}

.top-card-left-icon-content .wp-block-heading {
    color: #5a00ff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 15px
}

.bottom-card-left-icon-content .wp-block-heading {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 12px
}

.top-card-left-icon-content .wp-block-paragraph {
    color: #3d3d3d;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0
}

#ssp-section-4 .bottom-card-left-icon-content .wp-block-paragraph {
    color: rgba(255,255,255,.95);
    font-size: 1rem;
    line-height: 1.6;
    margin: 0
}

.top-card-left-icon-content .wp-block-column,.bottom-card-left-icon-content .wp-block-column {
    margin: 0
}

.top-card-left-icon-content,.bottom-card-left-icon-content {
    gap: 0!important
}

.top-card-left-icon-content .wp-block-column:first-child,.bottom-card-left-icon-content .wp-block-column:first-child {
    margin-right: 20px;
}

#ssp-section-4 {
    padding-top: 75px;
    padding-bottom: 75px
}

.mlh-banner-2 {
    background: #4f00e6 url(../images/dotted-bg2.webp) no-repeat 99% 75% / 13%;
    border-radius: 16px;
    padding: 30px 40px;
    color: #fff;
    overflow: hidden;
    position: relative;
    align-items: center!important
}

.mlh-banner-2>.wp-block-column:first-child {
    flex: 0 0 120px;
    display: flex;
    align-items: center;
    justify-content: center
}

.column-icon-media-content .icon-wrap {
    width: 95px;
    height: 95px;
    background: rgba(255,255,255,.18);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.column-icon-media-content svg {
    width: 55px;
    height: 55px
}

.mlh-banner-2 .wp-block-columns {
    gap: 30px;
    align-items: center!important
}

.column-left-content-platform {
    position: relative
}

.column-left-content-platform:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    width: 7px;
    height: 100%
}

.column-left-content-platform h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: .5px;
    margin-bottom: 10px;
    text-transform: uppercase
}

.column-left-content-platform h3 {
    color: #fff;
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 5px
}

.column-left-content-platform h4 {
    color: #fff;
    font-size: 35px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 10px
}

.column-left-content-platform h4 strong {
    font-weight: 900;
    font-size: 82px
}

.column-left-content-platform p {
    color: rgba(255,255,255,.85);
    font-size: 13px;
    margin: 0
}

#ssp-section-4 .mlh-banner-2 p {
    color: #fff;
    font-size: 16px;
    line-height: 1.4
}

.mlh-banner-2 .wp-block-columns .wp-block-columns {
    align-items: center
}

.mlh-banner-3 {
    background: linear-gradient(135deg,#f8f5ff 0%,#f3efff 100%);
    border: 1px solid #e8e5f3;
    border-radius: 15px;
    padding: 40px 20px;
    margin: 50px auto;
    box-shadow: 0 10px 30px rgba(119,72,220,.08);
    gap: 0
}

.mlh-banner-3 .wp-block-column {
    position: relative;
    text-align: center;
    padding: 0 30px
}

.mlh-banner-3 .wp-block-column:not(:last-child):after {
    content: "";
    position: absolute;
    right: 0;
    top: 15%;
    height: 70%;
    width: 3px;
    background: #e8e5f3
}

.mlh-banner-3 .icon svg {
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto 18px
}

.mlh-banner-3 .icon svg path {
    fill: #260077
}

.mlh-banner-3 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #26356b;
    margin: 0 0 12px;
    line-height: 1.2
}

.mlh-banner-3 p {
    font-size: 1rem;
    color: #5f667d;
    line-height: 1.7;
    margin: 0;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto
}

#ssp-section-5 .partnerships-heading {
    margin-top: 70px;
    margin-bottom: 40px
}

#ssp-section-5 .partnerships-heading {
    color: #260077;
    font-weight: 700
}

.partner-logos {
    gap: 24px
}

.partner-logos .wp-block-column {
    background: #fff;
    border: 1px solid #e8e8ef;
    border-radius: 18px;
    padding: 40px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 220px;
    transition: all .3s ease
}

.partner-logos .wp-block-column:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0,0,0,.08);
    border-color: #260077
}

.partner-logos img {
    max-width: 180px;
    width: 100%;
    height: auto;
    object-fit: contain;
    transition: all .3s ease
}

.block-faq .wp-block-accordion-item {
    border: solid 1px #f1eff4;
    border-radius: 12px;
    box-shadow: 0 0 76px rgba(0,0,0,.08);
    padding: 0 25px 0 25px;
    margin-bottom: 10px
}

.block-faq h3 {
    display: list-item;
    list-style-type: none;
    font-size: 19px;
    color: #4f00e6;
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    padding: 16px 40px 17px 0;
    cursor: pointer;
    position: relative;
    outline: none;
    box-shadow: none;
    background: none;
    border: 0;
    margin: 0
}

.block-faq .wp-block-accordion-heading__toggle-icon {
    content: '';
    position: absolute;
    right: 0;
    top: 24px;
    width: 21px;
    height: 13px;
    background: url(data:image/svg+xml,<svg\ xmlns=\"http://www.w3.org/2000/svg\"\ viewBox=\"0\ 0\ 200\ 123.5\"\ style=\"fill:\ %234f00e6;\"><polygon\ points=\"100\ 123.5\ 200\ 23.5\ 176.5\ 0\ 100\ 76.33\ 23.5\ 0\ 0\ 23.5\ 100\ 123.5\"\ style=\"stroke-width:\ 0px;\"/></svg>) no-repeat center;
    background-size: 21px 13px;
    transition: transform .3s ease;
    font-size: 0
}

.block-faq .wp-block-accordion-item.is-open>.wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon {
    transform: rotate(180deg)
}

.block-faq .wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title {
    text-decoration: none
}

#ssp-section-6 {
    background: #f2f3f4;
    padding-top: 75px;
    padding-bottom: 75px;
    margin-left: -40px;
    margin-right: -40px;
    margin-bottom: 0;
}

#ssp-section-6 .block-faq {
    margin-top: 75px
}

#ssp-section-5 .column-media {
    max-width: 555px
}

.columns-learn-more .section-subheading {
    font-size: 34px;
    font-weight: 700!important;
    color: #283561!important;
    margin: 0;
    padding: 0
}

.columns-learn-more .section-subheading:after {
    display: none
}

.columns-learn-more:after {
    display: none
}

.columns-learn-more {
    margin: 0;
    align-items: center!important;
    justify-content: center!important
}

.columns-learn-more .ssp-button-1>a {
    background: #4f00e6;
    color: #fff
}

.columns-learn-more>div {
    flex: unset!important
}

.columns-learn-more .ssp-button-1>a:after {
    background: #fff url(data:image/svg+xml;base64,CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNjQwIDY0MCIgc3R5bGU9ImZpbGw6IzRmMDBlNiI+PHBhdGggZD0iTTU2Ni42IDM0Mi42YTMyIDMyIDAgMCAwIDAtNDUuM2wtMTYwLTE2MGEzMiAzMiAwIDAgMC00NS4zIDQ1LjNMNDY2LjcgMjg4SDk2YTMyIDMyIDAgMSAwIDAgNjRoMzcwLjdMMzYxLjMgNDU3LjRhMzIgMzIgMCAwIDAgNDUuMyA0NS4zeiIvPjwvc3ZnPg==) no-repeat center;
    background-size: 16px 14px;
    color: #4f00e6
}

#section-book-discovery-call {
    background: #260077;
    padding-top: 65px;
    padding-bottom: 20px;
    position: relative;
    margin-left: -40px;
    margin-right: -40px;
    margin-bottom: 0;
}

#section-book-discovery-call:before, #section-book-discovery-call:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 600px;
    height: 561px;
    background: url(../images/hero_gradient_left.webp) no-repeat left top;
    z-index: -1;
}

#section-book-discovery-call:after {
    left: auto;
    right: 0;
    background: url(../images/hero_gradient_right.webp) no-repeat right top;
}

#section-book-discovery-call h2 {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
}

#section-book-discovery-call p {
    font-size: 24px;
    color: #c298ff;
    line-height: 1.2;
}

#section-book-discovery-call h3 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 50px;
}

.page-id-6522 #colophon {
    display: none;
}

.page-id-6522 .entry-content .main-contents {
    padding-bottom: 0;
}

#post-6522 {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .mlh-banner-3 {
        padding:30px 20px
    }

    .mlh-banner-3 .wp-block-column {
        padding: 25px 0
    }

    .mlh-banner-3 .wp-block-column:not(:last-child):after {
        display: none
    }

    .mlh-banner-3 h3 {
        font-size: 1.3rem
    }

    .partner-logos .wp-block-column {
        min-height: 140px
    }
}

@media (max-width: 767px) {
    .mlh-banner-2 {
        padding:25px
    }

    .mlh-banner-2>.wp-block-column:first-child {
        margin-bottom: 20px
    }

    .column-left-content-platform:after {
        display: none
    }

    .column-left-content-platform {
        padding-right: 0;
        margin-bottom: 20px
    }

    .column-left-content-platform h4 {
        font-size: 48px
    }

    .ssp-button-1 a {
        width: 100%;
        justify-content: center;
        font-size: 13px;
        min-width: 234px;
        padding-left: 0;
    }
}

@media (max-width: 1024px) {
    .column-solution-card {
        flex:1 1 calc(50% - 12px)
    }
}

@media (max-width: 767px) {
    .columns-solutions-card {
        flex-direction:column;
        gap: 20px
    }

    .column-solution-card {
        max-width: 100%
    }

    .top-card-left-icon-content,.bottom-card-left-icon-content {
        padding: 28px 24px
    }

    .top-card-left-icon-content .wp-block-heading,.bottom-card-left-icon-content .wp-block-heading {
        font-size: 24px !important;
    }

    .top-card-left-icon-content .wp-block-paragraph,.bottom-card-left-icon-content .wp-block-paragraph {
        font-size: .95rem
    }
}

@media (max-width: 1024px) {
    .columns-card {
        gap:30px
    }

    .column-card {
        flex: 1 1 calc(50% - 15px)
    }
}

@media (max-width: 767px) {
    .columns-card {
        flex-direction:column;
        align-items: center;
        gap: 50px;
    }

    .column-card {
        max-width: 100%;
        width: 100%;
        padding: 75px 25px 35px
    }

    .column-card .wp-block-heading {
        font-size: 28px
    }

    .column-card .wp-block-paragraph {
        font-size: 16px
    }

    .column-card .wp-block-image img {
        max-width: 250px
    }
}

@media only screen and (min-width: 1367px) and (max-width: 1520px) {}
@media only screen and (min-width: 1281px) and (max-width: 1366px) {}
@media only screen and (min-width: 1024px) and (max-width: 1280px) {

.ssp-section .section-heading {
    font-size: 18px;
}

.ssp-section .section-subheading {
    font-size: 34px;
}

.ssp-section .mlh-banner-1 h2 {
    font-size: 21px;
}

.ssp-section .mlh-banner-1>div:nth-child(1) {
    width: 25%;
    min-width: 25%;
}

.ssp-button-1>a {
    max-width: 300px;
}

.column-card h2.wp-block-heading {
    font-size: 18px;
}

.column-card h3.wp-block-heading {
    font-size: 20px;
}

.top-card-left-icon-content .wp-block-heading {
    font-size: 20px;
}

strong {}

.column-left-content-platform h4 strong {
    font-size: 52px;
}

.mlh-banner-2 .wp-block-columns .wp-block-columns {
    flex-direction: column;
}

}
@media (min-width: 960px) and (max-width: 1169px) {}
@media (min-width: 768px) and (max-width: 1023px) {
.mlh-banner-1 {
gap: 20px;
background-size: 25%;
background-position: 97% 90%;
flex-direction: column;
}

.ssp-section .mlh-banner-1>div:nth-child(2):after {
display: none;
}

.ssp-section .mlh-banner-1 h2 {
font-size: 30px;
}

.ssp-section .mlh-banner-1>div:nth-child(1) {
width: auto;
}

.columns-card {
gap: 50px;
}

#ssp-section-3,#ssp-section-3>div {
background-attachment: unset!important;
}

.top-card-left-icon-content .wp-block-column:first-child, .bottom-card-left-icon-content .wp-block-column:first-child {
    margin-right: 0;
}

.top-card-left-icon-content, .bottom-card-left-icon-content {
    gap: 20px!important;
    align-items: center;
    justify-content: center;
}

span.icon-contents {
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-card-left-icon-content>.wp-block-column:last-child, .bottom-card-left-icon-content>.wp-block-column:last-child {
    text-align: center;
}

.bottom-card-left-icon-content .wp-block-heading {
    text-align: center;
}

.mlh-banner-2 {
    gap: 20px;
}

.column-left-content-platform:after {
    display: none;
}

.column-left-content-platform h2 {
    font-size: 24px;
    text-align: center;
}

.column-left-content-platform {
    text-align: center;
}

.ssp-button-1>a {
    padding-left: 0;
}

.ssp-button-1>a:after {
    position: absolute;
    right: 5px;
}

.ssp-button-1 {
    position: relative;
}

#ssp-section-5 .column-media {
    max-width: 100%;
}

.columns-learn-more .section-subheading {
    text-align: center;
}

}
@media only screen and (max-width: 767px) {

.mlh-row-1 {
background: none;
}

.ssp-section .mlh-banner-1>div:nth-child(2):after {
display: none;
}

.mlh-banner-1 {
background-image: none;
gap: 20px;
}

.wp-block-column.column-solution-card {
    flex-basis: min-content !important;
}

.top-card-left-icon-content .wp-block-column:first-child, .bottom-card-left-icon-content .wp-block-column:first-child {
    margin: 0;
}

.top-card-left-icon-content, .bottom-card-left-icon-content {
    gap: 20px !important;
}

.column-left-content-platform h2 {
    font-size: 24px !important;
}

.column-left-content-platform h3 {
    font-size: 34px;
}

.ssp-button-1>a:after {
    position: absolute;
    right: 5px;
}

.ssp-button-1 {
    position: relative;
}

#section-book-discovery-call {
    margin: -20px;
}

#ssp-section-6 {
    margin: -20px;
}

.columns-learn-more .section-subheading {
    font-size: 24px;
    text-align: center;
}

#ssp-section-3,#ssp-section-3>div {
    background-attachment: unset!important;
}

}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    
}