.hover-video-container-6a99fc25 {
    position: relative;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    aspect-ratio: 16/9;
}

:where(.elementor-aspect-ratio-16-9) .hover-video-container-6a99fc25 { aspect-ratio: 16/9; }
:where(.elementor-aspect-ratio-4-3) .hover-video-container-6a99fc25 { aspect-ratio: 4/3; }
:where(.elementor-aspect-ratio-1-1) .hover-video-container-6a99fc25 { aspect-ratio: 1/1; }
:where(.elementor-aspect-ratio-9-16) .hover-video-container-6a99fc25 { aspect-ratio: 9/16; }

:where(.elementor-aspect-ratio-tablet-16-9) .hover-video-container-6a99fc25 { aspect-ratio: 16/9; }
:where(.elementor-aspect-ratio-tablet-4-3) .hover-video-container-6a99fc25 { aspect-ratio: 4/3; }
:where(.elementor-aspect-ratio-tablet-1-1) .hover-video-container-6a99fc25 { aspect-ratio: 1/1; }
:where(.elementor-aspect-ratio-tablet-9-16) .hover-video-container-6a99fc25 { aspect-ratio: 9/16; }

:where(.elementor-aspect-ratio-mobile-16-9) .hover-video-container-6a99fc25 { aspect-ratio: 16/9; }
:where(.elementor-aspect-ratio-mobile-4-3) .hover-video-container-6a99fc25 { aspect-ratio: 4/3; }
:where(.elementor-aspect-ratio-mobile-1-1) .hover-video-container-6a99fc25 { aspect-ratio: 1/1; }
:where(.elementor-aspect-ratio-mobile-9-16) .hover-video-container-6a99fc25 { aspect-ratio: 9/16; }

.hover-video-element-6a99fc25,
.vimeo-embed-placeholder-6a99fc25 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    display: block;
}

.vimeo-embed-placeholder-6a99fc25 {
    overflow: hidden;
}

.vimeo-embed-placeholder-6a99fc25 iframe {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    min-width: 100% !important;
    min-height: 100% !important;
    width: 177.77777778vh !important;
    height: 56.25vw !important;
    pointer-events: none;
}

@media (min-aspect-ratio: 16/9) {
    .vimeo-embed-placeholder-6a99fc25 iframe {
        width: 100% !important;
        height: 56.25vw !important;
    }
}
@media (max-aspect-ratio: 16/9) {
    .vimeo-embed-placeholder-6a99fc25 iframe {
        width: 177.78vh !important;
        height: 100% !important;
    }
}

.hover-video-overlay-6a99fc25 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.hover-video-overlay-6a99fc25.is-hidden {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.hover-video-overlay-6a99fc25::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.hover-video-play-btn-6a99fc25 {
    display: none !important;
    z-index: 2;
}

/* Patent Tag Styles with perfect slanted-left clip-path to match image layout */
.hover-video-patent-tag-6a99fc25 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
    clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%);
    box-shadow: -2px 2px 5px rgba(0,0,0,0.2);
    letter-spacing: 0.5px;
    pointer-events: none; /* Let hovers pass to container */
}
@media (max-width: 1024px) {
    .hover-video-play-btn-6a99fc25 {
        display: flex !important;
        width: 60px;
        height: 60px;
        align-items: center;
        justify-content: center;
        background-color: rgba(255, 255, 255, 0.9);
        border-radius: 50%;
        box-shadow: 0 4px 10px rgba(0,0,0,0.3);
        transition: transform 0.3s ease, background-color 0.3s ease;
    }
    
    .hover-video-play-btn-6a99fc25 svg {
        width: 40%;
        height: 40%;
        fill: #000;
        margin-left: 3px;
        display: block !important;
    }
    
    .hover-video-container-6a99fc25:hover .hover-video-play-btn-6a99fc25 {
        transform: scale(1.1);
    }
    
    .hover-video-patent-tag-6a99fc25 {
        clip-path: polygon(10px 0, 100% 0, 100% 100%, 0 100%);
    }
}
@media (max-width: 767px){
	.vimeo-embed-placeholder-6a99fc25, .vimeo-embed-placeholder-6a99fc25 iframe {
		position: relative;
	}
}