.sf_cols {
    width: calc(100% + 10px) !important;
    margin-left: -5px !important;
    margin-right: -5px !important;
    margin-bottom: -10px !important;
}

.sf_2cols_1_50 {
    float: none !important;
    width: calc(41.66667% - 10px) !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
    margin-bottom: 10px !important;
}

.sf_2cols_2_50 {
    width: calc(50% - 10px) !important;
    margin-right: 5px !important;
    margin-bottom: 10px !important;
    margin-left: calc(8.33333% + 5px) !important;
    float: none !important;
}

@media screen and (max-width: 699px) {
    .text-2col {
        margin-top: 30px !important;
    }
    .sf_2cols_1_50, .sf_2cols_2_50 {
       padding: 30px;
    }
    .sf_2cols_1_50, .sf_2cols_2_50 {
        width: calc(100% - 60px) !important;
    }
    .sf_2cols_2_50, .sf_2cols_2_50 .sf_2cols_2in_50
    {
        margin-left: 0 !important;
    }
}


/****   paragraph multi columns ***/
.cols_container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 2em 0 0;
}

.column_2_1 {
    float: none;
    width: 43%;
}

.column_2_2 {
    width: 43%;
    margin-left: 13%;
    float: none;
}

.column_3_1 {
    float: none;
    width: 30.974%;
}

.column_3_2, .column_3_3 {
    float: none;
    width: 30.974%;
    margin-left: 3.539%;
    float: none;
}

.column_4_1 {
    float: none;
    width: 19%;
}

.column_4_2, .column_4_3, .column_4_4 {
    float: none;
    width: 19%;
    margin-left: 3.0%;
    float: none;
}

@media screen and (max-width: 699px) {
    .column_2_1, .column_2_2, .column_3_1, .column_3_2, .column_3_3, .column_4_1, .column_4_2, .column_4_3, .column_4_4 {
       width: 100%;
    }
    .column_2_2, .column_3_2, .column_3_3, .column_4_2, .column_4_3, .column_4_4
    {
        margin-left: 0 !important;
    }
}

.-links-purple .blog-content__text-content a.image-link {
    display: block;
}

.-links-purple .blog-content__text-content a.image-link::after {
    display: none;
}
.video-box
{
    font-size:0;
}
.video-box video{
    width: 100vw; 
    -o-object-fit: cover; 
       object-fit: cover; 
    left: 0px;
    top: 0px;
    z-index: 1;
}
.video-box video.full{
    height: 100vh; 
}
.video-box video.empty{
    height: 0; 
}


.home-hero__slider-item__innerwrap.video-slider-item{
    position:absolute;
    top: 0;   
    width: 100%;  
    height:100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
}

.hero.video-section{
    position:absolute; top: 0; width: 100%;  height:100%;
}