.blk-work-with-us{
    background: #FFF;
    color: #000;
    overflow: hidden;
}
.blk-work-with-us *{
    /*-webkit-font-smoothing: antialiased;*/
    font-weight: 300;
}
.blk-work-with-us h1, .blk-work-with-us h2, .blk-work-with-us h3,
.blk-work-with-us h4, .blk-work-with-us h5, .blk-work-with-us h6{
    font-family: 'Roboto', sans-serif;

    font-weight: 300;
}

.blk-work-with-us h2{
    margin: 24px 0;
    font-size: 40px;

    -webkit-transition: transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.8s, opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.8s;
    -moz-transition: transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.8s, opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.8s;
    -ms-transition: transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.8s, opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.8s;
    -o-transition: transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.8s, opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.8s;
    transition: transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.8s, opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.8s;
}

.blk-work-with-us .link-apply-now{
    margin-top: 24px;
    font-size: 0;
    color: #000;
    display: inline-block;
}
.blk-work-with-us .link-apply-now span{
    font-size: 18px;
}
.blk-work-with-us .link-apply-now img.arrow{
    height: 10px;
    display: inline;
    margin-left: 8px;
}
.blk-work-with-us .link-apply-now img, .blk-work-with-us .link-apply-now span{
    vertical-align: middle;
    color: #E22429;
}

.blk-work-with-us .mt-programme-cover-image{
    height: 400px;
}


.blk-work-with-us-viewport{
    width: 86.11111111%;
    max-width: 1240px;
    margin: 0 auto;
}

.blk-text-mt-programme{
    margin-top: 56px;
}

.blk-text-mt-programme .line-decoration{
    -webkit-transition: max-width 1.8s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.6s;
    -moz-transition: max-width 1.8s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.6s;
    -ms-transition: max-width 1.8s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.6s;
    -o-transition: max-width 1.8s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.6s;
    transition: max-width 1.8s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.6s;
}

.blk-work-with-us .mt-programme-cover-image img{
    /*position: static;*/
    /*width: 100% !important;*/
    /*height: auto !important;*/
    top: 50% !important;
    left: 50% !important;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    object-fit: cover;
    position: absolute;
}

@media (max-width: 992px) {

    .blk-work-with-us-viewport{
        width: 100%;
        padding: 0 48px;
    }

    .blk-text-mt-programme{
        margin-top: 60px;
    }

    .blk-work-with-us .mt-programme-cover-image{
        height: 256px;
    }
    .blk-work-with-us .mt-programme-cover-image img{
        max-width: none;
    }

}

@media (max-width: 767px) {

    .blk-work-with-us-viewport{
        padding: 0 24px;
    }

    .blk-work-with-us .mt-programme-cover-image{
        height: 200px;
    }

    .blk-text-mt-programme{
        margin-top: 32px;
    }

}

.blk-work-with-us .mt-programme-cover-image{
    opacity: 0;
}
.blk-work-with-us .mt-programme-cover-image.animate-in{
    opacity: 1;
}


.blk-work-with-us .mt-programme-container{
    margin-top: 40px;
}
.blk-work-with-us .mt-programme-container .mt-programme{
    width: 49.72%;
    display: inline-block;
    vertical-align: top;

    -webkit-transition: -webkit-transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.2s, opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.2s;
    -moz-transition: -moz-transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.2s, opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.2s;
    -ms-transition: -ms-transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.2s, opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.2s;
    -o-transition: -o-transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.2s, opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.2s;
    transition: transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.2s, opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.2s;

    opacity: 0;
}
.blk-work-with-us .mt-programme-container .mt-programme-left{
    padding-right: 100px;
}
.blk-work-with-us .mt-programme-container .mt-programme-right{
    float: right;
    padding-left: 100px;
}
.blk-work-with-us .mt-programme-container .mt-programme-sep{
    background: #E4E4E4;
    width: 0.1%;
    height: 100%;
    display: inline-block;
    vertical-align: top;

    -webkit-transition: -webkit-transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.2s, opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.2s;
    -moz-transition: -moz-transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.2s, opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.2s;
    -ms-transition: -ms-transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.2s, opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.2s;
    -o-transition: -o-transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.2s, opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.2s;
    transition: transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.2s, opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.2s;

}
.blk-work-with-us .mt-programme-container .mt-programme .title{
    font-size: 30px;
    margin-bottom: 24px;
}
.blk-work-with-us .mt-programme-container .mt-programme .desc{
    font-size: 16px;
    line-height: 28px;
}

