.hero-animation{height:auto}.hero-animation .step{align-items:center;display:flex;inset:0;justify-content:center;opacity:0;position:absolute;transition:opacity 1s ease-in-out}.hero-animation .step.active{opacity:1}.hero-img{animation:fadeIn 1.2s ease forwards;height:auto;transform-origin:center;width:100%}.circle-expand{animation:none;background:rgba(160,230,220,.5);border-radius:50%;height:0;width:0}.final-logo,.small-circle{opacity:0;transform:scale(.5);transition:opacity 1s ease,transform 1.5s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes circleZoom{0%{height:0;opacity:.3;width:0}to{height:700px;opacity:.8;width:700px}}.hero-animation{align-items:center;background:transparent;display:flex;justify-content:center;max-width:600px;min-height:400px;overflow:hidden;position:relative;width:100%}.hero-animation .hero-img{height:auto;max-height:100%;object-fit:contain;width:100%}