@keyframes heroFromTop{0%{opacity:0;transform:translateY(-22px)}to{opacity:1;transform:translateY(0)}}@keyframes heroFromLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes heroFromBottom{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes heroImageUp{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}@keyframes heroExit{0%{opacity:1}to{opacity:0}}.hero-from-top{animation:heroFromTop .9s cubic-bezier(.22,1,.36,1) both}.hero-from-left{animation:heroFromLeft .9s cubic-bezier(.22,1,.36,1) both}.hero-from-bottom{animation:heroFromBottom .9s cubic-bezier(.22,1,.36,1) both}.hero-image-up{animation:heroImageUp 1.1s cubic-bezier(.22,1,.36,1) both}.hero-exit{animation:heroExit .5s ease-in-out forwards}.about-image-col{opacity:0;transform:translateX(-30px);transition:opacity .9s cubic-bezier(.22,1,.36,1),transform .9s cubic-bezier(.22,1,.36,1)}.about-text-col{opacity:0;transform:translateX(30px);transition:opacity .9s cubic-bezier(.22,1,.36,1) .15s,transform .9s cubic-bezier(.22,1,.36,1) .15s}.about-stat{opacity:0;transform:translateY(20px);transition:opacity .6s cubic-bezier(.22,1,.36,1),transform .6s cubic-bezier(.22,1,.36,1)}.about-stat:nth-child(2){transition-delay:.1s}.about-stat:nth-child(3){transition-delay:.2s}.about-stat:nth-child(4){transition-delay:.3s}.about-visible{opacity:1!important;transform:none!important}