.hero{position:relative;max-height:calc(100vh - var(--admin-bar-height, 0px))}.hero--large{height:max(568px,568px + ((100vw - 320px) / ((360 - 320) / (640 - 568))))}@media screen and (min-width:360px){.hero--large{height:calc(640px + ((100vw - 360px) / ((768 - 360) / (1024 - 640))))}}@media(min-width:768px){.hero--large{height:calc(1024px + ((100vw - 768px) / ((1280 - 768) / (720 - 1024))))}}@media(min-width:1280px){.hero--large{height:calc(720px + ((100vw - 1280px) / ((1440 - 1280) / (960 - 720))))}}@media(min-width:1440px){.hero--large{height:min(1080px,960px + ((100vw - 1440px) / ((1920 - 1440) / (1080 - 960))))}}.hero--full-screen{height:calc(100vh - var(--admin-bar-height, 0px))}