.elementor-10443 .elementor-element.elementor-element-26fee54{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-88e98be */.video-container {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.video-content {
    position: relative;
    z-index: 2;
    color: white;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.video-content h1 {
    font-size: 60px;
    margin-bottom: 20px;
}

.video-content p {
    font-size: 22px;
    margin-bottom: 20px;
}

.video-content a {
    background: #ffffff;
    color: #000000;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 5px;
}/* End custom CSS */