.bas-banner {
    padding: 175px 0 70px;
    position: relative;
    min-height: 722px;
    z-index: 1
}

@media(max-width: 1199px) {
    .bas-banner {
        padding: 150px 0px 50px;
        min-height: 622px
    }
}

@media(max-width: 991px) {
    .bas-banner {
        padding: 125px 0px 50px;
        min-height: 522px
    }
}

@media(max-width: 767px) {
    .bas-banner {
        padding: 47px 0px;
        min-height: 844px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: end;
        justify-content: end
    }
}

.bas-banner .capbanback-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

.bas-banner .capbanback-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right
}

@media(max-width: 991px) {
    .bas-banner .exprban-desc {
        max-width: 50%
    }
}

@media(max-width: 767px) {
    .bas-banner .exprban-desc {
        max-width: 100%
    }
}

.bas-banner .exprban-desc .h1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: -0.04em;
    color: #000;
    margin-bottom: 16px
}

@media(max-width: 1199px) {
    .bas-banner .exprban-desc .h1 {
        font-size: 36px;
        line-height: 43px
    }
}

@media(max-width: 991px) {
    .bas-banner .exprban-desc .h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 12px
    }
}

@media(max-width: 767px) {
    .bas-banner .exprban-desc .h1 {
        font-size: 24px;
        line-height: 135%;
        margin-bottom: 12px;
        letter-spacing: 0em
    }
}

.bas-banner .exprban-desc .listing-icons {
    margin-bottom: 24px
}

.bas-banner .exprban-desc .listing-icons ul li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #4d4d4d
}

.bas-banner .exprban-desc .listing-icons ul li+li {
    margin-top: 8px
}

.bas-banner .exprban-desc .listing-icons ul li img {
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    max-width: 24px
}

.bas-banner .btn-box .btn-black {
    padding: 12px 30px;
    background: #000;
    border-radius: 100px;
    color: #fff;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    transition: .3s all
}

.bas-banner .btn-box .btn-black:hover,
.bas-banner .btn-box .btn-black:focus,
.bas-banner .btn-box .btn-black:active {
    background: #9d1d27;
    color: #fff
}

@media(max-width: 767px) {
    .bas-banner .btn-box .btn-black {
        width: 100%;
        text-align: center
    }
}
.bas-benifit {
    padding: 60px 0px;
    position: relative;
    z-index: 1;
    background: #f8f7f3;
    overflow: hidden
}

@media(max-width: 1199px) {
    .bas-benifit {
        padding: 50px 0px
    }
}

@media(max-width: 991px) {
    .bas-benifit {
        padding: 40px 0px
    }

    .bas-benifit .row {
        row-gap: 30px
    }
}

.bas-benifit .benifit-img img {
    width: 100%
}

@media(max-width: 991px) {
    .bas-benifit .benifit-img img {
        width: auto;
        max-width: 100%;
        display: block;
        margin: 0 auto
    }
}

@media(max-width: 991px) {
    .bas-benifit .title {
        text-align: center
    }
}

.bas-benifit .title .h2 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    color: #1a1c1f;
    margin-bottom: 16px
}

@media(max-width: 1199px) {
    .bas-benifit .title .h2 {
        font-size: 34px;
        line-height: 46px;
        margin-bottom: 13px
    }
}

@media(max-width: 991px) {
    .bas-benifit .title .h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 10px
    }
}

@media(max-width: 767px) {
    .bas-benifit .title .h2 {
        margin-bottom: 16px
    }
}

.bas-benifit .title .h2:last-child {
    margin-bottom: 0
}

.bas-benifit .title .desc {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #505a63;
    margin-bottom: 20px
}

.bas-benifit .title .desc:last-child {
    margin-bottom: 0
}

@media(max-width: 1199px) {
    .bas-benifit .title .desc {
        line-height: 26px
    }
}

@media(max-width: 991px) {
    .bas-benifit .title .desc {
        line-height: 23px
    }
}

.bas-benifit .title .read-more {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 9px;
    padding: 8px 12px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #9b1e26;
    border-radius: 100px;
    border: 1px solid #9b1e26;
    width: -moz-fit-content;
    width: fit-content;
    margin: 25px 0px 0px
}

@media(max-width: 991px) {
    .bas-benifit .title .read-more {
        padding: 6px 12px;
        font-size: 12px;
        margin: 25px auto 0
    }
}

@media(max-width: 767px) {
    .bas-benifit .title .read-more {
        font-size: 14px;
        padding: 6px 12px
    }
}

.bas-benifit .title .read-more strong {
    font-weight: 400
}

@media(max-width: 767px) {
    .bas-benifit .title .read-more {
        margin-top: 24px
    }
}
.bas-highlight {
    padding: 60px 0px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

@media(max-width: 1199px) {
    .bas-highlight {
        padding: 50px 0px
    }
}

@media(max-width: 991px) {
    .bas-highlight {
        padding: 40px 0px
    }
}

.bas-highlight .title .h2 {
    font-size: 40px;
    line-height: 52px;
    font-weight: 700;
    color: #1a1c1f;
    margin-bottom: 16px
}

@media(max-width: 1199px) {
    .bas-highlight .title .h2 {
        font-size: 34px;
        line-height: 46px;
        margin-bottom: 13px
    }
}

@media(max-width: 991px) {
    .bas-highlight .title .h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 10px
    }
}

@media(max-width: 767px) {
    .bas-highlight .title .h2 {
        margin-bottom: 16px
    }
}

.bas-highlight .title .h2:last-child {
    margin-bottom: 0
}

.bas-highlight .title .desc {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #505a63;
    margin-bottom: 20px;
    max-width: 300px
}

.bas-highlight .title .desc:last-child {
    margin-bottom: 0
}

@media(max-width: 1199px) {
    .bas-highlight .title .desc {
        line-height: 26px
    }
}

@media(max-width: 991px) {
    .bas-highlight .title .desc {
        line-height: 23px
    }
}

.bas-highlight .row+.row {
    margin-top: 28px;
    row-gap: 30px
}

.bas-highlight .bash-box {
    position: relative;
    overflow: hidden;
    padding: 20px;
    width: 100%;
    min-height: 192px;
    border-radius: 16px;
    background: #f8f7f3;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    z-index: 1
}

@media(max-width: 1199px) {
    .bas-highlight .bash-box {
        min-height: 204px
    }
}

@media(max-width: 991px) {
    .bas-highlight .bash-box {
        min-height: 200px
    }
}

.bas-highlight .bash-box .bash-icon img {
    width: 84px;
    height: 84px;
    object-fit: fill
}

@media(max-width: 991px) {
    .bas-highlight .bash-box .bash-icon img {
        width: 64px;
        height: 64px
    }
}

.bas-highlight .bash-box .desc {
    font-size: 20px;
    line-height: 24px;
    color: #686873
}

.bas-highlight .bash-box .desc strong,
.bas-highlight .bash-box .desc b {
    font-weight: 700;
    display: block
}

.bas-highlight .bash-box .desc:last-child {
    margin-bottom: 0
}

@media(max-width: 991px) {
    .bas-highlight .bash-box .desc {
        font-size: 16px;
        line-height: 140%
    }
}

.bas-highlight .bash-box.with-back-img {
    background: rgba(0, 0, 0, 0);
    -ms-flex-pack: end;
    justify-content: end
}

@media(max-width: 991px) {
    .bas-highlight .bash-box.with-back-img {
        -ms-flex-pack: start;
        justify-content: start
    }
}

.bas-highlight .bash-box.with-back-img .back-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 16px;
    z-index: -1
}

.bas-highlight .bash-box.with-back-img .back-img img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    object-fit: cover
}

.bas-highlight .bash-box.with-back-img .desc {
    color: #fff;
    max-width: 212px;
    text-align: right;
    z-index: 2;
    position: relative
}

.bas-highlight .bash-box.with-back-img .desc strong,
.bas-highlight .bash-box.with-back-img .desc b {
    display: inline-block
}

@media(max-width: 1199px) {
    .bas-highlight .bash-box.with-back-img .desc {
        max-width: 152px
    }
}

@media(max-width: 991px) {
    .bas-highlight .bash-box.with-back-img .desc {
        max-width: 170px;
        text-align: left
    }
}

@media(max-width: 767px) {
    .bas-highlight .bash-box.with-back-img .desc {
        max-width: 142px
    }
}

.bas-highlight .bash-box.with-back-img .basha-img {
    position: absolute;
    right: 20px;
    bottom: 0;
    width: 172px;
    z-index: 1
}

.bas-highlight .bash-box.with-back-img .basha-img img {
    max-width: 172px
}

@media(max-width: 1199px) {
    .bas-highlight .bash-box.with-back-img .basha-img {
        width: 152px;
        bottom: 0
    }

    .bas-highlight .bash-box.with-back-img .basha-img img {
        max-width: 152px
    }
}

.bas-highlight .bash-box .bashb-img {
    position: absolute;
    right: 20px;
    bottom: 2px;
    width: 180px;
    z-index: -1
}

.bas-highlight .bash-box .bashb-img img {
    max-width: 180px
}

@media(max-width: 991px) {
    .bas-highlight .bash-box .bashb-img {
        width: 140px
    }

    .bas-highlight .bash-box .bashb-img img {
        max-width: 140px
    }
}

@media(max-width: 767px) {
    .bas-highlight .bash-box .bashb-img {
        width: 100px
    }

    .bas-highlight .bash-box .bashb-img img {
        max-width: 100px
    }
}

@media(max-width: 991px) {

    .bas-highlight .row .col-lg-4,
    .bas-highlight .row .col-lg-3,
    .bas-highlight .row .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .bas-highlight .row .col-lg-5 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .bas-highlight .row .col-lg-4 {
        -ms-flex-order: 1;
        order: 1
    }

    .bas-highlight .row .col-lg-5 {
        -ms-flex-order: 3;
        order: 3
    }

    .bas-highlight .row .col-lg-3 {
        -ms-flex-order: 2;
        order: 2
    }

    .bas-highlight .row .col-lg-6 {
        -ms-flex-order: 4;
        order: 4
    }
}
.bas-impact {
    padding: 60px 0px;
    position: relative;
    z-index: 1
}

@media(max-width: 1199px) {
    .bas-impact {
        padding: 50px 0px
    }
}

@media(max-width: 991px) {
    .bas-impact {
        padding: 40px 0px
    }
}

.bas-impact .title .h2 {
    font-size: 40px;
    line-height: 140%;
    font-weight: 700;
    color: #222;
    margin-bottom: 16px
}

@media(max-width: 1199px) {
    .bas-impact .title .h2 {
        font-size: 34px;
        line-height: 130%;
        margin-bottom: 12px
    }
}

@media(max-width: 991px) {
    .bas-impact .title .h2 {
        font-size: 28px;
        line-height: 130%;
        margin-bottom: 10px
    }
}

.bas-impact .title .h2:last-child {
    margin-bottom: 0
}

.bas-impact .cappayfaci-content {
    margin-top: 32px
}

.bas-impact .cappayfaci-table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 4px;
    border-radius: 16px
}

.bas-impact .cappayfaci-table-scroll::-webkit-scrollbar {
    height: 6px
}

.bas-impact .cappayfaci-table-scroll::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0)
}

.bas-impact .cappayfaci-table-scroll::-webkit-scrollbar-thumb {
    background: #d4d4d4;
    border-radius: 4px
}

.bas-impact .cappayfaci-grid {
    background: rgba(0, 0, 0, 0)
}

.bas-impact .cpfg-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(180px, 180px) (minmax(150px, 1fr))[var];
    grid-template-columns: minmax(180px, 180px) repeat(var(--data-cols, 5), minmax(150px, 1fr))
}

.bas-impact .cpfg-row+.cpfg-row:not(.cpfg-row--head) .cpfg-cell {
    border-top: 1px solid rgba(0, 0, 0, .05);
    border-left: 1px solid rgba(0, 0, 0, .05)
}

.bas-impact .cpfg-row--head {
    background: rgba(0, 0, 0, 0)
}

.bas-impact .cpfg-row--head .cpfg-cell--head {
    background: linear-gradient(131.93deg, #353535 0%, #000000 95.19%);
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    padding: 13px 20px;
    text-align: center;
    border-radius: 12px 12px 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 56px;
    border-left: 1px solid rgba(0, 0, 0, .05)
}

.bas-impact .cpfg-row--head .cpfg-cell--head span {
    display: inline-block
}

.bas-impact .cpfg-row--head .cpfg-cell--empty {
    background: rgba(0, 0, 0, 0);
    min-height: 56px
}

.bas-impact .cpfg-cell {
    padding: 24px 16px;
    font-size: 14px;
    line-height: 150%;
    font-weight: 600;
    color: #222;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background: #f6f6f6
}

.bas-impact .cpfg-cell:last-child:not(.cpfg-cell--head) {
    border-right: 1px solid rgba(0, 0, 0, .05)
}

.bas-impact .cpfg-cell--empty {
    background: rgba(0, 0, 0, 0)
}

.bas-impact .cpfg-cell--label {
    border-left: 1px solid rgba(0, 0, 0, .05);
    font-weight: 400
}

.bas-impact .cappayfaci-grid .cpfg-row:nth-child(odd):not(.cpfg-row--head) .cpfg-cell {
    background: #fff
}

.bas-impact .cappayfaci-grid .cpfg-row:last-child .cpfg-cell {
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.bas-impact .cappayfaci-grid .cpfg-row--head+.cpfg-row .cpfg-cell:nth-child(1) {
    border-top-left-radius: 16px
}

.bas-impact .cappayfaci-grid .cpfg-row:last-child:not(.cpfg-row--head) .cpfg-cell:nth-child(1) {
    border-bottom-left-radius: 16px
}

.bas-impact .cappayfaci-grid .cpfg-row:last-child:not(.cpfg-row--head) .cpfg-cell:last-child {
    border-bottom-right-radius: 16px
}

@media(max-width: 991px) {
    .bas-impact .cpfg-row {
        -ms-grid-columns: minmax(160px, 160px) (minmax(150px, 1fr))[var];
        grid-template-columns: minmax(160px, 160px) repeat(var(--data-cols, 5), minmax(150px, 1fr))
    }

    .bas-impact .cappayfaci-grid {
        min-width: -moz-max-content;
        min-width: max-content
    }

    .bas-impact .cpfg-row {
        -ms-grid-columns: minmax(140px, 140px) (minmax(100px, 170px))[var];
        grid-template-columns: minmax(140px, 140px) repeat(var(--data-cols, 5), minmax(100px, 170px));
        min-width: -moz-max-content;
        min-width: max-content
    }

    .bas-impact .cpfg-cell--label,
    .bas-impact .cpfg-row--head .cpfg-cell--empty {
        position: sticky;
        left: 0;
        z-index: 2
    }

    .bas-impact .cpfg-row--head .cpfg-cell--empty {
        background: #fff
    }

    .bas-impact .cappayfaci-grid .cpfg-row:nth-child(odd):not(.cpfg-row--head) .cpfg-cell--label {
        background: #fff
    }

    .bas-impact .cappayfaci-grid .cpfg-row:nth-child(even):not(.cpfg-row--head) .cpfg-cell--label {
        background: #f6f6f6
    }

    .bas-impact .cpfg-cell {
        padding: 18px 14px;
        font-size: 13px
    }

    .bas-impact .cpfg-row--head .cpfg-cell--head {
        padding: 12px 14px;
        font-size: 13px;
        min-height: 48px
    }
}
.bas-why {
    padding: 60px 0px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.bas-why .back-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1
}

.bas-why .back-img img {
    width: 100%;
    height: 100%
}

@media(max-width: 1199px) {
    .bas-why {
        padding: 50px 0px
    }
}

@media(max-width: 991px) {
    .bas-why {
        padding: 40px 0px
    }
}

.bas-why .title .h2 {
    font-size: 40px;
    line-height: 53px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px
}

@media(max-width: 1199px) {
    .bas-why .title .h2 {
        font-size: 34px;
        line-height: 46px;
        margin-bottom: 13px
    }
}

@media(max-width: 991px) {
    .bas-why .title .h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 10px
    }
}

@media(max-width: 767px) {
    .bas-why .title .h2 {
        margin-bottom: 16px
    }
}

.bas-why .title .h2:last-child {
    margin-bottom: 0
}

.bas-why .title .txt {
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    color: #dbdbde;
    margin-bottom: 0
}

@media(max-width: 991px) {
    .bas-why .title .txt {
        font-size: 15px;
        line-height: 140%
    }
}

@media(max-width: 767px) {
    .bas-why .title .txt {
        font-size: 16px;
        line-height: 150%
    }
}

.bas-why .nrhobabc-grid {
    margin-top: 40px
}

@media(max-width: 1199px) {
    .bas-why .nrhobabc-grid {
        margin-top: 35px
    }
}

@media(max-width: 767px) {
    .bas-why .nrhobabc-grid {
        margin-top: 32px
    }
}

.bas-why .nrhobabc-grid .nrhobabc-box {
    padding: 20px;
    min-height: 262px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    z-index: 1
}

@media(max-width: 1199px) {
    .bas-why .nrhobabc-grid .nrhobabc-box {
        padding: 17px
    }
}

@media(max-width: 991px) {
    .bas-why .nrhobabc-grid .nrhobabc-box {
        min-height: 230px
    }
}

@media(max-width: 767px) {
    .bas-why .nrhobabc-grid .nrhobabc-box {
        padding: 22px;
        border-radius: 20px;
        min-height: 310px
    }
}

.bas-why .nrhobabc-grid .nrhobabc-box+.nrhobabc-box {
    margin-top: 24px
}

@media(max-width: 1199px) {
    .bas-why .nrhobabc-grid .nrhobabc-box+.nrhobabc-box {
        margin-top: 20px
    }
}

@media(max-width: 767px) {
    .bas-why .nrhobabc-grid .nrhobabc-box+.nrhobabc-box {
        margin-top: 24px
    }
}

.bas-why .nrhobabc-grid .nrhobabc-box .nrhobabc-img {
    margin-bottom: 18px
}

@media(max-width: 1199px) {
    .bas-why .nrhobabc-grid .nrhobabc-box .nrhobabc-img {
        margin-bottom: 16px
    }
}

.bas-why .nrhobabc-grid .nrhobabc-box .nrhobabc-img img {
    max-width: 84px
}

.bas-why .nrhobabc-grid .nrhobabc-box .nrhobabc-desc .h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #fff;
    margin-bottom: 8px
}

