/* ================= DESKTOP ================= */
@media (min-width: 768px) {
    .abc-fees-charges-desktop-table-wrapper {
        display: block;
    }

    .abc-fees-charges-mobile-slider-wrapper {
        display: none;
    }
}

/* ================= MOBILE ================= */
@media (max-width: 767px) {
    .abc-fees-charges-desktop-table-wrapper {
        display: none;
    }
}

/* Accordion closed by default */
.abc-fees-charges-desktop-table-wrapper,
.abc-fees-charges-mobile-slider-wrapper {
    display: none;
}

.abc-table-content-body tr:last-child td:first-child {
    border-bottom-left-radius: 20px;
}
.abc-table-content-body tr:last-child td:last-child {
    border-bottom-right-radius: 20px;
}
/* .abc-table-content-body tr:last-child {
    overflow: hidden;
} */
.abc-fees-charges-mobile-slider-wrapper {
    display: none;
}

.abc-fees-charges-content-wrapper {
    padding: 50px 55px;
    border-radius: 40px;
    background: #FFF;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.05);
}
.abc-fees-charges-table-heading h2 {
    font-weight: 600;
    color: #B02121;
    font-size: 28px;
}
table.abc-table-desktop thead,
table.abc-table-desktop thead tr {
    background: transparent !important;
    border-radius: 0;
}
table.abc-table-desktop thead th {
    background: #F4E7DB;
    font-weight: 600;
    color: #B02121;
    font-size: 18px;
    padding: 25px 40px;
    border-top: none; 
    border-bottom: none;
}
table.abc-table-desktop thead th:first-child {
    border-radius: 20px 0 0 0;
    border-left: none;
}
table.abc-table-desktop thead th:last-child {
    border-radius: 0 20px 0 0;
    border-right: none;
}
tbody.abc-table-content-body .row-title h3 {
    color: #B02121;
    font-size: 16px;
    font-weight: 700;
}
tbody.abc-table-content-body tr {
    padding: 20px 45px;
}
/* .abc-table-desktop td,
.abc-table-desktop th {
    padding: 16px 20px;
} */
tbody.abc-table-content-body > .data-row:nth-child(even) td {
    background: #F4E7DB4D;
}
tbody.abc-table-content-body > .data-row:nth-child(odd) td {
    background: #F4E7DB1A;
}
tbody.abc-table-content-body tr strong {
    font-weight: 600;
}
/* tbody.abc-table-content-body tr.row-title h3 {
    padding: 20px 40px;
} */
tbody.abc-table-content-body tr.row-title {
    background: #F4E7DB80;
}
.abc-fees-charges-table-item p {
    color: #122633;
    font-size: 16px;
    font-weight: 300;
}
tbody.abc-table-content-body td {
    padding: 20px 40px;
}
tbody.abc-table-content-body tr.data-row td:first-child {
    width: 20%;
}
tbody.abc-table-content-body tr.data-row td:not(:first-child) {
    width: calc(80%/3);
}
/* tbody.abc-table-content-body .data-row td p {
    padding: 20px 40px;
}
tbody.abc-table-content-body .data-row td p:not(:last-child) {
    padding-bottom: 0;
}
tbody.abc-table-content-body .data-row td p:not(:first-child) {
    padding-top: 0;
} */
.abc-fees-charges-table-item:not(:last-child) {
    margin-bottom: 50px;
}
.fees-charges-banner-row {
    margin-top: 20px;
}
.page-banner-wrapper-inner.fees-charges-inner-row .page-banner-wrapper {
    height: 520px;
}
.fees-charges-inner-row .gws-content-wrapper.container-banner-wrapper-container {
    top: 10dvh;
}
.fees-charges-inner-row .page-banner-wrapper .banner-image-wrapper {
    height: 685px;
}
table.abc-table-desktop {
    border-collapse: separate !important; 
    border-spacing: 0; 
    margin-bottom: 0 !important;
    padding-top: 50px;
}
.heading-wrapper.left.tariff-guides-heading {
    border-radius: 20px 20px 0 0;
    background: rgba(244, 231, 219, 0.50);
    width: 100%;
    padding: 20px 40px;
}
.tariff-row.abcbanking-widthcontainer {
    border-radius: 40px;
    padding: 50px;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.05);
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}
.abc-fees-charges-table-heading i {
    display: none;
}

