.tos{min-height:100vh;padding:1rem 1rem 5rem;overflow:hidden}.tos-top{color:#fff;flex-direction:column;justify-content:end;align-items:center;gap:3rem;width:100%;max-width:1200px;min-height:7rem;display:flex}@media (max-width:1000px){.tos-top{gap:2rem;min-height:20rem}}.tos-container{flex-direction:column;justify-content:center;align-items:center;display:flex;overflow:hidden}.tos-top h2{text-align:center;font-family:Inter,sans-serif;font-size:5rem;font-weight:400}@media (max-width:650px){.tos-top h2{font-size:3.5rem}}@media (max-width:450px){.tos-top h2{font-size:3rem}}@media (max-width:400px){.tos-top h2{font-size:2.5rem}}.tos-top-flex{justify-content:space-between;align-items:center;width:100%;max-width:1200px;display:flex}@media (max-width:450px){.tos-top-flex{flex-direction:column}}.tos-last{text-align:center;color:#a5a5a5}.tos-top-flex-redirect{align-items:center;gap:.3rem;display:flex}.tos-priv{color:#fff;cursor:pointer;align-items:center;gap:.4rem;transition:transform .2s ease-in-out;display:flex}.tos-priv span{margin-top:.5rem;transition:transform .2s ease-in-out;position:relative}.tos-priv:hover{color:#e0e0e0}.tos-priv:hover span{transform:translate(4px)}.tos-content{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;max-width:1200px;margin-top:4rem;display:flex}.tos-terms{flex-direction:column;align-self:start;gap:.5rem;width:100%;max-width:1200px;display:flex}.tos-title-des{color:#fff;font-family:Inter,sans-serif;font-size:1.5rem;font-weight:300}.tos-des{color:#969696;font-family:Inter,sans-serif;font-weight:400}.stars{pointer-events:none;position:absolute;inset:0;overflow:hidden}.star{background:#fff;border-radius:50%;animation:ease-in-out infinite alternate twinkle,linear infinite float;position:absolute;overflow:hidden;box-shadow:0 0 2px #fff3}@keyframes twinkle{0%{opacity:.15}to{opacity:.6}}@keyframes float{0%{transform:translateY(0)}to{transform:translateY(-80px)}}@keyframes floatDown{0%{transform:translateY(0)}to{transform:translateY(80px)}}.star:nth-child(2n){animation-duration:3s,6s}.star:nth-child(3n){animation-duration:5s,10s}