.nameChangeUpdate {
    width: 100%;
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    position: relative;
    background-color: #f9f9f9
}

html[data-page=banking] .nameChangeUpdate__heading {
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -3.6px
}

@media(max-width:766px) {
    html[data-page=banking] .nameChangeUpdate {
        min-height: 220px
    }
}

@media(max-width:766px) {
    html[data-page=banking] .nameChangeUpdate__heading {
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: -1.5px
    }
}

html[data-page=banking] .nameChangeUpdate__heading-gradient {
    background: linear-gradient(90deg, #2E61FF 20.38%, #F26E4B 64.63%, #FF400D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    background-clip: text;
    color: #fff0
}

html[data-page=banking] .nameChangeUpdate__close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer
}

.c-whatsNew__itemHeading {
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -1px
}

html[data-page=banking] .section__heading,
html[data-page=banking] .categories__section_heading,
.c-whatsNew__heading {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -2px
}

.c-whatsNew__itemSubheading,
.c-whatsNew__subheading {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -.6px
}

html[lang^=hi] html[data-page=banking] .section__heading,
html[data-page=banking] html[lang^=hi] .section__heading,
html[lang^=hi] .c-whatsNew__heading,
html[lang^=mr] html[data-page=banking] .section__heading,
html[data-page=banking] html[lang^=mr] .section__heading,
html[lang^=mr] .c-whatsNew__heading {
    line-height: 120%
}

html[lang^=hi] .c-whatsNew__itemHeading,
html[lang^=mr] .c-whatsNew__itemHeading {
    line-height: 120%
}

:root {
    --w-1col: calc(var(--containerWidth) / 4 - 20px * (4 - 1) / 4)
}

.c-whatsNew__itemImg {
    opacity: 0
}

.c-whatsNew.animateIn .c-whatsNew__itemImg {
    opacity: 1;
    transform: scale(1.1);
    transition: opacity 800ms cubic-bezier(.19, 1, .22, 1), transform 800ms cubic-bezier(.19, 1, .22, 1)
}

@media(max-width:1023px) {
    .c-whatsNew.animateIn .c-whatsNew__itemImg {
        transform: scale(1)
    }
}

.c-whatsNew__heading {
    color: #1e1e1c;
    text-align: center
}

@media(max-width:1023px) {
    .c-whatsNew__heading {
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: -1.5px
    }
}

.c-whatsNew__subheading {
    margin-top: 20px;
    color: #5f5f5f;
    text-align: center
}

@media(max-width:1023px) {
    .c-whatsNew__subheading {
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: -.6px;
        max-width: 270px;
        margin: 20px auto 0
    }
}

.c-whatsNew__list {
    margin-top: 30px;
    display: flex;
    gap: 20px;
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.c-bengali-heading {
    line-height: 110%
}

.c-bengali-subheading {
    line-height: 120%
}

.c-whatsNew__list::-webkit-scrollbar {
    display: none
}

@media(max-width:1023px) {
    .c-whatsNew__list {
        margin-top: 15px;
        margin-left: -20px;
        padding: 0 20px;
        width: var(--viewportWidth)
    }
}

.c-whatsNew__item {
    flex-shrink: 0;
    flex-basis: calc(var(--w-1col) * 2 + 20px * 1);
    display: flex;
    gap: 20px;
    border-radius: 20px;
    border: 1px solid #dadada
}

@media(max-width:1023px) {
    .c-whatsNew__item {
        flex-direction: column;
        align-items: stretch;
        flex-basis: calc(100% - 20px);
        overflow: hidden;
        gap: 20px !important
    }
}

@media(min-width:767px)and (max-width:1023px) {
    .c-whatsNew__item {
        flex-basis: calc(50% - 20px/ 2)
    }
}

.c-whatsNew__itemImgWrapper {
    padding-top: calc(24000% / 670);
    position: relative;
    overflow: hidden;
    border-radius: 20px 0 0 20px;
    height: 230px
}

@media(max-width:1023px) {
    .c-whatsNew__itemImgWrapper {
        border-radius: 0;
        padding-top: 0;
        height: 240px
    }
}

@media(min-width:1024px) {
    .c-whatsNew__itemImgWrapper {
        flex: 1
    }
}

.c-whatsNew__itemImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.c-whatsNew__itemContent {
    flex: 1;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 20px
}

@media(max-width:1023px) {
    .c-whatsNew__itemContent {
        padding: 0 20px 20px;
        min-height: calc(202px - 20px)
    }
}

.c-whatsNew__itemHeading svg {
    position: relative;
    top: 4px
}

@media(max-width:1023px) {
    .c-whatsNew__itemHeading svg {
        top: 4px
    }
}

.c-whatsNew__itemSubheading {
    margin-top: 10px;
    color: #828282;
    max-width: 265px
}

@media(max-width:1023px) {
    .c-whatsNew__itemSubheading {
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: -.6px
    }
}

.c-whatsNew .comingSoon__ctas {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px
}

html[lang^=hi] .c-whatsNew__itemHeading,
html[lang^=hi] .c-whatsNew__heading,
html[lang^=mr] .c-whatsNew__itemHeading,
html[lang^=mr] .c-whatsNew__heading {
    line-height: 120%
}

html[lang^=hi] .c-whatsNew__itemSubheading,
html[lang^=hi] .c-whatsNew__subheading,
html[lang^=mr] .c-whatsNew__itemSubheading,
html[lang^=mr] .c-whatsNew__subheading {
    line-height: 140%
}

html[lang^=hi] .c-whatsNew__itemSubheading,
html[lang^=mr] .c-whatsNew__itemSubheading,
html[lang^=bn] .c-whatsNew__itemSubheading,
html[lang^=ta] .c-whatsNew__itemSubheading {
    font-size: 16px
}

@media(max-width:1023px) {

    html[lang^=hi] .c-whatsNew__itemSubheading,
    html[lang^=mr] .c-whatsNew__itemSubheading,
    html[lang^=bn] .c-whatsNew__itemSubheading,
    html[lang^=ta] .c-whatsNew__itemSubheading {
        font-size: 15px
    }
}

@media(max-width:1023px) {

    html[lang^=hi] .comingSoon__ctas .c-btn__text,
    html[lang^=mr] .comingSoon__ctas .c-btn__text,
    html[lang^=bn] .comingSoon__ctas .c-btn__text,
    html[lang^=ta] .comingSoon__ctas .c-btn__text {
        white-space: normal
    }
}

@media(max-width:1023px) {
    html[lang^=ta] .c-whatsNew__itemContent {
        min-height: calc(215px - 20px)
    }
}

html[data-page=banking] .banner {
    margin-left: calc(0px - var(--leftMargin));
    width: var(--viewportWidth);
    height: 85vh;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    position: relative
}

@media(max-width:1023px) {
    html[data-page=banking] .banner {
        height: auto;
        padding: 0;
        align-items: center
    }
}

@media(orientation:portrait) {
    html[data-page=banking] .banner {
        height: auto
    }
}

@media(max-width:1023px) {
    html[data-page=banking] .banner__lottieWrapper {
        overflow: hidden;
        width: var(--viewportWidth);
        position: relative
    }
}

@media(min-width:1024px) {
    html[data-page=banking] .banner__lottieWrapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: calc(55000vw / 1440)
    }
}

@media(orientation:portrait) {
    html[data-page=banking] .banner__lottieWrapper {
        position: relative
    }
}

