.hero-module{align-items:center;display:flex;height:100vh}.hero-module h1>span{color:var(--color-green);display:block}.hero-module .content{max-width:65rem;width:100%}.hero-module .ctas a{align-items:center;display:flex;justify-content:center;margin-top:2rem}.hero-module .ctas{align-items:center;display:flex;flex-wrap:wrap;margin-top:4rem}.hero-module .ctas .btn-green svg{fill:var(--color-lightDark2)}.hero-module .ctas .btn-green span{margin-left:1rem}.hero-module .ctas .btn-green:hover svg{fill:var(--color-white)}.hero-module .ctas .btn-video span{display:flex;margin-right:2rem}.hero-module .ctas .btn-video svg{fill:var(--color-green);font-size:4rem}@media only screen and (max-width:768px){.hero-module .ctas{flex-direction:column;justify-content:center}.hero-module h1,.hero-module p{text-align:center}}