.tile-read-more {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #0073FF;
    display: flex;
    /*     align-items: flex-end; */
    gap: 9px;
    text-decoration: none;
    transition: 0.2s ease-out;
}

/* 
.mobile-hide {
    display: none;
}
.mobile-show {
    display: flex;
	margin-bottom: 0;
} */

.sliding-arrow {
    position: relative;
}

.sliding-arrow:after {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_6151_651650)'%3E%3Cpath d='M3.33073 8.66583H10.7774L7.52406 11.9192C7.26406 12.1792 7.26406 12.6058 7.52406 12.8658C7.78406 13.1258 8.20406 13.1258 8.46406 12.8658L12.8574 8.4725C13.1174 8.2125 13.1174 7.7925 12.8574 7.5325L8.47073 3.1325C8.21073 2.8725 7.79073 2.8725 7.53073 3.1325C7.27073 3.3925 7.27073 3.8125 7.53073 4.0725L10.7774 7.3325H3.33073C2.96406 7.3325 2.66406 7.6325 2.66406 7.99917C2.66406 8.36583 2.96406 8.66583 3.33073 8.66583Z' fill='%230073FF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6151_651650'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.banner-section {
    margin-top: 90px;
    padding: 0 20px;
}

.banner_image {
    text-align: center;
}

.banner-content,
.banner_image {
    flex: 1 auto;
    max-width: 498px;
}

.blue-gradient-text {
    letter-spacing: -0.01em;
    background: linear-gradient(151.68deg, #0073FF 8.59%, #56CCF2 122.94%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.cc-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.01em;
    margin-bottom: 8px;
}

.cc-heading {
    font-weight: 600;
    font-size: 48px;
    line-height: 57px;
    display: flex;
    align-items: center;
    letter-spacing: -0.05em;
    color: #1F2023;
    margin-bottom: 16px;
}

.banner-section .banner-content .cc-heading {
    font-size: 32px;
    line-height: 38px;
}



.cc-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #606876;
    margin-bottom: 32px;
}

.full-width-wrapper {
    background: #F9FAFB;
}

.jones-wrapper.our-clients-container {
    padding: 60px 20px;
}

.our-clients-container p {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #1F2023;
}


.marquee {
    width: 100%;
    height: 58px;
    pointer-events: none;
    overflow: hidden;
}

.marquee__inner-wrap {
    height: 100%;
    width: 100%;
}


.marquee__img {
    margin-left: 5px;
    margin-right: 5px;
    background-position: center;
    background-repeat: no-repeat;
    filter: grayscale(1);
}

.marquee__img img {
    min-height: 40px;
    max-width: unset;
}

.marquee__inner {
    height: 100%;
    width: fit-content;
    align-items: center;
    display: flex;
    position: relative;
    animation: marquee 15s linear infinite;
    will-change: transform;
    gap: 50px;
}

@keyframes marquee {
    100% {
        transform: translate3d(-50%, 0, 0);
    }
}

.client-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.disable-border {
    border-bottom: none !important;
    padding: 0 !important;
}

.problem-solution {
    background: #00132A;
    padding-top: 72px;
    padding-bottom: 65px;
    margin-bottom: 48px;
}

.problem-solution .problem-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    text-align: center;
    background: linear-gradient(91.43deg, #FF6645 -25.73%, #FF2D39 126.95%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 12px;
}

.solution-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #05B74C;
    margin: auto;
    width: fit-content;
    margin-bottom: 12px;
}

.problem-solution .cc-heading {
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    max-width: 578px;
    margin: auto;
    margin-bottom: 56px;
}

.problem-image {
    margin-bottom: 80px;
}

.grid-col {
    display: grid;
    column-gap: 40px;
    row-gap: 24px;
    grid-auto-columns: 1fr;
    margin-bottom: 48px;
}

.problem-solution .tile {
    background: #061A34;
    border-radius: 20px;
    padding: 32px;

}

.problem-solution .tile-icon {
    margin-bottom: 32px;
}

.problem-solution .tile-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.problem-solution .tile-description {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    opacity: 0.8;
}


.cc-slider {
    margin: 0 auto;
    max-width: 1280px;
    position: relative;
    /* 	margin-bottom: 60px; */
}

.cc-slider .slides {
    display: flex;
    margin: 0;
}

.cc-slide-viewer {
    min-height: 444px;
    overflow: hidden;
    position: relative;
}

