body {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    color: #181818;
    font-size: 1rem;
    font-weight: 300;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
    margin-top: 0
}

ul[role=list],
ol[role=list] {
    list-style: none
}

html:focus-within {
    scroll-behavior: smooth
}

img,
picture {
    max-width: 100%;
    display: block
}

input,
button,
textarea,
select {
    font: inherit
}

.title-break {
    display: block
}

.container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: .75rem;
    padding-right: .75rem
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px
}

.row>* {
    padding-left: 12px;
    padding-right: 12px
}

.heading-menu {
    display: none
}

.text-center {
    text-align: center !important
}

#scroll {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%
}

.case-study-badge {
    color: #006deb;
    border: 1px solid #006deb;
    border-radius: 32px;
    padding: 4px 8px;
    font-size: 14px;
    margin-bottom: 16px
}

.case-study-quote-section .quote-wrapper {
    background: #edf5ff;
    padding: 40px 100px;
    font-size: 18px;
    position: relative;
    margin-top: 40px;
    border-left: 2px solid #006deb
}

.case-study-quote-section .quote-wrapper::before {
    position: absolute;
    content: "";
    left: 30px;
    top: 46px;
    height: 30px;
    width: 40px;
    background: url("../../images/case-study-quote.svg") no-repeat;
    background-size: 40px
}

.case-study-quote-section .quote-wrapper p {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 24px;
    font-weight: 400;
    letter-spacing: -0.5px
}

.case-study-quote-section .quote-author {
    margin-bottom: 0px
}

.case-study-quote-section .quote-author span {
    display: block;
    font-weight: 400
}

.casestudy-main-wrapper *,
.casestudy-main-wrapper *::before,
.casestudy-main-wrapper *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.casestudy-main-wrapper .apm-btn-primary {
    border: 0;
    color: #fff;
    border-radius: 4px;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.4;
    cursor: pointer;
    text-align: center;
    padding: 12px 24px;
    display: inline-block;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    text-decoration: unset !important;
    background-color: #e80e19
}

.casestudy-main-wrapper .apm-btn-primary:hover,
.casestudy-main-wrapper .apm-btn-primary:focus,
.casestudy-main-wrapper .apm-btn-primary:focus-within,
.casestudy-main-wrapper .apm-btn-primary:active {
    background: #e0010d
}

.casestudy-main-wrapper .apm-btn-secondary {
    border: 0;
    color: #fff;
    border-radius: 4px;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.4;
    cursor: pointer;
    text-align: center;
    padding: 12px 24px;
    display: inline-block;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    text-decoration: unset !important;
    background-color: #006deb
}

.casestudy-main-wrapper .apm-btn-secondary:hover,
.casestudy-main-wrapper .apm-btn-secondary:focus,
.casestudy-main-wrapper .apm-btn-secondary:focus-within,
.casestudy-main-wrapper .apm-btn-secondary:active {
    background: #0361cd
}

.casestudy-main-wrapper h2 {
    font-size: 36px;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: -0.5px;
    margin-bottom: 20px
}

.casestudy-main-wrapper h3 {
    font-size: 28px;
    line-height: 1.3;
    font-weight: 500;
    letter-spacing: -0.5px;
    margin-bottom: 20px
}

.casestudy-main-wrapper p {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 24px
}

.casestudy-main-wrapper li {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 24px
}

.casestudy-main-wrapper li:last-child {
    margin-bottom: 0
}

.casestudy-main-wrapper li strong {
    font-weight: 600
}

.casestudy-main-wrapper .mt-24 {
    margin-top: 24px
}

.casestudy-main-wrapper .unorder-list {
    padding-left: 32px !important;
    list-style-type: disc !important
}

.casestudy-main-wrapper .breadcrumb-wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 6px;
    padding: 32px 0 0;
    font-weight: 300;
    font-size: 14px
}

.casestudy-main-wrapper .breadcrumb-wrapper a {
    color: inherit
}

.casestudy-main-wrapper .banner-vector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.casestudy-main-wrapper .banner-vector .img-holder {
    padding: 24px;
    border: 1px solid #e0e3e8;
    width: 100%;
    background: #fff;
    text-align: center;
    max-width: 380px;
    border-radius: 4px
}

