/*
Theme Name: Bagels
Description: Specific styles of the theme relative ti this website.
*/

/* Theme elements */
/* Main section */
.fce-section .fce-s-content-wrapper{
    padding-left: 15px;
    padding-right: 15px;
}
/* Main section */

/* Columnar section */
.bagels-col-wrapper .fc-c-column:last-child{
    margin-right: 0;
}

.bagels-col-wrapper a.fc-c-column:focus{
    opacity: 0.9;
}

@media (min-width: 992px){
    .bagels-col-wrapper .fc-c-column{
        width: 100%;
    }

    .bagels-col-wrapper.desktop-cols-1 .fc-c-column{
        margin-right: 0;
    }

    .bagels-col-wrapper a.fc-c-column:hover{
        opacity: 0.9;
    }

    /* .bagels-col-wrapper.col-count-2 .fc-c-column,
    .bagels-col-wrapper.desktop-cols-2 .fc-c-column{
        width: 50%;
        max-width: 50%;
    }

    .bagels-col-wrapper.col-count-3 .fc-c-column,
    .bagels-col-wrapper.desktop-cols-3 .fc-c-column {
        width: calc(100% / 3);
        max-width: calc(100% / 3);
    }

    .bagels-col-wrapper.col-count-4 .fc-c-column,
    .bagels-col-wrapper.desktop-cols-4 .fc-c-column {
        width: 25%;
        max-width: 25%;
    } */

    .bagels-col-wrapper .bcw-1 {
        display: flex;
    }
    
    .bagels-col-wrapper.align-center .bcw-1 {
        align-items: center;
    }
}

@media (max-width: 1439px) {
    /* .bagels-col-wrapper .fc-c-column{
        padding-left: 0 !important;
        padding-right: 0 !important;
    } */
}

@media (max-width: 991px){
    .bagels-col-wrapper .bcw-1{
        display: flex;
        /* margin-bottom: -50px; */
    }

    .bagels-col-wrapper a.fc-c-column:active{
        opacity: 0.9;
    }
    
    .bagels-col-wrapper.switch-sides{
        display: flex;
        flex-direction: column-reverse;
    }

    /* .bagels-col-wrapper .fc-c-column {
        margin-bottom: 50px;
    }

    .bagels-col-wrapper .fc-c-column:not(:first-child) {
        margin-top: 30px !important;
    } */
}