.bas-why .nrhobabc-grid .nrhobabc-box .nrhobabc-desc .h3:last-child {
    margin-bottom: 0
}

@media(max-width: 1199px) {
    .bas-why .nrhobabc-grid .nrhobabc-box .nrhobabc-desc .h3 {
        font-size: 16px;
        line-height: 23px
    }
}

@media(max-width: 767px) {
    .bas-why .nrhobabc-grid .nrhobabc-box .nrhobabc-desc .h3 {
        font-size: 18px;
        line-height: 24px
    }
}

.bas-why .nrhobabc-grid .nrhobabc-box .nrhobabc-desc .desc {
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px
}

@media(max-width: 767px) {
    .bas-why .nrhobabc-grid .nrhobabc-box .nrhobabc-desc .desc {
        font-size: 14px
    }
}

.bas-why .nrhobabc-grid .nrhobabc-box .nrhobabc-desc .desc:last-child {
    margin-bottom: 0
}

.bas-why .embla__viewport {
    overflow: hidden
}

@media(max-width: 991px) {
    .bas-why .embla__viewport {
        overflow: visible
    }
}

.bas-why .embla__container {
    display: -ms-flexbox;
    display: flex;
    gap: 24px
}

@media(max-width: 1199px) {
    .bas-why .embla__container {
        gap: 20px
    }
}

@media(max-width: 767px) {
    .bas-why .embla__container {
        gap: 16px
    }
}

.bas-why .embla__container .embla__slide {
    -ms-flex: 0 0 calc((100% - 48px)/2);
    flex: 0 0 calc((100% - 48px)/2)
}

@media(max-width: 1199px) {
    .bas-why .embla__container .embla__slide {
        -ms-flex: 0 0 calc((100% - 40px)/2);
        flex: 0 0 calc((100% - 40px)/2)
    }
}

@media(max-width: 991px) {
    .bas-why .embla__container .embla__slide {
        -ms-flex: 0 0 calc((100% - 16px)/1.2);
        flex: 0 0 calc((100% - 16px)/1.2)
    }
}

@media(max-width: 767px) {
    .bas-why .embla__container .embla__slide {
        -ms-flex: 0 0 calc((100% - 16px)/1.2);
        flex: 0 0 calc((100% - 16px)/1.2)
    }
}

.bas-why .embla__controls {
    margin-top: 28px
}

.bas-why .embla__controls .embla__buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.bas-why .embla__controls .embla__buttons .embla__button {
    background: rgba(0, 0, 0, 0);
    border: 0;
    padding: 0;
    outline: 0;
    box-shadow: 0 0 0
}

.bas-why .embla__controls .embla__buttons .embla__button svg {
    max-width: 36px
}

.bas-why .embla__controls .embla__selected-snap-display {
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    margin: 32px auto 0;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .25);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, .2);
    padding: 6px 10px;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    z-index: 1
}

.bas-why .embla__controls .embla__progress {
    border-radius: 20px;
    background-color: rgba(34, 34, 34, .2);
    position: relative;
    height: 1px;
    justify-self: flex-end;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 160px;
    overflow: hidden;
    transition: all .5s
}

.bas-why .embla__controls .embla__progress__bar {
    background-color: rgba(34, 34, 34, .8);
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: -100%;
    transition: all .5s
}
.bas-banking {
    padding: 60px 0px;
    position: relative;
    background: #f8f7f3;
    overflow: hidden;
    z-index: 1
}

@media(max-width: 1199px) {
    .bas-banking {
        padding: 50px 0px
    }
}

@media(max-width: 991px) {
    .bas-banking {
        padding: 40px 0px
    }
}

.bas-banking .title .h2 {
    font-size: 40px;
    line-height: 52px;
    font-weight: 700;
    color: #222;
    margin-bottom: 15px
}

@media(max-width: 1199px) {
    .bas-banking .title .h2 {
        font-size: 34px;
        line-height: 46px
    }
}

@media(max-width: 991px) {
    .bas-banking .title .h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 10px
    }
}

.bas-banking .title .h2:last-child {
    margin-bottom: 0
}

.bas-banking .fspcpriv-inemlbla {
    position: relative;
    padding: 0px 0px;
    margin-top: 55px;
    z-index: 1
}

.bas-banking .fspcpriv-inemlbla .embla__selected-snap-display {
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    left: 0;
    bottom: 0;
    background: #222;
    border-radius: 30px;
    padding: 6px 10px;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    z-index: 1;
    display: none;
    margin-top: 20px
}

@media(max-width: 767px) {
    .bas-banking .fspcpriv-inemlbla .embla__selected-snap-display {
        display: block
    }
}

.bas-banking .fspcpriv-inemlbla .embla__viewport {
    padding: 0 0px
}

.bas-banking .fspcpriv-inemlbla .embla__container {
    display: -ms-flexbox;
    display: flex;
    gap: 25px
}

@media(max-width: 991px) {
    .bas-banking .fspcpriv-inemlbla .embla__container {
        gap: 16px
    }
}

@media(max-width: 767px) {
    .bas-banking .fspcpriv-inemlbla .embla__container {
        gap: 20px
    }
}

.bas-banking .fspcpriv-inemlbla .embla__container .embla__slide {
    min-width: 0;
    -ms-flex: 0 0 calc((100% - 50px)/3);
    flex: 0 0 calc((100% - 50px)/3)
}

@media(max-width: 991px) {
    .bas-banking .fspcpriv-inemlbla .embla__container .embla__slide {
        -ms-flex: 0 0 calc((100% - 16px)/2);
        flex: 0 0 calc((100% - 16px)/2)
    }
}

@media(max-width: 767px) {
    .bas-banking .fspcpriv-inemlbla .embla__container .embla__slide {
        -ms-flex: 0 0 calc((100% - 20px)/1.1);
        flex: 0 0 calc((100% - 20px)/1.1)
    }
}

.bas-banking .fspcpriv-inemlbla .embla__controls .embla__buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    -ms-flex-align: center;
    align-items: center
}

.bas-banking .fspcpriv-inemlbla .embla__controls .embla__buttons .embla__button {
    background: rgba(0, 0, 0, 0);
    padding: 0;
    outline: 0;
    box-shadow: 0 0 0;
    width: 44px;
    height: 44px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    background: #ebebeb;
    border: 1px solid #e9e9e9;
    border-radius: 50%;
    cursor: pointer;
    opacity: .7;
    transition: all .5s;
    margin-top: 20px
}

@media(max-width: 1199px) {
    .bas-banking .fspcpriv-inemlbla .embla__controls .embla__buttons .embla__button {
        width: 40px;
        height: 40px
    }
}

@media(max-width: 991px) {
    .bas-banking .fspcpriv-inemlbla .embla__controls .embla__buttons .embla__button {
        width: 36px;
        height: 36px
    }
}

@media(max-width: 767px) {
    .bas-banking .fspcpriv-inemlbla .embla__controls .embla__buttons .embla__button {
        display: none
    }
}

.bas-banking .fspcpriv-inemlbla .embla__controls .embla__buttons .embla__button svg {
    max-width: 20px
}

.bas-banking .fspcpriv-inemlbla .embla__controls .embla__buttons .embla__button svg path {
    stroke: #444
}

.bas-banking .fspcpriv-inemlbla .embla__controls .embla__buttons .embla__button:hover {
    opacity: 1;
    background: #fff;
    border: 1px solid #e9e9e9;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, .1), 0px 4px 6px -4px rgba(0, 0, 0, .1)
}

.bas-banking .capebusinmc-box {
    position: relative;
    z-index: 1;
    padding: 40px 24px 24px;
    background: radial-gradient(522.87% 50.75% at 54.07% 25.75%, rgba(216, 216, 230, 0) 0%, #D8D8E6 100%), #fff;
    border-radius: 24px;
    border: 1px solid #a7a7a7
}

@media(max-width: 1199px) {
    .bas-banking .capebusinmc-box {
        padding: 35px 20px 20px
    }
}

@media(max-width: 991px) {
    .bas-banking .capebusinmc-box {
        height: 100%
    }
}

.bas-banking .capebusinmc-box .capebusinmcb-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%
}

.bas-banking .capebusinmc-box .most-prefred {
    max-width: 180px;
    margin: 0 auto;
    position: absolute;
    top: -17px;
    left: 0;
    right: 0
}

@media(max-width: 1199px) {
    .bas-banking .capebusinmc-box .most-prefred {
        max-width: 150px
    }
}

.bas-banking .capebusinmc-box .most-prefred img {
    max-width: 100%
}

.bas-banking .capebusinmc-box .capebusinmc-top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(max-width: 1199px) {
    .bas-banking .capebusinmc-box .capebusinmc-top {
        gap: 14px
    }
}

.bas-banking .capebusinmc-box .capebusinmc-top .capebusinmct-left .h3 {
    font-size: 19px;
    line-height: 130%;
    font-weight: 600;
    color: #222;
    margin-bottom: 14px
}

@media(max-width: 1199px) {
    .bas-banking .capebusinmc-box .capebusinmc-top .capebusinmct-left .h3 {
        font-size: 16px
    }
}

.bas-banking .capebusinmc-box .capebusinmc-top .capebusinmct-left .h3:last-child {
    margin-bottom: 0
}

.bas-banking .capebusinmc-box .capebusinmc-top .capebusinmct-right .chip {
    padding: 7.5px 12px;
    display: block;
    max-width: -moz-fit-content;
    max-width: fit-content;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(98.47deg, #A5A5BC -1.67%, #737397 100%);
    border-radius: 500px
}

@media(max-width: 1199px) {
    .bas-banking .capebusinmc-box .capebusinmc-top .capebusinmct-right .chip {
        padding: 6px 10px;
        font-size: 10px;
        text-wrap: nowrap
    }
}

.bas-banking .capebusinmc-box .capebusinmc-desc {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, .12);
    min-height: 320px
}

@media(max-width: 1199px) {
    .bas-banking .capebusinmc-box .capebusinmc-desc {
        padding-top: 15px;
        margin-top: 15px;
        min-height: 280px
    }
}

@media(max-width: 991px) {
    .bas-banking .capebusinmc-box .capebusinmc-desc {
        min-height: 230px
    }
}

.bas-banking .capebusinmc-box .capebusinmc-desc .txt {
    font-size: 13px;
    line-height: 140%;
    font-weight: 400;
    color: #686873;
    margin-bottom: 22px
}

.bas-banking .capebusinmc-box .capebusinmc-desc .txt:last-child {
    margin-bottom: 0
}

.bas-banking .capebusinmc-box .capebusinmc-desc .list-box li {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 20px auto;
    grid-template-columns: 20px auto;
    gap: 8px;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 140%;
    font-weight: 400;
    color: #686873
}

@media(max-width: 1199px) {
    .bas-banking .capebusinmc-box .capebusinmc-desc .list-box li {
        -ms-grid-columns: 16px auto;
        grid-template-columns: 16px auto;
        font-size: 13px;
        line-height: 130%
    }
}

.bas-banking .capebusinmc-box .capebusinmc-desc .list-box li svg,
.bas-banking .capebusinmc-box .capebusinmc-desc .list-box li img {
    max-width: 20px
}

@media(max-width: 1199px) {

    .bas-banking .capebusinmc-box .capebusinmc-desc .list-box li svg,
    .bas-banking .capebusinmc-box .capebusinmc-desc .list-box li img {
        max-width: 16px
    }
}

.bas-banking .capebusinmc-box .capebusinmc-desc .list-box li b {
    font-weight: 500;
    color: #222
}

.bas-banking .capebusinmc-box .capebusinmc-desc .list-box li+li {
    margin-top: 20px
}

@media(max-width: 1199px) {
    .bas-banking .capebusinmc-box .capebusinmc-desc .list-box li+li {
        margin-top: 15px
    }
}

.bas-banking .capebusinmc-box .btn-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px;
    margin-top: 20px
}

@media(max-width: 1199px) {
    .bas-banking .capebusinmc-box .btn-box {
        margin-top: 16px;
        gap: 6px
    }
}

