.funnel-video-hero{position:relative;display:flex;align-items:center;justify-content:center;width:100%;padding:0 24px 32px;overflow:hidden;background:var(--fvh-bg);color:var(--fvh-text);isolation:isolate}.funnel-video-hero--no-scroll{height:100vh;height:100svh;min-height:0}.funnel-video-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1}.funnel-video-hero__bg-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.funnel-video-hero__bg-img--mobile{display:none}@media(max-width:767px){.funnel-video-hero__bg-img--desktop:not(:only-child){display:none}.funnel-video-hero__bg-img--mobile{display:block}}.funnel-video-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--fvh-overlay);pointer-events:none}.funnel-video-hero__inner{position:relative;width:100%;max-width:var(--fvh-player-max-width);display:flex;flex-direction:column;align-items:center;gap:28px}.funnel-video-hero__logo{display:flex;justify-content:center;flex-shrink:0}.funnel-video-hero__logo-img{height:var(--fvh-logo-height);width:auto;max-width:320px;object-fit:contain}.funnel-video-hero__stage{width:100%;display:flex;flex-direction:column;align-items:center;gap:24px;min-height:0}.funnel-video-hero__player{position:relative;width:100%;aspect-ratio:16 / 9;background:#000;border-radius:8px;overflow:hidden;box-shadow:var(--fvh-player-shadow, 0 14px 50px rgba(0,0,0,.4))}.funnel-video-hero__video{width:100%;height:100%;display:block;background:#000;object-fit:contain}.funnel-video-hero__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#111;color:#fff;font-size:14px;padding:24px;text-align:center}.funnel-video-hero__big-play{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:transparent;border:0;cursor:pointer;padding:0;transition:opacity .25s ease,transform .25s ease}.funnel-video-hero__big-play svg{transition:transform .2s ease;filter:drop-shadow(0 4px 16px rgba(0,0,0,.4))}.funnel-video-hero__big-play:hover svg{transform:scale(1.08)}.funnel-video-hero__player.is-playing .funnel-video-hero__big-play,.funnel-video-hero__player.is-started .funnel-video-hero__big-play{opacity:0;pointer-events:none}.funnel-video-hero__controls{position:absolute;left:0;right:0;bottom:0;padding:0 16px 12px;background:linear-gradient(to top,#000000d9,#0000);opacity:0;transition:opacity .2s ease;pointer-events:none}.funnel-video-hero__player.is-started .funnel-video-hero__controls{pointer-events:auto}.funnel-video-hero__player.is-started.is-controls-visible .funnel-video-hero__controls,.funnel-video-hero__player.is-started:not(.is-playing) .funnel-video-hero__controls{opacity:1}.funnel-video-hero__progress{position:relative;width:100%;height:16px;cursor:pointer;margin-bottom:2px;display:flex;align-items:center}.funnel-video-hero__progress:before{content:"";position:absolute;left:0;right:0;top:50%;height:4px;background:#ffffff40;border-radius:2px;transform:translateY(-50%);transition:height .15s ease}.funnel-video-hero__progress:hover:before{height:6px}.funnel-video-hero__progress-buffer,.funnel-video-hero__progress-bar{position:absolute;left:0;top:50%;height:4px;border-radius:2px;transform:translateY(-50%);pointer-events:none;transition:height .15s ease}.funnel-video-hero__progress:hover .funnel-video-hero__progress-buffer,.funnel-video-hero__progress:hover .funnel-video-hero__progress-bar{height:6px}.funnel-video-hero__progress-buffer{background:#fff6;width:0}.funnel-video-hero__progress-bar{background:var(--fvh-accent);width:0;z-index:1}.funnel-video-hero__progress-handle{position:absolute;top:50%;width:14px;height:14px;background:#fff;border-radius:50%;transform:translate(-50%,-50%) scale(0);pointer-events:none;transition:transform .15s ease;left:0;z-index:2;box-shadow:0 2px 6px #0006}.funnel-video-hero__progress:hover .funnel-video-hero__progress-handle{transform:translate(-50%,-50%) scale(1)}.funnel-video-hero__controls-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.funnel-video-hero__controls-left,.funnel-video-hero__controls-right{display:flex;align-items:center;gap:4px}.funnel-video-hero__btn{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;background:transparent;color:#fff;border:0;padding:0;cursor:pointer;border-radius:4px;transition:background .15s ease;position:relative}.funnel-video-hero__btn:hover{background:#ffffff1f}.funnel-video-hero__btn:focus-visible{outline:2px solid var(--fvh-accent);outline-offset:1px}.funnel-video-hero__icon{width:22px;height:22px}.funnel-video-hero__icon--pause,.funnel-video-hero__icon--fs-exit,.funnel-video-hero__icon--vol-mute,.funnel-video-hero__player.is-playing .funnel-video-hero__icon--play{display:none}.funnel-video-hero__player.is-playing .funnel-video-hero__icon--pause{display:block}.funnel-video-hero__player.is-fullscreen .funnel-video-hero__icon--fs-enter{display:none}.funnel-video-hero__player.is-fullscreen .funnel-video-hero__icon--fs-exit{display:block}.funnel-video-hero__player.is-muted .funnel-video-hero__icon--vol{display:none}.funnel-video-hero__player.is-muted .funnel-video-hero__icon--vol-mute{display:block}.funnel-video-hero__time{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-variant-numeric:tabular-nums;color:#ffffffd9;padding:0 6px;-webkit-user-select:none;user-select:none}.funnel-video-hero__time-sep{opacity:.5}.funnel-video-hero__volume{position:relative;display:flex;align-items:center}.funnel-video-hero__volume-slider{position:absolute;left:50%;bottom:calc(100% + 4px);transform:translate(-50%);width:36px;height:90px;background:#141414f2;border-radius:4px;display:none;align-items:center;justify-content:center;padding:12px 0;box-shadow:0 6px 20px #0006}.funnel-video-hero__volume:hover .funnel-video-hero__volume-slider,.funnel-video-hero__volume.is-open .funnel-video-hero__volume-slider{display:flex}.funnel-video-hero__volume-track{position:relative;width:4px;height:100%;background:#ffffff40;border-radius:2px;cursor:pointer}.funnel-video-hero__volume-fill{position:absolute;left:0;bottom:0;width:100%;background:#fff;border-radius:2px}.funnel-video-hero__settings{position:relative}.funnel-video-hero__settings-menu{position:absolute;right:0;bottom:calc(100% + 6px);min-width:180px;background:#141414f7;border-radius:6px;box-shadow:0 10px 30px #00000073;padding:8px 0;display:none;z-index:5}.funnel-video-hero__settings.is-open .funnel-video-hero__settings-menu{display:block}.funnel-video-hero__settings-group+.funnel-video-hero__settings-group{border-top:1px solid rgba(255,255,255,.1);padding-top:6px;margin-top:6px}.funnel-video-hero__settings-label{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#ffffff8c;padding:4px 14px}.funnel-video-hero__settings-options{display:flex;flex-direction:column}.funnel-video-hero__settings-options button{-webkit-appearance:none;appearance:none;background:transparent;border:0;color:#fff;font-size:13px;padding:7px 14px;text-align:left;cursor:pointer;transition:background .12s ease}.funnel-video-hero__settings-options button:hover{background:#ffffff14}.funnel-video-hero__settings-options button[data-active]{color:var(--fvh-accent);font-weight:600}.funnel-video-hero__settings-options button[data-active]:before{content:"\2022  "}.funnel-video-hero__cta{width:100%;max-width:720px;text-align:center;opacity:0;transform:translateY(12px);visibility:hidden;transition:opacity .45s ease,transform .45s ease,visibility 0s linear .45s;display:flex;flex-direction:column;align-items:center;gap:14px}.funnel-video-hero__cta.is-visible{opacity:1;transform:translateY(0);visibility:visible;transition:opacity .45s ease,transform .45s ease,visibility 0s}.funnel-video-hero__cta-heading{margin:0;font-size:var(--fvh-cta-heading-size);font-weight:800;line-height:1.15;color:var(--fvh-text)}.funnel-video-hero__cta-text{margin:0;font-size:var(--fvh-cta-text-size);line-height:1.5;color:var(--fvh-text);opacity:.92;max-width:56ch}.funnel-video-hero__cta-text p{margin:0 0 .4em}.funnel-video-hero__cta-text p:last-child{margin-bottom:0}.funnel-video-hero__cta-button{display:inline-flex;align-items:center;justify-content:center;margin-top:4px;min-width:220px;height:56px;padding:0 32px;background:var(--fvh-cta-bg);color:var(--fvh-cta-text);text-decoration:none;font-size:16px;font-weight:700;letter-spacing:.08em;border-radius:6px;transition:background .2s ease,transform .1s ease;box-shadow:0 6px 20px #00000040}.funnel-video-hero__cta-button:hover{background:var(--fvh-cta-bg-hover)}.funnel-video-hero__cta-button:active{transform:translateY(1px)}.funnel-video-hero__player:fullscreen{aspect-ratio:auto;width:100%;height:100%;border-radius:0}.funnel-video-hero__player:fullscreen .funnel-video-hero__video{height:100%;object-fit:contain}@media(max-width:767px){.funnel-video-hero{padding:20px 12px}.funnel-video-hero__inner{gap:18px}.funnel-video-hero__stage{gap:16px}.funnel-video-hero__btn{width:34px;height:34px}.funnel-video-hero__icon{width:20px;height:20px}.funnel-video-hero__time{font-size:11px}.funnel-video-hero__settings-menu{min-width:160px}.funnel-video-hero__cta-button{height:50px;font-size:15px;min-width:180px}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/section-funnel-video-hero.css.map */
