.hero_section_main_wrapper{background-color:var(--color-dark);height:100vh;position:relative}.hero_section_video{object-fit:cover;display:block}.hero_section_video_wrapper{pointer-events:none;width:100%;height:100vh;position:fixed;top:0}.hero_section_video_wrapper:after{content:"";pointer-events:none;z-index:1;background:rgba(0,0,0,.35);width:100%;height:100%;position:absolute;top:0;left:0}.hero_section_text_wrapper{z-index:2;--border-scale:0;justify-content:space-between;align-items:center;width:100%;padding:3rem 2rem 0;display:flex;position:absolute;bottom:2rem;left:0}.hero_section_text_wrapper:before{content:"";transform-origin:0;width:100%;height:1px;transform:scaleX(var(--border-scale,0));pointer-events:none;background:#fff;position:absolute;top:0;left:0}.hero_section_heading_wrapper{width:60%}.hero_section_paragraph_wrapper{width:40%}.hero_section_heading{font-family:var(--font-primary);font-weight:700;font-size:var(--size-max);color:var(--color-light);opacity:0;line-height:1}.hero_section_paragraph{font-family:var(--font-secondary);font-size:var(--size-xs);color:var(--color-light);opacity:0}html[data-initial-intro=active] .hero_section_heading,html[data-initial-intro=active] .hero_section_paragraph{opacity:0;transform:translateY(24px)}@media screen and (max-width:1023px){.hero_section_heading{font-size:8vw}.hero_section_main_wrapper,.hero_section_video_wrapper{height:100dvh}.hero_section_video_wrapper{width:100vw}.hero_section_text_wrapper{flex-direction:column;align-items:start;gap:.75rem;padding:1.5rem;bottom:0}.hero_section_heading_wrapper,.hero_section_paragraph_wrapper{width:100%}}@media only screen and (min-width:1921px){.hero_section_paragraph{font-size:var(--size-md)}}
