

.site-content .ast-container {
    max-width: 100%;
    padding: 0;
}

.btn {
    background-color: #05A86B;
    border: 1px solid #05A86B;
    border-radius: 8px;
    padding: 16px 28px;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    display: inline-block;
    transition: all 0.3s ease;
}

.btn:hover {
    background-color: #FFFFFF;
    color: #05A86B;
}

section {
    background-color: #FFFFFF;
}

h2 {
    color: #262626;
    font-weight: 700;
    font-size: 30px;
    line-height: 42px;
    text-align: center;
}

section > div > div > p {
    color: #737373;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin: 8px 0 0;
}

.home-page .container {
    max-width: 1130px;
}

.home_banner {
    padding-top: 48px;
}
.home_banner_content {
    max-width: 638px;
    margin: auto;
    text-align: center;
}

.home_banner_content h1 {
    color: #262626;
    font-weight: 600;
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 18px;
}

.home_banner_content p {
    color: #737373;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 32px;
}

.home_banner_content h5 {
    color: #262626;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    margin-top: 33px;
}

.home_banner_content h5 a {
    color: #05A86B;
    text-decoration: underline;
}

.banner_image {
    max-width: 1013px;
    margin: 27px auto 0px;
    height: 380px;
}

.banner_image img {
    display: block;
}

.banner_image .mobile_image {
    display: none;
}

.home_banner_wrapper h6 {
    color: #737373;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    padding: 9.5px 0;
    background-color: #fff;
    position: relative;
}


.home_metrics {
    background-color: #002852;
    text-align: center;
    padding-top: 32px;
    padding-bottom: 32px;
}

.home_metrics_list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.home_metrics_item {
    opacity: 0;
    width: calc(25% - 22.5px);
}

.home_metrics_item h3 {
    color: #F3F4F6;
    font-weight: 700;
    font-size: 24px;
    line-height: 38px;
}

.home_metrics_item p {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    opacity: 0.8;
    margin: 0;
}

.home_metrics_wrapper span {
    display: block;
    color: #8E9DAD;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    margin-top: 16px;
}

.home_features {
    background-color: #EFF6FF;
    padding: 72px 0;
    position: relative;
}


.home_features_wrapper p {
    max-width: 611px;
    margin-left: auto;
    margin-right: auto;
}

