.video-banner{background-color:#000;margin:0}.video-banner__container{margin:0 auto;background-size:cover;background-color:#000}@media(max-width:768px){.video-banner__container{background-image:none!important}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.video-banner__video{position:absolute;top:90px;left:0;width:100%;height:auto;z-index:1;object-fit:cover;opacity:0;animation-name:fadeIn;animation-duration:.43s;animation-delay:.3s;animation-fill-mode:forwards}@media(min-width:768px){.video-banner__video{height:100%;top:0}}.video-banner__content{position:relative;z-index:8;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;width:100%;color:#fff;text-align:center;padding:45% 30px 40px;top:0;box-shadow:inset 0 -100px 300px 4px #000}@media(min-width:768px){.video-banner__content{min-height:100vh;padding-top:0}}.video-banner__title{color:#fff;font-family:Protipo,sans-serif;text-transform:uppercase;font-weight:800;font-style:italic;line-height:2.688rem;font-size:clamp(2.25rem,5vw,5.625rem);max-width:1920px;margin:150px auto 20px}@media(min-width:768px){.video-banner__title{margin-bottom:0}}.video-banner__subtitle{font-size:1.125rem;font-family:Protipo,sans-serif;line-height:1.625rem;max-width:1920px;margin:0 auto}@media(min-width:768px){.video-banner__subtitle{max-width:60%;margin:50px auto 0}}.video-banner__subtitle p{font-size:clamp(.938rem,10vw,1.125rem)}