.blk-work-with-us .mt-programme-container .mt-programme.animate-in{
    opacity: 1;
}

.blk-work-with-us .mt-programme-container .mt-programme.animate-in .link-apply-now {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}



@media (max-width: 992px) {

    .blk-work-with-us .mt-programme-container .mt-programme{
        width: 100%;
        padding: 0;
        float: none;
    }

    .blk-work-with-us .mt-programme-container .mt-programme-sep{
        width: 100%;
        height: 1px !important;
        display: block;
    }

    .blk-work-with-us h2{
        margin: 24px 0 0 0;
        font-size: 32px;
    }

    .blk-work-with-us .mt-programme-container{
        margin-top: 0;
    }

    .blk-work-with-us .mt-programme-container .mt-programme .title{
        line-height: 1;
        margin-bottom: 16px;
        margin-top: 32px;
        font-size: 24px;
    }

    .blk-work-with-us p{
        margin: 0 0 24px;
    }

    .blk-work-with-us .link-apply-now{
        margin-top: 0;
        margin-bottom: 40px;
    }

}

@media (max-width: 767px) {

    .blk-work-with-us h2{
        margin: 16px 0 0 0;
        font-size: 28px;
    }

    .blk-work-with-us p{
        font-size: 14px;
    }

}



.blk-work-with-us .middle-image{
    margin-top: 84px;
    width: 65.97222%;
    max-width: 1150px;
    height: 330px;

    -webkit-transition: -webkit-transform 2s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, opacity 2s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s;
    -moz-transition: -moz-transform 2s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, opacity 2s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s;
    -ms-transition: -ms-transform 2s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, opacity 2s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s;
    -o-transition: -o-transform 2s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, opacity 2s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s;
    transition: transform 2s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s, opacity 2s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.2s;

    -webkit-transform: translateX(-30%);
    -moz-transform: translateX(-30%);
    -ms-transform: translateX(-30%);
    -o-transform: translateX(-30%);
    transform: translateX(-30%);

    opacity: 0;
}
.blk-work-with-us .middle-image.animate-in{
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);

    opacity: 1;
}

.blk-work-with-us .other-career-opportunities{
    width: 86.11111111%;
    max-width: 1240px;
    margin-top: 48px;
}
.blk-work-with-us .other-career-opportunities .subtitle{
    margin-top: 48px;
    font-size: 30px;
    line-height: 34px;
}
.blk-work-with-us .other-career-opportunities .desc{
    margin-top: 24px;
    font-size: 16px;
    line-height: 28px;
}

.blk-work-with-us .mt-programme-container .mt-programme-sep,
.blk-work-with-us .blk-text-mt-programme h2,
.blk-work-with-us .other-career-opportunities h2,
.blk-work-with-us .other-career-opportunities .subtitle,
.blk-work-with-us .other-career-opportunities .desc{
    opacity: 0;
}
.blk-work-with-us .mt-programme-container .mt-programme-sep.animate-in,
.blk-work-with-us .blk-text-mt-programme h2.animate-in,
.blk-work-with-us .other-career-opportunities h2.animate-in,
.blk-work-with-us .other-career-opportunities .subtitle.animate-in,
.blk-work-with-us .other-career-opportunities .desc.animate-in{
    opacity: 1;
}