.cc-slide-group {
    min-height: 444px;
    height: 100%;
    position: relative;
    width: 100%;
}

.cc-slide {
    display: none;
    height: 100%;
    width: 100%;
}

.cc-slide:first-child {
    display: block;
}

.mobile-show {
    margin-bottom: 0;
}

.mobile-slide,
.desktop-slide {
    background-position: center;
    background-size: 100% 100%;
    height: 100%;
    /* 	min-height:566px; */
    border-radius: 20px;
    padding: 24px 32px 32px;
    color: #FFF !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.desktop-slide {
    display: none;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
    padding: 60px 48px;
    border-radius: 20px;
    padding-bottom: 100px;
}

img.cc-tm-logo {
    max-width: 114px;
    filter: brightness(0) invert(1);
    color: white;
    margin-bottom: 30px;
}

p.tm-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.01em;
    color: #FFFFFF !important;
    margin-bottom: 40px;
}

.tm-user {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
}

.tm-user-image {
    min-width: 48px;
    min-height: 48px;
    max-width: 48px;
    max-height: 48px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.user-details p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    margin: 0;
}

.cc-uname {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
}

.cc-slider-nav {
    width: 100%;
    display: none;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 0px;
    padding: 48px
}

.c-slider-nav img {
    width: 40px;
    height: 40px;
}

.flex-control-paging li a {
    width: 10px;
    height: 10px;
    display: block;
    background: #FFF;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 20px;
}

a.flex-active {
    background: #FFF !important;
}

.nav-controls-container ol {
    display: flex;
    align-items: center;
    gap: 10px;
}

.flex-control-nav,
.flex-direction-nav {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cc-nav-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px 40px;
    gap: 60px;
}

.cc-nav-item {
    cursor: pointer;
    max-width: 200px;
    max-height: 44px;
    height: 100%;
    /* 	width:100%; */
}

img.cc-nav-tm-logo {
    filter: grayscale(1) brightness(0);
    opacity: 0.1;
    max-height: inherit;
    /*     width: -webkit-fill-available; */
    Transition: opacity 2s;
}

.active img.cc-nav-tm-logo {
    filter: unset;
    opacity: 1;
}

.desktop-show {
    display: none;
}

.cc-slider-nav {
    display: none;
}

.pb-60 {
    padding-bottom: 60px;
}

.roi-section {
    margin-top: 57px;
    margin-bottom: 88px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.roi-section .cc-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.01em;
    text-transform: uppercase;
}

.roi-section .cc-heading {
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    letter-spacing: -0.03em;
    color: #1F2023;
    max-width: 578px;
    margin: auto;
    margin-bottom: 48px;
}

.reasons-section {
    padding-top: 56px;
    padding-bottom: 96px;
}

.reasons-section .grid-col {
    row-gap: 48px;
    margin-bottom: 80px;
}

.reasons-section .title {
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    display: flex;
    align-items: center;
    letter-spacing: -0.03em;
    color: #1F2023;
    margin-bottom: 48px;
}

.reasons-section .cc-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.01em;
}

.reasons-section .cc-heading {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -0.03em;
    color: #1F2023;
    margin-bottom: 48px;
}

.reason-one .tile-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 24px;
}

.reason-one .tile-title,
.reason-three .tile-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    letter-spacing: -0.03em;
    color: #1F2023;
    margin-bottom: 8px;
}

.reason-one .tile-description {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.01em;
    color: #606876;
    margin: 0;
}

.reason-two .cc-heading {
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    max-width: 312px;
    margin-bottom: 16px;
}

.reason-two .cc-description {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.01em;
    color: #1F2023;
    margin-bottom: 24px;
}

.reason-three .grid-col {
    row-gap: 32px;
    margin-bottom: 0;
}


.reason-three .cc-heading {
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 64px;
}

.reason-three .tile {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #F9FAFB;
    border-radius: 20px;
    padding: 32px;
}

.reason-three .tile-title {
    margin-bottom: 16px;
}

.tile-icon-wrapper {
    background: #FFFFFF;
    box-shadow: 0px 3.55556px 14.2222px rgba(31, 32, 35, 0.08);
    border-radius: 8.88889px;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
}

.blue-tag {
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;
    color: #0073FF;
    background: #EAF4FF;
    border-radius: 40px;
    width: max-content;
    padding: 1px 10px 2px;
}

@media(max-width:768px) {
    .problem-solution .cc-heading br {
        display: none;
    }
}

