.hero{display:flex;align-items:center;justify-content:center;text-align:center;width:100%;min-height:80vh;padding:2rem 5%;background-color:var(--background);color:var(--foreground);position:relative}.hero-contents{max-width:960px;margin:0 auto}.hero-title{font-family:GTMuseumVariable,Geist Sans,Geist Mono,sans-serif;font-size:1.125rem;font-weight:400;margin-bottom:1rem;padding-bottom:34px}@media (min-width:541px) and (max-width:932px){.hero-title{font-size:1.25rem;padding-bottom:34px}}@media (min-width:933px){.hero-title{font-size:2.5rem;padding-bottom:96px}}.hero-subtitle{font-family:Bebas Neue,sans-serif;font-size:.875rem;font-weight:400;color:var(--foreground-muted);margin-bottom:2rem}@media (min-width:541px) and (max-width:932px){.hero-subtitle{font-size:.9375rem;color:var(--foreground-muted)}}@media (min-width:933px){.hero-subtitle{font-size:1.5rem;color:var(--foreground-muted)}}.hero-arrow-container{all:unset;cursor:pointer;height:40px;width:60px;position:absolute;bottom:45px;left:calc(50% - 30px);display:block;outline:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.hero-arrow-container:focus{outline:none}.hero-arrow{transform:rotate(45deg) translateY(-15px) translateX(5px);border-bottom:1px solid var(--foreground);border-right:1px solid var(--foreground);bottom:5px;height:30px;position:absolute;width:30px}