.hero-v2{color:var(--white);font-size:2.1rem;isolation:isolate;overflow:hidden;position:relative}.hero-v2 .content-wrapper{display:grid;gap:var(--gap);padding:10rem 2rem}.hero-v2__header{animation:fadeBlurIn .5s ease-in forwards;animation-play-state:paused;opacity:0}.hero-v2__header.in-view{animation-play-state:running}@keyframes fadeBlurIn{0%{filter:blur(5px);opacity:0}to{filter:blur(0);opacity:1}}.hero-v2__content :last-child,.hero-v2__header{margin-bottom:0}.hero-v2__content p{margin-bottom:1rem}.hero-v2__bg,.hero-v2__overlay,.hero-v2__overlay:after,.hero-v2__overlay:before,.hero-v2__video{position:absolute}.hero-v2__bg,.hero-v2__overlay,.hero-v2__video{bottom:0;left:0;right:0;top:0;z-index:-1}.hero-v2__overlay{background:linear-gradient(180deg,rgba(255,0,0,0) 42%,var(--red) 100%);z-index:1}.hero-v2__bg img,.hero-v2__video video{height:100%!important;object-fit:cover;width:100%!important}@media (min-width:1041px){.hero-v2{min-height:calc(100vh - 12rem)}.hero-v2 .content-wrapper{grid-template-columns:repeat(12,1fr)}.hero-v2__header{font-size:130px;font-weight:500;grid-column:1/9;letter-spacing:-2px;line-height:89%}.hero-v2__content{grid-column:9/13}.hero-v2__content--mobile{display:none}}@media (max-width:1040px){.hero-v2{min-height:50rem}.hero-v2 .content-wrapper{padding:4rem 2rem;width:100%}h1.hero-v2__header{font-size:6.2rem}.hero-v2__content--desktop{display:none}.hero-v2__content--mobile{padding:3rem 2rem}}