@media(min-width:768px) {
    .grid-col {
        grid-auto-flow: column;
        margin-bottom: 120px;
    }

    .banner-section {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 0px;
    }

    .banner-section .banner-content .cc-title {
        font-size: 18px;
        line-height: 30px;
        letter-spacing: -0.03em;
        padding-top: 84px;
    }

    .roi-section .cc-heading {
        font-size: 40px;
        line-height: 48px;
        letter-spacing: -0.05em;
    }

    .reason-one .tile-title {
        font-size: 20px;
        line-height: 32px;
    }

    .reason-one .tile-description {
        font-size: 16px;
        line-height: 26px;
    }

    .reason-two .cc-description {
        font-size: 16px;
        line-height: 26px;
        color: #606876;
    }

    .banner-section .banner-content .cc-heading {
        font-size: 48px;
        line-height: 57px;
    }

    .jones-wrapper-14.our-clients-container {
        height: 166px;
        padding-top: 40px;
        padding-bottom: 48px;
    }

    .our-clients-container .heading {
        font-size: 16px;
        margin-bottom: 22px;
        line-height: 26px;
        letter-spacing: -0.03em;
        color: #1F2023;
    }

    .problem-solution {
        padding-top: 120px;
        padding-bottom: 140px;

    }

    .problem-image,
    .problem-solution {
        margin-bottom: 120px;
    }

    .problem-solution .tile-icon {
        margin-bottom: 24px;
    }

    .problem-solution .tile-title {
        margin-bottom: 8px;
    }

    .problem-solution .tile-description {
        font-size: 16px;
        line-height: 26px;
    }

    .problem-solution .cc-heading {
        margin-bottom: 100px;
        max-width: 792px;
        display: flex;
        justify-content: center;
    }

    .roi-test-wrapper {
        margin-bottom: 140px;
    }

    .roi-section {
        margin-top: 140px;
        margin-bottom: 140px;
    }

    img.cc-tm-logo {
        margin-bottom: 40px;
        max-width: 104px;
        max-height: 43px;
    }

    .user-details p {
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: -0.01em;
        color: #FFF;
        max-width: 294px;
    }

    .tm-user {
        gap: 24px;
    }

    /*     .tm-user-image {
        min-width: 64px;
        min-height: 64px;
        max-width: 64px;
        max-height: 64px;
    } */

    .user-details .cc-uname {
        font-weight: 600;
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 0;
    }

    p.tm-text {
        font-weight: 600;
        font-size: 22px;
        line-height: 35px;
        flex: 2;
        max-width: 50%;
        margin: 0;
    }

    .cc-slider-nav {
        display: flex;
        z-index: 10;
    }

    .mobile-slide {
        display: none;
    }


    .desktop-slide {
        display: flex;
        background-size: cover;
    }

    .mw-400 {
        max-width: 400px !important;
    }

    .reasons-section .title {
        font-size: 40px;
        line-height: 48px;
        letter-spacing: -0.05em;
        max-width: 488px;
        margin-bottom: 100px;
    }

    .reasons-section .cc-heading {
        max-width: 379px;
        margin-bottom: 80px;
        font-size: 32px;
        line-height: 38px;

    }

    .reason-two .cc-heading {
        margin-bottom: 16px;
    }

    .reasons-section .grid-col {
        margin-bottom: 120px;
    }

    .reason-three .tile {
        padding: 24px 32px;
    }

    .tile-icon-wrapper {
        width: 48px;
        height: 48px;
        padding: 7px;
        margin-bottom: 24px;
    }

    .tile-icon-wrapper img {
        max-height: 26px;
    }

    .reason-three .tile-description {
        margin-bottom: 24px;
    }

    .reason-three .tile-title {
        margin-bottom: 8px;
        font-size: 20px;
        line-height: 32px;
    }

    /* 	
	.mobile-show {
    	display: none;
	}
	
	.mobile-hide {
    	display: flex;
	} */


    /* Start mobile horizontal screen CSS  */
    .horizontal .banner-content,
    .horizontal .banner_image {
        flex: 1;
    }

    .horizontal.banner-section .banner-content .cc-title {
        font-size: 20px;
        line-height: 32px;
        letter-spacing: -.01em;
        padding-top: 0;
    }

    .horizontal.banner-section .banner-content .cc-heading {
        font-size: 32px;
        line-height: 38px;
    }

    /* End mobile horizontal screen CSS  */
}