.legal-content{display:flex;justify-content:center;margin-top:35px}.legal-content .box{align-items:flex-start;align-self:stretch;background:var(--Neutral-1,#fff);border:1px solid var(--Neutral-4,#f0f0f0);border-radius:8px;display:flex;flex-direction:column;gap:16px;padding:32px;width:100%}.legal-content .box .head{align-items:center;display:flex;flex-direction:column;gap:10px;justify-content:center;width:100%}.legal-content .box .content{display:flex;flex-direction:column;gap:20px;max-width:100%}.legal-content .box .content ol,.legal-content .box .content ul{margin-left:20px;word-break:break-word}@media screen and (max-width:600px){.legal-content .box .content ol,.legal-content .box .content ul{margin-left:10px}}.legal-content .box .content ol{counter-reset:item;list-style:none;padding-left:0}.legal-content .box .content ol li{counter-increment:item;margin-bottom:10px;padding-left:20px;position:relative}@media screen and (max-width:600px){.legal-content .box .content ol li{padding-left:15px}}.legal-content .box .content ol li:before{color:rgb(var(--v-theme-primary));content:counter(item) "";font-size:14px;font-weight:700;left:0;position:absolute}.legal-content .box .content ul li{list-style:none;margin:5px 0;padding-left:30px;position:relative}.legal-content .box .content ul li:before{color:rgb(var(--v-theme-primary));content:"󰗠";font-family:Material Design Icons;font-size:20px;left:0;position:absolute}@media screen and (max-width:600px){.legal-content .box{max-width:100%;padding:20px}}
