@-webkit-keyframes transitionIn{0%{-webkit-transform:scale(.8);transform:scale(.8);opacity:0}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes transitionIn{0%{-webkit-transform:scale(.8);transform:scale(.8);opacity:0}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.hero-top{min-height:500px;display:-webkit-flex;display:flex;width:100%;background-color:#222f3e}.hero-top .content-wrapper{display:-webkit-flex;display:flex;margin:auto}.hero-content{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.hero-content .content-wrap{max-width:920px;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;margin:auto;padding:50px 20px}.hero-content .content-wrap h1{color:#000;font-size:3em;text-align:center}.hero-content .content-wrap h2,.hero-content .content-wrap p{color:#222f3e!important;opacity:1!important}.brand-logo,.hero-content .content-wrap h1{-webkit-animation:transitionIn .5s forwards;animation:transitionIn .5s forwards}@media (max-width:667px){.hero-top{min-height:350px}.logo-wrapper{padding:0}}
/*# sourceMappingURL=hero-content.css.map */