.blk-work-with-us .other-career-opportunities h2{
    -webkit-transition: transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.4s, opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.4s;
    -moz-transition: transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.4s, opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.4s;
    -ms-transition: transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.4s, opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.4s;
    -o-transition: transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.4s, opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.4s;
    transition: transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.4s, opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.4s;
}
.blk-work-with-us .other-career-opportunities .subtitle,
.blk-work-with-us .other-career-opportunities .desc{
    -webkit-transition: transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.8s, opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.8s;
    -moz-transition: transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.8s, opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.8s;
    -ms-transition: transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.8s, opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.8s;
    -o-transition: transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.8s, opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.8s;
    transition: transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.8s, opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.8s;
}
.blk-work-with-us .other-career-opportunities-companies{
    display: none;
}
.blk-work-with-us .other-career-opportunities-companies-tab{
    display: none;
}
.blk-work-with-us .other-career-opportunities-companies-by-loc{
    margin-top: 40px;
}
.blk-work-with-us .other-career-opportunities-companies-by-loc .row-companies{
    max-width: 73.26388889%;
    display: block;
    margin: 0 0 0 auto;
    font-size: 0;
    line-height: 1;
    background: #F6F6F6;
    margin-bottom: 2px;
}
@media (max-width: 1280px) {
    .blk-work-with-us .other-career-opportunities-companies-by-loc .row-companies{
        max-width: 74.26388889%;
        display: block;
        margin: 0 0 0 auto;
        font-size: 0;
        line-height: 1;
        background: #F6F6F6;
        margin-bottom: 2px;
    }
}
@media (max-width: 1270px) {
    .blk-work-with-us .other-career-opportunities-companies-by-loc .row-companies{
        max-width: 76.26388889%;
        display: block;
        margin: 0 0 0 auto;
        font-size: 0;
        line-height: 1;
        background: #F6F6F6;
        margin-bottom: 2px;
    }
}
@media (max-width: 1260px) {
    .blk-work-with-us .other-career-opportunities-companies-by-loc .row-companies{
        max-width: 80.26388889%;
        display: block;
        margin: 0 0 0 auto;
        font-size: 0;
        line-height: 1;
        background: #F6F6F6;
        margin-bottom: 2px;
    }
}
@media (max-width: 1250px) {
    .blk-work-with-us .other-career-opportunities-companies-by-loc .row-companies{
        max-width: 83.26388889%;
        display: block;
        margin: 0 0 0 auto;
        font-size: 0;
        line-height: 1;
        background: #F6F6F6;
        margin-bottom: 2px;
    }
}
.blk-work-with-us .other-career-opportunities-companies-by-loc .row-companies .location{
    font-size: 14px;
    width: 117px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    padding: 0 24px;
    display: inline-block;
    vertical-align: middle;
    background: #EEEEEE;
    float: left;
}

.blk-work-with-us .other-career-opportunities-companies-by-loc .row-companies .logos{
    display: block;
    vertical-align: middle;
    max-width: 100%;
    overflow: auto;
    white-space: nowrap;
    height: 80px;
    line-height: 80px;
    -webkit-overflow-scrolling: touch;
    margin-right: calc((100vw - 1240px) / 2);
    -ms-overflow-style: -ms-autohiding-scrollbar;
}


.blk-work-with-us .other-career-opportunities-companies-by-loc .row-companies a{
    display: inline-block;
    margin: 0 16px;
    vertical-align: middle;
}
.blk-work-with-us .other-career-opportunities-companies-by-loc .row-companies a:first-child{
    margin-left: 24px;
}
.blk-work-with-us .other-career-opportunities-companies-by-loc .row-companies img{
    /* to be taken away */
    /*zoom: 0.8;*/
    max-width: 204px;
}

.blk-work-with-us .other-career-opportunities-companies-by-loc .row-companies{

    -webkit-transition: -webkit-transform 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.8s, opacity 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.8s;
    -moz-transition: -moz-transform 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.8s, opacity 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.8s;
    -ms-transition: -ms-transform 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.8s, opacity 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.8s;
    -o-transition: -o-transform 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.8s, opacity 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.8s;
    transition: transform 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.8s, opacity 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.8s;

    -webkit-transform: translateX(14%);
    -moz-transform: translateX(14%);
    -ms-transform: translateX(14%);
    -o-transform: translateX(14%);
    transform: translateX(14%);

    opacity: 0;
}