.abc-fees-charges-table-heading-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF; 
    border: 1px solid #F4E7DB; 
    border-radius: 50%;   
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.abc-fees-charges-table-heading-icon i,
.abc-fees-charges-table-heading-icon svg {
    font-size: 16px;
    transform: rotate(0deg);
    transition: transform 0.5s ease;
    display: block;
}
.abc-fees-charges-table-heading {
    display: flex;
    width: 95%;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.abc-fees-charges-table-heading.active .abc-fees-charges-table-heading-icon i,
.abc-fees-charges-table-heading.active .abc-fees-charges-table-heading-icon svg {
    transform: rotate(180deg);
}

/* mobile */

@media (min-width: 320px) and (max-width: 767px) {
    .abc-fees-charges-mobile-slider tr.mobile-fees-table-header-item h3 {
        width: 50%;
        border-radius: 20px 20px 0 0;
        background: #F4E7DB;
        padding: 20px;
        text-align: center;
        float: right;
        color: #B02121;
        font-size: 20px;
        font-weight: 600;
        font-size: 16px;
    }
    .abc-fees-charges-content-wrapper {
        padding: 50px 0;
        max-width: 95%;
        margin: 0 auto;
        box-shadow: none;
    }
    .abc-fees-charges-table-heading h2 {
        font-size: 20px;
        width: 75%;
    }
    .abc-fees-charges-mobile-slider tr.row-title:first-child {
        width: 50%;
        background: #F4E7DB80;
    }
    .abc-fees-charges-mobile-slider tr.row-title:not(:first-child) {
        width: 100%;
        background: #F4E7DB80;
    }

    .abc-fees-charges-mobile-slider tr.row-title p {
        color: #B02121;
        font-size: 16px;
        font-weight: 600;
        padding: 20px;

    }
    .abc-fees-charges-mobile-slider tr.row-title:first-child p {
        border-radius: 20px 0 0 0;
    }
    .abc-fees-charges-mobile-slider tr.row-title:not(:first-child) p {
        width: 50%;
    }
    .abc-fees-charges-mobile-slider td.mobile-table-item,
    .abc-fees-charges-mobile-slider .row-title td {
        display: flex;
        position: relative;
    }
    .abc-fees-charges-mobile-slider td.mobile-table-item p {
        width: 50%;
        padding: 20px;
    }
    .abc-fees-charges-mobile-slider td.mobile-table-item:before, .abc-fees-charges-mobile-slider .row-title td:before {
        content: '';
        width: 1px;
        height: 100%;
        position: absolute;
        background: #FFF;
        left: 50%;
        top: -0;
    }
    .abc-fees-charges-mobile-slider tr.row-content:nth-child(odd) td {
        background: #F4E7DB1A;
    }
    .abc-fees-charges-mobile-slider tr.row-content:nth-child(even) td {
        background: #F4E7DB4D;
    }
    .abc-fees-charges-mobile-slider tbody tr:last-child td {
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        overflow: hidden; 
    }
    .abc-fees-charges-mobile-slider table {
        border-collapse: separate;
        border-spacing: 0;
    }
    .abc-fees-charges-mobile-slider.slick-initialized.slick-slider button.slick-prev {
        left: 0;
        top: 0;
        z-index: 999;
    }
    .abc-fees-charges-mobile-slider.slick-initialized.slick-slider button.slick-next {
        top: 0;
        left: 60px;
        z-index: 999;
    }
    .abc-fees-charges-mobile-slider-wrapper {
        padding-top: 30px;
    }
    .page-banner-wrapper-inner.fees-charges-inner-row .page-banner-wrapper {
        height: auto;
    }
    .fees-charges-inner-row .page-banner-wrapper .banner-image-wrapper {
        height: 450px;
    }
    .page-banner-wrapper-inner.fees-charges-inner-row .page-banner-wrapper .content p {
        font-size: 15px !important;
    }
    .tariff-row.abcbanking-widthcontainer {
        box-shadow: none;
        padding: 0;
        max-width: 85%;
        margin: 90 auto !important;
    }
    .tariff-row .download-card-wrapper .download-card-content-wrapper .card-content {
        flex-direction: revert;
    }
    .abc-fees-charges-mobile-slider-wrapper {
        padding-top: 30px;
    }
}



/* Investors Relations */
.investors-banner-row .page-banner-wrapper .banner-image-wrapper {
    height: 520px;
}
.vc_row.investors-holdings-inner-row {
    box-shadow: 0 0 24px 0 #0000000d;
    background: #FFFFFF;
    border-radius: 40px;
    padding: 60px 55px;
    margin-top: -75px;
}
.investors-banner-row .page-banner-wrapper .banner-image-wrapper::after {
    background: linear-gradient(270deg, #00000000 22.12%, #00000080 100%);
    opacity: 1;
}
.investors-banner-row .home .container-col.banner-wrapper-container .gws-heading {
    max-width: 100%;
}
.investors-banner-row .gws-content-wrapper.container-banner-wrapper-container {
    top: 0;
}
.investors-banner-row .page-banner-wrapper-inner .heading-wrapper .content p {
    font-weight: 300;
}
.heading-wrapper.investors-holding-title {
    margin-bottom: 30px;
    width: 100%;
}
.heading-wrapper.investors-holding-title .gws-heading {
    padding-bottom: 30px;
}
.heading-wrapper.investors-holding-title .content p {
    line-height: 20px;
    font-weight: 300;
    font-size: 16px;
}
.heading-wrapper.investors-holding-title.investors-board-charter-title .content p {
    line-height: 22px;
    font-size: 18px;
}
.page-id-2251 .footer-newsletter-form-wrapper.newsletter-form-default {
    display: none;
}
.container-col.investors-holding-items {
    column-gap: 24px;
    row-gap: 30px;
}
.container-investors-holding-items .container-col.investors-holding-items > div {
    width: calc((100% - 24px)/2);
}
.container-investors-holding-items .icon-wrapper.position-column {
    padding: 30px;
    gap: 16px;
}
.container-investors-holding-items .icon-wrapper.position-column .icon {
    border-radius: 0;
    height: 30px;
    width: 30px;
    padding: 0;
}
.container-investors-holding-items .icon-wrapper.position-column .icon-content {
    gap: 16px;
}
.icon-tag-button-wrapper {
    justify-content: right;
    align-items: center;
    display: flex;
    width: 140px;
    gap: 20px;
}
.container-investors-holding-items .icon-wrapper.position-column .icon-content-text {
    min-height: 100%;
}
.icon-button-wrapper a {
    align-items: center;
    position: relative;
    line-height: 20px;
    color: #B02121;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    gap: 8px;
    transition: 0.6s all ease-in-out;
}
.icon-button-wrapper a:visited {
    color: #B02121;
}
.icon-button-wrapper a::after {
    background-color: #B02121;
    position: absolute;
    bottom: -3px;
    content: "";
    width: 100%;
    height: 2px;
    left: 0%;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.35s ease, opacity 0.35s ease;
    opacity: 0;
}
.icon-button-wrapper a:hover::after {
    transform: scaleX(1);
    opacity: 1;
}
.vc_row.investors-board-charter-inner-row {
    background: #F4E7DB30;
    border-radius: 40px;
    padding: 75px 60px;
}
.vc_row.investors-board-charter-row {
    padding-top: 35px;
}
.vc_row.investors-code-conduct-row {
    padding-top: 90px;
}
.vc_row.investors-code-conduct-inner-row {
    padding: 0 60px;
}
.vc_row.investors-board-charter-row.investors-annual-reports-row {
    padding-top: 60px;
}
.container-investors-board-charter-items .icon-wrapper {
    box-shadow: 0 0 21px 0 #0000000d;
    justify-content: space-between;
    padding: 40px;
    gap: 24px;
}
.container-investors-board-charter-items .icon-wrapper .icon {
    border-radius: 16px;
    padding: 16px;
    height: 65px;
    width: 65px;
}
.container-investors-board-charter-items .icon-wrapper .icon-content {
    width: calc(100% - 255px);
    gap: 8px;
}
.container-investors-board-charter-items .icon-wrapper .icon-content .icon-content-title p {
    line-height: 24px;
    font-weight: 600;
    font-size: 22px;
}
.container-investors-board-charter-items .icon-wrapper .icon-content .icon-content-text p {
    line-height: 18px;
    font-size: 15px;
}
.investors-code-conduct-row .container-investors-holding-items .icon-wrapper.position-column .icon {
    border-radius: 15px;
    padding: 10px;
    height: 60px;
    width: 60px;
}
.investors-code-conduct-row .container-investors-holding-items .icon-wrapper.position-column .icon-content {
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 16px;
}
.investors-code-conduct-row .container-investors-holding-items .icon-wrapper.position-column .icon-content .icon-content-title p {
    line-height: 24px;
    font-size: 20px;
}
.investors-code-conduct-row .container-investors-holding-items .icon-wrapper.position-column .icon-content .icon-content-text p {
    line-height: 18px;
    font-weight: 400;
    font-size: 14px;
}
.investors-annual-reports-row .vc_row.investors-board-charter-inner-row {
    background: transparent;
    border-radius: 0;
    padding: 0;
    margin: 0;
}
.investors-annual-reports-row > .vc_column_container > .vc_column-inner > .wpb_wrapper {
    background: #F4E7DB30;
    border-radius: 40px;
    padding: 75px 60px;
    margin: 0 -15px;
}
.vc_row.investors-board-charter-inner-row.investors-annual-reports-inner-docs-row {
    margin-top: 30px;
}
.investors-annual-reports-inner-docs-row .container-col.investors-board-charter-items {
    row-gap: 16px;
}
.investors-board-charter-inner-row.investors-annual-reports-inner-docs-row .container-investors-board-charter-items .icon-wrapper {
    box-shadow: none;
    padding: 24px;
}
.investors-board-charter-inner-row.investors-annual-reports-inner-docs-row .container-investors-board-charter-items .icon-wrapper .icon {
    border-radius: 10px;
    padding: 13px;
    height: 50px;
    width: 50px;
}
.investors-board-charter-inner-row.investors-annual-reports-inner-docs-row .container-investors-board-charter-items .icon-wrapper .icon-content {
    width: calc(100% - 240px);
    gap: 4px;
}
.position-column .icon-tag-button-wrapper {
    justify-content: left;
}
.investors-board-charter-inner-row.investors-annual-reports-inner-docs-row .container-investors-board-charter-items .icon-wrapper .icon-content .icon-content-title p {
    line-height: 20px;
    font-size: 16px;
}
.investors-board-charter-inner-row.investors-annual-reports-inner-docs-row .container-investors-board-charter-items .icon-wrapper .icon-content .icon-content-text p {
    line-height: 17px;
    font-weight: 400;
    font-size: 13px;
}
.investors-board-charter-inner-row.investors-annual-reports-inner-docs-row .container-investors-board-charter-items .icon-wrapper .icon-button-wrapper a {
    line-height: 18px;
    font-size: 14px;
}
.vc_row.investors-code-conduct-row.investors-notices-row {
    padding-top: 75px;
}
.vc_row.investors-code-conduct-row.investors-notices-row > .vc_column_container > .vc_column-inner > .wpb_wrapper > .vc_row {
    padding: 0 60px;
}
.investors-notices-row .heading-wrapper.investors-holding-title.investors-board-charter-title {
    margin-bottom: 60px;
}
.heading-wrapper.investors-notices-inner-docs-title .gws-heading {
    padding-bottom: 35px;
}
.investors-notices-inner-docs-row .wpb_wrapper {
    box-shadow: 0 0 21px 0 #0000000d;
    padding: 40px 50px 50px;
    background: #FFFFFF;
    border-radius: 30px;
}
.container-investors-notices-items .icon-wrapper {
    padding: 0 8px;
    gap: 20px;
}
.container-investors-notices-items .gws-icon-item:not(:last-child) .icon-wrapper {
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.heading-wrapper.investors-notices-inner-docs-title2 {
    margin-top: 50px;
}
.container-investors-notices-items .icon-wrapper .icon {
    border-radius: 10px;
    padding: 10px;
    height: 45px;
    width: 45px;
}
.container-investors-notices-items .icon-wrapper .icon-content {
    width: calc(100% - 225px);
    gap: 4px;
}
.icon-tag-title p {
    text-transform: uppercase;
    background: #F4E7D8;
    border-radius: 6px;
    padding: 4px 10px;
    line-height: 15px;
    font-weight: 600;
    color: #666666;
    font-size: 11px;
}
.container-investors-notices-items .icon-wrapper .icon-content .icon-content-text p {
    line-height: 17px;
    font-weight: 400;
    font-size: 13px;
}
.vc_row.investors-useful-links-row {
    padding-bottom: 60px;
    padding-top: 50px;
}
.vc_row.investors-board-charter-inner-row.investors-annual-reports-inner-single-row {
    box-shadow: 0 4px 21px 0 #0000000d;
    background: #FFFFFF;
    align-items: stretch;
    border-radius: 30px;
    padding: 50px;
    display: flex;
}
.heading-wrapper.center.investors-annual-reports-inner-single-title {
    justify-content: space-between;
    flex-direction: column;
    background: #B02121;
    border-radius: 15px;
    padding: 30px;
    display: flex;
    height: 100%;
    width: 100%;
}
.vc_row.investors-board-charter-inner-row.investors-annual-reports-inner-single-row > .vc_column_container > .vc_column-inner {
    height: 100%;
}
.vc_row.investors-board-charter-inner-row.investors-annual-reports-inner-single-row > .vc_column_container > .vc_column-inner > .wpb_wrapper {
    height: 100%;
}
.investors-annual-reports-inner-single-row .icon-wrapper.position-column {
    margin-bottom: 24px;
    box-shadow: none;
    padding: 0;
}
.investors-annual-reports-inner-single-row .gws-button a {
    padding: 14px 30px !important;
    border-radius: 8px !important;
    width: fit-content;
    font-weight: 500;
    display: block;
    transition: 0.6s all ease-in-out;
}
.vc_row.investors-board-charter-inner-row.investors-annual-reports-inner-single-row > .vc_column_container:first-child > .vc_column-inner > .wpb_wrapper {
    padding: 15px 0;
}
.investors-annual-reports-inner-single-row .icon-wrapper.position-column .icon {
    border-radius: 20px;
    padding: 18px;
    height: 100px;
    width: 100px;
}
.investors-annual-reports-inner-single-row .icon-wrapper.position-column .icon-content-title p {
    line-height: 40px;
    font-size: 36px;
}
.investors-annual-reports-inner-single-row .icon-wrapper.position-column .icon-content-text {
    min-height: 100%;
}
.investors-annual-reports-inner-single-row .icon-wrapper.position-column .icon-content-text p {
    font-weight: 400;
}
.vc_row.investors-board-charter-inner-row.investors-annual-reports-inner-single-row > .vc_column_container:last-child > .vc_column-inner > .wpb_wrapper {
    padding-left: 50px;
}
.heading-wrapper.center.investors-annual-reports-inner-single-title .tag-wrapper {
    padding-bottom: 0;
    width: 100%;
}
.heading-wrapper.center.investors-annual-reports-inner-single-title .tag-wrapper p {
    background: transparent;
    text-transform: uppercase;
    font-family: "Outfit";
    line-height: 18px;
    color: #FFFFFF;
    font-weight: 600;
    box-shadow: none;
    font-size: 14px;
    padding: 0;
}
.heading-wrapper.center.investors-annual-reports-inner-single-title .gws-heading {
    padding: 0;
}
.heading-wrapper.center.investors-annual-reports-inner-single-title .gws-heading h3 {
    line-height: 22px;
    font-size: 18px;
}
.heading-wrapper.center.investors-annual-reports-inner-single-title .content p {
    line-height: 68px;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 64px;
}
.gws-image-item.investors-useful-links-image .image {
    border-radius: 40px;
    position: relative;
    overflow: hidden;
}
.gws-image-item.investors-useful-links-image .image:before {
    background: linear-gradient(90deg, #122633ed 0%, #12263399 50%, #b0212170 100%);
    position: absolute;
    display: block;
    height: 100%;
    content: '';
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}
.vc_row.investors-useful-links-row > .vc_column_container > .vc_column-inner > .wpb_wrapper {
    position: relative;
}
.vc_row.investors-useful-links-inner-row {
    justify-content: center;
    align-items: center;
    position: absolute;
    text-align: center;
    display: flex;
    height: 100%;
    width: 100%;
    bottom: 0;
    margin: 0;
    right: 0;
    left: 0;
    top: 0;
}
.heading-wrapper.center.investors-useful-links-title {
    margin: 0 auto 25px;
    max-width: 52%;
    width: 100%;
}
.gws-content-wrapper.container-useful-links-btns {
    max-width: 52%;
    margin: 0 auto;
}
.heading-wrapper.center.investors-useful-links-title .tag-wrapper {
    padding-bottom: 25px;
    margin: 0 auto;
}
.heading-wrapper.center.investors-useful-links-title .tag-wrapper p {
    background: transparent;
    font-family: "Outfit";
    line-height: 18px;
    color: #F4E7DB;
    font-weight: 600;
    font-size: 14px;
    padding: 0;
}
.heading-wrapper.center.investors-useful-links-title .gws-heading {
    padding-bottom: 25px;
}
.heading-wrapper.center.investors-useful-links-title .content p {
    line-height: 22px;
    color: #FFFFFF;
    font-weight: 300;
    font-size: 18px;
}
.gws-content-wrapper.container-useful-links-btns .container-col.useful-links-btns {
    justify-content: center;
    gap: 16px;
}
.gws-content-wrapper.container-useful-links-btns .container-col.useful-links-btns > div {
    width: fit-content !important;
}
.gws-content-wrapper.container-useful-links-btns .container-col.useful-links-btns .gws-button a {
    align-items: center;
    padding: 18px 30px;
    font-weight: 600;
    display: flex;
    gap: 10px;
    transition: 0.6s all ease-in-out;
}
.gws-content-wrapper.container-useful-links-btns .container-col.useful-links-btns .gws-button a:hover {
    border: 1px solid #FFFFFF;
    background: #FFFFFF;
    color: #B02121;
}
.gws-content-wrapper.container-useful-links-btns .container-col.useful-links-btns .useful-links-btn-right .gws-button a {
    background: #ffffff21;
}
.gws-content-wrapper.container-useful-links-btns .container-col.useful-links-btns .useful-links-btn-right .gws-button a:hover {
    background: #FFFFFF;
}
.gws-content-wrapper.container-useful-links-btns .container-col.useful-links-btns .useful-links-btn-right .gws-button a i:before {
    content: '\f0e0';
    font-weight: 500;
}


/*treasury page*/

html .treasury-title-description .content p {
    line-height: 27px;
    font-size: 18px;
}
.treasury-solutions-card-container {
    overflow: hidden;
}
.market-snapshot-container > .vc_column-inner {
    border-radius: 40px;
    position: relative;
    height: 700px;

    background: linear-gradient(315deg, #0E1F2B 14.64%, #2A2422 46.46%, #5D4A43 69.8%, #8A7166 85.36%);
}
.market-snapshot-container > .vc_column-inner:before {
    position: absolute;
    display: block;
    content:'';
    bottom: 0;
    right: 0;
    left:0;
    top:0; 

    background: linear-gradient(90deg, rgba(244, 231, 219, 0.30) 0%, #F4E7DB 100%);
}
.market-snapshot-container > .vc_column-inner:after {
    position: absolute;
    display: block;
    content:'';
    bottom: 0;
    right: 0;
    left:0;
    top:0; 

    background: linear-gradient(270deg, #0E1F2B 0%, rgba(14, 31, 43, 0.50) 100%);
}
.fe-solution-listing {
    display: inline-flex;
}
.treasury-desk,
.container-trading-hours {
    border-radius: 30px;
    overflow: hidden;
}
.treasury-desk {
    background-color: #F4E7DB;
}
.container-trading-hours {
    background-color: #122633;
    overflow: hidden;
}
.container-trading-hours p {
    color: #ffffff;
}
.treasury-desk-row > .vc_column-inner > .wpb_wrapper {
    display: flex;
}
.tab-link-icon img {
    object-fit: contain;
    max-width: 15px;
}
.tab-bar-container img {
    height: inherit;
}
.tab-icon {
    height: 30px;
}
.featured-img-bg {
    background: linear-gradient(225deg, #B02121 14.64%, #122633 85.36%);
    height: 300px;
}
.treasury-banner-row .banner-wrapper-container {
    margin-bottom: 70px;
    margin-top: 215px;
}
.treasury-service-inner-row .vc_column-inner {
    padding: 5px 3vw 0 !important
}
.treasury-title-description .gws-heading.font3-125rem h2 {
    line-height: normal;
    font-size: 48px;
}
.treasury-service-inner-row {
    margin-top: -11vh;
}
.treasury-title-description .heading-wrapper .gws-heading {
    padding-bottom: 20px;
}
.treasury-title-description {
    margin-bottom: 60px;
}
.container-treasury-solutions-card-container {
    margin-right: -45px;
}
.container-treasury-solutions-card-container .card-main-container {
    border: 1px solid #E5E5E5;
    border-radius: 40px;
}
.container-treasury-solutions-card-container > .container-col.solution-items-wrapper {
    margin-left: 30px !important;
}
.container-treasury-solutions-card-container .card-main-container {
    margin: 0 15px;
}
/* .container-treasury-solutions-card-container .solution-items-wrapper .card-main-container.slick-slide {
    width: 28vw !important;
} */
.market-snapshot-container {
    margin-top: 35px;
}
.market-snapshot-container .vc_column-inner .wpb_wrapper {
    padding: 16.6vh 5.5vw 0;
}
.container-col.market-snapshot-inner-container h2 {
    color: #F4E7DB;
    font-size: 64px;
}
.market-snapshot-inner-container .heading-wrapper .gws-heading {
    margin-bottom: 25px;
}
html .market-snapshot-inner-container .heading-wrapper p {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 300;
    font-size: 18px;
    max-width: 42%;
}
.gws-content-wrapper.container-market-snapshot-inner-container {
    margin-bottom: 15.5vh;
    overflow: hidden;
}
.market-snapshot-container .vc_column-inner {
    position: relative;
    overflow: hidden;
}
.container-maket-snapshot-last-updated {
    margin-right: 5.6vw;
    position: absolute;
    margin-top: 16.8vh;
    overflow: hidden;
    z-index: 1;
    right: 0;
    top: 0;
}
.last-updated-date {
    background: rgba(244, 231, 219, 1);
    min-width: 210px !important;
    width: inherit !important;
    float: none !important;
    border-radius: 50px;
    align-items: center;
    padding: 0 15px;
    display: flex;
}
.market-snapshot-container .refresh-time-text > .wpb_wrapper {
    padding: 0;
}
.refresh-time-text {
    width: 100% !important;
}
.last-updated-date .clock-icon {
    height: 20px;
    width: 20px;
}
.last-updated-content {
    margin-left: 10px;
    padding: 15px 0;
}
.last-update-title p {
    letter-spacing: 1.2px;
    font-weight: 600;
    color: #866D65;
    font-size: 9px;
}
.last-updated-content .updated-time {
    align-items: center;
    font-weight: 600;
    color: #122633;
    font-size: 14px;
    display: flex;
}
.last-updated-content .updated-time span {
    background: #122733;
    border-radius: 50px;
    margin: 0 5px;
    height: 3px;
    width: 3px;
}
.refresh-time-text {
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
    float: none;
}
.foreign-exchange-solution {
    margin-top: 190px;
}
.container-market-snapshot-inner-container {
    position: relative;
    z-index: 1;
}
html .foreign-exchange-solutions-wrapper h2,
html .investment-solution-container h2,
html .investment-cash-heading h2 {
    line-height: 50px;
    color: #B02121;
    font-size: 48px;
}
.foreign-exchange-solution .vc_column-inner > .wpb_wrapper,
.investment-solution-section .vc_column-inner > .wpb_wrapper {
    margin: 0 auto;
    width: 88%;
}
.investment-solution-section .vc_column-inner > .wpb_wrapper {
    padding: 80px 0;
}
.foreign-exchange-solutions-wrapper .heading-wrapper .content p {
    color: rgba(18, 38, 51, 1);
    line-height: 28px;
    font-weight: 300;
    font-size: 18px;
}
.foreign-exchange-solutions-wrapper .heading-wrapper .gws-heading {
    padding-bottom: 20px;
}
.foreign-exchange-solutions-wrapper .heading-wrapper {
    margin-bottom: 65px;
}
.foreign-exchange-solutions-wrapper .content {
    max-width: 40vw;
}
.fe-inner-container .num-img {
    width: 20px;
}
.fe-inner-container .box-numeration {
    justify-content: space-between;
    margin-bottom: 25px;
    display: flex;
}
.fe-box-container {
    padding: 0 20px;
}
.fe-solution-listing {
    width: calc(100% + 40px);
    display: inline-flex;
    margin: -20px;
}
.foreign-exchange-solution .vc_column-inner > .wpb_wrapper {
    margin: 0 auto;
    width: 88%;
}
.fe-cta-container {
    margin-bottom: 15px;
}
.foreign-exchange-solution {
    margin-bottom: 190px;
}
.treasury-services-row.abcbanking-widthcontainer {
    padding: 0 15px;
}
.treasury-box-shadow > .vc_column-inner {
    box-shadow: 0 0 24px 0 #0000000d;
    border-radius: 30px;
}
.treasury-banner-row .page-banner-wrapper .banner-image-wrapper {
    /* height: 520px; */
    height: 60vh !important;
}
.container-investment-solution-container .investment-solution-container {
    margin-bottom: 30px;
    display: flex;
}
.personal-business > .wpb_wrapper {
    justify-content: flex-end;
    display: flex;
}
.personal-business p {
    background: #F4E7DB;
    border-radius: 50px;
    padding: 12px 20px;
    font-weight: 500;
    color: #866D65;
    font-size: 13px;
}
.investment-solution-container .gws-heading {
    padding-bottom: 0;
}
.investment-solution-list .wpb_text_column.wpb_content_element,
.investment-cash-mgt-content-list .wpb_text_column.wpb_content_element {
    border-top: 1px solid #E5E5E5;
    padding: 30px 0;
}
.container-banner-flexible-deposit > .banner-flexible-deposit {
    background: #F4E7DB;
    border-radius: 15px;
    padding: 25px 30px;
    overflow: hidden;
    display: flex;
}
.banner-flexible-deposit p.carlito {
    background: #866D65;
    border-radius: 10px;
    text-align: center;
    line-height: 37px;
    min-width: 40px;
    height: 40px;
    width: 40px;
}
.banner-flexible-deposit p.carlito img {
    object-fit: contain;
    height: 20px;
    width: 20px;
}
.banner-flexible-deposit .three-solutions-row > .wpb_wrapper img {
    object-fit: contain;
}
.banner-flexible-deposit > .text-content-wrapper {
    align-items: center;
    display: flex;
}
.banner-flexible-deposit > .text-content-wrapper p:nth-child(2) {
    margin-left: 15px;
    font-weight: 500;
    color: #122633;
    font-size: 15px;
}
.three-solutions-row {
    width: inherit !important;
    align-items: center;
    display: flex;
}
.banner-flexible-deposit .three-solutions-row > .wpb_wrapper {
    white-space: nowrap;
    display: flex;
}
.banner-flexible-deposit .three-solutions-row > .wpb_wrapper p:first-child {
    align-items: center;
    font-weight: 500;
    color: #866D65;
    font-size: 13px;
    display: flex;
}
.banner-flexible-deposit .three-solutions-row > .wpb_wrapper p:last-child {
    margin-left: 5px;
    width: 15px;
}
.banner-flexible-deposit-container .vc_column-inner > .wpb_wrapper {
    padding: 55px 0;
    width: 100%;
}
.investment-solution-list .wpb_text_column.wpb_content_element:last-child {
    padding-bottom: 30px;
}
.investment-solution-list .wpb_wrapper p,
html .container-treasury-team-container .content p,
html .treasury-desk .content p {
    line-height: 16px;
    font-weight: 300;
    color: #666666;
    font-size: 16px;
    padding: 15px 0;
}
html .container-treasury-team-container .content p {
    line-height: 27px;
    font-size: 18px;
}
.investment-solution-list .wpb_wrapper ul {
    width: calc(100% + 20px);
    margin: 15px 0 0 -10px;
    margin-bottom: 30px;
    list-style: none;
    display: flex;
    padding: 0;
}
.investment-solution-list .wpb_wrapper ul li {
    padding: 10px 15px 10px 35px;
    background: #F4E7DB;
    border-radius: 50px;
    position: relative;
    font-size: 13px;
    margin: 0 10px;
}
.investment-solution-list .wpb_wrapper ul li:before {
    background: url(/../wp-content/uploads/2026/06/list-tick.png);
    background-size: contain;
    position: absolute;
    display: block;
    margin: auto;
    height: 15px;
    content: '';
    width: 15px;
    left: 15px;
    bottom: 0;
    top: 0;
}
.investment-solution-list h3 {
    font-weight: 600;
    font-size: 26px;
}
.investment-cash-heading .gws-heading {
    padding-bottom: 30px !important;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 30px;
}
.investment-cash-mgt-content-list .vc_column-inner .wpb_wrapper {
    width: 100%;
    padding: 0;
}
.investment-cash-mgt-content-list {
    margin-bottom: 50px;
}
.treasury-team-container {
    margin-top: 80px;
}
.container-treasury-team-container > .treasury-team-container {
    margin-top: 0;
}
.container-treasury-team-container {
    margin-bottom: 75px;
    overflow: hidden;
}
.container-treasury-team-container .content {
    max-width: 660px;
}
.treasury-desk-row .container-treasury-desk {
    margin-right: 13px;
}
.treasury-desk-row .container-trading-hours {
    margin-left: 12px;
}
.treasury-desk-row .container-treasury-desk .treasury-desk {
    padding: 50px;
}
.treasury-desk-row .container-trading-hours .trading-hours {
    overflow: hidden;
    padding: 40px;
}
.treasury-desk .heading-wrapper .tag-wrapper {
    position: absolute;
    padding-bottom: 0;
    width: initial;
    right: 0;
    top: 8px;
}
.treasury-desk-row .container-treasury-desk .treasury-desk .content {
    margin: 25px 0;
}
html .treasury-desk .content p {
    padding: 0;
}
.treasury-desk-row .container-treasury-desk .treasury-desk .heading-wrapper {
    position: relative;
}
.container-foreign-exchange-solutions-wrapper h2 {
    font-size: 61px !important;
}   
.box-numeration p {
    justify-content: center;
    background: #B02121;
    align-items: center;
    letter-spacing: 1px;
    border-radius: 8px;
    font-weight: 600;
    color: #ffffff;
    font-size: 14px;
    display: flex;
    height: 45px;
    width: 45px;
}
.box-numeration .num-img img {
    object-fit: contain;
    position: absolute;
    height: 20px;
    width: 20px;
    margin: auto;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}
.box-numeration .num-img {
    background: #F4E7DB;
    border-radius: 50px;
    position: relative;
    height: 45px;
    width: 45px;
}
.fe-inner-container .box-title p {
    padding-bottom: 25px;
    position: relative;
    font-weight: 600;
    font-size: 26px;
}
.fe-inner-container .fe-inner-container .box-title {
    margin-bottom: 25px;
}
.fe-inner-container .box-description p {
    line-height: 25px;
    font-weight: 300;
    color: #666666;
    font-size: 15px;
}
.fe-inner-container .box-description {
    margin-bottom: 25px;
}
.fe-cta-container a {
    font-family: Outfit;
    font-style: normal;
    font-weight: 500;
    color: #B02121;
    font-size: 14px;
}
.fe-cta-container a span {
    margin-left: 5px;
}
.container-investment-solution-container {
    margin-top: 55px;
}
.banner-flexible-deposit-container {
    padding-right: 15px;
    padding-left: 15px;
}
.investment-cash-mgt-content-list {
    margin-left: 15px;
}
.container-treasury-team-container .container-col.treasury-team-container {
    max-width: 88%;
    margin: 0 auto;
}
.treasury-desk-row .vc_column-inner .wpb_wrapper {
    margin: 0 auto 55px;
    max-width: 88%;
}
.treasury-desk-row .container-treasury-desk .treasury-desk .heading-wrapper h2:before {
    background: url(/../wp-content/uploads/2026/06/treasury-desk.png);
    background-repeat: no-repeat;
    background-color: #B02121;
    background-position: center;
    background-size: 20px;
    border-radius: 12px;
    position: absolute;
    display: block;
    padding: 15px;
    height: 45px;
    content: '';
    width: 45px;
    top: 3px;
    left: 0;
}
.treasury-desk-row .container-treasury-desk .treasury-desk .heading-wrapper .gws-heading {
    margin-left: 60px;
    padding: 12px 0;
}
.treasury-desk-row .container-treasury-desk .treasury-desk .heading-wrapper .gws-heading h2 {
    font-weight: 600;
    color: #122633;
    font-size: 28px;
}
.treasury-desk .tag-wrapper p {
    padding: 10px 15px 10px 30px;
    position: relative;
    color: #122633;
    font-size: 13px;
}
.treasury-desk .heading-wrapper .tag-wrapper p:before {
    background: #22A06B;
    border-radius: 50px;
    position: absolute;
    display: block;
    margin: auto;
    height: 10px;
    content: '';
    width: 10px;
    bottom: 0;
    top: -1px;
    left: 15px;
}
.container-col.marketsnapshot-exchange-rate-container .exchange_rate-items-container {
    box-shadow: 0 8px 21px 0 rgba(0, 0, 0, 0.05);
    width: calc(100% - 60px) !important;
    margin: 0 auto !important;
    background: #ffffff;
    border-radius: 40px;
    float: none;
}
.container-marketsnapshot-exchange-rate-container {
    margin-top: -250px;
}
.exchange-rate-inner-wrapper {
    padding: 55px 55px 75px 55px;
}
.converter-header-wrapper .tag-wrapper {
    padding-bottom: 5px;
}
.converter-header-wrapper h3 {
    letter-spacing: -0.5px;
    color: #122633;
    font-size: 26px;
}
.forex-item-details-wrapper {
    align-items: center;
}
.forex-item-currenc::before {
    height: 25px;
    width: 25px;
}
.currency-converter-wrapper select {
    -webkit-appearance:none; /* Safari and Chrome */
    -moz-appearance: none; /* Firefox */
    appearance:none;
}
.indicative-wrapper {
    margin-top: 25px;
}
.rate-fluctuation .trend-up,
.rate-fluctuation .trend-down {
    /* max-width: 85px; */
    padding-right: 10px;
    padding-left: 28px;
    text-align: center;
    position: relative;
    min-width: 80px;
    display: block;
}
.currency-select:after {
    background: url(/../wp-content/uploads/2026/06/down-arrow.png);
    background-size: contain;
    pointer-events: none;
    position: absolute;
    display: block;
    margin: auto;
    height: 15px;
    width: 15px;
    content: '';
    right: 10px;
    bottom: 0;
    top: 0;
}
.currency-select,
.currency-input,
.forex-item-details-wrapper {
    position: relative;
}
.currency-input input,
.currency-select input {
    text-align: right;
    padding: 0;
}
.swap-rate-container button {
    position: relative;
    height: 35px;
    width: 35px;
    padding: 0;
}
.foreign-currency-bg-container {
    position: relative;
}
.forex-item-currency span.currency-circle {
    border-radius: 50px;
    position: absolute;
    display: block;
    margin: auto;
    height: 20px;
    width: 20px;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}
.forex-item-currency span.currency-circle-bg {
    border-radius: 50%;
    display: block;
    margin: auto;
    height: 25px;
    width: 25px;
}
.forex-item-inner .forex-item-currency p {
    padding-left: 40px;
}
.forex-item-header-wrapper .forex-item-currency,
.forex-item-details-wrapper .forex-item-currency {
    min-width: 45%;
}
.currency-select, 
.currency-input {
    height: 44px;
}
.currency-converter-inner-wrapper select {
    cursor: pointer;
}
.converter-right-content-wrapper .converter-right-inner-wrapper {
    justify-content: space-between;
    flex-direction: column;
    display: flex;
    height: 100%;
}
html .treasury-desk .content p {
    line-height: 25px;
}
.treasury-desk .tab-bar-container {
    background: #ffffff;
    border-radius: 15px;
    margin-bottom: 15px;
    align-items: center;
    padding: 20px;
    display: flex;
}
.treasury-desk .tab-icon img {
    object-fit: contain;
    margin-top: -7px;
}
.treasury-desk .tab-icon {
    margin-right: 15px;
    height: 20px;
    width: 20px;
}
.treasury-desk .tab-link-icon {
    margin-left: auto;
    height: 20px;
    width: 20px;
}
.treasury-desk .tab-link-icon img {
    max-width: inherit;
}
.tab-content p.tab-content-title {
    letter-spacing: 1px;
    line-height: normal;
    font-weight: 500;
    color: #866D65;
    font-size: 12px;
}
.tab-content .tab-content-item p {
    font-weight: 500;
    color: #122633;
    font-size: 18px;
}
.container-trading-hours .gws-heading  {
    position: relative;
}
.container-trading-hours .heading-wrapper .gws-heading h2 {
    padding: 10px 0 10px 60px;
    font-style: normal;
    font-weight: 600;
    color: #ffffff;
    font-size: 22px;
}
.container-trading-hours .heading-wrapper .gws-heading h2:before {
    background: url(/../wp-content/uploads/2026/06/trading-hours.png);
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.1);
    background-position: center;
    background-size: 20px;
    border-radius: 12px;
    position: absolute;
    display: block;
    padding: 15px;
    height: 45px;
    content: '';
    width: 45px;
    top: 3px;
    left: 0;
}
.container-trading-hours .heading-wrapper {
    margin-bottom: 25px;
    padding-bottom: 0;
    display: flex;
}
.container-trading-hours .heading-wrapper .tag-wrapper {
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 0;
    margin-left: auto;
    display: flex;
    order: 1;
}
.container-trading-hours .tag-wrapper p {
    color: rgba(255, 255, 255, 0.50);
    background: transparent;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 12px;
    padding: 0;
}
.trading-hours-block-container .trading-hours-schedule-list .schedule-timeline {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    padding: 15px 0;
    display: flex;
}
.trading-hours-block-container .trading-hours-schedule-list .schedule-timeline p {
    color: rgba(255, 255, 255, 0.80);
    font-weight: 300;
    font-size: 15px;
}
.trading-hours-block-container .trading-hours-schedule-list .schedule-timeline p.trading-time {
    margin-left: auto;
    font-weight: 500;
}
.trading-hours-block-container ~ .wpb_text_column .wpb_wrapper {
    max-width: initial;
    margin: 25px 0 0 0;
}

.trading-hours-block-container ~ .wpb_text_column .wpb_wrapper p {
    color: rgba(255, 255, 255, 0.60);
    font-style: normal;
    line-height: 20px;
    font-weight: 200;
    font-size: 13px;
}
.meet-treasury-team-container .gws-heading h2 {
    color: #B02121;
    font-weight: 600;
    font-size: 32px;
}
.meet-treasury-team-container .gws-heading {
    margin-bottom: 10px;
    padding-bottom: 0;
}
.meet-treasury-team-container .gws-heading ~ .content p {
    font-weight: 300;
    font-size: 16px;
    color: #666;
}
.gws-content-wrapper.container-meet-treasury-team-container,
.container-col.meet-treasury-team-container {
    overflow: hidden;
}
.filter-tt-category {
    position: absolute;
    right: 0;
    top: 7px;
}
.filter-tt-category ul {
    background: #F4E7DB;
    display: inline-flex;
    border-radius: 50px;
    padding: 5px;
    margin: 0;
}
.filter-tt-category ul li {
    text-align: center;
    position: relative;
    padding: 10px 15px;
    font-weight: 400;
    list-style: none;
    cursor: pointer;
    font-size: 13px;
    color: #666;

    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.filter-tt-category li#navPill {
    height: calc(100% - 10px);
    background: #ffffff;
    pointer-events: none;
    border-radius: 50px;
    position: absolute;
    margin: auto;
    bottom: 0;
    left: 0;
    top: 0;

    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.filter-tt-category ul li.active {
    font-weight: 500;
    color: #122633;
}
.container-col.meet-treasury-team-container {
    position: relative;
}
.gws-content-wrapper.container-meet-treasury-team-container {
    margin: 0 auto 60px;
    max-width: 88%;
}
.container-col.meet-treasury-team-container .heading-wrapper {
    margin-bottom: 30px;
}
.treasury-team-member-container {
    border: 1px solid #E5E5E5;
    border-radius: 25px;
    padding: 30px;
}
.meet-treasury-team-container .team-cards-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.team-cards-container .treasury-team-member-container {
    flex: 0 0 calc((100% - (20px * 2)) / 3);
}
.team-cards-container .treasury-team-member-container .team-member-first-row {
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 20px;
    margin-bottom: 20px;
    align-items: center;
    display: flex;
}
.team-member-first-row .team-name p {
    font-weight: 600;
    color: #122633;
    font-size: 17px;
}
.team-member-first-row .team-job-title p {
    font-weight: 300;
    font-size: 13px;
    color: #666;
}
.team-member-first-row .team-member-name {
    margin-bottom: 10px;
    margin-left: 15px;
}
.team-member-contact .team-tag {
    background: #F4E7DB;
    border-radius: 100px;
    padding: 5px 10px;
    display: table;
}
.team-cards-container .team-member-contact .team-tag p {
    letter-spacing: 0.5px;
    text-align: center;
    font-weight: 500;
    color: #866D65;
    font-size: 11px;
}
.team-cards-container .team-member-details {
    margin-bottom: 20px;
    font-weight: 400;
    color: #122633;
    font-size: 12px;
}   
.team-cards-container .team-member-contact {
    justify-content: space-between;
    align-items: center;
    display: flex;
}
.team-cards-container .team-contact a {
    color: #B02121;
    font-weight: 500;
    font-size: 13px;
    display: flex;
}
.insight-news-heading .tag-wrapper {
    padding-bottom: 0;
    width: inherit;
}
.insight-news-heading .tag-wrapper p {
    background: transparent;
    letter-spacing: 2px;
    font-weight: 600;
    box-shadow: none;
    text-align: left;
    color: #B02121;
    font-size: 12px;
    padding: 0;
}
.insight-news-heading .gws-heading {
    padding-bottom: 0;
}
.insight-news-heading .gws-heading h2 {
    font-weight: 600;
    color: #122633;
    font-size: 40px;
    padding: 10px 0;
}
.insight-news-heading .gws-heading ~ .content p {
    font-weight: 300;
    font-size: 16px;
    color: #666;
}
.insight-news-heading.heading-wrapper {
    margin-bottom: 40px;
    margin-top: 30px;
    width: 100%;
}
.treasury-publication-container .vc_column-inner .wpb_wrapper {
    justify-content: space-between;
    display: flex;
}
.treasury-publication-container .insight-container {
    flex: 0 0 calc((100% - (25px * 2)) / 3);
    border: 1px solid #E5E5E5;
    border-radius: 15px;
}
.treasury-publication-container .post-image-container img,
.treasury-publication-container .featured-img-bg {
    border-radius: 15px 15px 0 0;
    max-height: 200px;
}
.team-member-avatar .initials-avatar p {
    font-weight: 600;
    color: #ffffff;
    font-size: 20px;
    padding: 20px;
}
.team-member-avatar .initials-avatar {
    border-radius: 50px;;
}
.team-contact span.arrow {
    margin-left: 5px;
    margin-top: -1px;
    display: block;
    height: 15px;
    width: 15px;
}
.team-member-details .team-email {
    margin-bottom: 10px;
}
.latest-treasury-publication-container > .vc_column-inner {
    box-shadow: 0 0 24px 0 #0000000d;
    padding: 60px 15px !important;
    border-radius: 30px; 
}
.latest-treasury-publication-container > .vc_column-inner > .wpb_wrapper {
    margin: 0 auto;
    max-width: 88%;
}
.vc_row.insights-research-container {
    margin-right: 0;
    margin-left: 0;
}
.featured-image-insight .insight-tag p {
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    color: #122633;
    font-weight: 600;
    font-size: 10px;
}
.featured-image-insight {
    position: relative;
}
.featured-image-insight .insight-tag {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50px;
    position: absolute;
    padding: 5px 15px;
    bottom: 35px;
    left: 30px;
}
.insight-content-container {
    padding: 30px;
}
.insight-content-top {
    margin-bottom: 20px;
    align-items: center;
    display: flex;
}
.insight-content-top p {
    font-weight: 400;
    font-size: 12px;
    color: #666;
}
.insight-content-top span.separator {
    background: #666666;
    border-radius: 50px;
    margin: 0 10px;
    height: 5px;
    width: 5px;
}
.insight-content-middle .insight-post-title h3 {
    margin-bottom: 15px;
    line-height: 25px;
    font-weight: 600;
    color: #122633;
    font-size: 20px;
}
.insight-content-middle .insight-post-excerpt p {
    line-height: 22px;
    color: #666666;
    font-weight: 300;
    font-size: 14px;
}
.insight-content-middle .insight-post-excerpt {
    min-height: 100px;
}
.insight-content-bottom {
    margin-top: 15px;
}
.insight-content-bottom .read-insight-btn a {
    font-weight: 500;
    color: #B02121;
    font-size: 14px;
}
.insight-content-bottom span.arrow-insight {
    position: relative;
    margin-left: 5px;
    top: -0.8px;
}
.treasury-publication-container.insights-research-section {
    margin-bottom: 70px;
}
.abcbanking-wp-widthcontainer.latest-treasury-publication-container {
    margin-bottom: 95px;
    margin-top: 30px;
}
.team-member-details span {
    margin-right: 10px;
    position: relative;
    top: -2px;
}

/* Investors Relation */
.financial-btn-wrapper {
    flex-wrap: nowrap !important;
    gap: 10px;
}
.financial-btn-wrapper {
    width: 60%;
}
.gws-button-wrapper.view-more-btn a {
    color: #B02121 !important;
    border: 1px solid #B02121 !important;
}
.gws-button-wrapper.view-more-btn a:hover{
    color: #ffff !important;
    border: 1px solid #ffff !important;
    background: #B02121 !important;
}
.investors-board-charter-inner-row.investors-annual-reports-inner-single-row.financial-statement {
    margin-top: 60px;
}

/* Treasury UAT */
.exchange_rate-items-container .forex-item-details-wrapper {
    width: 100%;
}

.exchange_rate-items-container .forex-item-inner .forex-item-currency p {
    padding-left: 12px;
}

.converter-table-wrapper .forex-item-details-wrapper p {
    text-align: right;
}

.exchange-rate-items-wrapper .forex-item-details-wrapper > div {
    width: 80px;
}