.video-hero{--video-hero-height-mobile: 75vh;--video-hero-height-desktop: 80vh;--video-hero-overlay-opacity: .3;--video-hero-gradient-left-opacity: 1;--video-hero-gradient-top-opacity: 1;--video-hero-easing: cubic-bezier(.16, 1, .3, 1)}.video-hero{position:relative;width:100%;min-height:var(--video-hero-height-mobile);overflow:hidden;isolation:isolate}@media screen and (min-width: 750px){.video-hero{min-height:var(--video-hero-height-desktop)}}.video-hero__gradient-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:radial-gradient(ellipse 80% 50% at 80% 50%,rgba(var(--color-foreground),.04) 0%,transparent 70%)}.video-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.video-hero__video,.video-hero__iframe,.video-hero__poster-image{position:absolute;top:50%;left:50%;width:100%;height:100%;min-width:100%;min-height:100%;transform:translate(-50%,-50%);object-fit:cover}.video-hero__iframe{width:177.78vh;height:100vh;min-width:100%;min-height:56.25vw;border:0;pointer-events:none}.video-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.video-hero__overlay--gradient-left{background:linear-gradient(to right,rgb(var(--color-background)),rgba(var(--color-background),.4) 40%,rgba(var(--color-background),.2));opacity:var(--video-hero-gradient-left-opacity)}.video-hero__overlay--gradient-top{background:linear-gradient(to bottom,rgba(var(--color-background),.2) 0%,transparent 30%,transparent 70%,rgba(var(--color-background),.2) 100%);opacity:var(--video-hero-gradient-top-opacity)}.video-hero__content{position:relative;z-index:10;display:flex;flex-direction:column;justify-content:flex-end;min-height:var(--video-hero-height-mobile);padding-top:5rem;padding-bottom:3rem}@media screen and (min-width: 750px){.video-hero__content{min-height:var(--video-hero-height-desktop);padding-top:6rem;padding-bottom:4rem}}.video-hero__content-inner{display:flex;flex-direction:column;max-width:100%}@media screen and (min-width: 990px){.video-hero__content-inner{max-width:56rem}}.video-hero__headlines{margin-bottom:.4rem}@media screen and (min-width: 750px){.video-hero__headlines{margin-bottom:.8rem}}.video-hero__headline-wrapper{overflow:hidden}.video-hero__headline{margin:0;line-height:.95;color:rgb(var(--color-foreground))}.video-hero__glow{display:inline-block;animation:video-hero-glow 2s ease-in-out infinite}@keyframes video-hero-glow{0%,to{opacity:1}50%{opacity:.7}}@media (prefers-reduced-motion: reduce){.video-hero__glow{animation:none}}.video-hero__value-prop{margin-top:1.5rem;max-width:32rem}@media screen and (min-width: 750px){.video-hero__value-prop{margin-top:2rem}}.video-hero__value-header{margin-bottom:1rem}.video-hero__value-title-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.video-hero__badge{display:inline-block;padding:.4rem .8rem;background-color:rgb(var(--color-foreground));color:rgb(var(--color-background));font-size:1.4rem;font-weight:var(--font-heading-weight);font-family:var(--font-heading-family);letter-spacing:.05em}@media screen and (min-width: 750px){.video-hero__badge{font-size:1.6rem;padding:.5rem 1rem}}.video-hero__value-title{font-size:calc(var(--font-heading-scale) * 2rem);font-weight:var(--font-heading-weight);font-family:var(--font-heading-family);color:rgb(var(--color-foreground))}@media screen and (min-width: 750px){.video-hero__value-title{font-size:calc(var(--font-heading-scale) * 2.4rem)}}@media screen and (min-width: 990px){.video-hero__value-title{font-size:calc(var(--font-heading-scale) * 3rem)}}.video-hero__value-subtitle{margin:0;font-size:1.4rem;color:rgba(var(--color-foreground),.6);line-height:calc(1 + .8 / var(--font-body-scale))}@media screen and (min-width: 750px){.video-hero__value-subtitle{font-size:1.5rem}}.video-hero__breakdown{display:none;background-color:rgba(var(--color-foreground),.05);border:1px solid rgba(var(--color-foreground),.1);padding:1.2rem;margin-bottom:1.5rem}@media screen and (min-width: 750px){.video-hero__breakdown{display:block}}.video-hero__breakdown-label{margin:0 0 1rem;font-size:1rem;letter-spacing:.2em;text-transform:uppercase;color:rgba(var(--color-foreground),.4)}@media screen and (min-width: 750px){.video-hero__breakdown-label{font-size:1.1rem}}.video-hero__breakdown-items{display:flex;flex-direction:column;gap:.8rem}.video-hero__breakdown-item{display:flex;align-items:center;justify-content:space-between;font-size:1.4rem}.video-hero__breakdown-item-left{display:flex;align-items:center;gap:.8rem;color:rgba(var(--color-foreground),.8)}.video-hero__breakdown-number{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;background-color:rgba(var(--color-foreground),.1);font-size:1rem;color:rgb(var(--color-foreground))}.video-hero__breakdown-text{color:rgba(var(--color-foreground),.8)}.video-hero__breakdown-tag{font-size:1.2rem;color:rgba(var(--color-foreground),.4)}.video-hero__breakdown-footer{display:flex;align-items:center;justify-content:space-between;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(var(--color-foreground),.1)}.video-hero__breakdown-footer-label{font-size:1.2rem;color:rgba(var(--color-foreground),.5)}.video-hero__breakdown-footer-value{font-size:1.4rem;font-weight:var(--font-heading-weight);color:rgb(var(--color-foreground))}.video-hero__value-buttons{display:flex;flex-direction:column;gap:1rem}@media screen and (min-width: 750px){.video-hero__value-buttons{flex-direction:row}}.video-hero__value-note{margin:1rem 0 0;font-size:1.1rem;color:rgba(var(--color-foreground),.3)}.video-hero__free-callout{display:inline-flex;align-items:center;gap:.6rem;margin-top:2rem;font-size:1.1rem;letter-spacing:.05em;color:rgba(var(--color-foreground),.5);text-decoration:none;transition:color var(--duration-short) ease}@media screen and (min-width: 750px){.video-hero__free-callout{font-size:1.2rem}}.video-hero__free-callout:hover{color:rgb(var(--color-foreground))}.video-hero__free-callout-dot{width:.6rem;height:.6rem;background-color:#22c55e;border-radius:50%}.video-hero__button-wrapper{margin-top:1rem}.video-hero__animate-item{opacity:0;transform:translateY(120%);animation:videoHeroReveal 1s var(--video-hero-easing) forwards}.video-hero__animate-item--1{animation-delay:.1s}.video-hero__animate-item--2{animation-delay:.2s}.video-hero__animate-item--3{animation-delay:.5s}.video-hero__animate-item--4{animation-delay:.7s}@keyframes videoHeroReveal{0%{opacity:0;transform:translateY(120%)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){.video-hero__animate-item{animation:none;opacity:1;transform:none}.video-hero__video,.video-hero__iframe{animation:none}}.video-hero__pause-button{position:absolute;bottom:2rem;right:2rem;z-index:20;display:flex;align-items:center;justify-content:center;width:4.4rem;height:4.4rem;padding:0;background-color:rgba(var(--color-background),.5);border:1px solid rgba(var(--color-foreground),.3);border-radius:50%;color:rgb(var(--color-foreground));cursor:pointer;transition:all var(--duration-short) ease}.video-hero__pause-button:hover{background-color:rgba(var(--color-background),.8);border-color:rgba(var(--color-foreground),.6)}.video-hero__pause-button:focus-visible{outline:0;box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 0 .5rem rgba(var(--color-foreground),.5)}.video-hero__pause-icon{display:flex;align-items:center;justify-content:center}.video-hero__pause-icon[hidden]{display:none}.video-hero__pause-icon svg{width:2rem;height:2rem}
/*# sourceMappingURL=/cdn/shop/t/11/assets/section-video-hero.css.map */
