.blue-heading {
    color: var(--Interaction-interactive-1-text, #FFF);
    text-align: center;
    font-feature-settings: 'ss01' on, 'liga' off, 'clig' off;


    /* Headings/Desktop/H1 */
    font-family: var(--Fonts-family-heading, "RBCDisplay");
    font-size: var(--Fonts-fonts-heading-1, 40px);
    font-style: normal;
    font-weight: 500;
    line-height: var(--Fonts-line-height-heading-1, 50px); /* 125% */
    max-width: 970px;
}

@media screen and (max-width: 768px) {
    .blue-heading {
        text-align: left;
        color: var(--Interaction-interactive-1-text, #FFF);
        font-feature-settings: 'liga' off, 'clig' off;

        /* Headings/Mobile/H2 */
        font-family: "RBCDisplay";
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 30px; /* 125% */
    }
}

.blue-subheading {
    color: var(--Interaction-interactive-1-text, #FFF);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;

    /* Paragraphs/Text/sm/sm */
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

@media screen and (max-width: 768px) {
    .blue-subheading {
        text-align: left;
    }
}

.comparison-table {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-collapse: collapse;
    color: white;
}

.comparison-table-row {
    display: grid;
    grid-template-columns: 280px 1fr 1fr;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
}

.comparison-table-row th
{
    padding: 24px;
}

table tr td, table tr th {
    padding: 24px;
}

@media screen and (max-width: 768px) {
    th {
        text-align: center !important;
    }

    table tr td, table tr th {
        padding: 16px;
    }
}

.rbc-direct {
    color: var(--text-foregrounds-text-opposite-2, #FFF);
font-feature-settings: 'liga' off, 'clig' off;

/* Headings/Desktop/H2 */
font-family: var(--Fonts-family-heading, "RBCDisplay");
font-size: var(--Fonts-fonts-heading-2, 36px);
font-style: normal;
font-weight: 500;
line-height: var(--Fonts-line-height-heading-2, 45px); /* 125% */
}

@media screen and (max-width: 768px) {
    .rbc-direct {
        color: var(--icon-colour, #FFF);
text-align: center;
font-feature-settings: 'liga' off, 'clig' off;

/* Headings/Mobile/H5 */
font-family: Roboto;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 24px; /* 150% */
    }
}


.gosmart-title {
    
}

.comparison-table-row th {
    background-color: #003168;
    font-weight: 600;
    color: #fff;
    color: var(--text-foregrounds-text-opposite-2, #FFF);
    text-align: right;
    font-feature-settings: 'liga' off, 'clig' off;

    /* Headings/Mobile/H5 */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

.comparison-table-row td {
    color: var(--text-foregrounds-text-opposite-2, #FFF);
font-feature-settings: 'liga' off, 'clig' off;
font-family: Roboto;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
}

.comparison-table-row td:not(.gosmart) {
    background-color: #003168;
}

@media screen and (max-width: 768px) {
    .comparison-table-row td:not(.gosmart) {
        border-top: 1px solid #194577;
        border-bottom: 1px solid #194577;
    }
}

.comparison-table-row td.gosmart {
    background-color: #194577;
}

.comparison-table-header {
    background-color: #003168;
}

.comparison-table-header td {
    background-color: #003168;
    color: #fff;
}

.comparison-table-header th {
    background-color: #003168;
}

.comparison-table-section {
    background-color: #e8f0f8;
}

.comparison-table-section th {
    background-color: #e8f0f8;
    color: #003168;
    font-size: 1.05em;
    padding: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.comparison-table-cta td {
    padding: 24px;
}

.btn-cta {
    display: flex;
    padding: 20px 32px !important;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

/* .comparison-table-cta .btn {
    display: inline-block;
    padding: 10px 24px;
    background-color: #003168;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
}

.comparison-table-cta .btn:hover {
    background-color: #004a9f;
} */

/* Accordion styles for comparison sections */
.comparison-accordion {
    width: 100%;
}

.comparison-accordion .accordion-panel {
    border-top: 1px solid rgba(255, 255, 255, 0.20);
border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.accordion .accordion-panel:first-child, .accordion .panel:first-child {
    border-top: none !important;
}

.comparison-accordion .collapse-toggle {
    display: block;
    width: 100%;
    background-color: #003168;
    border: none;
    padding: 0;
    cursor: pointer;
    text-align: left;
    color: white;
}

.comparison-accordion .collapse-toggle .section-title {
    display: block;
    padding: 16px 24px;
    color: #fff;
    color: var(--icon-colour, #FFF);
font-feature-settings: 'liga' off, 'clig' off;
font-family: Roboto;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 32px; /* 160% */
}

@media screen and (max-width: 768px) {
    .comparison-accordion .collapse-toggle .section-title {
        padding: 16px;
        font-size: 16px;
    }
}

.section-title:hover {
    text-decoration: none !important;
}

.collapse-toggle:hover {
    text-decoration: none;
}

.comparison-accordion .collapse-content {
    overflow: hidden;
}

.comparison-accordion .collapse-inner {
    padding: 0;
}

.comparison-accordion .comparison-table {
    margin: 0;
}

@media screen and (max-width: 768px) {
    .comparison-table-row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto auto;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }

    .comparison-table-row > th:first-child { 
        grid-area: 1 / 1 / 2 / 3; 
    }
    .comparison-table-row > *:nth-child(2) { 
        grid-area: 2 / 1 / 3 / 2; 
    }
    .comparison-table-row > *:nth-child(3) { 
        grid-area: 2 / 2 / 3 / 3; 
    }

    .comparison-table-section th[colspan="3"] {
        grid-column: 1 / 3;
    }

    .comparison-table-header td {
        padding: 10px 8px;
        font-size: 0.95em;
    }

    .comparison-table-row th {
        color: var(--text-foregrounds-text-opposite-2, #FFF);
        text-align: center;
        font-feature-settings: 'liga' off, 'clig' off;

        /* Paragraphs/Text/xs/xs */
        font-family: Roboto;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 16px; /* 133.333% */
        padding: 16px;
    }

    .comparison-table-row td {
        color: var(--text-foregrounds-text-opposite-2, #FFF);
font-feature-settings: 'liga' off, 'clig' off;

/* Paragraphs/Text/xs/xs */
font-family: Roboto;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 16px; /* 133.333% */
    }

}

table {
    margin-bottom: 0px;
}

.accordion {
    margin-top: 0px;
}

.accordion-panel {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    border-top: none;
    border-bottom: none;
    max-width: 100% !important;
}

.collapse-content {
    max-width: 100% !important;
}

.collapse-inner {
    padding: 0px !important;
}

.collapse-toggle {
    max-width: 100% !important;
}

.collapsible-table .collapsible-panel, table, table thead tr, table.stacktable tr:first-child, table.table-stack tr:first-child {
    border-bottom: none;
}

.accordion .accordion-panel>.collapse-toggle:after, .accordion .panel>.collapse-toggle:after {
    content: url("/dvl/v1.0/assets/images/ui/ui-chevron-down-white.svg");
    background: 0 0;
    display: inline-block;
    height: 16px;
    width: 16px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 2%;
    top: 40%;
    left: auto;
    line-height: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

@media screen and (max-width: 768px) {
    .accordion .accordion-panel>.collapse-toggle:after, .accordion .panel>.collapse-toggle:after {
        right: 16px;
    }
}

th {
    text-align: right;
}

@media screen and (max-width: 768px) {
    th {
        text-align: center;
    }
}

.top-border-radius {
    overflow:hidden;
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
}

.bottom-border-radius {
    overflow:hidden;
    border-bottom-left-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
}

@media screen and (max-width: 768px) {
    .top-border-radius {
        border-top-left-radius: 20px !important;
        border-top-right-radius: 20px !important;
    }

    .bottom-border-radius {
        border-bottom-left-radius: 20px !important;
        border-bottom-right-radius: 20px !important;
    }
}

@media screen and (max-width: 768px) {
    .gosmart-icon {
        width: 103.641px;
        height: auto;
    }

    .desktop-plus-only {
        display: none;
    }
}

td a {
    color: var(--Interaction-interactive-1-text, #FFF);
    text-decoration: underline;
}

td a:hover {
    color: var(--Interaction-interactive-1-text, #FFF);
}

td a:visited {
    color: var(--Interaction-interactive-1-text, #FFF);
}

.accordion .accordion-panel>.collapse-toggle, .accordion .panel>.collapse-toggle {
    padding-right: 0px;
}

ol.disc-list>li, ul.disc-list>li {
    background-image: url("/dvl/v1.0/assets/images/ui/ui-disc-white.svg");
}

.heading-smalltext {
    color: var(--text-foregrounds-text-opposite-2, #FFF);
text-align: center;
font-feature-settings: 'liga' off, 'clig' off;

/* Paragraphs/Text/sm/sm */
font-family: Roboto;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
}

@media screen and (max-width: 768px) {
    .heading-smalltext {
        color: var(--icon-colour, #FFF);
text-align: center;
font-feature-settings: 'liga' off, 'clig' off;

/* Paragraphs/Text/xs/xs */
font-family: Roboto;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 16px; /* 133.333% */
    }
}

@media screen and (max-width: 768px) {
    .mobile-mar-b-16 {
        margin-bottom: 16px !important;
    }
}

@media screen and (max-width: 768px) {
    .mobile-centered {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.extra-tb-padding {
    padding-top: 32px;
    padding-bottom: 32px;
}

@media screen and (max-width: 768px) {
    .extra-tb-padding {
        padding-top: 16px;
        padding-bottom: 16px;
    }
}

/* Sticky header - only applies on mobile (768px or lower) */
@media screen and (max-width: 768px) {
    .custom-sticky-table-header {
        position: fixed;
        top: 0;
        width: 100%;
        left: 0px;
        z-index: 1000;
    }

    /* Sticky header specific grid layout - only 2 columns since no "Feature" th */
    #sticky-header-element {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }

    #sticky-header-element > *:first-child {
        grid-area: 1 / 1 / 2 / 2;
    }

    #sticky-header-element > *:nth-child(2) {
        grid-area: 1 / 2 / 2 / 3;
    }

    .th-subtitle {
        font-size: 12px;
    }
}

.table-link {
    color: var(--Interaction-interactive-1-text, #FFF);
    white-space: nowrap;
    font-weight: 500;
}

.table-link:hover {
    color: var(--Interaction-interactive-1-text, #FFF);
    text-decoration: underline;
}

.table-link:visited {
    color: var(--Interaction-interactive-1-text, #FFF);
}

.newwindow-link-white:after {
    content: url("/dvl/v1.0/assets/images/ui/ui-newwindow-white.svg");
    width: 15px;
    margin-left: 10px;
    display: inline-block;
    height: 15px;
}

th>p {
    font-weight: 500;
}

.lob-dropdown {
    display: none;
}