.casestudy-main-wrapper .banner-vector .img-holder img {
    max-width: 220px !important;
    width: 100%;
    margin: auto
}

.casestudy-main-wrapper .banner-vector .img-holder .icon-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid #ededed
}

.casestudy-main-wrapper .banner-vector .img-holder .icon-content:first-of-type {
    padding: 12px 0;
    margin-top: 20px
}

.casestudy-main-wrapper .banner-vector .img-holder .icon-content:last-child {
    padding: 12px 0 0
}

.casestudy-main-wrapper .banner-vector .img-holder .icon-content h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    margin: 8px 16px
}

.casestudy-main-wrapper .banner-vector .img-holder .icon-content p {
    font-size: 18px;
    line-height: 1.75;
    margin: 0
}

.casestudy-main-wrapper .casestudy-banner-section {
    background: #edf5ff
}

.casestudy-main-wrapper .banner-grid {
    display: grid;
    grid-template-columns: 1fr auto;
    padding: 40px 0 100px
}

@media screen and (max-width: 991.98px) {
    .casestudy-main-wrapper .banner-grid {
        grid-template-columns: 1fr;
        gap: 60px 0
    }
}

.casestudy-main-wrapper .banner-grid .banner-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.casestudy-main-wrapper .banner-grid h1 {
    font-size: 40px;
    line-height: 1.25;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 32px
}

.casestudy-main-wrapper .casestudy-content-wrapper {
    padding-top: 80px
}

.casestudy-main-wrapper .casestudy-content-section {
    padding: 0 0 60px
}

.casestudy-main-wrapper ul.custom-check-list {
    padding-left: 0 !important;
    list-style-type: none !important
}

.casestudy-main-wrapper ul.custom-check-list li {
    position: relative;
    padding-left: 36px
}

.casestudy-main-wrapper ul.custom-check-list li:last-child {
    margin-bottom: 0px
}

.casestudy-main-wrapper ul.custom-check-list li::after {
    position: absolute;
    content: "";
    left: 0;
    top: 4px;
    width: 22px;
    height: 22px;
    background: no-repeat url("../../images/custom-list-tick.svg");
    background-size: 21px
}

.casestudy-main-wrapper .case-study-implemention-section {
    margin-bottom: 32px;
    width: 100%
}

.casestudy-main-wrapper .case-study-implemention-section .row {
    gap: 24px 0
}

.casestudy-main-wrapper .outcome-card {
    height: 100%;
    background-color: #edf5ff;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.casestudy-main-wrapper .outcome-card h3 {
    margin-bottom: 4px;
    font-size: 24px
}

.casestudy-main-wrapper .outcome-card p {
    margin: 0;
    font-size: 15px !important
}

.casestudy-main-wrapper .outcome-card .outcome-card-icon {
    width: 56px;
    height: 56px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #d3e7ff;
    margin-right: 16px;
    border-radius: 100px
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}

@media(min-width: 768px) {
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }
}

@media(min-width: 992px) {
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }
}

@media(min-width: 1200px) {
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }
}

@media screen and (max-width: 991.98px) {
    .title-break {
        display: inline
    }
}

@media screen and (max-width: 575.98px) {
    .casestudy-main-wrapper .banner-grid h1 {
        font-size: 40px
    }

    .case-study-quote-section .quote-wrapper {
        padding: 40px 40px 40px 100px
    }
}

/* New CSS Grid */
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -.75rem;
    margin-left: -.75rem;
    padding-top: 0;
    padding-bottom: 0
}

.row>* {
    padding-left: 12px;
    padding-right: 12px;
    max-width: 100%
}

.row.g-0 {
    margin-right: 0;
    margin-left: 0
}

.row.g-0>* {
    padding-left: 0;
    padding-right: 0
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

.col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}

@media only screen and (min-width:576px) {
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
}

@media only screen and (min-width:768px) {
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
}

@media only screen and (min-width:992px) {
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
}

@media only screen and (min-width:1200px) {
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
}

/* New CSS CS */
.cs-banner-section {
    background: #edf5ff;
    padding: 60px 0 100px;
}

