@keyframes backgroundMove{0%{opacity:0}to{opacity:1}}.hero-video{position:absolute;width:100%;height:100vh;object-fit:cover;object-position:center bottom;bottom:0;z-index:-10}.hero{position:relative;overflow:hidden}.hero,.hero .hero-content{display:flex;height:100vh;width:100%}.hero .hero-content{flex-direction:row;align-items:flex-end;padding:32px;justify-content:space-between;gap:10%;background:linear-gradient(0deg,#ffffff,rgba(255,255,255,0) 30%)}.hero .hero-content p{font-size:64px;font-weight:500;line-height:100%;letter-spacing:-4%;margin-bottom:0}@media(max-width:684px){.hero{height:calc(100vh - 60px)}.hero .hero-content{padding:74px 8px}.hero .hero-content p{font-size:30px}}