.blk-work-with-us .other-career-opportunities-companies-by-loc .row-companies:nth-child(2){
    -webkit-transition: -webkit-transform 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.1s, opacity 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.1s;
    -moz-transition: -moz-transform 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.1s, opacity 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.1s;
    -ms-transition: -ms-transform 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.1s, opacity 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.1s;
    -o-transition: -o-transform 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.1s, opacity 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.1s;
    transition: transform 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.1s, opacity 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.1s;
}

.blk-work-with-us .other-career-opportunities-companies-by-loc .row-companies:nth-child(3){
    -webkit-transition: -webkit-transform 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.4s, opacity 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.4s;
    -moz-transition: -moz-transform 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.4s, opacity 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.4s;
    -ms-transition: -ms-transform 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.4s, opacity 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.4s;
    -o-transition: -o-transform 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.4s, opacity 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.4s;
    transition: transform 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.4s, opacity 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.4s;
}

.blk-work-with-us .other-career-opportunities-companies-by-loc .row-companies:nth-child(4){
    -webkit-transition: -webkit-transform 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.7s, opacity 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.7s;
    -moz-transition: -moz-transform 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.7s, opacity 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.7s;
    -ms-transition: -ms-transform 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.7s, opacity 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.7s;
    -o-transition: -o-transform 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.7s, opacity 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.7s;
    transition: transform 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.7s, opacity 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1.7s;
}

.blk-work-with-us .other-career-opportunities-companies-by-loc.animate-in .row-companies{
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);

    opacity: 1;
}


/*
.blk-work-with-us .other-career-opportunities-companies{
    width: 87.98611111%;
    max-width: 1267px;
    padding: 16px 20px;
    float: right;
    font-size: 0;
    position: relative;
}
.blk-work-with-us .other-career-opportunities-companies .background{
    background: #FCF7F1;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;

    -webkit-transition: -webkit-transform 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.8s, opacity 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.8s;
    -moz-transition: -moz-transform 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.8s, opacity 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.8s;
    -ms-transition: -ms-transform 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.8s, opacity 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.8s;
    -o-transition: -o-transform 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.8s, opacity 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.8s;
    transition: transform 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.8s, opacity 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.8s;

    -webkit-transform: translateX(30%);
    -moz-transform: translateX(30%);
    -ms-transform: translateX(30%);
    -o-transform: translateX(30%);
    transform: translateX(30%);

    opacity: 0;
}
.blk-work-with-us .other-career-opportunities-companies.animate-in .background{
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);

    opacity: 1;
}
.blk-work-with-us .other-career-opportunities-companies img{
    display: inline-block;
    margin: 16px 20px;
    vertical-align: middle;
}

.blk-work-with-us .other-career-opportunities-companies-wrapper{
    -webkit-transition: -webkit-transform 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 2.1s, opacity 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 2.1s;
    -moz-transition: -moz-transform 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 2.1s, opacity 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 2.1s;
    -ms-transition: -ms-transform 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 2.1s, opacity 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 2.1s;
    -o-transition: -o-transform 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 2.1s, opacity 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 2.1s;
    transition: transform 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 2.1s, opacity 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 2.1s;

    -webkit-transform: translateY(30%);
    -moz-transform: translateY(30%);
    -ms-transform: translateY(30%);
    -o-transform: translateY(30%);
    transform: translateY(30%);

    opacity: 0;
}
.blk-work-with-us .other-career-opportunities-companies.animate-in .other-career-opportunities-companies-wrapper{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);

    opacity: 1;
}
*/

@media (max-width: 1100px){
    .blk-work-with-us .other-career-opportunities-companies-by-loc .row-companies img{
        /* to be taken away */
        /*zoom: 0.75;*/
    }
}

@media (max-width: 1050px){
    .blk-work-with-us .other-career-opportunities-companies-by-loc .row-companies img{
        /* to be taken away */
        /*zoom: 0.7;*/
    }
}

@media (min-width: 1340px) {
    .blk-work-with-us .middle-image{
        height: 370px;
    }
}

@media (min-width: 993px) {
    .blk-work-with-us .middle-image img{
        /*position: static;*/
        /*width: 100% !important;*/
        /*height: auto !important;*/
    }
}

