.fce-tab-section .b-tab-wrapper .b-tab-text:after{
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.fce-tab-section .fce-es-t-wrapper {
    justify-content: flex-start;
    gap: 15px;
}

.fce-tab-section .b-tab-wrapper .b-tab-item.b-tab-show .b-tab-text:after{
    background-color: var(--bagels-dark);
}

.fce-tab-section .b-tab-wrapper.light .b-tab-item.b-tab-show .b-tab-text:after{
    background-color: var(--bagels-light);
}

.fce-tab-section .fce-es-tabs:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: var(--bagels-dark);
}

.fce-tab-section.light .fce-es-tabs:after {
    background-color: var(--bagels-light);
}

.fce-tab-section .b-tab-wrapper .b-tab-link{
    padding-left: 0;
    padding-right: 0;
}

.fce-tab-section .b-tab-wrapper .b-tab-text{
    padding-left: 17px;
    padding-right: 17px;
}

.fce-tab-section .fce-es-tabs {
    margin-bottom: 30px;
}

.fce-tab-section .fce-es-c-left-col {
    min-width: 48%;
}

.fce-tab-section-v2 .fce-es-c-left-col {
    min-width: calc( 50% - 16px );
}

.fce-tab-section .fce-es-c-lc-img {
    aspect-ratio: 322 / 149;
}

.fce-tab-section .fce-es-c-lc-text {
    padding: 50px 24px;
}

.fce-tab-section .fce-es-c-1-1 {
    gap: 32px;
}

.fce-tab-section .fce-es-c-right-col {
    min-width: calc( 100% - 48% - 32px );
}

.fce-tab-section-v2 .fce-es-c-right-col {
    min-width: calc( 50% - 16px );
}

.fce-tab-section .fce-es-c-rc-sin {
    margin-bottom: 32px;
    padding: 11px 24px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out, padding 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out, padding 0.2s ease-in-out;
    transition: all 0.2s ease-in-out, padding 0.2s ease-in-out;
}

.fce-tab-section .fce-es-c-rc-s-descr {
    display: none;
}

.fce-tab-section .fce-es-c-rc-sin.active {
    padding-top: 21px;
    padding-bottom: 21px;
    cursor: auto;
}

.fce-tab-section .fce-es-c-rc-s-t-t-0{
    pointer-events: none;
}

.fce-tab-section .fce-es-c-rc-sin.active .fce-es-c-rc-s-t-t-0 {
    pointer-events: all;
}

.fce-tab-section .fce-es-c-rc-s-t-icon {
    min-width: 40px;
    min-height: 40px;
    background-color: var(--bagels-dark);
}

.fce-tab-section .fce-es-c-rc-sin.active .fce-es-c-rc-s-t-icon {
    background-color: var(--bagels-light);
    transform: rotateZ(90deg);
}

.fce-tab-section .fce-es-c-rc-s-d-text {
    margin-top: 10px;
}

.fce-tab-section .fce-es-c-rc-s-t-i-1 {
    top: 50%;
    left: 50%;
    background-color: #fff;
    transform: translate(-50%, -50%);
}

.fce-tab-section .fce-es-c-rc-s-t-i-h {
    width: 12px;
    height: 2px;
}

.fce-tab-section .fce-es-c-rc-sin.active .fce-es-c-rc-s-t-i-1{
    background-color: var(--bagels-dark);
}

.fce-tab-section .fce-es-c-rc-sin.active .fce-es-c-rc-s-t-i-h{
    width: 0;
}

.fce-tab-section .fce-es-c-rc-s-t-i-v{
    height: 12px;
    width: 2px;
}

