.preloader-container{flex-direction:column;height:10vh;gap:20px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ball,.ball-container,.preloader-container{display:flex;align-items:center;justify-content:center}.ball{position:relative;width:50px;height:50px;background-color:transparent;border:2px solid #0074a2;border-radius:50%;overflow:hidden;margin:0 6px}.inner-fill{position:absolute;bottom:0;width:100%;height:0;background-color:#0284c7;transition:height 2s ease-in-out}.ball:hover .inner-fill{height:100%}.letter{position:relative;z-index:1;color:#fff;font-size:1.5rem;font-weight:700}.ball-0 .inner-fill{animation:fillAnimation 2s ease-in-out forwards;animation-delay:0s}.ball-1 .inner-fill{animation:fillAnimation 2s ease-in-out forwards;animation-delay:.2s}.ball-2 .inner-fill{animation:fillAnimation 2s ease-in-out forwards;animation-delay:.4s}.ball-3 .inner-fill{animation:fillAnimation 2s ease-in-out forwards;animation-delay:.6s}@keyframes fillAnimation{0%{height:0}to{height:100%}}.mtisnew{display:none}@media (max-width:639px){.divider,.mtis{display:none}.mtisnew{display:block;text-align:center;margin-top:20px;font-size:.8rem;color:#0369a1}.ball-container{margin-left:0}.ball{width:40px;height:40px}}@media (min-width:640px) and (max-width:1024px){.divider,.mtis{display:none}.mtisnew{display:block;text-align:center;margin-top:20px;font-size:1.5rem;color:#0369a1}.ball-container{margin-left:0}.ball{width:45px;height:45px}}