.banner-inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}

.banner-content {
    max-width: 384px;
}

.banner-content-h {
    color: #FFF;
font-family: "RBCDisplay";
font-size: 36px;
font-style: normal;
font-weight: 500;
line-height: 44px; /* 122.222% */
}
@media screen and (max-width: 768px) {
    .banner-content-h {
        color: #FFF;
        font-family: "RBCDisplay";
        font-size: 23.4px;
        font-style: normal;
        font-weight: 500;
        line-height: 30px; /* 128.205% */
    }
}

.banner-content-button {
    color: #FFF;
text-align: center;
font-family: Roboto;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 16px; /* 100% */
}

.hover-box {
    border-radius: 20px 20px 0 0;
    background: #FFF;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    position: relative;
    top: -100px;
}

@media screen and (max-width: 768px) {
    .hover-box {
        top: -150px;
    }
}

.hover-box-h {
    color: #252525;
font-family: "RBCDisplay";
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 32px; /* 133.333% */
}

@media screen and (max-width: 768px) {
    .hover-box-h {
        color: #252525;
        font-family: "RBCDisplay";
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px; /* 133.333% */
    }
}   

.hover-box-p {
    color: #252525;
font-family: Roboto;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 24px; /* 150% */
}

@media screen and (max-width: 768px) {
    .hover-box-p {
        color: #252525;
font-family: Roboto;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 24px; /* 150% */
    }
}

.international-exchange {
    color: #252525;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "RBCDisplay";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px; /* 125% */
}

@media screen and (max-width: 768px) {
    .international-exchange {
        color: #252525;
        text-align: center;
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: "RBCDisplay";
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 36px; /* 128.571% */
    }
}

.section-heading {
    color: #252525;
font-family: "RBCDisplay";
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 32px; /* 133.333% */
}



/* Tab CSS */




.tab-nav {
    border: none !important;
}

.tab-nav::after {
    content: none !important;
}

.tab-content {
    border: none !important;
}

section.section-tabs.tabs-scroll>.section-inner .tab-nav li {
    border-bottom: 8px;
}

section.section-tabs.tabs-scroll>.section-inner .tab-nav li a {
    padding-bottom: 8px !important;
}

.section-tabs .tab-nav li a, .tabs .tab-nav li a {
    padding-bottom: 8px !important;
}

section.section-tabs.tabs-scroll>.section-inner .tab-nav li {
    border-bottom: 0px !important;
}

.tab-nav:not(.secondary-menu-nav) > li > a {
    border-radius: 63px;
    border: 1px solid var(--Borders-border-3, #B3B3B3);
    background: var(--Interaction-interactive-1-text, #FFF);
    display: flex !important;
    height: 33px;
    padding: 8px 15px !important;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}

.tab-nav:not(.secondary-menu-nav) > li > a.active {
    display: flex !important;
    height: 33px;
    padding: 8px 15px !important;
    align-items: center;
    gap: 10px;
    border-radius: 63px;
    border: 2px solid var(--Selected-State-selected-1, #006AC3);
    background: var(--Selected-State-selected-2, #E3F4FF);
    white-space: nowrap;
}

section.section-tabs.tabs-scroll>.section-inner .tab-nav li.active a:after {
    content: none !important;
}

@media screen and (max-width: 768px) {
    .tab-content {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
}

/*  End Tab CSS */


@media screen and (max-width: 768px) {
        .trading-table-row {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            grid-column-gap: 0px;
            grid-row-gap: 0px;
            border-bottom: 1px solid #E0E0E0 !important;
        }
        .trading-table-row:not(:first-child)  th {
            padding-top: 32px !important;
        }
        
        .trading-table-row > *:first-child {
            grid-column: 1 / -1;
        }

        td {
            justify-content: flex-start !important;
            align-items: flex-start !important;
        }



        tbody {
            display: block;
        }

        .table-bold {
            color: #252525;
            font-family: Roboto;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 24px; /* 150% */
            border-right: 1px solid #E0E0E0 !important;
        }
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-1 {
    flex: 1;
}


.gap-16 {
    gap: 16px;
}

.responsive-flex-row {
    display: flex;
    flex-direction: row;
}

@media screen and (max-width: 768px) {
    .responsive-flex-row {
        flex-direction: column;
    }
}

@media screen and (max-width: 768px) {
    .mob-text-center {
        text-align: center;
    }
}

.desktop-only-flex {
    display: flex;
}

.flex-direction-column {
    flex-direction: column;
}

@media screen and (max-width: 768px) {
    .desktop-only-flex {
        display: none;
    }
}


.collapsible-table .collapsible-panel, table, table thead tr, table.stacktable tr:first-child, table.table-stack tr:first-child {
    border-bottom: none !important;
}

tr {
    display: flex;
}

th {
    display: flex;
    flex: 1;
    border-top: 1px solid #E0E0E0 !important;
    justify-content: flex-start;
    align-items: center;
    
}

td {
    justify-content: flex-start !important;
}



tbody tr:last-child {
    border-bottom: 1px solid #E0E0E0 !important;
}

th:first-child {
    border-bottom: none;
}

th:last-child {
    justify-content: flex-start;
    flex: 2;
}

td {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
}

th:first-child {
    border-right: 1px solid #E0E0E0 !important;
}

@media screen and (max-width: 768px) {
    th:first-child {
        border-right: none !important;
    }
}

td:first-child {
    border-right: 1px solid #E0E0E0 !important;
    flex: 1;
}



td:not(:first-child) {
    border-top: 1px solid #E0E0E0 !important;
    flex: 1;
}

td:last-child {
    flex: 2;
    justify-content: flex-start;
}

.requires-acrobat {
    color: #585858;
font-family: Roboto;
font-size: 14px;
font-style: normal;
font-weight: 300;
line-height: 20px; /* 142.857% */
}

.download-acrobat {
    color: #585858;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.download-acrobat:visited {
    color: #585858;
}

.section-tabs .tab-nav li, .tabs .tab-nav li {
    padding-left: 10px;
    padding-right: 10px;
}

.mar-b-60 {
    margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
    th:first-child {
        border-top: none !important;
    }
}

.open-an-account-h {
    color: #252525;
    font-family: "RBCDisplay";
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px; /* 122.222% */
}

@media screen and (max-width: 768px) {
    .open-an-account-h {
        color: #252525;
        text-align: center;
        font-family: "RBCDisplay";
        font-size: 36px;
        font-style: normal;
        font-weight: 500;
        line-height: 44px; /* 122.222% */
    }
}

th {
    padding: 24px !important;
}

th:nth-child(2) {
    padding-left: 96px !important;
}

@media screen and (max-width: 768px) {
    th:nth-child(2) {
        padding-left: 16px !important;
    }
}

td {
    padding: 24px !important;
}

td:nth-child(2) {
    padding-left: 96px !important;
}

@media screen and (max-width: 768px) {
    td:nth-child(2) {
        padding-left: 16px !important;
    }
}

@media screen and (max-width: 768px) {
    td {
        padding-top: 16px;
        padding-bottom: 16px;
    }
}