@media (max-width: 992px) {
    .blk-work-with-us .middle-image{
        /*width: 78.125%;*/
        /*height: 200px;*/
        width: 84%;
        height: 240px;
        margin-top: 0;
        margin-left: 0;
    }

    .blk-work-with-us .middle-image img{
        max-width: none;
    }

    .blk-work-with-us .other-career-opportunities{
        max-width: none;
        padding: 0;
        width: 100%;
        padding: 0 48px;
    }

    .blk-work-with-us .other-career-opportunities-companies-by-loc{
        padding-left: 48px;
    }

    .blk-work-with-us .other-career-opportunities-companies-by-loc .row-companies{
        width: 100%;
        max-width: 100%;
    }

    .blk-work-with-us .other-career-opportunities-companies-by-loc .row-companies img{
        zoom: 1;
    }

    /*
    .blk-work-with-us .other-career-opportunities{
        margin-top: 24px;
    }

    .blk-work-with-us .other-career-opportunities h2{
        font-size: 32px;
    }

    .blk-work-with-us .other-career-opportunities .subtitle{
        margin-top: 32px;
        font-size: 24px;
    }

    .blk-work-with-us .other-career-opportunities-companies{
        margin-right: 0;
        margin-top: 40px;
        padding: 0;

        width: 100%;
        float: none;
        background: transparent;
    }

    .blk-work-with-us .other-career-opportunities-companies-background-wrapper{
        margin-left: 48px;
        position: relative;
    }

    .blk-work-with-us .other-career-opportunities .desc{
        margin-top: 16px;
    }

    .blk-work-with-us .other-career-opportunities-companies img{
        margin: 12px 16px;
    }

    .blk-work-with-us .other-career-opportunities-companies-wrapper{
        background: #FCF7F1;
        padding: 24px 30px;
    }
    */
}


@media (max-width: 960px) {

}


