#pk_flex_content .flex_content:has(.flex_layout.hero_content){
    overflow: hidden;
}

    #pk_flex_content .flex_layout.hero_content:has(> .flex_layout_wrapper > div.image_container){
        max-width: unset;
        padding: 0px;
        overflow: hidden;
    }
    
    #pk_flex_content .flex_layout.hero_content:has(> .flex_layout_wrapper > div.image_container) .flex_container{
        max-width: var(--site-grid);
        width: 100%;
        /* padding: 80px 40px 80px 40px; */
        padding: 20px 40px 20px 40px;
        margin: 0px auto;
        position: relative;
    }
    

#pk_flex_content .flex_layout.hero_content > div{
    position: relative;
    padding: 90px 0px;
}

#pk_flex_content .flex_layout.hero_content .flex_container_inner{
    max-width: 800px;
    margin: 0px auto 0px 0px;
    z-index: 1;
    position: relative;
}

#pk_flex_content .flex_layout.hero_content .flex_container_inner.center_content{
    text-align: center;
    margin: 0px auto;
}

#pk_flex_content .flex_layout.hero_content .center_content .button_hero_wrapper{
    justify-content: center;
}

#pk_flex_content .flex_layout.hero_content img.style_element{
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    height: 1500px;
    min-height: 1000px;
    width: auto;
    max-width: unset;
    opacity: 0.3;
    position: none;
}

    #pk_flex_content .flex_layout.hero_content img.featured_image{
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        left: 0px;
        top: 0px;
    }
    
    .flex_layout.hero_content .image_container::after{
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        
        z-index: 1;
        background: linear-gradient(89.96deg, #003042 40.01%, rgba(0, 48, 66, 0) 99.97%);

    }


@media screen and (max-width: 767px){
    #pk_flex_content .flex_layout.hero_content > div{ 
        position: relative;
        padding: 0px 0px 20px 0px;
    }
    
    #pk_flex_content .flex_layout.hero_content:has(> .flex_layout_wrapper > div.image_container) .flex_container{
        padding: 40px 20px 40px 20px;
    }
}