.preloader-container{display:flex;align-items:flex-end;justify-content:center;height:10vh;gap:20px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ball,.ball-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}.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}.mtisnew{display:none}@keyframes fillAnimation{0%{height:0}to{height:100%}}@media (max-width:639px){.divider,.mtis{display:none}.ball-container{margin-left:35px;gap:-10px}}