.hero-video-section-wrapper{margin:0!important;padding:0!important}.hero-video-section{position:relative;width:100%;height:100vh;height:100dvh;min-height:500px;max-height:100vh;max-height:100dvh;overflow:hidden;background-color:#000;margin-top:0}.hero-video-section__media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.hero-video-section__video,.hero-video-section__fallback-image{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover}.hero-video-section__fallback-image--hidden{opacity:0;pointer-events:none}.hero-video-section__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0006,#0003 40% 60%,#0009);z-index:1}.hero-video-section__noise{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%' height='100%' filter='url(%23noise)'/%3E%3C/svg%3E");z-index:2;pointer-events:none}.hero-video-section__content{position:relative;z-index:10;display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:40px 20px;text-align:center;color:#fff}.hero-video-section__corner{position:absolute;width:60px;height:60px;border-color:#ffffff4d;border-style:solid;border-width:0}.hero-video-section__corner--tl{top:20px;left:20px;border-top-width:1px;border-left-width:1px}.hero-video-section__corner--tr{top:20px;right:20px;border-top-width:1px;border-right-width:1px}.hero-video-section__corner--bl{bottom:20px;left:20px;border-bottom-width:1px;border-left-width:1px}.hero-video-section__corner--br{bottom:20px;right:20px;border-bottom-width:1px;border-right-width:1px}.hero-video-section__side-text{display:none}@media(min-width:1024px){.hero-video-section__side-text{display:block;position:absolute;left:40px;top:50%;transform:translateY(-50%) rotate(-90deg);transform-origin:center center;font-size:11px;letter-spacing:.3em;color:#ffffff80;text-transform:uppercase;white-space:nowrap}}.hero-video-section__text-wrapper{display:flex;flex-direction:column;align-items:center;max-width:900px;animation:heroFadeInUp 1s ease-out forwards}@keyframes heroFadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-video-section__subheadline{display:inline-block;padding:8px 20px;margin-bottom:24px;font-size:11px;font-weight:500;letter-spacing:.25em;text-transform:uppercase;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.hero-video-section__headline{margin:0 0 24px;font-size:clamp(2.5rem,8vw,6rem);font-weight:800;line-height:.95;letter-spacing:-.02em;text-transform:uppercase;text-shadow:0 4px 30px rgba(0,0,0,.5)}.hero-video-section__description{margin:0 0 40px;max-width:500px;font-size:1rem;line-height:1.6;color:#fffc;font-weight:300}@media(min-width:768px){.hero-video-section__description{font-size:1.125rem}}.hero-video-section__cta-wrapper{display:flex;flex-direction:column;align-items:center;gap:20px}.hero-video-section__cta{position:relative;display:inline-flex;align-items:center;gap:12px;padding:18px 48px;font-size:14px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;text-decoration:none!important;color:#fff!important;background:transparent;border:2px solid #fff;cursor:pointer;overflow:hidden;transition:border-color .4s cubic-bezier(.4,0,.2,1),box-shadow .4s cubic-bezier(.4,0,.2,1);-webkit-tap-highlight-color:transparent}.hero-video-section__cta:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#000;transform:translate(-101%);transition:transform .4s cubic-bezier(.4,0,.2,1);z-index:0}.hero-video-section__cta:link,.hero-video-section__cta:visited{color:#fff!important;text-decoration:none!important}.hero-video-section__cta:hover,.hero-video-section__cta:focus{color:#fff!important;border-color:#fff;box-shadow:0 0 40px #fff3;text-decoration:none!important}.hero-video-section__cta:hover:before,.hero-video-section__cta:focus:before{transform:translate(0)}.hero-video-section__cta:active:before{background:#111}.hero-video-section__cta-text{position:relative;z-index:1}.hero-video-section__cta-arrow{position:relative;z-index:1;transition:transform .3s ease}.hero-video-section__cta:hover .hero-video-section__cta-arrow{transform:translate(4px)}.hero-video-section__secondary-cta{position:relative;font-size:13px;letter-spacing:.1em;color:#ffffffb3!important;text-decoration:none!important;text-transform:uppercase;padding-bottom:2px;transition:color .3s ease}.hero-video-section__secondary-cta:link,.hero-video-section__secondary-cta:visited{color:#ffffffb3!important;text-decoration:none!important}.hero-video-section__secondary-cta:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background:#fff;transition:width .3s ease}.hero-video-section__secondary-cta:hover,.hero-video-section__secondary-cta:focus{color:#fff!important;text-decoration:none!important}.hero-video-section__secondary-cta:hover:after{width:100%}.hero-video-section__scroll-indicator{position:absolute;bottom:30px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;animation:heroBounce 2s ease-in-out infinite}@keyframes heroBounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(8px)}}.hero-video-section__scroll-indicator span{font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:#fff9}.hero-video-section__scroll-line{width:1px;height:40px;background:#fff3;position:relative;overflow:hidden}.hero-video-section__scroll-dot{position:absolute;top:0;width:100%;height:12px;background:#fff;animation:heroScrollDot 1.5s ease-in-out infinite}@keyframes heroScrollDot{0%{transform:translateY(-100%)}to{transform:translateY(400%)}}@media(max-width:767px){.hero-video-section{min-height:100vh;min-height:100dvh}.hero-video-section__corner{width:40px;height:40px}.hero-video-section__content{padding:30px 16px;justify-content:center}.hero-video-section__subheadline{padding:6px 14px;font-size:10px;margin-bottom:20px}.hero-video-section__headline{margin-bottom:20px}.hero-video-section__description{margin-bottom:32px;font-size:.9375rem}.hero-video-section__cta{padding:16px 36px;font-size:13px}.hero-video-section__scroll-indicator{bottom:20px}.hero-video-section__scroll-line{height:30px}}@media(max-width:380px){.hero-video-section__headline{font-size:2rem}.hero-video-section__cta{padding:14px 28px;font-size:12px}}@media(max-height:500px)and (orientation:landscape){.hero-video-section__content{padding:20px 16px}.hero-video-section__subheadline{margin-bottom:12px}.hero-video-section__headline{margin-bottom:12px;font-size:2rem}.hero-video-section__description{margin-bottom:20px;font-size:.875rem}.hero-video-section__scroll-indicator{display:none}}@media(prefers-reduced-motion:reduce){.hero-video-section__text-wrapper,.hero-video-section__scroll-indicator,.hero-video-section__scroll-dot{animation:none}.hero-video-section__cta,.hero-video-section__cta:before,.hero-video-section__cta-arrow,.hero-video-section__secondary-cta,.hero-video-section__secondary-cta:after{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/29/assets/hero-video-section.css.map */
