.product-videobanner{position:relative;width:100%;min-height:600px;overflow:hidden}
.product-videobanner__desktop{position:relative;width:100%;height:100%}
.product-videobanner__mobile{display:none}
.product-videobanner__video-wrapper{width:100%;height:100%;overflow:hidden}
.product-videobanner__video{position:relative;width:100vw}
.product-videobanner__fallback{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0}
.product-videobanner__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.2);z-index:1;display:none}
.product-videobanner__content{position:absolute;bottom:0;width:100%;z-index:2;display:flex;align-items:flex-end;justify-content:center;min-height:600px;padding:60px 20px}
.product-videobanner__text{text-align:center;max-width:800px;display:flex;gap:70px;flex-direction:column;justify-content:center;align-items:center;transition:gap 1800ms ease-in-out}
.product-videobanner__text.in-viewport{gap:24px !important}
.product-videobanner__title{font-size:3rem;font-weight:bold;color:#000;line-height:1.2;text-transform:uppercase;letter-spacing:1px}
.product-videobanner__title p{font-family:'FlyingFlea-Bold' !important;font-weight:700;font-style:Bold;font-size:40px;line-height:110.00000000000001%;letter-spacing:0;text-align:center}
.product-videobanner__title span{color:#00bcd4}
.product-videobanner__description{font-family:Inter;font-weight:400;font-style:Regular;font-size:18px;line-height:127%;letter-spacing:0;text-align:center;max-width:424px}
@media(max-width:1024px){.product-videobanner__title{font-size:2.5rem}
.product-videobanner__content{min-height:500px}
.product-videobanner{min-height:500px}
.product-videobanner__desktop{min-height:500px}
}
@media(max-width:768px){.product-videobanner__desktop{display:none}
.product-videobanner__mobile{display:block;position:relative;width:100%;height:100%;min-height:500px}
.product-videobanner{min-height:500px}
.product-videobanner__content{min-height:500px;padding:40px 20px}
.product-videobanner__title{font-size:2rem}
.product-videobanner__description{font-size:14px}
.product-videobanner__text{gap:40px;transition:gap 1800ms ease-in-out}
.product-videobanner__text.in-viewport{gap:16px !important}
}
@media(max-width:480px){.product-videobanner,.product-videobanner__mobile,.product-videobanner__content{min-height:742px}
.product-videobanner__title{font-size:1.75rem}
.product-videobanner__video{width:auto;height:742px}
.product-videobanner__title p{font-size:32px;width:245px}
}
@media(max-width:768px){.product-videobanner__fallback{display:block}
}