.fce-tab-section .fce-es-c-rc-s-title:after{
    position: absolute;
    /* content: ''; */
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.fce-tab-section .fce-es-c-rc-s-t-text {
    font-size: 20px;
}

.fce-tab-section .fce-es-c-rc-sin:not(.active):focus .fce-es-c-rc-s-title,
.fce-tab-section .fce-es-c-rc-s-title:focus{
    color: var(--bagels-dark);
}

.fce-tab-section.light .fce-es-c-rc-sin:not(.active):focus .fce-es-c-rc-s-title,
.fce-tab-section.light .fce-es-c-rc-s-title:focus{
    color: var(--bagels-light);
}

.fce-tab-section .fce-es-c-rc-sin .fce-es-c-rc-s-title{
    padding-right: 25px;
}

@media (min-width: 992px) {
    .fce-tab-section .b-tab-wrapper .b-tab-link:hover .b-tab-text:after{
        background-color: var(--bagels-dark);
    }
    
    .fce-tab-section .b-tab-wrapper.light .b-tab-link:hover .b-tab-text:after{
        background-color: var(--bagels-light);
    }

    .fce-tab-section .fce-es-c-rc-sin:not(.active):hover .fce-es-c-rc-s-title,
    .fce-tab-section .fce-es-c-rc-s-title:hover{
        color: var(--bagels-neutral_800);
    }

    .fce-tab-section.light .fce-es-c-rc-sin:not(.active):hover .fce-es-c-rc-s-title,
    .fce-tab-section.light .fce-es-c-rc-s-title:hover{
        color: var(--bagels-neutral_200);
    }

    .fce-tab-section .fce-es-c-rc-sin:not(.active):hover .fce-es-c-rc-s-title:after,
    .fce-tab-section .fce-es-c-rc-s-title:hover:after{
        background-color: var(--bagels-dark);
    }

    .fce-tab-section.light .fce-es-c-rc-sin:not(.active):hover .fce-es-c-rc-s-title:after,
    .fce-tab-section.light .fce-es-c-rc-s-title:hover:after{
        background-color: var(--bagels-light);
    }

    .fce-tab-section .fce-es-c-rc-sin:not(.active):hover .fce-es-c-rc-s-t-icon,
    .fce-tab-section .fce-es-c-rc-s-t-icon:hover {
        background-color: var(--bagels-light);
    }
    
    .fce-tab-section .fce-es-c-rc-sin:not(.active):hover .fce-es-c-rc-s-t-icon .fce-es-c-rc-s-t-i-1,
    .fce-tab-section .fce-es-c-rc-s-t-icon:hover .fce-es-c-rc-s-t-i-1{
        background-color: var(--bagels-dark);
    }
}

@media (max-width: 991px) {
    .fce-tab-section .fce-es-c-1-1{
        display: block;
    }

    .fce-tab-section .fce-es-c-right-col {
        margin-top: 25px;
    }

    .fce-tab-section .fce-es-c-rc-sin{
        margin-bottom: 25px;
    }

    .fce-tab-section .b-tab-wrapper .b-tab-link:active .b-tab-text:after{
        background-color: var(--bagels-dark);
    }
    
    .fce-tab-section .b-tab-wrapper.light .b-tab-link:active .b-tab-text:after{
        background-color: var(--bagels-light);
    }

    .fce-tab-section .fce-es-c-rc-sin:not(.active):active .fce-es-c-rc-s-title,
    .fce-tab-section .fce-es-c-rc-s-title:active{
        color: var(--bagels-neutral_800);
    }

    .fce-tab-section.light .fce-es-c-rc-sin:not(.active):active .fce-es-c-rc-s-title,
    .fce-tab-section.light .fce-es-c-rc-s-title:active{
        color: var(--bagels-neutral_200);
    }

    .fce-tab-section .fce-es-c-rc-sin:not(.active):active .fce-es-c-rc-s-title:after,
    .fce-tab-section .fce-es-c-rc-s-title:active:after{
        background-color: var(--bagels-dark);
    }

    .fce-tab-section.light .fce-es-c-rc-sin:not(.active):active .fce-es-c-rc-s-title:after,
    .fce-tab-section.light .fce-es-c-rc-s-title:active:after{
        background-color: var(--bagels-light);
    }

    .fce-tab-section .fce-es-c-rc-sin:not(.active):active .fce-es-c-rc-s-t-icon,
    .fce-tab-section .fce-es-c-rc-s-t-icon:active{
        background-color: var(--bagels-light);
    }
    
    .fce-tab-section .fce-es-c-rc-sin:not(.active):active .fce-es-c-rc-s-t-icon .fce-es-c-rc-s-t-i-1,
    .fce-tab-section .fce-es-c-rc-s-t-icon:active .fce-es-c-rc-s-t-i-1{
        background-color: var(--bagels-dark);
    }

    .fce-tab-section .fce-es-c-rc-sin:not(.active):active .fce-es-c-rc-s-title,
    .fce-tab-section .fce-es-c-rc-s-title:active{
        color: var(--bagels-dark);
    }

    .fce-tab-section.light .fce-es-c-rc-sin:not(.active):active .fce-es-c-rc-s-title,
    .fce-tab-section.light .fce-es-c-rc-s-title:active{
        color: var(--bagels-light);
    }
}

@media (max-width: 767px) {
    .fce-tab-section .fce-es-c-lc-text {
        padding: 35px 20px;
    }

    .fce-tab-section .fce-es-c-rc-s-t-text {
        font-size: 16px;
    }

    .fce-tab-section .fce-es-c-rc-s-t-icon {
        min-width: 35px;
        min-height: 35px;
    }

    .fce-tab-section .fce-es-c-right-col {
        margin-top: 20px;
    }

    .fce-tab-section .fce-es-c-rc-sin{
        margin-bottom: 20px;
    }

    .fce-tab-section .b-tab-wrapper .b-tab-text {
        padding-left: 10px;
        padding-right: 10px;
    }

    .fce-tab-section .fce-es-t-wrapper{
        gap: 10px;
    }
}

.fce-tab-section .fce-es-c-rc-sin:last-child {
    margin-bottom: 0;
}

/*
    Vertical tabs.
    Styles for layout with vertical tabs.
    The class "fce-ts-vertical" should be available in the "fce-tab-section" div
*/
    .fce-tab-section.fce-ts-vertical .fce-ts-t-n-tw-title-cont {
        margin-bottom: 100px;
        padding-right: 15px;
    }
    
    .fce-tab-section.fce-ts-vertical .fce-es-c-lc-text {
        padding: 0;
    }

    .fce-tab-section.fce-ts-vertical :is(.fce-ts-tabs-n-title-wrapper, .fce-es-c-lc-text) {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .fce-tab-section.fce-ts-vertical.full-height :is(.fce-ts-tabs-n-title-wrapper, .fce-es-c-lc-text) {
        padding-top: 33px;
        padding-bottom: 35px;
    }

    .fce-tab-section.fce-ts-vertical .fce-ts-tabs-n-title-wrapper {
        min-width: 30.3%;
        max-width: 30.3%;
    }

    .fce-tab-section.fce-ts-vertical .fce-es-c-lc-text {
        padding-left: 50px;
        padding-right: 50px;
    }

    .fce-tab-section.fce-ts-vertical.full-height .fce-es-c-lc-text {
        padding-left: 35px;
        padding-right: 35px;
        overflow: auto;
        /* reinstate me */
        max-height: calc( 100vh - 10px - 250px);
        /* remove me */
        /* max-height: calc( 100vh - 10px - 340px); */
    }

    .fce-tab-section.fce-ts-vertical .b-tab-link{
        font-size: 21px;
    }

    .fce-tab-section.fce-ts-vertical .fce-es-tabs:after,
    .fce-tab-section.fce-ts-vertical .b-tab-text:after{
        height: 0;
    }

    .fce-tab-section.fce-ts-vertical .fce-es-t-wrapper{
        gap: 0;
    }

    .fce-tab-section.fce-ts-vertical .fce-es-tabs{
        margin-bottom: 0;
    }

    .fce-tab-section-v2.fce-ts-vertical .fce-es-c-col{
        display: flex;
        flex-direction: column-reverse;
        border-radius: 0;
    }

    .fce-tab-section.fce-ts-vertical .fce-es-content{
        display: flex;
        align-items: center;
        width: calc( 100% - 30.3% );
    }

    .fce-tab-section.fce-ts-vertical .fce-es-c-lc-img {
        aspect-ratio: 960 / 353;
    }

    .fce-tab-section.fce-ts-vertical.full-height .fce-es-c-lc-img {
        aspect-ratio: 960 / 305;
    }

    .fce-tab-section.fce-ts-vertical .fce-es-c-lc-img .b-cover-img{
        object-position: top;
    }

    .fce-tab-section.fce-ts-vertical .fce-es-t-link{
        pointer-events: none;
    }

    .fce-tab-section.fce-ts-vertical .fce-es-t-1{
        cursor: pointer;
    }

    .fce-tab-section.fce-ts-vertical .fce-es-c-lc-t-scroll-down{
        position: sticky;
        bottom: -20px;
        left: 100%;
        margin-right: -15px;
        /* margin-bottom: -50px; */
        display: none;
        display: inline-block;
    }

    .fce-tab-section.fce-ts-vertical .fce-es-c-lc-t-scroll-down .btb-1{
        background-color: var(--bagels-neutral_800);
        color: #fff;
        min-width: 31px;
        min-height: 31px;
        font-size: 15px;
        opacity: 0.7;
        padding: 0;
        /* border-color: transparent; */
    }

    .fce-tab-section.fce-ts-vertical .fce-es-c-lc-t-scroll-down .btb-1:focus{
        background-color: var(--bagels-neutral_700);
    }
    
    .bagels-touch-device .fce-tab-section.fce-ts-vertical .fce-es-c-lc-t-scroll-down{
        display: inline-block;
    }

    .hide-scroll-to-top #scroll-top{
        display: none;
    }

    body.fce-es-c-lc-t-scrollable .fce-tab-section.fce-ts-vertical.full-height{
        display: none;
    }

    @media (min-width: 992px) {
        .fce-tab-section.fce-ts-vertical .fce-es-t-1:hover .b-tab-link:after {
            opacity: 1;
        }

        .fce-tab-section.fce-ts-vertical .fce-es-t-1:hover .b-tab-link:before {
            opacity: 0;
        }

        .fce-tab-section.fce-ts-vertical .fce-es-c-lc-t-scroll-down .btb-1:hover{
            /* background-color: var(--bagels-neutral_700); */
        }
    }

    @media (max-width: 1199px) {
        .fce-tab-section.fce-ts-vertical .fce-ts-t-n-tw-heading{
            margin-bottom: 70px;
        }

        .fce-tab-section.fce-ts-vertical.full-height{
            display: none;
        }
    }

    @media (max-width: 991px) {
        .fce-tab-section.fce-ts-vertical .fce-es-t-1:active .b-tab-link:after {
            opacity: 1;
        }

        .fce-tab-section.fce-ts-vertical .fce-es-t-1:active .b-tab-link:before {
            opacity: 0;
        }

        .fce-tab-section.fce-ts-vertical .fce-es-c-lc-t-scroll-down .btb-1:active{
            background-color: var(--bagels-neutral_700);
        }
    }

    @media (min-height: 650px) and (max-height: 860px) {
        .fce-tab-section.fce-ts-vertical.full-height .fce-es-c-lc-text {
            margin-bottom: 10px;
            margin-top: 10px;
            max-height: calc(100vh - 10px - 280px);
        }
    }
/* Vertical tabs. */

/* Tab icons. */
    .fce-tab-section .b-tab-wrapper.b-tw-tab-icons .b-tab-link{
        padding: 15px;
        padding-left: 43px;
        font-size: 21px;
    }

    .fce-tab-section .b-tab-wrapper.b-tw-tab-icons .b-tab-text{
        padding: 0;
    }
/* Tab icons. */

/* Pin spacer smooth transition */
    .fce-tab-section.fce-ts-vertical .pin-spacer {
        will-change: height;
    }

    .fce-tab-section.fce-ts-vertical.bt-pin-on-scroll {
        will-change: transform;
    }
/* Pin spacer smooth transition */

/* Slide on scroll */
    .fce-tab-section.fce-ts-vertical.bt-slide-on-scroll .fce-es-c-1.bagels-disp-none-imp{
        display: block !important;
    }
/* Slide on scroll */

    /* .fce-tab-section.fce-ts-vertical.full-height .fce-es-c-lc-text {
        max-height: calc( 100vh - 10px - 110px);
    } */