diff --git a/package.json b/package.json
index 53851cd0b17154b087b3a581c7eceaa38baf8c01..c78c84c4f21da8cd6df467b5fd1a0b3bac3de072 100644
--- a/package.json
+++ b/package.json
@@ -8,7 +8,7 @@
     "build": "yarn run build:css && yarn run build:browser",
     "build:browser": "cs build --browser ",
     "build:cs": "build:browser",
-    "build:css": "sass -c ./src/styles",
+    "build:css": "sass -c ./src/styles:build",
     "build-dev": "yarn run build:css && yarn run build-dev:browser",
     "build-dev:browser": "cs build --browser --config app.config.alpha.js",
     "build-dev:mobile": "cs build --mobile --config app.config.alpha.js",
diff --git a/src/styles/index.css b/src/styles/index.css
deleted file mode 100644
index 8ab6ce1cff1ddfb8986f684c802ca0717039d5fe..0000000000000000000000000000000000000000
--- a/src/styles/index.css
+++ /dev/null
@@ -1,1708 +0,0 @@
-/* Cozy UI utilities classes */
-@import '~cozy-ui/dist/cozy-ui.min.css';
-/* Cozy UI React components styles */
-@import '~cozy-ui/transpiled/react/stylesheet.css';
-/* App styles */
-/** BLACK **/
-/** RED **/
-/** YELLOW **/
-/** ORANGE **/
-/** BLUE **/
-/** GREEN **/
-/** WHITE **/
-/** GREY **/
-/** App colors **/
-/** TABS GRADIENT **/
-/** SCROLLBAR **/
-@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');
-html {
-  background: #121212;
-}
-
-body {
-  background: #121212;
-  overflow: unset !important;
-}
-
-.column {
-  display: flex;
-  flex-direction: column;
-}
-
-.row {
-  display: flex;
-  flex-direction: row;
-}
-
-.cozy-bar {
-  width: 100%;
-  display: flex;
-  align-items: center;
-  justify-content: center;
-  margin-left: 0;
-}
-@media only screen and (max-width: 768px) {
-  .cozy-bar {
-    margin-left: 1.25rem;
-  }
-}
-
-[role='banner'] .coz-bar-container {
-  background-color: #ffffff;
-}
-@media only screen and (max-width: 768px) {
-  [role='banner'] .coz-bar-container {
-    padding: 0.6rem 0 0 0;
-    background-color: unset;
-  }
-}
-
-.coz-bar-wrapper {
-  box-shadow: unset !important;
-  background: unset !important;
-}
-
-.cv-button {
-  width: 4.25rem;
-}
-
-.coz-label {
-  color: #32363f;
-}
-
-.header {
-  display: flex;
-  align-items: center;
-  flex-direction: column;
-  overflow: hidden;
-  width: 100%;
-  z-index: 18;
-  position: fixed;
-  top: 48px;
-  left: 0;
-}
-@media only screen and (max-width: 768px) {
-  .header {
-    top: 0;
-  }
-}
-.header .header-top {
-  background: radial-gradient(circle, rgb(52, 54, 65) 0%, rgb(27, 28, 34) 100%);
-  width: 100%;
-}
-.header .header-top .header-text {
-  padding: 0 1rem 1rem 1rem;
-  color: #e0e0e0;
-}
-.header .header-content {
-  margin: 0 0 0 220px;
-  display: flex;
-  flex-direction: column;
-}
-@media only screen and (max-width: 1023px) {
-  .header .header-content {
-    margin: 0;
-  }
-}
-@media only screen and (max-width: 768px) {
-  .header .header-content {
-    margin: 60px 0 0 0;
-  }
-}
-.header .header-content .header-content-top {
-  display: flex;
-  flex-direction: row;
-}
-.header .header-content .header-content-top.header-content-top-right {
-  justify-content: flex-end;
-}
-.header .header-content .header-content-top .header-text {
-  padding: 2rem 1rem;
-  flex: 1;
-}
-.header .header-content .header-content-top .header-text-desktop {
-  display: flex;
-  flex: 1;
-  padding: 2rem 1.25rem;
-  color: #e0e0e0;
-}
-.header .header-content .header-content-top .header-back-button {
-  padding: 0 0.75rem;
-}
-@media only screen and (max-width: 768px) {
-  .header .header-content .header-content-top .header-text {
-    padding: 0 1rem 1rem 1rem;
-    color: #e0e0e0;
-  }
-  .header .header-content .header-content-top .header-text-desktop {
-    display: none;
-  }
-  .header .header-content .header-content-top .header-feedbacks-button {
-    display: none;
-  }
-}
-
-.content-view-loading {
-  height: 80vh;
-  width: 100%;
-  display: flex;
-  flex-direction: column;
-  justify-content: center;
-  align-items: center;
-  color: #e0e0e0;
-}
-.content-view-loading .content-view-loading-text {
-  padding-top: 1rem;
-  margin: 0 2rem;
-  text-align: center;
-}
-.content-view-loading .content-view-loading-button {
-  max-width: 50vw;
-  margin-top: 1rem;
-}
-
-[role='main'] {
-  /* width */
-  /* Track */
-  /* Handle */
-}
-[role='main']::-webkit-scrollbar {
-  width: 10px;
-}
-[role='main']::-webkit-scrollbar-track {
-  background: #3e4045;
-}
-[role='main']::-webkit-scrollbar-thumb {
-  background: #6f7074;
-}
-
-/** BLACK **/
-/** RED **/
-/** YELLOW **/
-/** ORANGE **/
-/** BLUE **/
-/** GREEN **/
-/** WHITE **/
-/** GREY **/
-/** App colors **/
-/** TABS GRADIENT **/
-/** SCROLLBAR **/
-/** BLACK **/
-/** RED **/
-/** YELLOW **/
-/** ORANGE **/
-/** BLUE **/
-/** GREEN **/
-/** WHITE **/
-/** GREY **/
-/** App colors **/
-/** TABS GRADIENT **/
-/** SCROLLBAR **/
-* {
-  font-family: Lato, sans-serif;
-}
-
-h1,
-h2,
-h3,
-h4,
-h5,
-h6,
-p {
-  color: #a0a0a0;
-  font-family: Lato, sans-serif;
-}
-
-.home-title {
-  font-size: 1rem;
-  font-family: Lato, sans-serif;
-  font-style: normal;
-  font-weight: normal;
-  line-height: 120%;
-  text-transform: uppercase;
-}
-
-.app-title {
-  font-family: Lato, sans-serif;
-  font-style: normal;
-  font-weight: bold;
-  font-size: 21px;
-  line-height: 24px;
-  text-align: center;
-  letter-spacing: 0.15px;
-  color: #e0e0e0;
-  text-shadow: 0px -1px 0px #060609, 0px 1px 0px rgba(255, 255, 255, 0.07);
-}
-
-.isBuilding {
-  color: #e3b82a;
-  margin-left: 0.8rem;
-  margin-right: 0.8rem;
-}
-
-.text-10,
-.text-10-italic,
-.text-10-bold,
-.text-10-bold-capitalize,
-.text-10-bold-uppercase,
-.text-10-normal,
-.text-10-normal-150,
-.text-10-normal-uppercase {
-  font-style: normal;
-  font-size: 0.625rem;
-  line-height: 120%;
-}
-.text-10-normal,
-.text-10-normal-150,
-.text-10-normal-uppercase {
-  font-weight: normal;
-}
-.text-10-normal-uppercase {
-  text-transform: uppercase;
-}
-.text-10-normal-150 {
-  line-height: 150%;
-}
-.text-10-bold,
-.text-10-bold-capitalize,
-.text-10-bold-uppercase {
-  font-weight: 700;
-}
-.text-10-bold-uppercase {
-  text-transform: uppercase;
-}
-.text-10-bold-capitalize {
-  text-transform: capitalize;
-}
-.text-10-italic {
-  font-style: italic;
-  font-weight: normal;
-}
-
-.text-14,
-.text-14-italic,
-.text-14-bold,
-.text-14-bold-capitalize,
-.text-14-bold-uppercase,
-.text-14-normal,
-.text-14-normal-150,
-.text-14-normal-uppercase {
-  font-style: normal;
-  font-size: 0.875rem;
-  line-height: 120%;
-}
-.text-14-normal,
-.text-14-normal-150,
-.text-14-normal-uppercase {
-  font-weight: normal;
-}
-.text-14-normal-uppercase {
-  text-transform: uppercase;
-}
-.text-14-normal-150 {
-  line-height: 150%;
-}
-.text-14-bold,
-.text-14-bold-capitalize,
-.text-14-bold-uppercase {
-  font-weight: 700;
-}
-.text-14-bold-uppercase {
-  text-transform: uppercase;
-}
-.text-14-bold-capitalize {
-  text-transform: capitalize;
-}
-.text-14-italic {
-  font-style: italic;
-  font-weight: normal;
-}
-
-.text-15,
-.text-15-italic,
-.text-15-bold,
-.text-15-bold-capitalize,
-.text-15-bold-uppercase,
-.text-15-normal,
-.text-15-normal-150,
-.text-15-normal-uppercase {
-  font-style: normal;
-  font-size: 0.938rem;
-  line-height: 120%;
-}
-.text-15-normal,
-.text-15-normal-150,
-.text-15-normal-uppercase {
-  font-weight: normal;
-}
-.text-15-normal-uppercase {
-  text-transform: uppercase;
-}
-.text-15-normal-150 {
-  line-height: 150%;
-}
-.text-15-bold,
-.text-15-bold-capitalize,
-.text-15-bold-uppercase {
-  font-weight: 700;
-}
-.text-15-bold-uppercase {
-  text-transform: uppercase;
-}
-.text-15-bold-capitalize {
-  text-transform: capitalize;
-}
-.text-15-italic {
-  font-style: italic;
-  font-weight: normal;
-}
-
-.text-16,
-.text-16-italic,
-.text-16-bold,
-.text-16-bold-capitalize,
-.text-16-bold-uppercase,
-.text-16-normal,
-.text-16-normal-150,
-.text-16-normal-uppercase {
-  font-style: normal;
-  font-size: 1rem;
-  line-height: 120%;
-}
-.text-16-normal,
-.text-16-normal-150,
-.text-16-normal-uppercase {
-  font-weight: normal;
-}
-.text-16-normal-uppercase {
-  text-transform: uppercase;
-}
-.text-16-normal-150 {
-  line-height: 150%;
-}
-.text-16-bold,
-.text-16-bold-capitalize,
-.text-16-bold-uppercase {
-  font-weight: 700;
-}
-.text-16-bold-uppercase {
-  text-transform: uppercase;
-}
-.text-16-bold-capitalize {
-  text-transform: capitalize;
-}
-.text-16-italic {
-  font-style: italic;
-  font-weight: normal;
-}
-
-.text-18,
-.text-18-italic,
-.text-18-bold,
-.text-18-bold-capitalize,
-.text-18-bold-uppercase,
-.text-18-normal,
-.text-18-normal-150,
-.text-18-normal-uppercase {
-  font-style: normal;
-  font-size: 1.125rem;
-  line-height: 120%;
-}
-.text-18-normal,
-.text-18-normal-150,
-.text-18-normal-uppercase {
-  font-weight: normal;
-}
-.text-18-normal-uppercase {
-  text-transform: uppercase;
-}
-.text-18-normal-150 {
-  line-height: 150%;
-}
-.text-18-bold,
-.text-18-bold-capitalize,
-.text-18-bold-uppercase {
-  font-weight: 700;
-}
-.text-18-bold-uppercase {
-  text-transform: uppercase;
-}
-.text-18-bold-capitalize {
-  text-transform: capitalize;
-}
-.text-18-italic {
-  font-style: italic;
-  font-weight: normal;
-}
-
-.text-19,
-.text-19-italic,
-.text-19-bold,
-.text-19-bold-capitalize,
-.text-19-bold-uppercase,
-.text-19-normal,
-.text-19-normal-150,
-.text-19-normal-uppercase {
-  font-style: normal;
-  font-size: 1.188rem;
-  line-height: 120%;
-}
-.text-19-normal,
-.text-19-normal-150,
-.text-19-normal-uppercase {
-  font-weight: normal;
-}
-.text-19-normal-uppercase {
-  text-transform: uppercase;
-}
-.text-19-normal-150 {
-  line-height: 150%;
-}
-.text-19-bold,
-.text-19-bold-capitalize,
-.text-19-bold-uppercase {
-  font-weight: 700;
-}
-.text-19-bold-uppercase {
-  text-transform: uppercase;
-}
-.text-19-bold-capitalize {
-  text-transform: capitalize;
-}
-.text-19-italic {
-  font-style: italic;
-  font-weight: normal;
-}
-
-.text-20,
-.text-20-italic,
-.text-20-bold,
-.text-20-bold-capitalize,
-.text-20-bold-uppercase,
-.text-20-normal,
-.text-20-normal-150,
-.text-20-normal-uppercase {
-  font-style: normal;
-  font-size: 1.25rem;
-  line-height: 120%;
-}
-.text-20-normal,
-.text-20-normal-150,
-.text-20-normal-uppercase {
-  font-weight: normal;
-}
-.text-20-normal-uppercase {
-  text-transform: uppercase;
-}
-.text-20-normal-150 {
-  line-height: 150%;
-}
-.text-20-bold,
-.text-20-bold-capitalize,
-.text-20-bold-uppercase {
-  font-weight: 700;
-}
-.text-20-bold-uppercase {
-  text-transform: uppercase;
-}
-.text-20-bold-capitalize {
-  text-transform: capitalize;
-}
-.text-20-italic {
-  font-style: italic;
-  font-weight: normal;
-}
-
-.text-21,
-.text-21-italic,
-.text-21-bold,
-.text-21-bold-capitalize,
-.text-21-bold-uppercase,
-.text-21-normal,
-.text-21-normal-150,
-.text-21-normal-uppercase {
-  font-style: normal;
-  font-size: 1.313rem;
-  line-height: 120%;
-}
-.text-21-normal,
-.text-21-normal-150,
-.text-21-normal-uppercase {
-  font-weight: normal;
-}
-.text-21-normal-uppercase {
-  text-transform: uppercase;
-}
-.text-21-normal-150 {
-  line-height: 150%;
-}
-.text-21-bold,
-.text-21-bold-capitalize,
-.text-21-bold-uppercase {
-  font-weight: 700;
-}
-.text-21-bold-uppercase {
-  text-transform: uppercase;
-}
-.text-21-bold-capitalize {
-  text-transform: capitalize;
-}
-.text-21-italic {
-  font-style: italic;
-  font-weight: normal;
-}
-
-.text-22,
-.text-22-italic,
-.text-22-bold,
-.text-22-bold-capitalize,
-.text-22-bold-uppercase,
-.text-22-normal,
-.text-22-normal-150,
-.text-22-normal-uppercase {
-  font-style: normal;
-  font-size: 1.375rem;
-  line-height: 120%;
-}
-.text-22-normal,
-.text-22-normal-150,
-.text-22-normal-uppercase {
-  font-weight: normal;
-}
-.text-22-normal-uppercase {
-  text-transform: uppercase;
-}
-.text-22-normal-150 {
-  line-height: 150%;
-}
-.text-22-bold,
-.text-22-bold-capitalize,
-.text-22-bold-uppercase {
-  font-weight: 700;
-}
-.text-22-bold-uppercase {
-  text-transform: uppercase;
-}
-.text-22-bold-capitalize {
-  text-transform: capitalize;
-}
-.text-22-italic {
-  font-style: italic;
-  font-weight: normal;
-}
-
-.text-24,
-.text-24-italic,
-.text-24-bold,
-.text-24-bold-capitalize,
-.text-24-bold-uppercase,
-.text-24-normal,
-.text-24-normal-150,
-.text-24-normal-uppercase {
-  font-style: normal;
-  font-size: 1.5rem;
-  line-height: 120%;
-}
-.text-24-normal,
-.text-24-normal-150,
-.text-24-normal-uppercase {
-  font-weight: normal;
-}
-.text-24-normal-uppercase {
-  text-transform: uppercase;
-}
-.text-24-normal-150 {
-  line-height: 150%;
-}
-.text-24-bold,
-.text-24-bold-capitalize,
-.text-24-bold-uppercase {
-  font-weight: 700;
-}
-.text-24-bold-uppercase {
-  text-transform: uppercase;
-}
-.text-24-bold-capitalize {
-  text-transform: capitalize;
-}
-.text-24-italic {
-  font-style: italic;
-  font-weight: normal;
-}
-
-.text-26,
-.text-26-italic,
-.text-26-bold,
-.text-26-bold-capitalize,
-.text-26-bold-uppercase,
-.text-26-normal,
-.text-26-normal-150,
-.text-26-normal-uppercase {
-  font-style: normal;
-  font-size: 1.625rem;
-  line-height: 120%;
-}
-.text-26-normal,
-.text-26-normal-150,
-.text-26-normal-uppercase {
-  font-weight: normal;
-}
-.text-26-normal-uppercase {
-  text-transform: uppercase;
-}
-.text-26-normal-150 {
-  line-height: 150%;
-}
-.text-26-bold,
-.text-26-bold-capitalize,
-.text-26-bold-uppercase {
-  font-weight: 700;
-}
-.text-26-bold-uppercase {
-  text-transform: uppercase;
-}
-.text-26-bold-capitalize {
-  text-transform: capitalize;
-}
-.text-26-italic {
-  font-style: italic;
-  font-weight: normal;
-}
-
-.text-28,
-.text-28-italic,
-.text-28-bold,
-.text-28-bold-capitalize,
-.text-28-bold-uppercase,
-.text-28-normal,
-.text-28-normal-150,
-.text-28-normal-uppercase {
-  font-style: normal;
-  font-size: 1.75rem;
-  line-height: 120%;
-}
-.text-28-normal,
-.text-28-normal-150,
-.text-28-normal-uppercase {
-  font-weight: normal;
-}
-.text-28-normal-uppercase {
-  text-transform: uppercase;
-}
-.text-28-normal-150 {
-  line-height: 150%;
-}
-.text-28-bold,
-.text-28-bold-capitalize,
-.text-28-bold-uppercase {
-  font-weight: 700;
-}
-.text-28-bold-uppercase {
-  text-transform: uppercase;
-}
-.text-28-bold-capitalize {
-  text-transform: capitalize;
-}
-.text-28-italic {
-  font-style: italic;
-  font-weight: normal;
-}
-
-.text-36,
-.text-36-italic,
-.text-36-bold,
-.text-36-bold-capitalize,
-.text-36-bold-uppercase,
-.text-36-normal,
-.text-36-normal-150,
-.text-36-normal-uppercase {
-  font-style: normal;
-  font-size: 2.25rem;
-  line-height: 120%;
-}
-.text-36-normal,
-.text-36-normal-150,
-.text-36-normal-uppercase {
-  font-weight: normal;
-}
-.text-36-normal-uppercase {
-  text-transform: uppercase;
-}
-.text-36-normal-150 {
-  line-height: 150%;
-}
-.text-36-bold,
-.text-36-bold-capitalize,
-.text-36-bold-uppercase {
-  font-weight: 700;
-}
-.text-36-bold-uppercase {
-  text-transform: uppercase;
-}
-.text-36-bold-capitalize {
-  text-transform: capitalize;
-}
-.text-36-italic {
-  font-style: italic;
-  font-weight: normal;
-}
-
-/* Card */
-.card-title-on {
-  font-family: Lato, sans-serif;
-  font-style: normal;
-  font-weight: normal;
-  font-size: 1.125rem;
-  line-height: 120%;
-  color: #e0e0e0;
-}
-
-.card-text-bold {
-  font-family: Lato, sans-serif;
-  font-style: normal;
-  font-weight: bold;
-  font-size: 1rem;
-  line-height: 120%;
-  color: #e0e0e0;
-}
-
-.card-result {
-  font-family: Lato, sans-serif;
-  font-style: normal;
-  font-weight: 900;
-  font-size: 1.75rem;
-  line-height: 120%;
-  color: #e0e0e0;
-}
-
-.card-indicator {
-  font-family: Lato, sans-serif;
-  font-style: normal;
-  font-weight: normal;
-  font-size: 1rem;
-  line-height: 120%;
-  color: #e0e0e0;
-}
-
-.card-text {
-  font-family: Lato, sans-serif;
-  font-style: normal;
-  font-weight: normal;
-  font-size: 1rem;
-  line-height: 120%;
-  color: #e0e0e0;
-}
-
-/* Chart */
-.chart-ticks-x-text {
-  font-family: Lato, sans-serif;
-  font-style: normal;
-  font-weight: normal;
-  font-size: 1rem;
-  line-height: 120%;
-}
-@media only screen and (max-width: 768px) {
-  .chart-ticks-x-text {
-    font-size: 0.685rem;
-  }
-}
-
-.chart-ticks-y-text {
-  font-family: Lato, sans-serif;
-  font-style: normal;
-  font-weight: normal;
-  font-size: 0.9rem;
-  line-height: 120%;
-}
-@media only screen and (max-width: 768px) {
-  .chart-ticks-y-text {
-    font-size: 0.75rem;
-  }
-}
-
-/* Cozy bar */
-.cozybar {
-  font-family: Lato, sans-serif;
-  font-style: normal;
-  font-weight: bold;
-  font-size: 1.3125rem;
-  line-height: 120%;
-  color: #e0e0e0;
-}
-
-/** BLACK **/
-/** RED **/
-/** YELLOW **/
-/** ORANGE **/
-/** BLUE **/
-/** GREEN **/
-/** WHITE **/
-/** GREY **/
-/** App colors **/
-/** TABS GRADIENT **/
-/** SCROLLBAR **/
-.axis {
-  color: #7b7b7b;
-}
-.axis .tick-text {
-  fill: #7b7b7b;
-}
-.axis .tick-text.tick-text-selected {
-  fill: #e0e0e0;
-}
-.axis .separator {
-  text-align: center;
-  margin: 0 2px;
-  font-size: 1rem !important;
-}
-
-.value-text {
-  fill: #7b7b7b;
-}
-.value-text.selected {
-  fill: #e0e0e0;
-}
-
-.barContainer:hover,
-.barFill:hover {
-  cursor: pointer;
-}
-
-.background-true {
-  opacity: 0.1;
-}
-.background-true:hover {
-  cursor: pointer;
-}
-
-.background-false {
-  opacity: 0;
-}
-
-.bar-compare-ELECTRICITY:hover,
-.bar-compare-GAS:hover,
-.bar-compare-WATER:hover,
-.bar-compare-MULTIFLUID:hover,
-.bar-MULTIFLUID:hover,
-.bar-WATER:hover,
-.bar-GAS:hover,
-.bar-ELECTRICITY:hover {
-  cursor: pointer;
-}
-
-.bar-ELECTRICITY {
-  fill: #5d3d2a;
-}
-.bar-ELECTRICITY.selected {
-  fill: #d87b39;
-  filter: drop-shadow(0 -0.1rem 0.2rem #d87b39);
-}
-
-.bar-compare-ELECTRICITY {
-  fill: #795c47;
-}
-.bar-compare-ELECTRICITY.selected {
-  fill: #e2bca1;
-  filter: drop-shadow(0 -0.1rem 0.2rem #e2bca1);
-}
-
-.bar-WATER {
-  fill: #20415e;
-}
-.bar-WATER.selected {
-  fill: #3a98ec;
-  filter: drop-shadow(0 -0.1rem 0.2rem #3a98ec);
-}
-
-.bar-compare-WATER {
-  fill: #4d5c6e;
-}
-.bar-compare-WATER.selected {
-  fill: #abd4fa;
-  filter: drop-shadow(0 -0.1rem 0.2rem #abd4fa);
-}
-
-.bar-GAS {
-  fill: #184940;
-}
-.bar-GAS.selected {
-  fill: #45d1b8;
-  filter: drop-shadow(0 -0.1rem 0.2rem #45d1b8);
-}
-
-.bar-compare-GAS {
-  fill: #597773;
-}
-.bar-compare-GAS.selected {
-  fill: #a8f7e9;
-  filter: drop-shadow(0 -0.1rem 0.2rem #a8f7e9);
-}
-
-.bar-MULTIFLUID {
-  fill: #705d1d;
-}
-.bar-MULTIFLUID.selected {
-  fill: #e3b82a;
-  filter: drop-shadow(0 -0.1rem 0.2rem #e3b82a);
-}
-.bar-MULTIFLUID.disabled:hover {
-  cursor: default;
-}
-
-.bar-duel {
-  fill: #61f0f2;
-}
-.bar-duel.selected {
-  fill: #61f0f2;
-  filter: drop-shadow(0 -0.1rem 0.2rem #61f0f2);
-}
-.bar-duel.disabled:hover {
-  cursor: default;
-}
-
-.bar-UNCOMING {
-  fill: #242633;
-  opacity: 0.6;
-}
-.bar-UNCOMING.selected {
-  fill: #e3b82a;
-  filter: drop-shadow(0 -0.1rem 0.2rem #e3b82a);
-}
-.bar-UNCOMING.disabled:hover {
-  cursor: default;
-}
-
-.bar-compare-MULTIFLUID {
-  fill: #7d6a4e;
-}
-.bar-compare-MULTIFLUID.selected {
-  fill: #ffd597;
-  filter: drop-shadow(0 -0.1rem 0.2rem #e3b82a);
-}
-
-.bar-average {
-  stroke-width: 2;
-  stroke: #e3b82a;
-}
-
-.week {
-  fill: #e2bca1;
-}
-.week.selected {
-  fill: #e2bca1;
-  filter: drop-shadow(0 -0.1rem 0.2rem #e2bca1);
-}
-
-.weekend {
-  fill: #ffd597;
-}
-.weekend.selected {
-  fill: #ffd597;
-  filter: drop-shadow(0 -0.1rem 0.2rem #e3b82a);
-}
-
-/** Animation **/
-.bounce-1 {
-  animation-name: bounce-1;
-  animation-timing-function: cubic-bezier(1, 1, 0.42, 1);
-  animation-iteration-count: 1;
-  transform-origin: bottom center;
-  transform-box: fill-box;
-}
-
-@keyframes bounce-1 {
-  0% {
-    transform: scale(0.1, 0.1);
-  }
-  28% {
-    transform: scale(0.1, 1.1);
-  }
-  45% {
-    transform: scale(0.8, 0.95);
-  }
-  55% {
-    transform: scale(1, 1);
-  }
-  65% {
-    transform: scale(1, 0.98);
-  }
-  75% {
-    transform: scale(1, 1);
-  }
-}
-.bounce-2 {
-  animation-name: bounce-2;
-  animation-timing-function: cubic-bezier(1, 1, 0.42, 1);
-  animation-iteration-count: 1;
-  transform-origin: bottom center;
-  transform-box: fill-box;
-}
-
-@keyframes bounce-2 {
-  0% {
-    transform: scale(1, 1);
-  }
-  28% {
-    transform: scale(1, 1.1);
-  }
-  45% {
-    transform: scale(0.8, 0.95);
-  }
-  55% {
-    transform: scale(1, 1);
-  }
-  65% {
-    transform: scale(1, 0.98);
-  }
-  75% {
-    transform: scale(1, 1);
-  }
-}
-.bounce-3 {
-  animation-name: bounce-3;
-  animation-timing-function: cubic-bezier(1, 1, 0.42, 1);
-  animation-iteration-count: 1;
-  transform-origin: bottom center;
-}
-
-@keyframes bounce-3 {
-  0% {
-    opacity: 0.6;
-    transform: scaleY(1);
-  }
-  50% {
-    transform: scaleY(1.1);
-    opacity: 0.8;
-  }
-  100% {
-    transform: scaleY(1);
-    opacity: 1;
-  }
-}
-/** Animatio ndelay **/
-.delay {
-  animation-duration: 0.4s;
-}
-
-.delay--0 {
-  animation-duration: 0.6s;
-}
-
-.delay--1 {
-  animation-duration: 0.7s;
-}
-
-.delay--2 {
-  animation-duration: 0.8s;
-}
-
-.delay--3 {
-  animation-duration: 0.9s;
-}
-
-.delay--4 {
-  animation-duration: 1s;
-}
-
-.delay--5 {
-  animation-duration: 1.1s;
-}
-
-.delay--6 {
-  animation-duration: 1.2s;
-}
-
-.delay--7 {
-  animation-duration: 1.3s;
-}
-
-.delay--8 {
-  animation-duration: 1.4s;
-}
-
-.delay--9 {
-  animation-duration: 1.5s;
-}
-
-.delay--10 {
-  animation-duration: 1.6s;
-}
-
-.delay--11 {
-  animation-duration: 1.8s;
-}
-
-.delay--12 {
-  animation-duration: 1.9s;
-}
-
-/** BLACK **/
-/** RED **/
-/** YELLOW **/
-/** ORANGE **/
-/** BLUE **/
-/** GREEN **/
-/** WHITE **/
-/** GREY **/
-/** App colors **/
-/** TABS GRADIENT **/
-/** SCROLLBAR **/
-button.btn-highlight {
-  background: radial-gradient(
-      105.25% 64.58% at 49.68% 70.83%,
-      rgba(226, 137, 4, 0.5) 0%,
-      rgba(255, 255, 255, 0) 100%
-    ),
-    #f1c017;
-  background-color: #e3b82a;
-  border: none;
-  border-radius: 2px;
-  margin: 1.5rem 0 0;
-  width: 100%;
-  text-transform: initial;
-  cursor: pointer;
-}
-button.btn-highlight span:first-child {
-  color: #000000;
-}
-button.btn-highlight:hover,
-button.btn-highlight:focus,
-button.btn-highlight.active,
-button.btn-highlight:disabled {
-  background-color: #b89318;
-}
-button.btn-highlight:disabled {
-  cursor: not-allowed;
-}
-button.btn-primary-positive {
-  background: transparent;
-  background-color: transparent;
-  border: 1px solid #121212;
-  border-radius: 2px;
-  margin: 1.5rem 0 0;
-  width: 100%;
-  text-transform: initial;
-  cursor: pointer;
-}
-button.btn-primary-positive span:first-child {
-  color: #e3b82a;
-}
-button.btn-primary-positive:hover,
-button.btn-primary-positive:focus,
-button.btn-primary-positive.active,
-button.btn-primary-positive:disabled {
-  background-color: rgba(18, 18, 18, 0.2);
-}
-button.btn-primary-positive:hover span:first-child,
-button.btn-primary-positive:focus span:first-child,
-button.btn-primary-positive.active span:first-child,
-button.btn-primary-positive:disabled span:first-child {
-  color: rgba(227, 184, 42, 0.7);
-}
-button.btn-primary-positive:disabled {
-  cursor: not-allowed;
-}
-button.btn-primary-negative {
-  background: transparent;
-  background-color: transparent;
-  border: 1px solid #7b7b7b;
-  border-radius: 2px;
-  margin: 1.5rem 0 0;
-  width: 100%;
-  text-transform: initial;
-  cursor: pointer;
-}
-button.btn-primary-negative span:first-child {
-  color: #e3b82a;
-}
-button.btn-primary-negative:hover,
-button.btn-primary-negative:focus,
-button.btn-primary-negative.active,
-button.btn-primary-negative:disabled {
-  background-color: rgba(123, 123, 123, 0.2);
-}
-button.btn-primary-negative:hover span:first-child,
-button.btn-primary-negative:focus span:first-child,
-button.btn-primary-negative.active span:first-child,
-button.btn-primary-negative:disabled span:first-child {
-  color: rgba(227, 184, 42, 0.7);
-}
-button.btn-primary-negative:disabled {
-  cursor: not-allowed;
-}
-button.btn-secondary-positive {
-  background: transparent;
-  background-color: transparent;
-  border: 1px solid #121212;
-  border-radius: 2px;
-  margin: 1.5rem 0 0;
-  width: 100%;
-  text-transform: initial;
-  cursor: pointer;
-}
-button.btn-secondary-positive span:first-child {
-  color: #e0e0e0;
-}
-button.btn-secondary-positive:hover,
-button.btn-secondary-positive:focus,
-button.btn-secondary-positive.active,
-button.btn-secondary-positive:disabled {
-  background-color: rgba(18, 18, 18, 0.2);
-}
-button.btn-secondary-positive:hover span:first-child,
-button.btn-secondary-positive:focus span:first-child,
-button.btn-secondary-positive.active span:first-child,
-button.btn-secondary-positive:disabled span:first-child {
-  color: rgba(224, 224, 224, 0.7);
-}
-button.btn-secondary-positive:disabled {
-  cursor: not-allowed;
-}
-button.btn-secondary-negative {
-  background: transparent;
-  background-color: transparent;
-  border: 1px solid #7b7b7b;
-  border-radius: 2px;
-  margin: 1.5rem 0 0;
-  width: 100%;
-  text-transform: initial;
-  cursor: pointer;
-}
-button.btn-secondary-negative span:first-child {
-  color: #e0e0e0;
-}
-button.btn-secondary-negative:hover,
-button.btn-secondary-negative:focus,
-button.btn-secondary-negative.active,
-button.btn-secondary-negative:disabled {
-  background-color: rgba(123, 123, 123, 0.2);
-}
-button.btn-secondary-negative:hover span:first-child,
-button.btn-secondary-negative:focus span:first-child,
-button.btn-secondary-negative.active span:first-child,
-button.btn-secondary-negative:disabled span:first-child {
-  color: rgba(224, 224, 224, 0.7);
-}
-button.btn-secondary-negative:disabled {
-  cursor: not-allowed;
-}
-button.btn-duel-off {
-  background: #121212;
-  background-color: #121212;
-  border: 1px solid rgba(97, 240, 242, 0.5);
-  border-radius: 2px;
-  margin: 1.5rem 0 0;
-  width: 100%;
-  text-transform: initial;
-  cursor: pointer;
-}
-button.btn-duel-off span:first-child {
-  color: #ffffff;
-}
-button.btn-duel-off:hover,
-button.btn-duel-off:focus,
-button.btn-duel-off.active,
-button.btn-duel-off:disabled {
-  background-color: black;
-}
-button.btn-duel-off:disabled {
-  cursor: not-allowed;
-}
-button.btn-duel-active {
-  background: #58ffff;
-  background-color: #58ffff;
-  border: none;
-  border-radius: 2px;
-  margin: 1.5rem 0 0;
-  width: 100%;
-  text-transform: initial;
-  cursor: pointer;
-}
-button.btn-duel-active span:first-child {
-  color: #121212;
-}
-button.btn-duel-active:hover,
-button.btn-duel-active:focus,
-button.btn-duel-active.active,
-button.btn-duel-active:disabled {
-  background-color: #00bebe;
-}
-button.btn-duel-active:disabled {
-  cursor: not-allowed;
-}
-button.btn-duel-on {
-  background: radial-gradient(
-    60.65% 30.62% at 50% 3.13%,
-    #2a2b30 0%,
-    #1b1c22 100%
-  );
-  background-color: #121212;
-  border: 1px solid #58ffff;
-  border-radius: 2px;
-  margin: 1.5rem 0 0;
-  width: 100%;
-  text-transform: initial;
-  cursor: pointer;
-}
-button.btn-duel-on span:first-child {
-  color: #ffffff;
-}
-button.btn-duel-on:hover,
-button.btn-duel-on:focus,
-button.btn-duel-on.active,
-button.btn-duel-on:disabled {
-  background-color: black;
-}
-button.btn-duel-on:disabled {
-  cursor: not-allowed;
-}
-button.btn-profile-next {
-  background: radial-gradient(
-      105.25% 64.58% at 49.68% 70.83%,
-      rgba(226, 137, 4, 0.5) 0%,
-      rgba(255, 255, 255, 0) 100%
-    ),
-    #f1c017;
-  background-color: #e3b82a;
-  border: none;
-  border-radius: 2px;
-  margin: 1.5rem 0 0;
-  width: 100%;
-  text-transform: initial;
-  cursor: pointer;
-}
-button.btn-profile-next span:first-child {
-  color: #000000;
-}
-button.btn-profile-next:hover,
-button.btn-profile-next:focus,
-button.btn-profile-next.active,
-button.btn-profile-next:disabled {
-  background-color: #b89318;
-}
-button.btn-profile-next:disabled {
-  cursor: not-allowed;
-}
-button.btn-profile-back {
-  background: none;
-  background-color: none;
-  border: none;
-  border-radius: 2px;
-  margin: 1.5rem 0 0;
-  width: 100%;
-  text-transform: initial;
-  cursor: pointer;
-}
-button.btn-profile-back span:first-child {
-  color: #a0a0a0;
-}
-button.btn-profile-back:disabled {
-  cursor: not-allowed;
-}
-
-/** BLACK **/
-/** RED **/
-/** YELLOW **/
-/** ORANGE **/
-/** BLUE **/
-/** GREEN **/
-/** WHITE **/
-/** GREY **/
-/** App colors **/
-/** TABS GRADIENT **/
-/** SCROLLBAR **/
-.card {
-  background: linear-gradient(180deg, rgb(50, 51, 57) 0%, rgb(37, 38, 43) 100%);
-  box-sizing: border-box;
-  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.75);
-  border-radius: 4px;
-  margin: 10px 0px 20px 0px;
-  padding: 16px;
-}
-.card:hover {
-  background: linear-gradient(
-    180deg,
-    rgba(70, 71, 77, 0.7) 0%,
-    rgba(57, 58, 63, 0.7) 100%
-  );
-}
-.card.rich-card {
-  padding: 24px 16px;
-}
-
-/** BLACK **/
-/** RED **/
-/** YELLOW **/
-/** ORANGE **/
-/** BLUE **/
-/** GREEN **/
-/** WHITE **/
-/** GREY **/
-/** App colors **/
-/** TABS GRADIENT **/
-/** SCROLLBAR **/
-div.modal-root .MuiBackdrop-root {
-  background-color: hsla(231deg, 11%, 12%, 0.85);
-}
-
-div.modal-paper {
-  background: linear-gradient(180deg, rgb(50, 51, 57) 0%, rgb(37, 38, 43) 100%);
-  width: 36rem;
-  max-width: 100%;
-  max-height: 90vh;
-  padding: 2rem;
-  box-sizing: border-box;
-  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.55);
-  border-radius: 4px;
-  margin: 0 0 0 13.75rem;
-  align-items: center;
-  color: #ffffff;
-}
-@media only screen and (max-width: 1023px) {
-  div.modal-paper {
-    width: 35rem;
-    margin: 0;
-  }
-}
-@media only screen and (max-width: 768px) {
-  div.modal-paper {
-    padding: 1rem;
-    width: 85%;
-    max-width: 35rem;
-    margin: 0;
-  }
-}
-div.modal-paper.no-padding {
-  padding: 0;
-}
-div.modal-paper.blue-border {
-  border: 1px solid rgba(88, 255, 255, 0.2509803922);
-}
-div.modal-paper.blue-light-border {
-  border: 1px solid #61f0f2;
-}
-div.modal-paper.yellow-border {
-  border: 1px solid rgba(227, 184, 42, 0.4);
-}
-div.modal-paper .modal-paper-close-button {
-  position: absolute;
-  top: 0.5rem;
-  right: 0.5rem;
-  padding: 5px 5px;
-  z-index: 10;
-}
-
-div.modal-paper-full-screen {
-  background: linear-gradient(180deg, rgb(50, 51, 57) 0%, rgb(37, 38, 43) 100%);
-  width: 100%;
-  max-width: 100%;
-  height: 100%;
-  max-height: 100%;
-  padding: 0;
-  margin: 0;
-  box-sizing: border-box;
-  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.55);
-  border-radius: 4px;
-  color: #ffffff;
-  display: flex;
-  align-items: center;
-}
-div.modal-paper-full-screen.dark-background {
-  background: #121212;
-}
-
-/** BLACK **/
-/** RED **/
-/** YELLOW **/
-/** ORANGE **/
-/** BLUE **/
-/** GREEN **/
-/** WHITE **/
-/** GREY **/
-/** App colors **/
-/** TABS GRADIENT **/
-/** SCROLLBAR **/
-div.expansion-panel-root {
-  margin: 1.2rem 0;
-  color: #e0e0e0;
-  background: linear-gradient(180deg, rgb(50, 51, 57) 0%, rgb(37, 38, 43) 100%);
-  border-radius: 4px;
-  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.75);
-  transition: background-color 0.6s ease;
-  box-sizing: border-box;
-}
-div.expansion-panel-root.Mui-expanded:first-child {
-  margin: 1.2rem 0;
-}
-div.expansion-panel-root.Mui-expanded:last-child {
-  margin: 1.2rem 0;
-}
-div.expansion-panel-root.red-border {
-  border: 1px solid #d25959;
-}
-
-div.expansion-panel-summary {
-  padding: 0.25rem 1.2rem;
-  min-height: 4rem;
-}
-div.expansion-panel-summary.Mui-focused {
-  border-radius: 4px;
-  background-color: unset;
-  box-shadow: 0 0 0 1px #e0e0e0;
-}
-div.expansion-panel-summary.Mui-expanded {
-  min-height: 4rem;
-}
-div.expansion-panel-summary.Mui-expanded.small {
-  min-height: 3rem;
-}
-div.expansion-panel-summary.small {
-  padding: 0 1.2rem;
-  min-height: 3rem;
-}
-div.expansion-panel-summary.bold-text {
-  font-weight: bold;
-}
-
-div.expansion-panel-content {
-  display: flex;
-  align-items: center;
-}
-div.expansion-panel-content.Mui-expanded {
-  margin: 0.75rem 0;
-}
-
-div.expansion-panel-details {
-  padding: 0 1.2rem 1.2rem;
-}
-
-/** BLACK **/
-/** RED **/
-/** YELLOW **/
-/** ORANGE **/
-/** BLUE **/
-/** GREEN **/
-/** WHITE **/
-/** GREY **/
-/** App colors **/
-/** TABS GRADIENT **/
-/** SCROLLBAR **/
-a {
-  color: #deaf0e;
-}
-a:visited {
-  color: #deaf0e;
-}
-
-a:focus {
-  outline: none;
-  box-shadow: inset 0 0 0 1px #e0e0e0;
-}
-a:focus > div:first-child {
-  box-shadow: 0 0 0 1px #e0e0e0;
-}
-
-a.MuiLink-underlineHover:hover {
-  text-decoration: none;
-}
-
-a.MuiTypography-colorPrimary {
-  color: #e0e0e0;
-}
-
-:root {
-  --blue: #58ffff;
-  --blue40: rgba(88, 255, 255, 0.2509803922);
-  --blueBackground: radial-gradient(
-      105.25% 64.58% at 49.68% 70.83%,
-      rgba(1, 153, 163, 0.5) 0%,
-      rgba(255, 255, 255, 0) 100%
-    ),
-    #58ffff;
-  --blueRadialGradient: radial-gradient(
-      105.25% 64.58% at 49.68% 70.83%,
-      rgba(1, 153, 163, 0.5) 0%,
-      rgba(255, 255, 255, 0) 100%
-    ),
-    #58ffff;
-  --blueRadialGradientTrans: radial-gradient(
-    circle,
-    #58ffff 0%,
-    rgba(255, 255, 255, 0) 100%
-  );
-  --elecColor: #d87b39;
-  --elecColor40: rgba(216, 123, 57, 0.4);
-  --elecCompareColor: #e2bca1;
-  --gasColor: #45d1b8;
-  --gasColor40: rgba(69, 209, 184, 0.4);
-  --gasCompareColor: #a8f7e9;
-  --waterColor: #3a98ec;
-  --waterColor40: rgba(58, 152, 236, 0.4);
-  --waterCompareColor: #abd4fa;
-  --multiColor: #e3b82a;
-  --multiCompareColor: #ffd597;
-  --redPrimary: #d25959;
-  --greyBright: #e0e0e0;
-  --greyDark: #7b7b7b;
-  --textWhite: #ffffff;
-  --softGrey: #a0a0a0;
-  --darkLight: #25262b;
-  --darkLight2: #121212;
-  --textFont: Lato, sans-serif;
-  --greyLinearGradientBackground: linear-gradient(
-    180deg,
-    rgb(50, 51, 57) 0%,
-    rgb(37, 38, 43) 100%
-  );
-  --multiColorRadialGradientTrans: radial-gradient(
-    circle,
-    #e3b82a 0%,
-    rgba(255, 255, 255, 0) 100%
-  );
-  --elecColorRadialGradientTrans: radial-gradient(
-    circle,
-    #d87b39 0%,
-    rgba(255, 255, 255, 0) 100%
-  );
-  --waterColorRadialGradientTrans: radial-gradient(
-    circle,
-    #3a98ec 0%,
-    rgba(255, 255, 255, 0) 100%
-  );
-  --gasColorRadialGradientTrans: radial-gradient(
-    circle,
-    #e3b82a 0%,
-    rgba(255, 255, 255, 0) 100%
-  );
-  --multiColorRadialGradient: radial-gradient(
-      105.25% 64.58% at 49.68% 70.83%,
-      rgba(226, 137, 4, 0.5) 0%,
-      rgba(255, 255, 255, 0) 100%
-    ),
-    #f1c017;
-  --elecColorRadialGradient: radial-gradient(
-      105.25% 64.58% at 49.68% 70.83%,
-      rgba(158, 67, 2, 0.5) 0%,
-      rgba(255, 255, 255, 0) 100%
-    ),
-    #d87b39;
-  --gasColorRadialGradient: radial-gradient(
-      105.25% 64.58% at 49.68% 70.83%,
-      rgba(4, 106, 88, 0.5) 0%,
-      rgba(255, 255, 255, 0) 100%
-    ),
-    #45d1b8;
-  --waterColorRadialGradient: radial-gradient(
-      105.25% 64.58% at 49.68% 70.83%,
-      rgba(2, 93, 174, 0.5) 0%,
-      rgba(255, 255, 255, 0) 100%
-    ),
-    #3a98ec;
-}
-
-.application {
-  overflow-x: hidden;
-  background-color: #121212;
-}
-
-/*# sourceMappingURL=index.css.map */
diff --git a/src/styles/index.css.map b/src/styles/index.css.map
deleted file mode 100644
index 6b13903acfebfb59681513a4e856accd459301b8..0000000000000000000000000000000000000000
--- a/src/styles/index.css.map
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "version": 3,
-  "sourceRoot": "",
-  "sources": [
-    "index.scss",
-    "base/_color.scss",
-    "base/_layout.scss",
-    "base/_z-index.scss",
-    "base/_typography.scss",
-    "base/_typo-variables.scss",
-    "components/_barchart.scss",
-    "components/_buttons.scss",
-    "base/_mixins.scss",
-    "components/_card.scss",
-    "components/_dialog.scss",
-    "components/_expansion-panel.scss",
-    "components/_link.scss"
-  ],
-  "names": [],
-  "mappings": "AAAA;AACQ;AACR;AACQ;AACR;ACJA;AAYA;AAGA;AAMA;AAGA;AAmBA;AAIA;AAIA;AAoBA;AA0BA;AA+CA;ADhIQ;AEZR;EACE,YDDa;;;ACIf;EACE,YDLa;ECMb;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;;AACA;EANF;IAOI;;;;AAIJ;EACE,kBDaM;;ACZN;EAFF;IAGI;IACA;;;;AAIJ;EACE;EACA;;;AAEF;EACE;;;AAEF;EACE;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA,SCxDS;EDyDT;EACA;EACA;;AACA;EAVF;IAWI;;;AAEF;EACE;EAKA;;AACA;EACE;EACA,ODvBQ;;AC0BZ;EACE;EACA;EACA;;AACA;EAJF;IAKI;;;AAEF;EAPF;IAQI;;;AAEF;EACE;EACA;;AACA;EACE;;AAEF;EACE;EACA;;AAEF;EACE;EACA;EACA;EACA,ODlDM;;ACoDR;EACE;;AAEF;EACE;IACE;IACA,OD1DI;;EC4DN;IACE;;EAEF;IACE;;;;AAOV;EACE;EACA;EACA;EACA;EACA;EACA;EACA,OD9EY;;AC+EZ;EACE;EACA;EACA;;AAEF;EACE;EACA;;;AAIJ;AACE;AAIA;AAIA;;AAPA;EACE;;AAGF;EACE,YDHc;;ACMhB;EACE,YDNc;;;AAnJlB;AAYA;AAGA;AAMA;AAGA;AAmBA;AAIA;AAIA;AAoBA;AA0BA;AA+CA;AAhJA;AAYA;AAGA;AAMA;AAGA;AAmBA;AAIA;AAIA;AAoBA;AA0BA;AA+CA;AG5IA;EACE,aCLU;;;ADQZ;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAOE,OHsCU;EGrCV,aChBU;;;ADmBZ;EACE;EACA,aCrBU;EDsBV;EACA;EACA;EACA;;;AAGF;EACE,aC7BU;ED8BV;EACA;EACA;EACA;EAEA;EACA;EACA,OHeY;EGdZ;;;AAEF;EACE,OHtBY;EGuBZ;EACA;;;AAIA;EACE;EACA,WC/CQ;EDgDR;;AACA;EAEE;;AACA;EAEE;;AAEF;EAEE;;AAGJ;EAEE;;AACA;EAEE;;AAEF;EAEE;;AAGJ;EAEE;EACA;;;AA/BJ;EACE;EACA,WC/CQ;EDgDR;;AACA;EAEE;;AACA;EAEE;;AAEF;EAEE;;AAGJ;EAEE;;AACA;EAEE;;AAEF;EAEE;;AAGJ;EAEE;EACA;;;AA/BJ;EACE;EACA,WC/CQ;EDgDR;;AACA;EAEE;;AACA;EAEE;;AAEF;EAEE;;AAGJ;EAEE;;AACA;EAEE;;AAEF;EAEE;;AAGJ;EAEE;EACA;;;AA/BJ;EACE;EACA,WC/CQ;EDgDR;;AACA;EAEE;;AACA;EAEE;;AAEF;EAEE;;AAGJ;EAEE;;AACA;EAEE;;AAEF;EAEE;;AAGJ;EAEE;EACA;;;AA/BJ;EACE;EACA,WC/CQ;EDgDR;;AACA;EAEE;;AACA;EAEE;;AAEF;EAEE;;AAGJ;EAEE;;AACA;EAEE;;AAEF;EAEE;;AAGJ;EAEE;EACA;;;AA/BJ;EACE;EACA,WC/CQ;EDgDR;;AACA;EAEE;;AACA;EAEE;;AAEF;EAEE;;AAGJ;EAEE;;AACA;EAEE;;AAEF;EAEE;;AAGJ;EAEE;EACA;;;AA/BJ;EACE;EACA,WC/CQ;EDgDR;;AACA;EAEE;;AACA;EAEE;;AAEF;EAEE;;AAGJ;EAEE;;AACA;EAEE;;AAEF;EAEE;;AAGJ;EAEE;EACA;;;AA/BJ;EACE;EACA,WC/CQ;EDgDR;;AACA;EAEE;;AACA;EAEE;;AAEF;EAEE;;AAGJ;EAEE;;AACA;EAEE;;AAEF;EAEE;;AAGJ;EAEE;EACA;;;AA/BJ;EACE;EACA,WC/CQ;EDgDR;;AACA;EAEE;;AACA;EAEE;;AAEF;EAEE;;AAGJ;EAEE;;AACA;EAEE;;AAEF;EAEE;;AAGJ;EAEE;EACA;;;AA/BJ;EACE;EACA,WC/CQ;EDgDR;;AACA;EAEE;;AACA;EAEE;;AAEF;EAEE;;AAGJ;EAEE;;AACA;EAEE;;AAEF;EAEE;;AAGJ;EAEE;EACA;;;AA/BJ;EACE;EACA,WC/CQ;EDgDR;;AACA;EAEE;;AACA;EAEE;;AAEF;EAEE;;AAGJ;EAEE;;AACA;EAEE;;AAEF;EAEE;;AAGJ;EAEE;EACA;;;AA/BJ;EACE;EACA,WC/CQ;EDgDR;;AACA;EAEE;;AACA;EAEE;;AAEF;EAEE;;AAGJ;EAEE;;AACA;E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E,YT/DW;;;AAJf;AAYA;AAGA;AAMA;AAGA;AAmBA;AAIA;AAIA;AAoBA;AA0BA;AA+CA;AU9IA;EACE;EACA,OVgDY;EU/CZ,YVkDgC;EUjDhC;EACA;EACA;EACA;;AACA;EACE;;AAEF;EACE;;AAEF;EACE;;;AAGJ;EACE;EACA;;AACA;EACE;EACA;EACA;;AAEF;EACE;;AACA;EACE;;AAGJ;EACE;EACA;;AAEF;EACE;;;AAGJ;EACE;EACA;;AACA;EACE;;;AAGJ;EACE;;;AVlDF;AAYA;AAGA;AAMA;AAGA;AAmBA;AAIA;AAIA;AAoBA;AA0BA;AA+CA;AW/IA;EACE,OXgBW;;AWfX;EACE,OXcS;;;AWVb;EACE;EACA;;AACA;EACE;;;AAGJ;EACE;;;AAEF;EACE,OXiCY;;;ADlCd;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EAME;EACA,kBCzDa",
-  "file": "index.css"
-}