.bas-banking .capebusinmc-box .btn-box .op-btn {
    padding: 11px 12.5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    font-weight: 600;
    background: linear-gradient(98.47deg, #A5A5BC -1.67%, #737397 100%);
    border-radius: 500px
}

@media(max-width: 1199px) {
    .bas-banking .capebusinmc-box .btn-box .op-btn {
        padding: 8px 12px;
        font-size: 13px;
        line-height: 19px
    }
}

.bas-banking .capebusinmc-box .btn-box .op-btn svg {
    max-width: 14px
}

@media(max-width: 1199px) {
    .bas-banking .capebusinmc-box .btn-box .op-btn svg {
        max-width: 12px
    }
}

.bas-banking .capebusinmc-box .btn-box .knm-btn {
    padding: 11px 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    line-height: 21px;
    color: #222;
    font-weight: 600;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #686873;
    border-radius: 500px
}

@media(max-width: 1199px) {
    .bas-banking .capebusinmc-box .btn-box .knm-btn {
        padding: 8px 12px;
        font-size: 13px;
        line-height: 19px
    }
}

.bas-banking .capebusinmc-box .btn-box .knm-btn svg {
    max-width: 14px
}

@media(max-width: 1199px) {
    .bas-banking .capebusinmc-box .btn-box .knm-btn svg {
        max-width: 12px
    }
}

.bas-banking .capebusinmc-box.platinum {
    background: radial-gradient(522.87% 50.75% at 54.07% 25.75%, rgba(216, 216, 230, 0) 0%, #D8D8E6 100%), #fff;
    border: 1px solid #a7a7a7
}

.bas-banking .capebusinmc-box.platinum .capebusinmc-top .capebusinmct-right .chip {
    color: #fff;
    background: linear-gradient(98.47deg, #A5A5BC -1.67%, #737397 100%)
}

.bas-banking .capebusinmc-box.platinum .btn-box .op-btn {
    color: #fff;
    background: linear-gradient(98.47deg, #A5A5BC -1.67%, #737397 100%)
}

.bas-banking .capebusinmc-box.gold {
    background: radial-gradient(241.89% 23.48% at 54.18% 19.89%, rgba(252, 221, 156, 0) 0%, rgba(252, 221, 156, 0.3) 100%), #fff;
    border: 1px solid #f2c03b
}

.bas-banking .capebusinmc-box.gold .capebusinmc-top .capebusinmct-right .chip {
    color: #7d6331;
    background: linear-gradient(116deg, #FCECC7 9.79%, #F1CE78 91.6%)
}

.bas-banking .capebusinmc-box.gold .btn-box .op-btn {
    color: #7d6331;
    background: linear-gradient(116deg, #FCECC7 9.79%, #F1CE78 91.6%)
}

.bas-banking .capebusinmc-box.silver-plus {
    background: radial-gradient(241.89% 23.48% at 54.18% 19.89%, rgba(214, 219, 225, 0) 0%, rgba(174, 181, 189, 0.3) 100%), #fff;
    border: 1px solid #9fa6ae
}

.bas-banking .capebusinmc-box.silver-plus .capebusinmc-top .capebusinmct-right .chip {
    color: #fff;
    background: linear-gradient(98.47deg, #BFC5CC -1.67%, #969DA6 49.16%, #6F7780 100%)
}

.bas-banking .capebusinmc-box.silver-plus .btn-box .op-btn {
    color: #fff;
    background: linear-gradient(98.47deg, #BFC5CC -1.67%, #969DA6 49.16%, #6F7780 100%)
}

.bas-banking .capebusinmc-box.silver {
    background: radial-gradient(241.89% 23.48% at 54.18% 19.89%, rgba(244, 246, 248, 0) 0%, rgba(225, 230, 235, 0.3) 100%), #fff;
    border: 1px solid #b8bec6
}

.bas-banking .capebusinmc-box.silver .capebusinmc-top .capebusinmct-right .chip {
    color: #fff;
    background: linear-gradient(98.47deg, #C9CED4 -1.67%, #AEB4BB 49.16%, #8E959D 100%)
}

.bas-banking .capebusinmc-box.silver .btn-box .op-btn {
    color: #fff;
    background: linear-gradient(98.47deg, #C9CED4 -1.67%, #AEB4BB 49.16%, #8E959D 100%)
}

.bas-banking .capebusinmc-box.zero-forex-markup {
    background: radial-gradient(241.89% 23.48% at 54.18% 19.89%, rgba(234, 241, 247, 0) 0%, rgba(214, 226, 238, 0.3) 100%), #fff;
    border: 1px solid #9db7db
}

.bas-banking .capebusinmc-box.zero-forex-markup .capebusinmc-top .capebusinmct-right .chip {
    color: #fff;
    background: linear-gradient(98.47deg, #6588B2 -1.67%, #285184 100%)
}

.bas-banking .capebusinmc-box.zero-forex-markup .btn-box .op-btn {
    color: #fff;
    background: linear-gradient(98.47deg, #6588B2 -1.67%, #285184 100%)
}

.bas-banking .capebusinmc-box.world-business {
    background: radial-gradient(241.89% 23.48% at 54.18% 19.89%, rgba(238, 243, 237, 0) 0%, rgba(215, 226, 212, 0.3) 100%), #fff;
    border: 1px solid #a5bfa5
}

.bas-banking .capebusinmc-box.world-business .capebusinmc-top .capebusinmct-right .chip {
    color: #fff;
    background: linear-gradient(98.47deg, #4F6B4F -1.67%, #2F4A2F 100%)
}

.bas-banking .capebusinmc-box.world-business .btn-box .op-btn {
    color: #fff;
    background: linear-gradient(98.47deg, #4F6B4F -1.67%, #2F4A2F 100%)
}

.bas-banking .capebusinmc-box.startup-current {
    background: radial-gradient(241.89% 23.48% at 54.18% 19.89%, rgba(255, 246, 233, 0) 0%, rgba(243, 227, 199, 0.3) 100%), #fff;
    border: 1px solid #c6a470
}

.bas-banking .capebusinmc-box.startup-current .capebusinmc-top .capebusinmct-right .chip {
    color: #fff;
    background: linear-gradient(98.47deg, #C28A2E -1.67%, #8F5F1E 100%)
}

.bas-banking .capebusinmc-box.startup-current .btn-box .op-btn {
    color: #fff;
    background: linear-gradient(98.47deg, #C28A2E -1.67%, #8F5F1E 100%)
}

.bas-banking .capebusinmc-box.tasc-institutional {
    background: radial-gradient(241.89% 23.48% at 54.18% 19.89%, rgba(247, 239, 239, 0) 0%, rgba(232, 214, 214, 0.3) 100%), #fff;
    border: 1px solid #d4b7b7
}

.bas-banking .capebusinmc-box.tasc-institutional .capebusinmc-top .capebusinmct-right .chip {
    color: #fff;
    background: linear-gradient(98.47deg, #A76363 -1.67%, #7A3F3F 100%)
}

.bas-banking .capebusinmc-box.tasc-institutional .btn-box .op-btn {
    color: #fff;
    background: linear-gradient(98.47deg, #A76363 -1.67%, #7A3F3F 100%)
}

.bas-banking .capebusinmc-box.merchant-multiplier {
    background: radial-gradient(241.89% 23.48% at 54.18% 19.89%, rgba(241, 240, 248, 0) 0%, rgba(221, 217, 238, 0.3) 100%), #fff;
    border: 1px solid #c6c2d9
}

.bas-banking .capebusinmc-box.merchant-multiplier .capebusinmc-top .capebusinmct-right .chip {
    color: #fff;
    background: linear-gradient(98.47deg, #8176AF -1.67%, #51408B 100%)
}

.bas-banking .capebusinmc-box.merchant-multiplier .btn-box .op-btn {
    color: #fff;
    background: linear-gradient(98.47deg, #8176AF -1.67%, #51408B 100%)
}

.bas-banking .capebusinmc-box.agri-multiplier {
    background: radial-gradient(241.89% 23.48% at 54.18% 19.89%, rgba(242, 249, 243, 0) 0%, rgba(221, 240, 224, 0.3) 100%), #fff;
    border: 1px solid #b1d8b7
}

.bas-banking .capebusinmc-box.agri-multiplier .capebusinmc-top .capebusinmct-right .chip {
    color: #fff;
    background: linear-gradient(98.47deg, #5FAF6B -1.67%, #2F7A3E 100%)
}

.bas-banking .capebusinmc-box.agri-multiplier .btn-box .op-btn {
    color: #fff;
    background: linear-gradient(98.47deg, #5FAF6B -1.67%, #2F7A3E 100%)
}

.bas-banking .capebusinmc-box.dynamic-business {
    background: radial-gradient(241.89% 23.48% at 54.18% 19.89%, rgba(241, 243, 246, 0) 0%, rgba(220, 225, 230, 0.3) 100%), #fff;
    border: 1px solid #c5ccd4
}

.bas-banking .capebusinmc-box.dynamic-business .capebusinmc-top .capebusinmct-right .chip {
    color: #222;
    background: linear-gradient(98.47deg, #D4DAE0 -1.67%, #BFC7CF 100%)
}

.bas-banking .capebusinmc-box.dynamic-business .btn-box .op-btn {
    color: #222;
    background: linear-gradient(98.47deg, #D4DAE0 -1.67%, #BFC7CF 100%)
}

.bas-banking .capebusinmc-box.special-purpose {
    background: radial-gradient(241.89% 23.48% at 54.18% 19.89%, rgba(250, 241, 237, 0) 0%, rgba(235, 215, 207, 0.3) 100%), #fff;
    border: 1px solid #d7b8ad
}

.bas-banking .capebusinmc-box.special-purpose .capebusinmc-top .capebusinmct-right .chip {
    color: #fff;
    background: linear-gradient(98.47deg, #B86A4F -1.67%, #7A3E2F 100%)
}

.bas-banking .capebusinmc-box.special-purpose .btn-box .op-btn {
    color: #fff;
    background: linear-gradient(98.47deg, #B86A4F -1.67%, #7A3E2F 100%)
}

.bas-banking .capebusin-bottom {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 28px auto;
    grid-template-columns: 28px auto;
    gap: 21px;
    padding: 20px 25px;
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 12px;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 32px
}

@media(max-width: 991px) {
    .bas-banking .capebusin-bottom {
        padding: 15px 20px;
        gap: 14px
    }
}

.bas-banking .capebusin-bottom .capebusinbo-icon img {
    max-width: 28px
}

.bas-banking .capebusin-bottom .capebusinbo-desc .txt {
    font-size: 14px;
    line-height: 150%;
    font-weight: 400;
    color: #242424;
    margin-bottom: 14px
}

.bas-banking .capebusin-bottom .capebusinbo-desc .txt b {
    font-weight: 700
}

.bas-banking .capebusin-bottom .capebusinbo-desc .txt:last-child {
    margin-bottom: 0
}
.bas-action {
    padding: 60px 0px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.bas-action .back-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1
}

.bas-action .back-img img {
    width: 100%;
    height: 100%
}

@media(max-width: 1199px) {
    .bas-action {
        padding: 50px 0px
    }
}

@media(max-width: 991px) {
    .bas-action {
        padding: 40px 0px
    }
}

.bas-action .title .h2 {
    font-size: 40px;
    line-height: 53px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px
}

@media(max-width: 1199px) {
    .bas-action .title .h2 {
        font-size: 34px;
        line-height: 46px;
        margin-bottom: 13px
    }
}

@media(max-width: 991px) {
    .bas-action .title .h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 10px
    }
}

@media(max-width: 767px) {
    .bas-action .title .h2 {
        margin-bottom: 16px
    }
}

.bas-action .title .h2:last-child {
    margin-bottom: 0
}

.bas-action .title .txt {
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    color: #dbdbde;
    margin-bottom: 0
}

@media(max-width: 991px) {
    .bas-action .title .txt {
        font-size: 15px;
        line-height: 140%
    }
}

@media(max-width: 767px) {
    .bas-action .title .txt {
        font-size: 16px;
        line-height: 150%
    }
}

.bas-action .bas-action-steps .capwhosh-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 40% auto;
    grid-template-columns: 40% auto;
    margin-top: 32px
}

@media(max-width: 991px) {
    .bas-action .bas-action-steps .capwhosh-grid {
        margin-top: 28px;
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr)
    }
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-left {
    background: rgba(255, 255, 255, .05);
    border-radius: 16px 0px 0px 16px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-right: 0;
    overflow: hidden
}

@media(max-width: 991px) {
    .bas-action .bas-action-steps .capwhosh-grid .capwhosh-left {
        border-radius: 16px;
        display: none
    }
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-left .capwhoshl-acco {
    padding: 32px 24px;
    background: rgba(0, 0, 0, 0);
    position: relative;
    z-index: 1;
    cursor: pointer;
    transition: all .5s ease-in-out
}

@media(max-width: 1199px) {
    .bas-action .bas-action-steps .capwhosh-grid .capwhosh-left .capwhoshl-acco {
        padding: 25px
    }
}

@media(max-width: 991px) {
    .bas-action .bas-action-steps .capwhosh-grid .capwhosh-left .capwhoshl-acco {
        padding: 12px 20px;
        height: auto !important
    }
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-left .capwhoshl-acco .line {
    height: 100%;
    width: 3px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-left .capwhoshl-acco .line::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 0;
    background: #fdb13d;
    z-index: -1;
    transition: height 4s linear
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-left .capwhoshl-acco+.capwhoshl-acco {
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-left .capwhoshl-acco .capwhoshacc-btn {
    padding: 2px 0
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-left .capwhoshl-acco .capwhoshacc-btn .h3 {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    color: rgba(255, 255, 255, .7);
    margin-bottom: 0;
    transition: all .5s ease-in-out
}

@media(max-width: 1199px) {
    .bas-action .bas-action-steps .capwhosh-grid .capwhosh-left .capwhoshl-acco .capwhoshacc-btn .h3 {
        font-size: 16px;
        line-height: 23px
    }
}

@media(max-width: 991px) {
    .bas-action .bas-action-steps .capwhosh-grid .capwhosh-left .capwhoshl-acco .capwhoshacc-btn .h3 {
        font-size: 15px
    }
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-left .capwhoshl-acco.active {
    background: linear-gradient(90deg, rgba(198, 145, 40, 0.15) 0%, rgba(198, 145, 40, 0) 100%)
}

@media(max-width: 991px) {
    .bas-action .bas-action-steps .capwhosh-grid .capwhosh-left .capwhoshl-acco.active {
        background: rgba(255, 255, 255, .1)
    }

    .bas-action .bas-action-steps .capwhosh-grid .capwhosh-left .capwhoshl-acco.active .line::before {
        height: 100% !important;
        transition: height .5s linear !important
    }
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-left .capwhoshl-acco.active .line {
    opacity: 1
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-left .capwhoshl-acco.active .line.anim::before {
    animation: lineFill 4s linear forwards
}

@keyframes lineFill {
    from {
        height: 0
    }

    to {
        height: 100%
    }
}

@media(max-width: 991px) {
    .bas-action .bas-action-steps .capwhosh-grid .capwhosh-left .capwhoshl-acco.active .capwhoshacc-btn:before {
        opacity: 0
    }
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-left .capwhoshl-acco.active .capwhoshacc-btn .h3 {
    color: #fff;
    font-weight: 500
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-left .capwhoshl-acco.active .capwhoshacc-desc {
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    padding-top: 8px;
    opacity: 1
}

@media(max-width: 991px) {
    .bas-action .bas-action-steps .capwhosh-grid .capwhosh-left .capwhoshl-acco.active .capwhoshacc-desc {
        max-height: 500px;
        opacity: 1;
        padding-top: 8px
    }
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right {
    background: rgba(255, 255, 255, .1);
    border-radius: 0px 16px 16px 0px;
    padding: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: start
}

@media(max-width: 991px) {
    .bas-action .bas-action-steps .capwhosh-grid .capwhosh-right {
        padding: 0;
        border-radius: 0;
        background: rgba(0, 0, 0, 0)
    }
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right .capwhoshr-imgb {
    width: 100%
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right .capwhoshr-imgb .basa-top-box {
    padding: 24px;
    background: rgba(255, 255, 255, .05);
    border-radius: 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 32px
}

@media(max-width: 1199px) {
    .bas-action .bas-action-steps .capwhosh-grid .capwhosh-right .capwhoshr-imgb .basa-top-box {
        padding: 20px;
        gap: 15px
    }
}

@media(max-width: 991px) {
    .bas-action .bas-action-steps .capwhosh-grid .capwhosh-right .capwhoshr-imgb .basa-top-box {
        margin-bottom: 24px;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media(max-width: 991px) {
    .bas-action .bas-action-steps .capwhosh-grid .capwhosh-right .capwhoshr-imgb .basa-top-box .basatb-left {
        width: 100%
    }
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right .capwhoshr-imgb .basa-top-box .basatb-left .desc {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #dbdbde;
    margin-bottom: 4px
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right .capwhoshr-imgb .basa-top-box .basatb-left .bas-title-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right .capwhoshr-imgb .basa-top-box .basatb-left .bas-title-box .h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    margin-bottom: 0
}

@media(max-width: 1199px) {
    .bas-action .bas-action-steps .capwhosh-grid .capwhosh-right .capwhoshr-imgb .basa-top-box .basatb-left .bas-title-box .h4 {
        font-size: 14px;
        line-height: 20px
    }
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right .capwhoshr-imgb .basa-top-box .basatb-left .bas-title-box .toggle-anim-img {
    line-height: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right .capwhoshr-imgb .basa-top-box .basatb-left .bas-title-box .toggle-anim-img .bas-toggle {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 24px;
    border-radius: 100px;
    background: #4d4d4d;
    animation: basToggleTrack .35s ease-in-out 1s forwards
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right .capwhoshr-imgb .basa-top-box .basatb-left .bas-title-box .toggle-anim-img .bas-toggle .bas-toggle-knob {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
    animation: basToggleKnob .35s ease-in-out 1s forwards
}

@media(max-width: 991px) {
    .bas-action .bas-action-steps .capwhosh-grid .capwhosh-right .capwhoshr-imgb .basa-top-box .basatb-right {
        width: 100%;
        padding-top: 15px;
        border-top: 1px solid rgba(255, 255, 255, .1);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        gap: 12px;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right .capwhoshr-imgb .basa-top-box .basatb-right .desc {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #dbdbde;
    margin-bottom: 4px
}

@media(max-width: 991px) {
    .bas-action .bas-action-steps .capwhosh-grid .capwhosh-right .capwhoshr-imgb .basa-top-box .basatb-right .desc {
        margin-bottom: 0
    }
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right .capwhoshr-imgb .basa-top-box .basatb-right .h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    margin-bottom: 0
}

@media(max-width: 1199px) {
    .bas-action .bas-action-steps .capwhosh-grid .capwhosh-right .capwhoshr-imgb .basa-top-box .basatb-right .h4 {
        font-size: 14px;
        line-height: 20px
    }
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right .capwhoshr-imgb .basa-bottom-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 40px
}

@media(max-width: 991px) {
    .bas-action .bas-action-steps .capwhosh-grid .capwhosh-right .capwhoshr-imgb .basa-bottom-grid {
        padding: 20px;
        background: rgba(255, 255, 255, .05);
        border-radius: 12px
    }
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right .capwhoshr-imgb .basa-bottom-grid .basabg-box {
    position: relative
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right .capwhoshr-imgb .basa-bottom-grid .basabg-box .basabg-top-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px
}

@media(max-width: 991px) {
    .bas-action .bas-action-steps .capwhosh-grid .capwhosh-right .capwhoshr-imgb .basa-bottom-grid .basabg-box .basabg-top-grid {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
        gap: 6px
    }
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right .capwhoshr-imgb .basa-bottom-grid .basabg-box .basabg-top-grid .desc {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #dbdbde;
    margin-bottom: 0
}

@media(max-width: 1199px) {
    .bas-action .bas-action-steps .capwhosh-grid .capwhosh-right .capwhoshr-imgb .basa-bottom-grid .basabg-box .basabg-top-grid .desc {
        font-size: 12px;
        line-height: 16px
    }
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right .capwhoshr-imgb .basa-bottom-grid .basabg-box .basabg-top-grid .h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #fff;
    margin-bottom: 0
}

@media(max-width: 1199px) {
    .bas-action .bas-action-steps .capwhosh-grid .capwhosh-right .capwhoshr-imgb .basa-bottom-grid .basabg-box .basabg-top-grid .h5 {
        font-size: 16px;
        line-height: 20px
    }
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right .capwhoshr-imgb .basa-bottom-grid .basabg-box .basbgbb-box {
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 12px;
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right .capwhoshr-imgb .basa-bottom-grid .basabg-box .basbgbb-box .static-back-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0 0 12px 12px;
    height: 60px;
    background: linear-gradient(180deg, #B3E5FA 0%, #01B3FE 100%);
    opacity: .8;
    z-index: 1
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right .capwhoshr-imgb .basa-bottom-grid .basabg-box .basbgbb-box .static-back-bg-two {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
    border-radius: 0;
    height: 0;
    background: linear-gradient(180deg, #B3E5FA 0%, #01B3FE 100%);
    z-index: 1;
    opacity: 0;
    transition: .5s all
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right .capwhoshr-imgb .basa-bottom-grid .basabg-box .basbgbb-box .static-numbers {
    position: absolute;
    left: 0;
    top: 30px;
    bottom: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 22.7px;
    z-index: 3
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right .capwhoshr-imgb .basa-bottom-grid .basabg-box .basbgbb-box .static-numbers svg,
.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right .capwhoshr-imgb .basa-bottom-grid .basabg-box .basbgbb-box .static-numbers img {
    -ms-flex: 0 0 10px;
    flex: 0 0 10px;
    max-width: 10px;
    height: 2px
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right .capwhoshr-imgb .basa-bottom-grid .basabg-box .basbgbb-box .static-numbers .number {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    color: #0270a1
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right .capwhoshr-imgb .basa-bottom-grid .basabg-box .basbgbb-box .dotted-line-amt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 46.5%;
    z-index: 3;
    text-align: center
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right .capwhoshr-imgb .basa-bottom-grid .basabg-box .basbgbb-box .dotted-line-amt .amt {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    padding: 6px 12px;
    background: #fdb13d;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    color: #1a1a1a;
    text-align: center;
    margin: 0 auto
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right .capwhoshr-imgb .basa-bottom-grid .basabg-box .basbgbb-box .dotted-line-amt:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(50%);
    height: 1px;
    border-top: 2px dashed #fdb13d;
    z-index: -1
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right .capwhoshr-imgb .basa-bottom-grid .basabg-box .basbgbb-box .amt-plus-minus {
    position: absolute;
    left: 0;
    right: 0;
    top: 24px;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    display: block;
    margin: 0 auto;
    text-align: center
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right .capwhoshr-imgb .basa-bottom-grid .basabg-box .basbgbb-box .amt-plus-minus.positive {
    color: #aff0a3
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right .capwhoshr-imgb .basa-bottom-grid .basabg-box .basbgbb-box .amt-plus-minus.negative {
    color: #f07178
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right .capwhoshr-imgb .basa-bottom-grid .basabg-box .basbgbb-box .static-back-bg-four {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
    border-radius: 0;
    height: 89px;
    background: linear-gradient(180deg, #B3E5FA 0%, #01B3FE 100%);
    z-index: 1
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right .capwhoshr-imgb .basa-bottom-grid .basabg-box .bas-gap-animation {
    position: absolute;
    right: -40px;
    width: 40px;
    height: 6px;
    background: rgba(255, 255, 255, .1);
    bottom: 43%;
    display: none;
    animation: basaFadeUp .45s ease;
    overflow: hidden
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right .capwhoshr-imgb .basa-bottom-grid .basabg-box.right-side .basbgbb-box .static-numbers .number {
    color: #94651b
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right .capwhoshr-imgb .basa-bottom-grid .basabg-box.right-side .basbgbb-box .static-back-bg-gold {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0 0 12px 12px;
    height: 0;
    transition: .5s all;
    background: linear-gradient(180deg, #FDD598 0%, #FDB13D 100%);
    z-index: 1
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right .capwhoshr-imgb .basa-bottom-grid .basabg-box.right-side .basbgbb-box .static-back-bg-gold .amt-intrest {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #94651b;
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
    text-align: center;
    z-index: 2
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right .basatb-left>div,
.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right .basatb-right>div {
    animation: basaFadeUp .45s ease
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right .basbgbb-box .static-back-bg-two,
.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right .basbgbb-box .static-back-bg-four,
.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right .basbgbb-box .static-back-bg-gold,
.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right .basbgbb-box .static-back-bg-gold-five {
    animation: basaRise .55s ease
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right .basbgbb-box .amt-plus-minus,
.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right .basbgbb-box .dotted-line-amt {
    animation: basaFadeUp .45s ease
}

@keyframes basaFadeUp {
    from {
        opacity: 0;
        transform: translateY(8px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes basaRise {
    from {
        opacity: 0;
        transform: translateY(35%)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes basToggleTrack {
    to {
        background: #4fc3f7
    }
}

@keyframes basToggleKnob {
    to {
        left: 23px
    }
}

@keyframes basGapMarquee {
    from {
        transform: translateX(-40px)
    }

    to {
        transform: translateX(40px)
    }
}

@keyframes basGapMarqueeRight {
    from {
        transform: translateX(40px)
    }

    to {
        transform: translateX(-40px)
    }
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right.step-2 .capwhoshr-imgb .basatb-left .step-1,
.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right.step-2 .capwhoshr-imgb .basatb-right .step-1 {
    display: none !important
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right.step-2 .capwhoshr-imgb .basatb-left .step-2,
.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right.step-2 .capwhoshr-imgb .basatb-right .step-2 {
    display: block !important
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right.step-2 .capwhoshr-imgb .basbgbb-box .step-2-3-4-5-6 {
    display: block !important
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right.step-2 .capwhoshr-imgb .bas-gap-animation {
    display: block !important
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right.step-3 .capwhoshr-imgb .basatb-left .step-1,
.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right.step-3 .capwhoshr-imgb .basatb-left .step-2,
.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right.step-3 .capwhoshr-imgb .basatb-right .step-1,
.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right.step-3 .capwhoshr-imgb .basatb-right .step-2 {
    display: none !important
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right.step-3 .capwhoshr-imgb .basatb-left .step-3,
.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right.step-3 .capwhoshr-imgb .basatb-right .step-3 {
    display: block !important
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right.step-3 .capwhoshr-imgb .basbgbb-box .step-2-3-4-5-6,
.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right.step-3 .capwhoshr-imgb .basbgbb-box .step-3 {
    display: block !important
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right.step-3 .capwhoshr-imgb .basbgbb-box .static-back-bg-two {
    opacity: 1 !important;
    height: 178px !important
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right.step-3 .capwhoshr-imgb .bas-gap-animation {
    display: block !important
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right.step-4 .capwhoshr-imgb .basatb-left .step-1,
.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right.step-4 .capwhoshr-imgb .basatb-left .step-2,
.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right.step-4 .capwhoshr-imgb .basatb-left .step-3,
.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right.step-4 .capwhoshr-imgb .basatb-right .step-1,
.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right.step-4 .capwhoshr-imgb .basatb-right .step-2,
.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right.step-4 .capwhoshr-imgb .basatb-right .step-3 {
    display: none !important
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right.step-4 .capwhoshr-imgb .basatb-left .step-4,
.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right.step-4 .capwhoshr-imgb .basatb-right .step-4 {
    display: block !important
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right.step-4 .capwhoshr-imgb .basbgbb-box .step-2-3-4-5-6,
.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right.step-4 .capwhoshr-imgb .basbgbb-box .step-4,
.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right.step-4 .capwhoshr-imgb .basbgbb-box .step-4-5-6 {
    display: block !important
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right.step-4 .capwhoshr-imgb .basbgbb-box .static-back-bg-four.step-4-5-6 {
    height: 89px
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right.step-4 .capwhoshr-imgb .basbgbb-box .static-back-bg-gold.step-4 {
    height: 90px !important;
    opacity: 1 !important
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right.step-4 .capwhoshr-imgb .basbgbb-box .static-back-bg-two {
    opacity: 1 !important;
    height: 89px !important
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right.step-4 .capwhoshr-imgb .bas-gap-animation {
    display: block !important
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right.step-4 .capwhoshr-imgb .bas-gap-animation:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 6px;
    left: 0;
    top: calc(50% - 3px);
    background: #3dcafd;
    filter: blur(1px);
    border-radius: 0px 50px 50px 0px;
    animation: basGapMarquee 1.5s linear infinite
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right.step-5 .capwhoshr-imgb .basatb-left .step-1,
.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right.step-5 .capwhoshr-imgb .basatb-left .step-2,
.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right.step-5 .capwhoshr-imgb .basatb-left .step-3,
.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right.step-5 .capwhoshr-imgb .basatb-left .step-4,
.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right.step-5 .capwhoshr-imgb .basatb-right .step-1,
.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right.step-5 .capwhoshr-imgb .basatb-right .step-2,
.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right.step-5 .capwhoshr-imgb .basatb-right .step-3,
.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right.step-5 .capwhoshr-imgb .basatb-right .step-4 {
    display: none !important
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right.step-5 .capwhoshr-imgb .basatb-left .step-5,
.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right.step-5 .capwhoshr-imgb .basatb-right .step-5 {
    display: block !important
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right.step-5 .capwhoshr-imgb .basbgbb-box .step-2-3-4-5-6,
.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right.step-5 .capwhoshr-imgb .basbgbb-box .step-5,
.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right.step-5 .capwhoshr-imgb .basbgbb-box .step-4-5-6,
.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right.step-5 .capwhoshr-imgb .basbgbb-box .static-back-bg-gold.step-4 {
    display: block !important
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right.step-5 .capwhoshr-imgb .basbgbb-box .static-back-bg-four.step-4-5-6 {
    height: 89px
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right.step-5 .capwhoshr-imgb .basbgbb-box .static-back-bg-gold.step-4 {
    height: 60px !important;
    opacity: 1 !important
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right.step-5 .capwhoshr-imgb .basbgbb-box .static-back-bg-two {
    opacity: 1 !important;
    height: 89px !important
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right.step-5 .capwhoshr-imgb .bas-gap-animation {
    display: block !important
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right.step-5 .capwhoshr-imgb .bas-gap-animation:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 6px;
    left: 0;
    top: calc(50% - 3px);
    background: #fdb13d;
    filter: blur(1px);
    border-radius: 0px 50px 50px 0px;
    animation: basGapMarqueeRight 1.5s linear infinite
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right.step-6 .capwhoshr-imgb .basatb-left .step-1,
.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right.step-6 .capwhoshr-imgb .basatb-left .step-2,
.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right.step-6 .capwhoshr-imgb .basatb-left .step-3,
.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right.step-6 .capwhoshr-imgb .basatb-left .step-4,
.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right.step-6 .capwhoshr-imgb .basatb-left .step-5,
.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right.step-6 .capwhoshr-imgb .basatb-right .step-1,
.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right.step-6 .capwhoshr-imgb .basatb-right .step-2,
.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right.step-6 .capwhoshr-imgb .basatb-right .step-3,
.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right.step-6 .capwhoshr-imgb .basatb-right .step-4,
.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right.step-6 .capwhoshr-imgb .basatb-right .step-5 {
    display: none !important
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right.step-6 .capwhoshr-imgb .basatb-left .step-6,
.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right.step-6 .capwhoshr-imgb .basatb-right .step-6 {
    display: block !important
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right.step-6 .capwhoshr-imgb .basbgbb-box .step-2-3-4-5-6,
.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right.step-6 .capwhoshr-imgb .basbgbb-box .step-5,
.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right.step-6 .capwhoshr-imgb .basbgbb-box .step-4-5-6,
.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right.step-6 .capwhoshr-imgb .basbgbb-box .static-back-bg-gold.step-4 {
    display: block !important
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right.step-6 .capwhoshr-imgb .basbgbb-box .static-back-bg-four.step-4-5-6 {
    height: 89px
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right.step-6 .capwhoshr-imgb .basbgbb-box .static-back-bg-gold.step-4 {
    height: 60px !important;
    opacity: 1 !important
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right.step-6 .capwhoshr-imgb .basbgbb-box .static-back-bg-two {
    opacity: 1 !important;
    height: 89px !important
}

.bas-action .bas-action-steps .capwhosh-grid .capwhosh-right.step-6 .capwhoshr-imgb .bas-gap-animation {
    display: block !important
}

.bas-action .bas-action-steps .capwhosh-grid .bas-action-nav {
    display: none
}

@media(max-width: 991px) {
    .bas-action .bas-action-steps .capwhosh-grid .bas-action-nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        gap: 12px;
        margin-top: 32px
    }
}

.bas-action .bas-action-steps .capwhosh-grid .bas-action-nav .basnav-btn {
    -ms-flex: 1;
    flex: 1;
    padding: 12px 20px;
    border-radius: 100px;
    border: 1px solid #686873;
    background: rgba(0, 0, 0, 0);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.1;
    cursor: pointer;
    transition: all .3s ease-in-out;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 6px
}

.bas-action .bas-action-steps .capwhosh-grid .bas-action-nav .basnav-btn:disabled {
    opacity: .4;
    cursor: not-allowed
}

.bas-action .bas-action-steps .capwhosh-grid .bas-action-nav .basnav-next {
    background: linear-gradient(180deg, rgba(253, 214, 153, 0.992157) 0%, rgba(253, 177, 61, 0.992157) 100%);
    border-color: #fdb13d;
    color: #1a1a1a
}
.bas-quicks {
    padding: 60px 0px;
    position: relative;
    overflow: hidden;
    z-index: 1
}

@media(max-width: 1199px) {
    .bas-quicks {
        padding: 50px 0px
    }
}

@media(max-width: 991px) {
    .bas-quicks {
        padding: 40px 0px
    }
}

.bas-quicks .title .h2 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    color: #1a1c1f;
    margin-bottom: 16px
}

@media(max-width: 1199px) {
    .bas-quicks .title .h2 {
        font-size: 34px;
        line-height: 46px;
        margin-bottom: 13px
    }
}

@media(max-width: 991px) {
    .bas-quicks .title .h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 10px
    }
}

@media(max-width: 767px) {
    .bas-quicks .title .h2 {
        margin-bottom: 16px
    }
}

.bas-quicks .title .h2:last-child {
    margin-bottom: 0
}

.bas-quicks .title .desc {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #505a63;
    margin-bottom: 20px
}

.bas-quicks .title .desc:last-child {
    margin-bottom: 0
}

@media(max-width: 1199px) {
    .bas-quicks .title .desc {
        line-height: 26px
    }
}

@media(max-width: 991px) {
    .bas-quicks .title .desc {
        line-height: 23px
    }
}

.bas-quicks .quick-inner-bg {
    margin-top: 40px;
    padding: 40px;
    background: linear-gradient(161.82deg, rgba(254, 249, 231, 0.09) 0.64%, rgba(252, 237, 183, 0.18) 101.92%), #fff;
    border: 1px solid #fceab1;
    box-shadow: 0px 8px 20px rgba(59, 54, 36, .05);
    border-radius: 20px
}

@media(max-width: 991px) {
    .bas-quicks .quick-inner-bg {
        margin-top: 32px;
        padding: 20px
    }

    .bas-quicks .quick-inner-bg .row {
        row-gap: 24px
    }
}

.bas-quicks .quick-inner-bg .col-lg-4 {
    display: inherit
}

.bas-quicks .quick-inner-bg .quick-box {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    gap: 16px
}

@media(max-width: 991px) {
    .bas-quicks .quick-inner-bg .quick-box {
        -ms-flex-direction: row;
        flex-direction: row;
        text-align: left;
        -ms-flex-pack: start;
        justify-content: start
    }
}

.bas-quicks .quick-inner-bg .quick-box .quick-img img {
    width: 66px;
    height: 66px
}

@media(max-width: 991px) {
    .bas-quicks .quick-inner-bg .quick-box .quick-img img {
        width: 40px;
        height: 40px
    }
}

.bas-quicks .quick-inner-bg .quick-box .quick-desc .h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #222;
    margin-bottom: 8px
}

.bas-quicks .quick-inner-bg .quick-box .quick-desc .desc {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #505a63;
    margin-bottom: 20px
}

.bas-quicks .quick-inner-bg .quick-box .quick-desc .desc:last-child {
    margin-bottom: 0
}

@media(max-width: 1199px) {
    .bas-quicks .quick-inner-bg .quick-box .quick-desc .desc {
        line-height: 26px
    }
}

@media(max-width: 991px) {
    .bas-quicks .quick-inner-bg .quick-box .quick-desc .desc {
        line-height: 23px
    }
}
.bas-disclaimer {
    padding: 60px 0px;
    position: relative;
    background: #f8f7f3;
    overflow: hidden;
    z-index: 1
}

@media(max-width: 1199px) {
    .bas-disclaimer {
        padding: 50px 0px
    }
}

@media(max-width: 991px) {
    .bas-disclaimer {
        padding: 40px 0px
    }
}

.bas-disclaimer .disc-inner-bg {
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 12px;
    padding: 24px
}

.bas-disclaimer .disc-inner-bg .disc-title-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px
}

.bas-disclaimer .disc-inner-bg .disc-title-icon img {
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    object-fit: contain
}

.bas-disclaimer .disc-inner-bg .disc-title-icon .h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    color: #1a1a1a;
    margin-bottom: 0
}

.bas-disclaimer .disc-inner-bg .desc {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #242424;
    margin-bottom: 0
}
.cap-whoshould {
    padding: 60px 0px;
    background: linear-gradient(135deg, #6E0A0F 1.07%, #45073F 99.11%);
    position: relative;
    z-index: 1
}

@media(max-width: 1199px) {
    .cap-whoshould {
        padding: 50px 0px
    }
}

@media(max-width: 991px) {
    .cap-whoshould {
        padding: 40px 0px
    }
}

.cap-whoshould .title .h2 {
    font-size: 40px;
    line-height: 140%;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px
}

@media(max-width: 1199px) {
    .cap-whoshould .title .h2 {
        font-size: 34px;
        line-height: 130%;
        margin-bottom: 13px
    }
}

@media(max-width: 991px) {
    .cap-whoshould .title .h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 10px
    }
}

.cap-whoshould .title .txt {
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    color: #dbdbde;
    margin-bottom: 14px
}

.cap-whoshould .title .txt:last-child {
    margin-bottom: 0
}

.cap-whoshould .capwhosh-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 40% auto;
    grid-template-columns: 40% auto;
    margin-top: 32px
}

@media(max-width: 991px) {
    .cap-whoshould .capwhosh-grid {
        margin-top: 28px;
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr)
    }
}

.cap-whoshould .capwhosh-grid .capwhosh-left {
    background: rgba(255, 255, 255, .05);
    border-radius: 16px 0px 0px 16px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-right: 0;
    overflow: hidden
}

@media(max-width: 991px) {
    .cap-whoshould .capwhosh-grid .capwhosh-left {
        border-radius: 16px
    }
}

.cap-whoshould .capwhosh-grid .capwhosh-left .capwhoshl-acco {
    padding: 16px 32px;
    background: rgba(0, 0, 0, 0);
    position: relative;
    z-index: 1;
    cursor: pointer;
    transition: all .5s ease-in-out
}

@media(max-width: 1199px) {
    .cap-whoshould .capwhosh-grid .capwhosh-left .capwhoshl-acco {
        padding: 14px 25px
    }
}

@media(max-width: 991px) {
    .cap-whoshould .capwhosh-grid .capwhosh-left .capwhoshl-acco {
        padding: 12px 20px;
        height: auto !important
    }
}

.cap-whoshould .capwhosh-grid .capwhosh-left .capwhoshl-acco .line {
    height: 100%;
    width: 3px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0
}

.cap-whoshould .capwhosh-grid .capwhosh-left .capwhoshl-acco .line::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 0;
    background: linear-gradient(180deg, #C62828 0%, #E53935 100%);
    z-index: -1;
    transition: height 4s linear
}

.cap-whoshould .capwhosh-grid .capwhosh-left .capwhoshl-acco+.capwhoshl-acco {
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.cap-whoshould .capwhosh-grid .capwhosh-left .capwhoshl-acco .capwhoshacc-btn {
    padding: 8px 0px
}

@media(max-width: 1199px) {
    .cap-whoshould .capwhosh-grid .capwhosh-left .capwhoshl-acco .capwhoshacc-btn {
        padding: 3px 0px
    }
}

@media(max-width: 991px) {
    .cap-whoshould .capwhosh-grid .capwhosh-left .capwhoshl-acco .capwhoshacc-btn {
        position: relative;
        padding-right: 16px
    }

    .cap-whoshould .capwhosh-grid .capwhosh-left .capwhoshl-acco .capwhoshacc-btn:before {
        content: "";
        position: absolute;
        width: 14px;
        height: 8px;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5675 1.06754L7.31754 7.31754C7.25949 7.37565 7.19056 7.42175 7.11469 7.4532C7.03881 7.48465 6.95748 7.50084 6.87535 7.50084C6.79321 7.50084 6.71188 7.48465 6.63601 7.4532C6.56014 7.42175 6.49121 7.37565 6.43316 7.31754L0.18316 1.06754C0.0658846 0.95026 0 0.7912 0 0.625347C0 0.459495 0.0658846 0.300435 0.18316 0.18316C0.300435 0.0658843 0.459495 0 0.625347 0C0.7912 0 0.95026 0.0658843 1.06753 0.18316L6.87535 5.99175L12.6832 0.18316C12.7412 0.125091 12.8102 0.0790281 12.886 0.0476015C12.9619 0.0161748 13.0432 0 13.1253 0C13.2075 0 13.2888 0.0161748 13.3647 0.0476015C13.4405 0.0790281 13.5095 0.125091 13.5675 0.18316C13.6256 0.241229 13.6717 0.310167 13.7031 0.386037C13.7345 0.461908 13.7507 0.543226 13.7507 0.625347C13.7507 0.707469 13.7345 0.788787 13.7031 0.864658C13.6717 0.940528 13.6256 1.00947 13.5675 1.06754Z' fill='white' fill-opacity='0.7'/%3E%3C/svg%3E%0A");
        background-size: 100%;
        background-repeat: no-repeat
    }
}

.cap-whoshould .capwhosh-grid .capwhosh-left .capwhoshl-acco .capwhoshacc-btn .h3 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    color: rgba(255, 255, 255, .7);
    margin-bottom: 0
}

@media(max-width: 1199px) {
    .cap-whoshould .capwhosh-grid .capwhosh-left .capwhoshl-acco .capwhoshacc-btn .h3 {
        font-size: 16px;
        line-height: 23px
    }
}

@media(max-width: 991px) {
    .cap-whoshould .capwhosh-grid .capwhosh-left .capwhoshl-acco .capwhoshacc-btn .h3 {
        font-size: 15px
    }
}

.cap-whoshould .capwhosh-grid .capwhosh-left .capwhoshl-acco .capwhoshacc-desc {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 0fr;
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: grid-template-rows .5s ease-in-out, padding .5s ease-in-out, opacity .4s ease-in-out;
    transition: grid-template-rows .5s ease-in-out, padding .5s ease-in-out, opacity .4s ease-in-out, -ms-grid-rows .5s ease-in-out;
    opacity: 0
}

.cap-whoshould .capwhosh-grid .capwhosh-left .capwhoshl-acco .capwhoshacc-desc>* {
    min-height: 0
}

@media(max-width: 991px) {
    .cap-whoshould .capwhosh-grid .capwhosh-left .capwhoshl-acco .capwhoshacc-desc {
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        padding-top: 0;
        transition: max-height .5s ease, opacity .4s ease, padding .4s ease;
        display: block
    }
}

.cap-whoshould .capwhosh-grid .capwhosh-left .capwhoshl-acco .capwhoshacc-desc .txt {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #dbdbde;
    margin-bottom: 0
}

.cap-whoshould .capwhosh-grid .capwhosh-left .capwhoshl-acco .capwhoshacc-desc .txt:last-child {
    margin-bottom: 0
}

@media(max-width: 991px) {
    .cap-whoshould .capwhosh-grid .capwhosh-left .capwhoshl-acco .capwhoshacc-desc .txt {
        font-size: 13px;
        margin-bottom: 14px
    }
}

.cap-whoshould .capwhosh-grid .capwhosh-left .capwhoshl-acco .capwhoshacc-desc .mob-img-container {
    display: none
}

@media(max-width: 991px) {
    .cap-whoshould .capwhosh-grid .capwhosh-left .capwhoshl-acco .capwhoshacc-desc .mob-img-container {
        display: block
    }
}

.cap-whoshould .capwhosh-grid .capwhosh-left .capwhoshl-acco .capwhoshacc-desc .mob-img-container img {
    width: 100%;
    border-radius: 12px
}

.cap-whoshould .capwhosh-grid .capwhosh-left .capwhoshl-acco.active {
    background: linear-gradient(90deg, rgba(198, 40, 40, 0.15) 0%, rgba(198, 40, 40, 0) 100%)
}

@media(max-width: 991px) {
    .cap-whoshould .capwhosh-grid .capwhosh-left .capwhoshl-acco.active {
        background: rgba(255, 255, 255, .1)
    }

    .cap-whoshould .capwhosh-grid .capwhosh-left .capwhoshl-acco.active .line::before {
        height: 100% !important;
        transition: height .5s linear !important
    }
}

.cap-whoshould .capwhosh-grid .capwhosh-left .capwhoshl-acco.active .line {
    opacity: 1
}

.cap-whoshould .capwhosh-grid .capwhosh-left .capwhoshl-acco.active .line.anim::before {
    animation: lineFill 4s linear forwards
}

@keyframes lineFill {
    from {
        height: 0
    }

    to {
        height: 100%
    }
}

@media(max-width: 991px) {
    .cap-whoshould .capwhosh-grid .capwhosh-left .capwhoshl-acco.active .capwhoshacc-btn:before {
        opacity: 0
    }
}

.cap-whoshould .capwhosh-grid .capwhosh-left .capwhoshl-acco.active .capwhoshacc-btn .h3 {
    color: #fff
}

.cap-whoshould .capwhosh-grid .capwhosh-left .capwhoshl-acco.active .capwhoshacc-desc {
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    padding-top: 8px;
    opacity: 1
}

@media(max-width: 991px) {
    .cap-whoshould .capwhosh-grid .capwhosh-left .capwhoshl-acco.active .capwhoshacc-desc {
        max-height: 500px;
        opacity: 1;
        padding-top: 8px
    }
}

.cap-whoshould .capwhosh-grid .capwhosh-right {
    background: linear-gradient(0deg, rgba(15, 10, 10, 0.7) 0%, rgba(0, 0, 0, 0) 50%, rgba(15, 10, 10, 0.7) 100%);
    border-radius: 0px 16px 16px 0px;
    padding: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

@media(max-width: 991px) {
    .cap-whoshould .capwhosh-grid .capwhosh-right {
        padding: 25px;
        display: none
    }
}

.cap-whoshould .capwhosh-grid .capwhosh-right .capwhoshr-imgb {
    display: none
}

.cap-whoshould .capwhosh-grid .capwhosh-right .capwhoshr-imgb img {
    max-width: 100%;
    border-radius: 32px
}

@media(max-width: 1199px) {
    .cap-whoshould .capwhosh-grid .capwhosh-right .capwhoshr-imgb img {
        max-width: 85%
    }
}


/* bas-whoshould css */

.bas-whoshould {
    padding: 60px 0px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.bas-whoshould .back-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1
}

.bas-whoshould .back-img img {
    width: 100%;
    height: 100%
}

@media(max-width: 1199px) {
    .bas-whoshould {
        padding: 50px 0px
    }
}

@media(max-width: 991px) {
    .bas-whoshould {
        padding: 40px 0px
    }
}

.bas-whoshould .title .h2 {
    font-size: 40px;
    line-height: 140%;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px
}

@media(max-width: 1199px) {
    .bas-whoshould .title .h2 {
        font-size: 34px;
        line-height: 130%;
        margin-bottom: 13px
    }
}

@media(max-width: 991px) {
    .bas-whoshould .title .h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 10px
    }
}

.bas-whoshould .title .txt {
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    color: #dbdbde;
    margin-bottom: 14px
}

.bas-whoshould .title .txt:last-child {
    margin-bottom: 0
}

.bas-whoshould .capwhosh-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 40% auto;
    grid-template-columns: 40% auto;
    margin-top: 32px
}

@media(max-width: 991px) {
    .bas-whoshould .capwhosh-grid {
        margin-top: 28px;
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr)
    }
}

.bas-whoshould .capwhosh-grid .capwhosh-left {
    background: rgba(255, 255, 255, .05);
    border-radius: 16px 0px 0px 16px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-right: 0;
    overflow: hidden
}

@media(max-width: 991px) {
    .bas-whoshould .capwhosh-grid .capwhosh-left {
        border-radius: 16px
    }
}

.bas-whoshould .capwhosh-grid .capwhosh-left .capwhoshl-acco {
    padding: 32px;
    background: rgba(0, 0, 0, 0);
    position: relative;
    z-index: 1;
    cursor: pointer;
    transition: all .5s ease-in-out
}

@media(max-width: 1199px) {
    .bas-whoshould .capwhosh-grid .capwhosh-left .capwhoshl-acco {
        padding: 25px
    }
}

@media(max-width: 991px) {
    .bas-whoshould .capwhosh-grid .capwhosh-left .capwhoshl-acco {
        padding: 12px 20px;
        height: auto !important
    }
}

.bas-whoshould .capwhosh-grid .capwhosh-left .capwhoshl-acco .line {
    height: 100%;
    width: 3px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0
}

.bas-whoshould .capwhosh-grid .capwhosh-left .capwhoshl-acco .line::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 0;
    background: #fdb13d;
    z-index: -1;
    transition: height 4s linear
}

.bas-whoshould .capwhosh-grid .capwhosh-left .capwhoshl-acco+.capwhoshl-acco {
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.bas-whoshould .capwhosh-grid .capwhosh-left .capwhoshl-acco .capwhoshacc-btn {
    padding: 4px 0px
}

@media(max-width: 1199px) {
    .bas-whoshould .capwhosh-grid .capwhosh-left .capwhoshl-acco .capwhoshacc-btn {
        padding: 3px 0px
    }
}

@media(max-width: 991px) {
    .bas-whoshould .capwhosh-grid .capwhosh-left .capwhoshl-acco .capwhoshacc-btn {
        position: relative;
        padding-right: 16px
    }

    .bas-whoshould .capwhosh-grid .capwhosh-left .capwhoshl-acco .capwhoshacc-btn:before {
        content: "";
        position: absolute;
        width: 14px;
        height: 8px;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5675 1.06754L7.31754 7.31754C7.25949 7.37565 7.19056 7.42175 7.11469 7.4532C7.03881 7.48465 6.95748 7.50084 6.87535 7.50084C6.79321 7.50084 6.71188 7.48465 6.63601 7.4532C6.56014 7.42175 6.49121 7.37565 6.43316 7.31754L0.18316 1.06754C0.0658846 0.95026 0 0.7912 0 0.625347C0 0.459495 0.0658846 0.300435 0.18316 0.18316C0.300435 0.0658843 0.459495 0 0.625347 0C0.7912 0 0.95026 0.0658843 1.06753 0.18316L6.87535 5.99175L12.6832 0.18316C12.7412 0.125091 12.8102 0.0790281 12.886 0.0476015C12.9619 0.0161748 13.0432 0 13.1253 0C13.2075 0 13.2888 0.0161748 13.3647 0.0476015C13.4405 0.0790281 13.5095 0.125091 13.5675 0.18316C13.6256 0.241229 13.6717 0.310167 13.7031 0.386037C13.7345 0.461908 13.7507 0.543226 13.7507 0.625347C13.7507 0.707469 13.7345 0.788787 13.7031 0.864658C13.6717 0.940528 13.6256 1.00947 13.5675 1.06754Z' fill='white' fill-opacity='0.7'/%3E%3C/svg%3E%0A");
        background-size: 100%;
        background-repeat: no-repeat
    }
}

.bas-whoshould .capwhosh-grid .capwhosh-left .capwhoshl-acco .capwhoshacc-btn .h3 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    color: rgba(255, 255, 255, .7);
    margin-bottom: 0
}

@media(max-width: 1199px) {
    .bas-whoshould .capwhosh-grid .capwhosh-left .capwhoshl-acco .capwhoshacc-btn .h3 {
        font-size: 16px;
        line-height: 23px
    }
}

@media(max-width: 991px) {
    .bas-whoshould .capwhosh-grid .capwhosh-left .capwhoshl-acco .capwhoshacc-btn .h3 {
        font-size: 15px
    }
}

.bas-whoshould .capwhosh-grid .capwhosh-left .capwhoshl-acco .capwhoshacc-desc {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 0fr;
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: grid-template-rows .5s ease-in-out, padding .5s ease-in-out, opacity .4s ease-in-out;
    transition: grid-template-rows .5s ease-in-out, padding .5s ease-in-out, opacity .4s ease-in-out, -ms-grid-rows .5s ease-in-out;
    opacity: 0
}

.bas-whoshould .capwhosh-grid .capwhosh-left .capwhoshl-acco .capwhoshacc-desc>* {
    min-height: 0
}

@media(max-width: 991px) {
    .bas-whoshould .capwhosh-grid .capwhosh-left .capwhoshl-acco .capwhoshacc-desc {
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        padding-top: 0;
        transition: max-height .5s ease, opacity .4s ease, padding .4s ease;
        display: block
    }
}

.bas-whoshould .capwhosh-grid .capwhosh-left .capwhoshl-acco .capwhoshacc-desc .txt {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #dbdbde;
    margin-bottom: 0
}

.bas-whoshould .capwhosh-grid .capwhosh-left .capwhoshl-acco .capwhoshacc-desc .txt:last-child {
    margin-bottom: 0
}

@media(max-width: 991px) {
    .bas-whoshould .capwhosh-grid .capwhosh-left .capwhoshl-acco .capwhoshacc-desc .txt {
        font-size: 13px;
        margin-bottom: 14px
    }
}

.bas-whoshould .capwhosh-grid .capwhosh-left .capwhoshl-acco .capwhoshacc-desc .mob-img-container {
    display: none
}

@media(max-width: 991px) {
    .bas-whoshould .capwhosh-grid .capwhosh-left .capwhoshl-acco .capwhoshacc-desc .mob-img-container {
        display: block
    }
}

.bas-whoshould .capwhosh-grid .capwhosh-left .capwhoshl-acco .capwhoshacc-desc .mob-img-container img {
    width: 100%;
    border-radius: 12px
}

.bas-whoshould .capwhosh-grid .capwhosh-left .capwhoshl-acco.active {
    background: linear-gradient(90deg, rgba(198, 145, 40, 0.15) 0%, rgba(198, 145, 40, 0) 100%)
}

@media(max-width: 991px) {
    .bas-whoshould .capwhosh-grid .capwhosh-left .capwhoshl-acco.active {
        background: rgba(255, 255, 255, .1)
    }

    .bas-whoshould .capwhosh-grid .capwhosh-left .capwhoshl-acco.active .line::before {
        height: 100% !important;
        transition: height .5s linear !important
    }
}

.bas-whoshould .capwhosh-grid .capwhosh-left .capwhoshl-acco.active .line {
    opacity: 1
}

.bas-whoshould .capwhosh-grid .capwhosh-left .capwhoshl-acco.active .line.anim::before {
    animation: lineFill 4s linear forwards
}

@keyframes lineFill {
    from {
        height: 0
    }

    to {
        height: 100%
    }
}

@media(max-width: 991px) {
    .bas-whoshould .capwhosh-grid .capwhosh-left .capwhoshl-acco.active .capwhoshacc-btn:before {
        opacity: 0
    }
}

.bas-whoshould .capwhosh-grid .capwhosh-left .capwhoshl-acco.active .capwhoshacc-btn .h3 {
    color: #fff
}

.bas-whoshould .capwhosh-grid .capwhosh-left .capwhoshl-acco.active .capwhoshacc-desc {
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    padding-top: 8px;
    opacity: 1
}

@media(max-width: 991px) {
    .bas-whoshould .capwhosh-grid .capwhosh-left .capwhoshl-acco.active .capwhoshacc-desc {
        max-height: 500px;
        opacity: 1;
        padding-top: 8px
    }
}

.bas-whoshould .capwhosh-grid .capwhosh-right {
    background: rgba(255, 255, 255, .1);
    border-radius: 0px 16px 16px 0px;
    padding: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

@media(max-width: 991px) {
    .bas-whoshould .capwhosh-grid .capwhosh-right {
        padding: 25px;
        display: none
    }
}

.bas-whoshould .capwhosh-grid .capwhosh-right .capwhoshr-imgb {
    display: none
}

.bas-whoshould .capwhosh-grid .capwhosh-right .capwhoshr-imgb img {
    max-width: 100%;
    border-radius: 12px
}

@media(max-width: 1199px) {
    .bas-whoshould .capwhosh-grid .capwhosh-right .capwhoshr-imgb img {
        max-width: 85%
    }
}
.exsubpr-works {
    padding: 60px 0px 30px;
    overflow: hidden
}

@media(max-width: 1199px) {
    .exsubpr-works {
        padding: 50px 0px 30px
    }
}

.exsubpr-works .head .h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #222;
    margin-bottom: 20px
}

.exsubpr-works .head .h2:last-child {
    margin-bottom: 0
}

@media(max-width: 1199px) {
    .exsubpr-works .head .h2 {
        font-size: 34px;
        line-height: 42px;
        margin-bottom: 16px
    }
}

@media(max-width: 991px) {
    .exsubpr-works .head .h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 10px
    }
}

@media(max-width: 767px) {
    .exsubpr-works .head .h2 {
        margin-bottom: 20px
    }
}

.exsubpr-works .head .desc {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #505a63;
    margin-bottom: 20px
}

.exsubpr-works .head .desc:last-child {
    margin-bottom: 0
}

@media(max-width: 1199px) {
    .exsubpr-works .head .desc {
        line-height: 26px
    }
}

@media(max-width: 991px) {
    .exsubpr-works .head .desc {
        line-height: 23px
    }
}

.exsubpr-works .exsubprwor-main {
    margin-top: 70px
}

@media(max-width: 991px) {
    .exsubpr-works .exsubprwor-main {
        margin-top: 25px
    }
}

@media(max-width: 767px) {
    .exsubpr-works .exsubprwor-main {
        margin-top: 32px
    }
}

.exsubpr-works .exsubprwor-main .exspwo-steps {
    position: relative;
    margin-bottom: 0px
}

@media(max-width: 991px) {
    .exsubpr-works .exsubprwor-main .exspwo-steps {
        padding-top: 0px;
        margin-bottom: 0px
    }
}

.exsubpr-works .exsubprwor-main .exspwo-steps ul {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(max-width: 1280px) {
    .exsubpr-works .exsubprwor-main .exspwo-steps ul:first-child {
        max-width: 95%
    }
}

@media(max-width: 991px) {
    .exsubpr-works .exsubprwor-main .exspwo-steps ul {
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
        max-width: 100%
    }

    .exsubpr-works .exsubprwor-main .exspwo-steps ul.reserve {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.exsubpr-works .exsubprwor-main .exspwo-steps ul li {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    background: url(../../../../content/dam/idfcfirstbank/images/explore-product/dash-line1.png) repeat-x 0 0;
    margin-bottom: 0;
    min-height: 172px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .5s ease, transform .5s ease
}

.exsubpr-works .exsubprwor-main .exspwo-steps ul li.is-visible {
    opacity: 1;
    transform: translateY(0)
}

.exsubpr-works .exsubprwor-main .exspwo-steps ul li.noBorder {
    background: none
}

@media(max-width: 991px) {
    .exsubpr-works .exsubprwor-main .exspwo-steps ul li {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        background: url(../../../../content/dam/idfcfirstbank/images/explore-product/vert-line.png) repeat-y 24px 5px;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0px;
        min-height: inherit;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 22px
    }
}

@media(max-width: 767px) {
    .exsubpr-works .exsubprwor-main .exspwo-steps ul li {
        -ms-flex-align: start;
        align-items: start;
        position: relative;
        background: none
    }

    .exsubpr-works .exsubprwor-main .exspwo-steps ul li::before {
        content: "";
        position: absolute;
        left: 24px;
        top: 5px;
        width: 2px;
        height: 0;
        background: url(../../../../content/dam/idfcfirstbank/images/explore-product/vert-line.png) repeat-y;
        transition: height .6s ease
    }

    .exsubpr-works .exsubprwor-main .exspwo-steps ul li.hidee:before,
    .exsubpr-works .exsubprwor-main .exspwo-steps ul li.mob-hidee:before {
        display: none
    }

    .exsubpr-works .exsubprwor-main .exspwo-steps ul li.is-visible::before {
        height: 100%
    }
}

.exsubpr-works .exsubprwor-main .exspwo-steps ul li .num {
    width: 48px;
    height: 48px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #a56d07;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    margin-bottom: 15px;
    margin-top: -24px
}

@media(max-width: 991px) {
    .exsubpr-works .exsubprwor-main .exspwo-steps ul li .num {
        margin-top: 0;
        margin-bottom: 0
    }
}

@media(max-width: 767px) {
    .exsubpr-works .exsubprwor-main .exspwo-steps ul li .num {
        position: relative;
        z-index: 1
    }
}

.exsubpr-works .exsubprwor-main .exspwo-steps ul li .para-box {
    max-width: 95%;
    margin-bottom: 15px
}

@media(max-width: 991px) {
    .exsubpr-works .exsubprwor-main .exspwo-steps ul li .para-box {
        margin-left: 5px;
        margin-bottom: 0
    }
}

@media(max-width: 767px) {
    .exsubpr-works .exsubprwor-main .exspwo-steps ul li .para-box {
        max-width: 100%
    }
}

.exsubpr-works .exsubprwor-main .exspwo-steps ul li .txt {
    color: #686873;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    padding: 0;
    margin: 0 0 28px 0;
    min-height: 138px
}

.exsubpr-works .exsubprwor-main .exspwo-steps ul li .txt strong {
    font-weight: 600
}

@media(max-width: 1199px) {
    .exsubpr-works .exsubprwor-main .exspwo-steps ul li .txt {
        font-size: 14px;
        line-height: 20px
    }
}

@media(max-width: 991px) {
    .exsubpr-works .exsubprwor-main .exspwo-steps ul li .txt {
        margin-bottom: 0;
        min-height: auto;
        margin-left: 14px
    }
}

@media(max-width: 767px) {
    .exsubpr-works .exsubprwor-main .exspwo-steps ul li .txt {
        font-size: 14px;
        line-height: 21px
    }
}

.exsubpr-works .exsubprwor-main .exspwo-steps ul li.lastChild {
    background: url(../../../../content/dam/idfcfirstbank/images/explore-product/curve-r.png) no-repeat right center;
    position: absolute;
    right: -96px;
    top: 1px;
    width: 130px;
    height: 206px;
    background-size: cover
}

@media(max-width: 1280px) {
    .exsubpr-works .exsubprwor-main .exspwo-steps ul li.lastChild {
        right: -66px
    }
}

@media(max-width: 991px) {
    .exsubpr-works .exsubprwor-main .exspwo-steps ul li.lastChild {
        display: none
    }
}

.exsubpr-works .exsubprwor-main .exspwo-steps ul li.no-bg {
    background: none
}

.exsubpr-works .exsubprwor-main .exspwo-steps ul.reserve {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

@media(max-width: 991px) {
    .exsubpr-works .exsubprwor-main .exspwo-steps ul.reserve {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.exsubpr-works .exsubprwor-main .exspwo-steps ul.reserve li.lastChild {
    background: url(../../../../content/dam/idfcfirstbank/images/explore-product/curve.png) no-repeat left center;
    position: absolute;
    left: -68px;
    top: 0px;
    width: 128px;
    height: 208px;
    background-size: cover;
    z-index: -1
}

@media(max-width: 991px) {
    .exsubpr-works .exsubprwor-main .exspwo-steps ul.reserve li.lastChild {
        display: none
    }
}

.exsubpr-works .exsubprwor-main .exspwo-steps ul.secound {
    max-width: 90%;
    margin-left: auto
}

@media(max-width: 1280px) {
    .exsubpr-works .exsubprwor-main .exspwo-steps ul.secound {
        margin-right: 40px;
        max-width: 85%
    }
}

@media(max-width: 991px) {
    .exsubpr-works .exsubprwor-main .exspwo-steps ul.secound {
        margin-right: 0px;
        max-width: 100%
    }
}

.exsubpr-works .exsubprwor-main .exspwo-steps ul.third {
    max-width: 85%;
    margin-left: auto
}

@media(max-width: 991px) {
    .exsubpr-works .exsubprwor-main .exspwo-steps ul.third {
        max-width: 100%
    }
}

.exsubpr-works .exsubprwor-main .exspwo-steps ul:last-child li {
    min-height: auto
}

.exsubpr-works .exsubprwor-main .exspwo-steps ul:last-child li .txt {
    margin-bottom: 0;
    min-height: auto
}

.exsubpr-works .exsubprwor-main .exspwo-steps ul:last-child li.hidee {
    background: rgba(0, 0, 0, 0)
}

@media(max-width: 991px) {
    .exsubpr-works .exsubprwor-main .exspwo-steps ul:last-child li.mob-hidee {
        background: rgba(0, 0, 0, 0)
    }
}


/* Bottom grid css */
.exsubpr-works .sip-use-bottom-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 48px auto;
    grid-template-columns: 48px auto;
    gap: 12px;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px;
    background: linear-gradient(161.82deg, rgba(254, 249, 231, 0.09) 0.64%, rgba(252, 237, 183, 0.18) 101.92%);
    border: .5px solid #fceab1;
    border-radius: 12px
}

@media(max-width: 767px) {
    .exsubpr-works .sip-use-bottom-grid {
        -ms-grid-columns: 32px auto;
        grid-template-columns: 32px auto;
        -ms-flex-align: start;
        align-items: start;
        gap: 6px
    }
}

.exsubpr-works .sip-use-bottom-grid .subg-icon img {
    max-width: 100%
}

.exsubpr-works .sip-use-bottom-grid .desc {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #242424;
    margin-bottom: 0
}

@media(max-width: 767px) {
    .exsubpr-works .sip-use-bottom-grid .desc {
        font-size: 14px;
        color: #25243b
    }
}



/* bas-work css */

.bas-works {
    padding: 60px 0px;
    overflow: hidden
}

@media(max-width: 1199px) {
    .bas-works {
        padding: 50px 0px
    }
}

@media(max-width: 991px) {
    .bas-works {
        padding: 40px 0px
    }
}

.bas-works .title .h2 {
    font-size: 40px;
    line-height: 52px;
    font-weight: 700;
    color: #222;
    margin-bottom: 15px
}

@media(max-width: 1199px) {
    .bas-works .title .h2 {
        font-size: 34px;
        line-height: 46px
    }
}

@media(max-width: 991px) { 
    .bas-works .title .h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 10px
    }
}

.bas-works .title .h2:last-child {
    margin-bottom: 0
}

.bas-works .exsubprwor-main {
    margin-top: 70px
}

@media(max-width: 991px) {
    .bas-works .exsubprwor-main {
        margin-top: 25px
    }
}

@media(max-width: 767px) {
    .bas-works .exsubprwor-main {
        margin-top: 32px
    }
}

.bas-works .exsubprwor-main .exspwo-steps {
    position: relative;
    margin-bottom: 0px
}

@media(max-width: 991px) {
    .bas-works .exsubprwor-main .exspwo-steps {
        padding-top: 0px;
        margin-bottom: 0px
    }
}

.bas-works .exsubprwor-main .exspwo-steps ul {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(max-width: 1280px) {
    .bas-works .exsubprwor-main .exspwo-steps ul:first-child {
        max-width: 95%
    }
}

@media(max-width: 991px) {
    .bas-works .exsubprwor-main .exspwo-steps ul {
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
        max-width: 100%
    }

    .bas-works .exsubprwor-main .exspwo-steps ul.reserve {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.bas-works .exsubprwor-main .exspwo-steps ul li {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    background: url("../../../../content/dam/idfcfirstbank/images/bravo-revamp/dash-line1.png") repeat-x 0 0;
    margin-bottom: 0;
    min-height: 172px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .5s ease, transform .5s ease
}

.bas-works .exsubprwor-main .exspwo-steps ul li.is-visible {
    opacity: 1;
    transform: translateY(0)
}

.bas-works .exsubprwor-main .exspwo-steps ul li.noBorder {
    background: none
}

@media(max-width: 991px) {
    .bas-works .exsubprwor-main .exspwo-steps ul li {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        background: url("../../../../content/dam/idfcfirstbank/images/bravo-revamp/vert-line.png") repeat-y 24px 5px;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0px;
        min-height: inherit;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 22px
    }
}

@media(max-width: 767px) {
    .bas-works .exsubprwor-main .exspwo-steps ul li {
        -ms-flex-align: start;
        align-items: start;
        position: relative;
        background: none
    }

    .bas-works .exsubprwor-main .exspwo-steps ul li::before {
        content: "";
        position: absolute;
        left: 24px;
        top: 5px;
        width: 2px;
        height: 0;
        background: url("../../../../content/dam/idfcfirstbank/images/bravo-revamp/vert-line.png") repeat-y;
        transition: height .6s ease
    }

    .bas-works .exsubprwor-main .exspwo-steps ul li.hidee:before,
    .bas-works .exsubprwor-main .exspwo-steps ul li.mob-hidee:before {
        display: none
    }

    .bas-works .exsubprwor-main .exspwo-steps ul li.is-visible::before {
        height: 100%
    }
}

.bas-works .exsubprwor-main .exspwo-steps ul li .num {
    width: 48px;
    height: 48px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: linear-gradient(180deg, rgba(253, 214, 153, 0.992157) 0%, rgba(253, 177, 61, 0.992157) 100%);
    border-radius: 100%;
    color: #1a1a1a;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    margin-bottom: 15px;
    margin-top: -24px
}

@media(max-width: 991px) {
    .bas-works .exsubprwor-main .exspwo-steps ul li .num {
        margin-top: 0;
        margin-bottom: 0
    }
}

@media(max-width: 767px) {
    .bas-works .exsubprwor-main .exspwo-steps ul li .num {
        position: relative;
        z-index: 1
    }
}

.bas-works .exsubprwor-main .exspwo-steps ul li .para-box {
    max-width: 90%;
    margin-bottom: 15px
}

@media(max-width: 991px) {
    .bas-works .exsubprwor-main .exspwo-steps ul li .para-box {
        margin-left: 5px;
        margin-bottom: 0
    }
}

@media(max-width: 767px) {
    .bas-works .exsubprwor-main .exspwo-steps ul li .para-box {
        max-width: 100%
    }
}

.bas-works .exsubprwor-main .exspwo-steps ul li .txt {
    color: #686873;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    padding: 0;
    margin: 0 0 28px 0;
    min-height: 138px
}

.bas-works .exsubprwor-main .exspwo-steps ul li .txt strong {
    font-weight: 600
}

@media(max-width: 1199px) {
    .bas-works .exsubprwor-main .exspwo-steps ul li .txt {
        font-size: 14px;
        line-height: 20px
    }
}

@media(max-width: 991px) {
    .bas-works .exsubprwor-main .exspwo-steps ul li .txt {
        margin-bottom: 0;
        min-height: auto;
        margin-left: 14px
    }
}

@media(max-width: 767px) {
    .bas-works .exsubprwor-main .exspwo-steps ul li .txt {
        font-size: 14px;
        line-height: 21px
    }
}

.bas-works .exsubprwor-main .exspwo-steps ul li.lastChild {
    background: url("../../../../content/dam/idfcfirstbank/images/bravo-revamp/curve-r.png") no-repeat right center;
    position: absolute;
    right: -96px;
    top: 1px;
    width: 130px;
    height: 206px;
    background-size: cover
}

@media(max-width: 1280px) {
    .bas-works .exsubprwor-main .exspwo-steps ul li.lastChild {
        right: -66px
    }
}

@media(max-width: 991px) {
    .bas-works .exsubprwor-main .exspwo-steps ul li.lastChild {
        display: none
    }
}

.bas-works .exsubprwor-main .exspwo-steps ul li.no-bg {
    background: none
}

.bas-works .exsubprwor-main .exspwo-steps ul.reserve {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

@media(max-width: 991px) {
    .bas-works .exsubprwor-main .exspwo-steps ul.reserve {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.bas-works .exsubprwor-main .exspwo-steps ul.reserve li.lastChild {
    background: url("../../../../content/dam/idfcfirstbank/images/bravo-revamp/curve.png") no-repeat left center;
    position: absolute;
    left: -68px;
    top: 0px;
    width: 128px;
    height: 208px;
    background-size: cover;
    z-index: -1
}

@media(max-width: 991px) {
    .bas-works .exsubprwor-main .exspwo-steps ul.reserve li.lastChild {
        display: none
    }
}

.bas-works .exsubprwor-main .exspwo-steps ul.secound {
    max-width: 95%;
    margin-left: auto
}

@media(max-width: 1280px) {
    .bas-works .exsubprwor-main .exspwo-steps ul.secound {
        margin-right: 40px;
        max-width: 90%
    }
}

@media(max-width: 991px) {
    .bas-works .exsubprwor-main .exspwo-steps ul.secound {
        margin-right: 0px;
        max-width: 100%
    }
}

.bas-works .exsubprwor-main .exspwo-steps ul.third {
    max-width: 85%;
    margin-left: auto
}

@media(max-width: 991px) {
    .bas-works .exsubprwor-main .exspwo-steps ul.third {
        max-width: 100%
    }
}

.bas-works .exsubprwor-main .exspwo-steps ul:last-child li {
    min-height: auto
}

.bas-works .exsubprwor-main .exspwo-steps ul:last-child li .txt {
    margin-bottom: 0;
    min-height: auto
}

.bas-works .exsubprwor-main .exspwo-steps ul:last-child li.hidee {
    background: rgba(0, 0, 0, 0)
}

@media(max-width: 991px) {
    .bas-works .exsubprwor-main .exspwo-steps ul:last-child li.mob-hidee {
        background: rgba(0, 0, 0, 0)
    }
}

.d-mat-subnav .container::-webkit-scrollbar {
    height: 5px
}

.d-mat-subnav .container::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0)
}

.d-mat-subnav .container::-webkit-scrollbar-thumb {
    height: 5px;
    background-color: #ccc
}

.d-mat-subnav .container::-webkit-scrollbar-thumb:hover {
    background-color: #999
}

.d-mat-subnav .container .outer-wrapper::-webkit-scrollbar:vertical {
    display: none
}

.d-mat-subnav .pseduo-track {
    background-color: #999;
    height: 2px;
    width: 100%;
    position: relative;
    top: -3px;
    z-index: -10
}

@media(any-hover: none) {
    .d-mat-subnav .pseduo-track .pseduo-track {
        display: none
    }
}

.d-mat-subnav .nav {
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 65px
}

.d-mat-subnav .secondary-nav .container {
    position: relative
}

.d-mat-subnav .secondary-nav .container .btn-box {
    top: 0
}

.d-mat-subnav .secondary-nav .container .btn-box .btn-red {
    padding: 10px 20px
}

.d-mat-subnav .secondary-nav .container .btn-box .btn-black {
    background: linear-gradient(131.93deg, #353535 0%, #000000 95.19%)
}

.d-mat-subnav .secondary-nav,
.d-mat-subnav .secondary-tab,
.d-mat-subnav .secondary-tab-normal {
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(37, 36, 59, .1);
    position: relative
}

.d-mat-subnav .secondary-nav.sticky,
.d-mat-subnav .secondary-tab.sticky,
.d-mat-subnav .secondary-tab-normal.sticky {
    position: fixed;
    width: 100%;
    top: 106px;
    left: 0;
    z-index: 2
}

.d-mat-subnav .secondary-nav.sticky ul:not(.filter) li a,
.d-mat-subnav .secondary-tab.sticky ul:not(.filter) li a,
.d-mat-subnav .secondary-tab-normal.sticky ul:not(.filter) li a {
    padding: 15px 0 10px;
    font-size: 16px
}

.d-mat-subnav .secondary-nav.sticky .container .btn-box,
.d-mat-subnav .secondary-tab.sticky .container .btn-box,
.d-mat-subnav .secondary-tab-normal.sticky .container .btn-box {
    top: 5px
}

.d-mat-subnav .secondary-nav.sticky .container .btn-box .btn-red,
.d-mat-subnav .secondary-tab.sticky .container .btn-box .btn-red,
.d-mat-subnav .secondary-tab-normal.sticky .container .btn-box .btn-red {
    padding: 7px 30px;
    font-size: 14px
}

.d-mat-subnav .secondary-nav ul:not(.filter),
.d-mat-subnav .secondary-tab ul:not(.filter),
.d-mat-subnav .secondary-tab-normal ul:not(.filter) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 54px
}

.d-mat-subnav .secondary-nav ul:not(.filter) li,
.d-mat-subnav .secondary-tab ul:not(.filter) li,
.d-mat-subnav .secondary-tab-normal ul:not(.filter) li {
    margin: 0 0px
}

@media(max-width: 1180px) {

    .d-mat-subnav .secondary-nav ul:not(.filter) li,
    .d-mat-subnav .secondary-tab ul:not(.filter) li,
    .d-mat-subnav .secondary-tab-normal ul:not(.filter) li {
        margin: 0 0px
    }
}

.d-mat-subnav .secondary-nav ul:not(.filter) li p,
.d-mat-subnav .secondary-tab ul:not(.filter) li p,
.d-mat-subnav .secondary-tab-normal ul:not(.filter) li p {
    margin-bottom: 0
}

.d-mat-subnav .secondary-nav ul:not(.filter) li.no-data,
.d-mat-subnav .secondary-tab ul:not(.filter) li.no-data,
.d-mat-subnav .secondary-tab-normal ul:not(.filter) li.no-data {
    margin: 0
}

@media(max-width: 1024px) {

    .d-mat-subnav .secondary-nav ul:not(.filter) li,
    .d-mat-subnav .secondary-tab ul:not(.filter) li,
    .d-mat-subnav .secondary-tab-normal ul:not(.filter) li {
        margin: 0 0px
    }
}

.d-mat-subnav .secondary-nav ul:not(.filter) li:first-child,
.d-mat-subnav .secondary-tab ul:not(.filter) li:first-child,
.d-mat-subnav .secondary-tab-normal ul:not(.filter) li:first-child {
    margin-left: 0
}

.d-mat-subnav .secondary-nav ul:not(.filter) li a,
.d-mat-subnav .secondary-tab ul:not(.filter) li a,
.d-mat-subnav .secondary-tab-normal ul:not(.filter) li a {
    padding: 15px 0 15px;
    display: block;
    font-weight: 400;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.5px
}

.d-mat-subnav .secondary-nav ul:not(.filter) li a::after,
.d-mat-subnav .secondary-tab ul:not(.filter) li a::after,
.d-mat-subnav .secondary-tab-normal ul:not(.filter) li a::after {
    border-bottom: 3px solid #9d1d27;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    margin: auto;
    position: absolute;
    transition: .3s all ease
}

.d-mat-subnav .secondary-nav ul:not(.filter) li a strong,
.d-mat-subnav .secondary-tab ul:not(.filter) li a strong,
.d-mat-subnav .secondary-tab-normal ul:not(.filter) li a strong {
    color: #616161;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 138%;
    letter-spacing: -0.18px
}

.d-mat-subnav .secondary-nav ul:not(.filter) li a.active strong,
.d-mat-subnav .secondary-nav ul:not(.filter) li a:hover strong,
.d-mat-subnav .secondary-tab ul:not(.filter) li a.active strong,
.d-mat-subnav .secondary-tab ul:not(.filter) li a:hover strong,
.d-mat-subnav .secondary-tab-normal ul:not(.filter) li a.active strong,
.d-mat-subnav .secondary-tab-normal ul:not(.filter) li a:hover strong {
    font-weight: 600
}

.d-mat-subnav .secondary-nav ul:not(.filter) li a.active::after,
.d-mat-subnav .secondary-nav ul:not(.filter) li a:hover::after,
.d-mat-subnav .secondary-tab ul:not(.filter) li a.active::after,
.d-mat-subnav .secondary-tab ul:not(.filter) li a:hover::after,
.d-mat-subnav .secondary-tab-normal ul:not(.filter) li a.active::after,
.d-mat-subnav .secondary-tab-normal ul:not(.filter) li a:hover::after {
    width: 100%
}

.d-mat-subnav .secondary-nav ul:not(.filter) li a.btn-apply,
.d-mat-subnav .secondary-tab ul:not(.filter) li a.btn-apply,
.d-mat-subnav .secondary-tab-normal ul:not(.filter) li a.btn-apply {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 24px;
    gap: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    border-radius: 30px;
    background: #9a1b24;
    min-width: 30px;
    text-transform: capitalize
}

.d-mat-subnav .secondary-nav ul:not(.filter) li a.btn-apply.black,
.d-mat-subnav .secondary-tab ul:not(.filter) li a.btn-apply.black,
.d-mat-subnav .secondary-tab-normal ul:not(.filter) li a.btn-apply.black {
    background: linear-gradient(131.93deg, #353535 0%, #000000 95.19%)
}

.d-mat-subnav .secondary-nav ul:not(.filter) li a.btn-apply::after,
.d-mat-subnav .secondary-tab ul:not(.filter) li a.btn-apply::after,
.d-mat-subnav .secondary-tab-normal ul:not(.filter) li a.btn-apply::after {
    display: none
}

@media(max-width: 991px) {

    .d-mat-subnav .secondary-nav.new-secnav ul:not(.filter),
    .d-mat-subnav .secondary-tab.new-secnav ul:not(.filter),
    .d-mat-subnav .secondary-tab-normal.new-secnav ul:not(.filter) {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        white-space: nowrap
    }
}

@media(max-width: 991px) {

    .d-mat-subnav .secondary-nav,
    .d-mat-subnav .secondary-tab,
    .d-mat-subnav .secondary-tab-normal {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none
    }

    .d-mat-subnav .secondary-nav::-webkit-scrollbar,
    .d-mat-subnav .secondary-tab::-webkit-scrollbar,
    .d-mat-subnav .secondary-tab-normal::-webkit-scrollbar {
        display: none
    }

    .d-mat-subnav .secondary-nav ul li,
    .d-mat-subnav .secondary-tab ul li,
    .d-mat-subnav .secondary-tab-normal ul li {
        margin: 0 24px
    }
}

.d-mat-subnav .btn-container-mobile-only {
    position: fixed;
    bottom: 15px;
    width: 100%;
    text-align: center;
    padding: 0 15px;
    z-index: 3
}

.d-mat-subnav .btn-container-mobile-only .btn-apply {
    border-radius: 100px;
    background: linear-gradient(94deg, #610E14 1.19%, #9B1E26 39.98%, #350A0D 107.4%);
    padding: 12px 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    box-shadow: 0px 4px 8.5px rgba(0, 0, 0, .22)
}

.d-mat-subnav.grnt-average-subnav .secondary-nav ul:not(.filter) {
    -ms-flex-pack: start;
    justify-content: flex-start;
    column-gap: 50px
}

@media(max-width: 991px) {
    .d-mat-subnav.grnt-average-subnav .secondary-nav ul:not(.filter) {
        -ms-flex-pack: justify;
        justify-content: space-between;
        column-gap: 0
    }
}

.d-mat-subnav.grnt-average-subnav .secondary-nav ul:not(.filter) li a strong {
    color: #222
}

.d-mat-subnav.grnt-average-subnav .secondary-nav ul:not(.filter) li a.active::after {
    border-color: #9b1e26
}

.d-mat-subnav.grnt-epf-subnav .nav:not(.filter) {
    -ms-flex-pack: start;
    justify-content: start
}

.d-mat-subnav.grnt-epf-subnav .nav:not(.filter) li {
    margin-left: 40px
}

.d-mat-subnav.grnt-epf-subnav .nav:not(.filter) li:first-child {
    margin: 0
}

.d-mat-subnav.grnt-epf-subnav .nav:not(.filter) li:last-child {
    margin-left: auto
}

@keyframes availAnim {
    from {
        width: 0
    }

    to {
        width: 67%
    }
}

@keyframes availAnim1 {
    from {
        height: 0
    }

    to {
        height: 80%
    }
}

.bounceInUp1 {
    animation-name: bounceInUp1
}

.bounceInUp2 {
    animation-name: bounceInUp2
}

.new-head-body .d-mat-subnav .secondary-nav.sticky,
.new-head-body .d-mat-subnav .secondary-tab.sticky,
.new-head-body .d-mat-subnav .secondary-tab-normal.sticky {
    top: 77px !important
}

@media(max-width: 991px) {
    .new-head-body .d-mat-subnav .secondary-nav.sticky,
    .new-head-body .d-mat-subnav .secondary-tab.sticky,
    .new-head-body .d-mat-subnav .secondary-tab-normal.sticky {
        top: 76px !important;
    }
}

.grnt-fmn-subnav .secondary-nav ul:not(.filter) li+li {
    margin-left: 30px
}

.grnt-fmn-subnav .secondary-nav ul:not(.filter) li:last-child {
    margin-left: auto
}

.grnt-fmn-subnav .secondary-nav ul:not(.filter) li a strong {
    color: #2b2b2b
}


.sticky-footer-button {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2
}

.grnt-sticky-btn {
    padding: 15px 20px;
    background: linear-gradient(182.76deg, rgba(255, 255, 255, 0.63) 1.81%, rgba(255, 255, 255, 0.7) 97.23%);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    bottom: 0;
    transition: all .5s
}

.grnt-sticky-btn.rosy-brown-bg {
    padding: 15px;
    background: linear-gradient(90deg, #C08D8D 0%, #907F7F 100%);
    border-radius: 12px 12px 0px 0px;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    bottom: 0;
    transition: all .5s
}

.grnt-sticky-btn.stickybtn {
    bottom: 0
}

.grnt-sticky-btn .btn-box:has(> :nth-child(2))  {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px
}



.grnt-sticky-btn .btn-black {
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding: 10px 30px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    border-radius: 100px;
    height: auto;
    display: block;
    max-width: 100%;
    color: #fff;
    background: linear-gradient(131.93deg, #353535 0%, #000000 95.19%);
    margin: auto
}

.grnt-sticky-btn .btn-box:has(> :nth-child(2)) .btn-black{
    margin:0;
    padding:10px 20px;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
}

.grnt-sticky-btn .black-btn-border {
    padding: 10px 20px;
    text-align: center;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #222;
    border-radius: 99px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #222;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%
}

.cap-overview {
    padding: 60px 0px
}

@media(max-width: 1199px) {
    .cap-overview {
        padding: 50px 0px
    }
}

@media(max-width: 991px) {
    .cap-overview {
        padding: 40px 0px
    }
}

@media(max-width: 767px) {
    .cap-overview {
        padding: 40px 0px
    }
}

.cap-overview .expr-overvi-main .h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #222;
    margin-bottom: 20px
}

@media(max-width: 1199px) {
    .cap-overview .expr-overvi-main .h2 {
        font-size: 34px;
        line-height: 42px;
        margin-bottom: 16px
    }
}

@media(max-width: 991px) {
    .cap-overview .expr-overvi-main .h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 10px
    }
}

@media(max-width: 767px) {
    .cap-overview .expr-overvi-main .h2 {
        margin-bottom: 20px
    }
}

.cap-overview .expr-overvi-main .desc {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #242424;
    margin-bottom: 20px
}

.cap-overview .expr-overvi-main .desc:last-child {
    margin-bottom: 0
}

@media(max-width: 1199px) {
    .cap-overview .expr-overvi-main .desc {
        line-height: 26px
    }
}

@media(max-width: 991px) {
    .cap-overview .expr-overvi-main .desc {
        line-height: 23px
    }
}

.cap-overview .expr-overvi-main .read-more-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    gap: 9px;
    padding: 8px 12px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #9b1e26;
    border-radius: 100px;
    border: 1px solid #9b1e26;
    width: -moz-fit-content;
    width: fit-content;
    margin: 30px auto 0px
}

@media(max-width: 991px) {
    .cap-overview .expr-overvi-main .read-more-btn {
        padding: 6px 12px;
        font-size: 12px
    }
}

@media(max-width: 767px) {
    .cap-overview .expr-overvi-main .read-more-btn {
        font-size: 14px;
        padding: 6px 12px
    }
}

.cap-overview .expr-overvi-main .read-more-btn strong {
    font-weight: 400
}

@media(max-width: 767px) {
    .cap-overview .expr-overvi-main .read-more-btn {
        margin-top: 24px
    }
}


.fc-overview {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    gap: 9px;
    padding: 8px 12px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 180%;
    color: #9b1e26;
    /* border-radius: 100px;
    border: 1px solid #9b1e26; */
    width: -moz-fit-content;
    width: fit-content;
    /* margin: 30px auto 0px */
}

.cap-overview a:hover {
    color: #9b1e26;
}

.cap-faq {
    padding: 60px 0px;
    position: relative;
    background: #fff
}

@media(max-width: 1199px) {
    .cap-faq {
        padding: 50px 0px 50px
    }
}

@media(max-width: 991px) {
    .cap-faq {
        padding: 40px 0px 40px
    }
}

@media(max-width: 767px) {
    .cap-faq {
        padding: 30px 0px 40px
    }
}

.cap-faq .btn-know-more {
    border-radius: 40px;
    border: 1px solid #fcfcf1;
    background: linear-gradient(270deg, #332B28 0%, #514A44 21.11%, #8B837D 50.14%, #625A50 71.74%, #7A766D 90.18%, #433C32 100%);
    border: none;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 10px 20px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.cap-faq .btn-know-more span {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: linear-gradient(208deg, #C8C6C6 0%, #F1F0F0 53.5%, #C8C6C6 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

@media(max-width: 767px) {
    .cap-faq .btn-know-more span {
        font-size: 14px
    }
}

.cap-faq .heading {
    margin-bottom: 40px
}

@media(max-width: 767px) {
    .cap-faq .heading {
        max-width: 80%;
        margin: auto
    }
}

.cap-faq .headH2 {
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #222;
    margin-bottom: 0
}

@media(max-width: 1199px) {
    .cap-faq .headH2 {
        font-size: 34px;
        line-height: 44px
    }
}

@media(max-width: 991px) {
    .cap-faq .headH2 {
        font-size: 28px;
        line-height: 37px
    }
}

@media(max-width: 767px) {
    .cap-faq .headH2 {
        font-size: 24px;
        margin-bottom: 0px;
        line-height: 32px
    }
}

.cap-faq .first-family-faq-filter {
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    cursor: pointer;
    overflow-x: auto;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
    padding-bottom: 5px;
    -ms-flex-pack: start;
    justify-content: start
}

@media(max-width: 1199px) {
    .cap-faq .first-family-faq-filter {
        -ms-flex-pack: start;
        justify-content: start
    }
}

@media(max-width: 767px) {
    .cap-faq .first-family-faq-filter {
        gap: 12px;
        margin-bottom: 0;
        margin-right: -15px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        white-space: nowrap
    }
}

.cap-faq .first-family-faq-filter-items {
    gap: 10px;
    border-radius: 38px;
    border: none;
    overflow: hidden;
    display: inline-table
}

.cap-faq .first-family-faq-filter-items-txt {
    padding: 9px 20px;
    width: -moz-max-content;
    width: max-content;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #000;
    margin: 0;
    background: #fff;
    border-radius: 38px;
    border: 1px solid #000
}

@media(max-width: 991px) {
    .cap-faq .first-family-faq-filter-items-txt {
        padding: 8px 20px
    }
}

@media(max-width: 767px) {
    .cap-faq .first-family-faq-filter-items-txt {
        font-size: 14px
    }
}

.cap-faq .first-family-faq-filter-items-txt.active {
    border-radius: 38px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: #9b1e26;
    border-color: #9b1e26
}

@media(max-width: 767px) {
    .cap-faq .first-family-faq-filter-items-txt.active {
        font-size: 14px
    }
}

.cap-faq .first-family-faq .accordian.MT25 {
    margin-top: 30px
}

@media(max-width: 767px) {
    .cap-faq .first-family-faq .accordian.MT25 {
        margin-top: 14px
    }
}

.cap-faq .first-family-faq .accordian .faq-wrap {
    padding: 0 10px;
    border-radius: 15px
}

@media(max-width: 767px) {
    .cap-faq .first-family-faq .accordian .faq-wrap {
        padding: 0px 17px 0px 17px
    }
}

.cap-faq .first-family-faq .accordian .faq-wrap .trgr {
    color: #1c252e;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: rgba(0, 0, 0, 0);
    box-shadow: none;
    border-bottom: 1px solid #9a9a9a;
    border-radius: 0;
    padding: 25px 0 25px 16px;
    margin-top: 0;
    position: relative
}

.cap-faq .first-family-faq .accordian .faq-wrap .trgr::before {
    position: absolute;
    width: 15px;
    height: 15px;
    font-family: icomoon;
    content: "";
    right: 30px;
    top: 20px;
    color: #000
}

@media(max-width: 767px) {
    .cap-faq .first-family-faq .accordian .faq-wrap .trgr::before {
        right: 18px
    }
}

.cap-faq .first-family-faq .accordian .faq-wrap .trgr.act {
    color: #1c252e;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    border-radius: 0;
    border-bottom: 0
}

.cap-faq .first-family-faq .accordian .faq-wrap .trgr.act+.tog_cont {
    color: #1c252e;
    -webkit-text-stroke-width: 1;
    -webkit-text-stroke-color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding-right: 98px
}

@media(max-width: 767px) {
    .cap-faq .first-family-faq .accordian .faq-wrap .trgr.act+.tog_cont {
        padding-right: 20px
    }
}

.cap-faq .first-family-faq .accordian .faq-wrap .trgr.act+.tog_cont.show {
    display: block !important
}

.cap-faq .first-family-faq .accordian .faq-wrap .trgr:last-child {
    border-bottom: none
}

@media(max-width: 767px) {
    .cap-faq .first-family-faq .accordian .faq-wrap .trgr {
        padding: 18px 36px 18px 18px;
        font-size: 14px
    }
}

.cap-faq .first-family-faq .accordian .faq-wrap .trgr.act::before {
    content: "";
    transform: rotate(180deg)
}

.cap-faq .first-family-faq .accordian .faq-wrap .tog_cont {
    background: rgba(0, 0, 0, 0);
    border-top: 0;
    box-shadow: none;
    padding: 0px 0 0 16px
}

.cap-faq .first-family-faq .accordian .faq-wrap .tog_cont p,
.cap-faq .first-family-faq .accordian .faq-wrap .tog_cont ol li,
.cap-faq .first-family-faq .accordian .faq-wrap .tog_cont ul li {
    -webkit-text-stroke-width: 1;
    -webkit-text-stroke-color: #1c252e;
    color: #1c252e;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 0
}

@media(max-width: 767px) {

    .cap-faq .first-family-faq .accordian .faq-wrap .tog_cont p,
    .cap-faq .first-family-faq .accordian .faq-wrap .tog_cont ol li,
    .cap-faq .first-family-faq .accordian .faq-wrap .tog_cont ul li {
        font-size: 14px;
        line-height: 20px
    }
}

.cap-faq .first-family-faq .accordian .faq-wrap .tog_cont p sup,
.cap-faq .first-family-faq .accordian .faq-wrap .tog_cont ol li sup,
.cap-faq .first-family-faq .accordian .faq-wrap .tog_cont ul li sup {
    color: #1c252e
}

.cap-faq .first-family-faq .accordian .faq-wrap .tog_cont ol.ashwa-product-faq {
    margin-top: 6px;
    margin-bottom: 10px
}

.cap-faq .first-family-faq .accordian .faq-wrap .tog_cont ol.ashwa-product-faq li {
    color: #1c252e;
    -webkit-text-stroke-width: 1;
    -webkit-text-stroke-color: #1c252e;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
    -webkit-text-fill-color: inherit
}

.cap-faq .first-family-faq .accordian .faq-wrap .tog_cont ol.ashwa-product-faq li::before {
    content: "-";
    text-indent: -5px;
    color: #1c252e;
    background: #fff;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-text-stroke-width: 1;
    -webkit-text-stroke-color: #1c252e;
    margin: 0 5px 0 -12px
}

.cap-faq .first-family-faq .accordian .faq-wrap .tog_cont ul {
    padding-left: 40px
}

.cap-faq .first-family-faq .accordian .faq-wrap .tog_cont ul li {
    list-style: disc;
    color: #1c252e
}

@media(max-width: 767px) {
    .cap-faq .first-family-faq .accordian .faq-wrap .tog_cont ul {
        padding-left: 30px
    }
}

.cap-faq .first-family-faq .accordian .faq-wrap .tog_cont a {
    color: #1c252e;
    text-decoration: underline;
    font-weight: 400
}

.cap-faq .first-family-faq .accordian .faq-wrap:has(>div>.trgr.act) {
    background: linear-gradient(180deg, #FBFBFB 0%, #F0F0F0 100%);
    stroke-width: 1px;
    stroke: #fff;
    padding: 15px 10px 24px
}

@media(max-width: 767px) {
    .cap-faq .first-family-faq .accordian .faq-wrap:has(>div>.trgr.act) {
        padding: 8px 20px 20px
    }
}

.cap-faq .faq-filter-mobile {
    display: none;
    margin: 30px 25px 20px;
    position: relative
}

.cap-faq .faq-filter-mobile .faq-filter-btn {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 11px 20px;
    border: 1px solid #9b1e26;
    border-radius: 12px;
    background: #9b1e26;
    color: #fff;
    cursor: pointer;
    filter: drop-shadow(0px 8px 24px rgba(149, 157, 165, 0.2));
    outline: none !important;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500
}

.cap-faq .faq-filter-mobile .faq-filter-btn svg {
    transition: transform .2s ease
}

.cap-faq .faq-filter-mobile .faq-filter-btn[aria-expanded=true] svg {
    transform: rotate(180deg)
}

.cap-faq .faq-filter-mobile .faq-filter-list {
    position: absolute;
    z-index: 30;
    width: calc(100% - 2px);
    background: #e9e9e9;
    border: 1px solid #e9e9e9;
    border-radius: 12px;
    margin-top: 6px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
    max-height: 260px;
    overflow: auto;
    z-index: 2
}

.cap-faq .faq-filter-mobile .faq-filter-list li {
    list-style: none;
    padding: .9rem 1rem;
    cursor: pointer;
    color: #000;
    border-bottom: 1px solid #bdbdbd
}

.cap-faq .faq-filter-mobile .faq-filter-list li:last-child {
    border-bottom: none
}

.cap-faq .faq-filter-mobile .faq-filter-list li[aria-selected=true] {
    background: #9b1e26;
    color: #fff
}

.cap-faq .faq-filter-mobile .faq-filter-list li:focus {
    outline: none;
    background: #9b1e26;
    color: #fff
}

.cap-faq .btn-box {
    margin-top: 32px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width: 991px) {
    .cap-faq .btn-box {
        margin-top: 30px
    }
}

@media(max-width: 767px) {
    .cap-faq .btn-box {
        margin-top: 32px
    }
}

.cap-faq .btn-box .btn-red-new {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 9px 32px;
    color: #9b1e26 !important;
    background: rgba(0, 0, 0, 0) !important;
    border: 1px solid #9b1e26;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 24px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600
}

@media(max-width: 767px) {
    .cap-faq .btn-box .btn-red-new {
        padding: 7px 20px;
        font-size: 16px;
        line-height: 23px;
        font-weight: 700;
        border-radius: 30px
    }
}

.cap-faq .btn-box .btn-red-new span {
    font-size: 14px
}

@media(max-width: 767px) {
    .cap-faq .btn-box .btn-red-new span {
        font-size: 16px;
        line-height: 23px;
        font-weight: 700
    }
}
.cap-blog {
    padding: 60px 0px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

@media(max-width: 1199px) {
    .cap-blog {
        padding: 50px 0px
    }
}

@media(max-width: 991px) {
    .cap-blog {
        padding: 40px 0px
    }
}

.cap-blog .head {
    margin-bottom: 40px
}

@media(max-width: 1199px) {
    .cap-blog .head {
        margin-bottom: 30px
    }
}

@media(max-width: 991px) {
    .cap-blog .head {
        margin-bottom: 25px
    }
}

@media(max-width: 767px) {
    .cap-blog .head {
        margin-bottom: 16px
    }
}

.cap-blog .head .h2 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    color: #222;
    margin-bottom: 20px
}

@media(max-width: 1199px) {
    .cap-blog .head .h2 {
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 14px
    }
}

@media(max-width: 991px) {
    .cap-blog .head .h2 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 12px
    }
}

.cap-blog .head .h2:last-child {
    margin-bottom: 0
}

.cap-blog .head .txt {
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    color: #505a63;
    margin-bottom: 15px
}

.cap-blog .head .txt:last-child {
    margin-bottom: 0
}

.cap-blog .nrho-lblog-embla,
.cap-blog .nrho-video-embla,
.cap-blog .nrho-webstroe-embla {
    position: relative;
    padding: 0px 0px;
    z-index: 1
}

.cap-blog .nrho-lblog-embla .embla__selected-snap-display,
.cap-blog .nrho-video-embla .embla__selected-snap-display,
.cap-blog .nrho-webstroe-embla .embla__selected-snap-display {
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    margin: 25px auto 0;
    left: 0;
    bottom: 0;
    background: #e3e2df;
    border-radius: 30px;
    padding: 6px 10px;
    color: #222;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    z-index: 1
}

.cap-blog .nrho-lblog-embla .embla__viewport,
.cap-blog .nrho-video-embla .embla__viewport,
.cap-blog .nrho-webstroe-embla .embla__viewport {
    overflow: hidden
}

@media(max-width: 767px) {

    .cap-blog .nrho-lblog-embla .embla__viewport,
    .cap-blog .nrho-video-embla .embla__viewport,
    .cap-blog .nrho-webstroe-embla .embla__viewport {
        overflow: visible
    }
}

.cap-blog .nrho-lblog-embla .embla__container,
.cap-blog .nrho-video-embla .embla__container,
.cap-blog .nrho-webstroe-embla .embla__container {
    display: -ms-flexbox;
    display: flex;
    gap: 24px
}

@media(max-width: 991px) {

    .cap-blog .nrho-lblog-embla .embla__container,
    .cap-blog .nrho-video-embla .embla__container,
    .cap-blog .nrho-webstroe-embla .embla__container {
        gap: 16px
    }
}

.cap-blog .nrho-lblog-embla .embla__container .embla__slide,
.cap-blog .nrho-video-embla .embla__container .embla__slide,
.cap-blog .nrho-webstroe-embla .embla__container .embla__slide {
    -ms-flex: 1 0 31.65%;
    flex: 1 0 31.65%
}

@media(max-width: 1199px) {

    .cap-blog .nrho-lblog-embla .embla__container .embla__slide,
    .cap-blog .nrho-video-embla .embla__container .embla__slide,
    .cap-blog .nrho-webstroe-embla .embla__container .embla__slide {
        -ms-flex: 1 0 31%;
        flex: 1 0 31%
    }
}

@media(max-width: 991px) {

    .cap-blog .nrho-lblog-embla .embla__container .embla__slide,
    .cap-blog .nrho-video-embla .embla__container .embla__slide,
    .cap-blog .nrho-webstroe-embla .embla__container .embla__slide {
        -ms-flex: 1 0 40%;
        flex: 1 0 40%
    }
}

@media(max-width: 767px) {

    .cap-blog .nrho-lblog-embla .embla__container .embla__slide,
    .cap-blog .nrho-video-embla .embla__container .embla__slide,
    .cap-blog .nrho-webstroe-embla .embla__container .embla__slide {
        -ms-flex: 1 0 100%;
        flex: 1 0 100%
    }
}

.cap-blog .embla__controls {
    margin-top: 0px
}

@media(max-width: 767px) {
    .cap-blog .embla__controls {
        display: none
    }
}

.cap-blog .embla__controls .embla__buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.cap-blog .embla__controls .embla__buttons .embla__button {
    background: rgba(0, 0, 0, 0);
    border: 0;
    padding: 0;
    outline: 0;
    box-shadow: 0 0 0;
    width: 48px;
    height: 48px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    background: #f9f9f9;
    position: absolute;
    top: 45%;
    transform: translateY(-45%)
}

@media(max-width: 1199px) {
    .cap-blog .embla__controls .embla__buttons .embla__button {
        width: 40px;
        height: 40px
    }
}

@media(max-width: 991px) {
    .cap-blog .embla__controls .embla__buttons .embla__button {
        width: 36px;
        height: 36px
    }
}

@media(max-width: 767px) {
    .cap-blog .embla__controls .embla__buttons .embla__button {
        top: 43%;
        transform: translateY(-43%)
    }
}

.cap-blog .embla__controls .embla__buttons .embla__button.embla__button--prev {
    left: -70px
}

@media(max-width: 1199px) {
    .cap-blog .embla__controls .embla__buttons .embla__button.embla__button--prev {
        left: -50px
    }
}

@media(max-width: 767px) {
    .cap-blog .embla__controls .embla__buttons .embla__button.embla__button--prev {
        left: -10px
    }
}

.cap-blog .embla__controls .embla__buttons .embla__button.embla__button--next {
    right: -70px
}

@media(max-width: 1199px) {
    .cap-blog .embla__controls .embla__buttons .embla__button.embla__button--next {
        right: -50px
    }
}

@media(max-width: 767px) {
    .cap-blog .embla__controls .embla__buttons .embla__button.embla__button--next {
        right: -10px
    }
}

.cap-blog .embla__controls .embla__buttons .embla__button svg {
    max-width: 12px
}

@media(max-width: 991px) {
    .cap-blog .embla__controls .embla__buttons .embla__button svg {
        max-width: 8px
    }
}

.cap-blog .nrhoblog-tabs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: auto;
    padding: 3px;
    background: #f6f6f6;
    border-radius: 100px
}

@media(max-width: 767px) {
    .cap-blog .nrhoblog-tabs {
        padding: 2px;
        background: #dbdbde;
        white-space: nowrap;
        overflow: auto;
        -ms-flex-pack: start;
        justify-content: start
    }
}

.cap-blog .nrhoblog-tabs a {
    display: block;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding: 12px 35px;
    background: rgba(0, 0, 0, 0);
    border-radius: 100px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #686873
}

@media(max-width: 1199px) {
    .cap-blog .nrhoblog-tabs a {
        padding: 10px 30px;
        font-size: 16px;
        line-height: 20px
    }
}

@media(max-width: 991px) {
    .cap-blog .nrhoblog-tabs a {
        padding: 9px 20px
    }
}

@media(max-width: 767px) {
    .cap-blog .nrhoblog-tabs a {
        font-size: 14px;
        line-height: 20px;
        padding: 10px 20px
    }
}

.cap-blog .nrhoblog-tabs a.active {
    color: #f6f6f6;
    background: #222;
    font-weight: 700
}

@media(max-width: 767px) {
    .cap-blog .nrhoblog-tabs a.active {
        background: #25243b
    }
}

.cap-blog .nrhoblog-main {
    margin-top: 40px;
    padding: 0px 70px
}

@media(max-width: 1199px) {
    .cap-blog .nrhoblog-main {
        padding: 0px 50px;
        margin-top: 30px
    }
}

@media(max-width: 767px) {
    .cap-blog .nrhoblog-main {
        padding: 0px 10px;
        margin-top: 24px
    }
}

.cap-blog .nrho-lblog-embla .nrhlblog-box,
.cap-blog .nrho-video-embla .nrhlblog-box,
.cap-blog .nrho-webstroe-embla .nrhlblog-box {
    background: #f5f5f7;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.cap-blog .nrho-lblog-embla .nrhlblog-box .anchor-link,
.cap-blog .nrho-video-embla .nrhlblog-box .anchor-link,
.cap-blog .nrho-webstroe-embla .nrhlblog-box .anchor-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    z-index: 2
}

.cap-blog .nrho-lblog-embla .nrhlblog-box .nrhlblogb-img,
.cap-blog .nrho-video-embla .nrhlblog-box .nrhlblogb-img,
.cap-blog .nrho-webstroe-embla .nrhlblog-box .nrhlblogb-img {
    position: relative;
    z-index: 1
}

.cap-blog .nrho-lblog-embla .nrhlblog-box .nrhlblogb-img img,
.cap-blog .nrho-video-embla .nrhlblog-box .nrhlblogb-img img,
.cap-blog .nrho-webstroe-embla .nrhlblog-box .nrhlblogb-img img {
    width: 100%;
    border-radius: 16px
}

.cap-blog .nrho-lblog-embla .nrhlblog-box .nrhlblogb-img .play-btn,
.cap-blog .nrho-video-embla .nrhlblog-box .nrhlblogb-img .play-btn,
.cap-blog .nrho-webstroe-embla .nrhlblog-box .nrhlblogb-img .play-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 16px;
    background: rgba(0, 0, 0, .2)
}

.cap-blog .nrho-lblog-embla .nrhlblog-box .nrhlblogb-img .play-btn img,
.cap-blog .nrho-video-embla .nrhlblog-box .nrhlblogb-img .play-btn img,
.cap-blog .nrho-webstroe-embla .nrhlblog-box .nrhlblogb-img .play-btn img {
    max-width: 50px;
    margin: auto
}

@media(max-width: 767px) {

    .cap-blog .nrho-lblog-embla .nrhlblog-box .nrhlblogb-img .play-btn img,
    .cap-blog .nrho-video-embla .nrhlblog-box .nrhlblogb-img .play-btn img,
    .cap-blog .nrho-webstroe-embla .nrhlblog-box .nrhlblogb-img .play-btn img {
        max-width: 40px
    }
}

.cap-blog .nrho-lblog-embla .nrhlblog-box .nrhlblogb-desc,
.cap-blog .nrho-video-embla .nrhlblog-box .nrhlblogb-desc,
.cap-blog .nrho-webstroe-embla .nrhlblog-box .nrhlblogb-desc {
    padding: 20px 18px
}

@media(max-width: 767px) {

    .cap-blog .nrho-lblog-embla .nrhlblog-box .nrhlblogb-desc,
    .cap-blog .nrho-video-embla .nrhlblog-box .nrhlblogb-desc,
    .cap-blog .nrho-webstroe-embla .nrhlblog-box .nrhlblogb-desc {
        padding: 20px 14px
    }
}

.cap-blog .nrho-lblog-embla .nrhlblog-box .nrhlblogb-desc .h3,
.cap-blog .nrho-video-embla .nrhlblog-box .nrhlblogb-desc .h3,
.cap-blog .nrho-webstroe-embla .nrhlblog-box .nrhlblogb-desc .h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 12px
}

@media(max-width: 991px) {

    .cap-blog .nrho-lblog-embla .nrhlblog-box .nrhlblogb-desc .h3,
    .cap-blog .nrho-video-embla .nrhlblog-box .nrhlblogb-desc .h3,
    .cap-blog .nrho-webstroe-embla .nrhlblog-box .nrhlblogb-desc .h3 {
        font-size: 16px;
        line-height: 20px
    }
}

@media(max-width: 767px) {

    .cap-blog .nrho-lblog-embla .nrhlblog-box .nrhlblogb-desc .h3,
    .cap-blog .nrho-video-embla .nrhlblog-box .nrhlblogb-desc .h3,
    .cap-blog .nrho-webstroe-embla .nrhlblog-box .nrhlblogb-desc .h3 {
        font-size: 18px;
        line-height: 25px
    }
}

.cap-blog .nrho-lblog-embla .nrhlblog-box .nrhlblogb-desc .txt,
.cap-blog .nrho-video-embla .nrhlblog-box .nrhlblogb-desc .txt,
.cap-blog .nrho-webstroe-embla .nrhlblog-box .nrhlblogb-desc .txt {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0
}

.cap-blog .nrho-lblog-embla .nrhlblog-box .nrhlblogb-desc .nrhlblogb-btn,
.cap-blog .nrho-video-embla .nrhlblog-box .nrhlblogb-desc .nrhlblogb-btn,
.cap-blog .nrho-webstroe-embla .nrhlblog-box .nrhlblogb-desc .nrhlblogb-btn {
    margin-top: 20px
}

.cap-blog .nrho-lblog-embla .nrhlblog-box .nrhlblogb-desc .nrhlblogb-btn .read-btn,
.cap-blog .nrho-video-embla .nrhlblog-box .nrhlblogb-desc .nrhlblogb-btn .read-btn,
.cap-blog .nrho-webstroe-embla .nrhlblog-box .nrhlblogb-desc .nrhlblogb-btn .read-btn {
    display: block;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: auto;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: #222;
    border-radius: 50px;
    padding: 6px 13px;
    border: 1px solid #000
}
/* Get in touch with us CSS Start*/
.get-intouch-revamp {
  margin: 40px 0 0 0;
  padding: 57px 0;
  background: linear-gradient(73deg, #C7C6C6 -74.4%, #F1F1F1 23.15%)
}

.get-intouch-revamp .touch-title {
  color: #222;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-bottom: 32px
}

@media(max-width: 767px) {
  .get-intouch-revamp .touch-title {
    font-size: 24px
  }
}

.get-intouch-revamp .getin-list-revamp {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.get-intouch-revamp .getin-list-revamp .getin-list-item a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center
}

@media(max-width: 767px) {
  .get-intouch-revamp .getin-list-revamp .getin-list-item a {
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.get-intouch-revamp .getin-list-revamp .getin-list-item a figure {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(77deg, #5F0D16 0%, #B43140 98.1%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center
}

.get-intouch-revamp .getin-list-revamp .getin-list-item a figure img {
  width: 40px
}

@media(max-width: 767px) {
  .get-intouch-revamp .getin-list-revamp .getin-list-item a figure img {
    width: 30px
  }
}

@media(max-width: 767px) {
  .get-intouch-revamp .getin-list-revamp .getin-list-item a figure {
    width: 54px;
    height: 54px
  }
}

.get-intouch-revamp .getin-list-revamp .getin-list-item a p {
  margin-bottom: 0;
  margin-left: 24px;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  background: linear-gradient(77deg, #5F0D16 0%, #B43140 98.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

@media(max-width: 767px) {
  .get-intouch-revamp .getin-list-revamp .getin-list-item a p {
    text-align: center;
    margin-left: 0px;
    margin-top: 6px
  }
}

.cap-get-intouch-revamp {
    background: #f9e6e9
}

.cap-get-intouch-revamp .touch-title {
    background: linear-gradient(77.41deg, #5F0D16 0%, #B43140 98.1%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0);
    max-width: -moz-fit-content;
    max-width: fit-content;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin: auto;
    margin-bottom: 32px
}

@media(max-width: 991px) {
    .cap-get-intouch-revamp .touch-title {
        font-size: 28px
    }
}

@media(max-width: 767px) {
    .cap-get-intouch-revamp .touch-title {
        font-size: 24px
    }
}

/* Get in touch with us CSS Ends */

