:root{--css-ready:true;--background:#ffffff;--foreground:#171717;--color-white:#fff;--color-text:#5d5d5d;--color-text-bold:#5d5d5d;--color-primary:#0866ff;--color-text-danger:#eb5757;--color-input-border:#cccccc;--input-height:5.6rem;--color-grey-100:#f3f4f6;--color-grey-200:#e5e7eb;--color-grey-300:#d1d5db;--color-grey-400:#9ca3af;--color-grey-500:#6b7280;--color-grey-600:#4b5563;--color-grey-700:#374151;--color-grey-800:#1f2937;--color-grey-900:#111827;--color-red-400:#ff6868;--color-red-500:#ff2f2f;--color-red-600:#dc2626;--color-red-700:#b91c1c;--color-red-800:#991b1b;--color-red-900:#7f1d1d;--color-blue-400:#38bdf8;--color-blue-500:#0ea5e9;--color-blue-600:#2563eb;--color-blue-700:#1d4ed8;--color-blue-800:#1e40af;--color-blue-900:#1e3a8a;--color-yellow-400:#ffd764;--color-yellow-500:#fbbc05;--color-yellow-600:#ffa412;--color-yellow-700:#a16207;--color-yellow-800:#854d0e;--color-yellow-900:#713f12;--color-green-400:#4ade80;--color-green-500:#4fc345;--color-green-600:#16a34a;--color-green-700:#15803d;--color-green-800:#166534;--color-green-900:#14532d;--color-violet-400:#a78bfa;--color-violet-500:#8b5cf6;--color-violet-600:#7c3aed;--color-violet-700:#6d28d9;--color-violet-800:#4a3de5;--color-violet-900:#4c1d95;--color-orange-400:#fb923c;--color-orange-500:#f97316;--color-orange-600:#ea580c;--color-orange-700:#c2410c;--color-orange-800:#9a3412;--color-orange-900:#7c2d12}html{scroll-behavior:smooth}@media screen and (min-width:1024px){html{font-size:62.5%}}@media screen and (max-width:1024px){html{font-size:59.5%}}@media screen and (max-width:768px){html{font-size:56.5%}}html ::-webkit-scrollbar{width:8px;height:5px;background-color:var(--color-grey-100)}html ::-webkit-scrollbar-track{box-shadow:inset 0 0 5px var(--color-grey-400);border-radius:10px}html ::-webkit-scrollbar-thumb{background:var(--color-grey-400);border-radius:1rem}html ::-webkit-scrollbar-thumb:hover{background:var(--color-grey-800)}html .line-clamp-1{-webkit-line-clamp:1;line-clamp:1}html .line-clamp-1,html .line-clamp-3{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}html .line-clamp-3{-webkit-line-clamp:3;line-clamp:3}html .no-scrollBar{scrollbar-width:none;-ms-overflow-style:none}html .no-scrollBar ::-webkit-scrollbar{display:none}body{font-family:var(--primary-font),"Roboto",sans-serif;color:#5f5f5f;min-height:100vh;line-height:1.6;font-size:1.6rem}[data-next-badge]{display:none!important}*,:after,:before{box-sizing:border-box;padding:0;margin:0}button,input,select,textarea{font:inherit;color:inherit}button{border:none;cursor:pointer}:disabled{cursor:not-allowed}input:disabled,select:disabled{background-color:var(--color-grey-200);color:var(--color-grey-500)}button:focus,input:focus,select:focus,textarea:focus{outline:2px solid var(--color-blue-600);outline-offset:-1px}button:has(svg){line-height:1}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6,p{overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}h1{font-size:3.2rem}h2{font-size:2.8rem;color:var(--color-primary);font-weight:700}h3{font-size:2.4rem}h4{font-size:2rem}h5{font-size:1.8rem}h6{font-size:1.6rem}ol{list-style:auto}span{display:inline-block}@media screen and (min-width:1400px){.container-pub{width:1400px!important}}@media screen and (max-width:1400px){.container-pub{width:1200px!important}}@media screen and (max-width:1200px){.container-pub{width:95vw!important}}.widest{width:100vw;max-width:100%}p{color:var(--color-text)}.clamp-1{-webkit-line-clamp:1}.clamp-1,.clamp-2{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.clamp-2{-webkit-line-clamp:2}.clamp-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.soft-tag{font-size:1.4rem;font-weight:400;border-radius:1rem;display:flex;justify-content:center;align-items:center;padding:0 1rem;height:2.8rem;width:-moz-fit-content;width:fit-content}