.home_features_list {
    margin-top: 36px;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.home_features_item {
    width: calc(25% - 13.5px);
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 24px;
    border: 1px solid #E5E9EE;
    position: relative;
    padding-bottom: 85px;
}

.home_features_item h3 {
    color: #021930;
    font-weight: 600;
    font-size: 20px;
    line-height: 38px;
    margin-top: 24px;
}

.home_features_item h3 span {
    display: block;
    color: #737373;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
}

.home_features_item p {
    color: #262626;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    margin-top: 4px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 6px;
}
/* 
.home_features_item:nth-child(2) h3 {
    line-height: 32px;
} */

.home_features_item label {
    display: block;
    background-color: #BFDBFE;
    border-radius: 100px;
    padding: 6px 12px;
    position: absolute;
    top: 16px;
    right: 16px;
    color: #1E3A8A;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
}

.home_features_item .learn_more_btn {
    color: #021930;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 24px;
}

.home_features_disclosure {
    color: #737373;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 16px;
    width: 100%;
}

.home_diversify {
    padding: 86px 0;
}

.home_diversify_list {
    margin-top: 53px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 40px;
    text-align: left;
}

.home_diversify_item {
    width: calc(33.33% - 10.9px);
    background-color: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #E5E9EE;
    position: relative;
}

.home_diversify_item_content {
    padding: 36px 36px 0;
}

.home_diversify_item_content h3 {
    color: #262626;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}

.home_diversify_item_content p {
    color: #737373;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin: 6px 0 0;
}

.home_diversify_item_footer {
    position: absolute;
    bottom: 17px;
    width: 100%;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 6px 15px;
    padding: 0 24px;
}

.home_diversify_item_footer div {
    color: #737373;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    padding-left: 14px;
}

.home_diversify_item_footer div:before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
}

.home_diversify_item_footer .india_markets:before {
    background-color: #1C5DFF;
}

.home_diversify_item_footer  .global_markets:before {
    background-color: #FFA320;
}

.home_diversify_item_footer a {
    display: block;
    color: #05A86B;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
}

.home_diversify_item_footer h6 {
    color: #8E9DAD;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
}

.home_diversify_wrapper {
    text-align: center;
}

.home_services {
    background-color: #002852;
    padding: 98px 0;
}

.home_service_item {
    display: flex;
    flex-wrap: wrap;
    gap: 41px;
    background-color: #FFFFFF;
    border-radius: 16px;
    border: 1px solid #E5E9EE;
    overflow: hidden;
}

.home_service_content {
    width: 47.66%;
    padding: 42px;
    position: relative;
    padding-bottom: 135px;
}

.home_service_image {
    width: 48.56%;
}

.home_service_labels {
    display: flex;
    margin-bottom: 8px;
    gap: 12px;
}

.home_service_labels span {
    background-color: #E5E9EE;
    padding: 5px 12px;
    border-radius: 100px;
    color: #262626;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
}

.home_service_labels span.active {
    background-color: #BFDBFE;
    color: #1E3A8A;
}

.home_service_content h3 {
    color: #021930;
    font-weight: 600;
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 20px;
}

.home_service_content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.home_service_content ul li {
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    position: relative;
    padding-left: 32px;
}

.home_service_content ul li + li {
    margin-top: 18px;
}

.home_service_content ul li:before {
    content: "";
    width: 20px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='24' viewBox='0 0 20 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='12' r='6' fill='%236A95F3'/%3E%3Ccircle cx='10' cy='12' r='8' stroke='%2360A5FA' stroke-opacity='0.27' stroke-width='4'/%3E%3C/svg%3E");
    position: absolute;
    left: 0;
    top: 1px;
    background-repeat: no-repeat;
}

.home_service_footer {
    position: absolute;
    bottom: 42px;
}

.home_service_footer p {
    color: #737373;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    margin: 8px 0 0;
}

.mobile_disclosure {
    display: none;
}

.home_service_item:nth-child(even) .home_service_content {
    order: 2;
}

.home_service_item:nth-child(even) .home_service_image {
    order: 1;
}

.home_service_item + .home_service_item {
    /* margin-top: 48px; */
}

.home_service_image img {
    display: block;
}

.home_steps {
    padding: 80px 0 40px;
}


.home_steps_list {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.step_item {
    border: 1px solid #E5E9EE;
    border-radius: 8px;
    width: calc(33.33% - 15px);
}

.step_item img {
    display: block;
    margin: auto;
}

.step_item h3 {
    color: #262626;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    padding: 29px 39px 0 24px;
}

.step_item p {
    color: #262626;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    opacity: 0.8;
    margin: 8px 0 41px;
    padding: 0 39px 0 24px;
}

.step_item:nth-child(2) {
    display: flex;
    flex-direction: column;
}

.step_item:nth-child(2) img {
    order: 1;
}

.step_item:nth-child(2) .step_content {
    order: 2;
    position: relative;
    top: -20px;
}

.step_item:nth-child(2) h3 {
    padding-top: 0;
}

.step_item:nth-child(2) p {
    margin: 8px 0 5px;
}


.home_security_list {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.home_security_list .home_security_item {
    width: calc(33.33% - 20px);
    border: 1px solid #E5E9EE;
    border-radius: 8px;
    padding: 36px 24px;
}

.home_security_list .home_security_item img {
    display: block;
}

.home_security_list .home_security_item p {
    color: #262626;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin: 52px 0 0;
    opacity: 0.8;
    max-width: 217px;
}

.home_security {
    padding-top: 40px;
    padding-bottom: 80px;
}

.home_cta_box_wrapper {
    background-color: #002852;
    padding: 48px;
    border-radius: 8px;
    position: relative;
}

.home_cta_box_content {
    max-width: 296px;
}

.home_cta_box_content h2 {
    color: #FFFFFF;
    text-align: left;
}

p {}

.home_cta_box_content p {
    color: #F3F4F6;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    opacity: 0.8;
    margin: 2px 0 0;
}

.home_cta_box_buttons {
    margin-top: 69px;
    display: flex;
    gap: 14px;
}


.home_cta_box_content .btn {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    padding: 12px 24px;
    margin-top: 13px;
}

.home_cta_box_image {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: calc(100% - 374px);
    text-align: right;
}

.home_cta_box {
    padding: 40px 0;
}









.home_investors_slider_section {padding-top: 48px;padding-bottom: 13px;background-color: #EFF6FF;}

.home_investors_slider_section .container {
    max-width: 100%;
}

.home_investors_slider {
    margin-top: 44px;
}

.home_investors_slide {
    background-color: #FFFFFF;
    padding: 32px 24px;
    border-radius: 8px;
    border: 1px solid #E5E9EE;
    margin: 0 6px;
    height: inherit;
    width: 320px;
}

.home_investors_slide_details_info {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.home_investors_slide_details_info_img {
    width: 52px;
    height: 52px;
    border-radius: 100%;
    overflow: hidden;
}

.home_investors_slide_details_info_content {
    width: calc(100% - 68px);
}

.home_investors_slide_details_info_content h3 {
    color: #262626;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

.home_investors_slide_details_info_content p {
    color: #737373;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    margin: 3px 0 0;
}

.home_investors_slide_details_review {
    margin-top: 24px;
    color: #262626;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.home_investors_slide_details_review p {
    margin: 0;
}

.home_investors_slider .slick-list {
    margin: 0 -6px;
    max-width: 984px;
    margin: auto;
    overflow: visible;
}

.home_investors_slider .slick-list .slick-track {
    display: flex;
}

.home_investors_slider_controls {
    margin-top: 36px;
    margin-bottom: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.home_investors_slider_controls button {
    padding: 0;
    background-color: transparent;
    border: 0;
}

.home_investors_slider_controls button svg {
    display: block;
}

.home_investors_disclosure {
    max-width: 692px;
    margin: auto;
    color: #737373;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
}

.home_quick_links {
    padding: 80px 0;
}

.home_quick_links_list {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.home_quick_links_item {
    width: calc(33.33% - 20px);
    border: 1px solid #E5E9EE;
    border-radius: 8px;
    padding: 29px 24px;
}

.home_quick_links_item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #262626;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
}

.home_quick_links_item p {
    margin: 8px 0 0;
    color: #262626;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    opacity: 0.8;
}




.cards-section {
  position: relative;
}

.cards {
    display: grid;
    /* margin-top: 3.5rem; */
    > * {
      grid-area: 1 / 1 / 2 / 2;
    }
  }
  
  .card {
    width: 100%;
    /* height: 250px; */
    /* background-color: red;
    border-radius: 8px;
    border: 2px solid red; */
  }

  @media (max-width: 1199px) {
    .home_metrics_item p {
        font-size: 16px;
    }
    
    .home_features_item {
        padding-left: 19px;
        padding-right: 19px;
    }
    
    .home_diversify_item_content {
        padding: 26px 26px 0;
    }
    
    .home_service_item {
        gap: 36px;
        justify-content: space-between;
    }
    
    .home_service_content {
        padding: 30px;
        padding-bottom: 130px;
    }
    
    .home_service_content ul li {
        font-size: 14px;
    }
    
    .home_service_content h3 {
        font-size: 24px;
        line-height: 36px;
    }
    
    .home_service_footer .btn {
        font-size: 16px;
    }
    
    .step_item img {
        margin-top: 0;
    }
  }

@media (max-width: 991px) {
    .banner_image {
        height: 260px;
    }
    .home_metrics_item {
        width: calc(50% - 15.5px);
    }
    
    .home_features_item {
        width: calc(50% - 9.5px);
    }
    
    .home_diversify_item_content {
        padding: 20px 20px 0;
    }
    
    .home_diversify_item_content h3 {
        font-size: 16px;
    }
    
    .home_diversify_item_content p {
        font-size: 14px;
    }
    
    .home_service_content {padding: 20px;}
    
    .home_service_item {
        gap: 24px;
        align-items: flex-end;
    }
    
    .home_service_footer {
        position: relative;
        bottom: 0;
        margin-top: 40px;
    }
    
    .home_service_content ul li:before {
        width: 12px;
        height: 16px;
        background-size: 12px 16px;
        top: 3px;
    }
    
    .home_service_content ul li {
        padding-left: 20px;
    }
    
    .home_service_content ul li + li {
        margin-top: 12px;
    }
    
    .step_item h3 {
        font-size: 16px;
        line-height: 1.2;
        padding: 20px 20px 0;
    }
    
    .step_item p {
        font-size: 14px;
        line-height: 1.4;
        padding: 0 20px;
        margin: 8px 0 10px;
    }
    
    .home_security_list .home_security_item {
        padding: 20px;
        width: calc(50% - 15.5px);
    }
    
    .home_security_list .home_security_item p {
        margin-top: 10px;
    }
    
    .home_quick_links_list {
        gap: 14px;
    }
    
    .home_quick_links_item {width: calc(33.33% - 10px);padding: 20px 16px;}
    
    .home_quick_links_item p {
        font-size: 14px;
        line-height: 1.4;
    }
    .home_cta_box_wrapper {
        padding: 0;
    }
    
    .home_cta_box_content {
        max-width: 100%;
        padding: 40px;
    }
    
    
    .home_cta_box_content .btn {
        max-width: 296px;
    }
    
    .home_cta_box_image {
        position: relative;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .banner_image .desktop_image {
        display: none;
    }

    .banner_image .mobile_image {
        display: block;
    }
    .home_banner {
        padding-top: 36px;
    }
    .home_banner_content h1 {
        font-size: 36px !important;
        line-height: 48px;
        font-weight: 700;
        margin-bottom: 8px;
    }
    
    .home_banner_content p {
        font-size: 14px;
        line-height: 20px;
    }
    
    .btn {
        font-size: 16px;
        line-height: 24px;
        padding: 8px 16px;
        font-weight: 500;
    }
    
    .home_banner_content h5 {
        font-size: 14px;
        line-height: 20px;
        margin-top: 16px;
    }

    .banner_image {
        margin-top: 88px;
        height: auto;
    }
    
    .banner_image img {
        margin: auto;
    }
    
    .home_metrics_item {
        width: 100%;
    }
    
    .home_metrics_list {
        gap: 24px;
    }

    .home_metrics_item h3 {
        font-size: 20px;
        line-height: 32px;
    }
    
    .home_metrics_item p {
        font-size: 14px;
        line-height: 20px;
    }
    
    .home_features {
        padding: 36px 0 80px;
    }
    
    h2 {
        font-size: 24px !important;
        line-height: 30px;
    }
    
    section > div > div > p {
        font-size: 14px;
        line-height: 20px;
    }
    
    .home_features_list {
        margin-top: 24px;
    }
    
    .home_features_item {
        width: 100%;
        padding: 16px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 16px;
    }
    
    .home_features_item_image {
        width: 36px;
        height: 36px;
    }
    
    .home_features_item h3 {
        margin: 0;
        font-size: 16px;
        line-height: 24px;
    }
    
    .home_features_item .learn_more_btn {
        right: 16px;
        top: 50%;
        transform: translateY(-50%);
        bottom: auto;
    }
    
    .home_features_item .learn_more_btn span {
        display: none;
    }
    
    .home_features_item .learn_more_btn svg {
        width: 24px;
        height: 24px;
    }

    .home_features_item label {
        position: relative;
        top: 0;
        right: 0;
        display: inline-block;
        font-size: 12px;
        line-height: 1;
        padding: 5px 8px 4px;
    }
    
    .home_features_disclosure {
        padding: 0 16px;
        line-height: 1.2;
    }
    
    .home_diversify {
        padding: 36px 0;
    }
    
    .home_diversify_list {
        margin: 24px 0;

    }
    
    .home_diversify_item {
        width: 100%;
        max-width: 360px;
        margin: auto;
    }

    .home_diversify_item_content {
        padding: 24px 24px 0;
    }
    
    .home_diversify_item_content h3 {
        font-size: 18px;
        line-height: 30px;
    }
    
    .home_diversify_item_content p {
        line-height: 20px;
        margin-top: 8px;
    }

    .home_diversify_wrapper .btn {
        display: block;
    }

    .home_services {
        padding: 16px 0;
    }
    
    .home_service_content {
        width: 100%;
    }
    
    .home_service_footer {
        margin-top: 30px;
    }
    
    .home_service_image {
        width: 100%;
    }

    .desktop_disclosure {
        display: none;
    }

    .mobile_disclosure {
        display: block;
        color: #737373;
        font-weight: 400;
        font-size: 10px;
        line-height: 16px;
        text-align: center;
        margin: 0;
        padding: 4px 20px;
        background-color: #fff;
    }

    .home_services_wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 32px;
    }
    
    .home_service_item {
        gap: 10px;
    }
    
    .home_service_item:nth-child(even) .home_service_image {
        order: 2;
    }
    
    .home_steps {
        padding: 40px 0;
    }
    
    .step_item {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    
    .step_content {
        width: 50%;
    }
    
    .step_item img {
        width: 50%;
    }
    
    .step_item:nth-child(2) {
        flex-direction: row;
    }
    
    .step_item:nth-child(2) .step_content {
        top: 0;
    }
    
    .step_item:nth-child(2) h3 {
        padding-top: 20px;
    }
    
    .home_steps_list {
        gap: 15px;
    }
    
    .home_security_wrapper h2 br {
        display: none;
    }
    
    .home_security_list .home_security_item {
        width: 100%;
    }
    
    .home_quick_links {
        padding: 40px 0;
    }
    
    .home_quick_links_item {
        width: 100%;
    }
    .home_cta_box .container {
        padding: 0;
    }
    
    .home_cta_box_wrapper {
        border-radius: 0;
    }
    
    .home_cta_box_content {
        padding: 36px 16px 72px;
    }
    
    .home_cta_box_content p {
        font-size: 14px;
        line-height: 20px;
        opacity: 1;
    }

    /* .home_cta_box_content h2 {
        text-align: center;
    } */
    
    .home_cta_box_buttons {
        margin-top: 24px;
        flex-wrap: wrap;
        /* max-width: 300px;
        margin: 24px auto 0; */
    }
    
    .home_cta_box_content .btn {
        max-width: 100%;
        /* max-width: 300px;
        margin: 13px auto 0;
        display: block; */
    }
    
    .home_cta_box_buttons a {
        width: calc(50% - 7px);
    }
    
    .home_cta_box_buttons a img {
        width: 100%;
    }
    
    .home_cta_box_image {
        padding-left: 16px;
    }
}