.hero__container{position:relative;width:100vw;height:500px;overflow:hidden;display:flex;justify-content:center}@media(min-width:1024px){.hero__container{height:66vh}}.hero__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.66);z-index:1}.hero__content{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-wrap:wrap;position:relative;z-index:2}@media screen and (min-width:1024px){.hero__content{font-size:72px}.hero__content span:first-child{margin-right:.2em}}.hero__title{font-size:60px}.hero__description,.hero__title{position:relative;top:-10%;z-index:2;text-align:center;color:#fff}.hero__description{font-size:24px}@import"https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap";@font-face{font-family:Veneer;src:url(/fonts/veneer.woff2) format("woff2"),url(/fonts/veneer.woff) format("woff");font-weight:400;font-style:normal}.announcement{display:flex;align-items:center;justify-content:center;padding:1rem 0;position:relative;overflow:hidden;background-color:#9ad5c3;color:#000;transition:max-height .5s ease-in-out,opacity .5s ease-in-out,padding .5s ease-in-out;opacity:1}.announcement--hide{max-height:0;opacity:0;padding:0}.announcement__icon{padding:0 10px;font-size:24px}.announcement__message{padding:0 10px;font-size:.9rem;font-weight:700;text-align:left;line-height:1.5em}.announcement .btn__close-button{font-family:Rubik,sans-serif;color:#000;font-weight:500;font-size:1rem;border:0;background-color:rgba(0,0,0,0);padding:.5rem;margin:0 .5rem;position:relative;top:-1rem}