@media (max-width: 767px) {
    .blk-work-with-us .other-career-opportunities .subtitle {
        margin-top: 24px;
    }
    .blk-work-with-us .middle-image{
        width: 93.6%;
        height: 184px;
    }

    .blk-work-with-us .other-career-opportunities{
        margin-top: 32px;
        padding: 0 24px;
        margin-left: 0;
        margin-right: 0;
    }

    wp-config-sample.php    .blk-work-with-us .other-career-opportunities .subtitle{
        font-size: 24px;
        margin-top: 32px;
    }

    .blk-work-with-us .other-career-opportunities .desc{
        font-size: 14px;
        margin-top: 16px;
    }

    .blk-work-with-us .other-career-opportunities h2{
        font-size: 27px;
    }

    .blk-work-with-us .other-career-opportunities-companies-tab{
        display: block;
        position: relative;
    }
    .blk-work-with-us .other-career-opportunities-companies-tab .tab-bg{
        position: absolute;
        top: 0;
        height: 48px;
        width: 100%;
    }
    .blk-work-with-us .other-career-opportunities-companies-tab .tab-indicator{
        height: 48px;
        width: 25%;
        left: -25%;
        background: #EEEEEE;
        position: absolute;

        -webkit-transition: left 1.2s cubic-bezier(0.165, 0.840, 0.440, 1.000);
        -moz-transition: left 1.2s cubic-bezier(0.165, 0.840, 0.440, 1.000);
        -ms-transition: left 1.2s cubic-bezier(0.165, 0.840, 0.440, 1.000);
        -o-transition: left 1.2s cubic-bezier(0.165, 0.840, 0.440, 1.000);
        transition: left 1.2s cubic-bezier(0.165, 0.840, 0.440, 1.000);
    }
    .blk-work-with-us .other-career-opportunities-companies-tab .tabs-container{
        font-size: 0;
        position: relative;
        z-index: 1;
    }
    .blk-work-with-us .other-career-opportunities-companies-tab .tab-location{
        display: inline-block;
        width: 25%;
        height: 48px;
        line-height: 48px;
        text-align: center;
        font-size: 14px;
        font-weight: 300;
    }
    .blk-work-with-us .other-career-opportunities-companies-by-loc{
        padding-left: 0;
        margin-top: 0;
        position: relative;
        background: #F6F6F6;

        -webkit-transition: height 0.8s cubic-bezier(0.165, 0.840, 0.440, 1.000);
        -moz-transition: height 0.8s cubic-bezier(0.165, 0.840, 0.440, 1.000);
        -ms-transition: height 0.8s cubic-bezier(0.165, 0.840, 0.440, 1.000);
        -o-transition: height 0.8s cubic-bezier(0.165, 0.840, 0.440, 1.000);
        transition: height 0.8s cubic-bezier(0.165, 0.840, 0.440, 1.000);
    }
    .blk-work-with-us .other-career-opportunities-companies-by-loc .row-companies{
        /*display: none;*/
        float: none;
        margin-bottom: 0;

        opacity: 0;
        overflow: hidden;

        position: absolute;
        width: 100%;
        top: 0;

        -webkit-transition: max-height 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.1s, -webkit-transform 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.1s, opacity 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.1s !important;
        -moz-transition: max-height 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.1s, -moz-transform 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.1s, opacity 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.1s !important;
        -ms-transition: max-height 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.1s, -ms-transform 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.1s, opacity 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.1s !important;
        -o-transition: max-height 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.1s, -o-transform 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.1s, opacity 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.1s !important;
        transition: max-height 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.1s, transform 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.1s, opacity 1.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.1s !important;

        -moz-transform: translate(0, 14%);
        -ms-transform: translate(0, 14%);
        -o-transform: translate(0, 14%);
        transform: translate(0, 14%);
    }
    .blk-work-with-us .other-career-opportunities-companies-by-loc.animate-in .row-companies{
        -moz-transform: translate(0, 30%);
        -ms-transform: translate(0, 30%);
        -o-transform: translate(0, 30%);
        transform: translate(0, 30%);

        opacity: 0;
    }
    .blk-work-with-us .other-career-opportunities-companies-by-loc .row-companies .location{
        display: none;
    }
    .blk-work-with-us .other-career-opportunities-companies-by-loc .row-companies .logos{
        height: auto;
        line-height: 1;
        white-space: unset;
        padding: 8px 4px;
    }
    .blk-work-with-us .other-career-opportunities-companies-by-loc .row-companies a{
        margin: 15px 12px;
    }
    .blk-work-with-us .other-career-opportunities-companies-by-loc.animate-in .row-companies{
    }

    .blk-work-with-us .other-career-opportunities-companies-tab.animate-in[data-tab-active="0"] .tab-indicator{
        left: 0;
    }
    .blk-work-with-us .other-career-opportunities-companies-tab.animate-in[data-tab-active="1"] .tab-indicator{
        left: 25%;
    }
    .blk-work-with-us .other-career-opportunities-companies-tab.animate-in[data-tab-active="2"] .tab-indicator{
        left: 50%;
    }
    .blk-work-with-us .other-career-opportunities-companies-tab.animate-in[data-tab-active="3"] .tab-indicator{
        left: 75%;
    }


    .blk-work-with-us .other-career-opportunities-companies-by-loc.animate-in[data-tab-active="0"] .row-companies:first-child{
        opacity: 1;
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .blk-work-with-us .other-career-opportunities-companies-by-loc.animate-in[data-tab-active="1"] .row-companies:nth-child(2){
        opacity: 1;
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .blk-work-with-us .other-career-opportunities-companies-by-loc.animate-in[data-tab-active="2"] .row-companies:nth-child(3){
        opacity: 1;
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .blk-work-with-us .other-career-opportunities-companies-by-loc.animate-in[data-tab-active="3"] .row-companies:nth-child(4){
        opacity: 1;
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    /*
    .blk-work-with-us .other-career-opportunities-companies{
        margin-top: 48px;
        padding-left: 0;
    }

    .blk-work-with-us .other-career-opportunities-companies img{
        zoom: 0.7282608696;
    }

    .blk-work-with-us .other-career-opportunities-companies-background-wrapper{
        margin-left: 0;
        position: relative;
    }
    */

}