html[data-page=banking] .banner__lottie {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media(min-width:768px)and (max-width:1023px) {
    html[data-page=banking] .banner__lottie {
        position: relative;
        top: -20px;
        left: -20px;
        width: calc(100% + 40px);
        height: calc(100% + 40px)
    }
}

@media(max-width:767px) {
    html[data-page=banking] .banner__lottie {
        position: static;
        width: 500px;
        height: 260px;
        margin-left: calc(0px - (500px - var(--viewportWidth)) / 2)
    }
}

html[data-page=banking] .banner__heading {
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -3.6px;
    text-align: center;
    will-change: transform
}

@media(max-width:1023px) {
    html[data-page=banking] .banner__heading {
        font-size: 40px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: -2px;
        text-align: center
    }
}

html[data-page=banking] .banner__heading .gradientText {
    background: linear-gradient(86.67deg, #2E61FF 17.74%, #F26E4B 54.27%, #FF400D 80.83%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0
}

html[data-page=banking] .banner__subheading {
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -.68px;
    color: #5f5f5f;
    max-width: 545px;
    text-align: center;
    will-change: transform
}

@media(max-width:1023px) {
    html[data-page=banking] .banner__subheading {
        text-align: center;
        max-width: 280px
    }
}

html[data-page=banking] .banner__btnGroup {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center
}

html[data-page=banking] .banner__btnGroup .c-btn {
    min-width: 138px
}

html[data-page=banking][lang^=hi] .banner__heading,
html[data-page=banking][lang^=mr] .banner__heading {
    line-height: 120%
}

html[data-page=banking][lang^=hi] .banner__subheading,
html[data-page=banking][lang^=mr] .banner__subheading {
    line-height: 140%
}

html[data-page=banking][lang^=hi] .banner__subheading,
html[data-page=banking][lang^=mr] .banner__subheading,
html[data-page=banking][lang^=bn] .banner__subheading {
    font-size: 20px
}

@media(max-width:1023px) {

    html[data-page=banking][lang^=hi] .banner__subheading,
    html[data-page=banking][lang^=mr] .banner__subheading,
    html[data-page=banking][lang^=bn] .banner__subheading {
        font-size: 17px
    }
}

html[data-page=banking][lang^=ta] .banner__subheading {
    font-size: 20px
}

@media(max-width:1023px) {
    html[data-page=banking][lang^=ta] .banner__subheading {
        font-size: 15px
    }
}

html[data-page=banking] .-bankingBenefits {
    position: relative;
    margin-top: 120px
}

@media(max-width:1023px) {
    html[data-page=banking] .-bankingBenefits {
        margin-top: 60px
    }
}

html[data-page=banking] .-bankingBenefits .c-scrollIndicator {
    position: relative;
    margin-top: 30px
}

html[data-page=banking] .-bankingBenefits .c-benefits__list {
    flex-wrap: nowrap;
    overflow: auto;
    overflow-y: hidden;
    max-width: 1320px;
    display: flex;
    align-items: flex-start;
    gap: 80px;
    scrollbar-width: none;
    -ms-overflow-style: none
}

html[data-page=banking] .-bankingBenefits .c-benefits__list::-webkit-scrollbar {
    display: none
}

@media(max-width:1023px) {
    html[data-page=banking] .-bankingBenefits .c-benefits__list {
        gap: 30px
    }
}

html[data-page=banking] .-bankingBenefits .benefits__listWrap {
    position: relative
}

html[data-page=banking] .-bankingBenefits .benefits__listWrap:hover .banking__benefitsBtnWrap {
    opacity: 1;
    visibility: visible
}

html[data-page=banking] .-bankingBenefits .banking__benefitsBtnWrap {
    transition: .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between
}

@media(max-width:1023px) {
    html[data-page=banking] .-bankingBenefits .banking__benefitsBtnWrap {
        display: none
    }
}

html[data-page=banking] .-bankingBenefits .banking__benefitsBtn {
    display: flex;
    width: 50px;
    height: 50px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 40px;
    border: 1px solid var(--greys-stroke-grey, #dadada);
    background: #fff;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / .1);
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    position: absolute
}

html[data-page=banking] .-bankingBenefits .banking__benefitsPrevBtn {
    left: 10px
}

html[data-page=banking] .-bankingBenefits .banking__benefitsNextBtn {
    right: 10px
}

html[data-page=banking] .-bankingBenefits .-disabled {
    opacity: .3
}

html[data-page=banking] .categories {
    opacity: 0;
    transform: translateY(60px)
}

html[data-page=banking] .categories__section_heading {
    margin-bottom: 60px;
    text-align: center
}

@media(max-width:1023px) {
    html[data-page=banking] .categories__section_heading {
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: -1.5px;
        margin-bottom: 30px
    }
}

html[data-page=banking] .categories.animateIn {
    opacity: 1;
    transform: translateZ(0);
    transition: opacity 800ms cubic-bezier(.19, 1, .22, 1), transform 800ms cubic-bezier(.19, 1, .22, 1)
}

html[data-page=banking] .categories.animateIn .categories__list {
    animation-name: keyframes__ticker
}

html[data-page=banking] .categories {
    margin-top: 120px;
    width: var(--viewportWidth);
    margin-left: -20px
}

@media(max-width:1023px) {
    html[data-page=banking] .categories {
        margin-top: 60px;
        margin-left: -20px
    }
}

@media(min-width:1280px) {
    html[data-page=banking] .categories {
        margin-left: calc(0px - var(--leftMargin))
    }
}

html[data-page=banking] .categories__listWrapper {
    position: relative;
    display: flex;
    overflow-x: scroll;
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none
}

html[data-page=banking] .categories__listWrapper::-webkit-scrollbar {
    display: none
}

html[data-page=banking] .categories__listWrapper+.categories__listWrapper {
    margin-top: 20px
}

html[data-page=banking] .categories__list {
    padding-left: 20px;
    flex-shrink: 0;
    display: flex;
    gap: 20px;
    will-change: transform;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-duration: 40s;
    animation-iteration-count: infinite
}

html[data-page=banking] .categories__list[data-direction=ltr] {
    animation-direction: reverse
}

html[data-page=banking] .categories__item {
    pointer-events: none;
    width: var(--w-1col);
    flex-shrink: 0;
    border-radius: 20px;
    border: 1px solid #757575;
    padding: 28px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    background-color: #fff
}

@media(max-width:1023px) {
    html[data-page=banking] .categories__item {
        width: auto;
        padding: 20px 50px
    }
}

html[data-page=banking] .categories__item.-sectionHeading {
    height: 100%;
    justify-content: center;
    border-color: #fff0
}

@media(max-width:1023px) {
    html[data-page=banking] .categories__item.-sectionHeading {
        left: calc(50% - 120px)
    }
}

@media(min-width:1024px) {
    html[data-page=banking] .categories__item.-sectionHeading {
        padding: 0
    }
}

html[data-page=banking] .categories__icon {
    width: 30px;
    height: 30px
}

html[data-page=banking] .categories__title {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -.8px;
    text-align: center
}

html[data-page=banking] .categories .-sectionHeading .categories__title {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -2px
}

@media(max-width:1023px) {
    html[data-page=banking] .categories .-sectionHeading .categories__title {
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: -1.5px
    }
}

html[data-page=banking][lang^=hi] .categories .-sectionHeading .categories__title,
html[data-page=banking][lang^=mr] .categories .-sectionHeading .categories__title {
    line-height: 140%
}

html[data-page=banking] .forCustomers__bgImg {
    opacity: 0
}

html[data-page=banking] .forCustomers.animateIn .forCustomers__bgImg {
    opacity: 1;
    transform: scale(1.1);
    transition: opacity 800ms, transform 800ms cubic-bezier(.19, 1, .22, 1)
}

@media(max-width:1023px) {
    html[data-page=banking] .forCustomers.animateIn .forCustomers__bgImg {
        transform: scale(1)
    }
}

html[data-page=banking] .forCustomers {
    width: 100%;
    height: 620px;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 20px;
    background-color: #f1f1f1;
    position: relative;
    overflow: hidden
}

html[data-page=banking] .forCustomers>*:not(.forCustomers__bgImg) {
    position: relative
}

@media(max-width:1023px) {
    html[data-page=banking] .forCustomers {
        padding: 25px 20px;
        height: 520px
    }
}

html[data-page=banking] .forCustomers__bgImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

html[data-page=banking] .forCustomers__label {
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -1px;
    color: #fff
}

@media(max-width:1023px) {
    html[data-page=banking] .forCustomers__label {
        font-size: 17px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        letter-spacing: -.68px
    }
}

html[data-page=banking] .forCustomers__heading {
    margin-top: 20px;
    max-width: 700px;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -2px;
    color: #fff
}

@media(max-width:1023px) {
    html[data-page=banking] .forCustomers__heading {
        margin-top: 10px;
        max-width: 260px;
        font-size: 25px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: -1px
    }
}

html[data-page=banking] .forCustomers__btnGroup {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

html[data-page=banking] .forCustomers__btnGroup svg path {
    stroke: #1e1e1c
}

@media(max-width:1023px) {
    html[data-page=banking] .forBillers__list .forBillers__item:last-child {
        padding-right: 0
    }
}

html[data-page=banking][lang^=hi] .forCustomers__heading,
html[data-page=banking][lang^=mr] .forCustomers__heading {
    line-height: 120%
}

html[data-page=banking][lang^=hi] .forCustomers__label,
html[data-page=banking][lang^=mr] .forCustomers__label {
    line-height: 120%
}

html[data-page=banking] .forStakeholders {
    margin-top: 120px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}

@media(max-width:1023px) {
    html[data-page=banking] .forStakeholders {
        margin-top: 60px
    }
}

html[data-page=banking] .forBillers {
    margin-top: -20px;
    width: 100%;
    padding: 100px 20px;
    position: relative
}

@media(max-width:1023px) {
    html[data-page=banking] .forBillers {
        margin-left: -20px;
        width: var(--viewportWidth);
        padding: 0 20px 20px;
        overflow: hidden
    }
}

html[data-page=banking] .forBillers__lottie {
    position: absolute;
    top: 0;
    right: 0;
    width: 915px;
    height: 817px
}

@media(max-width:1023px) {
    html[data-page=banking] .forBillers__lottie {
        position: relative;
        right: unset;
        margin-left: calc(0px - (500px - var(--viewportWidth)) / 2);
        width: 500px;
        height: 565px
    }
}

html[data-page=banking] .forBillers__grid {
    display: flex;
    flex-wrap: wrap
}

@media(max-width:1023px) {
    html[data-page=banking] .forBillers__grid {
        display: block
    }
}

html[data-page=banking] .forBillers__lhs,
html[data-page=banking] .forBillers__rhs {
    flex: 0 0 auto;
    width: 50%
}

@media(max-width:1023px) {

    html[data-page=banking] .forBillers__lhs,
    html[data-page=banking] .forBillers__rhs {
        width: 100%
    }
}

html[data-page=banking] .forBOUs {
    margin-top: 80px;
    width: 100%;
    height: 620px;
    display: flex;
    gap: 20px
}

@media(max-width:1023px) {
    html[data-page=banking] .forBOUs {
        flex-direction: column;
        gap: 20px;
        height: auto;
        margin-top: 0
    }
}

html[data-page=banking] .forBOUs__lhs {
    width: calc(34500% / 1240);
    border-radius: 20px
}

@media(max-width:1023px) {
    html[data-page=banking] .forBOUs__lhs {
        width: 100%;
        height: 435px
    }
}

html[data-page=banking] .forBOUs__middle {
    background-color: #f9f9f9;
    border-radius: 20px;
    padding: 50px 170px 50px 50px
}

@media(max-width:1023px) {
    html[data-page=banking] .forBOUs__middle {
        width: 100%;
        padding: 20px;
        padding-top: 25px
    }
}

@media(min-width:1024px) {
    html[data-page=banking] .forBOUs__middle {
        flex: 1
    }
}

html[data-page=banking] .forBOUs__rhs {
    width: 245px;
    border-radius: 20px;
    border-radius: 20px;
    background-color: #fff9f4;
    position: relative
}

html[data-page=banking] .forBOUs__rhs .forBOUs__gradientStroke {
    position: relative;
    left: 20px
}

html[data-page=banking] .forBOUs__rhs .forBOUs__gradientStroke path {
    stroke-dasharray: 720;
    stroke-dashoffset: -720
}

html[data-page=banking] .forBOUs__rhs.animateIn .forBOUs__gradientStroke path {
    animation-name: bbpsPath;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.39, .575, .565, 1)
}

html[data-page=banking] .forBOUs__rhs.animateIn .forBOUs__animatedImg {
    opacity: 1;
    transform: scale(1);
    transition: opacity .5s linear, transform 1.2s cubic-bezier(.19, 1, .22, 1)
}

html[data-page=banking] .forBOUs__rhs.animateIn .forBOUs__animatedImg.-one {
    transition-delay: 0
}

html[data-page=banking] .forBOUs__rhs.animateIn .forBOUs__animatedImg.-two {
    transition-delay: .05s
}

html[data-page=banking] .forBOUs__rhs.animateIn .forBOUs__animatedImg.-three {
    transition-delay: .1s
}

html[data-page=banking] .forBOUs__rhs.animateIn .forBOUs__animatedImg.-four {
    transition-delay: .15s
}

html[data-page=banking] .forBOUs__rhs.animateIn .forBOUs__animatedImg.-five {
    transition-delay: .2s
}

html[data-page=banking] .forBOUs__rhs.animateIn .forBOUs__animatedImg.-six {
    transition-delay: .25s
}

html[data-page=banking] .forBOUs__rhs.animateIn .forBOUs__animatedImg.-seven {
    transition-delay: .3s
}

html[data-page=banking] .forBOUs__rhs .forBOUs__animatedImg {
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    opacity: 0;
    transform: scale(0)
}

html[data-page=banking] .forBOUs__rhs .forBOUs__animatedImg.-one {
    top: 52px;
    left: 37px
}

html[data-page=banking] .forBOUs__rhs .forBOUs__animatedImg.-two {
    top: 77px;
    right: 51px
}

html[data-page=banking] .forBOUs__rhs .forBOUs__animatedImg.-three {
    top: 202px;
    right: 24px
}

html[data-page=banking] .forBOUs__rhs .forBOUs__animatedImg.-four {
    top: 251px;
    left: 72px
}

html[data-page=banking] .forBOUs__rhs .forBOUs__animatedImg.-five {
    bottom: 142px;
    left: 54px
}

html[data-page=banking] .forBOUs__rhs .forBOUs__animatedImg.-six {
    bottom: 216px;
    right: 38px
}

html[data-page=banking] .forBOUs__rhs .forBOUs__animatedImg.-seven {
    bottom: 43px;
    right: 58px
}

@media(max-width:1023px) {
    html[data-page=banking] .forBOUs__rhs {
        display: none
    }
}

html[data-page=banking] .forBillers__label,
html[data-page=banking] .forBOUs__label,
html[data-page=banking] .forDevs__label,
html[data-page=banking] .forCOUs__label {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -.8px;
    color: #6981d3
}

@media(max-width:1023px) {

    html[data-page=banking] .forBillers__label,
    html[data-page=banking] .forBOUs__label,
    html[data-page=banking] .forDevs__label,
    html[data-page=banking] .forCOUs__label {
        font-size: 17px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        letter-spacing: -.68px
    }
}

html[data-page=banking] .forBillers .forBillers__label,
html[data-page=banking] .forBOUs .forBillers__label,
html[data-page=banking] .forDevs .forBillers__label,
html[data-page=banking] .forCOUs .forBillers__label {
    color: #f87260
}

html[data-page=banking] .forBillers .forBOUs__label,
html[data-page=banking] .forBOUs .forBOUs__label,
html[data-page=banking] .forDevs .forBOUs__label,
html[data-page=banking] .forCOUs .forBOUs__label {
    color: #ff894f
}

html[data-page=banking] .forBillers .forCOUs__label,
html[data-page=banking] .forBOUs .forCOUs__label,
html[data-page=banking] .forDevs .forCOUs__label,
html[data-page=banking] .forCOUs .forCOUs__label {
    color: #40d0cb
}

html[data-page=banking] .forBillers__heading,
html[data-page=banking] .forBOUs__heading,
html[data-page=banking] .forDevs__heading,
html[data-page=banking] .forCOUs__heading {
    margin-top: 20px;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -1.5px;
    color: #1e1e1c;
    
}

@media(max-width:1023px) {

    html[data-page=banking] .forBillers__heading,
    html[data-page=banking] .forBOUs__heading,
    html[data-page=banking] .forDevs__heading,
    html[data-page=banking] .forCOUs__heading {
        margin-top: 10px;
        font-size: 25px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: -1px
    }
}

html[data-page=banking] .forBillers__list,
html[data-page=banking] .forBOUs__list,
html[data-page=banking] .forDevs__list,
html[data-page=banking] .forCOUs__list {
    margin-top: 60px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 40px 20px
}

@media(max-width:1023px) {

    html[data-page=banking] .forBillers__list,
    html[data-page=banking] .forBOUs__list,
    html[data-page=banking] .forDevs__list,
    html[data-page=banking] .forCOUs__list {
        margin-top: 50px;
        gap: 30px 20px
    }
}

html[data-page=banking] .forBillers .forBOUs__list>:last-child,
html[data-page=banking] .forBOUs .forBOUs__list>:last-child,
html[data-page=banking] .forDevs .forBOUs__list>:last-child,
html[data-page=banking] .forCOUs .forBOUs__list>:last-child {
    align-self: flex-end
}

html[data-page=banking] .forBillers__item,
html[data-page=banking] .forBOUs__item,
html[data-page=banking] .forDevs__item,
html[data-page=banking] .forCOUs__item {
    width: calc(50% - 20px/ 2);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -.8px;
    color: #5f5f5f;
    min-height: 50px
}

@media(max-width:1023px) {

    html[data-page=banking] .forBillers__item,
    html[data-page=banking] .forBOUs__item,
    html[data-page=banking] .forDevs__item,
    html[data-page=banking] .forCOUs__item {
        font-size: 17px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        letter-spacing: -.68px;
        gap: 10px;
        min-height: auto;
        word-break: break-word
    }
}

html[data-page=banking] .forBillers__itemStat,
html[data-page=banking] .forBOUs__itemStat,
html[data-page=banking] .forDevs__itemStat,
html[data-page=banking] .forCOUs__itemStat {
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -1.5px;
    display: block;
    padding-bottom: 5px
}

@media(max-width:1023px) {

    html[data-page=banking] .forBillers__itemStat,
    html[data-page=banking] .forBOUs__itemStat,
    html[data-page=banking] .forDevs__itemStat,
    html[data-page=banking] .forCOUs__itemStat {
        font-size: 25px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: -1px
    }
}

html[data-page=banking] .forBillers__item svg,
html[data-page=banking] .forBOUs__item svg,
html[data-page=banking] .forDevs__item svg,
html[data-page=banking] .forCOUs__item svg {
    position: relative;
    top: 1px
}

@media(max-width:1023px) {

    html[data-page=banking] .forBillers__item svg,
    html[data-page=banking] .forBOUs__item svg,
    html[data-page=banking] .forDevs__item svg,
    html[data-page=banking] .forCOUs__item svg {
        top: 2px
    }
}

/* .c-faqs__faqContent h2 {
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -.68px
} */

.c-faqs__faqHeading button {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -.8px
}

.c-faqs__heading {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -2px
}

.c-faqs__faqContent ul li,
.c-faqs__faqContent>p,
.c-faqs__faqContent {
    font-weight: 400 !important;
    font-size: 17px;
    line-height: 120%;
    letter-spacing: -.68px
}

.c-faqs {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 70px
}

@media(max-width:1023px) {
    .c-faqs {
        flex-direction: column;
        align-items: stretch;
        gap: 30px
    }
}

.c-faqs__heading {
    width: 100%;
    text-align: center
}

@media(max-width:1023px) {
    .c-faqs__heading {
        width: 100%;
        text-align: center;
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: -1.5px
    }
}

.c-faqs__list {
    flex: 1
}

@media(max-width:1023px) {
    .c-faqs__list {
        border-top: 1px solid #dadada;
        margin-top: 0
    }
}

@media(min-width:1024px) {
    .c-faqs__list {
        max-width: 610px;
        margin-left: auto;
        margin-right: auto
    }
}

.c-faqs__faq {
    border-bottom: 1px solid #dadada
}

.c-faqs__faq:last-child {
    border-bottom: none
}

.c-faqs__faqHeading button {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 20px 0;
    text-align: left
}

.c-faqs__faqHeading button:focus {
    outline: 1px solid #0094ff;
    outline-offset: 5px
}

@media(max-width:1023px) {
    .c-faqs__faqHeading button {
        font-size: 17px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        letter-spacing: -.68px
    }
}

.c-faqs__faqHeading button svg {
    flex-shrink: 0;
    margin-left: 8%;
    height: 26px;
    width: 26px
}

@media(max-width:1023px) {
    .c-faqs__faqHeading button svg {
        width: auto;
        height: 25px
    }
}

.c-faqs__faqHeading button[aria-expanded=true] svg path:last-child {
    opacity: 0
}

.c-faqs__faqContent {
    line-height: 140%;
    padding-right: 15%;
    height: 0;
    overflow: hidden;
    transition-timing-function: ease-out;
    transition-duration: .15s;
    color: #828282
}

@media(max-width:1023px) {
    .c-faqs__faqContent {
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: -.6px
    }
}

/* @media(max-width:1023px) {
    .c-faqs__faqContent h2 {
        font-size: 17px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        letter-spacing: -.68px
    }
} */

/* .c-faqs__faqContent h2+p {
    margin-top: 5px
} */

@media(max-width:1023px) {
    .c-faqs__faqContent p {
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: -.6px
    }
}

/* .c-faqs__faqContent p+h2 {
    margin-top: 20px
} */

.c-faqs__faqContent ul {
    list-style: initial;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 20px 0
}

@media(max-width:1023px) {
    .c-faqs__faqContent ul li {
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: -.6px
    }
}

.c-faqs__faqContent::after {
    content: "";
    display: block;
    padding-bottom: 20px
}

body.usingMouse .c-faqs__faq button {
    outline: none
}

html[data-page=banking] .forBillers__getStartedBtn,
html[data-page=banking] .forBOUs__getStartedBtn,
html[data-page=banking] .forDevs__getStartedBtn,
html[data-page=banking] .forCOUs__getStartedBtn {
    margin-top: 40px
}

@media(max-width:1023px) {

    html[data-page=banking] .forBillers__getStartedBtn,
    html[data-page=banking] .forBOUs__getStartedBtn,
    html[data-page=banking] .forDevs__getStartedBtn,
    html[data-page=banking] .forCOUs__getStartedBtn {
        margin-top: 50px
    }
}

html[data-page=banking] .forBillers__heading {
    margin-top: 20px;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -2px;
    color: #1e1e1c;
    max-width: 515px;
    width: auto
}

@media(max-width:1023px) {
    html[data-page=banking] .forBillers__heading {
        margin-top: 10px;
        width: auto;
        font-size: 25px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: -1px
    }
}

html[data-page=banking] .forBillers__list {
    margin-top: 70px;
    gap: 60px 20px
}

@media(max-width:1023px) {
    html[data-page=banking] .forBillers__list {
        margin-top: 50px;
        gap: 25px 20px
    }
}

@media(max-width:1023px) {
    html[data-page=banking] .forBillers__getStartedBtn {
        margin-top: 50px
    }
}

html[data-page=banking] .forDevs,
html[data-page=banking] .forCOUs {
    display: flex;
    width: 100%;
    height: 600px;
    border-radius: 20px;
    margin-top: 80px;
    /* border: 1px solid #dadada; */
    overflow: hidden
}

@media(max-width:1023px) {

    html[data-page=banking] .forDevs,
    html[data-page=banking] .forCOUs {
        width: 100%;
        height: auto;
        /* padding: 40px 20px 40px */
        display: flex;
        flex-direction: column;
    }
}

@media(max-width:1023px) {

    html[data-page=banking] .forDevs__heading,
    html[data-page=banking] .forCOUs__heading {
        margin-top: 10px
    }
}

html[data-page=banking] .forDevs__lft,
html[data-page=banking] .forDevs__rgt {
    width: 50%
}

@media(max-width:1023px) {

    html[data-page=banking] .forDevs__lft,
    html[data-page=banking] .forDevs__rgt {
        width: 100%
    }
}

/* @media(max-width:1023px) {
    html[data-page=banking] .forDevs__lft {
        display: none
    }
} */

@media(max-width:1023px) {
    html[data-page=home] .forDevs__img {
        width: 100%;
        height: 435px;
    }
}

html[data-page=banking] .forDevs__lft .forDevs__img {
    height: 100%;
    width: 100%;
    /* -o-object-position: bottom;
    object-position: bottom; */
    border-radius: 20px;
    object-fit: unset !important;
    object-position: unset !important;
}

html[data-page=banking] .forDevs__rgt {
    display: flex;
    padding: 50px 45px 50px 45px;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column
}

@media(max-width:1023px) {
    html[data-page=banking] .forDevs__rgt {
        padding: 20px;
        padding-top: 25px;
    }
}

@media(max-width:1023px) {
    html[data-page=banking] .forDevs__rgt .forDevs__item {
        width: calc(50% - 15px);
        padding-right: 0
    }
}

@media(max-width:1023px) {
    html[data-page=banking] .forBOUs__getStartedBtn {
        margin-top: 25px
    }
}

html[data-page=banking][lang^=hi] .forDevs__heading,
html[data-page=banking][lang^=mr] .forDevs__heading {
    line-height: 120%
}

html[data-page=banking][lang^=hi] .forDevs__label,
html[data-page=banking][lang^=hi] .forDevs__item,
html[data-page=banking][lang^=hi] .forDevs__itemStat,
html[data-page=banking][lang^=mr] .forDevs__label,
html[data-page=banking][lang^=mr] .forDevs__item,
html[data-page=banking][lang^=mr] .forDevs__itemStat {
    line-height: 140%
}

html[data-page=banking][lang^=hi] .forBillers__heading,
html[data-page=banking][lang^=mr] .forBillers__heading {
    line-height: 120%
}

html[data-page=banking][lang^=hi] .forBillers__label,
html[data-page=banking][lang^=hi] .forBillers__item,
html[data-page=banking][lang^=hi] .forBillers__itemStat,
html[data-page=banking][lang^=mr] .forBillers__label,
html[data-page=banking][lang^=mr] .forBillers__item,
html[data-page=banking][lang^=mr] .forBillers__itemStat {
    line-height: 140%
}

html[data-page=banking][lang^=hi] .forBOUs__heading,
html[data-page=banking][lang^=mr] .forBOUs__heading {
    line-height: 120%
}

html[data-page=banking][lang^=hi] .forBOUs__label,
html[data-page=banking][lang^=hi] .forBOUs__item,
html[data-page=banking][lang^=hi] .forBOUs__itemStat,
html[data-page=banking][lang^=mr] .forBOUs__label,
html[data-page=banking][lang^=mr] .forBOUs__item,
html[data-page=banking][lang^=mr] .forBOUs__itemStat {
    line-height: 140%
}

html[data-page=banking] .section__heading {
    color: #1e1e1c;
    text-align: center
}

@media(max-width:1023px) {
    html[data-page=banking] .section__heading {
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: -1.5px
    }
}

html[data-page=banking] .c-whatsNew {
    margin-top: 100px
}

html[data-page=banking] .c-getStartedForm {
    margin-top: 40px
}

@media(max-width:1023px) {
    html[data-page=banking] .c-getStartedForm {
        margin-top: 60px
    }
}

html[data-page=banking] [data-draggable=true] [data-dragging=false] {
    cursor: grab;
    z-index: 10;
    position: relative
}

html[data-page=banking] [data-draggable=true] [data-dragging=true] {
    cursor: grabbing;
    z-index: 10;
    position: relative
}

html[data-page=banking][lang^=hi] .section__heading,
html[data-page=banking][lang^=mr] .section__heading {
    line-height: 120%
}

html[data-page=banking][lang]:not([lang^=en]) .c-whatsNew__itemSubheading {
    max-width: 285px
}

html[data-page=banking][lang]:not([lang^=en]) .c-whatsNew__itemImgWrapper {
    height: 100%;
    min-height: 230px
}

@media(max-width:1023px) {
    html[data-page=banking][lang]:not([lang^=en]) .c-whatsNew__itemImgWrapper {
        min-height: 240px
    }
}

html[data-page=banking] .impact-stories {
    width: 100%;
    min-height: 176px;
    margin-top: 20px;
    border-radius: 15px;
    background: linear-gradient(136.73deg, #4DFCF6 -8.2%, #3971FF 122.06%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

@media(max-width: 1023px) {
    html[data-page=banking] .impact-stories {
        min-height: 171px
    }
}

html[data-page=banking] .impact-stories a {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -2px
}

@media(max-width: 1023px) {
    html[data-page=banking] .impact-stories a {
        font-size: 25px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: -1px
    }
}

html[data-page=banking] .impact-stories__img-text {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap
}

@media(max-width: 1023px) {
    html[data-page=banking] .impact-stories__img-text {
        white-space: unset;
        display: flex
    }
}

html[data-page=banking] .impact-stories__img-text img {
    width: 40px;
    height: 40px
}

@media(max-width: 1023px) {
    html[data-page=banking] .impact-stories__img-text img {
        height: 25px;
        width: 25px
    }
}

/* html[data-page=banking] .partnerBanks__title,
.c-faqs__faqContent h2,
.c-solutions__itemSubheading {
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.68px
} */

/* html[lang^=ta] main{
    overflow-x: hidden;
} */

.c-faqs__faqHeading button,
html[data-page=banking] .useCases__itemTitle,
html[data-page=banking] .features__itemTitle,
html[data-page=banking] .devResources__itemTitle {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.8px
}

html[data-page = banking] .c-patnerBannerHeadImg{
    display: flex;
    align-items: center;
}

html[data-page = banking] .c-bannerImage{
    height: 100px;
    width: 300px;
}

@media(max-width: 1023px) {
    html[data-page = banking] .c-patnerBannerHeadImg{
    display: flex;
   flex-direction: column;
    align-items: center;
}
}


html[data-page=banking][lang^=hi] .c-partnerBanner__heading{
    line-height: 120%;
}

html[data-page=banking][lang^=mr] .c-partnerBanner__heading{
    line-height: 120%;
}

html[data-page=banking][lang^=bn] .c-partnerBanner__heading{
    line-height: 130%;
}

.c-solutions__subheading,
.c-partnerBanner__subheading {
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -1px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
  
}

.c-solutions__itemHeading {
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -1.5px
}

.c-para_hi{
    line-height: 140%;
}

.c-faqs__heading,
html[data-page=banking] .useCases__heading,
html[data-page=banking] .features__title,
html[data-page=banking] .devResources__heading,
html[data-page=banking] .howItWorks__heading,
.c-solutions__heading {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -2px
}

html[lang^=ta] .c-partnerBanner__heading, .c-partnerBanner__subheading
{
    line-height: 110% !important;
}


.c-partnerBanner__heading {
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -3.6px
}

.c-solutions__itemTag {
    font-size: 12px;
    line-height: 100%;
    font-weight: 400
}

.c-bengali-heading{
    line-height: 125%;
    letter-spacing: -0.6px;
}

.c-bengali-subheading{
    line-height: 110%;
}

.c-faqs__faqContent ul li,
.c-faqs__faqContent p,
.c-faqs__faqContent,
html[data-page=banking] .useCases__itemDesc,
html[data-page=banking] .features__itemDesc,
html[data-page=banking] .devResources__itemDesc {
    font-weight: 400;
    font-size: 17px;
    line-height: 120%;
    /* min-width: 85%; */
    letter-spacing: -0.68px
}

:root {
    --w-1col: calc(var(--containerWidth) / 4 - 20px * (4 - 1) / 4)
}

.c-partnerBanner__lottie {
    position: absolute;
    left: 0
}

.c-partnerBanner_hi{
    line-height: 120%;
    letter-spacing: -0.6px;
}

.c-partnerSubHeading_hi{
    line-height: 140%;
    letter-spacing: -1px;
    /* width: 100%; */
    max-width: 800px;
    text-align: center;
}

@media(max-width: 1023px) {
    .c-partnerBanner__lottie {
        bottom: 0;
        width: 100%
    }
}

html[data-page=tsp] .c-partnerBanner {
    width: var(--viewportWidth);
    margin-left: calc(0px - var(--leftMargin));
    overflow: hidden
}

html[data-page=tsp] .c-partnerBanner .gradientText {
    background: linear-gradient(120deg, #ffe7e4 0%, #6981d3 20%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone
}

@media(max-width: 1023px) {
    html[data-page=tsp] .c-partnerBanner__lottie {
        bottom: 20px;
        width: 600px;
        height: 200px;
        margin-left: calc(0px - (600px - var(--viewportWidth)) / 2)
    }
}

@media(min-width: 1024px) {
    html[data-page=tsp] .c-partnerBanner__lottie {
        top: 100px
    }
}

@media screen and (min-width: 1024px)and (max-width: 1437px) {
    html[data-page=tsp] .c-partnerBanner__lottie {
        width: 1438px;
        height: 373px;
        margin-left: calc(0px - (1438px - var(--viewportWidth)) / 2)
    }
}

@media screen and (min-width: 1438px) {
    html[data-page=tsp] .c-partnerBanner__lottie {
        width: 100%;
        height: calc(37300vw / 1438)
    }
}

html[data-page=biller] .c-partnerBanner {
    width: var(--viewportWidth);
    margin-left: calc(0px - var(--leftMargin));
    overflow: hidden
}

html[data-page=biller] .c-partnerBanner .gradientText {
    background: -webkit-linear-gradient(-15deg, #fec355 2%, #f6523c 99%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone
}

@media(max-width: 1023px) {
    html[data-page=biller] .c-partnerBanner__lottie {
        bottom: 20px;
        width: 600px;
        height: 200px;
        margin-left: calc(0px - (600px - var(--viewportWidth)) / 2)
    }
}

@media(min-width: 1024px) {
    html[data-page=biller] .c-partnerBanner__lottie {
        top: 50px
    }
}

@media screen and (min-width: 1024px)and (max-width: 1439px) {
    html[data-page=biller] .c-partnerBanner__lottie {
        width: 1440px;
        height: 461px;
        margin-left: calc(0px - (1440px - var(--viewportWidth)) / 2)
    }
}

@media screen and (min-width: 1440px) {
    html[data-page=biller] .c-partnerBanner__lottie {
        width: 100%;
        height: calc(46100vw / 1440)
    }
}

html[data-page=operating-units] .c-partnerBanner {
    width: var(--viewportWidth);
    margin-left: calc(0px - var(--leftMargin));
    overflow: hidden
}

html[data-page=operating-units] .c-partnerBanner .gradientText {
    background: linear-gradient(358deg, #f68909 0%, #ffd099 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone
}

@media(max-width: 1023px) {
    html[data-page=operating-units] .c-partnerBanner__lottie {
        bottom: 30px;
        width: 600px;
        height: 200px;
        margin-left: calc(0px - (600px - var(--viewportWidth)) / 2)
    }
}

@media(min-width: 1024px) {
    html[data-page=operating-units] .c-partnerBanner__lottie {
        top: 30px
    }
}

@media screen and (min-width: 1024px)and (max-width: 1439px) {
    html[data-page=operating-units] .c-partnerBanner__lottie {
        width: 1440px;
        height: 502px;
        margin-left: calc(0px - (1440px - var(--viewportWidth)) / 2)
    }
}

@media screen and (min-width: 1440px) {
    html[data-page=operating-units] .c-partnerBanner__lottie {
        width: 100%;
        height: calc(50200vw / 1440)
    }
}

html[data-page=customers] .c-partnerBanner {
    width: var(--viewportWidth);
    margin-left: calc(0px - var(--leftMargin));
    overflow: hidden
}

@media(max-width: 1023px) {
    html[data-page=customers] .c-partnerBanner {
        height: 440px
    }
}

html[data-page=customers] .c-partnerBanner .gradientText {
    background: linear-gradient(120deg, #f1d25f 0%, #49d3cd 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone
}

@media(max-width: 1023px) {
    html[data-page=customers] .c-partnerBanner__lottie {
        bottom: 30px;
        width: 600px;
        height: 200px;
        margin-left: calc(0px - (600px - var(--viewportWidth)) / 2)
    }
}

@media(min-width: 1024px) {
    html[data-page=customers] .c-partnerBanner__lottie {
        top: 100px
    }
}

@media screen and (min-width: 1024px)and (max-width: 1433px) {
    html[data-page=customers] .c-partnerBanner__lottie {
        width: 1434px;
        height: 400px;
        margin-left: calc(0px - (1434px - var(--viewportWidth)) / 2)
    }
}

@media screen and (min-width: 1434px) {
    html[data-page=customers] .c-partnerBanner__lottie {
        width: 100%;
        height: calc(40000vw / 1434)
    }
}

html[data-page=banking] .c-partnerBanner {
    padding-top: 80px;
    height: auto
}

@media(max-width: 1023px) {
    html[data-page=banking] .c-partnerBanner {
        padding-top: 50px
    }
}

html[data-page=banking] .c-partnerBanner .gradientText {
    padding-bottom: 8px;
    background: linear-gradient(120deg, #4b71f3 0%, #4dfcf6 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone
}

@media(max-width: 1023px) {
    html[data-page=banking] .c-partnerBanner__heading {
        max-width: 320px
    }
}

html[data-page=banking] .c-partnerBanner__subheading {
    margin-top: 50px;
    color: #1e1e1c;
     max-width: 85%;
     text-wrap: pretty;
}

@media(max-width: 1023px) {
    html[data-page=banking] .c-partnerBanner__subheading {
        max-width: 700px;
        margin-top: 12px
    }
}

.c-partnerBanner {
    padding-top: 50px;
    height: 72vh;
    max-height: 642px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative
}

@media(max-width: 1023px) {
    .c-partnerBanner {
        padding-top: 30px;
        height: 511px
    }
}

.c-partnerBanner__heading {
    text-align: center
}

@media(max-width: 1023px) {
    .c-partnerBanner__heading {
        font-size: 40px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: -2px
    }
}

.c-partnerBanner__subheading {
    margin-top: 30px;
    text-align: center;
   

}

@media(max-width: 1023px) {
    .c-partnerBanner__subheading {
        margin-top: 20px;
        font-size: 17px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        letter-spacing: -0.68px;
        color: #5f5f5f
    }
}

.c-partnerBanner__btn {
    margin-top: 30px
}

@media(max-width: 1023px) {
    .c-partnerBanner__btn {
        margin-top: 20px
    }
}

.c-solutions {
    text-align: center
}

@media(max-width: 1023px) {
    .c-solutions {
        margin-left: -20px;
        width: var(--viewportWidth)
    }
}

.c-solutions__heading {
    text-align: center
}

@media(max-width: 1023px) {
    .c-solutions__heading {
        max-width: 310px;
        margin: 0 auto;
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: -1.5px
    }
}

.c-solutions__subheading {
    max-width: 661px;
    margin: 20px auto 0;
    text-align: center
}

@media(max-width: 1023px) {
    .c-solutions__subheading {
        margin-top: 10px;
        padding: 0 20px;
        max-width: 310px;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        letter-spacing: -0.8px
    }
}

.c-solutions .anim-pathContainer {
    position: absolute;
    z-index: -1;
    left: 0;
    width: 1920px !important;
    height: 163px
}

@media(max-width: 1023px) {
    .c-solutions .anim-pathContainer {
        left: 0;
        min-width: unset !important;
        width: 1101px !important;
        height: 149px
    }
}

@media(min-width: 1024px) {
    .c-solutions .anim-pathContainer {
        width: calc(var(--w-1col) * 4 + 20px* 3 + 60px)
    }
}

@media(max-width: 1023px) {
    .c-solutions .c-solutions__list>:nth-child(1) .anim-pathContainer {
        left: 0
    }

    .c-solutions .c-solutions__list>:nth-child(2) .anim-pathContainer {
        left: calc(0px - 264px - 15px)
    }

    .c-solutions .c-solutions__list>:nth-child(3) .anim-pathContainer {
        left: calc(0px - (264px + 15px) * 2)
    }

    .c-solutions .c-solutions__list>:nth-child(4) .anim-pathContainer {
        left: calc(0px - (264px + 15px) * 3)
    }

    .c-solutions .c-solutions__list>:nth-child(5) .anim-pathContainer {
        left: 0
    }

    .c-solutions .c-solutions__list>:nth-child(6) .anim-pathContainer {
        left: calc(0px - 264px - 15px)
    }

    .c-solutions .c-solutions__list>:nth-child(7) .anim-pathContainer {
        left: calc(0px - (264px + 15px) * 2)
    }

    .c-solutions .c-solutions__list>:nth-child(8) .anim-pathContainer {
        left: calc(0px - (264px + 15px) * 3)
    }

    .c-solutions .c-solutions__list>:nth-child(9) .anim-pathContainer {
        left: 0
    }

    .c-solutions .c-solutions__list>:nth-child(10) .anim-pathContainer {
        left: calc(0px - 264px - 15px)
    }

    .c-solutions .c-solutions__list>:nth-child(11) .anim-pathContainer {
        left: calc(0px - (264px + 15px) * 2)
    }

    .c-solutions .c-solutions__list>:nth-child(12) .anim-pathContainer {
        left: calc(0px - (264px + 15px) * 3)
    }

    .c-solutions .c-solutions__list>:nth-child(13) .anim-pathContainer {
        left: 0
    }

    .c-solutions .c-solutions__list>:nth-child(14) .anim-pathContainer {
        left: calc(0px - 264px - 15px)
    }

    .c-solutions .c-solutions__list>:nth-child(15) .anim-pathContainer {
        left: calc(0px - (264px + 15px) * 2)
    }

    .c-solutions .c-solutions__list>:nth-child(16) .anim-pathContainer {
        left: calc(0px - (264px + 15px) * 3)
    }
}

@media(min-width: 1024px) {

    .c-solutions .c-solutions__list>:nth-child(8n+1) .anim-pathContainer.isEvenRow,
    .c-solutions .c-solutions__list>:nth-child(8n+2) .anim-pathContainer.isEvenRow,
    .c-solutions .c-solutions__list>:nth-child(8n+3) .anim-pathContainer.isEvenRow,
    .c-solutions .c-solutions__list>:nth-child(8n+4) .anim-pathContainer.isEvenRow {
        visibility: hidden
    }

    .c-solutions .c-solutions__list>:nth-child(8n+5) .anim-pathContainer.isOddRow,
    .c-solutions .c-solutions__list>:nth-child(8n+6) .anim-pathContainer.isOddRow,
    .c-solutions .c-solutions__list>:nth-child(8n+7) .anim-pathContainer.isOddRow,
    .c-solutions .c-solutions__list>:nth-child(8n+8) .anim-pathContainer.isOddRow {
        visibility: hidden
    }

    .c-solutions .c-solutions__list>:nth-child(4n+1) .anim-pathContainer {
        left: calc(0px - (20px + var(--w-1col)) * (1 - 1))
    }

    .c-solutions .c-solutions__list>:nth-child(4n+2) .anim-pathContainer {
        left: calc(0px - (20px + var(--w-1col)) * (2 - 1))
    }

    .c-solutions .c-solutions__list>:nth-child(4n+3) .anim-pathContainer {
        left: calc(0px - (20px + var(--w-1col)) * (3 - 1))
    }

    .c-solutions .c-solutions__list>:nth-child(4n+4) .anim-pathContainer {
        left: calc(0px - (20px + var(--w-1col)) * (4 - 1))
    }
}

.c-solutions__list {
    margin-top: 40px;
    display: flex;
    gap: 20px;
    text-align: left
}

@media(max-width: 1023px) {
    .c-solutions__list {
        margin-top: 15px;
        padding: 0 20px;
        overflow-x: scroll;
        overflow-y: hidden;
        scrollbar-width: none;
        -ms-overflow-style: none;
        padding-bottom: 1px;
        gap: 15px
    }

    .c-solutions__list::-webkit-scrollbar {
        display: none
    }
}

@media(min-width: 1024px) {
    .c-solutions__list {
        justify-content: start;
        flex-wrap: wrap
    }

    .c-solutions__list[data-item-count="3"] {
        justify-content: center
    }
}

.c-solutions__item {
    flex-shrink: 0;
    width: var(--w-1col);
    padding-top: 15px
}

@media(max-width: 1023px) {
    .c-solutions__item {
        width: 264px
    }
}

@media(min-width: 1024px) {
    .c-solutions__item {
        margin-top: -15px
    }
}

.c-solutions__itemInner {
    height: 375px;
    padding: 30px 40px 30px 30px;
    border-radius: 15px;
    border: 1px solid #dadada;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    position: relative;
    contain: paint;
    overflow: hidden
}

@media(max-width: 1023px) {
    .c-solutions__itemInner {
        padding: 30px 30px 30px 20px
    }
}

.c-solutions__itemNote {
    font-size: 13px;
    line-height: 110%;
    font-weight: 400;
    letter-spacing: -0.52px;
    margin-top: -5px;
    color: #5f5f5f
}

.c-solutions__itemTag {
    position: absolute;
    top: 0;
    left: 30px;
    z-index: 1;
    padding: 0 10px;
    height: 25px;
    display: flex;
    align-items: center;
    border-radius: 25px;
    background-color: #1e1e1c
}

@media(max-width: 1023px) {
    .c-solutions__itemTag {
        left: 20px
    }
}

@media(max-width: 1023px) {
    .c-solutions__itemHeading {
        font-size: 25px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: -1px
    }
}

.c-solutions__itemSubheading {
    color: #5f5f5f
}

.c-solutions__seeAllBtn {
    display: inline-flex;
    margin: 30px auto 0
}

@media(max-width: 1023px) {
    .c-solutions__seeAllBtn {
        margin-top: 30px
    }
}

.c-solutions .c-solutions__itemInner .c-btn {
    margin-top: 5px
}

.c-solutions .c-externalLinkArrow__container .c-externalLinkArrow {
    top: 0
}

.c-solutions.-billers .anim-pathContainer {
    top: unset;
    bottom: 0
}

.c-solutions.-billers .c-solutions__itemInner {
    border-color: rgba(248, 114, 96, .3)
}

.c-solutions.-billers .c-solutions__itemTag {
    background-color: #f87260
}

.c-solutions.-tsp .anim-pathContainer {
    top: unset;
    bottom: 0
}

@media(min-width: 1024px) {
    .c-solutions.-tsp .anim-pathContainer {
        width: calc(var(--w-1col) * 3 + 20px* 2 + 60px) !important
    }
}

.c-solutions.-tsp .c-solutions__item,
.c-solutions.-tsp .c-solutions__itemInner {
    border-color: #d2d9f2
}

.c-solutions.-tsp .c-solutions__itemTag {
    background-color: #bdccff;
    color: #1e1e1c
}

.c-solutions.-ou .anim-pathContainer {
    top: unset;
    bottom: 0
}

.c-solutions.-ou .c-solutions__item {
    border-color: rgba(247, 147, 30, .3)
}

.c-solutions.-solutions .anim-pathContainer {
    top: calc(375px - 147px)
}

.c-solutions.-solutions .c-solutions__item {
    border-color: #bdccff
}

.c-solutions.-solutions .c-solutions__itemTag {
    background-color: #bdccff
}

.c-solutions.-solutions .c-solutions__subheading {
    max-width: 730px
}

@media(max-width: 1023px) {
    .c-solutions.-solutions .c-solutions__subheading {
        max-width: unset
    }
}

html[data-page=banking] .howItWorks {
    display: flex;
    flex-direction: column;
    align-items: center
}

html[data-page=banking] .howItWorks.showVideo .howItWorks__videoThumbnail {
    opacity: 0;
    pointer-events: none
}

html[data-page=banking] .howItWorks__heading {
    text-align: center
}

@media(max-width: 1023px) {
    html[data-page=banking] .howItWorks__heading {
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: -1.5px;
        align-self: flex-start
    }
}

html[data-page=banking] .howItWorks__subheading {
    margin-top: 15px;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.8px;
    color: #1e1e1c
}

@media(max-width: 1023px) {
    html[data-page=banking] .howItWorks__subheading {
        margin-top: 10px;
        font-size: 17px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        letter-spacing: -0.68px;
        text-align: left;
        align-self: flex-start
    }
}

html[data-page=banking] .howItWorks__imgContainer {
    margin-top: 40px;
    padding: 0;
    border-bottom: none;
    width: 100%;
    position: relative
}

@media(max-width: 1023px) {
    html[data-page=banking] .howItWorks__imgContainer {
        margin-top: 20px
    }
}

html[data-page=banking] .howItWorks__imgWrapper {
    width: 100%
}

html[data-page=banking] .howItWorks__imgWrapper img {
    width: 100%;
    height: auto;
    border-radius: 15px
}

html[data-page=banking] .howItWorks__videoContainer {
    margin-top: 40px;
    max-width: 960px;
    width: 100%;
    padding-top: calc(54000% / 960);
    position: relative
}

@media screen and (min-width: 961px) {
    html[data-page=banking] .howItWorks__videoContainer {
        padding-top: 540px
    }
}

@media(max-width: 1023px) {
    html[data-page=banking] .howItWorks__videoContainer {
        margin-top: 20px;
        padding-top: calc(18000% / 320)
    }
}

html[data-page=banking] .howItWorks__videoWrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-color: #f9f9f9;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

html[data-page=banking] .howItWorks__videoWrapper:not(.makeFullscreen) .howItWorks__fullscreenBtn>:nth-child(2) {
    display: none
}

html[data-page=banking] .howItWorks__videoWrapper.makeFullscreen {
    background-color: #000;
    border-radius: 0
}

html[data-page=banking] .howItWorks__videoWrapper.makeFullscreen .howItWorks__fullscreenBtn>:first-child {
    display: none
}

html[data-page=banking] .howItWorks__videoWrapper video {
    flex-shrink: 0;
    width: calc(100% + 10px);
    height: calc(100% + 10px)
}

html[data-page=banking] .howItWorks__videoThumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-color: #f9f9f9;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px
}

@media(max-width: 1023px) {
    html[data-page=banking] .howItWorks__videoThumbnail {
        gap: 15px
    }

    html[data-page=banking] .howItWorks__videoThumbnail .c-btn {
        padding: 10px 15px
    }
}

html[data-page=banking] .howItWorks__gradientPath {
    position: absolute;
    left: 0;
    bottom: 80px;
    pointer-events: none
}

@media(max-width: 1023px) {
    html[data-page=banking] .howItWorks__gradientPath {
        top: calc(10600% / 180);
        width: 100%;
        height: auto
    }
}

html[data-page=banking] .howItWorks__videoHeading {
    position: relative;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -2px;
    text-align: center
}

@media(max-width: 1023px) {
    html[data-page=banking] .howItWorks__videoHeading {
        font-size: 17px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        letter-spacing: -0.68px
    }
}

html[data-page=banking] .howItWorks__videoPlayBtn {
    position: relative
}

html[data-page=banking] .howItWorks__videoControls {
    --videoControlsIconWidth: 28px;
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
    padding: 10px;
    border-radius: 40px;
    background-color: rgba(0, 0, 0, .4);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    display: flex;
    align-items: center;
    gap: 15px
}

@media(max-width: 1023px) {
    html[data-page=banking] .howItWorks__videoControls {
        --videoControlsIconWidth: 20px;
        left: 10px;
        bottom: 10px;
        width: calc(100% - 20px);
        padding: 5px
    }
}

html[data-page=banking] .howItWorks__playPauseBtn {
    position: relative;
    width: var(--videoControlsIconWidth);
    height: var(--videoControlsIconWidth)
}

html[data-page=banking] .howItWorks__playPauseBtn svg {
    position: absolute;
    top: 0;
    left: 0;
    width: var(--videoControlsIconWidth);
    height: var(--videoControlsIconWidth);
    -o-object-fit: contain;
    object-fit: contain
}

html[data-page=banking] .howItWorks[data-video-play-state=paused] .howItWorks__playPauseBtn>:first-child {
    display: none
}

html[data-page=banking] .howItWorks[data-video-play-state=playing] .howItWorks__playPauseBtn>:nth-child(2) {
    display: none
}

html[data-page=banking] .howItWorks__videoProgress {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.6px;
    color: #fff;
    min-width: 90px
}

@media(max-width: 1023px) {
    html[data-page=banking] .howItWorks__videoProgress {
        display: none
    }
}

html[data-page=banking] .howItWorks input[type=range] {
    margin-left: 15px;
    --rangeProgress: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    cursor: pointer;
    flex: 1;
    align-self: stretch;
    overflow: hidden;
    border-radius: 4px
}

html[data-page=banking] .howItWorks input[type=range]::-webkit-slider-runnable-track {
    background-image: linear-gradient(to right, white 0%, white calc(var(--rangeProgress) * 1%), #828282 calc(var(--rangeProgress) * 1%), #828282 100%);
    height: 4px
}

html[data-page=banking] .howItWorks input[type=range]::-moz-range-track {
    background-image: linear-gradient(to right, white 0%, white calc(var(--rangeProgress) * 1%), #828282 calc(var(--rangeProgress) * 1%), #828282 100%);
    height: 4px
}

html[data-page=banking] .howItWorks input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 1px;
    height: 1px;
    visibility: hidden
}

html[data-page=banking] .howItWorks__muteUnmuteBtn {
    margin-left: 15px;
    position: relative;
    width: var(--videoControlsIconWidth);
    height: var(--videoControlsIconWidth)
}

html[data-page=banking] .howItWorks__muteUnmuteBtn svg {
    position: absolute;
    top: 0;
    left: 0;
    width: var(--videoControlsIconWidth);
    height: var(--videoControlsIconWidth);
    -o-object-fit: contain;
    object-fit: contain
}

html[data-page=banking] .howItWorks[data-video-volume-state=muted] .howItWorks__muteUnmuteBtn>:first-child {
    display: none
}

html[data-page=banking] .howItWorks[data-video-volume-state=unmuted] .howItWorks__muteUnmuteBtn>:nth-child(2) {
    display: none
}

html[data-page=banking] .howItWorks__fullscreenBtn {
    position: relative;
    width: var(--videoControlsIconWidth);
    height: var(--videoControlsIconWidth)
}

html[data-page=banking] .howItWorks__fullscreenBtn svg {
    position: absolute;
    top: 0;
    left: 0;
    width: var(--videoControlsIconWidth);
    height: var(--videoControlsIconWidth);
    -o-object-fit: contain;
    object-fit: contain
}

[data-modal=howItWorks] .howItWorks__modalImgContainer {
    padding: 0 0 80px;
    display: flex;
    align-items: center
}

[data-modal=howItWorks] .howItWorks__modalImgWrapper {
    width: 100%;
    height: 55vh;
    position: relative
}

[data-modal=howItWorks] .howItWorks__modalImgWrapper .howItWorks__modalImg {
    touch-action: auto;
    height: 55vh;
    width: auto;
    position: absolute;
    left: 0;
    top: 0;
    -o-object-fit: contain;
    object-fit: contain
}

html[data-page=banking] .devResources {
    margin: 120px auto 0
}

@media(max-width: 1023px) {
    html[data-page=banking] .devResources {
        margin-top: 60px
    }
}

@media(min-width: 1024px) {
    html[data-page=banking] .devResources {
        max-width: 610px
    }
}

html[data-page=banking] .devResources__heading {
    text-align: center
}

@media(max-width: 1023px) {
    html[data-page=banking] .devResources__heading {
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: -1.5px;
        text-align: left
    }
}

html[data-page=banking] .devResources__list {
    margin-top: 10px
}

html[data-page=banking] .devResources__list>:not(:first-child) {
    border-top: 1px solid #dadada
}

html[data-page=banking] .devResources__item {
    padding: 30px 0
}

html[data-page=banking] .devResources__itemTitle {
    color: #1e1e1c;
    display: flex;
    align-items: center;
    gap: 5px
}

html[data-page=banking] .devResources__itemTitle .c-externalLinkArrow {
    top: 0
}

html[data-page=banking] .devResources__itemDesc {
    margin-top: 10px;
    color: #5f5f5f
}

html[data-page=banking] .c-partnerBanner+.features {
    margin-top: 80px
}

@media(max-width: 1023px) {
    html[data-page=banking] .c-partnerBanner+.features {
        margin-top: 60px
    }
}

html[data-page=banking] .features {
    margin-top: 60px
}

html[data-page=banking] .features__imgWrapper {
    border-radius: 15px;
    background-color: #f9f9f9;
    padding-top: calc(36000% / 1240);
    position: relative
}

/* @media(max-width: 1023px) {
    html[data-page=banking] .features__imgWrapper {
        display: none
    }
} */

html[data-page=banking] .features__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px
}

@media(min-width: 1024px) {
    html[data-page=banking] .features__text {
        margin-top: 80px;
        display: flex;
        gap: 20px
    }
}

html[data-page=banking] .features__titleWrapper {
    width: var(--w-1col);
    flex-shrink: 0
}

@media(max-width: 1023px) {
    html[data-page=banking] .features__titleWrapper {
        width: 100%
    }
}

html[data-page=banking] .features__titleWrapper .features__title {
    width: auto
}

html[data-page=banking] .features__title {
    width: var(--w-1col);
    flex-shrink: 0
}

@media(max-width: 1023px) {
    html[data-page=banking] .features__title {
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: -1.5px;
        width: 100%;
        margin-top: 60px;
    }
}

html[data-page=banking] .features__subtitle {
    margin-top: 15px;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.68px;
    color: #5f5f5f
}

/* @media(max-width: 1023px) {
    html[data-page=banking] .features__subtitle {
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: -0.6px;
        padding-bottom: 10px;
        max-width: 320px
    }
} */

html[data-page=banking] .features__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 35px;
    column-gap: 35px;
    row-gap: 30px
}

@media(max-width: 1023px) {
    html[data-page=banking] .features__list {
        margin-top: 30px;
        grid-template-columns: 1fr
    }

    html[data-page=banking] .features__list:not(.-showAllItems)>:nth-child(n+4) {
        display: none
    }
}

html[data-page=banking] .features__itemTitle {
    color: #1e1e1c
}

@media(max-width: 1023px) {
    html[data-page=banking] .features__itemTitle {
        color: #212121
    }
}

@media only screen and (min-width: 768px)and (max-width: 1024px) {
    html[data-page=banking] .features__itemTitle {
        white-space: normal
    }

    html[data-page=banking] .features__itemTitle br {
        display: none
    }
}

html[data-page=banking] .features__itemDesc {
    margin-top: 10px;
    color: #828282;
    max-width: 85%;
    text-wrap: pretty;
}

@media(max-width: 1023px) {
    html[data-page=banking] .features__itemDesc {
        padding-right: 20px;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: -0.6px
    }
}

html[data-page=banking] .features__viewMoreBtn {
    margin: 30px auto 0;
    display: flex
}

@media(min-width: 1024px) {
    html[data-page=banking] .features__viewMoreBtn {
        display: none
    }
}

html[data-page=banking] .useCases {
    margin-top: 120px
}

@media(max-width: 1023px) {
    html[data-page=banking] .useCases {
        margin-top: 60px
    }
}

html[data-page=banking] .useCases__heading {
    text-align: center
}

@media(max-width: 1023px) {
    html[data-page=banking] .useCases__heading {
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: -1.5px;
        text-align: left
    }
}

html[data-page=banking] .useCases__list {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr)
}

@media(max-width: 1023px) {
    html[data-page=banking] .useCases__list {
        margin-top: 10px;
        grid-template-columns: 1fr
    }

    html[data-page=banking] .useCases__list>:not(:first-child) {
        position: relative
    }

    html[data-page=banking] .useCases__list>:not(:first-child)::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: var(--containerWidth);
        height: 1px;
        background-color: #dadada
    }
}

@media(min-width: 1024px) {
    html[data-page=banking] .useCases__list>:nth-child(2n+1):not(:first-child) {
        position: relative
    }

    html[data-page=banking] .useCases__list>:nth-child(2n+1):not(:first-child)::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: var(--containerWidth);
        height: 1px;
        background-color: #dadada
    }
}

html[data-page=banking] .useCases__item {
    padding: 30px 0;
    display: flex;
    gap: 30px
}

@media(max-width: 1023px) {
    html[data-page=banking] .useCases__item {
        gap: 20px
    }
}

html[data-page=banking] .useCases__itemImage {
    border-radius: 8px;
    background-color: #f9f9f9
}

@media(max-width: 1023px) {
    html[data-page=banking] .useCases__itemImage {
        border-radius: 5px;
        width: 100px;
        height: 100px
    }
}

html[data-page=banking] .useCases__itemText {
    padding-top: 20px
}

@media(max-width: 1023px) {
    html[data-page=banking] .useCases__itemText {
        padding-top: 0
    }
}

html[data-page=banking] .useCases__itemTitle {
    color: #1e1e1c
}

html[data-page=banking] .useCases__itemDesc {
    margin-top: 10px;
    max-width: 360px;
    color: #828282
}

@media(max-width: 1023px) {
    html[data-page=banking] .useCases__itemDesc {
        margin-top: 5px;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: -0.6px
    }
}

html[data-page=banking] .benefits {
    margin: 80px auto 0;
    max-width: 1145px;
    display: flex;
    flex-direction: column;
    align-items: center
}

@media(max-width: 1023px) {
    html[data-page=banking] .benefits {
        margin-top: 60px;
        align-items: flex-start
    }
}

html[data-page=banking] .benefits__heading {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -2px;
    text-align: center
}

@media(max-width: 1023px) {
    html[data-page=banking] .benefits__heading {
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: -1.5px;
        text-align: left
    }
}

html[data-page=banking] .benefits__heading+.benefits__slider {
    margin-top: 30px
}

@media(max-width: 1023px) {
    html[data-page=banking] .benefits__heading+.benefits__slider {
        margin-top: 15px;
        width: 100%
    }
}

html[data-page=banking] .benefits__tabList {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    gap: 40px;
    border-bottom: 1px solid #dadada
}

@media(max-width: 1023px) {
    html[data-page=banking] .benefits__tabList {
        margin-top: 10px;
        width: 100%;
        justify-content: flex-start
    }

    html[lang^=ta] .benefits__tabList {
        margin-top: 10px;
        width: 100%;
        justify-content: flex-start;
        overflow-x: scroll;
    }
    html[lang^=hi] .benefits__tabList {
        margin-top: 10px;
        width: 100%;
        justify-content: flex-start;
        overflow-x: scroll;
    }
    html[lang^=bn] .benefits__tabList {
        margin-top: 10px;
        width: 100%;
        justify-content: flex-start;
        overflow-x: scroll;
    }
}

@media(max-width: 767px) {
    html[data-page=banking] .benefits__tabList:not(:has(:nth-child(n+3))) {
        gap: 15px;
        justify-content: flex-start
    }

    html[data-page=banking] .benefits__tabList:not(:has(:nth-child(n+3)))>li {
        flex: 1
    }

    html[data-page=banking] .benefits__tabList:has(:nth-child(n+3)) {
        gap: unset;
        justify-content: space-between;
        overflow: hidden;
        overflow-x: auto;
        scrollbar-width: none;
    }
}

html[data-page=banking] .benefits__tab {
    white-space: nowrap;
    display: block;
    padding: 15px 0;
    position: relative;
    top: 1px;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.8px;
    text-align: center !important;
    color: #b5b5b5;
    padding-inline: 10px;
}

html[data-page=banking] .benefits__tab::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: transparent
}

@media(hover: hover) {
    html[data-page=banking] .benefits__tab:hover {
        color: #1e1e1c
    }

    html[data-page=banking] .benefits__tab:hover::after {
        background-color: #61c0f5
    }
}

html[data-page=banking] .benefits__tab[aria-selected=true] {
    color: #1e1e1c
}

html[data-page=banking] .benefits__tab[aria-selected=true]::after {
    background-color: #61c0f5
}

html[data-page=banking] .benefits__tabpanel {
    margin-top: 30px;
    width: 100%
}

@media(max-width: 1023px) {
    html[data-page=banking] .benefits__tabpanel {
        margin-top: 16px
    }
}

@media(min-width: 1024px) {
    html[data-page=banking] .benefits__slider {
        display: flex;
        align-items: center;
        gap: 50px;
        width: 100%
    }

    html[data-page=banking] .benefits__slider.hasMoreThan3Slides .benefits__slides {
        justify-content: flex-start
    }

    html[data-page=banking] .benefits__slider.hasMoreThan3Slides .benefits__sliderArrow {
        visibility: visible
    }
}

html[data-page=banking] .benefits__sliderArrow {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #dadada;
    background-color: #fff;
    visibility: hidden
}

@media(hover: hover) {
    html[data-page=banking] .benefits__sliderArrow:hover {
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .1)
    }
}

html[data-page=banking] .benefits__sliderArrow[disabled] {
    opacity: .3;
    pointer-events: none
}

@media(max-width: 1023px) {
    html[data-page=banking] .benefits__sliderArrow {
        display: none
    }
}

html[data-page=banking] .benefits__slides {
    display: flex;
    align-items: stretch;
    cursor: grab
}

@media(max-width: 1023px) {
    html[data-page=banking] .benefits__slides {
        flex-direction: column;
        gap: 15px
    }
}

@media(min-width: 1024px) {
    html[data-page=banking] .benefits__slides {
        flex: 1;
        justify-content: center;
        overflow: scroll;
        scrollbar-width: none;
        -ms-overflow-style: none
    }

    html[data-page=banking] .benefits__slides::-webkit-scrollbar {
        display: none
    }
}

html[data-page=banking] .benefits__slides[data-dragging=true] {
    cursor: grabbing
}

html[data-page=banking] .benefits__slide {
    flex-basis: calc(100% / 3);
    flex-shrink: 0;
    padding: 0 10px
}

@media(max-width: 1023px) {
    html[data-page=banking] .benefits__slide {
        flex-basis: 100%;
        padding: 0
    }
}

html[data-page=banking] .benefits__slideInner {
    height: 100%;
    padding: 30px 20px;
    border-radius: 15px;
    background: #fbfbfb;
    /* width:315px */
}

@media(max-width: 1023px) {
    html[data-page=banking] .benefits__slideInner {
        padding: 20px;
        display: flex;
        gap: 15px
    }
}

html[data-page=banking] .benefits__slideIcon {
    -moz-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

@media(max-width: 1023px) {
    html[data-page=banking] .benefits__slideIcon {
        flex-shrink: 0;
        width: 20px;
        height: 20px
    }
}

html[data-page=banking] .benefits__slideText {
    margin-top: 20px;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.8px
}

@media(max-width: 1023px) {
    html[data-page=banking] .benefits__slideText {
        margin-top: 0;
        font-size: 17px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        letter-spacing: -0.68px
    }
}

.c-faqs {
    display: flex;
    flex-direction: column;
    gap: 20px
}

@media(max-width: 1023px) {
    .c-faqs {
        flex-direction: column;
        align-items: stretch;
        gap: 30px
    }
}

.c-faqs__heading {
    width: 100%;
    text-align: center
}

@media(max-width: 1023px) {
    .c-faqs__heading {
        width: 100%;
        text-align: center;
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: -1.5px
    }
}

.c-faqs__list {
    flex: 1
}

@media(max-width: 1023px) {
    .c-faqs__list {
        border-top: 1px solid #dadada;
        margin-top: 0
    }
}

@media(min-width: 1024px) {
    .c-faqs__list {
        max-width: 610px;
        margin-left: auto;
        margin-right: auto
    }
}

.c-faqs__faq {
    border-bottom: 1px solid #dadada
}

.c-faqs__faq:last-child {
    border-bottom: none
}

html[data-page=banking] .c-faqs__faq_upms {
    display: none
}

html[data-page=banking] .c-faqs__faq_upms.show {
    display: block
}

.c-faqs__faqHeading button {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 20px 0;
    text-align: left
}

.c-faqs__faqHeading button:focus {
    outline: 1px solid #0094ff;
    outline-offset: 5px
}

@media(max-width: 1023px) {
    .c-faqs__faqHeading button {
        font-size: 17px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        letter-spacing: -0.68px
    }
}

.c-faqs__faqHeading button svg {
    flex-shrink: 0;
    margin-left: 8%;
    height: 26px;
    width: 26px
}

@media(max-width: 1023px) {
    .c-faqs__faqHeading button svg {
        width: auto;
        height: 25px
    }
}

.c-faqs__faqHeading button[aria-expanded=true] svg path:last-child {
    opacity: 0
}

.c-faqs__faqContent {
    line-height: 140%;
    padding-right: 15%;
    height: 0;
    overflow: hidden;
    transition-timing-function: ease-out;
    transition-duration: .15s;
    color: #828282
}

@media(max-width: 1023px) {
    .c-faqs__faqContent {
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: -0.6px
    }
}

/* @media(max-width: 1023px) {
    .c-faqs__faqContent h2 {
        font-size: 17px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        letter-spacing: -0.68px
    }
} */

/* .c-faqs__faqContent h2+p {
    margin-top: 5px
} */

@media(max-width: 1023px) {
    .c-faqs__faqContent p {
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: -0.6px
    }
}

/* .c-faqs__faqContent p+h2 {
    margin-top: 20px
} */

.c-faqs__faqContent ul {
    list-style: initial;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 20px 0
}

@media(max-width: 1023px) {
    .c-faqs__faqContent ul li {
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: -0.6px
    }
}

.c-faqs__faqContent::after {
    content: "";
    display: block;
    padding-bottom: 20px
}

.faqs__viewMoreBtn_upms {
    margin: 30px auto 0;
    display: flex
}


body.usingMouse .c-faqs__faq button {
    outline: none
}

@media(max-width: 1023px) {
    html[data-page=banking] main {
        padding-top: calc(var(--h-header))
    }
}

html[data-page=banking] main.-lastChild {
    padding-top: 0px
}

@media(min-width: 1024px) {
    html[data-page=banking] .c-partnerBanner {
        height: auto
    }
}

html[data-page=banking] .partnerBanks {
    opacity: 0;
    transform: translateY(60px)
}

html[data-page=banking] .partnerBanks.animateIn {
    opacity: 1;
    transform: translateZ(0);
    transition: opacity 800ms cubic-bezier(0.19, 1, 0.22, 1), transform 800ms cubic-bezier(0.19, 1, 0.22, 1)
}

html[data-page=banking] .partnerBanks {
    margin-top: 120px;
    width: var(--viewportWidth);
    margin-left: -20px
}

@media(max-width: 1023px) {
    html[data-page=banking] .partnerBanks {
        margin-top: 90px;
        margin-left: -20px
    }
}

@media(min-width: 1280px) {
    html[data-page=banking] .partnerBanks {
        margin-left: calc(0px - var(--leftMargin))
    }
}

html[data-page=banking] .partnerBanks__heading {
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -1px;
    text-align: center
}

@media(max-width: 1023px) {
    html[data-page=banking] .partnerBanks__heading {
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        letter-spacing: -0.8px
    }
}

html[data-page=banking] .partnerBanks__container {
    margin-top: 20px
}

@media(max-width: 1023px) {
    html[data-page=banking] .partnerBanks__container {
        margin-top: 15px
    }
}

html[data-page=banking] .partnerBanks__listWrapper {
    position: relative;
    display: flex;
    overflow-x: hidden;
    padding: 1px;
    justify-content: flex-start;
    scrollbar-width: none;
    -ms-overflow-style: none
}

html[data-page=banking] .partnerBanks__listWrapper::-webkit-scrollbar {
    display: none
}

html[data-page=banking] .partnerBanks__listWrapper+.partnerBanks__listWrapper {
    margin-top: 20px
}

html[data-page=banking] .partnerBanks__list {
    padding-left: 20px;
    flex-shrink: 0;
    display: flex;
    gap: 20px;
    will-change: transform;
    animation-name: keyframes__ticker;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-duration: 60s;
    animation-iteration-count: infinite
}

html[data-page=banking] .partnerBanks__list[data-direction=ltr] {
    animation-direction: reverse;
    flex-direction: row-reverse
}

html[data-page=banking] .partnerBanks.-noTicker .partnerBanks__listWrapper {
    justify-content: center
}

html[data-page=banking] .partnerBanks.-noTicker .partnerBanks__list {
    animation: none;
    padding-left: 0
}

@keyframes keyframes__ticker {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-100%)
    }
}

html[data-page=banking] .partnerBanks__item {
    width: -moz-max-content;
    width: max-content;
    flex-shrink: 0;
    border-radius: 15px;
    border: 1px solid #dadada;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #fff
}

@media(max-width: 1023px) {
    html[data-page=banking] .partnerBanks__item {
        width: auto;
        padding: 15px
    }
}

html[data-page=banking] .partnerBanks__icon {
    width: 40px;
    height: auto
}

html[data-page=banking] .partnerBanks__title {
    text-align: left;
    white-space: nowrap
}

.c-steps {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top:50px;
}

@media (max-width:1023px) {
    .c-steps {
        flex-direction: column;
        align-items: stretch;
        gap: 30px
    }
}

html[data-page=banking] .c-stepsToPartner {
    margin-top: 120px
}

@media(max-width: 1023px) {
    html[data-page=banking] .c-stepsToPartner {
        margin-top: 60px
    }
}

@media(max-width: 767px) {
    html[data-page=banking] .c-stepsToPartner__heading {
        max-width: 270px
    }
}

html[data-page=banking] .c-stepsToPartner .c-stepsToPartner__list {
    margin-top: -25px
}

@media(max-width: 1023px) {
    html[data-page=banking] .c-stepsToPartner .c-stepsToPartner__list {
        margin-top: 15px
    }
}

html[data-page=banking] .c-stepsToPartner .c-stepsToPartner__list>:last-child {
    padding-bottom: 0;
    border-bottom: none
}

html[data-page=banking] .c-stepsToPartner .c-stepsToPartner__list+.externalLinkWrapper {
    margin-top: 25px;
    padding-top: 30px;
    border-top: 1px solid #dadada
}

@media(max-width: 1023px) {
    html[data-page=banking] .c-stepsToPartner .c-stepsToPartner__list+.externalLinkWrapper {
        display: flex;
        justify-content: center;
        padding-top: 25px
    }
}

html[data-page=banking] .c-stepsToPartner .c-stepsToPartner__item {
    padding: 25px 0
}

html[data-page=banking] .c-stepsToPartner .c-stepsToPartner__itemText {
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.68px
}

html[data-page=banking] .c-stepsToPartner .c-stepsToPartner__itemIndex {
    padding-top: 2px
}

@media(max-width: 1023px) {
    html[data-page=banking] .c-solutions__heading {
        text-align: left
    }
}

html[data-page=banking] .howItWorks {
    margin-top: 120px
}

@media(max-width: 1023px) {
    html[data-page=banking] .howItWorks {
        margin-top: 60px
    }
}

html[data-page=banking] .c-solutions {
    margin-top: 120px
}

@media(max-width: 1023px) {
    html[data-page=banking] .c-solutions {
        margin-top: 60px
    }
}

html[data-page=banking] .c-faqs {
    margin-top: 120px
}

@media(max-width: 1023px) {
    html[data-page=banking] .c-faqs {
        margin-top: 60px
    }

    html[data-page=banking] .c-faqs__heading {
        text-align: left
    }
}

html[data-page=banking] .c-footer {
    margin-top: 120px
}

@media(max-width: 1023px) {
    html[data-page=banking] .c-footer {
        margin-top: 80px
    }
}

html[data-page=banking] .-noTicker .partnerBanks__container {
    display: flex;
    align-items: center;
    justify-content: center
}

html[data-page=banking] .-animDuration {
    animation-duration: 30s !important
}

/* @media(max-width: 1023px) {
    html[data-page=banking] .-mTicker .partnerBanks__list {
        animation-play-state: running !important;
        padding-left: 20px !important;
        animation-name: keyframes__ticker !important;
        animation-fill-mode: forwards !important;
        animation-timing-function: linear !important;
        animation-duration: 30s !important;
        animation-iteration-count: infinite !important
    }
} */




.c-quickLinks__title {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -.6px
}

/* html[data-page="business"] .c-business-benefits__lhs-benefit-heading,
.c-faqs__faqContent h2,
.c-solutions__itemSubheading {
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -.68px
} */

.c-faqs__faqHeading button,
.c-impact__cardHeading {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -.8px
}

.c-solutions__subheading,
.c-categories__subtitle,
.c-whatsNew__itemHeading,
.c-partnerBanner__subheading {
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -1px
}

html[data-page="business"] .c-about__info-wrap-heading,
.c-solutions__itemHeading {
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -1.5px
}

html[data-page="business"] .c-business-benefits__lhs-heading,
html[data-page="business"] .c-business-benefits__heading,
.c-faqs__heading,
.c-impact__heading,
.c-solutions__heading,
.c-categories__title,
.c-whatsNew__heading {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -2px
}

.c-partnerBanner__heading {
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -3.6px
}

.c-solutions__itemTag {
    font-size: 12px;
    line-height: 100%;
    font-weight: 400
}

html[data-page="business"] .c-true-values .--benefits-desc,
.c-whatsNew__itemSubheading,
.c-whatsNew__subheading {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -.6px
}

html[data-page="business"] .c-business-benefits__lhs-benefit-desc,
html[data-page="business"] .c-about__info-wrap-desc,
.c-faqs__faqContent ul li,
.c-faqs__faqContent p,
.c-faqs__faqContent,
html[data-page="business"] .c-partnerBanner__subheading {
    font-weight: 400;
    font-size: 17px;
    line-height: 120%;
    letter-spacing: -.68px
}

:root {
    --w-1col: calc(var(--containerWidth) / 4 - 20px * (4 - 1) / 4)
}

.c-partnerBanner__lottie {
    position: absolute;
    left: 0
}

@media (max-width:1023px) {
    .c-partnerBanner__lottie {
        bottom: 0;
        width: 100%
    }
}

html[data-page="tsp"] .c-partnerBanner {
    width: var(--viewportWidth);
    margin-left: calc(0px - var(--leftMargin));
    overflow: hidden;
    cursor: none
}

html[data-page="tsp"] .c-partnerBanner .gradientText {
    background: linear-gradient(120deg, #ffe7e4 0%, #6981d3 20%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    -webkit-box-decoration-break: clone
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    html[data-page="tsp"] .c-partnerBanner {
        height: 450px !important
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    html[data-page="tsp"] .c-partnerBanner__lottie {
        width: 100% !important;
        height: calc(37300vw / 1438) !important;
        margin-left: 0 !important
    }
}

@media (max-width:1023px) {
    html[data-page="tsp"] .c-partnerBanner__lottie {
        bottom: 20px;
        width: 600px;
        height: 200px;
        margin-left: calc(0px - (600px - var(--viewportWidth)) / 2)
    }
}

@media (min-width:1024px) {
    html[data-page="tsp"] .c-partnerBanner__lottie {
        top: 100px
    }
}

@media screen and (min-width:1024px) and (max-width:1437px) {
    html[data-page="tsp"] .c-partnerBanner__lottie {
        width: 1438px;
        height: 373px;
        margin-left: calc(0px - (1438px - var(--viewportWidth)) / 2)
    }
}

@media screen and (min-width:1438px) {
    html[data-page="tsp"] .c-partnerBanner__lottie {
        width: 100%;
        height: calc(37300vw / 1438)
    }
}

html[data-page="find-a-partner"] .c-partnerBanner {
    width: var(--viewportWidth);
    margin-left: calc(0px - var(--leftMargin));
    overflow: hidden;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 50px
}

html[data-page="find-a-partner"] .c-partnerBanner .gradientText {
    background: linear-gradient(120deg, #ffe7e4 0%, #6981d3 20%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    -webkit-box-decoration-break: clone
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    html[data-page="find-a-partner"] .c-partnerBanner {
        height: 450px !important
    }
}

@media (max-width:766px) {
    html[data-page="find-a-partner"] .c-partnerBanner {
        padding-bottom: 60px
    }
}

@media (max-width:766px) {
    html[data-page="find-a-partner"] .c-partnerBanner__heading {
        width: 300px
    }
}

html[data-page="find-a-partner"] .c-partnerBanner__subheading {
    font-weight: 400;
    font-size: 17px;
    line-height: 120%;
    letter-spacing: -.68px
}

@media (max-width:766px) {
    html[data-page="find-a-partner"] .c-partnerBanner__subheading {
        width: 300px
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    html[data-page="find-a-partner"] .c-partnerBanner__lottie {
        width: 100% !important;
        height: calc(34400vw / 1434) !important;
        margin-left: 0 !important
    }
}

@media (max-width:1023px) {
    html[data-page="find-a-partner"] .c-partnerBanner__lottie {
        bottom: 40px;
        width: 100%;
        aspect-ratio: 3;
        height: auto
    }
}

@media screen and (min-width:1024px) and (max-width:1437px) {
    html[data-page="find-a-partner"] .c-partnerBanner__lottie {
        width: 1434px;
        height: 344px;
        margin-left: calc(0px - (1434px - var(--viewportWidth)) / 2)
    }
}

@media screen and (min-width:1434px) {
    html[data-page="find-a-partner"] .c-partnerBanner__lottie {
        width: 100%;
        height: calc(34400vw / 1434)
    }
}

@media (max-width:766px) {
    html[data-page="find-a-partner"] .c-partnerBanner__lottie {
        bottom: 60px
    }
}

html[data-page="biller"] .c-partnerBanner {
    width: var(--viewportWidth);
    margin-left: calc(0px - var(--leftMargin));
    overflow: hidden
}

html[data-page="biller"] .c-partnerBanner .gradientText {
    background: -webkit-linear-gradient(-15deg, #fec355 2%, #f6523c 99%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    -webkit-box-decoration-break: clone
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    html[data-page="biller"] .c-partnerBanner {
        height: 450px !important
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    html[data-page="biller"] .c-partnerBanner__lottie {
        width: 100% !important;
        height: calc(46100vw / 1440) !important;
        margin-left: 0 !important
    }
}

@media (max-width:1023px) {
    html[data-page="biller"] .c-partnerBanner__lottie {
        bottom: 20px;
        width: 600px;
        height: 200px;
        margin-left: calc(0px - (600px - var(--viewportWidth)) / 2)
    }
}

@media (min-width:1024px) {
    html[data-page="biller"] .c-partnerBanner__lottie {
        top: 50px
    }
}

@media screen and (min-width:1024px) and (max-width:1439px) {
    html[data-page="biller"] .c-partnerBanner__lottie {
        width: 1440px;
        height: 461px;
        margin-left: calc(0px - (1440px - var(--viewportWidth)) / 2)
    }
}

@media screen and (min-width:1440px) {
    html[data-page="biller"] .c-partnerBanner__lottie {
        width: 100%;
        height: calc(46100vw / 1440)
    }
}

html[data-page="business"] .c-breadcrumbs+.c-partnerBanner {
    margin-top: -48px
}

html[data-page="business"] .c-partnerBanner {
    z-index: -1;
    padding: 0;
    height: calc(100svh - 180px);
    max-height: unset;
    justify-content: center;
    width: var(--viewportWidth);
    margin-left: calc(0px - var(--leftMargin));
    overflow: hidden;
    pointer-events: none
}

html[data-page="business"] .c-partnerBanner .gradientText {
    background: -webkit-linear-gradient(0deg, #f16109, #fab52f, #2f5af2);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    -webkit-box-decoration-break: clone
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    html[data-page="business"] .c-partnerBanner {
        height: calc(100svh - 130px)
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    html[data-page="business"] .c-partnerBanner__lottie {
        width: 100% !important;
        height: calc(144300vw / 1440) !important;
        margin-left: 0 !important;
        pointer-events: none
    }
}

@media (max-width:1023px) {
    html[data-page="business"] .c-partnerBanner__lottie {
        width: 600px;
        height: 582px;
        margin-left: calc(0px - (600px - var(--viewportWidth)) / 2);
        bottom: unset;
        pointer-events: none
    }
}

@media screen and (min-width:1024px) and (max-width:1439px) {
    html[data-page="business"] .c-partnerBanner__lottie {
        width: 1440px;
        height: 1443px;
        margin-left: calc(0px - (1440px - var(--viewportWidth)) / 2);
        pointer-events: none
    }
}

@media screen and (min-width:1440px) {
    html[data-page="business"] .c-partnerBanner__lottie {
        width: 100%;
        height: calc(144300vw / 1440);
        pointer-events: none
    }
}

@media (max-width:766px) {
    html[data-page="business"] .c-partnerBanner__lottie canvas {
        transform: scale(1.36) translateY(-11px);
        transform-origin: center !important;
        -webkit-transform: scale(1.36) translateY(-11px);
        -moz-transform: scale(1.36) translateY(-11px);
        -ms-transform: scale(1.36) translateY(-11px);
        -o-transform: scale(1.36) translateY(-11px)
    }
}

html[data-page="business"] .c-partnerBanner__heading .mobile-via {
    display: none
}

@media (max-width:766px) {
    html[data-page="business"] .c-partnerBanner__heading {
        font-size: 36px
    }

    html[data-page="business"] .c-partnerBanner__heading .mobile-via {
        display: flex
    }
}

html[data-page="business"] .c-partnerBanner__subheading {
    margin-top: 20px;
    color: #5f5f5f;
    max-width: 545px;
    text-align: center;
    will-change: transform
}

@media (max-width:1023px) {
    html[data-page="business"] .c-partnerBanner__subheading {
        text-align: center;
        max-width: 280px
    }
}

html[data-page="operating-units"] .c-partnerBanner {
    width: var(--viewportWidth);
    margin-left: calc(0px - var(--leftMargin));
    overflow: hidden
}

html[data-page="operating-units"] .c-partnerBanner .gradientText {
    background: linear-gradient(358deg, #f68909 0%, #ffd099 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    -webkit-box-decoration-break: clone
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    html[data-page="operating-units"] .c-partnerBanner {
        height: 450px !important
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    html[data-page="operating-units"] .c-partnerBanner__lottie {
        width: 100% !important;
        height: calc(50200vw / 1440) !important;
        margin-left: 0 !important
    }
}

@media (max-width:1023px) {
    html[data-page="operating-units"] .c-partnerBanner__lottie {
        bottom: 30px;
        width: 600px;
        height: 200px;
        margin-left: calc(0px - (600px - var(--viewportWidth)) / 2)
    }
}

@media (min-width:1024px) {
    html[data-page="operating-units"] .c-partnerBanner__lottie {
        top: 30px
    }
}

@media screen and (min-width:1024px) and (max-width:1439px) {
    html[data-page="operating-units"] .c-partnerBanner__lottie {
        width: 1440px;
        height: 502px;
        margin-left: calc(0px - (1440px - var(--viewportWidth)) / 2)
    }
}

@media screen and (min-width:1440px) {
    html[data-page="operating-units"] .c-partnerBanner__lottie {
        width: 100%;
        height: calc(50200vw / 1440)
    }
}

html[data-page="customers"] .c-partnerBanner {
    width: var(--viewportWidth);
    margin-left: calc(0px - var(--leftMargin));
    overflow: hidden
}

@media (max-width:1023px) {
    html[data-page="customers"] .c-partnerBanner {
        height: 440px
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    html[data-page="customers"] .c-partnerBanner {
        height: 400px !important
    }
}

html[data-page="customers"] .c-partnerBanner .gradientText {
    background: linear-gradient(120deg, #f1d25f 0%, #49d3cd 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    -webkit-box-decoration-break: clone
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    html[data-page="customers"] .c-partnerBanner__lottie {
        width: 100% !important;
        height: calc(40000vw / 1434) !important;
        margin-left: 0 !important
    }
}

@media (max-width:1023px) {
    html[data-page="customers"] .c-partnerBanner__lottie {
        bottom: 30px;
        width: 600px;
        height: 200px;
        margin-left: calc(0px - (600px - var(--viewportWidth)) / 2)
    }
}

@media (min-width:1024px) {
    html[data-page="customers"] .c-partnerBanner__lottie {
        top: 100px
    }
}

@media screen and (min-width:1024px) and (max-width:1433px) {
    html[data-page="customers"] .c-partnerBanner__lottie {
        width: 1434px;
        height: 400px;
        margin-left: calc(0px - (1434px - var(--viewportWidth)) / 2)
    }
}

@media screen and (min-width:1434px) {
    html[data-page="customers"] .c-partnerBanner__lottie {
        width: 100%;
        height: calc(40000vw / 1434)
    }
}

html[data-page="products"] .c-partnerBanner {
    padding-top: 80px;
    height: auto
}

@media (max-width:1023px) {
    html[data-page="products"] .c-partnerBanner {
        padding-top: 50px
    }
}

html[data-page="products"] .c-partnerBanner .gradientText {
    padding-bottom: 8px;
    background: linear-gradient(120deg, #4b71f3 0%, #4dfcf6 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    -webkit-box-decoration-break: clone
}

@media (max-width:1023px) {
    html[data-page="products"] .c-partnerBanner__heading {
        max-width: 320px
    }
}

html[data-page="products"] .c-partnerBanner__subheading {
    margin-top: 22px;
    color: #1e1e1c
}

@media (max-width:1023px) {
    html[data-page="products"] .c-partnerBanner__subheading {
        max-width: 320px;
        margin-top: 12px
    }
}

.c-partnerBanner {
    padding-top: 50px;
    height: 72vh;
    max-height: 642px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative
}

@media (max-width:1023px) {
    .c-partnerBanner {
        padding-top: 30px;
        height: 511px
    }
}

.c-partnerBanner__heading {
    text-align: center
}

@media (max-width:1023px) {
    .c-partnerBanner__heading {
        font-size: 40px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: -2px
    }
}

.c-partnerBanner__subheading {
    margin-top: 30px;
    text-align: center
}

@media (max-width:1023px) {
    .c-partnerBanner__subheading {
        margin-top: 20px;
        font-size: 17px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        letter-spacing: -.68px;
        color: #5f5f5f
    }
}

.c-partnerBanner__btn {
    margin-top: 30px
}

@media (max-width:1023px) {
    .c-partnerBanner__btn {
        margin-top: 20px
    }
}

.c-quickLinks {
    display: flex;
    gap: 15px
}

@media (max-width:1023px) {
    .c-quickLinks {
        gap: 15px;
        flex-direction: column;
        opacity: 0;
        transform: translate3d(0, 30px, 0)
    }

    .c-quickLinks.animateIn {
        opacity: 1;
        transform: translateZ(0);
        transition-property: opacity, transform;
        transition-duration: 0.5s, 1.2s;
        transition-timing-function: linear, cubic-bezier(.19, 1, .22, 1)
    }
}

@media (max-width:1023px) and (prefers-reduced-motion) {
    .c-quickLinks.animateIn {
        transition-duration: 0ms
    }
}

@media (min-width:1024px) {
    .c-quickLinks {
        align-items: center;
        justify-content: center
    }
}

.c-quickLinks__title {
    color: #757575
}

@media (max-width:1023px) {
    .c-quickLinks__title {
        opacity: 1;
        transform: translateZ(0);
        transition: opacity 0s, transform 0s
    }
}

.c-quickLinks__list {
    display: flex;
    align-items: center;
    gap: 10px
}

@media (max-width:1023px) {
    .c-quickLinks__list {
        margin-left: -20px;
        padding: 0 20px;
        width: var(--viewportWidth);
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;
        -ms-overflow-style: none
    }

    .c-quickLinks__list::-webkit-scrollbar {
        display: none
    }

    .c-quickLinks__list [class*="anim-stagger-"] {
        opacity: 1;
        transform: translateZ(0);
        transition: opacity 0s, transform 0s
    }
}

.c-quickLinks .c-btn {
    padding: 15px 20px
}

.c-quickLinks .c-btn__text {
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -.68px
}

@media (max-width:1023px) {
    .c-quickLinks .c-btn__text {
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: -.6px
    }
}

.c-whatsNew__itemImg {
    opacity: 0
}

.c-whatsNew.animateIn .c-whatsNew__itemImg {
    opacity: 1;
    transform: scale(1.1);
    transition: opacity 800ms cubic-bezier(.19, 1, .22, 1), transform 800ms cubic-bezier(.19, 1, .22, 1)
}

@media (max-width:1023px) {
    .c-whatsNew.animateIn .c-whatsNew__itemImg {
        transform: scale(1)
    }
}

.c-whatsNew__heading {
    color: #1e1e1c;
    text-align: center
}

@media (max-width:1023px) {
    .c-whatsNew__heading {
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: -1.5px
    }
}

.c-whatsNew__subheading {
    margin-top: 20px;
    color: #5f5f5f;
    text-align: center
}

@media (max-width:1023px) {
    .c-whatsNew__subheading {
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: -.6px;
        max-width: 270px;
        margin: 20px auto 0
    }
}

.c-whatsNew__list {
    margin-top: 30px;
    display: flex;
    gap: 20px;
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.c-whatsNew__list::-webkit-scrollbar {
    display: none
}

@media (max-width:1023px) {
    .c-whatsNew__list {
        margin-top: 15px;
        margin-left: -20px;
        padding: 0 20px;
        width: var(--viewportWidth)
    }
}

.c-whatsNew__item {
    flex-shrink: 0;
    flex-basis: calc(var(--w-1col) * 2 + 20px * 1);
    display: flex;
    gap: 20px;
    border-radius: 20px;
    border: 1px solid #dadada
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .c-whatsNew__item {
        flex-basis: 45% !important
    }
}

@media (max-width:1023px) {
    .c-whatsNew__item {
        flex-direction: column;
        align-items: stretch;
        flex-basis: calc(100% - 20px);
        overflow: hidden;
        gap: 20px !important
    }
}

@media (min-width:767px) and (max-width:1023px) {
    .c-whatsNew__item {
        flex-basis: calc(50% - 20px / 2)
    }
}

.c-whatsNew__itemImgWrapper {
    padding-top: calc(24000% / 670);
    position: relative;
    overflow: hidden;
    border-radius: 20px 0 0 20px;
    height: 230px
}

@media (max-width:1023px) {
    .c-whatsNew__itemImgWrapper {
        border-radius: 0;
        padding-top: 0;
        height: 240px
    }
}

@media (min-width:1024px) {
    .c-whatsNew__itemImgWrapper {
        flex: 1
    }
}

.c-whatsNew__itemImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.c-whatsNew__itemContent {
    flex: 1;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 20px
}

@media (max-width:1023px) {
    .c-whatsNew__itemContent {
        padding: 0 20px 20px;
        min-height: calc(202px - 20px)
    }
}

.c-whatsNew__itemHeading svg {
    position: relative;
    top: 4px
}

@media (max-width:1023px) {
    .c-whatsNew__itemHeading svg {
        top: 4px
    }
}

.c-whatsNew__itemSubheading {
    margin-top: 10px;
    color: #828282;
    max-width: 265px
}

@media (max-width:1023px) {
    .c-whatsNew__itemSubheading {
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: -.6px
    }
}

.c-whatsNew .comingSoon__ctas {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px
}

.c-categories {
    position: relative
}

.c-categories [role="tabpanel"] {
    display: none
}

@media (max-width:1023px) {
    .c-categories [role="tabpanel"] {
        display: flex;
        flex-direction: column
    }
}

.c-categories [role="tabpanel"][aria-expanded="true"] {
    display: flex
}

@media (max-width:1023px) {
    .c-categories [role="tabpanel"][aria-expanded="true"] {
        flex-direction: column;
        visibility: visible;
        transform: translateX(0)
    }
}

.c-categories__row {
    gap: 20px;
    margin-top: 30px;
    position: relative;
    display: flex;
    z-index: 2
}

@media (max-width:1023px) {
    .c-categories__row {
        margin-top: 25px;
        flex-direction: column;
        overflow: hidden;
        gap: 0
    }
}

.c-categories__titleWrap {
    text-align: center
}

@media (max-width:1023px) {
    .c-categories__title {
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: -1.5px
    }
}

.c-categories__subtitle {
    max-width: 390px;
    text-align: center;
    margin: 15px auto 0
}

@media (max-width:1023px) {
    .c-categories__subtitle {
        margin-top: 5px;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        letter-spacing: -.8px
    }
}

.c-categories__comingSoon {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -.6px;
    color: #5f5f5f;
    margin-top: 10px
}

.c-categories__tabs {
    overflow: hidden;
    border-radius: 15px;
    background: #ff6d59;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media (max-width:1023px) {
    .c-categories__tabs {
        padding: 50px 20px
    }
}

@media (min-width:1024px) {
    .c-categories__tabs {
        flex-shrink: 0;
        width: var(--w-1col)
    }
}

.c-categories__nav {
    display: flex;
    flex-direction: column;
    gap: 40px
}

.c-categories__navLink button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    opacity: .6
}

.c-categories__navLink button:hover {
    opacity: 1
}

.c-categories__navLink button[aria-selected="true"] {
    opacity: 1
}

@media (max-width:1023px) {
    .c-categories__navLink button {
        opacity: 1
    }
}

.c-categories__navTxtWrap {
    display: flex;
    width: 100%;
    align-items: flex-start;
    gap: 20px;
    text-align: left
}

@media (max-width:1023px) {
    .c-categories__navTxtWrap {
        gap: 10px
    }
}

.c-categories__navTxtWrap svg {
    flex-shrink: 0;
    width: 25px;
    height: 25px
}

.c-categories__navText {
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -1px;
    font-weight: 400;
    color: #fff
}

.c-categories__tabPane {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto;
    grid-auto-flow: column;
    gap: 20px
}

@media (min-width:1024px) {
    .c-categories__tabPane {
        display: flex;
        align-content: flex-start;
        height: 520px;
        flex-wrap: wrap
    }
}

@media (max-width:1023px) {
    .c-categories__tabPane {
        gap: 0;
        position: absolute;
        top: 0;
        transform: translateX(100%);
        visibility: hidden;
        background: #fff;
        overflow: hidden;
        border-radius: 15px;
        border: 1px solid #fdd5cf;
        width: 100%;
        height: 100%;
        overflow-y: auto
    }
}

.c-categories__tabPane.rtl-transdition {
    animation: fadeIn 0.4s forwards;
    opacity: 0
}

@media (max-width:1023px) {
    .c-categories__tabPane.rtl-transdition {
        transition: 200ms linear;
        opacity: 1
    }
}

.c-categories__tabPaneIcon {
    transition: all 300ms cubic-bezier(.39, .575, .565, 1)
}

@media (max-width:1023px) {
    .c-categories__tabPaneIcon {
        height: 30px;
        width: 30px
    }
}

.c-categories__tabPaneList {
    display: flex;
    min-width: calc(295px - 0px);
    width: 370px;
    height: 250px;
    padding: 20px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex-shrink: 0;
    border-radius: 15px;
    border: 1px solid rgb(248 114 96 / .3)
}

@media (max-width:1023px) {
    .c-categories__tabPaneList {
        width: 100%;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        height: auto;
        gap: 10px;
        border-radius: 0;
        border: 0;
        border-bottom: 1px solid rgb(248 114 96 / .3);
        height: 64px
    }

    .c-categories__tabPaneList:last-child {
        border-bottom: 0
    }
}

@media (min-width:1024px) {
    .c-categories__tabPaneList {
        flex-shrink: 0;
        width: calc(100% / 4 - 20px * 3 / 4);
        min-width: unset
    }
}

.c-categories__tabPaneList.-backToCategory {
    display: none
}

@media (max-width:1023px) {
    .c-categories__tabPaneList.-backToCategory {
        display: flex;
        gap: 5px;
        position: sticky;
        top: 0;
        left: 0;
        width: 100%;
        padding: 25px 20px
    }

    .c-categories__tabPaneList.-backToCategory .c-categories__tabPaneHead {
        display: flex;
        align-items: center
    }

    .c-categories__tabPaneList.-backToCategory .c-categories__tabPaneHead path {
        stroke: #fff
    }

    .c-categories__tabPaneList.-backToCategory .c-categories__tabPaneText {
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: -.6px;
        color: #fff
    }
}

.c-categories__tabPaneList:focus {
    outline: 1px solid #0094ff;
    outline-offset: 5px
}

@media (max-width:1023px) {
    .c-categories__tabPaneList:focus {
        outline: none
    }
}

@media (hover:hover) {
    .c-categories__tabPaneList:hover {
        border-color: #f87260
    }
}

.c-categories__tabPaneHead {
    width: 100%
}

@media (max-width:1023px) {
    .c-categories__tabPaneHead {
        width: auto
    }
}

.c-categories__tabPaneFooter {
    width: 100%
}

@media (max-width:1023px) {
    .c-categories__tabPaneFooter {
        width: 100%
    }
}

.c-categories__tabPaneText {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -.8px
}

@media (max-width:1023px) {
    .c-categories__tabPaneText {
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        letter-spacing: -.8px;
        align-items: center
    }
}

.c-categories__tabPaneText svg {
    flex-shrink: 0;
    margin-left: 5px;
    margin-bottom: 3px
}

@media (max-width:1023px) {
    .c-categories__tabPaneText svg {
        height: 18px;
        width: 18px;
        margin-bottom: 0
    }
}

.c-categories__contentWrap {
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.c-categories__contentWrap::-webkit-scrollbar {
    display: none
}

@media (min-width:1024px) {
    .c-categories__contentWrap {
        flex: 1
    }
}

.c-categories .c-categories__btnWrap {
    display: none !important;
    position: absolute;
    left: calc(50% - 44px);
    bottom: -60px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between
}

.c-categories .c-categories__btnWrap .c-categories__scrollNextBtn svg {
    position: relative;
    right: -1px
}

@media (max-width:1023px) {
    .c-categories .c-categories__btnWrap {
        display: none !important
    }
}

.c-categories .c-categories__scrollBtn {
    display: flex;
    width: 36px;
    height: 36px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 40px;
    border: 1px solid var(--greys-stroke-grey, #dadada);
    background: #fff
}

.c-categories .c-categories__scrollBtn.-disabled {
    opacity: .3;
    pointer-events: none
}

.c-categories .c-categories__scrollPrevBtn {
    position: relative;
    left: 0
}

.c-categories .c-categories__scrollNextBtn {
    position: relative;
    right: 0
}

.c-categories__tabContent {
    position: relative
}

@media (max-width:1023px) {
    .c-categories__tabContent {
        position: unset
    }
}

.c-categories__tabContent:hover .c-categories__btnWrap {
    opacity: 1;
    visibility: visible
}

.c-categories .-overflowAuto {
    overflow: hidden;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.c-categories .-overflowAuto::-webkit-scrollbar {
    display: none
}

.c-categories .-overflowAuto .-scrollery {
    overflow: auto
}

@media (max-width:1023px) {
    .c-categories .-overflowAuto .-scrollery {
        overflow-y: auto
    }

    .c-categories .-overflowAuto .-scrollery::-webkit-scrollbar {
        width: 4px;
        padding-top: 50%;
        padding-bottom: 50%
    }

    .c-categories .-overflowAuto .-scrollery::-webkit-scrollbar-track {
        background: #fff0
    }

    .c-categories .-overflowAuto .-scrollery::-webkit-scrollbar-thumb {
        background: #444;
        border-radius: 30px
    }
}

.c-categories .c-categories__tabPaneListNxtBtn,
.c-categories .c-categories__tabPaneListPrevBtn {
    display: none
}

@media (max-width:1023px) {
    .c-categories .c-categories__tabPaneList:not(.-backToCategory):nth-child(n+8) {
        display: none
    }

    .c-categories .-showList .c-categories__tabPaneList:not(.-backToCategory):nth-of-type(-n+8) {
        display: none
    }

    .c-categories .-showList .c-categories__tabPaneList:not(.-backToCategory):nth-child(n+8) {
        display: flex
    }

    .c-categories .-nxtPrevPagination {
        margin-top: auto;
        border-top: 1px solid;
        border-color: inherit;
        top: -1px;
        position: relative
    }

    .c-categories .-nxtPrevPagination .c-categories__tabPaneListNxtBtn,
    .c-categories .-nxtPrevPagination .c-categories__tabPaneListPrevBtn {
        padding: 20px;
        height: 64px
    }

    .c-categories .-nxtPrevPagination .c-categories__tabPaneListNxtBtn .c-categories__tabPaneFooter,
    .c-categories .-nxtPrevPagination .c-categories__tabPaneListPrevBtn .c-categories__tabPaneFooter {
        width: auto;
        margin: auto;
        height: 100%
    }

    .c-categories .-nxtPrevPagination .c-categories__tabPaneListNxtBtn .c-categories__tabPaneFooter .c-categories__tabPaneText svg,
    .c-categories .-nxtPrevPagination .c-categories__tabPaneListPrevBtn .c-categories__tabPaneFooter .c-categories__tabPaneText svg {
        height: 15px;
        top: 1px;
        margin: 0 5px;
        position: relative
    }
}

body.usingMouse .c-categories__tabPaneList,
body.usingTouch .c-categories__tabPaneList {
    outline: none
}

[data-page="customers"] .c-categories__scrollBtn {
    border-color: #70dcd8
}

[data-page="customers"] .c-categories__scrollBtn path {
    stroke: #70dcd8
}

[data-page="customers"] .c-categories__tabs {
    background-color: #70dcd8 !important
}

[data-page="customers"] .c-categories__tabPane {
    border-color: rgb(112 220 216 / .3) !important
}

[data-page="customers"] .c-categories__tabPaneList {
    border-color: rgb(112 220 216 / .3) !important
}

@media (hover:hover) {
    [data-page="customers"] .c-categories__tabPaneList:hover {
        border-color: #70dcd8 !important
    }
}

[data-page="customers"] .c-categories__tabPaneIcon {
    color: #70dcd8
}

[data-page="customers"] .c-categories__tabPaneIcon path {
    stroke: currentColor
}

[data-page="customers"] .-backToCategory {
    background-color: #70dcd8
}

[data-page="operating-units"] .c-categories__scrollBtn {
    border-color: #ff894f
}

[data-page="operating-units"] .c-categories__scrollBtn path {
    stroke: #ff894f
}

[data-page="operating-units"] .c-categories__tabs {
    background-color: #ff894f
}

[data-page="operating-units"] .c-categories__tabPaneList {
    border-color: rgb(255 137 79 / .3)
}

@media (hover:hover) {
    [data-page="operating-units"] .c-categories__tabPaneList:hover {
        border-color: #ff894f !important
    }
}

[data-page="operating-units"] .c-categories__tabPaneIcon {
    color: #ff894f
}

[data-page="operating-units"] .c-categories__tabPaneIcon path {
    stroke: currentColor
}

[data-page="operating-units"] .-backToCategory {
    background-color: #ff894f
}

[data-page="solutions"] .c-categories__scrollBtn {
    border-color: #61c0f5
}

[data-page="solutions"] .c-categories__scrollBtn path {
    stroke: #61c0f5
}

[data-page="solutions"] .c-categories__tabs {
    background-color: #61c0f5
}

[data-page="solutions"] .c-categories__tabPaneList {
    border-color: rgb(97 192 245 / .3)
}

@media (hover:hover) {
    [data-page="solutions"] .c-categories__tabPaneList:hover {
        border-color: #61c0f5 !important
    }
}

[data-page="solutions"] .c-categories__tabPaneIcon {
    color: #61c0f5
}

[data-page="solutions"] .c-categories__tabPaneIcon path {
    stroke: currentColor
}

[data-page="solutions"] .-backToCategory {
    background-color: #61c0f5
}

[data-page="biller"] .c-categories__scrollBtn {
    border-color: #f87260
}

[data-page="biller"] .c-categories__scrollBtn path {
    stroke: #f87260
}

[data-page="biller"] .c-categories__tabs {
    background-color: #f87260
}

[data-page="biller"] .c-categories__tabPaneList {
    border-color: rgb(248 114 96 / .3)
}

@media (hover:hover) {
    [data-page="biller"] .c-categories__tabPaneList:hover {
        border-color: #f87260 !important
    }
}

[data-page="biller"] .c-categories__tabPaneIcon {
    color: #f87260
}

[data-page="biller"] .c-categories__tabPaneIcon path {
    stroke: currentColor
}

[data-page="biller"] .-backToCategory {
    background-color: #f87260
}

@media (min-width:1024px) {
    .c-categories+.c-relatedQuestions {
        margin-top: 50px !important
    }
}

@media (min-width:1024px) {
    .c-categories+.customSolution {
        margin-top: 100px !important
    }
}

.c-solutions {
    text-align: center
}

@media (max-width:1023px) {
    .c-solutions {
        margin-left: -20px;
        width: var(--viewportWidth)
    }
}

.c-solutions__heading {
    text-align: center
}

@media (max-width:1023px) {
    .c-solutions__heading {
        max-width: 310px;
        margin: 0 auto;
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: -1.5px
    }
}

.c-solutions__subheading {
    max-width: 661px;
    margin: 20px auto 0;
    text-align: center
}

@media (max-width:1023px) {
    .c-solutions__subheading {
        margin-top: 10px;
        padding: 0 20px;
        max-width: 310px;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        letter-spacing: -.8px
    }
}

.c-solutions .anim-pathContainer {
    position: absolute;
    z-index: -1;
    left: 0;
    width: 1920px !important;
    height: 163px
}

@media (max-width:1023px) {
    .c-solutions .anim-pathContainer {
        left: 0;
        min-width: unset !important;
        width: 1101px !important;
        height: 149px
    }
}

@media (min-width:1024px) {
    .c-solutions .anim-pathContainer {
        width: calc(var(--w-1col) * 4 + 20px * 3 + 60px)
    }
}

@media (max-width:1023px) {
    .c-solutions .c-solutions__list>:nth-child(1) .anim-pathContainer {
        left: 0
    }

    .c-solutions .c-solutions__list>:nth-child(2) .anim-pathContainer {
        left: calc(0px - 264px - 15px)
    }

    .c-solutions .c-solutions__list>:nth-child(3) .anim-pathContainer {
        left: calc(0px - (264px + 15px) * 2)
    }

    .c-solutions .c-solutions__list>:nth-child(4) .anim-pathContainer {
        left: calc(0px - (264px + 15px) * 3)
    }

    .c-solutions .c-solutions__list>:nth-child(5) .anim-pathContainer {
        left: 0
    }

    .c-solutions .c-solutions__list>:nth-child(6) .anim-pathContainer {
        left: calc(0px - 264px - 15px)
    }

    .c-solutions .c-solutions__list>:nth-child(7) .anim-pathContainer {
        left: calc(0px - (264px + 15px) * 2)
    }

    .c-solutions .c-solutions__list>:nth-child(8) .anim-pathContainer {
        left: calc(0px - (264px + 15px) * 3)
    }

    .c-solutions .c-solutions__list>:nth-child(9) .anim-pathContainer {
        left: 0
    }

    .c-solutions .c-solutions__list>:nth-child(10) .anim-pathContainer {
        left: calc(0px - 264px - 15px)
    }

    .c-solutions .c-solutions__list>:nth-child(11) .anim-pathContainer {
        left: calc(0px - (264px + 15px) * 2)
    }

    .c-solutions .c-solutions__list>:nth-child(12) .anim-pathContainer {
        left: calc(0px - (264px + 15px) * 3)
    }

    .c-solutions .c-solutions__list>:nth-child(13) .anim-pathContainer {
        left: 0
    }

    .c-solutions .c-solutions__list>:nth-child(14) .anim-pathContainer {
        left: calc(0px - 264px - 15px)
    }

    .c-solutions .c-solutions__list>:nth-child(15) .anim-pathContainer {
        left: calc(0px - (264px + 15px) * 2)
    }

    .c-solutions .c-solutions__list>:nth-child(16) .anim-pathContainer {
        left: calc(0px - (264px + 15px) * 3)
    }
}

@media (min-width:1024px) {

    .c-solutions .c-solutions__list>:nth-child(8n+1) .anim-pathContainer.isEvenRow,
    .c-solutions .c-solutions__list>:nth-child(8n+2) .anim-pathContainer.isEvenRow,
    .c-solutions .c-solutions__list>:nth-child(8n+3) .anim-pathContainer.isEvenRow,
    .c-solutions .c-solutions__list>:nth-child(8n+4) .anim-pathContainer.isEvenRow,
    html[data-page="business"] .c-solutions .c-solutions__list>:nth-child(8n+5) .anim-pathContainer.isEvenRow {
        visibility: hidden
    }

    html:not([data-page="business"]) .c-solutions .c-solutions__list>:nth-child(8n+5) .anim-pathContainer.isOddRow,
    .c-solutions .c-solutions__list>:nth-child(8n+6) .anim-pathContainer.isOddRow,
    .c-solutions .c-solutions__list>:nth-child(8n+7) .anim-pathContainer.isOddRow,
    .c-solutions .c-solutions__list>:nth-child(8n+8) .anim-pathContainer.isOddRow {
        visibility: hidden
    }

    .c-solutions .c-solutions__list>:nth-child(4n+1) .anim-pathContainer {
        left: calc(0px - (20px + var(--w-1col)) * (1 - 1))
    }

    .c-solutions .c-solutions__list>:nth-child(4n+2) .anim-pathContainer {
        left: calc(0px - (20px + var(--w-1col)) * (2 - 1))
    }

    .c-solutions .c-solutions__list>:nth-child(4n+3) .anim-pathContainer {
        left: calc(0px - (20px + var(--w-1col)) * (3 - 1))
    }

    .c-solutions .c-solutions__list>:nth-child(4n+4) .anim-pathContainer {
        left: calc(0px - (20px + var(--w-1col)) * (4 - 1))
    }

    html[data-page="business"] .c-solutions .c-solutions__list>:nth-child(4n+1) .anim-pathContainer {
        left: calc(0px - (20px + var(--w-1col)) * (1 - 1))
    }

    html[data-page="business"] .c-solutions .c-solutions__list>:nth-child(4n+2) .anim-pathContainer {
        left: calc(0px - (20px + var(--w-1col)) * (2 - 1))
    }

    html[data-page="business"] .c-solutions .c-solutions__list>:nth-child(4n+3) .anim-pathContainer {
        left: calc(0px - (20px + var(--w-1col)) * (3 - 1))
    }

    html[data-page="business"] .c-solutions .c-solutions__list>:nth-child(4n+4) .anim-pathContainer {
        left: calc(0px - (20px + var(--w-1col)) * (4 - 1))
    }

    html[data-page="business"] .c-solutions .c-solutions__list>:nth-child(4n+5) .anim-pathContainer {
        left: calc(0px - (20px + var(--w-1col)) * (5 - 1))
    }
}

.c-solutions__list {
    margin-top: 40px;
    display: flex;
    gap: 20px;
    text-align: left
}

@media (max-width:1023px) {
    .c-solutions__list {
        margin-top: 15px;
        padding: 0 20px;
        overflow-x: scroll;
        overflow-y: hidden;
        scrollbar-width: none;
        -ms-overflow-style: none;
        padding-bottom: 1px;
        gap: 15px
    }

    .c-solutions__list::-webkit-scrollbar {
        display: none
    }
}

@media (min-width:1024px) {
    .c-solutions__list {
        justify-content: start;
        flex-wrap: wrap
    }

    .c-solutions__list[data-item-count="3"] {
        justify-content: center
    }
}

.c-solutions__item {
    flex-shrink: 0;
    width: var(--w-1col);
    padding-top: 15px
}

@media (max-width:1023px) {
    .c-solutions__item {
        width: 264px
    }
}

@media (min-width:1024px) {
    .c-solutions__item {
        margin-top: -15px
    }
}

.c-solutions__itemInner {
    height: 375px;
    padding: 30px 40px 30px 30px;
    border-radius: 15px;
    border: 1px solid #dadada;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    position: relative;
    contain: paint;
    overflow: hidden
}

@media (max-width:1023px) {
    .c-solutions__itemInner {
        padding: 30px 30px 30px 20px
    }
}

.c-solutions__itemNote {
    font-size: 13px;
    line-height: 110%;
    font-weight: 400;
    letter-spacing: -.52px;
    margin-top: -5px;
    color: #5f5f5f
}

.c-solutions__itemTag {
    position: absolute;
    top: 0;
    left: 30px;
    z-index: 1;
    padding: 0 10px;
    height: 25px;
    display: flex;
    align-items: center;
    border-radius: 25px;
    background-color: #1e1e1c
}

@media (max-width:1023px) {
    .c-solutions__itemTag {
        left: 20px
    }
}

@media (max-width:1023px) {
    .c-solutions__itemHeading {
        font-size: 25px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: -1px
    }
}

.c-solutions__itemSubheading {
    color: #5f5f5f
}

.c-solutions__seeAllBtn {
    display: inline-flex;
    margin: 30px auto 0
}

@media (max-width:1023px) {
    .c-solutions__seeAllBtn {
        margin-top: 30px
    }
}

.c-solutions .c-solutions__itemInner .c-btn {
    margin-top: 5px
}

.c-solutions .c-externalLinkArrow__container .c-externalLinkArrow {
    top: 0
}

.c-solutions.-billers .anim-pathContainer {
    top: unset;
    bottom: 0
}

.c-solutions.-billers .c-solutions__itemInner {
    border-color: rgb(248 114 96 / .3)
}

.c-solutions.-billers .c-solutions__itemTag {
    background-color: #f87260
}

.c-solutions.-tsp .anim-pathContainer {
    top: unset;
    bottom: 0
}

@media (min-width:1024px) {
    .c-solutions.-tsp .anim-pathContainer {
        width: calc(var(--w-1col) * 3 + 20px * 2 + 60px) !important
    }
}

.c-solutions.-tsp .c-solutions__item,
.c-solutions.-tsp .c-solutions__itemInner {
    border-color: #d2d9f2
}

.c-solutions.-tsp .c-solutions__itemTag {
    background-color: #bdccff;
    color: #1e1e1c
}

.c-solutions.-ou .anim-pathContainer {
    top: unset;
    bottom: 0
}

.c-solutions.-ou .c-solutions__item {
    border-color: rgb(247 147 30 / .3)
}

.c-solutions.-solutions .anim-pathContainer {
    top: calc(375px - 147px)
}

.c-solutions.-solutions .c-solutions__item {
    border-color: #bdccff
}

.c-solutions.-solutions .c-solutions__itemTag {
    background-color: #bdccff
}

.c-solutions.-solutions .c-solutions__subheading {
    max-width: 730px
}

@media (max-width:1023px) {
    .c-solutions.-solutions .c-solutions__subheading {
        max-width: unset
    }
}

.c-impact__heading {
    text-align: center
}

@media (max-width:1023px) {
    .c-impact__heading {
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: -1.5px
    }
}

.c-impact__cards {
    margin-top: 30px;
    display: flex;
    gap: 20px
}

@media (max-width:1023px) {
    .c-impact__cards {
        margin-top: 20px;
        margin-left: -20px;
        padding: 0 20px;
        width: var(--viewportWidth);
        overflow-x: scroll;
        overflow-y: hidden;
        scrollbar-width: none;
        -ms-overflow-style: none;
        gap: 15px
    }

    .c-impact__cards::-webkit-scrollbar {
        display: none
    }
}

.c-impact__card {
    flex-shrink: 0;
    padding: 30px;
    height: 488px;
    background-color: #1e1e1c;
    border-radius: 15px
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .c-impact__card {
        width: 100% !important;
        height: 400px !important;
        margin-left: 0 !important;
        flex-shrink: 1 !important
    }
}

@media (max-width:1023px) {
    .c-impact__card {
        width: calc(var(--viewportWidth) - 20px * 3);
        height: 104vw;
        padding: 20px;
        border-radius: 20px
    }
}

@media (min-width:1024px) {
    .c-impact__card {
        flex: 1
    }
}

.c-impact__cardHeading {
    max-width: 310px;
    color: #fff
}

@media (max-width:1023px) {
    .c-impact__cardHeading {
        max-width: 205px;
        font-size: 17px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        letter-spacing: -.68px
    }
}

.c-faqs {
    display: flex;
    flex-direction: column;
    gap: 20px
}

@media (max-width:1023px) {
    .c-faqs {
        flex-direction: column;
        align-items: stretch;
        gap: 30px
    }
}

.c-faqs__heading {
    width: 100%;
    text-align: center
}

@media (max-width:1023px) {
    .c-faqs__heading {
        width: 100%;
        text-align: center;
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: -1.5px
    }
}

.c-faqs__list {
    flex: 1
}

@media (max-width:1023px) {
    .c-faqs__list {
        border-top: 1px solid #dadada;
        margin-top: 0
    }
}

@media (min-width:1024px) {
    .c-faqs__list {
        max-width: 610px;
        margin-left: auto;
        margin-right: auto
    }
}

.c-faqs__faq {
    border-bottom: 1px solid #dadada
}

.c-faqs__faq:last-child {
    border-bottom: none
}

.c-faqs__faqHeading button {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 20px 0;
    text-align: left
}

.c-faqs__faqHeading button:focus {
    outline: 1px solid #0094ff;
    outline-offset: 5px
}

@media (max-width:1023px) {
    .c-faqs__faqHeading button {
        font-size: 17px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        letter-spacing: -.68px
    }
}

.c-faqs__faqHeading button svg {
    flex-shrink: 0;
    margin-left: 8%;
    height: 26px;
    width: 26px
}

@media (max-width:1023px) {
    .c-faqs__faqHeading button svg {
        width: auto;
        height: 25px
    }
}

.c-faqs__faqHeading button[aria-expanded="true"] svg path:last-child {
    opacity: 0
}

.c-faqs__faqContent {
    line-height: 140%;
    padding-right: 15%;
    height: 0;
    overflow: hidden;
    transition-timing-function: ease-out;
    transition-duration: 0.15s;
    color: #828282
}

@media (max-width:1023px) {
    .c-faqs__faqContent {
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: -.6px
    }
}

/* @media (max-width:1023px) {
    .c-faqs__faqContent h2 {
        font-size: 17px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        letter-spacing: -.68px
    }
} */

/* .c-faqs__faqContent h2+p {
    margin-top: 5px
} */

@media (max-width:1023px) {
    .c-faqs__faqContent p {
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: -.6px
    }
}

/* .c-faqs__faqContent p+h2 {
    margin-top: 20px
} */

.c-faqs__faqContent ul {
    list-style: initial;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 20px 0
}

@media (max-width:1023px) {
    .c-faqs__faqContent ul li {
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: -.6px
    }
}

.c-faqs__faqContent::after {
    content: "";
    display: block;
    padding-bottom: 20px
}

body.usingMouse .c-faqs__faq button {
    outline: none
}

.c-steps {
    display: flex;
    flex-direction: column;
    gap: 40px
}

@media (max-width:1023px) {
    .c-steps {
        flex-direction: column;
        align-items: stretch;
        gap: 30px
    }
}

.c-steps__heading {
    width: 100%;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -2px
}

@media (max-width:1023px) {
    .c-steps__heading {
        width: 100%;
        text-align: center;
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: -1.5px
    }
}

.c-steps__card-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

@media (max-width:1023px) {
    .c-steps__card-list {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:766px) {
    .c-steps__card-list {
        grid-template-columns: 1fr
    }
}

.c-steps__card {
    padding: 30px 20px;
    border-radius: 15px;
    border: 1px solid #dadada;
    display: grid;
    gap: 20px;
    background-color: #fff
}

.c-steps__card-count {
    min-width: 40px;
    text-align: center;
    padding: 10px;
    background-color: #ff894f;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -.6px;
    border-radius: 25px;
    width: -moz-fit-content;
    width: fit-content;
    height: 35px;
}

@media (max-width:766px) {
    .c-steps__card-count {
        font-size: 13px;
        line-height: 110%;
        font-weight: 400;
        letter-spacing: -.52px
    }
}

html[data-page="find-a-partner"] .c-steps__card-count {
    min-width: 40px;

    text-align: center;
    padding: 10px;
    background-color: #ff894f;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -.6px;
    border-radius: 25px;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

@media (max-width:766px) {
    html[data-page="find-a-partner"] .c-steps__card-count {
        font-size: 13px;
        line-height: 110%;
        font-weight: 400;
        letter-spacing: -.52px
    }
}

.c-steps__card-text {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -.8px;
    color: #1e1e1c
}

@media (max-width:766px) {
    .c-steps__card-text {
        font-size: 17px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        letter-spacing: -.68px
    }
}

.c-getStartedSticky {
    opacity: 0;
    transform: translateY(30px)
}

.c-getStartedSticky.animateIn {
    opacity: 1;
    transform: translateZ(0);
    transition-property: opacity, transform;
    transition-duration: 0.5s, 1.2s;
    transition-timing-function: linear, cubic-bezier(.19, 1, .22, 1)
}

.c-getStartedSticky {
    display: none
}

@media (max-width:1023px) {
    .c-getStartedSticky {
        display: block;
        position: sticky;
        z-index: 21;
        bottom: -1px;
        margin-left: calc(0px - var(--leftMargin));
        width: var(--viewportWidth);
        margin-top: 24px;
        margin-bottom: -20px
    }

    .c-getStartedSticky__btn {
        background-color: #eb5945;
        width: 100%;
        display: flex;
        padding: 20px 10px;
        justify-content: center;
        align-items: center;
        gap: 10px
    }

    .c-getStartedSticky__btnText {
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        letter-spacing: -.8px;
        color: #fff
    }

    .c-getStartedSticky__btn.-ou-bg {
        background-color: #ed763c
    }

    .c-getStartedSticky__btn.-dev-bg {
        background-color: #4462c6
    }
}

@media (min-width:767px) {
    html[data-page="business"] .isBelow768 {
        display: none !important
    }
}

html[data-page="business"] .c-header__rhs {
    gap: 20px
}

html[data-page="business"] .c-header__rhs .c-btn {
    display: flex
}

@media (max-width:767px) {
    html[data-page="business"] .c-header__rhs {
        gap: 10px
    }

    html[data-page="business"] .c-header__rhs .c-btn {
        padding: 10px 15px
    }

    html[data-page="business"] .c-header__rhs .c-btn__text {
        font-size: 12px;
        line-height: 100%;
        font-weight: 400;
        font-weight: 500
    }

    html[data-page="business"] .c-header__rhs .c-btn .anim-hoverArrow {
        display: none
    }
}

@media (max-width:1023px) {
    html[data-page="business"] .--business-subheading {
        width: 100%;
        max-width: 300px !important
    }
}

@media (max-width:766px) {
    html[data-page="business"] .--business-subheading {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -.64px
    }
}

@media (max-width:1023px) {
    html[data-page="business"] main {
        padding-top: calc(var(--h-header))
    }
}

html[data-page="business"] .c-about {
    width: calc(var(--viewportWidth) - 40px);
    margin-left: calc(40px - var(--leftMargin));
    background: linear-gradient(108.82deg, #fbc60b 8.53%, #ff7522 59.22%, #2756ec 106.83%);
    min-height: 424px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: -20px;
    padding-inline: 20px;
    border-radius: 20px
}

@media (max-width:1024px) {
    html[data-page="business"] .c-about {
        padding: 50px 20px
    }
}

html[data-page="business"] .c-about__info-wrap {
    width: 100%;
    max-width: 1020px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 60px;
    column-gap: 60px
}

@media (max-width:1024px) {
    html[data-page="business"] .c-about__info-wrap {
        grid-template-columns: 1fr;
        gap: 50px
    }
}

html[data-page="business"] .c-about__info-wrap-list {
    display: flex;
    flex-direction: column;
    gap: 10px
}

html[data-page="business"] .c-about__info-wrap-list:nth-of-type(2) {
    justify-content: space-between
}

html[data-page="business"] .c-about__info-wrap-heading {
    color: #fff
}

@media (max-width:766px) {
    html[data-page="business"] .c-about__info-wrap-heading {
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        letter-spacing: -.8px
    }
}

html[data-page="business"] .c-about__info-wrap-desc {
    color: #fff
}

@media (max-width:766px) {
    html[data-page="business"] .c-about__info-wrap-desc {
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: -.6px
    }
}

html[data-page="business"] .c-business-benefits,
html[data-page="business"] .c-faqs,
html[data-page="business"] .c-getStartedForm,
html[data-page="business"] .--steps {
    margin-top: 100px
}

@media (max-width:766px) {

    html[data-page="business"] .c-business-benefits,
    html[data-page="business"] .c-faqs,
    html[data-page="business"] .c-getStartedForm,
    html[data-page="business"] .--steps {
        margin-top: 60px !important
    }
}

@media (min-width:1024px) {
    html[data-page="business"] .c-solutions .anim-pathContainer {
        width: 2000px !important
    }
}

html[data-page="business"] .c-true-values {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 60px;
    gap: 40px
}

@media (max-width:766px) {
    html[data-page="business"] .c-true-values {
        gap: 30px
    }
}

html[data-page="business"] .c-true-values__img {
    width: 100%;
    border-radius: 20px
}

html[data-page="business"] .c-true-values .--solution-sliders {
    margin-top: 15px;
    flex-wrap: nowrap;
    overflow: auto;
    overflow-y: hidden;
    padding: 10px 20px;
    width: var(--viewportWidth);
    display: flex;
    align-items: flex-start;
    scrollbar-width: none;
    -ms-overflow-style: none
}

html[data-page="business"] .c-true-values .--solution-sliders::-webkit-scrollbar {
    display: none
}

html[data-page="business"] .c-true-values .--solution-sliders.-justifyCenter {
    justify-content: center !important
}

@media (max-width:766px) {
    html[data-page="business"] .c-true-values .--solution-sliders {
        margin-top: 15px
    }
}

html[data-page="business"] .c-true-values .--cards {
    flex-shrink: 0;
    margin-top: 0
}

html[data-page="business"] .c-true-values .--benefits-desc {
    width: 100%;
    max-width: 225px
}

html[data-page="business"] .c-true-values__BtnWrap {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 15px
}

@media (max-width:1023px) {
    html[data-page="business"] .c-true-values__BtnWrap {
        margin-top: 30px;
        justify-content: flex-start;
        display: none
    }
}

html[data-page="business"] .c-true-values__Btn {
    display: flex;
    height: 36px;
    width: 36px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 40px;
    border: 1.5px solid var(--partners-flat-bo-us, #ff894f)
}

html[data-page="business"] .c-true-values__PrevBtn svg {
    position: relative;
    right: 1px
}

html[data-page="business"] .c-true-values__NextBtn svg {
    position: relative;
    left: 1px
}

html[data-page="business"] .c-true-values .-disabled {
    opacity: .2
}

html[data-page="business"] .c-business-benefits {
    margin-top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 40px
}

@media (max-width:766px) {
    html[data-page="business"] .c-business-benefits__heading {
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: -1.5px
    }
}

html[data-page="business"] .c-business-benefits__desc-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 20px
}

@media (max-width:1024px) {
    html[data-page="business"] .c-business-benefits__desc-wrap {
        flex-direction: column-reverse
    }
}

html[data-page="business"] .c-breadcrumbs+.c-partnerBanner {
    margin-top: -48px;
}

html[data-page="business"] .c-business-benefits__lhs {
    width: 100%;
    max-width: 776px;
    background-color: #f9f9f9;
    padding: 50px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 50px
}

@media (max-width:1024px) {
    html[data-page="business"] .c-business-benefits__lhs {
        max-width: unset;
        padding: 20px;
        gap: 30px
    }
}

@media (max-width:766px) {
    html[data-page="business"] .c-business-benefits__lhs-heading {
        font-size: 25px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: -1px
    }
}

html[data-page="business"] .c-business-benefits__lhs-benefits {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px
}

@media (max-width:1024px) {
    html[data-page="business"] .c-business-benefits__lhs-benefits {
        padding-left: 20px
    }
}

@media (max-width:766px) {
    html[data-page="business"] .c-business-benefits__lhs-benefits {
        gap: 30px
    }
}

@media (max-width:480px) {
    html[data-page="business"] .c-business-benefits__lhs-benefits {
        grid-template-columns: 1fr;
        gap: 30px
    }
}

html[data-page="business"] .c-business-benefits__lhs-benefit {
    width: 100%;
    max-width: 260px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    position: relative
}

@media (max-width:766px) {
    html[data-page="business"] .c-business-benefits__lhs-benefit-heading {
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: -.6px
    }
}

html[data-page="business"] .c-business-benefits__lhs-benefit-desc {
    color: #5f5f5f
}

@media (max-width:766px) {
    html[data-page="business"] .c-business-benefits__lhs-benefit-desc {
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: -.6px
    }
}

html[data-page="business"] .c-business-benefits__lhs-benefit::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: -22px;
    top: 1px;
    width: 16px;
    height: 16px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDExIDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgNC4zMzM0MkwzLjk5NjQ3IDcuMzMzNEwxMCAxLjMzMzQiIHN0cm9rZT0iIzFFMUUxQyIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjxwYXRoIGQ9Ik0xIDQuMzMzNDJMMy45OTY0NyA3LjMzMzRMMTAgMS4zMzM0IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utb3BhY2l0eT0iMC4yIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PHBhdGggZD0iTTEgNC4zMzM0MkwzLjk5NjQ3IDcuMzMzNEwxMCAxLjMzMzQiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS1vcGFjaXR5PSIwLjIiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48cGF0aCBkPSJNMSA0LjMzMzQyTDMuOTk2NDcgNy4zMzM0TDEwIDEuMzMzNCIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLW9wYWNpdHk9IjAuMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0
}

html[data-page="business"] .c-business-benefits__rhs {
    display: flex
}

html[data-page="business"] .c-business-benefits__rhs-img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 20px
}

html[data-page="business"] .c-steps-cta {
    width: 100%;
    display: flex;
    justify-content: center
}

@media (max-width:1023px) {
    html[data-page="business"] .c-faqs {
        margin-top: 60px
    }
}

html[data-page="business"] .c-solutions {
    margin-left: 0
}

html[data-page="business"] .c-footer {
    margin-top: 100px
}

@media (max-width:1023px) {
    html[data-page="business"] .c-footer {
        margin-top: 60px
    }
}

html[data-page="business"] .-dragStop[data-dragging="false"] {
    cursor: default !important
}

html[data-page="business"] [data-draggable="true"] [data-dragging="false"] {
    cursor: grab;
    z-index: 10;
    position: relative
}

html[data-page="business"] [data-draggable="true"] [data-dragging="true"] {
    cursor: grabbing;
    z-index: 10;
    position: relative
}