.btn-bg-white:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fff;z-index:-1;border-radius:40px}#a1{animation:upDown1 3s ease-in-out infinite alternate;animation-delay:-.3s}@keyframes upDown1{to{transform:translatey(10px)}}#a2{animation:upDown2 2s ease-in-out infinite alternate;animation-delay:-.6s}@keyframes upDown2{to{transform:translatey(-10px)}}#a3{animation:upDown3 2.5s ease-in-out infinite alternate;animation-delay:-.9s}@keyframes upDown3{to{transform:translatey(10px)}}#a4{animation:upDown4 3.5s ease-in-out infinite alternate;animation-delay:-1.1s}@keyframes upDown4{to{transform:translatey(-10px)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-in-element{animation:fadeIn .5s ease-in-out}.dots{display:flex;padding:10px 0;justify-content:center;position:absolute;left:50%;z-index:10;transform:translateX(-50%)}.dot{border:none;width:10px;height:10px;background:var(--color-primary-200);border-radius:50%;margin:0 5px;padding:5px;cursor:pointer}.dot:focus{outline:none}.dot.active{width:50px;border-radius:10px;background:var(--color-primary-500)}