.hero h1,.hero p{margin:0;color:#fff;font-weight:400;text-align:center}.hero{width:100vw;height:calc(100vh - 80px);background-position:center;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;justify-content:center;align-items:center}@media (min-width:768px){.hero{background-image:url("/__static/hero-index.webp")}}@media (max-width:767px){.hero{background-image:url("/__static/hero-index-mobile.webp")}}.hero .bg{background-color:#0008;border-radius:20px;padding:2vw}.hero h1{font-family:Raleway,sans-serif;font-size:45px}.hero p{font-family:Noto Sans,sans-serif;font-size:16px}