@keyframes bounce-arrow{0%{opacity:0;transform:translateY(24px)}50%{opacity:1;transform:translateY(32px)}to{opacity:0;transform:translateY(24px)}}.hero-header{background-image:var(--imageUrl)}.hero-header.colored{background-image:linear-gradient(to bottom,rgba(26,104,103,.89),rgba(73,218,193,.73)),var(--imageUrl)}.hero-header{background-size:cover;background-position:50%;min-height:41.6666666667vw}.hero-header,.hero-header .hero-texts{display:flex;align-items:center;justify-content:center;flex-direction:column}.hero-header .hero-texts{text-align:center;max-width:700px;margin-top:88px;height:100%;max-height:70%;padding:32px}.hero-header .hero-texts .hero-title{line-height:.93;letter-spacing:3.5px;font-size:52px;font-family:phosphate_solid;color:#fff}.hero-header .hero-texts .hero-subtitle{font-family:avenir;padding:16px;color:#fff;font-size:1.3rem;max-width:400px;text-transform:unset;letter-spacing:unset;font-weight:unset}.hero-header .disclosure{display:none;color:#fff;animation:bounce-arrow 2s ease-in-out infinite;transition:transform .3s ease-in}@media screen and (max-width:768px){.hero-header{height:calc(100vh - 75px)}.hero-header .hero-title{font-size:44px!important}.hero-header .hero-subtitle{font-size:17px!important}.hero-header.with-disclosure .disclosure{display:block}}