:root{font-family:Inter}*{margin:0;padding:0;box-sizing:border-box;list-style:none;text-decoration:none;-webkit-tap-highlight-color:transparent}*::-webkit-scrollbar{width:6px}*::-webkit-scrollbar-thumb{background-color:#d9dbde;border-radius:10px}html{width:100%;height:100%}body{width:100%;height:100%;overflow-x:hidden;overflow-y:scroll}#root{width:100%;height:100%;display:flex;flex-direction:column}h1,h2,h3,h4,h5,h6{font-weight:400;margin:0}p{font-weight:400}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.loader-container{background-image:linear-gradient(#f9f9f9,#f9f9f9);font-family:Inter,sans-serif;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;margin:0;position:relative}.loader{display:flex;align-items:center;justify-content:center;gap:.4rem;white-space:nowrap}.fixed-part{font-size:16px;font-weight:700;line-height:120%;color:#020202}.to-part{font-size:18px;font-weight:700;line-height:120%;color:#70c093}.changing-word-container{display:inline-flex;align-items:center;overflow:hidden;width:135px}.changing-word{font-size:28px;color:#70c093;font-weight:700;line-height:120%;opacity:0;transform:translateY(10px);animation:fadeInOut 1.5s ease-in-out infinite}.dot{font-size:28px;color:#70c093;font-weight:700;line-height:120%;opacity:0;animation:dot-fade-in 1.5s infinite}.dot:nth-of-type(1){animation-delay:.25s}.dot:nth-of-type(2){animation-delay:.5s}.dot:nth-of-type(3){animation-delay:.75s}.loader-footer-logo{position:absolute;bottom:20px;width:127px;height:auto;padding-bottom:40px}@keyframes fadeInOut{0%{opacity:0;transform:translateY(10px)}40%{opacity:1;transform:translateY(0)}60%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}@keyframes dot-fade-in{0%{opacity:0}50%{opacity:1}}
