.container-loading{z-index:20000;background-color:#131112;flex-direction:column;justify-content:center;align-items:center;row-gap:30px;width:100%;height:100svh;animation:.2s cubic-bezier(.785,.135,.15,.86) fadeIn;display:flex;position:relative}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes leap{0%{transform:translateY(0)}7%{transform:scale(1)}25%{transform:scale(1.3)}50%{opacity:.5;transform:scale(1)}75%{transform:translateY(10px)}to{transform:translateY(0)}}@keyframes slideIn{0%{transform:translate(-100vw)}to{transform:translate(0%)}}.loader-wrapper{pointer-events:none;justify-content:space-around;align-items:center;width:100px;height:50px;margin:0 auto;animation:2s slideIn;display:flex}.dot{pointer-events:none;border-radius:100%;width:25px;height:25px}.dot:first-child{background-color:#a1032e;animation:1s ease-in-out .4s infinite alternate leap}.dot:nth-child(2){background-color:#330209;animation:1s ease-in-out .6s infinite alternate leap}.dot:nth-child(3){background-color:#c71c3b80;animation:1s ease-in-out .8s infinite alternate leap}
