.bg-video{background-color:#000;border-radius:var(--border-radius,0);overflow:hidden;position:relative;width:100%}.bg-video:has(.bg-video__iframe){height:var(--container-height,500px)}.bg-video--aspect-ratio,.bg-video--aspect-ratio:has(.bg-video__iframe){aspect-ratio:var(--aspect-ratio,16/9);height:auto}@media (max-width:767px){.bg-video:has(.bg-video__iframe){height:var(--mobile-height,60vh)}.bg-video--aspect-ratio,.bg-video--aspect-ratio:has(.bg-video__iframe){aspect-ratio:var(--aspect-ratio,16/9);height:auto}}.bg-video__iframe{border:0;height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.bg-video__video{display:block;height:auto;pointer-events:none;transform:scale(1.02);width:100%}.bg-video__controls{display:flex;gap:8px;opacity:0;pointer-events:none;position:absolute;transition:opacity .2s ease;z-index:3}.bg-video:hover .bg-video__controls{opacity:.7;pointer-events:auto}.bg-video__controls--bottom-right{bottom:16px;right:16px}.bg-video__controls--bottom-left{bottom:16px;left:16px}.bg-video__controls--top-right{right:16px;top:16px}.bg-video__controls--top-left{left:16px;top:16px}.bg-video__btn{align-items:center;background:rgba(0,0,0,.5);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:16px;height:44px;justify-content:center;padding:0;transition:background .2s ease;width:44px}.bg-video__btn:hover{background:rgba(0,0,0,.7)}.bg-video__play-toggle{align-items:center;background:rgba(0,0,0,.5);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:24px;height:64px;justify-content:center;left:50%;padding:0;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .2s ease,background .2s ease;width:64px;z-index:3}.bg-video__play-toggle:hover{background:rgba(0,0,0,.7)}.bg-video__play-toggle[data-playing=true]{opacity:0;pointer-events:none}.bg-video:hover .bg-video__play-toggle[data-playing=true]{opacity:.7;pointer-events:auto}.bg-video__play-toggle[data-playing=false]{opacity:1}.bg-video__play-toggle[data-playing=false] .bg-video__btn-icon--playing,.bg-video__play-toggle[data-playing=true] .bg-video__btn-icon--paused{display:none}.bg-video__play-toggle[data-playing=false] .bg-video__btn-icon--paused,.bg-video__play-toggle[data-playing=true] .bg-video__btn-icon--playing{display:inline-block}.bg-video__audio-toggle[data-muted=false] .bg-video__btn-icon--muted,.bg-video__audio-toggle[data-muted=true] .bg-video__btn-icon--unmuted{display:none}.bg-video__audio-toggle[data-muted=false] .bg-video__btn-icon--unmuted,.bg-video__audio-toggle[data-muted=true] .bg-video__btn-icon--muted{display:inline-block}.bg-video__overlay{background-color:var(--overlay-bg);display:flex;height:100%;left:0;padding:var(--overlay-padding);position:absolute;top:0;width:100%;z-index:2}.bg-video--valign-top .bg-video__overlay{align-items:flex-start}.bg-video--valign-center .bg-video__overlay{align-items:center}.bg-video--valign-bottom .bg-video__overlay{align-items:flex-end}.bg-video--align-left .bg-video__overlay{justify-content:flex-start}.bg-video--align-center .bg-video__overlay{justify-content:center}.bg-video--align-right .bg-video__overlay{justify-content:flex-end}.bg-video__content{color:var(--text-color);max-width:800px}.bg-video--align-left .bg-video__content{text-align:left}.bg-video--align-center .bg-video__content{text-align:center}.bg-video--align-right .bg-video__content{text-align:right}.bg-video__heading{color:inherit;font-size:var(--heading-size);font-weight:700;line-height:1.2;margin:0 0 20px}.bg-video__subheading{color:inherit;font-size:var(--subheading-size);line-height:1.6;margin:0}.bg-video__subheading p{margin:0 0 1em}.bg-video__subheading p:last-child{margin-bottom:0}@media (max-width:767px){.bg-video__content{max-width:100%}.bg-video__heading{font-size:calc(var(--heading-size)*.7)}.bg-video__subheading{font-size:calc(var(--subheading-size)*.9)}}