.elementor-16 .elementor-element.elementor-element-67efce4{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-16 .elementor-element.elementor-element-67efce4 .elementor-wrapper{--video-aspect-ratio:1.77777;filter:brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );}body.elementor-page-16{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for video, class: .elementor-element-67efce4 */#video-hero {
    position: relative;
    height: 100vh;
    min-height: 100vh;
    overflow: hidden;
    border-radius: 0 0 100px 0;
}

#video-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;

    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.80) 0%,
        rgba(0, 0, 0, 0.3) 100%
    );
}

.hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.hero-video,
.hero-video .elementor-widget-container,
.hero-video .e-hosted-video,
.hero-video video {
    width: 100%;
    height: 100%;
}

.hero-video video {
    object-fit: cover;
}/* End custom CSS */