.module#hero{font-family:inherit;overflow:hidden;position:relative}.module#hero .hero-wrapper{margin:0 auto;max-width:900px;padding:60px 30px;position:relative;text-align:center;z-index:1}.module#hero .hero-wrapper h1{font-size:40px;font-weight:700;line-height:48px;margin:0 auto 20px;max-width:700px}.module#hero .hero-wrapper span{display:block;font-size:16px;margin:0 0 10px}.module#hero .hero-wrapper .hero-cta-wrapper{display:flex;flex-flow:column}.module#hero .hero-wrapper .hero-cta-wrapper .hero-cta{align-items:center;border-radius:10px;box-shadow:0 5px 10px rgba(0,0,0,.1);display:flex;justify-content:center;margin:0 5px 10px;padding:12px 20px;text-decoration:none;transition:.3s}.module#hero .hero-wrapper .hero-cta-wrapper .hero-cta span{margin:0 10px;min-width:15px}.module#hero .hero-wrapper .hero-cta-wrapper .hero-cta.primary path,.module#hero .hero-wrapper .hero-cta-wrapper .hero-cta.secondary path{fill:#fff}.module#hero .hero-wrapper .hero-cta-wrapper .hero-cta:last-child{margin-bottom:0}.module#hero .hero-wrapper .hero-cta-wrapper .hero-cta:hover{background:#aaa;box-shadow:0 7px 10px rgba(0,0,0,.1);transform:translateY(-2px)}.module#hero .hero-wrapper .hero-cta-wrapper .hero-cta.primary{background:#74b816;color:#fff}.module#hero .hero-wrapper .hero-cta-wrapper .hero-cta.secondary{background:#999;color:#fff}.module#hero .hero-wrapper .hero-cta-wrapper .hero-cta
.module#hero .hero-tint{position:relative;z-index:1}.module#hero .hero-background-image{height:102%;left:0;object-fit:cover;object-position:50% 50%;position:absolute;top:0;width:102%;z-index:0}.module#hero .hero-background-video{height:100vh;left:0;margin-top:-50vh;object-fit:cover;position:absolute;top:50%;width:102%;z-index:0}.module#hero.hero-effect-on_enter-fade .hero-wrapper>*{animation:hero_fade 2s 1;animation-timing-function:ease-in-out}.module#hero.hero-effect-on_enter-fade .hero-background-image,.module#hero.hero-effect-on_enter-fade .hero-background-video{animation:hero_fade 6s 1;animation-timing-function:ease-in-out}.module#hero.hero-effect-on_enter-scale .hero-wrapper>*{animation:hero_scale_from_center 2s 1;animation-timing-function:ease}.module#hero.hero-effect-on_enter-scale .hero-wrapper>:last-child{animation:hero_scale_from_bottom 2s 1;animation-timing-function:ease}.module#hero.hero-effect-on_enter-scale .hero-wrapper>:first-child{animation:hero_scale_from_top 2s 1;animation-timing-function:ease}.module#hero.hero-effect-on_enter-scale .hero-background-image,.module#hero.hero-effect-on_enter-scale .hero-background-video{animation:hero_scale_from_center 6s 1;animation-timing-function:ease}@media (min-width:768px){.module#hero .hero-wrapper .hero-cta-wrapper{flex-flow:row wrap;justify-content:center}.module#hero .hero-wrapper .hero-cta-wrapper .hero-cta{margin-bottom:0}.module#hero .hero-background-video{height:102%;margin-top:0;top:0}}@keyframes hero_scale_from_top{0%{opacity:.01;transform:scale(1.5) translateY(-.5em)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes hero_scale_from_center{0%{opacity:.01;transform:scale(1.5)}to{opacity:1;transform:scale(1)}}@keyframes hero_scale_from_bottom{0%{opacity:.01;transform:scale(1.5) translateY(.5em)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes hero_fade{0%{opacity:.01}to{opacity:1}}