
.productCompare {
    width: 100vw;
    margin-left: calc(-50vw + 50%) !important;
    background:#fff;
}

.ratetablepanel .ratetableSlider {
    display: block;
    padding-bottom: 0px;
}

.ratesTable {
    display: none;
}

@media print, screen and (max-width: 64em) {
    .ratetablepanel .ratetableSlider .swiper .swiper-card .contentblock .content .tablehead br {
        display: none
    }
}

@media print, screen and (min-width: 64em) {
    .ratetablepanel .ratetableSlider {
        display: none;
    }

    .ratesTable {
        display: block;
    }
}

@media print, screen and (max-width:63.99875em) {
    .productCompare.gap h2 {
        margin-bottom: 25px;
    }
}

@media print, screen and (min-width: 48em) and (max-width:63.99875em) {
    .ratetablepanel .ratetableSlider {
        width: 100%;
        max-width: 983px;
        margin: 0 auto;
    }
}

.ratetablepanel .ratetableSlider .navblock {
    background: #EAEAEA;
    text-align: center;
    position: relative;
}

    .ratetablepanel .ratetableSlider .navblock p {
        font-size: 14px;
        line-height: 17px;
        color: #000;
        font-weight: 600;
        margin-bottom: 0px;
        padding-bottom: 3px;
    }

    .ratetablepanel .ratetableSlider .navblock .swiper-button-prev,
    .ratetablepanel .ratetableSlider .navblock .swiper-button-next {
        width: 25px;
        height: 25px;
        top: 75px;
        background-size: contain;
        filter: brightness(10);
    }

@media (min-width: 480px) {

    .ratetablepanel .ratetableSlider .navblock .swiper-button-prev,
    .ratetablepanel .ratetableSlider .navblock .swiper-button-next {
        top: 70px;
    }
}

.ratetablepanel .ratetableSlider .navblock .swiper-button-prev::after,
.ratetablepanel .ratetableSlider .navblock .swiper-button-next::after {
    background: url("/assets/images/settings/arrow-backward.svg") no-repeat center;
    overflow: hidden;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 12px;
    height: 24px;
    font-size: 0;
}

.ratetablepanel .ratetableSlider .navblock .swiper-button-next {
    right: 15px;
}

    .ratetablepanel .ratetableSlider .navblock .swiper-button-next::after {
        background: url("/assets/images/settings/arrow-forward.svg") no-repeat center;
        background-size: cover;
    }

.ratetablepanel .ratetableSlider .navPage .swiper-pagination {
    bottom: -40px;
}

    .ratetablepanel .ratetableSlider .navPage .swiper-pagination .swiper-pagination-bullet {
        background: transparent;
        border: 1px solid #90182C;
        opacity: 1;
        width: 13px;
        height: 13px;
    }

        .ratetablepanel .ratetableSlider .navPage .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background: #90182C;
        }