.cs-banner-section .breadcrumb-wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 8px;
    font-weight: 300;
    font-size: 14px;
    padding: 0;
}

.cs-banner-section .breadcrumb-wrapper a {
    color: inherit
}

.cs-banner-section .row {
    align-items: center;
}

.cs-banner-content h1 {
    font-size: 40px;
    line-height: 1.25;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 12px;
}

.cs-badge {
    color: #006deb;
    border: 1px solid #006deb;
    border-radius: 32px;
    padding: 4px 8px;
    font-size: 14px;
    margin: 24px 0 16px;
    display: inline-block;
}

.casestudy-main-wrapper h4 {
    font-size: 28px;
    line-height: 1.25;
    font-weight: 500;
    letter-spacing: -0.5px;
    margin: 0 0 16px;
}

.cs-content-section {
    margin: 0 0 48px;
}

.cs-subcontent-section {
    margin: 32px 0 0;
}

.cs-content-wrapper {
    padding: 60px 0;
}


/* CS Details */
.cs-details-card {
    background-color: #ffffff;
    border: 1px solid #dfecff;
    border-radius: 12px;
    padding: 24px;
    text-align: center;
    max-width: 360px;
    width: 100%;
    margin: 32px auto 0;
}

.cs-details-card .cs-logo {
    margin-bottom: 16px
}

.cs-details-card .cs-logo img {
    max-height: 80px
}

.cs-details-card .cs-details-item {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #e7e7e7;
}

.cs-details-card .cs-details-item p {
    color: #8c8c8c;
    font-size: 15px;
    margin: 0
}

.cs-details-card .cs-details-item h6 {
    font-weight: 500;
    font-size: 17px
}

.cs-details-card .cs-details-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}

.features-helped {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px 8px;
    margin-top: 12px;
}

.features-helped span {
    background: #dcecff;
    padding: 4px 12px;
    border-radius: 32px;
    font-size: 14px;
    font-weight: 400;
}

.cs-hightlight-item {
    display: flex;
    align-items: center;
    margin: 24px 0;
}

.cs-hightlight-icon {
    width: 56px;
    height: 56px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d3e7ff;
    margin-right: 16px;
    border-radius: 100px;
}

.cs-subcontent-highlight-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f3f5f9;
    border-radius: 12px;
    padding: 24px;
}

.cs-subcontent-hightlight-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.cs-subcontent-hightlight-icon {
    width: 64px;
    height: 64px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(60deg, #52a2ff59 6.75%, rgb(217 234 255 / 57%) 90.80%);
    margin-right: 4px;
    border-radius: 100px;
}

.cs-subcontent-hightlight-icon svg {
    width: 36px;
    height: 36px;
}

.cs-subcontent-hightlight-content {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.35;
}

.btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px 12px;
}

.btn-secondary {
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    font-family: inherit;
    border-radius: 4px;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.35;
    cursor: pointer;
    padding: 12px 20px;
    display: inline-block;
    text-align: center;
    text-decoration: none !important;
}

.btn-primary {
    background-color: #e80e19;
    border: 1px solid #e80e19;
    color: #ffffff;
    font-family: inherit;
    border-radius: 4px;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.35;
    cursor: pointer;
    padding: 12px 20px;
    display: inline-block;
    text-align: center;
    text-decoration: none !important;
}

.cs-bottom-cta-card {
    text-align: center;
    background: #eff6fe;
    padding: 36px 24px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 40px 0 20px;
}

.cs-speaker-card {
    background: #edf5ff;
    padding: 32px 40px;
    font-size: 18px;
    position: relative;
    margin: 32px 0 40px;
    border-left: 2px solid #006deb;
}

.cs-speaker-card .cs-speaker-quote {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 16px;
}

.cs-speaker-designation {
    font-size: 16px;
}

.cs-quote-icon {
    height: 32px;
    width: 32px;
    background: url(../../images/case-study-quote.svg) no-repeat;
    background-size: 32px;
    margin-bottom: 8px;
}

@media only screen and (max-width: 991.98px) {
    .cs-subcontent-highlight-section {
        flex-wrap: wrap;
        gap: 24px;
        justify-content: start;
        align-items: center;
    }
}