::-webkit-scrollbar-track{background-color:#fff}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-thumb{border-radius:90px;background-color:#b9bdc2}::-webkit-scrollbar-thumb:hover{border-radius:90px;background-color:#acb3bb}#root{transform-origin:top;--trickyScale: 1;--trickyScaleMobile: 1;display:flex;flex-direction:column;zoom:var(--trickyScale);scroll-behavior:smooth}@media screen and (max-width: 767px){#root{zoom:var(--trickyScaleMobile)}}
