.hero{position:relative;width:100%;background:#b70600;z-index:5;height:calc(640px + ((100vw - 360px) / ((768 - 360) / (1024 - 640))))}@media(min-width: 768px){.hero{height:calc(1024px + ((100vw - 768px) / ((1024 - 768) / (768 - 1024))))}}@media(min-width: 1024px){.hero{height:calc(768px + ((100vw - 1024px) / ((1280 - 1024) / (720 - 768))))}}@media(min-width: 1280px){.hero{height:calc(720px + ((100vw - 1280px) / ((1440 - 1280) / (900 - 720))))}}@media(min-width: 1440px){.hero{height:calc(900px + ((100vw - 1440px) / ((1920 - 1440) / (1080 - 900))))}}@media(min-width: 1920px){.hero{height:1080px}}.hero--small{height:calc(360px + ((100vw - 360px) / ((768 - 360) / (400 - 360))))}@media(min-width: 768px){.hero--small{height:480px}}.hero--medium{height:calc(480px + ((100vw - 360px) / ((768 - 360) / (600 - 480))))}@media(min-width: 768px){.hero--medium{height:600px}}.hero--large{height:calc(600px + ((100vw - 360px) / ((768 - 360) / (800 - 600))))}@media(min-width: 768px){.hero--large{height:800px}}.hero--full-screen{height:calc(var(--vh, 1vh)*100)}