.jf_video_header_block_section {
    background-color: #2D6969;
}

.jf_video_header_block_section .section_container {
    /* max-width: none !important;
    padding: 0 80px !important; */
}

.jf_video_header_block_section .jf_video_header_block_section__inner {
    position: relative;

}

.jf_video_header_block_section .heading {
    color: var(--ar_clr_white);
    margin: 0;
}

.jf_video_header_block_section .sub_heading {
    color: var(--ar_clr_white);
    font-family: var(--ar_font_Whitney_Light);
    font-size: 64px;
    line-height: 72px;
    margin-bottom: 43px;
    margin-top: -6px;
}

.jf_video_header_block_section .content_inner {
    position: relative;
    width: calc(482px + 50px);
    z-index: 1;
}

.jf_video_header_block_section .content_inner:before {
    content: '';
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 6% 100%, 0% 100%);
    width: 18.7vw;
    height: 100%;
    background: var(--ar_clr_dark_green);
    z-index: -1;
    top: 0;
    right: calc(-18.7vw + 5px);
}

.jf_video_header_block_section .content_inner .content_wrapper {
    width: 100%;
    min-height: 838px;
    padding: 85px 50px 85px 0;
    background-color: var(--ar_clr_dark_green);
}

.jf_video_header_block_section .content_inner .content_wrapper .content_wrapper_inner {
    max-width: 412px;
}

.jf_video_header_block_section .intro_text_section {
    padding-right: 20px;
}

.jf_video_header_block_section .intro_text {
    border-top: 1px solid var(--ar_clr_white);
    border-bottom: 1px solid var(--ar_clr_white);
    padding: 23px 0 25px;
}

.jf_video_header_block_section .intro_text>*:not(h1, h2, h3, h4, h5, h6) {
    font-size: 20px;
    line-height: 1.15;
    font-family: var(--ar_font_Whitney_Medium);
}

.jf_video_header_block_section .intro_text>* {
    color: var(--ar_clr_white);
}

.jf_video_header_block_section .jf_video_header_block_section__inner_right {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(50% + 100px);
    overflow: hidden;
    height: 100%;
}

.jf_video_header_block_section .jf_video_header_block_section__inner_right .video-section {
    position: relative;
    height: 100%;
}


.jf_video_header_block_section .jf_video_header_block_section__inner_right .video-section video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    /* transform: scale(1.2); */
}

@media (min-width: 1980px) {
    .jf_video_header_block_section .jf_video_header_block_section__inner_right {
        width: calc(50% + 100px);
    }

    .jf_video_header_block_section .content_inner:before {
        right: -63%;
        max-width: 350px;
    }

    /* .jf_video_header_block_section .jf_video_header_block_section__inner_right .video-section video {
        transform: scale(1.6);
    } */
}

/* 
@media (min-width: 2200px) {
    .jf_video_header_block_section .jf_video_header_block_section__inner_right {
        width: 75vw;
    }
    .jf_video_header_block_section .jf_video_header_block_section__inner_right .video-section video {
        transform: scale(2);
    }
} */

@media (max-width: 1639px) {
    .jf_video_header_block_section .content_inner .content_wrapper {
        min-height: 694px;
    }

    .jf_video_header_block_section .content_inner {
        width: calc(412px + 50px);
    }

    .jf_video_header_block_section .content_inner:before {
        /* width: 16.5vw;
        right: -16.5vw;
        clip-path: polygon(0 0, 100% 0, 0% 100%, 0% 100%); */
        right: -59%;
        clip-path: polygon(0 0, 100% 0, 0% 100%, 0% 100%);
        width: 200px;
        height: calc(100% + 20px);
    }

}

@media (min-width: 1360px) and (max-width: 1440px) {
    .jf_video_header_block_section .content_inner:before {
        right: -61%;
    }
}

@media (max-width: 1359px) {
    .jf_video_header_block_section .heading {
        font-size: 56px;
        line-height: 72px;
    }

    .jf_video_header_block_section .sub_heading {
        font-size: 56px;
        line-height: 72px;
        margin-bottom: 32px;
    }

    .jf_video_header_block_section .intro_text>* {
        font-size: 18px;
        line-height: 1.15;
    }

    .jf_video_header_block_section .intro_text_section {
        padding-right: 0;
    }

    .jf_video_header_block_section .content_inner .content_wrapper .content_wrapper_inner {
        max-width: 360px;
    }

    .jf_video_header_block_section .content_inner .content_wrapper {
        min-height: 614px;
        padding: 85px 30px 85px 0;
    }

    .jf_video_header_block_section .content_inner {
        width: calc(360px + 30px);
    }
    .jf_video_header_block_section .content_inner:before {
        right: -71%;
    }
}

@media (max-width: 1199px) {
    .jf_video_header_block_section .jf_video_header_block_section__inner_right {
        position: relative;
        top: inherit;
        right: inherit;
        width: 100vw;
    }

    .jf_video_header_block_section .content_inner .content_wrapper {
        min-height: inherit;
        padding: 60px 0;
    }

    .jf_video_header_block_section .content_inner {
        width: 100%;
    }

    .jf_video_header_block_section .content_inner .content_wrapper .content_wrapper_inner {
        max-width: 541px;
    }

    .jf_video_header_block_section .heading {
        font-size: 56px;
        line-height: 65px;
    }

    .jf_video_header_block_section .sub_heading {
        font-size: 56px;
        line-height: 63px;
        margin-bottom: 24px;
    }

    .jf_video_header_block_section .intro_text>* {
        font-size: 16px;
        line-height: 1.15;
    }

    /* .jf_video_header_block_section .section_container {
        padding: 0 40px !important;
    } */
    .jf_video_header_block_section .intro_text {
        padding: 20px 0;
    }

    .jf_video_header_block_section .jf_video_header_block_section__inner_right .video-section {
        display: flex;
        flex-wrap: wrap;
    }

    .jf_video_header_block_section .jf_video_header_block_section__inner_right .video-section video {
        width: 100%;
        height: 100%;
        transform: scale(1);
    }
}

@media (max-width: 767px) {
    .jf_video_header_block_section .content_inner .content_wrapper .content_wrapper_inner {
        max-width: 434px;
    }

    .jf_video_header_block_section .heading {
        font-size: 40px;
        line-height: 50px;
    }

    .jf_video_header_block_section .sub_heading {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 32px;
    }
}

@media (max-width: 520px) {
    .jf_video_header_block_section .section_container {
        padding: 0 20px !important;
    }

    .jf_video_header_block_section .content_inner .content_wrapper {
        padding: 40px 0 34px;
    }

    .jf_video_header_block_section .intro_text {
        padding: 12px 10px 19px 0;
    }

    .jf_video_header_block_section .intro_text>* {
        line-height: 1.13;
    }
}