.ratetablepanel .ratetableSlider .flexCustom {
    position: relative;
    border-top: 0;
    background: #fff;
    overflow: hidden;
    border-bottom: 10px solid #0096C0;
}

    .ratetablepanel .ratetableSlider .flexCustom .swiperslide {
        width: 50%;
        position: relative;
    }

        .ratetablepanel .ratetableSlider .flexCustom .swiperslide .swiper-card {
            position: absolute;
            background: -webkit-gradient(linear, left top, left bottom, color-stop(8%, transparent), color-stop(3%, #fff), color-stop(92%, #fff), color-stop(97%, transparent));
            background: linear-gradient(to bottom, transparent 8%, #fff 3%, #fff 92%, transparent 97%);
            z-index: 9;
            border-radius: 20px;
            max-width: 225px;
        }

            .ratetablepanel .ratetableSlider .flexCustom .swiperslide .swiper-card .titleblock {
                color: #ffffff;
                text-align: center;
                padding: 15px;
                background: #05456A;
            }

            .ratetablepanel .ratetableSlider .flexCustom .swiperslide .swiper-card .contentblock {
                border-radius: 0 0 35px 35px;
            }

                .ratetablepanel .ratetableSlider .flexCustom .swiperslide .swiper-card .contentblock .content {
                    padding: 15px 19px;
                    border-bottom: 1px dashed #002538;
                    padding-bottom: 14px;
                    padding-right: 10px;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                }

                    .ratetablepanel .ratetableSlider .flexCustom .swiperslide .swiper-card .contentblock .content:last-child {
                        border-bottom: none;
                        margin-bottom: 8px;
                    }

                    .ratetablepanel .ratetableSlider .flexCustom .swiperslide .swiper-card .contentblock .content .tablehead {
                        font-size: 18px;
                        line-height: 22px;
                        color: #90182C;
                        font-weight: 700;
                        margin-bottom: 0;
                    }

    .ratetablepanel .ratetableSlider .flexCustom + p {
        margin-top: clamp(25px, 25px + 10 * (100vw - 375px) / 1065, 35px);
    }

.ratetablepanel .ratetableSlider .swiper.rateCheckingSlider {
    display: none;
}

    .ratetablepanel .ratetableSlider .swiper.rateCheckingSlider.activeSlider {
        display: block;
    }

    .ratetablepanel .ratetableSlider .swiper.rateCheckingSlider .swiper-button-prev,
    .ratetablepanel .ratetableSlider .swiper.rateCheckingSlider .swiper-button-next {
        top: unset;
    }

    .ratetablepanel .ratetableSlider .swiper.rateCheckingSlider .swiper-card .titleblock {
        padding-block: 43px;
        padding-inline: 40px;
        background: #05456A;
    }


        .ratetablepanel .ratetableSlider .swiper.rateCheckingSlider .swiper-card .titleblock p {
            color: #fff;
            font-weight: 700;
            padding: 5px;
            text-decoration: none;
            font-weight: 700;
            font-size: 26px !important;
            line-height: 127%;
        }

    .ratetablepanel .ratetableSlider .swiper.rateCheckingSlider .swiper-card .titleblocksec {
        padding: 40px 0px 27px;
    }

        .ratetablepanel .ratetableSlider .swiper.rateCheckingSlider .swiper-card .titleblocksec p:last-child a {
            font-size: 14px;
            color: #fff;
            font-weight: 700;
            background-color: #008ec7;
            background-image: linear-gradient(to bottom, #008ec7, #003868);
            text-decoration: none;
            padding: 5px 15px;
        }

        .ratetablepanel .ratetableSlider .swiper.rateCheckingSlider .swiper-card .titleblocksec p,
        .ratetablepanel .ratetableSlider .swiper.rateCheckingSlider .swiper-card .titleblocksec p a {
            font-weight: 700;
            color: #000;
            font-size: 20px !important;
            /*            margin-bottom: 8px;*/
            margin-bottom: 15px;
            text-decoration: none;
        }

    .ratetablepanel .ratetableSlider .swiper.rateCheckingSlider .swiper-card .titleblock p.large {
        height: 45px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .ratetablepanel .ratetableSlider .swiper.rateCheckingSlider .swiper-card .titleblock .textCta {
        display: inline-block;
        width: 85%;
    }

@media (min-width: 480px) {
    .ratetablepanel .ratetableSlider .swiper.rateCheckingSlider .swiper-card .titleblock .textCta {
        width: 100%;
    }
}

.ratetablepanel .ratetableSlider .swiper.rateCheckingSlider .swiper-card .titleblock .textCta + .textCta {
    margin-top: 5px;
}

.ratetablepanel .ratetableSlider .swiper.rateCheckingSlider .swiper-card .content {
    padding: 26px 15px;
    padding-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    height: auto !important;
    align-items: center;
}

.ratetablepanel .ratetableSlider .swiper .swiper-button-prev,
.ratetablepanel .ratetableSlider .swiper .swiper-button-next {
    width: 11px;
    height: 17px;
    top: unset;
}

    .ratetablepanel .ratetableSlider .swiper .swiper-button-prev::after,
    .ratetablepanel .ratetableSlider .swiper .swiper-button-next::after {
        background: url("/assets/images/settings/arrow-backward.svg") no-repeat center;
        overflow: hidden;
        background-size: contain !important;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        width: 11px;
        height: 17px;
        font-size: 0;
    }

    .ratetablepanel .ratetableSlider .swiper .swiper-button-next::after {
        background: url("/images/settings/arrow-forward.svg") no-repeat center;
        background-size: contain !important;
    }

.ratetablepanel .ratetableSlider .swiper .swiper-card .titleblock {
    color: #ffffff;
    text-align: center;
    border-bottom: none;
    position: relative;
}

    .ratetablepanel .ratetableSlider .swiper .swiper-card .titleblock::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background: var(--fcb-primary);
        bottom: 0;
        left: 0;
    }

    .ratetablepanel .ratetableSlider .swiper .swiper-card .titleblock p {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 0;
    }

.ratetablepanel .ratetableSlider .swiper .swiper-card .contentblock {
    width: 50%;
    position: relative;
    right: 0;
    margin-left: auto;
}

@media (min-width: 500px) {
    .ratetablepanel .ratetableSlider .swiper .swiper-card .contentblock {
        width: calc(100% - 220px);
    }
}

.ratetablepanel .ratetableSlider .swiper .swiper-card .contentblock .content {
    padding-top: 21px;
    padding-left: clamp(34px, 34px + 31 * (100vw - 375px) / 392, 64px);
    border-bottom: 1px dashed #002538;
    padding-bottom: 21px;
    /* padding-right: 15px; */
    text-align: left;
}

    .ratetablepanel .ratetableSlider .swiper .swiper-card .contentblock .content:last-child {
        border-bottom: none;
        margin-bottom: 10px;
        justify-content: center;
    }

    .ratetablepanel .ratetableSlider .swiper .swiper-card .contentblock .content p {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 0;
        font-weight: 600;
        /*        text-align:center;*/
        text-align: left;
    }

        .ratetablepanel .ratetableSlider .swiper .swiper-card .contentblock .content p span {
            display: block;
            margin: 0 auto;
            width: 24px;
            height: 24px;
            background: url("/assets/images/settings/check.svg") no-repeat;
            background-size: contain;
        }

            .ratetablepanel .ratetableSlider .swiper .swiper-card .contentblock .content p span.deactive {
                background: url("/assets/images/settings/uncheck.svg") no-repeat;
                background-size: contain;
                opacity: 0.7;
            }





.ratetablepanel .ratetableSlider .swiper.rateCheckingSlider + .rateCheckingSlider {
    margin-top: 50px;
}


.ratetablepanel .ratetableSlider .swiper .swiper-card .titleblock::after {
    display: none;
}

.ratetablepanel .ratetableSlider .swiper .swiper-card .contentblock {
    width: calc(100% - 40px);
    margin-inline: 22px;
}

    .ratetablepanel .ratetableSlider .swiper .swiper-card .contentblock .contentsecion {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-top: 1px dashed #002538;
    }
    .ratetablepanel .ratetableSlider .swiper .swiper-card .contentblock .contentsecion:first-child {
    border-top: 0;
}
        .ratetablepanel .ratetableSlider .swiper .swiper-card .contentblock .contentsecion:last-child {
            display: none;
        }

    .ratetablepanel .ratetableSlider .swiper .swiper-card .contentblock .content {
        width: 50%;
        border-bottom: none;
        padding: 27px 0px 22px 0px;
    }

        .ratetablepanel .ratetableSlider .swiper .swiper-card .contentblock .content:first-child {
            width: 50%;
        }

        .ratetablepanel .ratetableSlider .swiper .swiper-card .contentblock .content .tablehead {
            font-weight: 700;
            font-size: 18px !important;
            line-height: 127%;
            color: #000000;
        }

    .ratetablepanel .ratetableSlider .swiper .swiper-card .contentblock .contentsecion:last-child {
        display: block;
    }

    .ratetablepanel .ratetableSlider .swiper .swiper-card .contentblock .content p {
        font-weight: 500;
    }

@media screen and (max-width: 520px) {
    .ratetablepanel .ratetableSlider .navPage .swiper-pagination.mobilepagination {
        bottom: -60px;
    }
}

.ratetablepanel .ratetableSlider .swiper .swiper-card .contentblock .contentsecion:last-child .content {
    width: 100%;
    padding: 32px 0px 0;
    overflow: clip;
    justify-content: left;
    text-align: left;
}

    .ratetablepanel .ratetableSlider .swiper .swiper-card .contentblock .contentsecion:last-child .content p {
        text-align: left;
    }

    .ratetablepanel .ratetableSlider .swiper .swiper-card .contentblock .contentsecion:last-child .content:last-child {
        padding-top: 5px;
        padding-bottom: 27px;
    }

/* ---- Structure-driven rates slider (mortgage/consumer) -------------------
   The deposit slider is a 2-column card (left .titleblock + right .contentblock,
   each 50%). These cards are single-column, so the content must span the full
   card width. Scoped to .ratesMobileSlider so the deposit slider is untouched. */
.ratetablepanel .ratetableSlider.ratesMobileSlider .swiper .swiper-card .contentblock {
    width: 100%;
    margin: 0;
}

/* First contentsecion = the product name → full-width blue card header
   (label-less; the product name is the title). */
.ratetablepanel .ratetableSlider.ratesMobileSlider .swiper .swiper-card .contentblock .contentsecion.cardtitle {
    display: block;
    background: #05456A;
    border-top: 0;
}

    .ratetablepanel .ratetableSlider.ratesMobileSlider .swiper .swiper-card .contentblock .contentsecion.cardtitle .content {
        width: 100%;
        justify-content: center; /* the .content is flex — center the title */
        text-align: center;
        /* 43px top/bottom matches the deposit header height. 50px sides keep a long,
           centered product name inside the safe area between the swiper arrows
           (prev ~10px+25px on the left, next ~15px+25px on the right) so the title
           wraps rather than overlapping them. */
        padding: 43px 50px;
        border-bottom: none;
    }

        .ratetablepanel .ratetableSlider.ratesMobileSlider .swiper .swiper-card .contentblock .contentsecion.cardtitle .content p {
            color: #ffffff;
            font-weight: 700;
            font-size: 22px !important;
            line-height: 127%;
            margin: 0;
        }

/* Nav arrows: white chevrons (like deposit), centered in the tall blue header.
   The chevron is chev-right.svg (fill #D9D9D9); brightness(10) clips it to white.
   The prev button is flipped to point left. */
.ratetablepanel .ratetableSlider.ratesMobileSlider .navblock .swiper-button-prev,
.ratetablepanel .ratetableSlider.ratesMobileSlider .navblock .swiper-button-next {
    filter: brightness(10);
}

.ratetablepanel .ratetableSlider.ratesMobileSlider .navblock .swiper-button-prev {
    transform: rotate(180deg);
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev,
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background: url('../../images/chev-right.svg') no-repeat;
    background-size: contain;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    transform: rotate(180deg)
}


.ratefilterpanel .filtersection {
    background: #d9edf7;
    padding: 25px 65px;
    border-radius: 0;
    border: 0;
    display: block;
    cursor: pointer;
    max-width: 838px;
}

    .ratefilterpanel .filtersection .selectMenuCurve {
        background: #ffffff;
        padding: 21px 32px;
        border-radius: 0;
        border: 0;
        display: block;
        font-weight: 700;
        font-size: 20px;
        cursor: pointer;
        width: 100%;
    }

.ratefilterpanel {
    width: 100vw;
    margin-left: calc(-50vw + 50%) !important;
    margin-top: 80px;
}

.table.detail_table + .table.detail_table {
    margin-top: 80px;
}

@media (max-width: 767px) {
    .ratefilterpanel {
        margin-top: 40px;
    }

        .ratefilterpanel .filtersection {
            padding: 10px 20px;
        }

            .ratefilterpanel .filtersection .selectMenuCurve {
                padding: 10px 12px;
            }

    .table.detail_table + .table.detail_table {
        margin-top: 40px;
    }
}

.ratetablepanel img {
    max-width: 45px;
}

.productCompare .grid-container {
    padding-inline: 0px;
    max-width: 1440px;
    margin: 0 auto;
}

@media screen and (max-width: 1023px) {
    .ratetablepanel.ratestable .ratetableSlider .swiper .swiper-card .contentblock .contentsecion {
        flex-direction: column;
    }

    .ratetablepanel.ratestable .ratetableSlider .swiper .swiper-card .contentblock .content {
        width: 100%;
        padding: 20px 0 5px;
    }

        .ratetablepanel.ratestable .ratetableSlider .swiper .swiper-card .contentblock .content .tablehead {
            text-align: left;
        }

        .ratetablepanel.ratestable .ratetableSlider .swiper .swiper-card .contentblock .content:last-child {
            justify-content: flex-start;
            padding: 5px 0 20px;
            margin-bottom: 0;
        }

    .ratetablepanel .ratetableSlider .swiper .swiper-card .contentblock .contentsecion:last-child .content:last-child {
        padding-top: 10px;
        padding-bottom: 20px;
    }

}

.productCompare.gap .ratesTable h2, 
.productCompare.gap .ratetableSlider h2 {
    padding-left: 0;
}
.productCompare.gap .ratesTable div + .table.detail_table, .productCompare.gap .ratesTable div + .table.detail_table + div {
    margin-top: clamp(30px, 30px + 20 * (100vw - 375px) / 392, 50px);
}
.rate-dropdown ul li a {
    display: block;
    padding: 12px ;
    color: #000;
    font-size: clamp(16px, 16px + 4 * (100vw - 375px) / 392, 20px);
}
.zip-info a {
    font-size: clamp(16px, 16px + 6 * (100vw - 375px) / 392, 20px);
}
.rate-dropdown ul li {
    padding: 0
}
.rates-title h2 {
    font-size: clamp(2.4rem, calc(1.837rem + 1.502vw), 4rem) !important;
    font-weight: 600;
    margin-bottom: clamp(20px, 20px + 41 * (100vw - 375px) / 1024, 61px);
}

.ratetablepanel.ratestable {
    border-top: 1px dashed #002538;
    margin-top: 40px;
    padding-top: 40px;
}
.ratetablepanel.ratestable:last-child {
/*    border-bottom: 1px dashed #002538;*/
/*    margin-bottom: 40px;*/
    padding-bottom: 40px;
}
h3.tablehead {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: clamp(10px, 10px + 8 * (100vw - 375px) / 1065, 18px);
}
.proddec {
    max-width: 1179px;
}
    .proddec p {
        font-size: 20px;
        font-weight: 600;
    }

.ratesTable .disclaimerpanel, .ratetableSlider .disclaimerpanel {
    padding-bottom: 10px;
}

    .rates-header {
        max-width: 900px;
        margin: auto;
    }

    .rates-title h2 {
        font-weight: 700;
        letter-spacing: 1px;
    }

    .rates-controls {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        margin-top: 25px;
        margin-bottom: clamp(40px, calc(21.77px + 4.86vw), 84px);
    }

    .rate-dropdown {
        width: 420px;
        background: #b7cdd8;
        padding: 20px;
        position: relative;
    }

.dropdown-selected {
    background: #f2f2f2;
    padding: clamp(16px, 16px + 19 * (100vw - 375px) / 1024, 35px);
    cursor: pointer;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
}

    .dropdown-options {
        list-style: none;
        padding: 0;
        margin: 0;
        display: none;
        background: white;
        border: 1px solid #ddd;
        position: absolute;
        width: 100%;
        left: 0;
        top: 65px;
    }

        .dropdown-options li {
            padding: 12px;
            cursor: pointer;
        }

            .dropdown-options li:hover {
                background: #eee;
            }

    .zip-info {
        text-align: right;
    }

        .zip-info a {
            text-decoration: underline;
            color: #000;
        }

        .zip-info p {
            margin-top: 14px;
            font-size: clamp(18px, 18px + 6 * (100vw - 375px) / 392, 22px);
        }

    .dropdown-options {
        display: none;
    }

@media (min-width:1024px) {
    .personal_detail_table .table.detail_table table thead th:not(:first-child) {
        text-align: center;
    }

    .rate-dropdown ul li a {
        padding-inline:35px;
    }
}
@media (min-width:1440px) {
    .rate-dropdown {
        padding: 20px 60px !important;
    }
    .rates-header .rate-dropdown .dropdown-options{
        left: 60px !important;
    }
}
@media (max-width:1023px) {
    .ratesTable .disclaimerpanel, .ratetableSlider .disclaimerpanel {
        padding-bottom: 0px;
         padding-top: 40px;
    }
    .proddec {
        margin-bottom: 30px;
    }
}
.proddec a {
    color: #333;
    font-weight:700;
}


.rates-header .rate-dropdown .dropdown-selected {
    background: #fff;
    font-size: clamp(16px, 16px + 4 * (100vw - 375px) / 1024, 20px);
    max-height: 72px;
    align-items: center;
}

