.lp-hero{align-items:center;background-color:#073d3b;display:flex;min-height:600px;overflow:hidden;padding:34px 0;position:relative;width:100%}.lp-hero__bg-animation{animation:subtleZoom 20s ease-in-out infinite alternate;background-position:top;background-repeat:no-repeat;background-size:auto;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.lp-hero .lp-container{position:relative;text-align:center;z-index:2}@keyframes heroRevealColor{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.lp-hero__footer-assets{align-items:center;display:flex;gap:20px;justify-content:center;margin-top:40px}.lp-hero__footer-assets img{animation:heroRevealColor .8s cubic-bezier(.16,1,.3,1) forwards;animation-delay:.1s;height:auto;max-width:170px!important;opacity:0;transition:all .3s ease}.lp-hero__footer-assets img:hover{opacity:1;transform:scale(1.05);transition:all .3s ease}@keyframes subtleZoom{0%{transform:scale(1)}to{transform:scale(1.1)}}.lp-hero__content{align-items:center;display:flex;flex-direction:column}.lp-hero__logo{margin-bottom:40px}.lp-hero__logo-img{height:auto;max-width:180px}.lp-hero .lp-button{font-size:18px;padding:18px 100px}.lp-hero__text h1{color:#fff;margin-bottom:24px}.lp-hero__text p{color:#fff;margin:0 auto 48px;max-width:650px;opacity:.9}