.module#hero{font-family:inherit;position:relative;overflow:hidden}.module#hero .hero-wrapper{padding:60px 30px;max-width:900px;text-align:center;position:relative;margin:0 auto;z-index:1}.module#hero .hero-wrapper h1{font-size:40px;margin:0px auto 20px;max-width:600px;line-height:48px;font-weight:bold}.module#hero .hero-wrapper span{font-size:16px;margin:0px 0px 10px;display:block}.module#hero .hero-wrapper .hero-cta-wrapper{display:flex;flex-flow:column}.module#hero .hero-wrapper .hero-cta-wrapper .hero-cta{display:flex;align-items:center;justify-content:center;padding:12px 20px;text-decoration:none;border-radius:10px;box-shadow:0px 5px 10px rgba(0,0,0,0.1);transition:.3s;margin:0 5px 10px}.module#hero .hero-wrapper .hero-cta-wrapper .hero-cta span{min-width:15px;margin:0 10px 0}.module#hero .hero-wrapper .hero-cta-wrapper .hero-cta.primary path{fill:#fff}.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:0px}.module#hero .hero-wrapper .hero-cta-wrapper .hero-cta:hover{background:#aaa;transform:translateY(-2px);box-shadow:0px 7px 10px rgba(0,0,0,0.1)}.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{z-index:1;position:relative}.module#hero .hero-background-image{position:absolute;width:102%;height:102%;object-fit:cover;object-position:50% 50%;top:0px;left:0px;z-index:0}.module#hero .hero-background-video{position:absolute;object-fit:cover;width:102%;height:100vh;margin-top:-50vh;top:50%;left:0;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:0px}.module#hero .hero-background-video{height:102%;margin-top:0px;top:0px}}@keyframes hero_scale_from_top{0%{transform:scale(1.5) translateY(-0.5em);opacity:.01}100%{transform:scale(1) translateY(0);opacity:1}}@keyframes hero_scale_from_center{0%{transform:scale(1.5);opacity:.01}100%{transform:scale(1);opacity:1}}@keyframes hero_scale_from_bottom{0%{transform:scale(1.5) translateY(0.5em);opacity:.01}100%{transform:scale(1) translateY(0);opacity:1}}@keyframes hero_fade{0%{opacity:.01}100%{opacity:1}}