stargazer-ui 1.0.25 → 1.0.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"stargazer-ui","version":"1.0.25","description":"React component library made by Stargazer Works","module":"./index.js","types":"./index.d.ts","scripts":{"test":"\"echo \\\"Error: no test specified\\\" && exit 1\"","dev":"vite --config vite.config.js --port 5000","build":"tsc --p ./tsconfig-build.json && vite build --config vite.config.js","rollup":"rimraf dist && rollup -c && node scripts/writePackageJsons.js","packageJsons":"node scripts/writePackageJsons.js"},"type":"module","engines":{"node":">=18.0.0"},"repository":{"type":"git","url":"git+https://github.com/Xoror/stargazer-ui.git"},"keywords":["ui","library","stargazer-works"],"author":"Stargazer Works","license":"MIT","bugs":{"url":"https://github.com/Xoror/stargazer-ui/issues"},"homepage":"https://github.com/Xoror/stargazer-ui#readme","peerDependencies":{"react":">=17.0.0","react-dom":">=17.0.0"},"publishConfig":{"access":"public"},"devDependencies":{"@babel/core":"^7.16.5","@govtechsg/sgds-react":"^2.3.0","@reduxjs/toolkit":"^2.2.1","@rollup/plugin-commonjs":"^25.0.7","@rollup/plugin-node-resolve":"^15.2.3","@rollup/plugin-terser":"^0.4.4","@rollup/plugin-typescript":"^11.1.6","@types/node":"^20.8.10","@types/react":"^18.2.35","@types/react-dom":"^18.2.14","@typescript-eslint/eslint-plugin":"^6.9.1","@typescript-eslint/parser":"^6.9.1","@vitejs/plugin-react":"^4.2.1","ally.js":"^1.4.1","eslint":"^8.53.0","eslint-plugin-react-hooks":"^4.6.0","eslint-plugin-react-refresh":"^0.4.4","glob":"^10.3.10","react":">=17.0.0","react-bootstrap":"^2.10.1","react-dom":">=17.0.0","rollup":"^4.12.0","rollup-plugin-dts":"^6.1.0","rollup-plugin-generate-package-json":"^3.2.0","rollup-plugin-peer-deps-external":"^2.2.4","rollup-plugin-typescript2":"^0.36.0","sass":"^1.71.1","tslib":"^2.6.2","typescript":"^5.2.2","vite":"^5.1.4","vite-plugin-dts":"^3.7.3"}}
1
+ {"name":"stargazer-ui","version":"1.0.26","description":"React component library made by Stargazer Works","module":"./index.js","types":"./index.d.ts","scripts":{"test":"\"echo \\\"Error: no test specified\\\" && exit 1\"","dev":"vite --config vite.config.js --port 5000","build":"tsc --p ./tsconfig-build.json && vite build --config vite.config.js","rollup":"rimraf dist && rollup -c","postrollup":"node scripts/writePackageJsons.js && sass src/styles/_components.scss dist/styles/stargazerui.css --style compressed","packageJsons":"node scripts/writePackageJsons.js"},"type":"module","engines":{"node":">=18.0.0"},"repository":{"type":"git","url":"git+https://github.com/Xoror/stargazer-ui.git"},"keywords":["ui","library","stargazer-works"],"author":"Stargazer Works","license":"MIT","bugs":{"url":"https://github.com/Xoror/stargazer-ui/issues"},"homepage":"https://github.com/Xoror/stargazer-ui#readme","peerDependencies":{"react":">=17.0.0","react-dom":">=17.0.0"},"publishConfig":{"access":"public"},"devDependencies":{"@babel/core":"^7.16.5","@govtechsg/sgds-react":"^2.3.0","@reduxjs/toolkit":"^2.2.1","@rollup/plugin-commonjs":"^25.0.7","@rollup/plugin-node-resolve":"^15.2.3","@rollup/plugin-terser":"^0.4.4","@rollup/plugin-typescript":"^11.1.6","@types/node":"^20.8.10","@types/react":"^18.2.35","@types/react-dom":"^18.2.14","@typescript-eslint/eslint-plugin":"^6.9.1","@typescript-eslint/parser":"^6.9.1","@vitejs/plugin-react":"^4.2.1","ally.js":"^1.4.1","eslint":"^8.53.0","eslint-plugin-react-hooks":"^4.6.0","eslint-plugin-react-refresh":"^0.4.4","glob":"^10.3.10","react":">=17.0.0","react-bootstrap":"^2.10.1","react-dom":">=17.0.0","rollup":"^4.12.0","rollup-plugin-dts":"^6.1.0","rollup-plugin-generate-package-json":"^3.2.0","rollup-plugin-peer-deps-external":"^2.2.4","rollup-plugin-typescript2":"^0.36.0","sass":"^1.71.1","tslib":"^2.6.2","typescript":"^5.2.2","vite":"^5.1.4","vite-plugin-dts":"^3.7.3"}}
@@ -0,0 +1 @@
1
+ @media(min-width: 576px){.float-sm-start{float:left !important}.float-sm-end{float:right !important}.float-sm-none{float:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-grid{display:grid !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:flex !important}.d-sm-inline-flex{display:inline-flex !important}.d-sm-none{display:none !important}.flex-sm-fill{flex:1 1 auto !important}.flex-sm-row{flex-direction:row !important}.flex-sm-column{flex-direction:column !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-grow-0{flex-grow:0 !important}.flex-sm-grow-1{flex-grow:1 !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-shrink-1{flex-shrink:1 !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-sm-start{justify-content:flex-start !important}.justify-content-sm-end{justify-content:flex-end !important}.justify-content-sm-center{justify-content:center !important}.justify-content-sm-between{justify-content:space-between !important}.justify-content-sm-around{justify-content:space-around !important}.justify-content-sm-evenly{justify-content:space-evenly !important}.align-items-sm-start{align-items:flex-start !important}.align-items-sm-end{align-items:flex-end !important}.align-items-sm-center{align-items:center !important}.align-items-sm-baseline{align-items:baseline !important}.align-items-sm-stretch{align-items:stretch !important}.align-content-sm-start{align-content:flex-start !important}.align-content-sm-end{align-content:flex-end !important}.align-content-sm-center{align-content:center !important}.align-content-sm-between{align-content:space-between !important}.align-content-sm-around{align-content:space-around !important}.align-content-sm-stretch{align-content:stretch !important}.align-self-sm-auto{align-self:auto !important}.align-self-sm-start{align-self:flex-start !important}.align-self-sm-end{align-self:flex-end !important}.align-self-sm-center{align-self:center !important}.align-self-sm-baseline{align-self:baseline !important}.align-self-sm-stretch{align-self:stretch !important}.order-sm-first{order:-1 !important}.order-sm-0{order:0 !important}.order-sm-1{order:1 !important}.order-sm-2{order:2 !important}.order-sm-3{order:3 !important}.order-sm-4{order:4 !important}.order-sm-5{order:5 !important}.order-sm-last{order:6 !important}.m-sm-0{margin:0 !important}.m-sm-1{margin:.25rem !important}.m-sm-2{margin:.5rem !important}.m-sm-3{margin:1rem !important}.m-sm-4{margin:1.5rem !important}.m-sm-5{margin:3rem !important}.m-sm-auto{margin:auto !important}.mx-sm-0{margin-right:0 !important;margin-left:0 !important}.mx-sm-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-sm-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-sm-3{margin-right:1rem !important;margin-left:1rem !important}.mx-sm-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-sm-5{margin-right:3rem !important;margin-left:3rem !important}.mx-sm-auto{margin-right:auto !important;margin-left:auto !important}.my-sm-0{margin-top:0 !important;margin-bottom:0 !important}.my-sm-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-sm-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-sm-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-sm-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-sm-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-sm-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-sm-0{margin-top:0 !important}.mt-sm-1{margin-top:.25rem !important}.mt-sm-2{margin-top:.5rem !important}.mt-sm-3{margin-top:1rem !important}.mt-sm-4{margin-top:1.5rem !important}.mt-sm-5{margin-top:3rem !important}.mt-sm-auto{margin-top:auto !important}.me-sm-0{margin-right:0 !important}.me-sm-1{margin-right:.25rem !important}.me-sm-2{margin-right:.5rem !important}.me-sm-3{margin-right:1rem !important}.me-sm-4{margin-right:1.5rem !important}.me-sm-5{margin-right:3rem !important}.me-sm-auto{margin-right:auto !important}.mb-sm-0{margin-bottom:0 !important}.mb-sm-1{margin-bottom:.25rem !important}.mb-sm-2{margin-bottom:.5rem !important}.mb-sm-3{margin-bottom:1rem !important}.mb-sm-4{margin-bottom:1.5rem !important}.mb-sm-5{margin-bottom:3rem !important}.mb-sm-auto{margin-bottom:auto !important}.ms-sm-0{margin-left:0 !important}.ms-sm-1{margin-left:.25rem !important}.ms-sm-2{margin-left:.5rem !important}.ms-sm-3{margin-left:1rem !important}.ms-sm-4{margin-left:1.5rem !important}.ms-sm-5{margin-left:3rem !important}.ms-sm-auto{margin-left:auto !important}.p-sm-0{padding:0 !important}.p-sm-1{padding:.25rem !important}.p-sm-2{padding:.5rem !important}.p-sm-3{padding:1rem !important}.p-sm-4{padding:1.5rem !important}.p-sm-5{padding:3rem !important}.px-sm-0{padding-right:0 !important;padding-left:0 !important}.px-sm-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-sm-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-sm-3{padding-right:1rem !important;padding-left:1rem !important}.px-sm-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-sm-5{padding-right:3rem !important;padding-left:3rem !important}.py-sm-0{padding-top:0 !important;padding-bottom:0 !important}.py-sm-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-sm-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-sm-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-sm-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-sm-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-sm-0{padding-top:0 !important}.pt-sm-1{padding-top:.25rem !important}.pt-sm-2{padding-top:.5rem !important}.pt-sm-3{padding-top:1rem !important}.pt-sm-4{padding-top:1.5rem !important}.pt-sm-5{padding-top:3rem !important}.pe-sm-0{padding-right:0 !important}.pe-sm-1{padding-right:.25rem !important}.pe-sm-2{padding-right:.5rem !important}.pe-sm-3{padding-right:1rem !important}.pe-sm-4{padding-right:1.5rem !important}.pe-sm-5{padding-right:3rem !important}.pb-sm-0{padding-bottom:0 !important}.pb-sm-1{padding-bottom:.25rem !important}.pb-sm-2{padding-bottom:.5rem !important}.pb-sm-3{padding-bottom:1rem !important}.pb-sm-4{padding-bottom:1.5rem !important}.pb-sm-5{padding-bottom:3rem !important}.ps-sm-0{padding-left:0 !important}.ps-sm-1{padding-left:.25rem !important}.ps-sm-2{padding-left:.5rem !important}.ps-sm-3{padding-left:1rem !important}.ps-sm-4{padding-left:1.5rem !important}.ps-sm-5{padding-left:3rem !important}.gap-sm-0{gap:0 !important}.gap-sm-1{gap:.25rem !important}.gap-sm-2{gap:.5rem !important}.gap-sm-3{gap:1rem !important}.gap-sm-4{gap:1.5rem !important}.gap-sm-5{gap:3rem !important}.text-sm-start{text-align:left !important}.text-sm-end{text-align:right !important}.text-sm-center{text-align:center !important}}@media(min-width: 768px){.float-md-start{float:left !important}.float-md-end{float:right !important}.float-md-none{float:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-grid{display:grid !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:flex !important}.d-md-inline-flex{display:inline-flex !important}.d-md-none{display:none !important}.flex-md-fill{flex:1 1 auto !important}.flex-md-row{flex-direction:row !important}.flex-md-column{flex-direction:column !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-grow-0{flex-grow:0 !important}.flex-md-grow-1{flex-grow:1 !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-shrink-1{flex-shrink:1 !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-md-start{justify-content:flex-start !important}.justify-content-md-end{justify-content:flex-end !important}.justify-content-md-center{justify-content:center !important}.justify-content-md-between{justify-content:space-between !important}.justify-content-md-around{justify-content:space-around !important}.justify-content-md-evenly{justify-content:space-evenly !important}.align-items-md-start{align-items:flex-start !important}.align-items-md-end{align-items:flex-end !important}.align-items-md-center{align-items:center !important}.align-items-md-baseline{align-items:baseline !important}.align-items-md-stretch{align-items:stretch !important}.align-content-md-start{align-content:flex-start !important}.align-content-md-end{align-content:flex-end !important}.align-content-md-center{align-content:center !important}.align-content-md-between{align-content:space-between !important}.align-content-md-around{align-content:space-around !important}.align-content-md-stretch{align-content:stretch !important}.align-self-md-auto{align-self:auto !important}.align-self-md-start{align-self:flex-start !important}.align-self-md-end{align-self:flex-end !important}.align-self-md-center{align-self:center !important}.align-self-md-baseline{align-self:baseline !important}.align-self-md-stretch{align-self:stretch !important}.order-md-first{order:-1 !important}.order-md-0{order:0 !important}.order-md-1{order:1 !important}.order-md-2{order:2 !important}.order-md-3{order:3 !important}.order-md-4{order:4 !important}.order-md-5{order:5 !important}.order-md-last{order:6 !important}.m-md-0{margin:0 !important}.m-md-1{margin:.25rem !important}.m-md-2{margin:.5rem !important}.m-md-3{margin:1rem !important}.m-md-4{margin:1.5rem !important}.m-md-5{margin:3rem !important}.m-md-auto{margin:auto !important}.mx-md-0{margin-right:0 !important;margin-left:0 !important}.mx-md-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-md-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-md-3{margin-right:1rem !important;margin-left:1rem !important}.mx-md-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-md-5{margin-right:3rem !important;margin-left:3rem !important}.mx-md-auto{margin-right:auto !important;margin-left:auto !important}.my-md-0{margin-top:0 !important;margin-bottom:0 !important}.my-md-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-md-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-md-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-md-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-md-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-md-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-md-0{margin-top:0 !important}.mt-md-1{margin-top:.25rem !important}.mt-md-2{margin-top:.5rem !important}.mt-md-3{margin-top:1rem !important}.mt-md-4{margin-top:1.5rem !important}.mt-md-5{margin-top:3rem !important}.mt-md-auto{margin-top:auto !important}.me-md-0{margin-right:0 !important}.me-md-1{margin-right:.25rem !important}.me-md-2{margin-right:.5rem !important}.me-md-3{margin-right:1rem !important}.me-md-4{margin-right:1.5rem !important}.me-md-5{margin-right:3rem !important}.me-md-auto{margin-right:auto !important}.mb-md-0{margin-bottom:0 !important}.mb-md-1{margin-bottom:.25rem !important}.mb-md-2{margin-bottom:.5rem !important}.mb-md-3{margin-bottom:1rem !important}.mb-md-4{margin-bottom:1.5rem !important}.mb-md-5{margin-bottom:3rem !important}.mb-md-auto{margin-bottom:auto !important}.ms-md-0{margin-left:0 !important}.ms-md-1{margin-left:.25rem !important}.ms-md-2{margin-left:.5rem !important}.ms-md-3{margin-left:1rem !important}.ms-md-4{margin-left:1.5rem !important}.ms-md-5{margin-left:3rem !important}.ms-md-auto{margin-left:auto !important}.p-md-0{padding:0 !important}.p-md-1{padding:.25rem !important}.p-md-2{padding:.5rem !important}.p-md-3{padding:1rem !important}.p-md-4{padding:1.5rem !important}.p-md-5{padding:3rem !important}.px-md-0{padding-right:0 !important;padding-left:0 !important}.px-md-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-md-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-md-3{padding-right:1rem !important;padding-left:1rem !important}.px-md-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-md-5{padding-right:3rem !important;padding-left:3rem !important}.py-md-0{padding-top:0 !important;padding-bottom:0 !important}.py-md-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-md-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-md-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-md-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-md-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-md-0{padding-top:0 !important}.pt-md-1{padding-top:.25rem !important}.pt-md-2{padding-top:.5rem !important}.pt-md-3{padding-top:1rem !important}.pt-md-4{padding-top:1.5rem !important}.pt-md-5{padding-top:3rem !important}.pe-md-0{padding-right:0 !important}.pe-md-1{padding-right:.25rem !important}.pe-md-2{padding-right:.5rem !important}.pe-md-3{padding-right:1rem !important}.pe-md-4{padding-right:1.5rem !important}.pe-md-5{padding-right:3rem !important}.pb-md-0{padding-bottom:0 !important}.pb-md-1{padding-bottom:.25rem !important}.pb-md-2{padding-bottom:.5rem !important}.pb-md-3{padding-bottom:1rem !important}.pb-md-4{padding-bottom:1.5rem !important}.pb-md-5{padding-bottom:3rem !important}.ps-md-0{padding-left:0 !important}.ps-md-1{padding-left:.25rem !important}.ps-md-2{padding-left:.5rem !important}.ps-md-3{padding-left:1rem !important}.ps-md-4{padding-left:1.5rem !important}.ps-md-5{padding-left:3rem !important}.gap-md-0{gap:0 !important}.gap-md-1{gap:.25rem !important}.gap-md-2{gap:.5rem !important}.gap-md-3{gap:1rem !important}.gap-md-4{gap:1.5rem !important}.gap-md-5{gap:3rem !important}.text-md-start{text-align:left !important}.text-md-end{text-align:right !important}.text-md-center{text-align:center !important}}@media(min-width: 992px){.float-lg-start{float:left !important}.float-lg-end{float:right !important}.float-lg-none{float:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-grid{display:grid !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:flex !important}.d-lg-inline-flex{display:inline-flex !important}.d-lg-none{display:none !important}.flex-lg-fill{flex:1 1 auto !important}.flex-lg-row{flex-direction:row !important}.flex-lg-column{flex-direction:column !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-grow-0{flex-grow:0 !important}.flex-lg-grow-1{flex-grow:1 !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-shrink-1{flex-shrink:1 !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-lg-start{justify-content:flex-start !important}.justify-content-lg-end{justify-content:flex-end !important}.justify-content-lg-center{justify-content:center !important}.justify-content-lg-between{justify-content:space-between !important}.justify-content-lg-around{justify-content:space-around !important}.justify-content-lg-evenly{justify-content:space-evenly !important}.align-items-lg-start{align-items:flex-start !important}.align-items-lg-end{align-items:flex-end !important}.align-items-lg-center{align-items:center !important}.align-items-lg-baseline{align-items:baseline !important}.align-items-lg-stretch{align-items:stretch !important}.align-content-lg-start{align-content:flex-start !important}.align-content-lg-end{align-content:flex-end !important}.align-content-lg-center{align-content:center !important}.align-content-lg-between{align-content:space-between !important}.align-content-lg-around{align-content:space-around !important}.align-content-lg-stretch{align-content:stretch !important}.align-self-lg-auto{align-self:auto !important}.align-self-lg-start{align-self:flex-start !important}.align-self-lg-end{align-self:flex-end !important}.align-self-lg-center{align-self:center !important}.align-self-lg-baseline{align-self:baseline !important}.align-self-lg-stretch{align-self:stretch !important}.order-lg-first{order:-1 !important}.order-lg-0{order:0 !important}.order-lg-1{order:1 !important}.order-lg-2{order:2 !important}.order-lg-3{order:3 !important}.order-lg-4{order:4 !important}.order-lg-5{order:5 !important}.order-lg-last{order:6 !important}.m-lg-0{margin:0 !important}.m-lg-1{margin:.25rem !important}.m-lg-2{margin:.5rem !important}.m-lg-3{margin:1rem !important}.m-lg-4{margin:1.5rem !important}.m-lg-5{margin:3rem !important}.m-lg-auto{margin:auto !important}.mx-lg-0{margin-right:0 !important;margin-left:0 !important}.mx-lg-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-lg-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-lg-3{margin-right:1rem !important;margin-left:1rem !important}.mx-lg-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-lg-5{margin-right:3rem !important;margin-left:3rem !important}.mx-lg-auto{margin-right:auto !important;margin-left:auto !important}.my-lg-0{margin-top:0 !important;margin-bottom:0 !important}.my-lg-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-lg-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-lg-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-lg-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-lg-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-lg-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-lg-0{margin-top:0 !important}.mt-lg-1{margin-top:.25rem !important}.mt-lg-2{margin-top:.5rem !important}.mt-lg-3{margin-top:1rem !important}.mt-lg-4{margin-top:1.5rem !important}.mt-lg-5{margin-top:3rem !important}.mt-lg-auto{margin-top:auto !important}.me-lg-0{margin-right:0 !important}.me-lg-1{margin-right:.25rem !important}.me-lg-2{margin-right:.5rem !important}.me-lg-3{margin-right:1rem !important}.me-lg-4{margin-right:1.5rem !important}.me-lg-5{margin-right:3rem !important}.me-lg-auto{margin-right:auto !important}.mb-lg-0{margin-bottom:0 !important}.mb-lg-1{margin-bottom:.25rem !important}.mb-lg-2{margin-bottom:.5rem !important}.mb-lg-3{margin-bottom:1rem !important}.mb-lg-4{margin-bottom:1.5rem !important}.mb-lg-5{margin-bottom:3rem !important}.mb-lg-auto{margin-bottom:auto !important}.ms-lg-0{margin-left:0 !important}.ms-lg-1{margin-left:.25rem !important}.ms-lg-2{margin-left:.5rem !important}.ms-lg-3{margin-left:1rem !important}.ms-lg-4{margin-left:1.5rem !important}.ms-lg-5{margin-left:3rem !important}.ms-lg-auto{margin-left:auto !important}.p-lg-0{padding:0 !important}.p-lg-1{padding:.25rem !important}.p-lg-2{padding:.5rem !important}.p-lg-3{padding:1rem !important}.p-lg-4{padding:1.5rem !important}.p-lg-5{padding:3rem !important}.px-lg-0{padding-right:0 !important;padding-left:0 !important}.px-lg-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-lg-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-lg-3{padding-right:1rem !important;padding-left:1rem !important}.px-lg-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-lg-5{padding-right:3rem !important;padding-left:3rem !important}.py-lg-0{padding-top:0 !important;padding-bottom:0 !important}.py-lg-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-lg-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-lg-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-lg-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-lg-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-lg-0{padding-top:0 !important}.pt-lg-1{padding-top:.25rem !important}.pt-lg-2{padding-top:.5rem !important}.pt-lg-3{padding-top:1rem !important}.pt-lg-4{padding-top:1.5rem !important}.pt-lg-5{padding-top:3rem !important}.pe-lg-0{padding-right:0 !important}.pe-lg-1{padding-right:.25rem !important}.pe-lg-2{padding-right:.5rem !important}.pe-lg-3{padding-right:1rem !important}.pe-lg-4{padding-right:1.5rem !important}.pe-lg-5{padding-right:3rem !important}.pb-lg-0{padding-bottom:0 !important}.pb-lg-1{padding-bottom:.25rem !important}.pb-lg-2{padding-bottom:.5rem !important}.pb-lg-3{padding-bottom:1rem !important}.pb-lg-4{padding-bottom:1.5rem !important}.pb-lg-5{padding-bottom:3rem !important}.ps-lg-0{padding-left:0 !important}.ps-lg-1{padding-left:.25rem !important}.ps-lg-2{padding-left:.5rem !important}.ps-lg-3{padding-left:1rem !important}.ps-lg-4{padding-left:1.5rem !important}.ps-lg-5{padding-left:3rem !important}.gap-lg-0{gap:0 !important}.gap-lg-1{gap:.25rem !important}.gap-lg-2{gap:.5rem !important}.gap-lg-3{gap:1rem !important}.gap-lg-4{gap:1.5rem !important}.gap-lg-5{gap:3rem !important}.text-lg-start{text-align:left !important}.text-lg-end{text-align:right !important}.text-lg-center{text-align:center !important}}@media(min-width: 1200px){.float-xl-start{float:left !important}.float-xl-end{float:right !important}.float-xl-none{float:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-grid{display:grid !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:flex !important}.d-xl-inline-flex{display:inline-flex !important}.d-xl-none{display:none !important}.flex-xl-fill{flex:1 1 auto !important}.flex-xl-row{flex-direction:row !important}.flex-xl-column{flex-direction:column !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-grow-0{flex-grow:0 !important}.flex-xl-grow-1{flex-grow:1 !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-shrink-1{flex-shrink:1 !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-xl-start{justify-content:flex-start !important}.justify-content-xl-end{justify-content:flex-end !important}.justify-content-xl-center{justify-content:center !important}.justify-content-xl-between{justify-content:space-between !important}.justify-content-xl-around{justify-content:space-around !important}.justify-content-xl-evenly{justify-content:space-evenly !important}.align-items-xl-start{align-items:flex-start !important}.align-items-xl-end{align-items:flex-end !important}.align-items-xl-center{align-items:center !important}.align-items-xl-baseline{align-items:baseline !important}.align-items-xl-stretch{align-items:stretch !important}.align-content-xl-start{align-content:flex-start !important}.align-content-xl-end{align-content:flex-end !important}.align-content-xl-center{align-content:center !important}.align-content-xl-between{align-content:space-between !important}.align-content-xl-around{align-content:space-around !important}.align-content-xl-stretch{align-content:stretch !important}.align-self-xl-auto{align-self:auto !important}.align-self-xl-start{align-self:flex-start !important}.align-self-xl-end{align-self:flex-end !important}.align-self-xl-center{align-self:center !important}.align-self-xl-baseline{align-self:baseline !important}.align-self-xl-stretch{align-self:stretch !important}.order-xl-first{order:-1 !important}.order-xl-0{order:0 !important}.order-xl-1{order:1 !important}.order-xl-2{order:2 !important}.order-xl-3{order:3 !important}.order-xl-4{order:4 !important}.order-xl-5{order:5 !important}.order-xl-last{order:6 !important}.m-xl-0{margin:0 !important}.m-xl-1{margin:.25rem !important}.m-xl-2{margin:.5rem !important}.m-xl-3{margin:1rem !important}.m-xl-4{margin:1.5rem !important}.m-xl-5{margin:3rem !important}.m-xl-auto{margin:auto !important}.mx-xl-0{margin-right:0 !important;margin-left:0 !important}.mx-xl-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-xl-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-xl-3{margin-right:1rem !important;margin-left:1rem !important}.mx-xl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xl-5{margin-right:3rem !important;margin-left:3rem !important}.mx-xl-auto{margin-right:auto !important;margin-left:auto !important}.my-xl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xl-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-xl-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-xl-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-xl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xl-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-xl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xl-0{margin-top:0 !important}.mt-xl-1{margin-top:.25rem !important}.mt-xl-2{margin-top:.5rem !important}.mt-xl-3{margin-top:1rem !important}.mt-xl-4{margin-top:1.5rem !important}.mt-xl-5{margin-top:3rem !important}.mt-xl-auto{margin-top:auto !important}.me-xl-0{margin-right:0 !important}.me-xl-1{margin-right:.25rem !important}.me-xl-2{margin-right:.5rem !important}.me-xl-3{margin-right:1rem !important}.me-xl-4{margin-right:1.5rem !important}.me-xl-5{margin-right:3rem !important}.me-xl-auto{margin-right:auto !important}.mb-xl-0{margin-bottom:0 !important}.mb-xl-1{margin-bottom:.25rem !important}.mb-xl-2{margin-bottom:.5rem !important}.mb-xl-3{margin-bottom:1rem !important}.mb-xl-4{margin-bottom:1.5rem !important}.mb-xl-5{margin-bottom:3rem !important}.mb-xl-auto{margin-bottom:auto !important}.ms-xl-0{margin-left:0 !important}.ms-xl-1{margin-left:.25rem !important}.ms-xl-2{margin-left:.5rem !important}.ms-xl-3{margin-left:1rem !important}.ms-xl-4{margin-left:1.5rem !important}.ms-xl-5{margin-left:3rem !important}.ms-xl-auto{margin-left:auto !important}.p-xl-0{padding:0 !important}.p-xl-1{padding:.25rem !important}.p-xl-2{padding:.5rem !important}.p-xl-3{padding:1rem !important}.p-xl-4{padding:1.5rem !important}.p-xl-5{padding:3rem !important}.px-xl-0{padding-right:0 !important;padding-left:0 !important}.px-xl-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-xl-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-xl-3{padding-right:1rem !important;padding-left:1rem !important}.px-xl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xl-5{padding-right:3rem !important;padding-left:3rem !important}.py-xl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xl-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-xl-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-xl-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-xl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xl-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-xl-0{padding-top:0 !important}.pt-xl-1{padding-top:.25rem !important}.pt-xl-2{padding-top:.5rem !important}.pt-xl-3{padding-top:1rem !important}.pt-xl-4{padding-top:1.5rem !important}.pt-xl-5{padding-top:3rem !important}.pe-xl-0{padding-right:0 !important}.pe-xl-1{padding-right:.25rem !important}.pe-xl-2{padding-right:.5rem !important}.pe-xl-3{padding-right:1rem !important}.pe-xl-4{padding-right:1.5rem !important}.pe-xl-5{padding-right:3rem !important}.pb-xl-0{padding-bottom:0 !important}.pb-xl-1{padding-bottom:.25rem !important}.pb-xl-2{padding-bottom:.5rem !important}.pb-xl-3{padding-bottom:1rem !important}.pb-xl-4{padding-bottom:1.5rem !important}.pb-xl-5{padding-bottom:3rem !important}.ps-xl-0{padding-left:0 !important}.ps-xl-1{padding-left:.25rem !important}.ps-xl-2{padding-left:.5rem !important}.ps-xl-3{padding-left:1rem !important}.ps-xl-4{padding-left:1.5rem !important}.ps-xl-5{padding-left:3rem !important}.gap-xl-0{gap:0 !important}.gap-xl-1{gap:.25rem !important}.gap-xl-2{gap:.5rem !important}.gap-xl-3{gap:1rem !important}.gap-xl-4{gap:1.5rem !important}.gap-xl-5{gap:3rem !important}.text-xl-start{text-align:left !important}.text-xl-end{text-align:right !important}.text-xl-center{text-align:center !important}}@media(min-width: 1400px){.float-xxl-start{float:left !important}.float-xxl-end{float:right !important}.float-xxl-none{float:none !important}.d-xxl-inline{display:inline !important}.d-xxl-inline-block{display:inline-block !important}.d-xxl-block{display:block !important}.d-xxl-grid{display:grid !important}.d-xxl-table{display:table !important}.d-xxl-table-row{display:table-row !important}.d-xxl-table-cell{display:table-cell !important}.d-xxl-flex{display:flex !important}.d-xxl-inline-flex{display:inline-flex !important}.d-xxl-none{display:none !important}.flex-xxl-fill{flex:1 1 auto !important}.flex-xxl-row{flex-direction:row !important}.flex-xxl-column{flex-direction:column !important}.flex-xxl-row-reverse{flex-direction:row-reverse !important}.flex-xxl-column-reverse{flex-direction:column-reverse !important}.flex-xxl-grow-0{flex-grow:0 !important}.flex-xxl-grow-1{flex-grow:1 !important}.flex-xxl-shrink-0{flex-shrink:0 !important}.flex-xxl-shrink-1{flex-shrink:1 !important}.flex-xxl-wrap{flex-wrap:wrap !important}.flex-xxl-nowrap{flex-wrap:nowrap !important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-xxl-start{justify-content:flex-start !important}.justify-content-xxl-end{justify-content:flex-end !important}.justify-content-xxl-center{justify-content:center !important}.justify-content-xxl-between{justify-content:space-between !important}.justify-content-xxl-around{justify-content:space-around !important}.justify-content-xxl-evenly{justify-content:space-evenly !important}.align-items-xxl-start{align-items:flex-start !important}.align-items-xxl-end{align-items:flex-end !important}.align-items-xxl-center{align-items:center !important}.align-items-xxl-baseline{align-items:baseline !important}.align-items-xxl-stretch{align-items:stretch !important}.align-content-xxl-start{align-content:flex-start !important}.align-content-xxl-end{align-content:flex-end !important}.align-content-xxl-center{align-content:center !important}.align-content-xxl-between{align-content:space-between !important}.align-content-xxl-around{align-content:space-around !important}.align-content-xxl-stretch{align-content:stretch !important}.align-self-xxl-auto{align-self:auto !important}.align-self-xxl-start{align-self:flex-start !important}.align-self-xxl-end{align-self:flex-end !important}.align-self-xxl-center{align-self:center !important}.align-self-xxl-baseline{align-self:baseline !important}.align-self-xxl-stretch{align-self:stretch !important}.order-xxl-first{order:-1 !important}.order-xxl-0{order:0 !important}.order-xxl-1{order:1 !important}.order-xxl-2{order:2 !important}.order-xxl-3{order:3 !important}.order-xxl-4{order:4 !important}.order-xxl-5{order:5 !important}.order-xxl-last{order:6 !important}.m-xxl-0{margin:0 !important}.m-xxl-1{margin:.25rem !important}.m-xxl-2{margin:.5rem !important}.m-xxl-3{margin:1rem !important}.m-xxl-4{margin:1.5rem !important}.m-xxl-5{margin:3rem !important}.m-xxl-auto{margin:auto !important}.mx-xxl-0{margin-right:0 !important;margin-left:0 !important}.mx-xxl-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-xxl-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-xxl-3{margin-right:1rem !important;margin-left:1rem !important}.mx-xxl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xxl-5{margin-right:3rem !important;margin-left:3rem !important}.mx-xxl-auto{margin-right:auto !important;margin-left:auto !important}.my-xxl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xxl-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-xxl-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-xxl-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-xxl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xxl-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-xxl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xxl-0{margin-top:0 !important}.mt-xxl-1{margin-top:.25rem !important}.mt-xxl-2{margin-top:.5rem !important}.mt-xxl-3{margin-top:1rem !important}.mt-xxl-4{margin-top:1.5rem !important}.mt-xxl-5{margin-top:3rem !important}.mt-xxl-auto{margin-top:auto !important}.me-xxl-0{margin-right:0 !important}.me-xxl-1{margin-right:.25rem !important}.me-xxl-2{margin-right:.5rem !important}.me-xxl-3{margin-right:1rem !important}.me-xxl-4{margin-right:1.5rem !important}.me-xxl-5{margin-right:3rem !important}.me-xxl-auto{margin-right:auto !important}.mb-xxl-0{margin-bottom:0 !important}.mb-xxl-1{margin-bottom:.25rem !important}.mb-xxl-2{margin-bottom:.5rem !important}.mb-xxl-3{margin-bottom:1rem !important}.mb-xxl-4{margin-bottom:1.5rem !important}.mb-xxl-5{margin-bottom:3rem !important}.mb-xxl-auto{margin-bottom:auto !important}.ms-xxl-0{margin-left:0 !important}.ms-xxl-1{margin-left:.25rem !important}.ms-xxl-2{margin-left:.5rem !important}.ms-xxl-3{margin-left:1rem !important}.ms-xxl-4{margin-left:1.5rem !important}.ms-xxl-5{margin-left:3rem !important}.ms-xxl-auto{margin-left:auto !important}.p-xxl-0{padding:0 !important}.p-xxl-1{padding:.25rem !important}.p-xxl-2{padding:.5rem !important}.p-xxl-3{padding:1rem !important}.p-xxl-4{padding:1.5rem !important}.p-xxl-5{padding:3rem !important}.px-xxl-0{padding-right:0 !important;padding-left:0 !important}.px-xxl-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-xxl-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-xxl-3{padding-right:1rem !important;padding-left:1rem !important}.px-xxl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xxl-5{padding-right:3rem !important;padding-left:3rem !important}.py-xxl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xxl-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-xxl-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-xxl-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-xxl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xxl-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-xxl-0{padding-top:0 !important}.pt-xxl-1{padding-top:.25rem !important}.pt-xxl-2{padding-top:.5rem !important}.pt-xxl-3{padding-top:1rem !important}.pt-xxl-4{padding-top:1.5rem !important}.pt-xxl-5{padding-top:3rem !important}.pe-xxl-0{padding-right:0 !important}.pe-xxl-1{padding-right:.25rem !important}.pe-xxl-2{padding-right:.5rem !important}.pe-xxl-3{padding-right:1rem !important}.pe-xxl-4{padding-right:1.5rem !important}.pe-xxl-5{padding-right:3rem !important}.pb-xxl-0{padding-bottom:0 !important}.pb-xxl-1{padding-bottom:.25rem !important}.pb-xxl-2{padding-bottom:.5rem !important}.pb-xxl-3{padding-bottom:1rem !important}.pb-xxl-4{padding-bottom:1.5rem !important}.pb-xxl-5{padding-bottom:3rem !important}.ps-xxl-0{padding-left:0 !important}.ps-xxl-1{padding-left:.25rem !important}.ps-xxl-2{padding-left:.5rem !important}.ps-xxl-3{padding-left:1rem !important}.ps-xxl-4{padding-left:1.5rem !important}.ps-xxl-5{padding-left:3rem !important}.gap-xxl-0{gap:0 !important}.gap-xxl-1{gap:.25rem !important}.gap-xxl-2{gap:.5rem !important}.gap-xxl-3{gap:1rem !important}.gap-xxl-4{gap:1.5rem !important}.gap-xxl-5{gap:3rem !important}.text-xxl-start{text-align:left !important}.text-xxl-end{text-align:right !important}.text-xxl-center{text-align:center !important}}:root{--sg-body-bg: #212529;--sg-body-color: white}body{background-color:var(--sg-body-bg);color:var(--sg-body-color);font-size:18px}.popover-header{background-color:var(--nav-color);color:#fff}.popover-body{background-color:var(--background-color);color:var(--text-color);border-bottom-right-radius:.5em;border-bottom-left-radius:.5em;max-height:30em;overflow:auto}:root{font-size:18px;line-height:1.4;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0}::-webkit-scrollbar{display:none}.full-width{width:100%}.top-left-grid{border-top-left-radius:.375rem;border-bottom-left-radius:0}.top-right-grid{border-top-right-radius:.375rem;border-bottom-right-radius:0}.middle-grid{border-radius:0}.bottom-left-grid{border-bottom-left-radius:.375rem;border-top-left-radius:0}.bottom-right-grid{border-bottom-right-radius:.375rem;border-top-right-radius:0}:focus-visible{z-index:9999}.flex-column{display:flex;flex-direction:column}.flex-row{display:flex;flex-direction:row}.test-red{background-color:red}*{box-sizing:border-box;scrollbar-color:var(--sg-link-color) rgba(0,0,0,0);scrollbar-width:thin}dialog{padding:0;margin:0;color:inherit}input,textarea,select{font-size:.85rem}button{cursor:pointer;font-size:.85rem}hr{margin:.5rem 0;color:inherit;border:0;border-top:1px solid;opacity:.25}h6,.h6,h5,.h5,h4,.h4,h3,.h3,h2,.h2,h1,.h1{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}h1,.h1{font-size:calc(1.375rem + 1.5vw)}@media(min-width: 1200px){h1,.h1{font-size:2.5rem}}h2,.h2{font-size:calc(1.325rem + .9vw)}@media(min-width: 1200px){h2,.h2{font-size:2rem}}h3,.h3{font-size:calc(1.3rem + .6vw)}@media(min-width: 1200px){h3,.h3{font-size:1.75rem}}h4,.h4{font-size:calc(1.275rem + .3vw)}@media(min-width: 1200px){h4,.h4{font-size:1.5rem}}h5,.h5{font-size:1.25rem}h6,.h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}ol,ul,dl{margin-top:0;margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}b,strong{font-weight:bolder}a{color:var(--sg-link-color);text-decoration:underline}a:hover{color:var(--sg-link-hover-color)}img,svg{vertical-align:middle}label{display:inline-block}.sg-visually-hidden{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important}.sg-card{--card-border-radius: 0rem;--border-width: -2px;--border-gradient-color: color-mix(in srgb, color-mix(in hsl, white 3%, #212529), white 3%);--border-gradient-mix-color: color-mix(in srgb, color-mix(in hsl, white 3%, #212529), white 3%);--background-gradient-color: #1a1b1d;--background-gradient-mix-color: color-mix(in srgb, color-mix(in hsl, white 3%, #212529), white 3%);--divider-color: white;display:flex;flex-direction:column;border:calc(var(--border-width)*-1) solid rgba(0,0,0,0);position:relative;border-radius:var(--card-border-radius);background:linear-gradient(71deg, var(--background-gradient-color), var(--background-gradient-mix-color), var(--background-gradient-color));background-clip:padding-box}.sg-card.sg-card-overlay{color:#fff;border:1px solid #fff}.sg-card .sg-card-body{flex:1 1 auto;padding:1em}.sg-card .sg-card-header{margin-bottom:0;padding:.5em 1em;border-bottom:1px solid var(--divider-color)}.sg-card .sg-card-header:first-child{border-top-left-radius:var(--card-border-radius);border-top-right-radius:var(--card-border-radius)}.sg-card .sg-card-title{margin:0}.sg-card .sg-card-footer{padding:.5em 1em;border-top:1px solid var(--divider-color)}.sg-card .sg-card-footer:last-child{border-bottom-left-radius:var(--card-border-radius);border-bottom-right-radius:var(--card-border-radius)}.sg-card .sg-card-text:last-child{margin-bottom:0}.sg-card::after{position:absolute;content:"";top:var(--border-width);bottom:var(--border-width);right:var(--border-width);left:var(--border-width);z-index:-1;border-radius:var(--card-border-radius);background:linear-gradient(71deg, var(--border-gradient-color), var(--border-gradient-mix-color), var(--border-gradient-color))}.primary{--border-gradient-mix-color: #fc5f5f;grid-column:2/3;grid-row:1}.primary.inverted{--border-gradient-color: color-mix(in srgb, #fc5f5f, black 30%);--border-gradient-mix-color: #fc5f5f;--background-gradient-color: color-mix(in srgb, #fc5f5f, black 0%);--background-gradient-mix-color: #fc5f5f;--divider-color: color-mix(in srgb, #fc5f5f, black 15%);color:#000}.secondary{--border-gradient-mix-color: #6c757d;grid-column:4/5;grid-row:1}.secondary.inverted{--border-gradient-color: color-mix(in srgb, #6c757d, black 30%);--border-gradient-mix-color: #6c757d;--background-gradient-color: color-mix(in srgb, #6c757d, black 0%);--background-gradient-mix-color: #6c757d;--divider-color: color-mix(in srgb, #6c757d, black 15%)}.success{--border-gradient-mix-color: #1fad61;grid-column:6/7;grid-row:1}.success.inverted{--border-gradient-color: color-mix(in srgb, #1fad61, black 30%);--border-gradient-mix-color: #1fad61;--background-gradient-color: color-mix(in srgb, #1fad61, black 0%);--background-gradient-mix-color: #1fad61;--divider-color: color-mix(in srgb, #1fad61, black 15%);color:#000}.info{--border-gradient-mix-color: #9184bd;grid-column:8/9;grid-row:1}.info.inverted{--border-gradient-color: color-mix(in srgb, #9184bd, black 30%);--border-gradient-mix-color: #9184bd;--background-gradient-color: color-mix(in srgb, #9184bd, black 0%);--background-gradient-mix-color: #9184bd;--divider-color: color-mix(in srgb, #9184bd, black 15%);color:#000}.warning{--border-gradient-mix-color: #E1BC29;grid-column:2/3;grid-row:2}.warning.inverted{--border-gradient-color: color-mix(in srgb, #E1BC29, black 30%);--border-gradient-mix-color: #E1BC29;--background-gradient-color: color-mix(in srgb, #E1BC29, black 0%);--background-gradient-mix-color: #E1BC29;--divider-color: color-mix(in srgb, #E1BC29, black 15%);color:#000}.danger{--border-gradient-mix-color: #4995d5;grid-column:4/5;grid-row:2}.danger.inverted{--border-gradient-color: color-mix(in srgb, #4995d5, black 30%);--border-gradient-mix-color: #4995d5;--background-gradient-color: color-mix(in srgb, #4995d5, black 0%);--background-gradient-mix-color: #4995d5;--divider-color: color-mix(in srgb, #4995d5, black 15%);color:#000}.light{--border-gradient-mix-color: #f8f9fa;grid-column:6/7;grid-row:2}.light.inverted{--border-gradient-color: color-mix(in srgb, #f8f9fa, black 30%);--border-gradient-mix-color: #f8f9fa;--background-gradient-color: color-mix(in srgb, #f8f9fa, black 0%);--background-gradient-mix-color: #f8f9fa;--divider-color: color-mix(in srgb, #f8f9fa, black 15%);color:#000}.dark{--border-gradient-mix-color: #212529;grid-column:8/9;grid-row:2}.dark.inverted{--border-gradient-color: color-mix(in srgb, #212529, black 30%);--border-gradient-mix-color: #212529;--background-gradient-color: color-mix(in srgb, #212529, black 0%);--background-gradient-mix-color: #212529;--divider-color: color-mix(in srgb, #212529, black 15%)}.sg-button-close{box-sizing:content-box;width:1rem;height:1rem;padding:.25rem .25rem;color:#000;background:rgba(0,0,0,0) url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black'><path d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/></svg>") center/1rem auto no-repeat;border:0;border-radius:.125rem;opacity:.5}.sg-button-close:hover{color:#000;text-decoration:none;opacity:.75}.sg-button-close:focus-visible,.sg-button-close:focus:not(:focus-visible){box-shadow:0 0 0 3px #000;outline:2px solid #fff;opacity:1;z-index:5}.sg-button-close:disabled,.sg-button-close.disabled{pointer-events:none;user-select:none;opacity:.25}.sg-button-close-white{filter:invert(1) grayscale(100%) brightness(200%)}.sg-close-visually-hidden-label{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important}.sg-button{--text-color: white;--bg-color: #0d6efd;--border-color: #0d6efd;--bg-hover-color: color.mix(white, #0d6efd, 15%);--border-hover-color: color.mix(white, #0d6efd, 15%);--bg-active-color: color.mix(white, #0d6efd, 20%);--border-active-color: color.mix(white, #0d6efd, 20%);--focus-visible-border-color: white;--focus-visible-outline-color: #0d6efd;--focus-visible-boxshadow-color: white;border-radius:.375rem;min-width:fit-content;display:inline-block;text-align:center;vertical-align:middle;padding:.375rem .75rem;background-color:var(--bg-color);border:1px solid var(--border-color);color:var(--text-color)}.sg-button:hover,.sg-button:focus{background-color:var(--bg-hover-color);border-color:var(--border-hover-color)}.sg-button:active{background-color:var(--bg-active-color);border-color:var(--border-active-color)}.sg-button:focus-visible{box-shadow:0 0 0 3px var(--focus-visible-boxshadow-color);border:1px solid var(--focus-visible-border-color);outline:2px solid var(--focus-visible-outline-color);z-index:5}.sg-button-primary{--text-color: black;--bg-color: #fc5f5f;--border-color: #fc5f5f;--bg-hover-color: #fc7777;--border-hover-color: #fc7777;--bg-active-color: #fd7f7f;--border-active-color: #fd7f7f;--focus-visible-border-color: black;--focus-visible-outline-color: #fc5f5f;--focus-visible-boxshadow-color: black}.sg-button-group>.btn-primary{position:relative;flex:1 1 auto}.sg-button-secondary{--text-color: white;--bg-color: #6c757d;--border-color: #6c757d;--bg-hover-color: #5c636a;--border-hover-color: #5c636a;--bg-active-color: #565e64;--border-active-color: #565e64;--focus-visible-border-color: white;--focus-visible-outline-color: #6c757d;--focus-visible-boxshadow-color: white}.sg-button-group>.btn-secondary{position:relative;flex:1 1 auto}.sg-button-success{--text-color: black;--bg-color: #1fad61;--border-color: #1fad61;--bg-hover-color: #41b979;--border-hover-color: #41b979;--bg-active-color: #4cbd81;--border-active-color: #4cbd81;--focus-visible-border-color: black;--focus-visible-outline-color: #1fad61;--focus-visible-boxshadow-color: black}.sg-button-group>.btn-success{position:relative;flex:1 1 auto}.sg-button-info{--text-color: black;--bg-color: #9184bd;--border-color: #9184bd;--bg-hover-color: #a296c7;--border-hover-color: #a296c7;--bg-active-color: #a79dca;--border-active-color: #a79dca;--focus-visible-border-color: black;--focus-visible-outline-color: #9184bd;--focus-visible-boxshadow-color: black}.sg-button-group>.btn-info{position:relative;flex:1 1 auto}.sg-button-warning{--text-color: black;--bg-color: #E1BC29;--border-color: #E1BC29;--bg-hover-color: #e6c649;--border-hover-color: #e6c649;--bg-active-color: #e7c954;--border-active-color: #e7c954;--focus-visible-border-color: black;--focus-visible-outline-color: #E1BC29;--focus-visible-boxshadow-color: black}.sg-button-group>.btn-warning{position:relative;flex:1 1 auto}.sg-button-danger{--text-color: black;--bg-color: #4995d5;--border-color: #4995d5;--bg-hover-color: #64a5db;--border-hover-color: #64a5db;--bg-active-color: #6daadd;--border-active-color: #6daadd;--focus-visible-border-color: black;--focus-visible-outline-color: #4995d5;--focus-visible-boxshadow-color: black}.sg-button-group>.btn-danger{position:relative;flex:1 1 auto}.sg-button-light{--text-color: black;--bg-color: #f8f9fa;--border-color: #f8f9fa;--bg-hover-color: #f9fafb;--border-hover-color: #f9fafb;--bg-active-color: #f9fafb;--border-active-color: #f9fafb;--focus-visible-border-color: black;--focus-visible-outline-color: #f8f9fa;--focus-visible-boxshadow-color: black}.sg-button-group>.btn-light{position:relative;flex:1 1 auto}.sg-button-dark{--text-color: white;--bg-color: #212529;--border-color: #212529;--bg-hover-color: #1c1f23;--border-hover-color: #1c1f23;--bg-active-color: #1a1e21;--border-active-color: #1a1e21;--focus-visible-border-color: white;--focus-visible-outline-color: #212529;--focus-visible-boxshadow-color: white}.sg-button-group>.btn-dark{position:relative;flex:1 1 auto}.sg-button-group,.sg-button-group-vertical{position:relative;display:inline-flex;vertical-align:middle;border-radius:.375rem}.sg-button-group>.sg-button,.sg-button-group-vertical>.sg-button{position:relative;flex:1 1 auto}.sg-button-group>:not(.sg-button-check:first-child)+.sg-button,.sg-button-group>.sg-button-group:not(:first-child){margin-left:-1px}.sg-button-group>.sg-button:not(:last-child),.sg-button-group>.sg-button-group:not(:last-child)>.sg-button{border-top-right-radius:0;border-bottom-right-radius:0}.sg-button-group>.sg-button:nth-child(n+3),.sg-button-group>:not(.sg-button-check)+.sg-button,.sg-button-group>.sg-button-group:not(:first-child)>.sg-button{border-top-left-radius:0;border-bottom-left-radius:0}.sg-button-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.sg-button-group-vertical>.sg-button,.sg-button-group-vertical>.sg-button-group{width:100%}.sg-button-group-vertical>.sg-button:not(:first-child),.sg-button-group-vertical>.sg-button-group:not(:first-child){margin-top:-1px}.sg-button-group-vertical>.sg-button:not(:last-child):not(.dropdown-toggle),.sg-button-group-vertical>.sg-button-group:not(:last-child)>.sg-button{border-bottom-left-radius:0;border-bottom-right-radius:0}.sg-button-group-vertical>.sg-button~.sg-button,.sg-button-group-vertical>.sg-button-group:not(:first-child)>.sg-button{border-top-left-radius:0;border-top-right-radius:0}.dropup,.dropend,.dropdown,.dropstart,.dropup-center,.dropdown-center{position:relative}.sg-dropdown{--sg-dropdown-list-bg: ${$sg-dropdown-list-bg} }.sg-dropdown-list{position:absolute;z-index:1000;display:none;min-width:10rem;padding:.5rem 0rem;margin:0;text-align:left;list-style:none;background-color:#343a40;color:#fff;background-clip:padding-box;border:2px outset #fff}.sg-dropdown-list.show{display:block}.sg-dropdown-toggle{white-space:nowrap}.sg-dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid rgba(0,0,0,0);border-bottom:0;border-left:.3em solid rgba(0,0,0,0)}.sg-dropdown-toggle[data-drop=up]::after{transform:rotate(180deg)}.sg-dropdown-toggle[data-drop=right]::after{transform:rotate(270deg)}.sg-dropdown-toggle[data-drop=left]::after{display:none}.sg-dropdown-toggle[data-drop=left]::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid rgba(0,0,0,0);border-bottom:0;border-left:.3em solid rgba(0,0,0,0);transform:rotate(90deg)}.sg-dropdown-divider{--line-color: rgba(0, 0, 0, 0.175);height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid var(--line-color);opacity:1}.sg-dropdown-item{display:block;width:100%;padding:.25rem 1rem;clear:both;text-align:inherit;white-space:nowrap;background-color:rgba(0,0,0,0);color:inherit;border:1px solid rgba(0,0,0,0)}.sg-dropdown-item.active,.sg-dropdown-item:active{background-color:#2a2e33}.sg-dropdown-item.disabled,.sg-dropdown-item:disabled{background-color:#52585d;opacity:.5}.sg-dropdown-item.sg-dropdown-item-visual-focus{background-color:#2c3136;border-top:1px solid #fff;border-bottom:1px solid #fff}.sg-form-floating{position:relative;--sg-form-floating-height: calc(3.5rem + 2px)}.sg-form-floating>.sg-form-control,.sg-form-floating>.sg-form-control-plaintext,.sg-form-floating>.sg-form-select{height:var(--sg-form-floating-height)}.sg-form-floating>.sg-form-control,.sg-form-floating>.sg-form-control-plaintext{padding-inline:1rem}.sg-form-floating>.sg-form-control::placeholder,.sg-form-floating>.sg-form-control-plaintext::placeholder{color:rgba(0,0,0,0)}.sg-form-floating>.sg-form-control:focus,.sg-form-floating>.sg-form-control:not(:placeholder-shown),.sg-form-floating>.sg-form-control-plaintext:focus,.sg-form-floating>.sg-form-control-plaintext:not(:placeholder-shown){padding-top:1.5rem}.sg-form-floating>.sg-form-control:-webkit-autofill,.sg-form-floating>.sg-form-control-plaintext:-webkit-autofill{padding-top:1.5rem}.sg-form-floating>.sg-form-floating-label{position:absolute;top:0;left:0;color:#212529;width:100%;height:100%;padding-inline:1rem;padding-block:1rem;border-radius:50%;pointer-events:none;transition:.1s ease-in-out;transform-origin:0 0;z-index:5;text-overflow:ellipsis;white-space:nowrap}.sg-form-floating>.sg-form-select{padding-inline:1rem;padding-block:1.5rem .5rem}.sg-form-floating>.sg-form-control:focus~.sg-form-floating-label,.sg-form-floating>.sg-form-control:not(:placeholder-shown)~.sg-form-floating-label,.sg-form-floating>.sg-form-control-plaintext~.sg-form-floating-label,.sg-form-floating>.sg-form-select~.sg-form-floating-label{padding:.5rem .75rem;transform:translate(0, -0.25rem);opacity:.75}.sg-form-check{display:block;min-height:1.4em;padding-left:1.4em;margin-bottom:.125em}.sg-form-check .sg-form-check-input{float:left;margin-left:-1.4em}.sg-form-check-reverse{display:block;min-height:1.4em;padding-right:1.4em;margin-bottom:.125em;text-align:right}.sg-form-check-reverse .sg-form-check-input{float:right;margin-right:-1.4em;margin-left:0}.sg-form-check-input{width:1em;height:1em;margin-top:.2em;vertical-align:top;background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:contain;border:1px;appearance:none;print-color-adjust:exact}.sg-form-check-input[type=checkbox]{border-radius:.25em}.sg-form-check-input[type=radio]{border-radius:50%}.sg-form-check-input:active{filter:brightness(90%)}.sg-form-check-input:focus-visible{box-shadow:0 0 0 3px #fff;outline:2px solid #0d6efd;z-index:5;border:1px solid #fff}.sg-form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.sg-form-check-input:checked[type=checkbox]{background-image:url("data:image/svg+xml, <svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 20 20'><path fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/></svg>")}.sg-form-check-input:checked[type=radio]{background-image:url("data:image/svg+xml, <svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='-4 -4 8 8'><circle r='2' fill='white' /></svg>")}.sg-form-check-input:checked:focus-visible{border:1px solid #fff}.sg-form-check-input[type=checkbox]:indeterminate{background-color:#0d6efd;border-color:#0d6efd;background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/></svg>")}.sg-form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.sg-form-check-input[disabled]~.form-check-label,.sg-form-check-input:disabled~.form-check-label{cursor:default;opacity:.5}.sg-form-switch{padding-left:2.5em}.sg-form-switch .sg-form-check-input{width:2em;margin-left:-2.5em;background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='rgba(0, 0, 0, 0.25)'/></svg>");background-position:left center;border-radius:2em;transition:background-position .15s ease-in-out}.sg-form-switch .sg-form-check-input:focus-visible{box-shadow:0 0 0 3px #fff;outline:2px solid #0d6efd;z-index:5}.sg-form-switch .sg-form-check-input:checked{background-position:right center;background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='white'/></svg>")}.sg-form-control{position:relative;display:block;width:100%;padding:.375em .5em;color:#212529;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;appearance:none;border-radius:.375em;transition:border-color .15s ease-in-out}.sg-form-control[type=file]{overflow:hidden}.sg-form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.sg-form-control:focus-visible{box-shadow:0 0 0 3px #fff;outline:2px solid #0d6efd;z-index:5}.sg-form-control::-webkit-date-and-time-value{height:1.4em}.sg-form-control::placeholder{color:#6c757d;opacity:1}.sg-form-control:disabled{background-color:#e9ecef;opacity:1}.sg-form-control::file-selector-button{padding:.375em .5em;margin:-0.375em -0.5em;margin-inline-end:.375em;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}.sg-form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#1f2327}.sg-form-control-plaintext{display:block;width:100%;padding:.375em 0;margin-bottom:0;color:#212529;background-color:rgba(0,0,0,0);border:solid rgba(0,0,0,0);border-width:1px 0}.sg-form-control-plaintext:focus-visible{outline:0}textarea.sg-form-control{min-height:calc(2.15em + 2px)}.sg-form-control-color{width:3em;height:calc(2.15em + 2px);padding:.375em}.sg-form-control-color:not(:disabled):not([readonly]){cursor:pointer}.sg-form-control-color::-moz-color-swatch{border:0 !important;border-radius:.375em}.sg-form-control-color::-webkit-color-swatch{border-radius:.375em}.sg-form-label{margin-bottom:.5em}.sg-form-select{position:relative;display:block;width:100%;padding-block:.375em;padding-inline:.5em 1.5em;color:#212529;background-color:#fff;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .375em center;background-size:1em .75em;border:1px solid #ced4da;border-radius:.375em;appearance:none}.sg-form-select:focus-visible{box-shadow:0 0 0 3px #fff;outline:2px solid #0d6efd;z-index:5}.sg-form-select[multiple],.sg-form-select[size]:not([size="1"]){padding-right:.375em;background-image:none}.sg-form-select:disabled{background-color:#e9ecef;opacity:1}.sg-form-text{font-size:.75em;padding-inline:.5em;opacity:.8;margin-top:.25em}.sg-row{--sg-gutter-x: 1.5rem;--sg-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--sg-gutter-y));margin-right:calc(-0.5*var(--sg-gutter-x));margin-left:calc(-0.5*var(--sg-gutter-x))}.sg-row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--sg-gutter-x)*.5);padding-left:calc(var(--sg-gutter-x)*.5);margin-top:var(--sg-gutter-y)}.sg-col{flex:1 0 0%}.sg-row-cols-auto>*{flex:0 0 auto;width:auto}.sg-row-cols-1>*{flex:0 0 auto;width:100%}.sg-row-cols-2>*{flex:0 0 auto;width:50%}.sg-row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.sg-row-cols-4>*{flex:0 0 auto;width:25%}.sg-row-cols-5>*{flex:0 0 auto;width:20%}.sg-row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.sg-col-auto{flex:0 0 auto;width:auto}.sg-col-1{flex:0 0 auto;width:8.3333333333%}.sg-col-2{flex:0 0 auto;width:16.6666666667%}.sg-col-3{flex:0 0 auto;width:25%}.sg-col-4{flex:0 0 auto;width:33.3333333333%}.sg-col-5{flex:0 0 auto;width:41.6666666667%}.sg-col-6{flex:0 0 auto;width:50%}.sg-col-7{flex:0 0 auto;width:58.3333333333%}.sg-col-8{flex:0 0 auto;width:66.6666666667%}.sg-col-9{flex:0 0 auto;width:75%}.sg-col-10{flex:0 0 auto;width:83.3333333333%}.sg-col-11{flex:0 0 auto;width:91.6666666667%}.sg-col-12{flex:0 0 auto;width:100%}.sg-offset-1{margin-left:8.3333333333%}.sg-offset-2{margin-left:16.6666666667%}.sg-offset-3{margin-left:25%}.sg-offset-4{margin-left:33.3333333333%}.sg-offset-5{margin-left:41.6666666667%}.sg-offset-6{margin-left:50%}.sg-offset-7{margin-left:58.3333333333%}.sg-offset-8{margin-left:66.6666666667%}.sg-offset-9{margin-left:75%}.sg-offset-10{margin-left:83.3333333333%}.sg-offset-11{margin-left:91.6666666667%}@media(min-width: 576px){.sg-col-sm{flex:1 0 0%}.sg-row-cols-sm-auto>*{flex:0 0 auto;width:auto}.sg-row-cols-sm-1>*{flex:0 0 auto;width:100%}.sg-row-cols-sm-2>*{flex:0 0 auto;width:50%}.sg-row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.sg-row-cols-sm-4>*{flex:0 0 auto;width:25%}.sg-row-cols-sm-5>*{flex:0 0 auto;width:20%}.sg-row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.sg-col-sm-auto{flex:0 0 auto;width:auto}.sg-col-sm-1{flex:0 0 auto;width:8.3333333333%}.sg-col-sm-2{flex:0 0 auto;width:16.6666666667%}.sg-col-sm-3{flex:0 0 auto;width:25%}.sg-col-sm-4{flex:0 0 auto;width:33.3333333333%}.sg-col-sm-5{flex:0 0 auto;width:41.6666666667%}.sg-col-sm-6{flex:0 0 auto;width:50%}.sg-col-sm-7{flex:0 0 auto;width:58.3333333333%}.sg-col-sm-8{flex:0 0 auto;width:66.6666666667%}.sg-col-sm-9{flex:0 0 auto;width:75%}.sg-col-sm-10{flex:0 0 auto;width:83.3333333333%}.sg-col-sm-11{flex:0 0 auto;width:91.6666666667%}.sg-col-sm-12{flex:0 0 auto;width:100%}.sg-offset-sm-0{margin-left:0}.sg-offset-sm-1{margin-left:8.3333333333%}.sg-offset-sm-2{margin-left:16.6666666667%}.sg-offset-sm-3{margin-left:25%}.sg-offset-sm-4{margin-left:33.3333333333%}.sg-offset-sm-5{margin-left:41.6666666667%}.sg-offset-sm-6{margin-left:50%}.sg-offset-sm-7{margin-left:58.3333333333%}.sg-offset-sm-8{margin-left:66.6666666667%}.sg-offset-sm-9{margin-left:75%}.sg-offset-sm-10{margin-left:83.3333333333%}.sg-offset-sm-11{margin-left:91.6666666667%}}@media(min-width: 768px){.sg-col-md{flex:1 0 0%}.sg-row-cols-md-auto>*{flex:0 0 auto;width:auto}.sg-row-cols-md-1>*{flex:0 0 auto;width:100%}.sg-row-cols-md-2>*{flex:0 0 auto;width:50%}.sg-row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.sg-row-cols-md-4>*{flex:0 0 auto;width:25%}.sg-row-cols-md-5>*{flex:0 0 auto;width:20%}.sg-row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.sg-col-md-auto{flex:0 0 auto;width:auto}.sg-col-md-1{flex:0 0 auto;width:8.3333333333%}.sg-col-md-2{flex:0 0 auto;width:16.6666666667%}.sg-col-md-3{flex:0 0 auto;width:25%}.sg-col-md-4{flex:0 0 auto;width:33.3333333333%}.sg-col-md-5{flex:0 0 auto;width:41.6666666667%}.sg-col-md-6{flex:0 0 auto;width:50%}.sg-col-md-7{flex:0 0 auto;width:58.3333333333%}.sg-col-md-8{flex:0 0 auto;width:66.6666666667%}.sg-col-md-9{flex:0 0 auto;width:75%}.sg-col-md-10{flex:0 0 auto;width:83.3333333333%}.sg-col-md-11{flex:0 0 auto;width:91.6666666667%}.sg-col-md-12{flex:0 0 auto;width:100%}.sg-offset-md-0{margin-left:0}.sg-offset-md-1{margin-left:8.3333333333%}.sg-offset-md-2{margin-left:16.6666666667%}.sg-offset-md-3{margin-left:25%}.sg-offset-md-4{margin-left:33.3333333333%}.sg-offset-md-5{margin-left:41.6666666667%}.sg-offset-md-6{margin-left:50%}.sg-offset-md-7{margin-left:58.3333333333%}.sg-offset-md-8{margin-left:66.6666666667%}.sg-offset-md-9{margin-left:75%}.sg-offset-md-10{margin-left:83.3333333333%}.sg-offset-md-11{margin-left:91.6666666667%}}@media(min-width: 992px){.sg-col-lg{flex:1 0 0%}.sg-row-cols-lg-auto>*{flex:0 0 auto;width:auto}.sg-row-cols-lg-1>*{flex:0 0 auto;width:100%}.sg-row-cols-lg-2>*{flex:0 0 auto;width:50%}.sg-row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.sg-row-cols-lg-4>*{flex:0 0 auto;width:25%}.sg-row-cols-lg-5>*{flex:0 0 auto;width:20%}.sg-row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.sg-col-lg-auto{flex:0 0 auto;width:auto}.sg-col-lg-1{flex:0 0 auto;width:8.3333333333%}.sg-col-lg-2{flex:0 0 auto;width:16.6666666667%}.sg-col-lg-3{flex:0 0 auto;width:25%}.sg-col-lg-4{flex:0 0 auto;width:33.3333333333%}.sg-col-lg-5{flex:0 0 auto;width:41.6666666667%}.sg-col-lg-6{flex:0 0 auto;width:50%}.sg-col-lg-7{flex:0 0 auto;width:58.3333333333%}.sg-col-lg-8{flex:0 0 auto;width:66.6666666667%}.sg-col-lg-9{flex:0 0 auto;width:75%}.sg-col-lg-10{flex:0 0 auto;width:83.3333333333%}.sg-col-lg-11{flex:0 0 auto;width:91.6666666667%}.sg-col-lg-12{flex:0 0 auto;width:100%}.sg-offset-lg-0{margin-left:0}.sg-offset-lg-1{margin-left:8.3333333333%}.sg-offset-lg-2{margin-left:16.6666666667%}.sg-offset-lg-3{margin-left:25%}.sg-offset-lg-4{margin-left:33.3333333333%}.sg-offset-lg-5{margin-left:41.6666666667%}.sg-offset-lg-6{margin-left:50%}.sg-offset-lg-7{margin-left:58.3333333333%}.sg-offset-lg-8{margin-left:66.6666666667%}.sg-offset-lg-9{margin-left:75%}.sg-offset-lg-10{margin-left:83.3333333333%}.sg-offset-lg-11{margin-left:91.6666666667%}}@media(min-width: 1200px){.sg-col-xl{flex:1 0 0%}.sg-row-cols-xl-auto>*{flex:0 0 auto;width:auto}.sg-row-cols-xl-1>*{flex:0 0 auto;width:100%}.sg-row-cols-xl-2>*{flex:0 0 auto;width:50%}.sg-row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.sg-row-cols-xl-4>*{flex:0 0 auto;width:25%}.sg-row-cols-xl-5>*{flex:0 0 auto;width:20%}.sg-row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.sg-col-xl-auto{flex:0 0 auto;width:auto}.sg-col-xl-1{flex:0 0 auto;width:8.3333333333%}.sg-col-xl-2{flex:0 0 auto;width:16.6666666667%}.sg-col-xl-3{flex:0 0 auto;width:25%}.sg-col-xl-4{flex:0 0 auto;width:33.3333333333%}.sg-col-xl-5{flex:0 0 auto;width:41.6666666667%}.sg-col-xl-6{flex:0 0 auto;width:50%}.sg-col-xl-7{flex:0 0 auto;width:58.3333333333%}.sg-col-xl-8{flex:0 0 auto;width:66.6666666667%}.sg-col-xl-9{flex:0 0 auto;width:75%}.sg-col-xl-10{flex:0 0 auto;width:83.3333333333%}.sg-col-xl-11{flex:0 0 auto;width:91.6666666667%}.sg-col-xl-12{flex:0 0 auto;width:100%}.sg-offset-xl-0{margin-left:0}.sg-offset-xl-1{margin-left:8.3333333333%}.sg-offset-xl-2{margin-left:16.6666666667%}.sg-offset-xl-3{margin-left:25%}.sg-offset-xl-4{margin-left:33.3333333333%}.sg-offset-xl-5{margin-left:41.6666666667%}.sg-offset-xl-6{margin-left:50%}.sg-offset-xl-7{margin-left:58.3333333333%}.sg-offset-xl-8{margin-left:66.6666666667%}.sg-offset-xl-9{margin-left:75%}.sg-offset-xl-10{margin-left:83.3333333333%}.sg-offset-xl-11{margin-left:91.6666666667%}}@media(min-width: 1400px){.sg-col-xxl{flex:1 0 0%}.sg-row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.sg-row-cols-xxl-1>*{flex:0 0 auto;width:100%}.sg-row-cols-xxl-2>*{flex:0 0 auto;width:50%}.sg-row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.sg-row-cols-xxl-4>*{flex:0 0 auto;width:25%}.sg-row-cols-xxl-5>*{flex:0 0 auto;width:20%}.sg-row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.sg-col-xxl-auto{flex:0 0 auto;width:auto}.sg-col-xxl-1{flex:0 0 auto;width:8.3333333333%}.sg-col-xxl-2{flex:0 0 auto;width:16.6666666667%}.sg-col-xxl-3{flex:0 0 auto;width:25%}.sg-col-xxl-4{flex:0 0 auto;width:33.3333333333%}.sg-col-xxl-5{flex:0 0 auto;width:41.6666666667%}.sg-col-xxl-6{flex:0 0 auto;width:50%}.sg-col-xxl-7{flex:0 0 auto;width:58.3333333333%}.sg-col-xxl-8{flex:0 0 auto;width:66.6666666667%}.sg-col-xxl-9{flex:0 0 auto;width:75%}.sg-col-xxl-10{flex:0 0 auto;width:83.3333333333%}.sg-col-xxl-11{flex:0 0 auto;width:91.6666666667%}.sg-col-xxl-12{flex:0 0 auto;width:100%}.sg-offset-xxl-0{margin-left:0}.sg-offset-xxl-1{margin-left:8.3333333333%}.sg-offset-xxl-2{margin-left:16.6666666667%}.sg-offset-xxl-3{margin-left:25%}.sg-offset-xxl-4{margin-left:33.3333333333%}.sg-offset-xxl-5{margin-left:41.6666666667%}.sg-offset-xxl-6{margin-left:50%}.sg-offset-xxl-7{margin-left:58.3333333333%}.sg-offset-xxl-8{margin-left:66.6666666667%}.sg-offset-xxl-9{margin-left:75%}.sg-offset-xxl-10{margin-left:83.3333333333%}.sg-offset-xxl-11{margin-left:91.6666666667%}}.sg-container,.sg-container-fluid,.sg-container-xxl,.sg-container-xl,.sg-container-lg,.sg-container-md,.sg-container-sm{--sg-gutter-x: 1.5rem;--sg-gutter-y: 0;width:100%;padding-right:calc(var(--sg-gutter-x)*.5);padding-left:calc(var(--sg-gutter-x)*.5);margin-right:auto;margin-left:auto}@media(min-width: 576px){.sg-container-sm,.sg-container{max-width:540px}}@media(min-width: 768px){.sg-container-md,.sg-container-sm,.sg-container{max-width:720px}}@media(min-width: 992px){.sg-container-lg,.sg-container-md,.sg-container-sm,.sg-container{max-width:960px}}@media(min-width: 1200px){.sg-container-xl,.sg-container-lg,.sg-container-md,.sg-container-sm,.sg-container{max-width:1140px}}@media(min-width: 1400px){.sg-container-xxl,.sg-container-xl,.sg-container-lg,.sg-container-md,.sg-container-sm,.sg-container{max-width:1320px}}.sg-input-group{display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.sg-input-group>.sg-form-control,.sg-input-group>.sg-form-control-plaintext,.sg-input-group>.sg-form-select,.sg-input-group>.sg-form-floating{flex:1 1 auto;width:1%;min-width:0}.sg-input-group>.sg-button,.sg-input-group>button{position:relative;z-index:2}.sg-input-group>:not(:first-child):not(:last-child){border-radius:0}.sg-input-group>:not(:first-child):not(:last-child).sg-form-floating>.sg-form-control,.sg-input-group>:not(:first-child):not(:last-child).sg-form-floating>.sg-form-select{border-radius:0}.sg-input-group>:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.sg-input-group>:first-child.sg-form-floating>.sg-form-control,.sg-input-group>:first-child.sg-form-floating>.sg-form-select{border-top-right-radius:0;border-bottom-right-radius:0}.sg-input-group>:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.sg-input-group>:last-child.sg-form-floating>.sg-form-control,.sg-input-group>:last-child.sg-form-floating>.sg-form-select{border-top-left-radius:0;border-bottom-left-radius:0}.sg-input-group-text{display:flex;width:fit-content;align-items:center;text-align:center;font-size:.8rem;padding:.375em .5em;white-space:nowrap;background-color:#e9ecef;color:#212529;border:1px solid #dde0e3;border-radius:.375em}.sg-modal-tag::backdrop{z-index:1060;background:#000;opacity:.5;animation-name:fadeInBackdrop;animation-duration:.3s;animation-timing-function:ease-in-out;animation-fill-mode:forwards}.sg-modal-tag::backdrop.close{background:rgba(0,0,0,0);opacity:0;animation-name:fadeInBackdrop;animation-duration:.3s;animation-timing-function:ease-in-out;animation-fill-mode:backwards}@keyframes fadeInBackdrop{from{opacity:0}to{opacity:.5}}@keyframes fadeOutBackdrop{from{opacity:.5}to{opacity:0}}.sg-modal-tag{z-index:1061;padding:0;margin:2rem;width:100%;height:fit-content;color:#fff;background-color:#2e3236;background-clip:padding-box;border:1px solid #fff;border-radius:.5rem;outline:0}.sg-modal-tag[open=""]{animation-name:slide-in-up;animation-duration:.3s;animation-timing-function:ease-in-out;animation-fill-mode:forwards}.sg-modal-tag.close{animation:scale-down .3s ease-in-out}@keyframes scale-down{to{transform:translateY(10%);opacity:0}}@keyframes slide-in-up{from{transform:translateY(-10%);opacity:.5}}.sg-modal-dialog-centered{display:flex;justify-content:center;align-items:center;height:100dvh;max-width:100dvw;margin:0}.sg-modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:.75rem;border-bottom:1px solid #fff;border-top-left-radius:.5rem;border-top-right-radius:.5rem;margin:0}.sg-modal-header .sg-button-close{padding:.5rem .5rem;margin:-0.25rem -0.25rem -0.25rem auto}.sg-modal-title{margin:0}.sg-modal-body{position:relative;flex:1 1 auto;padding:1rem;background-color:#43474a}.sg-modal-footer{display:flex;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:.75rem;background-color:#2e3236;border-top:1px solid #fff;border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem;gap:.5rem}@media(max-width: 575px){.sg-modal-tag{margin:.5rem}}@media(min-width: 576px){.sg-modal-tag{max-width:500px;margin-right:auto;margin-left:auto}.sg-modal-sm{max-width:300px}}@media(min-width: 992px){.modal-lg,.modal-xl{max-width:800px}}@media(min-width: 1200px){.modal-xl{max-width:1140px}}.sg-modal-open{overflow:hidden}.sg-modal-backdrop{position:fixed;top:0;left:0;z-index:1050;width:100vw;height:100vh;background-color:#000}.sg-modal-backdrop.fadeIn{animation-name:fadeInBackdrop;animation-duration:.3s;animation-timing-function:ease-out;animation-fill-mode:forwards}.sg-modal-backdrop.fadeOut{animation-name:fadeOutBackdrop;animation-duration:.3s;animation-timing-function:ease-out;animation-fill-mode:forwards}@keyframes fadeInBackdrop{0%{opacity:0}100%{opacity:.5}}@keyframes fadeOutBackdrop{0%{opacity:.5}100%{opacity:0}}.sg-modal{position:fixed;top:0;left:0;z-index:1060;display:block;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.sg-modal-dialog{z-index:1061;position:relative;width:auto;margin:2rem;pointer-events:none}.sg-modal.fadeIn .sg-modal-dialog{animation-name:fadeIn;animation-duration:.3s;animation-timing-function:ease-out;animation-fill-mode:forwards}.sg-modal.fadeOut .sg-modal-dialog{animation-name:fadeOut;animation-duration:.3s;animation-timing-function:ease-out;animation-fill-mode:forwards}@keyframes fadeIn{0%{opacity:0;top:-50px}100%{opacity:1;top:0px}}@keyframes fadeOut{0%{opacity:1;top:0px}100%{opacity:0;top:-50px}}.sg-modal.sg-modal-static .sg-modal-dialog{transition:transform .3s ease-out;transform:scale(1.02)}.sg-modal-dialog-scrollable{height:calc(100% - 1rem)}.sg-modal-dialog-scrollable .sg-modal-content{max-height:100%;overflow:hidden}.sg-modal-dialog-scrollable .sg-modal-body{overflow-y:auto}.sg-modal-dialog-centered{display:flex;justify-content:center;align-items:center;height:100dvh;max-width:100dvw;margin:0}.sg-modal-content{position:relative;display:flex;flex-direction:column;width:100%;color:#fff;pointer-events:auto;background-color:#2e3236;background-clip:padding-box;border:1px solid #fff;border-radius:.5rem;outline:0}.sg-modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:.75rem;border-bottom:1px solid #fff;border-top-left-radius:.5rem;border-top-right-radius:.5rem}.sg-modal-header .sg-button-close{padding:.5rem .5rem;margin:-0.25rem -0.25rem -0.25rem auto}.sg-modal-title{margin-bottom:0}.sg-modal-body{position:relative;flex:1 1 auto;padding:1rem;background-color:#43474a}.sg-modal-footer{display:flex;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:.75rem;background-color:#2e3236;border-top:1px solid #fff;border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem;gap:.5rem}@media(max-width: 575px){.sg-modal-dialog{margin:.5rem}}@media(min-width: 576px){.sg-modal-dialog{max-width:500px;margin-right:auto;margin-left:auto}.sg-modal-sm{max-width:300px}}@media(min-width: 992px){.modal-lg,.modal-xl{max-width:800px}}@media(min-width: 1200px){.modal-xl{max-width:1140px}}.sg-nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.sg-nav-link{padding:.5rem 1rem;text-decoration:none;display:flex;align-items:center;gap:.5rem;margin-block:auto;color:var(--sg-navbar-link-color)}.sg-nav-link:hover{color:var(--sg-navbar-hover-color)}.sg-nav-link.disabled{pointer-events:none;cursor:default}[data-navdropdown=true] .sg-nav-link{color:#fff;font-size:.85rem;text-decoration:none}.sg-nav-item{margin-block:auto}.sg-navbar{--sg-navbar-bg: #1a1b1d;--sg-navbar-text-color: white;--sg-navbar-link-color: #fc5f5f;--sg-navbar-hover-color: white;--sg-navbar-disabled-color: rgb(180, 180, 180);--sg-navbar-active-color: white;--sg-navbar-zindex: $zindex-navbar;background-color:var(--sg-navbar-bg);background:linear-gradient(71deg, var(--sg-navbar-bg), color-mix(in srgb, var(--sg-navbar-bg), white 5%), var(--sg-navbar-bg), color-mix(in srgb, var(--sg-navbar-bg), white 5%), var(--sg-navbar-bg));width:100%;min-height:3rem;z-index:990;box-sizing:border-box;border:2px outset color-mix(in srgb, white 5%, var(--sg-navbar-bg));border-bottom:2px solid var(--sg-navbar-link-color);display:flex;flex-wrap:wrap;align-items:center;padding:.5rem 0rem;position:sticky;top:0;left:0}.sg-navbar>.container-xxl,.sg-navbar>.container-xl,.sg-navbar>.container-lg,.sg-navbar>.container-md,.sg-navbar>.container-sm,.sg-navbar>.sg-container,.sg-navbar>.sg-container-fluid,.sg-navbar>.sg-container-sm,.sg-navbar>.sg-container-md,.sg-navbar>.sg-container-lg,.sg-navbar>.sg-container-xl,.sg-navbar>.sg-container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.sg-navbar-brand{padding-top:.25rem;padding-bottom:.25rem;margin-inline:1rem;margin-block:auto;color:var(--sg-navbar-link-color);text-decoration:none;white-space:nowrap}.sg-navbar-brand:hover,.sg-navbar-brand:focus{color:var(--sg-navbar-hover-color);text-decoration:none}.sg-navbar-nav{--nav-link-padding-x: 0;--nav-link-padding-y: 0.5rem;--nav-link-color: $sg-link-color;--nav-link-hover-color: $sg-link-hover-color;--nav-link-disabled-color: $sg-link-disable-color;margin:0;display:flex;flex-direction:row;padding-left:0;margin-bottom:0;list-style:none}.sg-navbar-nav .show>.nav-link,.sg-navbar-nav .nav-link.active{color:var(--sg-navbar-active-color)}.sg-navbar-nav .dropdown-menu{position:static}.sg-navbar-text{padding-top:.5rem;padding-bottom:.5rem;color:var(--sg-navbar-active-color)}.sg-navbar-text a,.sg-navbar-text a:hover,.sg-navbar-text a:focus{color:var(--sg-navbar-active-color)}.nav-item a{color:#fff;text-decoration:none}.sg-nav-dropdown-toggle{background-color:rgba(0,0,0,0);display:block;padding:.5em 1em;color:var(--sg-navbar-link-color);text-decoration:none;border-radius:0;border:1px solid rgba(0,0,0,0);cursor:pointer}.sg-nav-dropdown-toggle:hover,.sg-nav-dropdown-toggle:focus{background-color:rgba(0,0,0,0);border:1px solid rgba(0,0,0,0);color:var(--sg-navbar-hover-color)}.sg-nav-dropdown-toggle:active{background-color:rgba(0,0,0,0)}.sg-nav-dropdown-toggle:focus-visible,.sg-nav-dropdown-toggle:focus{border:1px solid rgba(0,0,0,0)}.sg-nav-dropdown-toggle[aria-expanded=true]{color:#fff}.sg-nav-dropdown-toggle.disabled{color:rgba(0,0,0,.24);pointer-events:none;cursor:default}.sg-offCanvas-open{overflow:hidden}.sg-offCanvas-backdrop{position:fixed;top:0;left:0;z-index:1050;width:100vw;height:100vh;background-color:#000}.sg-offCanvas-backdrop.fadeIn{animation-name:fadeInBackdrop;animation-duration:.3s;animation-timing-function:ease-out;animation-fill-mode:forwards}.sg-offCanvas-backdrop.fadeOut{animation-name:fadeOutBackdrop;animation-duration:.3s;animation-timing-function:ease-out;animation-fill-mode:forwards}@keyframes fadeInBackdrop{0%{opacity:0}100%{opacity:.5}}@keyframes fadeOutBackdrop{0%{opacity:.5}100%{opacity:0}}.sg-offCanvas{position:fixed;top:0;left:0;z-index:1060;display:block;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.sg-offCanvas-dialog{z-index:1061;position:relative;width:auto;max-height:100vh;pointer-events:none}.sg-offCanvas.fadeIn .sg-offCanvas-dialog{animation-name:fadeIn;animation-duration:.6s;animation-timing-function:ease-out;animation-fill-mode:forwards}.sg-offCanvas.fadeOut .sg-offCanvas-dialog{animation-name:fadeOut;animation-duration:.3s;animation-timing-function:ease-out;animation-fill-mode:forwards}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.sg-offCanvas-content{--sg-offcanvas-size: 478px;position:fixed;bottom:0;display:flex;flex-direction:column;max-width:100%;max-height:100%;color:#fff;pointer-events:auto;background-color:#2e3236;background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}.sg-offCanvas-content.sg-offcanvas-start{top:0;left:0;width:var(--sg-offcanvas-size);border-right:1px solid #2e3236;transform:translateX(-100%)}.sg-offCanvas-content.sg-offcanvas-end{top:0;right:0;width:var(--sg-offcanvas-size);border-left:1px solid #2e3236;transform:translateX(100%)}.sg-offCanvas-content.sg-offcanvas-top{top:0;right:0;left:0;height:var(--sg-offcanvas-size);max-height:100%;border-bottom:1px solid #2e3236;transform:translateY(-100%)}.sg-offCanvas-content.sg-offcanvas-bottom{right:0;left:0;height:var(--sg-offcanvas-size);max-height:100%;border-top:1px solid #2e3236;transform:translateY(100%)}.sg-offCanvas-content.sg-slide-in{transform:none}.sg-offCanvas-content.sg-offCanvas-static{transition:transform .3s ease-out;transform:scaleX(1.02)}.sg-offCanvas-content .sg-offCanvas-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:1em}.sg-offCanvas-content .sg-offCanvas-header .sg-button-close{padding:.5em .5em;margin:-0.25em -0.25em -0.25em auto}.sg-offCanvas-content .sg-offCanvas-title{margin-bottom:0}.sg-offCanvas-content .sg-offCanvas-body{position:relative;flex:1 1 auto;padding:1em;background-color:#43474a;overflow:auto}.sg-overlay-arrow{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 20 20"> <polygon points="1,1 1,19, 14,10" fill="black" stroke-width="1.5" stroke="black" /> </svg>');background-repeat:no-repeat no-repeat;background-position:center center;background-size:cover;height:20px;width:15px;z-index:1010}.sg-overlay-arrow.overlay-position-right{transform:rotate(180deg)}.sg-overlay-arrow.overlay-position-left{transform:rotate(0deg)}.sg-overlay-arrow.overlay-position-top{transform:rotate(90deg)}.sg-overlay-arrow.overlay-position-bottom{transform:rotate(270deg)}.sg-moveable-popout{--popout-index: 1010;position:absolute;display:flex;flex-direction:column;border-radius:.375em;padding:0;margin:0;border:1px solid #fff;width:15rem;min-width:min(18rem,100%);min-height:min(9rem,100%);box-shadow:0 0 .5rem rgba(255,255,255,.3764705882);color:#fff;overflow:hidden;z-index:var(--popout-index)}.sg-moveable-popout .sg-popout-header{user-select:inherit;margin-bottom:0;padding:.25em .5em;background-color:color-mix(in hsl, white 3%, #212529);border-bottom:1px solid #fff}.sg-moveable-popout .sg-popout-header>*{margin:0}.sg-moveable-popout .sg-popout-header:first-child{border-radius:.375em .375em 0 0}.sg-moveable-popout[data-move=true]{touch-action:none}.sg-moveable-popout[data-move=true] .sg-popout-header{cursor:move}.sg-moveable-popout .sg-popout-body{flex:1 1 auto;padding:.5em;user-select:inherit;background-color:color-mix(in srgb, white 4%, color-mix(in hsl, white 3%, #212529))}.sg-moveable-popout .sg-popout-footer{user-select:inherit;padding:.25em .5em;background-color:color-mix(in hsl, white 3%, #212529);border-top:1px solid #fff}.sg-moveable-popout .sg-popout-footer:last-child{border-radius:0 0 .375em .375em}.sg-moveable-popout .sg-popout-text:last-child{margin-bottom:0}.sg-moveable-popout[data-resize=true]{resize:both}.sg-moveable-popout[data-resize=true]::before{content:"";position:absolute;bottom:0;right:0;z-index:calc(var(--popout-index) + 1);width:1em;height:1em;background-image:url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256"><rect width="256" height="256" fill="none"/><line x1="208" y1="128" x2="128" y2="208" fill="none" stroke="white" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><line x1="192" y1="40" x2="40" y2="192" fill="none" stroke="white" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/></svg>')}.sg-spinner{display:inline-block;border-radius:50%;width:1em;height:1em;border:.2em solid #fff;border-right-color:rgba(0,0,0,0);margin:auto;animation-name:spinny;animation-duration:.5s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes spinny{100%{transform:rotate(360deg)}}.sg-table{--sg-table-padding: $sg-table-padding;width:100%;margin-bottom:1rem;color:#000;vertical-align:top;border-color:#000}.sg-table>:not(caption)>*>*{padding:.5rem .5rem;background-color:rgba(0,0,0,0);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px rgba(0,0,0,0)}.sg-table>tbody{vertical-align:inherit}.sg-table>thead{vertical-align:bottom}.sg-caption-top{caption-side:top}.sg-table-sm>:not(caption)>*>*{padding:.25rem .25rem}.sg-tabs{width:100%}.sg-tabs-controls{display:flex;flex-direction:row;background-color:#212529;min-height:2rem;border-bottom:1px solid #fff}.sg-tabs-button{display:block;color:#fc5f5f;background-color:#212529;padding:.375rem .75rem;border:2px solid #212529;font-size:.85rem}.sg-tabs-button:hover{background-color:color-mix(in srgb, black 15%, #212529)}.sg-tabs-button:active{background-color:color-mix(in srgb, black 20%, #212529)}.sg-tabs-button.sg-active{border:2px solid #fff;border-bottom:2px solid var(--sg-body-bg)}.sg-tabs-content{width:100%}.sg-tabs-page{display:none}.sg-tabs-page.sg-active{display:flex;flex-wrap:wrap;flex-direction:column;padding-block:1rem}/*# sourceMappingURL=stargazerui.css.map */
@@ -0,0 +1 @@
1
+ {"version":3,"sourceRoot":"","sources":["../../src/styles/_utilities.scss","../../src/styles/_variables.scss","../../src/styles/_reset.scss","../../src/styles/_components.scss","../../src/styles/_Card.scss","../../src/styles/_CloseButton.scss","../../src/styles/_CustomButton.scss","../../src/styles/_Dropdown.scss","../../src/styles/_FloatingLabel.scss","../../src/styles/forms/_FormCheck.scss","../../src/styles/_mixins.scss","../../src/styles/forms/_FormControl.scss","../../src/styles/forms/_FormLabel.scss","../../src/styles/forms/_FormSelect.scss","../../src/styles/forms/_FormText.scss","../../src/styles/_Grid.scss","../../src/styles/_InputGroup.scss","../../src/styles/_Modal.scss","../../src/styles/_ModalOld.scss","../../src/styles/_Nav.scss","../../src/styles/_NavBar.scss","../../src/styles/_NavDropdown.scss","../../src/styles/_OffCanvas.scss","../../src/styles/_OverLay.scss","../../src/styles/_Popout.scss","../../src/styles/_Spinner.scss","../../src/styles/_Table.scss","../../src/styles/_Tabs.scss"],"names":[],"mappings":"AAAA,yBACI,gBACE,sBAEF,cACE,uBAEF,eACE,sBAEF,aACE,0BAEF,mBACE,gCAEF,YACE,yBAEF,WACE,wBAEF,YACE,yBAEF,gBACE,6BAEF,iBACE,8BAEF,WACE,wBAEF,kBACE,+BAEF,WACE,wBAEF,cACE,yBAEF,aACE,8BAEF,gBACE,iCAEF,qBACE,sCAEF,wBACE,yCAEF,gBACE,uBAEF,gBACE,uBAEF,kBACE,yBAEF,kBACE,yBAEF,cACE,0BAEF,gBACE,4BAEF,sBACE,kCAEF,0BACE,sCAEF,wBACE,oCAEF,2BACE,kCAEF,4BACE,yCAEF,2BACE,wCAEF,2BACE,wCAEF,sBACE,kCAEF,oBACE,gCAEF,uBACE,8BAEF,yBACE,gCAEF,wBACE,+BAEF,wBACE,oCAEF,sBACE,kCAEF,yBACE,gCAEF,0BACE,uCAEF,yBACE,sCAEF,0BACE,iCAEF,oBACE,2BAEF,qBACE,iCAEF,mBACE,+BAEF,sBACE,6BAEF,wBACE,+BAEF,uBACE,8BAEF,gBACE,oBAEF,YACE,mBAEF,YACE,mBAEF,YACE,mBAEF,YACE,mBAEF,YACE,mBAEF,YACE,mBAEF,eACE,mBAEF,QACE,oBAEF,QACE,yBAEF,QACE,wBAEF,QACE,uBAEF,QACE,yBAEF,QACE,uBAEF,WACE,uBAEF,SACE,0BACA,yBAEF,SACE,+BACA,8BAEF,SACE,8BACA,6BAEF,SACE,6BACA,4BAEF,SACE,+BACA,8BAEF,SACE,6BACA,4BAEF,YACE,6BACA,4BAEF,SACE,wBACA,2BAEF,SACE,6BACA,gCAEF,SACE,4BACA,+BAEF,SACE,2BACA,8BAEF,SACE,6BACA,gCAEF,SACE,2BACA,8BAEF,YACE,2BACA,8BAEF,SACE,wBAEF,SACE,6BAEF,SACE,4BAEF,SACE,2BAEF,SACE,6BAEF,SACE,2BAEF,YACE,2BAEF,SACE,0BAEF,SACE,+BAEF,SACE,8BAEF,SACE,6BAEF,SACE,+BAEF,SACE,6BAEF,YACE,6BAEF,SACE,2BAEF,SACE,gCAEF,SACE,+BAEF,SACE,8BAEF,SACE,gCAEF,SACE,8BAEF,YACE,8BAEF,SACE,yBAEF,SACE,8BAEF,SACE,6BAEF,SACE,4BAEF,SACE,8BAEF,SACE,4BAEF,YACE,4BAEF,QACE,qBAEF,QACE,0BAEF,QACE,yBAEF,QACE,wBAEF,QACE,0BAEF,QACE,wBAEF,SACE,2BACA,0BAEF,SACE,gCACA,+BAEF,SACE,+BACA,8BAEF,SACE,8BACA,6BAEF,SACE,gCACA,+BAEF,SACE,8BACA,6BAEF,SACE,yBACA,4BAEF,SACE,8BACA,iCAEF,SACE,6BACA,gCAEF,SACE,4BACA,+BAEF,SACE,8BACA,iCAEF,SACE,4BACA,+BAEF,SACE,yBAEF,SACE,8BAEF,SACE,6BAEF,SACE,4BAEF,SACE,8BAEF,SACE,4BAEF,SACE,2BAEF,SACE,gCAEF,SACE,+BAEF,SACE,8BAEF,SACE,gCAEF,SACE,8BAEF,SACE,4BAEF,SACE,iCAEF,SACE,gCAEF,SACE,+BAEF,SACE,iCAEF,SACE,+BAEF,SACE,0BAEF,SACE,+BAEF,SACE,8BAEF,SACE,6BAEF,SACE,+BAEF,SACE,6BAEF,UACE,iBAEF,UACE,sBAEF,UACE,qBAEF,UACE,oBAEF,UACE,sBAEF,UACE,oBAEF,eACE,2BAEF,aACE,4BAEF,gBACE,8BAGN,yBACI,gBACE,sBAEF,cACE,uBAEF,eACE,sBAEF,aACE,0BAEF,mBACE,gCAEF,YACE,yBAEF,WACE,wBAEF,YACE,yBAEF,gBACE,6BAEF,iBACE,8BAEF,WACE,wBAEF,kBACE,+BAEF,WACE,wBAEF,cACE,yBAEF,aACE,8BAEF,gBACE,iCAEF,qBACE,sCAEF,wBACE,yCAEF,gBACE,uBAEF,gBACE,uBAEF,kBACE,yBAEF,kBACE,yBAEF,cACE,0BAEF,gBACE,4BAEF,sBACE,kCAEF,0BACE,sCAEF,wBACE,oCAEF,2BACE,kCAEF,4BACE,yCAEF,2BACE,wCAEF,2BACE,wCAEF,sBACE,kCAEF,oBACE,gCAEF,uBACE,8BAEF,yBACE,gCAEF,wBACE,+BAEF,wBACE,oCAEF,sBACE,kCAEF,yBACE,gCAEF,0BACE,uCAEF,yBACE,sCAEF,0BACE,iCAEF,oBACE,2BAEF,qBACE,iCAEF,mBACE,+BAEF,sBACE,6BAEF,wBACE,+BAEF,uBACE,8BAEF,gBACE,oBAEF,YACE,mBAEF,YACE,mBAEF,YACE,mBAEF,YACE,mBAEF,YACE,mBAEF,YACE,mBAEF,eACE,mBAEF,QACE,oBAEF,QACE,yBAEF,QACE,wBAEF,QACE,uBAEF,QACE,yBAEF,QACE,uBAEF,WACE,uBAEF,SACE,0BACA,yBAEF,SACE,+BACA,8BAEF,SACE,8BACA,6BAEF,SACE,6BACA,4BAEF,SACE,+BACA,8BAEF,SACE,6BACA,4BAEF,YACE,6BACA,4BAEF,SACE,wBACA,2BAEF,SACE,6BACA,gCAEF,SACE,4BACA,+BAEF,SACE,2BACA,8BAEF,SACE,6BACA,gCAEF,SACE,2BACA,8BAEF,YACE,2BACA,8BAEF,SACE,wBAEF,SACE,6BAEF,SACE,4BAEF,SACE,2BAEF,SACE,6BAEF,SACE,2BAEF,YACE,2BAEF,SACE,0BAEF,SACE,+BAEF,SACE,8BAEF,SACE,6BAEF,SACE,+BAEF,SACE,6BAEF,YACE,6BAEF,SACE,2BAEF,SACE,gCAEF,SACE,+BAEF,SACE,8BAEF,SACE,gCAEF,SACE,8BAEF,YACE,8BAEF,SACE,yBAEF,SACE,8BAEF,SACE,6BAEF,SACE,4BAEF,SACE,8BAEF,SACE,4BAEF,YACE,4BAEF,QACE,qBAEF,QACE,0BAEF,QACE,yBAEF,QACE,wBAEF,QACE,0BAEF,QACE,wBAEF,SACE,2BACA,0BAEF,SACE,gCACA,+BAEF,SACE,+BACA,8BAEF,SACE,8BACA,6BAEF,SACE,gCACA,+BAEF,SACE,8BACA,6BAEF,SACE,yBACA,4BAEF,SACE,8BACA,iCAEF,SACE,6BACA,gCAEF,SACE,4BACA,+BAEF,SACE,8BACA,iCAEF,SACE,4BACA,+BAEF,SACE,yBAEF,SACE,8BAEF,SACE,6BAEF,SACE,4BAEF,SACE,8BAEF,SACE,4BAEF,SACE,2BAEF,SACE,gCAEF,SACE,+BAEF,SACE,8BAEF,SACE,gCAEF,SACE,8BAEF,SACE,4BAEF,SACE,iCAEF,SACE,gCAEF,SACE,+BAEF,SACE,iCAEF,SACE,+BAEF,SACE,0BAEF,SACE,+BAEF,SACE,8BAEF,SACE,6BAEF,SACE,+BAEF,SACE,6BAEF,UACE,iBAEF,UACE,sBAEF,UACE,qBAEF,UACE,oBAEF,UACE,sBAEF,UACE,oBAEF,eACE,2BAEF,aACE,4BAEF,gBACE,8BAGN,yBACI,gBACE,sBAEF,cACE,uBAEF,eACE,sBAEF,aACE,0BAEF,mBACE,gCAEF,YACE,yBAEF,WACE,wBAEF,YACE,yBAEF,gBACE,6BAEF,iBACE,8BAEF,WACE,wBAEF,kBACE,+BAEF,WACE,wBAEF,cACE,yBAEF,aACE,8BAEF,gBACE,iCAEF,qBACE,sCAEF,wBACE,yCAEF,gBACE,uBAEF,gBACE,uBAEF,kBACE,yBAEF,kBACE,yBAEF,cACE,0BAEF,gBACE,4BAEF,sBACE,kCAEF,0BACE,sCAEF,wBACE,oCAEF,2BACE,kCAEF,4BACE,yCAEF,2BACE,wCAEF,2BACE,wCAEF,sBACE,kCAEF,oBACE,gCAEF,uBACE,8BAEF,yBACE,gCAEF,wBACE,+BAEF,wBACE,oCAEF,sBACE,kCAEF,yBACE,gCAEF,0BACE,uCAEF,yBACE,sCAEF,0BACE,iCAEF,oBACE,2BAEF,qBACE,iCAEF,mBACE,+BAEF,sBACE,6BAEF,wBACE,+BAEF,uBACE,8BAEF,gBACE,oBAEF,YACE,mBAEF,YACE,mBAEF,YACE,mBAEF,YACE,mBAEF,YACE,mBAEF,YACE,mBAEF,eACE,mBAEF,QACE,oBAEF,QACE,yBAEF,QACE,wBAEF,QACE,uBAEF,QACE,yBAEF,QACE,uBAEF,WACE,uBAEF,SACE,0BACA,yBAEF,SACE,+BACA,8BAEF,SACE,8BACA,6BAEF,SACE,6BACA,4BAEF,SACE,+BACA,8BAEF,SACE,6BACA,4BAEF,YACE,6BACA,4BAEF,SACE,wBACA,2BAEF,SACE,6BACA,gCAEF,SACE,4BACA,+BAEF,SACE,2BACA,8BAEF,SACE,6BACA,gCAEF,SACE,2BACA,8BAEF,YACE,2BACA,8BAEF,SACE,wBAEF,SACE,6BAEF,SACE,4BAEF,SACE,2BAEF,SACE,6BAEF,SACE,2BAEF,YACE,2BAEF,SACE,0BAEF,SACE,+BAEF,SACE,8BAEF,SACE,6BAEF,SACE,+BAEF,SACE,6BAEF,YACE,6BAEF,SACE,2BAEF,SACE,gCAEF,SACE,+BAEF,SACE,8BAEF,SACE,gCAEF,SACE,8BAEF,YACE,8BAEF,SACE,yBAEF,SACE,8BAEF,SACE,6BAEF,SACE,4BAEF,SACE,8BAEF,SACE,4BAEF,YACE,4BAEF,QACE,qBAEF,QACE,0BAEF,QACE,yBAEF,QACE,wBAEF,QACE,0BAEF,QACE,wBAEF,SACE,2BACA,0BAEF,SACE,gCACA,+BAEF,SACE,+BACA,8BAEF,SACE,8BACA,6BAEF,SACE,gCACA,+BAEF,SACE,8BACA,6BAEF,SACE,yBACA,4BAEF,SACE,8BACA,iCAEF,SACE,6BACA,gCAEF,SACE,4BACA,+BAEF,SACE,8BACA,iCAEF,SACE,4BACA,+BAEF,SACE,yBAEF,SACE,8BAEF,SACE,6BAEF,SACE,4BAEF,SACE,8BAEF,SACE,4BAEF,SACE,2BAEF,SACE,gCAEF,SACE,+BAEF,SACE,8BAEF,SACE,gCAEF,SACE,8BAEF,SACE,4BAEF,SACE,iCAEF,SACE,gCAEF,SACE,+BAEF,SACE,iCAEF,SACE,+BAEF,SACE,0BAEF,SACE,+BAEF,SACE,8BAEF,SACE,6BAEF,SACE,+BAEF,SACE,6BAEF,UACE,iBAEF,UACE,sBAEF,UACE,qBAEF,UACE,oBAEF,UACE,sBAEF,UACE,oBAEF,eACE,2BAEF,aACE,4BAEF,gBACE,8BAGN,0BACI,gBACE,sBAEF,cACE,uBAEF,eACE,sBAEF,aACE,0BAEF,mBACE,gCAEF,YACE,yBAEF,WACE,wBAEF,YACE,yBAEF,gBACE,6BAEF,iBACE,8BAEF,WACE,wBAEF,kBACE,+BAEF,WACE,wBAEF,cACE,yBAEF,aACE,8BAEF,gBACE,iCAEF,qBACE,sCAEF,wBACE,yCAEF,gBACE,uBAEF,gBACE,uBAEF,kBACE,yBAEF,kBACE,yBAEF,cACE,0BAEF,gBACE,4BAEF,sBACE,kCAEF,0BACE,sCAEF,wBACE,oCAEF,2BACE,kCAEF,4BACE,yCAEF,2BACE,wCAEF,2BACE,wCAEF,sBACE,kCAEF,oBACE,gCAEF,uBACE,8BAEF,yBACE,gCAEF,wBACE,+BAEF,wBACE,oCAEF,sBACE,kCAEF,yBACE,gCAEF,0BACE,uCAEF,yBACE,sCAEF,0BACE,iCAEF,oBACE,2BAEF,qBACE,iCAEF,mBACE,+BAEF,sBACE,6BAEF,wBACE,+BAEF,uBACE,8BAEF,gBACE,oBAEF,YACE,mBAEF,YACE,mBAEF,YACE,mBAEF,YACE,mBAEF,YACE,mBAEF,YACE,mBAEF,eACE,mBAEF,QACE,oBAEF,QACE,yBAEF,QACE,wBAEF,QACE,uBAEF,QACE,yBAEF,QACE,uBAEF,WACE,uBAEF,SACE,0BACA,yBAEF,SACE,+BACA,8BAEF,SACE,8BACA,6BAEF,SACE,6BACA,4BAEF,SACE,+BACA,8BAEF,SACE,6BACA,4BAEF,YACE,6BACA,4BAEF,SACE,wBACA,2BAEF,SACE,6BACA,gCAEF,SACE,4BACA,+BAEF,SACE,2BACA,8BAEF,SACE,6BACA,gCAEF,SACE,2BACA,8BAEF,YACE,2BACA,8BAEF,SACE,wBAEF,SACE,6BAEF,SACE,4BAEF,SACE,2BAEF,SACE,6BAEF,SACE,2BAEF,YACE,2BAEF,SACE,0BAEF,SACE,+BAEF,SACE,8BAEF,SACE,6BAEF,SACE,+BAEF,SACE,6BAEF,YACE,6BAEF,SACE,2BAEF,SACE,gCAEF,SACE,+BAEF,SACE,8BAEF,SACE,gCAEF,SACE,8BAEF,YACE,8BAEF,SACE,yBAEF,SACE,8BAEF,SACE,6BAEF,SACE,4BAEF,SACE,8BAEF,SACE,4BAEF,YACE,4BAEF,QACE,qBAEF,QACE,0BAEF,QACE,yBAEF,QACE,wBAEF,QACE,0BAEF,QACE,wBAEF,SACE,2BACA,0BAEF,SACE,gCACA,+BAEF,SACE,+BACA,8BAEF,SACE,8BACA,6BAEF,SACE,gCACA,+BAEF,SACE,8BACA,6BAEF,SACE,yBACA,4BAEF,SACE,8BACA,iCAEF,SACE,6BACA,gCAEF,SACE,4BACA,+BAEF,SACE,8BACA,iCAEF,SACE,4BACA,+BAEF,SACE,yBAEF,SACE,8BAEF,SACE,6BAEF,SACE,4BAEF,SACE,8BAEF,SACE,4BAEF,SACE,2BAEF,SACE,gCAEF,SACE,+BAEF,SACE,8BAEF,SACE,gCAEF,SACE,8BAEF,SACE,4BAEF,SACE,iCAEF,SACE,gCAEF,SACE,+BAEF,SACE,iCAEF,SACE,+BAEF,SACE,0BAEF,SACE,+BAEF,SACE,8BAEF,SACE,6BAEF,SACE,+BAEF,SACE,6BAEF,UACE,iBAEF,UACE,sBAEF,UACE,qBAEF,UACE,oBAEF,UACE,sBAEF,UACE,oBAEF,eACE,2BAEF,aACE,4BAEF,gBACE,8BAGN,0BACI,iBACE,sBAEF,eACE,uBAEF,gBACE,sBAEF,cACE,0BAEF,oBACE,gCAEF,aACE,yBAEF,YACE,wBAEF,aACE,yBAEF,iBACE,6BAEF,kBACE,8BAEF,YACE,wBAEF,mBACE,+BAEF,YACE,wBAEF,eACE,yBAEF,cACE,8BAEF,iBACE,iCAEF,sBACE,sCAEF,yBACE,yCAEF,iBACE,uBAEF,iBACE,uBAEF,mBACE,yBAEF,mBACE,yBAEF,eACE,0BAEF,iBACE,4BAEF,uBACE,kCAEF,2BACE,sCAEF,yBACE,oCAEF,4BACE,kCAEF,6BACE,yCAEF,4BACE,wCAEF,4BACE,wCAEF,uBACE,kCAEF,qBACE,gCAEF,wBACE,8BAEF,0BACE,gCAEF,yBACE,+BAEF,yBACE,oCAEF,uBACE,kCAEF,0BACE,gCAEF,2BACE,uCAEF,0BACE,sCAEF,2BACE,iCAEF,qBACE,2BAEF,sBACE,iCAEF,oBACE,+BAEF,uBACE,6BAEF,yBACE,+BAEF,wBACE,8BAEF,iBACE,oBAEF,aACE,mBAEF,aACE,mBAEF,aACE,mBAEF,aACE,mBAEF,aACE,mBAEF,aACE,mBAEF,gBACE,mBAEF,SACE,oBAEF,SACE,yBAEF,SACE,wBAEF,SACE,uBAEF,SACE,yBAEF,SACE,uBAEF,YACE,uBAEF,UACE,0BACA,yBAEF,UACE,+BACA,8BAEF,UACE,8BACA,6BAEF,UACE,6BACA,4BAEF,UACE,+BACA,8BAEF,UACE,6BACA,4BAEF,aACE,6BACA,4BAEF,UACE,wBACA,2BAEF,UACE,6BACA,gCAEF,UACE,4BACA,+BAEF,UACE,2BACA,8BAEF,UACE,6BACA,gCAEF,UACE,2BACA,8BAEF,aACE,2BACA,8BAEF,UACE,wBAEF,UACE,6BAEF,UACE,4BAEF,UACE,2BAEF,UACE,6BAEF,UACE,2BAEF,aACE,2BAEF,UACE,0BAEF,UACE,+BAEF,UACE,8BAEF,UACE,6BAEF,UACE,+BAEF,UACE,6BAEF,aACE,6BAEF,UACE,2BAEF,UACE,gCAEF,UACE,+BAEF,UACE,8BAEF,UACE,gCAEF,UACE,8BAEF,aACE,8BAEF,UACE,yBAEF,UACE,8BAEF,UACE,6BAEF,UACE,4BAEF,UACE,8BAEF,UACE,4BAEF,aACE,4BAEF,SACE,qBAEF,SACE,0BAEF,SACE,yBAEF,SACE,wBAEF,SACE,0BAEF,SACE,wBAEF,UACE,2BACA,0BAEF,UACE,gCACA,+BAEF,UACE,+BACA,8BAEF,UACE,8BACA,6BAEF,UACE,gCACA,+BAEF,UACE,8BACA,6BAEF,UACE,yBACA,4BAEF,UACE,8BACA,iCAEF,UACE,6BACA,gCAEF,UACE,4BACA,+BAEF,UACE,8BACA,iCAEF,UACE,4BACA,+BAEF,UACE,yBAEF,UACE,8BAEF,UACE,6BAEF,UACE,4BAEF,UACE,8BAEF,UACE,4BAEF,UACE,2BAEF,UACE,gCAEF,UACE,+BAEF,UACE,8BAEF,UACE,gCAEF,UACE,8BAEF,UACE,4BAEF,UACE,iCAEF,UACE,gCAEF,UACE,+BAEF,UACE,iCAEF,UACE,+BAEF,UACE,0BAEF,UACE,+BAEF,UACE,8BAEF,UACE,6BAEF,UACE,+BAEF,UACE,6BAEF,WACE,iBAEF,WACE,sBAEF,WACE,qBAEF,WACE,oBAEF,WACE,sBAEF,WACE,oBAEF,gBACE,2BAEF,cACE,4BAEF,iBACE,8BC36EN,MACC,sBACE,uBAGH,KACC,mCACA,2BACA,eAuED,gBACC,kCACA,WAED,cACC,yCACA,wBACA,gCACA,+BACG,gBACA,cCxFJ,MACC,eACA,gBACA,oJAGA,mCACA,kCAGD,KACC,SACA,UAGD,oBACC,aAGD,YACC,WAED,eACC,+BACA,4BAED,gBACC,gCACA,6BAED,aACC,gBAED,kBACC,kCACA,yBAED,mBACC,mCACA,0BAGD,eACE,aAEF,aACE,aACA,sBAEF,UACE,aACA,mBAGF,UACE,qBAGF,EACE,sBACA,mDACA,qBAGF,OACE,UACA,SACA,cAGF,sBACE,iBAGF,OACE,eACA,iBAGF,GACE,eACA,cACA,SACA,qBACA,YAGF,0CACE,aACA,oBACA,gBACA,gBAGF,OACE,iCAEF,0BACE,OACE,kBAIJ,OACE,gCAEF,0BACE,OACE,gBAIJ,OACE,8BAEF,0BACE,OACE,mBAIJ,OACE,gCAEF,0BACE,OACE,kBAIJ,OACE,kBAGF,OACE,eAGF,EACE,aACA,mBAGF,SACE,aACA,gBAGF,GACE,gBAGF,GACE,oBACA,cAGF,SACE,mBAGF,EACE,2BACA,0BAEF,QACE,iCAGF,QACE,sBAGF,MACE,qBC1KF,oBACC,6BACA,qBACA,sBACA,qBACA,uBACA,2BACA,iCACA,8BACA,oBChBD,SACI,2BACA,qBAEA,4FACA,gGAEA,qCACA,oGAEA,uBAEA,aACA,sBACA,wDACA,kBAEA,wCACA,4IAKA,4BACA,yBACI,MHqDU,KGpDV,sBAGJ,uBACI,cACA,YAGJ,yBACI,gBACA,iBACA,6CAGA,qCACI,iDACA,kDAGR,wBACI,SAGJ,yBACI,iBACA,0CACA,oCACI,oDACA,qDAIR,kCACI,gBAIR,gBACI,kBACA,WACA,wBACA,2BACA,0BACA,yBACA,WACA,wCACA,gIAwBJ,SACI,qCACA,gBACA,WACA,kBApBA,gEACA,qCAEA,mEACA,yCAEA,wDAgBI,WAGR,WACI,qCACA,gBACA,WACA,oBA7BA,gEACA,qCAEA,mEACA,yCAEA,wDA2BJ,SACI,qCACA,gBACA,WACA,kBArCA,gEACA,qCAEA,mEACA,yCAEA,wDAiCI,WAGR,MACI,qCACA,gBACA,WACA,eA9CA,gEACA,qCAEA,mEACA,yCAEA,wDA0CI,WAGR,SACI,qCACA,gBACA,WACA,kBAvDA,gEACA,qCAEA,mEACA,yCAEA,wDAmDI,WAGR,QACI,qCACA,gBACA,WACA,iBAhEA,gEACA,qCAEA,mEACA,yCAEA,wDA4DI,WAGR,OACI,qCACA,gBACA,WACA,gBAzEA,gEACA,qCAEA,mEACA,yCAEA,wDAqEI,WAGR,MACI,qCACA,gBACA,WACA,eAlFA,gEACA,qCAEA,mEACA,yCAEA,wDClFJ,iBACI,uBACA,WACA,YACA,sBACA,WACA,yWACA,SACA,sBACA,WAGA,uBACE,WACA,qBACA,YAEF,0EACI,0BACA,uBACA,UACA,UAGJ,oDAEE,oBACA,iBACA,YAIJ,uBACE,kDAGJ,gCACC,6BACA,qBACA,sBACA,qBACA,uBACA,2BACA,iCACA,8BACA,oBCrCD,WACI,oBACA,oBACA,wBACA,iDACA,qDACA,kDACA,sDACA,oCACA,uCACA,uCAEA,sBACA,sBACA,qBACA,kBACA,sBACA,uBAEA,iCACA,qCACA,wBACA,kCACI,uCACA,uCAEJ,kBACI,wCACA,wCAEJ,yBACI,0DACA,mDACA,qDACA,UAQJ,mBACI,oBACA,oBACA,wBACA,0BACA,8BACA,2BACA,+BACA,oCACA,uCACA,uCAEJ,8BACI,kBACA,cAdJ,qBACI,oBACA,oBACA,wBACA,0BACA,8BACA,2BACA,+BACA,oCACA,uCACA,uCAEJ,gCACI,kBACA,cAdJ,mBACI,oBACA,oBACA,wBACA,0BACA,8BACA,2BACA,+BACA,oCACA,uCACA,uCAEJ,8BACI,kBACA,cAdJ,gBACI,oBACA,oBACA,wBACA,0BACA,8BACA,2BACA,+BACA,oCACA,uCACA,uCAEJ,2BACI,kBACA,cAdJ,mBACI,oBACA,oBACA,wBACA,0BACA,8BACA,2BACA,+BACA,oCACA,uCACA,uCAEJ,8BACI,kBACA,cAdJ,kBACI,oBACA,oBACA,wBACA,0BACA,8BACA,2BACA,+BACA,oCACA,uCACA,uCAEJ,6BACI,kBACA,cAdJ,iBACI,oBACA,oBACA,wBACA,0BACA,8BACA,2BACA,+BACA,oCACA,uCACA,uCAEJ,4BACI,kBACA,cAdJ,gBACI,oBACA,oBACA,wBACA,0BACA,8BACA,2BACA,+BACA,oCACA,uCACA,uCAEJ,2BACI,kBACA,cAIR,2CACI,kBACA,oBACA,sBAEA,sBAEA,iEACI,kBACA,cAKJ,mHACI,iBAIJ,2GACI,0BACA,6BAOJ,6JACI,yBACA,4BAIR,0BACI,sBACA,uBACA,uBAGA,gFAEE,WAGF,oHAEE,gBAIF,mJAEI,4BACA,6BAGJ,wHAEI,yBACA,0BClIR,sEAME,kBAGF,aACE,gDAGF,kBACE,kBACA,QNkBkC,KMjBlC,aACA,gBACA,mBACA,SACA,gBACA,gBACA,iBNmFoB,QMlFpB,WACA,4BACA,uBAGF,uBACE,cAGF,oBACI,mBACA,2BACI,qBACA,mBACA,sBACA,WACA,sBACA,sCACA,gBACA,qCAEJ,yCACE,yBAEF,4CACE,yBAGF,2CACE,aAEF,4CACE,qBACA,oBACA,sBACA,WACA,sBACA,sCACA,gBACA,qCACA,wBAIN,qBACE,mCACA,SACA,eACA,gBACA,uCACA,UAMF,kBACE,cACA,WACA,oBACA,WACA,mBACA,mBACA,+BACA,cACA,+BAEA,kDAEI,iBNgBuB,QMb3B,sDAEI,iBNYyB,QMXzB,WAEJ,gDACE,iBNMwB,QMLxB,0BACA,6BCzGJ,kBACI,kBACA,8CACA,kHACI,sCAGJ,gFACI,oBACA,0GACI,oBAEJ,4NACI,mBAGJ,kHACI,mBAIR,0CACI,kBAGA,MACA,OACA,cAEA,WACA,YACA,oBACA,mBACA,kBACA,oBACA,2BACA,qBACA,UAGA,uBACA,mBAEJ,kCACI,oBACA,2BAOA,mRACI,qBACA,iCACA,YChDZ,eACI,cACA,WATU,MAUV,aAVU,MAWV,qBAEA,oCACI,WACA,mBAGR,uBACI,cACA,WApBU,MAqBV,cArBU,MAsBV,qBACA,iBAEA,4CACE,YACA,oBACA,cAIN,qBACI,UACA,WACA,gBACA,mBACA,sBACA,4BACA,2BAC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GN,0BACE,KACE,UAEF,GACE,YAGJ,2BACE,KACE,WAEF,GACE,WAIJ,cACE,aAEA,UACA,YAEA,WACA,mBAGA,MAhDoB,KAiDpB,iBAlD0B,QAmD1B,4BACA,sBACA,cAnDgB,MAqDhB,UAGA,uBACE,2BACA,uBACA,sCACA,6BAGF,oBACE,qCAGJ,sBACE,wCAEF,uBACE,4CAIF,0BACE,aACA,uBACA,mBACA,cACA,iBACA,SAGF,iBACE,aACA,cACA,mBACA,8BACA,eACA,6BP/FI,uBOKY,MPJZ,wBOIY,MA6FhB,SAEA,kCACE,oBACA,uCAGJ,gBACE,SAEF,eACE,kBACA,cACA,aACA,yBAEF,iBACE,aACA,cACA,eACA,mBACA,yBACA,eACA,iBAtH0B,QAuH1B,0BPhHI,2BOLY,MPMZ,0BONY,MAwHhB,UAWE,yBACE,cACE,cAKJ,yBACE,cACE,gBACA,kBACA,iBAEF,aACE,iBAKJ,yBACE,oBACE,iBAKJ,0BACE,UACE,kBC5JR,eACE,gBAGF,mBACE,eACA,MACA,OACA,QjBwBkC,KiBvBlC,YACA,aACA,sBAGA,0BACE,8BACA,uBACA,mCACA,6BAEF,2BACE,+BACA,uBACA,mCACA,6BAGJ,0BACE,GACE,UAEF,KACE,YAGJ,2BACE,GACE,WAEF,KACE,WAIJ,UACE,eACA,MACA,OACA,QjBfkC,KiBgBlC,cACA,WACA,YACA,kBACA,gBAGA,UAMF,iBACE,aACA,kBACA,WACA,YAEA,oBAGA,kCACE,sBACA,uBACA,mCACA,6BAIF,mCACE,uBACA,uBACA,mCACA,6BAIF,kBACE,GACE,UACA,UAEF,KACE,UACA,SAIJ,mBACE,GACE,UACA,QAEF,KACE,UACA,WAKJ,2CACE,WAjHkB,uBAkHlB,sBAIJ,4BACE,yBAEA,8CACE,gBACA,gBAGF,2CACE,gBAGJ,0BACE,aACA,uBACA,mBACA,cACA,iBACA,SAGF,kBACE,kBACA,aACA,sBACA,WAEA,MAnJoB,KAoJpB,oBACA,iBAtJ0B,QAuJ1B,4BACA,sBACA,cAvJgB,MAyJhB,UAGF,iBACE,aACA,cACA,mBACA,8BACA,eACA,6BRvKI,uBQKY,MRJZ,wBQIY,MAqKhB,kCACE,oBACA,uCAGJ,gBACE,gBAGF,eACE,kBACA,cACA,aACA,yBAEF,iBACE,aACA,cACA,eACA,mBACA,yBACA,eACA,iBA7L0B,QA8L1B,0BRvLI,2BQLY,MRMZ,0BQNY,MA+LhB,UAWE,yBACE,iBACE,cAKJ,yBACE,iBACE,gBACA,kBACA,iBAEF,aACE,iBAKJ,yBACE,oBACE,iBAKJ,0BACE,UACE,kBC5OR,QACE,aACA,eACA,eACA,gBACA,gBAGF,aACE,mBACA,qBACA,aACA,mBACA,UACA,kBACA,kCAEA,mBACE,mCAGF,sBACE,oBACA,eAGJ,qCACE,WACA,iBACA,qBAGF,aACE,kBCjCF,WAEE,wBACA,8BACA,gCACA,+BACA,+CACA,gCAEA,mCAEA,qCACA,uMAQA,WACA,gBACA,QnBYmB,ImBXnB,sBACA,oEACA,oDAEA,aACA,eACA,mBACA,mBAEA,gBACA,MACA,OAGA,mUACE,aACA,kBACA,mBACA,8BAeJ,iBACI,mBACA,sBACA,mBACA,kBACA,kCACA,qBACA,mBAEA,8CAEE,mCACA,qBAIN,eAEE,wBACA,6BACA,iCACA,6CACA,kDAEA,SACA,aACA,mBACA,eACA,gBACA,gBAEA,+DAEE,oCAGF,8BACE,gBAIJ,gBACE,kBACA,qBACA,oCAEA,kEAGE,oCAKF,YACE,WACA,qBChHJ,wBACI,+BACA,cACA,iBACA,kCACA,qBACA,gBACA,+BACA,eAGA,4DAEI,+BACA,+BACA,mCAEJ,+BACI,+BAEJ,oEACI,+BAEJ,4CACI,WAIJ,iCACI,sBACA,oBACA,eCtBR,mBACE,gBAGF,uBACE,eACA,MACA,OACA,QrBwBkC,KqBvBlC,YACA,aACA,sBAGA,8BACE,8BACA,uBACA,mCACA,6BAEF,+BACE,+BACA,uBACA,mCACA,6BAGJ,0BACE,GACE,UAEF,KACE,YAGJ,2BACE,GACE,WAEF,KACE,WAIJ,cACE,eACA,MACA,OACA,QrBfkC,KqBgBlC,cACA,WACA,YACA,kBACA,gBAGA,UAMF,qBACE,aACA,kBACA,WACA,iBAEA,oBAGA,0CACE,sBACA,uBACA,mCACA,6BAIF,2CACE,uBACA,uBACA,mCACA,6BAIF,kBACE,GACE,UAEF,KACE,WAIJ,mBACE,GACE,UAEF,KACE,WAON,sBACI,2BACA,eACA,SACA,aACA,sBACA,eACA,gBAEA,MAzHsB,KA0HtB,oBACA,iBA5H4B,QA6H5B,4BAEA,UAEA,qCAEA,yCACI,MACA,OACA,+BACA,+BACA,4BAGJ,uCACI,MACA,QACA,+BACA,8BACA,2BAGJ,uCACI,MACA,QACA,OACA,gCACA,gBACA,gCACA,4BAGJ,0CACI,QACA,OACA,gCACA,gBACA,6BACA,2BAEJ,kCACI,eAEJ,0CACI,WAtKkB,uBAuKlB,uBAIJ,2CACI,aACA,cACA,mBACA,8BACA,YAEA,4DACA,kBACA,oCAGJ,0CACI,gBAEJ,yCACI,kBACA,cACA,YACA,yBACA,cCtMR,kBAII,mMACA,sCACA,kCACA,sBACA,YACA,WACA,QtB0BgC,KsBzBhC,yCACI,yBAEJ,wCACI,uBAEJ,uCACI,wBAEJ,0CACI,yBCrBR,oBACI,qBACA,kBACA,aACA,sBACA,qBAEA,UACA,SAEA,sBACA,YACA,0BACA,0BAEA,mDACA,WAEA,gBAEA,4BACA,sCACI,oBACA,gBACA,mBAEA,iBvBmDe,qCuBlDf,6BACA,wCACI,SAGJ,kDACI,gCAGR,oCACI,kBACA,sDACI,YAGR,oCACI,cACA,aACA,oBACA,oFAEJ,sCACI,oBACA,mBAEA,iBvByBe,qCuBxBf,0BACA,iDACI,gCAGR,+CACI,gBAEJ,sCACI,YACA,8CACI,WACA,kBACA,SACA,QACA,sCACA,UACA,WACA,yaCvEZ,YACI,qBACA,kBACA,UACA,WACA,uBACA,iCACA,YACA,sBACA,uBACA,iCACA,mCAGJ,kBACI,KACI,0BChBR,UACI,sCACA,WACA,mBACA,WACA,mBACA,kBAEA,4BACI,oBACA,+BACA,wBACA,4CAGJ,gBACA,uBAGA,gBACA,sBAIJ,gBACI,iBAKA,+BACE,sBC/BN,SACI,WAGJ,kBACI,aACA,mBACA,iB1B4FiB,Q0B3FjB,gBACA,6BAGJ,gBACI,cACA,M1BuFkB,Q0BtFlB,iB1BoFiB,Q0BnFjB,uBACA,yBACA,iBAEA,sBACI,iB1BiFc,uC0B/ElB,uBACI,iB1B+Ee,uC0B5EnB,0BACI,sBACA,0CAKR,iBACI,WAGJ,cACI,aACA,wBACI,aACA,eACA,sBACA","file":"stargazerui.css"}