.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 .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 .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 {
    /* max-height: 0; */
    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;
    /* height: 100%; */
}

.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;
}

.fce-tab-section .fce-es-c-rc-sin.active .fce-es-c-rc-s-title{
    /* color: var(--bagels-neutral_800); */
}

.fce-tab-section.light .fce-es-c-rc-sin.active .fce-es-c-rc-s-title{
    /* color: var(--bagels-neutral_200); */
}

@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):hover .fce-es-c-rc-s-title,
    .fce-tab-section .fce-es-c-rc-s-title:hover{
        color: var(--bagels-dark);
    }

    .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-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;
}