@media (max-width: 499px){
    .bagels-col-wrapper .bcw-1{
        /* margin-bottom: var(--spc-xl-neg); */
    }

    /* .bagels-col-wrapper .fc-c-column {
        margin-bottom: var(--spc-xl);
    } */

    .bagels-col-wrapper .fc-c-column {
        width: 100%;
    }

    /* .bagels-col-wrapper.mobile-cols-2 .fc-c-column {
        width: 50%;
    } */

    .bagels-col-wrapper.mobile-cols-1 .fc-c-column{
        margin-right: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .bagels-col-wrapper .fc-c-column:first-child{
        /* padding-right: 40px !important; */
    }

    .bagels-col-wrapper .fc-c-column:last-child{
        /* padding-left: 40px !important; */
    }
}

@media (min-width: 500px) and (max-width: 991px) {
    .bagels-col-wrapper .fc-c-column {
        width: 100%;
    }

    .bagels-col-wrapper.tab-cols-1 .fc-c-column{
        margin-right: 0;
    }

    /* .bagels-col-wrapper.tab-cols-4 .fc-c-column {
        width: 25%;
    }

    .bagels-col-wrapper.tab-cols-3 .fc-c-column {
        width: calc( 100% / 3 );
    }

    .bagels-col-wrapper.tab-cols-2 .fc-c-column {
        width: 50%;
    } */
}
/* Columnar section */

/* Columnar section lite */
.bcw-lite .bcwl-image {
    margin-bottom: 15px;
}

.bcw-lite .bcwl-heading {
    margin-bottom: 10px;
}

.bcw-lite .bcwl-text-area,
.bcw-lite .bcwl-simple-text {
    margin-bottom: 10px;
}

.bcw-lite .fc-c-column > *:last-child{
    margin-bottom: 0;
}
/* Columnar section lite */

/* Sub columns */
.fce-sub-cols .fce-sc-c-heading {
    margin-bottom: 14px;
}

@media (min-width: 500px) {
    .fce-sub-cols .fce-sc-column:first-child{
        margin-right: 40px;
    }
}

@media (min-width: 992px) {
    .fce-sub-cols .fce-sc-column:first-child{
        margin-right: 20px;
    }
}

@media (min-width: 500px) and (max-width: 991px) {
    .fce-sub-cols .bcw-1 {
        display: flex;
    }

    /* .bagels-col-wrapper.fce-sub-cols .fc-c-column {
        margin-top: 0px !important;
    } */
}

@media (max-width: 499px) {
    .bagels-col-wrapper.fce-sub-cols .bcw-1{
        /* margin-bottom: 50px; */
    }
}
/* Sub columns */

/* VS stage boxes */
.bagels-vs-box{
    width: 50%;
    padding-top: 90px;
    padding-bottom: 90px;
    padding-left: var(--bagels-pg-margin);
    padding-right: var(--bagels-pg-margin);
}

.bagels-vs-box .bvsb-heading{
    margin-bottom: 25px;
}

.bagels-vs-box .bvsb-description{
    margin-bottom: 54px;
}

/* @supports ( display: -webkit-box ) and ( -webkit-line-clamp: 2 ) and ( -webkit-box-orient: vertical ) {
    .bagels-vs-box .bagels-heading .bh-1{
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        word-break: break-word;
    }
} */

@supports ( display: -webkit-box ) and ( -webkit-line-clamp: 10 ) and ( -webkit-box-orient: vertical ) {
    .bagels-vs-box .fce-text-area > p{
        display: -webkit-box;
        -webkit-line-clamp: 10;
        -webkit-box-orient: vertical;
        overflow: hidden;
        word-break: break-word;
    }
}

.bagels-vs-box.boxes-1{
    width: 100%;
}

@media (min-width: 1680px) {

    /* .bagels-vs-box.boxes-3:nth-child(3){
        width: 100%;
    }

    .bagels-vs-box:not(.boxes-3):not(.boxes-1):nth-child( odd ){
        padding-right: 95px;
    }

    .bagels-vs-box:nth-child( even ){
        padding-left: 95px;
    } */
        
    .fce-colored-boxes.boxes-per-line-4 .bagels-vs-box{
        width: 25%;
    }
        
    .fce-colored-boxes.boxes-per-line-3 .bagels-vs-box.boxes-4,
    .fce-colored-boxes.boxes-per-line-3 .bagels-vs-box.boxes-3,
    .fce-colored-boxes.boxes-per-line-4 .bagels-vs-box.boxes-3,
    .fce-colored-boxes.boxes-per-line-4 .bagels-vs-box.boxes-4{
        padding: 60px 50px;
    }

    .fce-colored-boxes.boxes-per-line-3 .bagels-vs-box,
    .fce-colored-boxes.boxes-per-line-3 .bagels-vs-box.boxes-3,
    .fce-colored-boxes.boxes-per-line-4 .bagels-vs-box.boxes-3{
        width: calc( 100% / 3 );
    }
        
    .fce-colored-boxes.boxes-per-line-2 .bagels-vs-box,
    .fce-colored-boxes.boxes-per-line-3 .bagels-vs-box.boxes-2,
    .fce-colored-boxes.boxes-per-line-4 .bagels-vs-box.boxes-2{
        width: 50%;
    }
        
    .fce-colored-boxes.boxes-per-line-1 .bagels-vs-box,
    .fce-colored-boxes.boxes-per-line-2 .bagels-vs-box.boxes-1,
    .fce-colored-boxes.boxes-per-line-3 .bagels-vs-box.boxes-1,
    .fce-colored-boxes.boxes-per-line-4 .bagels-vs-box.boxes-1,
    .bagels-vs-box.boxes-3:nth-child(3){
        width: 100%;
    }

    /* .bagels-vs-box:not(.boxes-3):not(.boxes-1):nth-child( odd ){
        padding-right: 95px;
    } */

    .fce-colored-boxes.boxes-per-line-2 .bagels-vs-box:nth-child( odd ),
    .fce-colored-boxes.boxes-per-line-4 .bagels-vs-box.boxes-2:nth-child( odd ),
    .fce-colored-boxes.boxes-per-line-3 .bagels-vs-box.boxes-2:nth-child( odd ),
    .bagels-vs-box.boxes-2:nth-child( odd ){
        padding-right: 95px;
    }

    .fce-colored-boxes.boxes-per-line-1 .bagels-vs-box,
    .fce-colored-boxes.boxes-per-line-2 .bagels-vs-box:last-child{
        padding-right: var(--bagels-pg-margin);
    }

    /* .bagels-vs-box:nth-child( even ){
        padding-left: 95px;
    } */

    .fce-colored-boxes.boxes-per-line-2 .bagels-vs-box:nth-child( even ),
    .fce-colored-boxes.boxes-per-line-4 .bagels-vs-box.boxes-2:nth-child( even ),
    .fce-colored-boxes.boxes-per-line-3 .bagels-vs-box.boxes-2:nth-child( even ),
    .bagels-vs-box.boxes-2:nth-child( even ){
        padding-left: 95px;
    }
    
    .fce-colored-boxes.boxes-per-line-4.boxes-remainder-3 .bagels-vs-box:nth-last-child( -n+3 ){
        width: calc( 100% / 3 );
    }
    
    .fce-colored-boxes.boxes-per-line-3.boxes-remainder-2 .bagels-vs-box:nth-last-child( -n+2 ),
    .fce-colored-boxes.boxes-per-line-4.boxes-remainder-2 .bagels-vs-box:nth-last-child( -n+2 ){
        width: 50%;
    }
    
    .fce-colored-boxes.boxes-per-line-2.boxes-remainder-1 .bagels-vs-box:last-child,
    .fce-colored-boxes.boxes-per-line-4.boxes-remainder-1 .bagels-vs-box:last-child,
    .fce-colored-boxes.boxes-per-line-3.boxes-remainder-1 .bagels-vs-box:last-child{
        width: 100%;
    }

    .fce-colored-boxes.boxes-per-line-1 .bagels-vs-box{
        padding-left: var(--bagels-pg-margin);
    }
    
    .fce-colored-boxes.boxes-per-line-4 .bagels-vs-box .bvsb-heading{
        /* min-height: 104px; */
    }
}

@media (max-width: 1199px) {
    .bagels-vs-box{
        padding-top: 45px;
        padding-bottom: 45px;
        min-height: 480px !important;
    }
}

@media (max-width: 991px) {
    .bagels-vs-box{
        width: 100%;
    }
}

@media (max-width: 767px) {
    .bagels-vs-box{
        /* padding-left: 21px; */
        /* padding-right: 21px; */
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 26px;
        padding-bottom: 40px;
    }

    @supports ( -webkit-line-clamp: 12 ){
        .bagels-vs-box .fce-text-area > p{
            -webkit-line-clamp: 12;
        }
    }
}

@media (max-width: 499px) {
    .bagels-vs-box{
        padding-left: 15px;
        padding-right: 15px;
    }
    .fce-colored-boxes .bagels-vs-box{
        min-height: 250px !important;
    }
    
    .bagels-vs-box .bvsb-heading{
        margin-bottom: 20px;
    }

    .bagels-vs-box .bvsb-description{
        margin-bottom: 48px;
    }
}
/* VS stage boxes */

/* News boxes */
.bagels-news-box {
    width: calc( ( 100% / 3) - ( ( var(--spc-2xl) * 2 ) / 3 ) );
    margin-right: var(--spc-xl);
    margin-bottom: var(--spc-xl);
    overflow: hidden;
    border-radius: 8px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.is-carousel .bagels-news-box {
    width: 100%;
    margin-right: 0;
}

.bagels-news-box.hover-zoom:focus {
    transform: scale(1.02);
}

.bagels-news-box .bnb-l-img .b-cover-img{
    object-position: left;
}

.bagels-news-box .bnb-link:focus .bnb-l-img img{
    /* transform: scale(1.02); */
}

.bagels-news-box .bnb-link{
    background-color: var(--bagels-bright_color_a_400);
    height: 100%;
    padding: 20px;
}

.bagels-news-box.dark .bnb-link{
    background-color: var(--bagels-neutral_900);
}

.bagels-news-box.hover-bg-col-change .bnb-link:focus{
    background-color: var(--bagels-neutral_100);
}

.bagels-news-box.hover-bg-col-change.dark .bnb-link:focus{
    background-color: var(--bagels-neutral_800);
}

.bagels-news-box .bnb-l-content {
    padding: 20px 0 0;
    height: calc( 100% - 250px );
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bagels-news-box .bnb-l-img {
    height: 250px;
    border-radius: 5px;
}

.bagels-news-box .bnb-link:focus .bnb-l-img > .section-overlay{
    opacity: 0;
}

.bagels-news-box .bnb-l-c-date {
    margin-top: var(--spc-md);
    color: var(--bagels-neutral_600);
    font-size: var(--fs-sm);
    line-height: var(--lh-sm);
}

.bagels-news-box.dark .bnb-l-c-date {
    color: var(--bagels-neutral_400);
}

.bagels-news-box .bnb-l-c-read-more {
    margin-top: var(--spc-3xl);
    color: var(--bagels-dark);
}

.bagels-news-box .bnb-l-c-rm-i-img {
    margin-left: 5px;
}

.bagels-news-box .bnb-l-c-title .bagels-heading .bh-1{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.bagels-news-box.dark .bnb-l-c-read-more,
.bagels-news-box.dark .bnb-l-c-cat .bagels-heading .bh-1,
.bagels-news-box.dark .bnb-l-c-title .bagels-heading .bh-1{
    color: var(--bagels-neutral_50);
}

@supports ( display: -webkit-box ) and ( -webkit-line-clamp: 4 ) and ( -webkit-box-orient: vertical ) {
    .bagels-news-box .bnb-l-c-title .bagels-heading .bh-1{
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;  
        white-space: normal;
        text-overflow: unset;
    }
}

@media (min-width: 992px) {
    .bagels-news-box .bnb-link:hover .bnb-l-img > .section-overlay{
        opacity: 0;
    }

    .bagels-news-box.hover-bg-col-change .bnb-link:hover{
        background-color: var(--bagels-neutral_50);
    }

    .bagels-news-box.hover-bg-col-change.dark .bnb-link:hover{
        background-color: var(--bagels-bright_color_a_500);
    }

    .bagels-news-box.hover-zoom:hover {
        transform: scale(1.02);
    }

    .bagels-news-box .bnb-link:hover .bnb-l-img img{
        /* transform: scale(1.02); */
    }
        
    .fce-news-boxes.highlight-first-box .bagels-news-box:first-child {
        width: 100%;
        margin-right: 0;
    }
    
    .fce-news-boxes.highlight-first-box .bagels-news-box:first-child .bnb-link {
        display: flex;
        height: 390px;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-between;
    }

    .fce-news-boxes.highlight-first-box .bagels-news-box:first-child .bnb-l-img {
        height: 100%;
        min-width: 50%;
    }

    .fce-news-boxes.highlight-first-box .bagels-news-box:first-child .bnb-l-c-title {
        margin-top: 5px;
    }

    .fce-news-boxes.highlight-first-box .bagels-news-box:first-child .bnb-l-c-title .bagels-heading .bh-1{
        font-size: var(--fs-xl);
        line-height: var(--lh-xl);
    }

    .fce-news-boxes.highlight-first-box .bagels-news-box:first-child .bnb-l-content{
        height: 100%;
    }

    .fce-news-boxes.highlight-first-box .bagels-news-box .bnb-l-content {
        padding: 23px 33px 28px;
    }
}

@media (min-width: 1200px) {
    .fce-news-boxes.highlight-first-box .bagels-news-box:nth-child( 3n + 1 ),
    .bagels-news-box:nth-child( 3n ) {
        margin-right: 0;
    }

    .fce-news-boxes.highlight-first-box .bagels-news-box:nth-child( 3n ) {
        margin-right: var(--spc-2xl);
    }

    .fce-news-boxes.highlight-first-box .bagels-news-box:first-child .bnb-link {
        height: 540px;
    }

    .fce-news-boxes.highlight-first-box .bagels-news-box:first-child .bnb-l-c-title .bagels-heading .bh-1{
        font-size: var(--fs-3xl);
        line-height: var(--lh-3xl);
    }

    .fce-news-boxes.highlight-first-box .bagels-news-box:first-child .bnb-l-c-cat .bagels-heading .bh-1,
    .fce-news-boxes.highlight-first-box .bagels-news-box:first-child .bnb-l-c-date{
        font-size: var(--fs-md);
        line-height: var(--lh-md);
    }

    .fce-news-boxes.highlight-first-box .bagels-news-box:first-child .bnb-l-content {
        padding: var(--spc-3xl);
    }
}

@media (max-width: 1679px) {
    .bagels-news-box .bnb-l-img {
        height: 240px;
    }

    .bagels-news-box .bnb-l-content {
        height: calc( 100% - 240px );
    }
}

@media (max-width: 1439px) {
    /* .bagels-news-box .bnb-l-content {
        padding: 18px 20px;
    } */
}

@media (max-width: 1365px) {
    .bagels-news-box{
        width: calc( ( 100% / 3 ) - ( ( var(--spc-xl) * 2 ) / 3 ) );
        margin-right: var(--spc-xl);
        margin-bottom: var(--spc-xl);
    }
}

@media (max-width: 1199px) {
    .bagels-news-box{
        width: calc( ( 100% / 3 ) - ( ( 20px * 2 ) / 3 ) ) ;
        margin-right: 20px;
    }

    .bagels-news-box .bnb-l-img {
        height: 180px;
    }

    .bagels-news-box .bnb-l-content {
        height: calc( 100% - 180px );
    }

    .bagels-news-box .bnb-l-c-read-more{
        margin-top: 50px;
    }
    
    /* .bagels-news-box .bnb-l-content{
        padding: 20px;
    } */
}

@media (max-width: 991px) {
    .bagels-news-box .bnb-link:active .bnb-l-img > .section-overlay{
        opacity: 0;
    }

    .bagels-news-box.hover-zoom:active {
        transform: scale(1.02);
    }

    .bagels-news-box.hover-bg-col-change .bnb-link:active{
        background-color: var(--bagels-neutral_100);
    }

    .bagels-news-box.hover-bg-col-change.dark .bnb-link:active{
        background-color: var(--bagels-neutral_800);
    }

    .bagels-news-box {
        width: calc( ( 100% / 2 ) - ( ( var(--spc-xl) ) / 2 ) );
    }

    .bagels-news-box:nth-child(2n){
        margin-right: 0;
    }

    .pg-temp-news .bagels-news-box .bnb-l-img {
        height: 210px;
    }
    
    .bagels-news-box .bnb-l-content {
        height: calc(100% - 210px);
    }
    
    @supports ( display: -webkit-box ) and ( -webkit-line-clamp: 2 ) and ( -webkit-box-orient: vertical ){
        .bagels-news-box .bnb-l-c-title .bagels-heading .bh-1{
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            white-space: normal;
            text-overflow: unset;
        }
    }
}

@media (max-width: 499px) {
    .bagels-news-box{
        width: 100%;
        margin-right: 0;
        margin-bottom: var(--spc-lg);
    }

    .bagels-news-box .bnb-l-c-title .bagels-heading .bh-1{
        /* font-size: var(--fs-xl); */
    }

    /* .bagels-news-box .bnb-l-content{
        padding: 25px;
    } */

    .bagels-news-box .bnb-l-img {
        height: 215px;
    }
}

@media (min-width: 1200px) and (max-width: 1365px) {
    .bagels-news-box .bnb-l-c-title .bagels-heading .bh-1 {
        font-size: 29px;
    }

    .fce-news-boxes.highlight-first-box .bagels-news-box:nth-child( 3n ) {
        margin-right: var(--spc-xl);
    }
}

@media (min-width: 992px) and (max-width: 1365px) {
    /* .fce-news-boxes.highlight-first-box .bagels-news-box:nth-child( 2n + 1 ), */
    .bagels-news-box:nth-child(3n){
        margin-right: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .fce-news-boxes.highlight-first-box .bagels-news-box:nth-child(3n){
        margin-right: 20px;
    }

    .fce-news-boxes.highlight-first-box .bagels-news-box:nth-child(3n + 1){
        margin-right: 0px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .pg-temp-news .bagels-news-box:nth-child(odd){
        margin-right: var(--spc-xl);
    }
}

@media (min-width: 500px) and (max-width: 1199px) {
    .bagels-news-box .bnb-l-c-title .bagels-heading .bh-1 {
        font-size: 23px;
        line-height: 30px;
    }
    
    .bagels-news-box .bnb-l-c-cat .bagels-heading .bh-1,
    .bagels-news-box .bnb-l-c-read-more,
    .bagels-news-box .bnb-l-c-date{
        font-size: 14px;
    }
}
/* News boxes */

/* Company boxes */
.bagels-company-box.hover-zoom:focus {
    transform: scale(1.01);
}

.bagels-company-box .bcb-link {
    background-color: var(--bagels-neutral_50);
}

.bagels-company-box.dark .bcb-link {
    background-color: var(--bagels-neutral_900);
}

.bagels-company-box.hover-bg-col-change a.bcb-link:hover {
    background-color: var(--bagels-neutral_100);
}

.bagels-company-box.hover-bg-col-change.dark a.bcb-link:hover {
    background-color: var(--bagels-neutral_800);
}

.bagels-company-box .bcb-l-img{
    min-width: 50%;
}

.bagels-company-box:hover a.bcb-link .bcb-l-img .section-overlay{
    opacity: 0;
}

.bagels-company-box .bcb-l-text {
    padding: 60px 55px 55px;
    min-height: 540px;
}

.bagels-company-box .bcb-l-t-company {
    margin-bottom: 7px;
}

.bagels-company-box .bcb-l-t-title{
    margin-bottom: var(--spc-md);
}

.bagels-company-box .bcb-l-c-read-more {
    margin-top: 18px;
    /* color: var(--bagels-light); */
}

.bagels-company-box .bcb-l-c-rm-icon {
    font-size: 12px;
}

.bagels-company-box .bcb-l-t-descr p,
.bagels-company-box .bcb-l-t-descr {
    margin-top: 24px;
}

.bagels-company-box .bcb-l-t-bottom-text {
    margin-top: 15px;
    font-size: 14px;
}

.bagels-company-box .bcb-l-t-descr p:first-child{
    margin-top: 0;
}

.bagels-company-box .bcb-l-t-descr,
.bagels-company-box .bcb-l-t-descr p{
    font-size: var(--fs-md);
}

@media (min-width: 992px) {
    .bagels-company-box.hover-zoom:hover {
        transform: scale(1.01);
    }

    .bagels-company-box.hover-bg-col-change a.bcb-link:hover {
        background-color: var(--bagels-neutral_100);
    }

    .bagels-company-box.hover-bg-col-change.dark a.bcb-link:hover {
        background-color: var(--bagels-neutral_800);
    }
}

@media (min-width: 1200px) {
    .bagels-company-box .bcb-link.switch-boxes{
        flex-direction: row-reverse;
        justify-content: space-between;
    }
}

@media (min-width: 1440px) {
    .bagels-company-box .bcb-link {
        /* width: 85vw; */
    }
}

@media (min-width: 1680px) {
    /* .fce-common-slider .fce-cb-1 .owl-item{
        width: 95%;
    }

    .bagels-company-box{
        width: 100%;
    } */

    .bagels-company-box .bcb-link {
        /* width: 79vw; */
        /* width: auto; */
    }
}        

@media (max-width: 1365px) {
    .bagels-company-box .bcb-l-text{
        padding: 50px 45px 45px;
    }
}

@media (max-width: 1199px) {
    .bagels-company-box .bcb-l-img {
        min-width: 50%;
    }

    .bagels-company-box .bcb-l-text{
        min-height: 395px;
    }
}

@media (max-width: 991px) {
    .bagels-company-box.hover-zoom:active {
        transform: scale(1.01);
    }

    .bagels-company-box.hover-bg-col-change a.bcb-link:active {
        background-color: var(--bagels-neutral_100);
    }

    .bagels-company-box.hover-bg-col-change.dark a.bcb-link:active {
        background-color: var(--bagels-neutral_800);
    }

    .bagels-company-box .bcb-l-text{
        min-height: 350px;
    }
}

@media (max-width: 499px) {
    .bagels-company-box .bcb-link{
        width: 100%;
        flex-direction: column;
    }

    .bagels-company-box .bcb-l-text {
        padding: 30px 25px;
        min-height: 260px;
    }

    .bagels-company-box .bcb-l-img {
        height: 240px;
    }

    .bagels-company-box .bcb-l-t-title .bagels-heading .bh-1{
        -webkit-line-clamp: 3;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .bagels-company-box .bcb-link{
        /* width: 54vw; */
    }
}

@media (min-width: 500px) and (max-width: 991px) {
    .bagels-company-box .bcb-link{
        /* width: 80vw; */
    }
}
/* Company boxes */

/* Background image box */
.bagels-i-bg-box-single {
    width: calc( ( 100% / 3 ) - ( var(--spc-2xl) * 2 / 3 ) );
    margin-right: var(--spc-2xl);
    margin-bottom: var(--spc-2xl);
    min-height: 480px;
}

.bagels-i-bg-box-single .b-i-bg-bs-0{
    /* padding: var(--spc-2xl); */
    padding: var(--spc-xl);
}

.bagels-i-bg-box-single .bagels-i-bg-box-s-r-descr {
    margin-top: var(--spc-md);
}

.bagels-i-bg-box-single .b-i-bg-box-s-row-2 {
    margin-top: var(--spc-xl);
}

.bagels-i-bg-box-single .b-i-bg-box-s-r-sub-heading {
    margin-bottom: 6px;
}

.bagels-i-bg-box-single .b-i-bg-box-s-r-heading .bh-1,
.bagels-i-bg-box-single .bagels-i-bg-box-s-r-descr,
.bagels-i-bg-box-single .b-i-bg-box-s-r-sub-heading .bh-1 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.bagels-i-bg-box-single .b-i-bg-box-s-r-heading .bh-1 {
    -webkit-line-clamp: 3;
}

.bagels-i-bg-box-single .bagels-i-bg-box-s-r-descr{
    -webkit-line-clamp: 4;
}

.bagels-i-bg-box-single .b-i-bg-box-s-r-sub-heading .bh-1 {
    font-family: var(--body-font-family);
    font-weight: 500;
    margin-top: var(--spc-sm);
}

.bagels-i-bg-box-single .b-i-bg-bs-0 > .section-overlay{
    background-color: transparent;
}
.bagels-i-bg-box-single .b-i-bg-bs-0 > .section-overlay:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.0) 100%);
}
.bagels-i-bg-box-single .b-i-bg-bs-0:hover > .section-overlay{
    background-color: rgba(0,0,0,0.5);
}

.bagels-i-bg-box-single .bagels-i-bg-box-s-r-descr,
.bagels-i-bg-box-single .b-i-bg-box-s-row-2{
    max-height: 0;
    margin-top: 0;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.bagels-i-bg-box-single .b-i-bg-bs-0:hover .bagels-i-bg-box-s-r-descr,
.bagels-i-bg-box-single .b-i-bg-bs-0:hover .b-i-bg-box-s-row-2{
    max-height: 500px;
    opacity: 1;
    margin-top: var(--spc-md);
    /* overflow: visible; */
}

/* .bagels-i-bg-box-single .b-i-bg-bs-0:focus > .section-overlay{
opacity: 0.3 !important;
}

.bagels-i-bg-box-single .b-i-bg-bs-0:focus .b-cover-img{
filter: blur(2.5px) !important;
} */

.boxes-per-row-4 .bagels-i-bg-box-single {
    width: calc( ( 100% / 4 ) - ( var(--spc-lg) * 3 / 4 ) );
    margin-right: var(--spc-lg);
    margin-bottom: var(--spc-lg);
}
.boxes-per-row-2 .bagels-i-bg-box-single {
    width: calc( ( 100% / 2 ) - ( var(--spc-2xl) / 2 ) );
    margin-right: 0;
    margin-bottom: var(--spc-2xl);
}
.box-collapse .bagels-i-bg-box-single {
    margin-right: 0;
    margin-bottom: 0;
}

.box-collapse.boxes-per-row-2 .bagels-i-bg-box-single {
    width: calc( 100% / 2 );
}
.box-collapse.boxes-per-row-3 .bagels-i-bg-box-single {
    width: calc( 100% / 3 );
}
.box-collapse.boxes-per-row-4 .bagels-i-bg-box-single {
    width: calc( 100% / 4 );
}

.box-collapse .bagels-i-bg-box-single > .b-overflow-hidden{
    border-radius: 0;
}

@media (min-width: 992px) {
    .bagels-i-bg-box-single:nth-child(3n),
    div.boxes-per-row-4 .bagels-i-bg-box-single:nth-child(4n) {
        margin-right: 0;
    }
    div.boxes-per-row-4:not(.box-collapse) .bagels-i-bg-box-single:nth-child(3n) {
        margin-right: var(--spc-lg);
    }
    .boxes-per-row-2:not(.box-collapse) .bagels-i-bg-box-single:nth-child(odd) {
        margin-right: var(--spc-2xl);
    }

    .bagels-i-bg-box-single .b-i-bg-bs-0:hover > .section-overlay{
        /* opacity: 0.3 !important; */
    }

    .bagels-i-bg-box-single .b-i-bg-bs-0:hover .b-cover-img{
        /* filter: blur(2.5px) !important; */
    }
}

@media (max-width: 1365px) {
.bagels-i-bg-box-single{
    min-height: 460px;
}

.bagels-i-bg-box-single .b-i-bg-bs-0{
    padding: var(--spc-xl);
}
}

@media (max-width: 1199px) {
.bagels-i-bg-box-single{
    margin-right: var(--spc-xl);
    margin-bottom: var(--spc-xl);
    width: calc( ( 100% / 3 ) - ( var(--spc-xl) * 2 / 3 ) );
}

.bagels-i-bg-box-single .b-i-bg-box-s-r-heading .bagels-heading .bh-1{
    font-size: var(--fs-xl);
    line-height: var(--lh-xl);
}

.bagels-i-bg-box-single .b-i-bg-box-s-r-sub-heading .bagels-heading .bh-1{
    font-size: var(--fs-sm);
    line-height: var(--lh-sm);
}

.bagels-i-bg-box-single .bagels-i-bg-box-s-r-descr{
    font-size: var(--fs-sm);
    line-height: var(--lh-sm);
}
}

@media (max-width: 991px) {
.bagels-i-bg-box-single{
    width: calc( 50% - ( var(--spc-lg) / 2 ) );
    margin-right: var(--spc-lg);
    margin-bottom: var(--spc-lg);
}

.bagels-i-bg-box-single .b-i-bg-bs-0:active > .section-overlay{
    opacity: 0.3 !important;
}

.bagels-i-bg-box-single .b-i-bg-bs-0:active .b-cover-img{
    filter: blur(2.5px) !important;
}
}

@media (max-width: 499px) {
.bagels-i-bg-box-single{
    width: 100%;
    margin-right: 0;
    margin-bottom: var(--spc-xl);
}

.bagels-i-bg-box-single .b-i-bg-box-s-r-heading .bagels-heading .bh-1 {
    font-size: var(--fs-xl);
    line-height: var(--lh-xl);
}

.bagels-i-bg-box-single .b-i-bg-box-s-r-sub-heading .bagels-heading .bh-1 {
    font-size: var(--fs-md);
    line-height: var(--lh-md);
}
}

@media (min-width: 500px) and (max-width: 991px) {
.bagels-i-bg-box-single:nth-child(2n) {
    margin-right: 0;
}

}
/* Background image box */
/* Theme elements */

/* Flexible content */
.fce-full-width{
margin-left: calc( ( 100vw - 100% ) / -2 );
margin-right: calc( ( 100vw - 100% ) / -2 );
width: 100vw;
}

@media (min-width: 992px) {
.fce-full-width-lg{
    margin-left: calc( ( 100vw - 100% ) / -2 );
    margin-right: calc( ( 100vw - 100% ) / -2 );
    width: 100vw;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
.fce-full-width-ipad-land{
    margin-left: calc( ( 100vw - 100% ) / -2 );
    margin-right: calc( ( 100vw - 100% ) / -2 );
    width: 100vw;
}
}

@media (min-width: 1920px) {
.fce-full-width{
    margin-left: calc( ( 1920px - 100% ) / -2 );
    margin-right: calc( ( 1920px - 100% ) / -2 );
}
}

@media (min-width: 500px) and (max-width: 991px) {
.fce-full-width-ipad{
    margin-left: calc( ( 100vw - 100% ) / -2 );
    margin-right: calc( ( 100vw - 100% ) / -2 );
    width: 100vw;
}
}

@media (max-width: 499px) {
.fce-full-width-mobile{
    margin-left: calc( ( 100vw - 100% ) / -2 );
    margin-right: calc( ( 100vw - 100% ) / -2 );
    width: 100vw;
}
}

/* Text area */
.fce-text-area{
    display: flex;
}

.fce-text-area.left{
    text-align: left;
    /* justify-content: flex-start; */
}

.fce-text-area.center{
    text-align: center;
    /* justify-content: center; */
}

.fce-text-area.right{
    text-align: right;
    /* justify-content: flex-end; */
}

@media (min-width: 500px) {
    /* .fce-text-area.ws-middle{
        display: flex;
        justify-content: center;
    } */
}
/* Text area */

/* Simple text line */
.fce-simple-text{
    /* display: flex; */
}

.fce-simple-text.left{
    text-align: left;
    /* justify-content: flex-start; */
}

.fce-simple-text.center{
    text-align: center;
    /* justify-content: center; */
}

.fce-simple-text.right{
    text-align: right;
    /* justify-content: flex-end; */
}

@media (min-width: 500px) {
    .fce-simple-text.ws-middle{
        display: flex;
        justify-content: center;
    }
}
/* Simple text line */

/* Heading */
.fce-title .sub-title{
    margin-bottom: 2px;
    font-family: var(--body-font-family);
    font-weight: normal;
}
/* Heading */

/* News boxes */
/* .fce-news-boxes .fce-nb-1{
    margin-bottom: calc( var(--spc-2xl) * -1 );
} */

.fce-news-boxes .fce-nb-load-more{
    margin-top: 32px;
}

.fce-news-boxes .fce-nb-title-section {
    margin-bottom: 20px;
    padding-right: 120px;
}

@media (min-width: 992px) {
    .fce-news-boxes .fce-nb-filters {
        margin-left: 60px;
    }
}

@media (max-width: 1365px) {
    /* .fce-news-boxes .fce-nb-1{
        margin-bottom: calc( var(--spc-xl) * -1 );
    } */
}

@media (max-width: 991px) {
    .fce-news-boxes .fce-nb-1.ipad-slider{
        margin-bottom: 0;
    }

    .fce-news-boxes .fce-nb-1.ipad-slider .owl-stage-outer{
        padding: 7px 0px 7px 5px;
        margin-left: -5px;
    }

    .fce-news-boxes .fce-nb-1.slides-more-than-2.ipad-slider .owl-stage-outer{
        padding-bottom: 65px;
    }

    .fce-news-boxes .fce-nb-1.ipad-slider .bagels-news-box{
        margin-right: 0;
        margin-bottom: 0;
        /* width: auto; */
        width: 44vw;
    }

    .fce-news-boxes .fce-nb-title-section {
        margin-bottom: 24px;
        flex-direction: column;
        align-items: flex-start;
    }

    .fce-news-boxes .fce-nb-filters{
        margin-top: 30px;
    }

    .fce-news-boxes .fce-nb-title-section{
        flex-direction: column;
        align-items: flex-start;
    }
    
    .fce-news-boxes .fce-nb-f-1{
        align-items: flex-start;
    }
}

@media (min-width: 500px) and (max-width: 991px) {
    .fce-news-boxes .fce-nb-filters{
        flex-direction: row-reverse;
    }

    .fce-news-boxes .fce-nb-1.hide-dots-ipad .owl-dots{
        display: none;
    }
}

@media (max-width: 499px) {
    /* .fce-news-boxes .fce-nb-1{
        margin-bottom: calc( var(--spc-lg) * -1 );
    } */
    
    .fce-news-boxes .fce-nb-1.ipad-slider{
        margin-bottom: 0;
    }

    .fce-news-boxes .fce-nb-1.ipad-slider .bagels-news-box{
        width: 86vw;
    }

    .fce-news-boxes .fce-nb-1.slides-more-than-2.ipad-slider .owl-stage-outer,
    .fce-news-boxes .fce-nb-1.slides-more-than-1.ipad-slider .owl-stage-outer{
        /* padding-bottom: 50px; */
        padding-bottom: 60px;
    }

    .fce-news-boxes.fce-nb-og .fce-nb-1 .owl-dots{
        text-align: center;
    }

    .fce-news-boxes.fce-nb-og .fce-nb-1.slides-more-than-2.ipad-slider .owl-stage-outer{
        padding-bottom: 20px;
    }

    .fce-news-boxes .fce-nb-title-section {
        /* margin-bottom: 30px; */
        margin-bottom: 0;
    }
    
    .fce-news-boxes .fce-nb-1.ipad-slider{
        /* padding-top: 30px; */
        padding-top: 0px;
        margin-top: 0;
    }

    .fce-news-boxes .fce-nb-load-more{
        margin-top: 30px;
    }

    .fce-news-boxes .fce-nb-title-section,
    .fce-news-boxes .fce-nb-f-1{
        display: block;
    }

    .fce-news-boxes .fce-nb-f-2{
        margin-right: 0;
    }

    .fce-news-boxes .fce-nb-title-section .bagels-heading{
        margin-bottom: 0;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        padding-right: 23px;
    }

    .fce-news-boxes .fce-nb-title-section.open .bagels-heading{
        /* margin-bottom: 35px; */
    }

    .fce-news-boxes .fce-nb-filters{
        margin-top: 25px;
    }

    .fce-news-boxes .fce-nb-filters .fce-nb-f-2 .bagels-theme-button a{
        width: 100%;
        justify-content: space-between;
    }
}
/* News boxes */

/* Company boxes */
.fce-common-slider{
    position: relative;
}

.fce-common-slider .fce-cb-1.overflow-right .owl-stage-outer{
    /* padding: 7px;
    margin: -7px;
    margin-right: 0; */
    overflow: visible;
}

/* .fce-common-slider .fce-cb-1.slides-more-than-2 .owl-stage-outer {
    padding-top: 64px;
} */

.fce-common-slider .fce-cb-1 .owl-dots{
    justify-content: center;
    display: flex;
    margin-top: 24px;
}

.fce-common-slider .fce-cb-1 .owl-dots.disabled{
    margin-top: 0;
    display: none;
}

@media (min-width: 768px) {
    .fce-common-slider .fce-cb-left-blocker{
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: var(--bagels-pg-margin-cont);
        left: var(--bagels-pg-margin-cont-negated);
        z-index: 2;
    }
}

@media (min-width: 1200px) {
    /* .fce-common-slider .fce-cb-1.slides-more-than-1 .owl-stage-outer {
        padding-top: 64px;
    } */
}

@media (max-width: 1199px) {
    .fce-common-slider .bagels-company-box .bcb-link{
        flex-direction: column;
    }

    .fce-common-slider .bagels-company-box .bcb-l-img{
        height: 310px;
    }

    .fce-common-slider .bagels-company-box .bcb-l-text {
        padding: 40px 35px 35px;
    }
}

@media (max-width: 499px) {
    .fce-common-slider .bagels-company-box .bcb-link{
        /* width: 86vw; */
        width: 89vw;
    }

    .fce-common-slider .bagels-company-box .bcb-l-img {
        height: 240px;
    }

    .fce-common-slider .bagels-company-box .bcb-l-text {
        padding: 30px 25px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .fce-common-slider .bagels-company-box .bcb-l-img {
        height: 290px;
    }

    .fce-common-slider .bagels-company-box .bcb-l-text{
        min-height: 390px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .fce-common-slider .bagels-company-box .bcb-l-t-title .bagels-heading .bh-1{
        font-size: 36px;
        line-height: 47px;
    }

    .fce-common-slider .bagels-company-box .bcb-l-t-company .bagels-heading .bh-1{
        font-size: 16px;
        line-height: 21px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .fce-common-slider .bagels-company-box .bcb-l-img {
        height: 380px;
    }
}

@media (min-width: 500px) and (max-width: 991px) {
    .fce-common-slider .bagels-company-box .bcb-link {
        width: 85vw;
    }

    .fce-common-slider .bagels-company-box .bcb-l-text {
        min-height: 450px;
    }
}

/* @media (max-width: 499px) {
    .fce-common-slider .fce-cb-1.slides-more-than-1 .owl-stage-outer {
        padding-top: 51px;
    }
} */
/* Company boxes */

/* Page navigation */
.fce-page-nav ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.fce-page-nav ul li.fce-pn-l-item{
    display: block;
    margin-bottom: 0;
}
.fce-page-nav ul li.fce-pn-l-item a{
    display: block;
    padding: 10px 30px 10px 0;
    border-bottom: 1px solid #eee;
    position: relative;
}
.fce-page-nav.light ul li.fce-pn-l-item a{
    border-bottom-color: #3b3b3b;
}
.fce-page-nav ul li.fce-pn-l-item.active a{
    color: var(--links-hover-color);
}
.fce-page-nav ul li.fce-pn-l-item.fce-pn-li-dropdown > a{
    font-weight: 600;
}
.fce-page-nav ul li.fce-pn-l-item a .fce-pn-li-toggle-icon{
    display: inline-block;
    width: 30px;
    position: absolute;
    right: 0;
    top: 10px;
    text-align: right;
}
.fce-page-nav .fce-pn-li-dropdown-menu{
    display: none;
}
.fce-page-nav .fce-pn-li-dropdown .fce-pn-li-toggle-icon i{
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.fce-page-nav .fce-pn-li-dropdown.open .fce-pn-li-toggle-icon i{
    transform: rotate(180deg);
}

/* Common slider section */
.fce-common-slider-1{
    /* padding-top: 80px; */
    /* padding-bottom: 95px; */
}

/* .fce-common-slider-1.circle-img .bcb-l-img{
    display: flex;
    align-items: center;
    justify-content: center;
}

.fce-common-slider-1.circle-img .bcb-1{
    overflow: hidden;
    border-radius: 50%;
    position: relative;
} */

@media (min-width: 1200px) {
    .fce-common-slider-1.circle-img .bcb-l-img{
        padding: 50px 0 45px 45px;
        min-width: 454px;
        justify-content: flex-end;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .fce-common-slider-1.circle-img .bagels-company-box .bcb-link.switch-boxes .bcb-l-img{
        padding-right: 45px;
        padding-left: 0;
    }

    .fce-common-slider-1.circle-img .bcb-1{
        width: 400px;
        height: 400px;
        overflow: hidden;
        border-radius: 50%;
        position: relative;
    }

    .fce-common-slider-1.circle-img .bcb-l-text{
        min-height: auto;
    }
}

@media (min-width: 1366px) {
    .fce-common-slider-1.circle-img .bcb-l-img{
        padding: 54px 0 54px 54px;
    }

    .fce-common-slider-1.circle-img .bagels-company-box .bcb-link.switch-boxes .bcb-l-img{
        padding-right: 54px;
        padding-left: 0;
    }
}

@media (max-width: 1199px) {
    /* .fce-common-slider-1.circle-img .bcb-1{
        width: 410px;
        height: 410px;
        margin-top: 45px;
    }

    .fce-common-slider-1.circle-img .fce-common-slider .bagels-company-box .bcb-l-img{
        height: auto;
    } */
}

@media (max-width: 991px) {
    /* .fce-common-slider-1.circle-img .bcb-1{
        width: 500px;
        height: 500px;
    } */
}

@media (max-width: 499px) {
    /* .fce-common-slider-1.circle-img .bcb-1 {
        width: 272px;
        height: 272px;
        margin-top: 25px;
    } */
}
/* Common slider section */

/* Section image */
@media (min-width: 1366px) and (max-width: 1439px) and (max-height: 700px) and (orientation: landscape) {
    .fce-img .fce-i-1{
        max-height: 610px;
    }
}
/* Section image */

/* Background image */
.fce-img-bg-0{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
/* Background image */

/* Success stories logo slider */
.fce-success-story-slider img.fce-ss-iw-l-img{
    width: auto;
    max-height: 48px;
}

.fce-success-story-slider .fce-ss-1 .owl-stage-outer {
    padding: 10px;
}

@media (min-width: 992px) {
    .fce-success-story-slider .fce-ss-iw-1:focus .fce-ss-iw-l-img,
    .fce-success-story-slider .fce-ss-iw-1:hover .fce-ss-iw-l-img{
        transform: scale(1.1);
    }
}

@media (max-width: 991px) {
    .fce-success-story-slider .fce-ss-iw-1:active .fce-ss-iw-l-img{
        transform: scale(1.1);
    }
}
/* Success stories logo slider */

/* Wysiwyg element */
.fce-wysiwyg ul{
    padding-left: 20px;
}

.fce-wysiwyg a:hover,
.fce-wysiwyg a:active,
.fce-wysiwyg a:focus,
.fce-wysiwyg a {
    text-decoration: underline;
}

.fce-wysiwyg a {
    font-weight: 700;
}

.fce-wysiwyg li > ul,
.fce-wysiwyg li > ol{
    margin-top: 10px;
}

.fce-wysiwyg ul > li,
.fce-wysiwyg ol > li {
    margin-bottom: 10px;
}

.fce-wysiwyg h1,
.fce-wysiwyg h2,
.fce-wysiwyg h3{
    margin-bottom: 30px;
}

.fce-wysiwyg h4,
.fce-wysiwyg h5,
.fce-wysiwyg h6{
    margin-bottom: 20px;
}

@media (max-width: 499px) {
    .fce-wysiwyg h1,
    .fce-wysiwyg h2,
    .fce-wysiwyg h3{
        margin-bottom: 20px;
    }

    .fce-wysiwyg h4,
    .fce-wysiwyg h5,
    .fce-wysiwyg h6{
        margin-bottom: 15px;
    }
}
/* Wysiwyg element */

/* Image slider */
.fce-image-slider .fce-is-link:focus .fce-is-l-img{
    transform: scale(1.05);
}

.fce-image-slider .fce-is-2.slides-more-than-1 .owl-stage-outer {
    padding-top: 64px;
}

.fce-image-slider .fce-is-link {
    height: 485px;
    width: 100%;
}

@media (min-width: 992px) {
    .fce-image-slider .fce-is-link:hover .fce-is-l-img{
        transform: scale(1.05);
    }
}

@media (max-width: 991px) {
    .fce-image-slider .fce-is-link:active .fce-is-l-img{
        transform: scale(1.05);
    }

    .fce-image-slider .fce-is-2.slides-more-than-1 .owl-stage-outer {
        padding-top: 0px;
        /* padding-bottom: 65px; */
        padding-bottom: 75px;
    }

    .fce-image-slider .fce-is-2 .owl-nav > button{
        /* bottom: 0; */
        bottom: 7px;
    }

    .fce-image-slider .fce-is-link {
        height: 410px;
    }
}

@media (max-width: 767px) {
    .fce-image-slider .fce-is-2.slides-more-than-1 .owl-stage-outer {
        padding-top: 0;
    }
}

@media (max-width: 499px) {
    .fce-image-slider .fce-is-2.slides-more-than-1 .owl-stage-outer{
        padding-bottom: 65px;
    }

    .fce-image-slider .fce-is-link {
        height: 230px;
    }
}
/* Image slider */

/* Services animated section */
.bagels-service-anim-section .bsas-col-1{
    margin-right: 140px;
}

.bagels-service-anim-section .bsas-img{
    width: 480px;
}

.bagels-service-anim-section{
    padding-top: 90px;
    padding-bottom: 90px;
}

.bagels-service-anim-section .fce-link-buttons .fce-lb-1{
    width: 100%;
}

@media (min-width: 1366px) {
    .bagels-service-anim-section .bsas-text {
        width: 37%;
    }
}

@media (min-width: 1440px) {
    .bagels-service-anim-section .bsas-text{
        width: 34%;
    }
}

@media (max-width: 1365px) {
    .bagels-service-anim-section .bsas-col-1{
        margin-right: 90px;
    }
}

@media (max-width: 1199px) {
    .bagels-service-anim-section .bsas-img{
        width: 400px;
    }
}

@media (max-width: 991px) {
    .bagels-service-anim-section{
        flex-direction: column;
    }

    .bagels-service-anim-section .bsas-col-1 {
        margin-right: 0px;
        margin-bottom: 60px;
    }

    .bagels-service-anim-section.has-text-first{
        flex-direction: column-reverse;
    }

    .bagels-service-anim-section.has-text-first .bsas-col-1 {
        margin-bottom: 0;
    }

    .bagels-service-anim-section.has-text-first .bsas-col-2 {
        margin-bottom: 60px;
    }

    .bagels-service-anim-section .bsas-text {
        width: 75%;
    }
}

@media (max-width: 499px) {
    .bagels-service-anim-section {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    .bagels-service-anim-section .bsas-text {
        width: 100%;
    }

    .bagels-service-anim-section .bsas-img {
        width: 275px;
    }

    .bagels-service-anim-section .bsas-col-1,
    .bagels-service-anim-section.has-text-first .bsas-col-2 {
        margin-bottom: 40px;
    }

    .bagels-service-anim-section.has-text-first .bsas-col-1 {
        margin-bottom: 0;
    }
}
/* Services animated section */

/* Text cubes */
.bagels-text-cube {
    background-color: var(--bagels-neutral_50);
    border-radius: 8px;
    overflow: hidden;
    padding: var(--spc-lg);
}

.bagels-text-cube .btc-icon {
    margin-bottom: 8px;
    font-size: 23px;
    color: var(--bagels-bright_color_a_500);
}

.bagels-text-cube .btc-title {
    margin-bottom: 10px;
}

.bagels-text-cube .btc-descr{
    color: var(--bagels-neutral_600);
    margin-bottom: 10px;
}

.bagels-text-cube .btc-descr.light{
    color: var(--bagels-neutral_400);
}
/* Text cubes */

/* Vacancies section */
.fce-vacancies-boxes .bagels-text-cube .btc-1 {
    min-height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.fce-vacancies-boxes .fce-vb-ts-heading {
    padding-right: 30px;
}

.fce-vacancies-boxes .fce-vb-fp-filters{
    margin-top: 35px;
}

.fce-vacancies-boxes .fce-vb-filter-parent {
    margin-bottom: 35px;
}

.fce-vacancies-boxes .fce-vac-boxes.loading{
    min-height: 60px;
}

.fce-vacancies-boxes .fce-vb-vc-post-count{
    /* margin-right: 7px; */
}

@media (max-width: 991px) {
    .fce-vacancies-boxes .fce-vb-title-section{
        margin-bottom: 10px;
    }

    .fce-vacancies-boxes .fce-vb-fp-filters{
        max-height: 0;
        overflow: hidden;
        margin-top: 0;
    }
    
    .fce-vacancies-boxes .fce-vb-filter-parent.show-filters .fce-vb-fp-filters{
        overflow: visible;
        max-height: 2000px;
        margin-top: 30px;
    }

    .fce-vacancies-boxes .fce-vb-filter-parent {
        margin-bottom: 40px;
    }

    .fce-vacancies-boxes .fce-vb-filter-parent.show-filters {
        /* margin-bottom: 40px; */
    }
}

@media (max-width: 499px) {
    .fce-vacancies-boxes .fce-vb-title-section{
        margin-bottom: 15px;
    }

    .fce-vacancies-boxes .bagels-text-cube .btc-1 {
        min-height: 150px;
    }

    .fce-vacancies-boxes .fce-vb-fp-filters{
        /* margin-top: 35px; */
    }

    .fce-vacancies-boxes .fce-vb-filter-parent{
        margin-bottom: 35px;
    }

    .fce-vacancies-boxes .fce-vb-filter-parent.show-filters .fce-vb-fp-filters{
        margin-top: 25px;
    }
}
/* Vacancies section */

/* Custom lists */
.fce-custom-list-element .fce-cle-list{
    margin-bottom: -4px;
    padding-left: 20px;
}

.fce-custom-list-element.has-icon-alt .fce-cle-list{
    padding-left: 0;
}

/* .fce-custom-list-element.has-icon .fce-cle-list{
    padding-left: 12px;
} */

.fce-custom-list-element .fce-cle-l-item{
    margin-bottom: 7px;
}

.fce-custom-list-element.has-icon .fce-cle-l-item{
    list-style: none;
}

.fce-custom-list-element.has-icon-alt .fce-cle-l-item::marker{
    content: '';
}

.fce-custom-list-element.has-icon .fce-cle-l-item{
    padding-left: 0px;
    display: flex;
    align-items: baseline;
}

.fce-custom-list-element .fce-cle-l-i-img {
    width: 16px;
    margin-right: 5px;
    top: 3px;
    position: relative;
}

.fce-custom-list-element .fce-cle-l-i-link {
    text-decoration: underline;
}

.fce-custom-list-element .fce-cle-l-i-link:focus{
    color: var(--bagels-bright_color_a_600);   
}

.fce-custom-list-element.light .fce-cle-l-i-link:focus{
    color: var(--bagels-neutral_200);
}

.fce-custom-list-element.has-icon .fce-cle-l-item::marker {
    font-family: 'Font Awesome 6 Pro';
    font-weight: 600;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.fce-custom-list-element.li-check .fce-cle-l-item::marker {
    content: '\f00c';
}

.fce-custom-list-element.li-page-dog-eared .fce-cle-l-item::marker {
    content: '\f15b';
}

.fce-custom-list-element a.fce-cle-l-item:hover::marker,
.fce-custom-list-element .fce-cle-l-i-link:hover {
    color: var(--bagels-bright_color_a_600);
}

.fce-custom-list-element.light .fce-cle-l-i-link:hover{
    color: var(--bagels-neutral_200);
}

@media (min-width: 992px) {

    /* .fce-custom-list-element .fce-cle-l-item:hover .fce-cle-l-i-img {
        filter: invert(10%) sepia(62%) saturate(6692%) hue-rotate(245deg) brightness(73%) contrast(102%);
    } */
}

@media (max-width: 991px) {
    .fce-custom-list-element .fce-cle-l-item:active::marker,
    .fce-custom-list-element .fce-cle-l-i-link:active {
        color: var(--bagels-bright_color_a_600);
    }

    .fce-custom-list-element.light .fce-cle-l-i-link:active{
        color: var(--bagels-neutral_200);
    }

    /* .fce-custom-list-element .fce-cle-l-item:active .fce-cle-l-i-img {
        filter: invert(10%) sepia(62%) saturate(6692%) hue-rotate(245deg) brightness(73%) contrast(102%);
    } */
}
/* Custom lists */

/* Background image boxes */
.fce-bg-i-post-boxes .fce-bg-i-pb-og{
    margin-bottom: var(--spc-2xl-neg);
}

.fce-bg-i-post-boxes .fce-bg-i-pb-big-box{
    margin-bottom: var(--spc-2xl);
}

.fce-bg-i-post-boxes.stretched .bagels-i-bg-box-single .b-i-bg-bs-1{
    justify-content: space-between;
}

@media (max-width: 1199px) {
    .fce-bg-i-post-boxes .fce-bg-i-pb-og {
        margin-bottom: var(--spc-xl-neg);
    }

    .fce-bg-i-post-boxes .fce-bg-i-pb-big-box{
        margin-bottom: var(--spc-xl);
    }
}

@media (max-width: 991px) {
    .fce-bg-i-post-boxes .fce-bg-i-pb-og {
        margin-bottom: var(--spc-lg-neg);
    }

    .fce-bg-i-post-boxes .fce-bg-i-pb-big-box{
        margin-bottom: var(--spc-lg);
    }

    /* .fce-bg-i-post-boxes .fce-bg-i-pb-og-mobile .owl-stage-outer{
        overflow: visible;
    } */

    .fce-bg-i-post-boxes .fce-bg-i-pb-og-mobile.owl-carousel .bagels-i-bg-box-single{
        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
    }

    .fce-bg-i-post-boxes .fce-bg-i-pb-og-mobile.owl-carousel .bagels-i-bg-box-single{
        min-height: auto;
    }

    .fce-bg-i-post-boxes .fce-bg-i-pb-og-mobile.owl-carousel .bagels-i-bg-box-single .b-i-bg-bs-1{
        min-height: 380px;
    }

    /* .fce-bg-i-post-boxes .fce-bg-i-pb-og-mobile.owl-carousel.slides-more-than-2 .owl-stage-outer{
        padding-bottom: 65px;
    } */

    .fce-bg-i-post-boxes .fce-bg-i-pb-og-mobile .owl-nav > button{
        bottom: 0;
    }
}

@media (max-width: 499px) {
    .fce-bg-i-post-boxes .fce-bg-i-pb-og {
        margin-bottom: var(--spc-xl-neg);
    }
    
    /* .fce-bg-i-post-boxes .fce-bg-i-pb-og-mobile.owl-carousel .bagels-i-bg-box-single{
        width: 86vw;
    } */

    .fce-bg-i-post-boxes .fce-bg-i-pb-og-mobile.owl-carousel.slides-more-than-2 .owl-stage-outer,
    .fce-bg-i-post-boxes .fce-bg-i-pb-og-mobile.owl-carousel.slides-more-than-1 .owl-stage-outer{
        padding-bottom: 10px;
    }
}
/* Background image boxes */

/* Post date */
.fce-post-date .fce-pd-2.left{
    text-align: left;
}

.fce-post-date .fce-pd-2.center{
    text-align: center;
}

.fce-post-date .fce-pd-2.right{
    text-align: right;
}
/* Post date */

/* Video box */
.fce-vid-box:hover .section-overlay{
    opacity: 0.3 !important;
}
/* Video box */

/* Multi-sized boxes */
.fce-multi-sized-boxes .fce-msb-cell{
    padding: 70px 60px;
}

.fce-multi-sized-boxes .fce-msb-g-c1-right-cell,
.fce-multi-sized-boxes .fce-msb-g-c1-left-cell,
.fce-multi-sized-boxes .fce-msb-g-c1-wide-cell,
.fce-multi-sized-boxes .fce-msb-g-col-2,
.fce-multi-sized-boxes .fce-msb-g-col-1{
    width: 100%;
}

.fce-multi-sized-boxes .fce-msb-groups.has-wide-and-bottom-cell .fce-msb-g-c1-wide-cell,
.fce-multi-sized-boxes .fce-msb-groups.has-right-col .fce-msb-g-col-1{
    width: calc( 100% - 33.33% );
}

.fce-multi-sized-boxes .fce-msb-groups.has-wide-and-bottom-cell .fce-msb-g-c1-left-cell,
.fce-multi-sized-boxes .fce-msb-groups.has-wide-and-bottom-cell .fce-msb-g-c1-right-cell,
.fce-multi-sized-boxes .fce-msb-groups.has-left-col .fce-msb-g-col-2{
    width: 33.33%;
}

.fce-multi-sized-boxes .fce-msb-groups.has-left-cell .fce-msb-g-c1-right-cell,
.fce-multi-sized-boxes .fce-msb-groups.has-right-cell .fce-msb-g-c1-left-cell{
    width: 50%;
}

@media (min-width: 1024px){
    .fce-multi-sized-boxes .fce-msb-groups .fce-msb-g-col-1 > .fce-msb-g-col-2{
        display: none;
    }
}

@media (max-width: 1199px) {
    .fce-multi-sized-boxes .fce-msb-cell {
        padding-top: 45px;
        padding-bottom: 45px;
        padding-left: var(--bagels-pg-margin);
        padding-right: var(--bagels-pg-margin);
    }

    .fce-multi-sized-boxes .fce-msb-g-c1-right-cell,
    .fce-multi-sized-boxes .fce-msb-g-c1-left-cell{
        width: 100% !important;
    }

    .fce-multi-sized-boxes .fce-msb-groups.has-right-col .fce-msb-g-col-1 {
        width: calc( 100% - 35% );
    }
    
    .fce-multi-sized-boxes .fce-msb-groups.has-left-col .fce-msb-g-col-2 {
        width: 35%;
    }
}

@media (max-width: 1023px){
    .fce-multi-sized-boxes .fce-msb-groups > .fce-msb-g-col-2{
        display: none;
    }

    .fce-multi-sized-boxes .fce-msb-g-col-1 {
        width: 100% !important;
    }

    .fce-multi-sized-boxes .fce-msb-g-col-2,
    .fce-multi-sized-boxes .fce-msb-g-c1-right-cell,
    .fce-multi-sized-boxes .fce-msb-g-c1-left-cell{
        width: 50% !important;
    }
    
    .fce-multi-sized-boxes .fce-msb-g-c1-wide-cell{
        width: 50%;
    }
}

@media (max-width: 991px) {
    .fce-multi-sized-boxes .fce-msb-cell{
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .fce-multi-sized-boxes .fce-msb-cell{
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 499px) {
    .fce-multi-sized-boxes .fce-msb-cell{
        padding: 45px 15px;
    }
    
    .fce-multi-sized-boxes .fce-msb-g-col-1,
    .fce-multi-sized-boxes .fce-msb-g-col-2,
    .fce-multi-sized-boxes .fce-msb-g-c1-right-cell,
    .fce-multi-sized-boxes .fce-msb-g-c1-left-cell{
        width: 100% !important;
    }

    .fce-multi-sized-boxes .fce-msb-g-c1-wide-cell {
        width: 100%;
    }
}
/* Multi-sized boxes */

/* Element separator */
.fc-e-element-separator .fc-e-es-1{
    height: 1px;
}
/* Element separator */

/* Customer organizations */
.fce-cust-orgs .fce-co-tabs{
    border-bottom: 1px solid var(--bagels-neutral_100);
}

.fce-cust-orgs.light .fce-co-tabs{
    border-bottom: 1px solid var(--bagels-neutral_500);
}

.fce-cust-orgs .fce-co-content{
    margin-top: 64px;
}

.fce-cust-orgs .fce-co-c-2,
.fce-cust-orgs .fce-co-c-r2-co{
    width: calc( 50% - ( 64px / 2 ) );
}

.fce-cust-orgs .fce-co-c-left,
.fce-cust-orgs .fce-co-c-r2-col-left,
.fce-cust-orgs .fce-co-c-r3-col-left{
    margin-right: 64px;
}

.fce-cust-orgs .fce-co-c-l-t-sub{
    margin-bottom: 1px;
}

.fce-cust-orgs .fce-co-c-l-descr{
    margin-top: 29px;
}

.fce-cust-orgs .fce-co-c-l-buttons{
    margin-top: 45px;
}

.fce-cust-orgs .fce-co-c-l-b-1 {
    margin-right: 18px;
    margin-bottom: 18px;
}

.fce-cust-orgs .fce-co-c-l-b-1:last-child {
    margin-right: 0;
}

.fce-cust-orgs .fce-co-c-r-image{
    height: 508px;
}


.fce-cust-orgs .fce-co-c-left.no-image {
    text-align: center;
    margin-right: 0;
    padding: 0;
    width: 100%;
}

.fce-cust-orgs .fce-co-c-left.no-image .fce-co-c-l-buttons{
    justify-content: center;
}

.fce-cust-orgs .fce-co-c-descr,
.fce-cust-orgs .fce-co-c-r-descr{
    margin-top: 35px;
}

.fce-cust-orgs .fce-co-c-row-2 {
    margin-top: 53px;
}

.fce-editor-table-basic{
    border-collapse: collapse;
    border: none;
    width: 100%;
}
.fce-editor-table-basic th,
.fce-editor-table-basic td{
    padding-right: 20px;
}

@media (min-width: 500px) {
    .fce-cust-orgs .fce-co-c-1 > .fce-co-c-right{
        display: block;
    }

    .fce-cust-orgs .fce-co-c-left.no-image .fce-co-c-l-descr,
    .fce-cust-orgs .fce-co-c-left.no-image .fce-co-c-l-title {
        max-width: 655px;
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 992px) {
    .fce-cust-orgs .fce-co-c-left,
    .fce-cust-orgs .fce-co-c-r2-col-left,
    .fce-cust-orgs .fce-co-c-r3-col-left{
        padding-left: 64px;
    }
}

@media (min-width: 1200px) {
    .fce-cust-orgs .fce-co-c-left,
    .fce-cust-orgs .fce-co-c-r2-col-left,
    .fce-cust-orgs .fce-co-c-r3-col-left{
        padding-right: 15px;
    }
}

@media (max-width: 1439px) {
    .fce-cust-orgs .fce-co-c-r-image {
        height: 424px;
    }
}

@media (max-width: 1199px) {
    .fce-cust-orgs .fce-co-c-r-image {
        height: 338px;
    }
}

@media (max-width: 991px) {
    .fce-cust-orgs .fce-co-c-left,
    .fce-cust-orgs .fce-co-c-r2-col-left,
    .fce-cust-orgs .fce-co-c-r3-col-left{
        margin-right: 35px;
    }

    .fce-cust-orgs .fce-co-c-2,
    .fce-cust-orgs .fce-co-c-r2-co {
        width: calc( 50% - ( 35px / 2 ) );
    }

    .fce-cust-orgs .fce-co-c-r-image {
        height: 270px;
    }

    .fce-cust-orgs .fce-co-c-l-descr {
        margin-top: 23px;
    }

    .fce-cust-orgs .fce-co-c-l-buttons{
        margin-top: 30px;
    }
}

@media (max-width: 499px) {
    .fce-cust-orgs .fce-co-content {
        margin-top: 54px;
    }

    .fce-cust-orgs .fce-co-c-left > .fce-co-c-right{
        display: block;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .fce-cust-orgs .fce-co-c-1-1{
        flex-direction: column;
    }

    .fce-cust-orgs .fce-co-c-right {
        margin-top: 30px;
    }

    .fce-cust-orgs .fce-co-c-2,
    .fce-cust-orgs .fce-co-c-r2-co {
        width: 100%;
    }
    
    .fce-cust-orgs .fce-co-c-left,
    .fce-cust-orgs .fce-co-c-r2-col-left,
    .fce-cust-orgs .fce-co-c-r3-col-left,
    .fce-cust-orgs .fce-co-c-r2-col-right {
        margin-right: 0;
        text-align: center;
    }

    .fce-cust-orgs .fce-co-c-l-buttons{
        justify-content: center;
    }

    .fce-cust-orgs .fce-co-c-r-image {
        height: 273px;
    }

    .fce-cust-orgs .fce-co-c-l-buttons {
        margin-bottom: -13px;
    }

    .fce-cust-orgs .fce-co-c-descr{
        margin-top: 30px;
    }

    .fce-cust-orgs .fce-co-c-row-2 {
        margin-top: 35px;
        display: block;
    }

    .fce-cust-orgs .fce-co-c-r2-col-right {
        margin-top: 22px;
    }

    .fce-cust-orgs .fce-co-c-row-3{
        justify-content: center;
    }

    .fce-editor-table-basic tr{
        display: flex;
        flex-wrap: wrap;
    }
    .fce-editor-table-basic th,
    .fce-editor-table-basic td{
        width: 33.333%;
        padding-bottom: 15px;
    }
}

@supports ( aspect-ratio: 19/15 ) {
    .fce-cust-orgs .fce-co-c-r-image{
        height: auto;
        aspect-ratio: 19 / 15;
    }
}
/* Customer organizations */
/* Flexible content */

/* Sections */
/* Service title section */

.service-title-section .sts-col-2 {
    min-width: 45%;
}

.service-title-section .sts-image {
    max-width: 100%;
}

.service-title-section.sub-service .sts-1{
    position: relative;
}

.service-title-section.sub-service .sts-2{
    min-height: 416px;
}

.service-title-section.sub-service .sts-image {
    /* max-width: 595px; */
    max-width: 535px;
    width: 535px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 50px;
}

/* {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: contain;
    object-position: center;
} */

.service-title-section .sts-description{
    margin-top: 24px;
}

@media (min-width: 992px) {
    .service-title-section .sts-col-1{
        margin-right: var(--spc-3xl);
        /* padding-top: var(--spc-3xl); */
        /* padding-bottom: var(--spc-3xl); */
        padding-top: 85px;
        padding-bottom: 85px;
        min-width: calc( 100% - 45% - var(--spc-3xl) );
    }
}

@media (max-width: 1199px) {
    .service-title-section.sub-service .sts-image{
        max-width: 465px;
    }
}

@media (max-width: 991px) {
    .service-title-section{
        padding-top: 90px;
        padding-bottom: 80px;
        min-height: 57vh;
    }

    /* .service-title-section.child-service {
        padding-top: 0;
        justify-content: flex-start;
    } */
    
    .service-title-section.no-graphics,
    .service-title-section.sub-service{
        min-height: auto;
        padding-top: 0;
        justify-content: flex-start;
    }

    .service-title-section .sts-col-1 {
        margin-top: 55px;
    }
    
    .service-title-section.sub-service .sts-col-1 {
        margin-top: 35px;
    }

    .service-title-section.sub-service .sts-col-1:first-child:last-child {
        margin-top: 75px;
    }

    .service-title-section.main-service .sts-col-1:first-child:last-child {
        margin-top: 0;
    }

    .service-title-section .sts-2{
        flex-direction: column-reverse;
    }

    .service-title-section.sub-service .sts-2{
        align-items: flex-end;
        justify-content: flex-end;
    }

    .service-title-section .sts-image {
        max-width: 75%;
        margin-left: auto;
        margin-right: auto;
    }

    .service-title-section.main-service .sts-col-2 .sts-image {
        /* padding-top: 70px; */
    }

    .service-title-section.sub-service .sts-image{
        position: static;
    }

    .service-title-section.no-graphics .sts-2{
        min-height: auto;
    }
}

@media (max-width: 499px) {
    .service-title-section{
        padding-top: var(--spc-3xl);
        padding-bottom: var(--spc-2xl);
    }

    .service-title-section .sts-col-1 {
        margin-top: var(--spc-xl);
    }

    .service-title-section .sts-description {
        margin-top: var(--spc-md);
    }

    .service-title-section .sts-image{
        max-width: 100%;
    }

    .service-title-section.sub-service .sts-col-2{
        max-width: 100%;
    }

    .service-title-section.sub-service .sts-image{
        max-width: none;
        max-width: 100%;
        right: 35px;
    }

    body.serv-title-sect-has-alt-img .service-title-section.sub-service .sts-image{
        max-width: 360px;
    }

    .service-title-section.sub-service .sts-2 {
        min-height: auto;
    }
}
/* Service title section */

/* Text cubes element */
@media (min-width: 500px) {
    .fce-text-cubes{
        margin-bottom: var( --spc-xl-neg );
    }
    
    .fce-text-cubes .bagels-text-cube{
        margin-bottom: var( --spc-xl );
    }
}

@media (min-width: 992px) {
    .fce-text-cubes.boxes-per-line-1 .bagels-text-cube{
        width: 100%;
    }
    
    .fce-text-cubes.boxes-per-line-2 .bagels-text-cube{
        width: calc( 50% - ( var( --spc-xl ) / 2 ) );
        margin-right: var( --spc-xl );
    }
    
    .fce-text-cubes.boxes-per-line-1 .bagels-text-cube,
    .fce-text-cubes.boxes-per-line-2 .bagels-text-cube:nth-child(2n){
        margin-right: 0;
    }

    .fce-text-cubes.boxes-per-line-3 .bagels-text-cube{
        width: calc( ( 100% / 3 ) - ( ( var( --spc-xl ) * 2 ) / 3 ) );
        margin-right: var( --spc-xl );
    }
    
    .fce-text-cubes.boxes-per-line-4 .bagels-text-cube{
        width: calc( 25% - ( ( var( --spc-xl ) * 3 ) / 4 ) );
        margin-right: var( --spc-xl );
    }
    
    .fce-text-cubes.boxes-per-line-3 .bagels-text-cube:nth-child(3n),
    .fce-text-cubes.boxes-per-line-4 .bagels-text-cube:nth-child(4n){
        margin-right: 0;
    }
}

@media (min-width: 500px) and (max-width: 991px) {
    .fce-text-cubes .bagels-text-cube{
        width: calc( 50% - ( var( --spc-xl ) / 2 ) );
        margin-right: var( --spc-xl );
    }

    .fce-text-cubes .bagels-text-cube:nth-child(2n){
        margin-right: 0;
    }
}

@media (max-width: 499px) {
    .fce-text-cubes{
        margin-bottom: -27px;
    }
    
    .fce-text-cubes .bagels-text-cube{
        width: 100%;
        margin-bottom: 27px;
    }
}
/* Text cubes element */
/* Sections */

/* Newsroom page */
/* Newsroom page */

/* Template Class pages */
.pg-temp-class-pages .fce-section .container{
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 992px) {
    .pg-temp-class-pages .pt-cp-col-1{
        width: 20%;
        max-width: 20%;
    }
    .pg-temp-class-pages .pt-cp-col-2{
        width: 80%;
        max-width: 80%;
        padding-left: 50px;
    }
}

@media (max-width: 991px) {
    .pg-temp-class-pages .pt-cp-flex-wrap{
        flex-direction: column-reverse;
    }
    .pg-temp-class-pages .pt-cp-col-1{
        margin-top: 35px;
    }
}