:root {
  --color-light-blue: #009CDD;
  --color-dark-blue: #232D7D;
  --color-light-gray: #D2D2D2;
  --color-gray: #606060;
  --color-green: #A2BD31;
  --color-white: #FFFFFF;
  --color-bg: #FFFFFF;
  --color-text: #606060;
  --color-track: #e8e8e8;
}

body.theme-hc {
  --color-dark-blue: #00FFFF;
  --color-light-blue: #FFFF00;
  --color-green: #39FF14;
  --color-light-gray: #FFFFFF;
  --color-gray: #FFFFFF;
  --color-white: #000000;
  --color-bg: #000000;
  --color-text: #FFFFFF;
  --color-track: #333333;
}

*:focus-visible {
  outline: 3px solid var(--color-dark-blue);
  outline-offset: 3px;
  transition: outline-offset 0.2s ease;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Source Sans Pro", sans-serif;
  color: var(--color-gray);
}

body {
  padding: 0;
  margin: 0 auto;
  max-width: 1920px;
  height: 100%;
  font-weight: 500;
  overflow-x: hidden;
  background-color: var(--color-bg);
  color: var(--color-text);
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 2.5rem;
}
.container.small {
  max-width: 1030px;
}
@media (max-width: 1400px) {
  .container {
    padding: 0 30px;
  }
}
@media (max-width: 778px) {
  .container {
    padding: 0 20px;
  }
}

.editor-wrapper strong {
  color: var(--color-light-blue) !important;
  font-weight: bold !important;
}
@media (max-width: 576px) {
  .editor-wrapper h2 {
    font-size: 1.75rem !important;
    line-height: 30px;
  }
}

h1 {
  font-size: 3rem;
  font-weight: 400;
}

h2 {
  font-size: 2.375rem;
  line-height: 2.875rem;
  font-weight: 400;
}

h3 {
  font-size: 1.875rem;
  font-weight: 400;
}

h4 {
  font-size: 1.5rem;
  font-weight: 400;
}

h5 {
  font-size: 1.25rem;
  font-weight: 400;
}

h6 {
  font-size: 1.125rem;
  font-weight: 400;
}

p {
  font-size: 1rem;
  line-height: 1.25rem;
}
@media (max-width: 600px) {
  p {
    font-size: 0.875rem;
  }
}

small {
  font-size: 0.875rem;
}
@media (max-width: 600px) {
  small {
    font-size: 0.75rem;
  }
}

.c-heading {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 1.875rem;
  gap: 10px;
  text-align: center;
}
.c-heading__title-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  text-align: center;
}

.c-tick {
  display: block !important;
  width: 3px;
  height: 1.5625rem;
  border-radius: 0.125rem;
  margin: 0 auto !important;
  margin-top: 0.625rem !important;
  background: linear-gradient(to bottom, var(--color-green) 0%, var(--color-light-blue) 50%, var(--color-dark-blue) 75%, var(--color-green) 100%);
  background-size: 100% 200%;
  animation: scrollGradient 1.5s linear infinite;
}

@keyframes scrollGradient {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 0% 200%;
  }
}
.header {
  position: relative;
  margin-top: 1.25rem;
  z-index: 100;
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0rem !important;
}
.header__logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
  margin-bottom: -7.5rem;
}
@media (max-width: 800px) {
  .header__logo {
    margin-bottom: -4.375rem;
  }
}
.header__logo img {
  max-height: 5.125rem;
  max-width: 5.125rem;
  object-fit: contain;
}
@media (max-width: 600px) {
  .header__logo img {
    max-height: 3.875rem;
    width: 3.875rem;
  }
}
.header__right-col {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.25rem;
  flex-grow: 1;
  margin-left: 2.5rem;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid #DCDCDC;
}
@media (max-width: 450px) {
  .header__actions {
    gap: 0.125rem;
    margin-left: 0.3125rem;
  }
}
.header__action-btn {
  max-width: 82px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  color: var(--color-dark-blue, #232D7D);
  text-align: left;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.header__action-btn:hover {
  opacity: 0.8;
}
.header__action-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.125rem;
  height: 1.125rem;
  flex-shrink: 0;
}
.header__action-icon svg {
  width: 100%;
  height: 100%;
}
.header__action-text {
  font-size: 0.75rem;
  line-height: auto;
}
.header__link {
  position: absolute;
  top: 100%;
  right: 0;
  display: flex;
  margin-top: 0.9375rem;
}
.header__link-btn {
  display: flex;
  align-items: center;
  font-size: 1rem;
}
@media (max-width: 500px) {
  .header__link-btn {
    font-size: 0.75rem;
  }
}
.header__link-btn {
  font-weight: 700;
  color: var(--color-light-blue);
}
.header__link-btn:hover {
  color: var(--color-dark-blue);
}
.site-footer {
  margin-top: 3.75rem;
}
.site-footer .container {
  border-top: 1px solid #DCDCDC;
}
.site-footer__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6.25rem;
  flex-wrap: wrap;
  padding: 1.875rem 0;
}
.site-footer__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}
.site-footer__logo img {
  display: block;
  max-height: 80px;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

@media (max-width: 800px) {
  .site-footer__logos {
    flex-direction: column;
    gap: 1.875rem;
  }
}
body.theme-hc .site-footer__logo img {
  filter: none !important;
  filter: drop-shadow(1px 0px 0px var(--color-text)) drop-shadow(-1px 0px 0px var(--color-text)) drop-shadow(0px 1px 0px var(--color-text)) drop-shadow(0px -1px 0px var(--color-text)) !important;
}

.hero-energy {
  padding: 3.75rem 0 0rem;
  background-color: var(--color-bg);
  overflow: hidden;
}
@media (max-width: 768px) {
  .hero-energy {
    padding: 2.5rem 0 0rem;
  }
}
.hero-energy__top {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%;
  min-height: 20rem;
  margin: 0 auto 1.875rem;
}
@media (max-width: 992px) {
  .hero-energy__top {
    flex-direction: column;
    min-height: auto;
    text-align: center;
    gap: 2.5rem;
  }
}
@media (max-width: 576px) {
  .hero-energy__top {
    gap: 1.25rem;
    margin-bottom: 0.9375rem;
  }
}
.hero-energy__text-col {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 32.5rem;
}
.hero-energy__text-col strong {
  color: var(--color-gray) !important;
}
@media (max-width: 992px) {
  .hero-energy__text-col {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.hero-energy__text-col .editor-wrapper h2 {
  font-weight: 400 !important;
}
.hero-energy__text-col .editor-wrapper {
  margin-top: 20px;
}
.hero-energy__chart-col {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.hero-energy__chart-col::after {
  content: "";
  position: absolute;
  top: -50px;
  right: -800px;
  width: 1920px;
  height: 450px;
  background-image: radial-gradient(circle at 700px 50px, var(--color-green) 13.5px, transparent 15px), radial-gradient(circle at 1250px 150px, var(--color-green) 13.5px, transparent 15px), radial-gradient(circle at 1420px 130px, var(--color-light-blue) 13.5px, transparent 15px), radial-gradient(circle at 1190px 360px, var(--color-light-gray) 7.25px, transparent 8px), radial-gradient(circle at 430px 395px, var(--color-light-gray) 7.25px, transparent 8px), radial-gradient(circle at 1470px 380px, var(--color-light-gray) 13.5px, transparent 15px), radial-gradient(circle at 1670px 270px, var(--color-light-gray) 13.5px, transparent 15px), radial-gradient(circle at 190px 195px, var(--color-light-gray) 7.25px, transparent 8px), radial-gradient(circle at 170px 330px, var(--color-light-gray) 13.5px, transparent 15px);
  background-repeat: no-repeat;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 992px) {
  .hero-energy__chart-col::after {
    display: none;
  }
}
@media (max-width: 992px) {
  .hero-energy__chart-col {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
.hero-energy__summary {
  text-align: center;
  width: 100%;
}
.hero-energy__boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 1.25rem;
  width: 100%;
  margin: 0 auto 2.5rem;
}
.hero-energy__boxes > * {
  flex: 1 1 calc(25% - 20px);
  display: flex;
  flex-direction: column;
}
@media (max-width: 700px) {
  .hero-energy__boxes > * {
    flex: 1 1 calc(50% - 20px);
  }
}
@media (max-width: 600px) {
  .hero-energy__boxes > * {
    flex: 1 1 100%;
  }
}
.hero-energy__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}
@media (max-width: 576px) {
  .hero-energy__actions {
    width: 100%;
    padding: 0 0.9375rem;
  }
}

.c-donut {
  position: relative;
  width: 19.75rem;
  height: 19.75rem;
  background-color: var(--color-track);
  border-radius: 50%;
  flex-shrink: 0;
}
@media (max-width: 380px) {
  .c-donut {
    transform: scale(0.85);
    transform-origin: center center;
    margin: -1.25rem 0;
  }
}
.c-donut::before {
  content: "";
  position: absolute;
  inset: 0.625rem;
  border-radius: 50%;
  z-index: 6;
  pointer-events: none;
  background: conic-gradient(from 0deg, transparent 0%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.5) 45%, rgba(255, 255, 255, 0) 60%, transparent 100%);
  animation: spinDonutSheen 3s linear infinite;
  mix-blend-mode: overlay;
}
.c-donut__progress {
  position: absolute;
  inset: 0.625rem;
  border-radius: 50%;
  z-index: 1;
  overflow: hidden;
}
.c-donut__cap {
  position: absolute;
  inset: 0.625rem;
  border-radius: 50%;
  z-index: 5;
}
.c-donut__cap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
}
.c-donut__cap--start {
  transform: rotate(0deg);
}
.c-donut__cap--start::after {
  background-color: var(--color-dark-blue);
}
.c-donut__cap--end::after {
  background-color: var(--color-green);
}
.c-donut__inner-track {
  position: absolute;
  inset: calc(0.625rem + 1.375rem);
  background-color: var(--color-track);
  border-radius: 50%;
  z-index: 1;
}
.c-donut__inner {
  position: absolute;
  inset: calc(0.625rem + 1.375rem + 0.625rem);
  background-color: var(--color-bg);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.c-donut__label {
  font-size: 2.375rem !important;
  font-weight: bold !important;
  line-height: 0.58 !important;
}
.c-donut__value {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--color-dark-blue);
  margin: 0;
}
.c-donut__number {
  font-size: 7.5rem !important;
  font-weight: 800 !important;
  color: var(--color-dark-blue) !important;
  line-height: 1 !important;
  margin: 0 !important;
}
.c-donut__percent {
  font-size: 2.375rem !important;
  font-weight: 800 !important;
  line-height: 0.58 !important;
}

@keyframes spinDonutSheen {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.c-timeline {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto 0rem;
}
.c-timeline__btn {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  background-color: var(--color-track);
  border: none;
  color: var(--color-dark-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s, transform 0.2s, opacity 0.2s;
  flex-shrink: 0;
  margin-bottom: 0.75rem;
  z-index: 5;
}
@media (max-width: 576px) {
  .c-timeline__btn {
    width: 2.75rem;
    height: 2.75rem;
  }
}
.c-timeline__btn svg, .c-timeline__btn svg path {
  fill: var(--color-dark-blue) !important;
}
.c-timeline__btn:hover {
  background-color: var(--color-light-gray);
}
.c-timeline__btn:active {
  transform: scale(0.95);
}
.c-timeline__btn[disabled] {
  opacity: 0.15;
  cursor: not-allowed;
}
.c-timeline__track {
  flex: 1;
  position: relative;
  padding: 1.25rem 0 1.25rem;
  overflow: hidden;
}
.c-timeline__line {
  position: absolute;
  bottom: 1.625rem;
  left: 0;
  right: 0;
  z-index: 1;
  height: 4px;
  background-image: radial-gradient(circle, var(--color-gray) 3px, transparent 2px);
  background-position: left bottom;
  background-size: 12px 2px;
  background-repeat: repeat-x;
}
.c-timeline__points {
  display: flex;
  position: relative;
  z-index: 2;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  width: max-content;
}
.c-timeline__item {
  position: relative;
  width: 10.625rem;
}
@media (max-width: 500px) {
  .c-timeline__item {
    width: 18.75rem;
  }
}
.c-timeline__item {
  display: flex;
  justify-content: center;
  flex-shrink: 0;
}
.c-timeline__input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.c-timeline__input:focus-visible + .c-timeline__label-zone .c-timeline__dot {
  outline: 3px solid var(--color-dark-blue);
  outline-offset: 4px;
}
.c-timeline__label-zone {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
  width: 100%;
  height: 6.25rem;
  position: relative;
}
.c-timeline__year {
  position: absolute;
  bottom: 2.875rem;
  font-size: 1.25rem !important;
  color: var(--color-gray) !important;
  font-weight: 600 !important;
  transition: all 0.3s ease;
  white-space: nowrap;
}
@media (max-width: 576px) {
  .c-timeline__year {
    font-size: 1rem !important;
  }
}
.c-timeline__tick {
  width: 3px;
  border-radius: 25%;
  height: 1.5625rem;
  background-color: var(--color-light-gray);
  margin-bottom: 0.25rem;
  transition: all 0.3s ease;
}
.c-timeline__dot {
  width: 0.875rem;
  height: 0.875rem;
  background-color: var(--color-light-gray);
  border-radius: 50%;
  transition: all 0.3s ease;
}
.c-timeline.has-calculated-past .c-timeline__item.is-calc-past .c-timeline__dot {
  background-color: var(--color-light-blue);
}
.c-timeline.has-calculated-past .c-timeline__item.is-calc-past .c-timeline__tick {
  background-color: var(--color-text);
}
.c-timeline__input:checked + .c-timeline__label-zone .c-timeline__year {
  color: var(--color-dark-blue) !important;
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  bottom: 2.875rem;
}
@media (max-width: 576px) {
  .c-timeline__input:checked + .c-timeline__label-zone .c-timeline__year {
    font-size: 1.5rem !important;
  }
}
.c-timeline__input:checked + .c-timeline__label-zone .c-timeline__dot {
  width: 1.25rem;
  height: 1.25rem;
  background-color: var(--color-green);
}
.c-timeline__input:checked + .c-timeline__label-zone .c-timeline__tick {
  height: 1.25rem;
  background-color: var(--color-text);
}

.c-info-box {
  position: relative;
  border-radius: 0.5rem;
  padding: 0.625rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: solid 0.125rem transparent;
  background-image: linear-gradient(var(--color-bg), var(--color-bg)), linear-gradient(0deg, var(--color-green) 0%, var(--color-light-blue) 25%, var(--color-dark-blue) 50%, var(--color-light-blue) 75%, var(--color-green) 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.03);
  background-size: 100% 100%, 100% 200%;
  background-position: center, 0% 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-position 0.6s ease-out;
}
.c-info-box:hover {
  transform: translateY(-0.3125rem);
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.08);
  background-position: center, 0% 0%;
}
@media (max-width: 576px) {
  .c-info-box {
    padding: 0.9375rem 1.25rem;
  }
}

.c-btn-gradient {
  background: linear-gradient(90deg, var(--color-green) 0%, var(--color-light-blue) 25%, var(--color-dark-blue) 50%, var(--color-light-blue) 75%, var(--color-green) 100%);
  background-size: 200% 100%;
  animation: flowGradientHorizontal 10s linear infinite;
  text-decoration: none;
  font-size: 1.125rem;
  font-family: "Open Sans";
  font-weight: 100 !important;
  color: var(--color-white);
  padding: 1.25rem 2.5rem;
  border-radius: 0.625rem;
  text-transform: uppercase;
  transition: transform 0.2s, box-shadow 0.2s;
}
.c-btn-gradient:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1rem rgba(var(--color-dark-blue), 0.2);
}
@media (max-width: 576px) {
  .c-btn-gradient {
    width: 100%;
    text-align: center;
    padding: 1rem 1.25rem;
    font-size: 1rem;
  }
}

@keyframes flowGradientHorizontal {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: -200% 0%;
  }
}
.scroll-down-btn {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  border: none;
  color: var(--color-dark-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.scroll-down-btn svg {
  animation: bounceArrow 2s infinite ease-in-out;
}

@keyframes bounceArrow {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0.25rem);
  }
}
.energy-map__box {
  border: 2px solid var(--color-track);
  border-radius: 0.9375rem;
  overflow: hidden;
  margin-bottom: 1.25rem;
}
.energy-map__box .clear-map-filters {
  margin-left: 1.875rem;
}
.energy-map__canvas {
  width: 100%;
  border-bottom: 2px solid var(--color-track);
}

.leaflet-control-attribution {
  display: none !important;
}

.c-map-header {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 0.625rem;
}
@media (max-width: 576px) {
  .c-map-header {
    padding: 0;
  }
}
.c-map-header__title {
  font-size: 0.875rem;
}
.c-map-header__clear {
  background: none;
  border: none;
  font-size: 0.875rem;
  color: var(--color-light-blue);
  text-decoration: underline;
  cursor: pointer;
  padding: 0;
  transition: color 0.3s ease;
}
.c-map-header__clear:hover {
  color: var(--color-dark-blue);
}

.c-map-filters {
  display: flex;
  align-items: center;
  padding: 1.25rem 1.875rem 0rem 1.875rem;
  background: var(--color-bg);
}
@media (max-width: 992px) {
  .c-map-filters {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.9375rem;
  }
}
@media (max-width: 576px) {
  .c-map-filters {
    padding: 0.9375rem;
  }
}
.c-map-filters__heading {
  font-size: 0.875rem;
  margin-right: 1.875rem;
}
@media (max-width: 992px) {
  .c-map-filters__heading {
    margin-right: 0;
  }
}
.c-map-filters__group {
  display: flex;
  gap: 0.625rem;
  flex-wrap: wrap;
  margin-left: auto;
}
@media (max-width: 992px) {
  .c-map-filters__group {
    margin-left: 0;
    width: 100%;
  }
}
.c-map-filters__item {
  flex: 0 0 185px;
  position: relative;
}
@media (max-width: 992px) {
  .c-map-filters__item {
    flex: 1 1 calc(50% - 0.625rem);
  }
}
@media (max-width: 576px) {
  .c-map-filters__item {
    flex: 1 1 100%;
  }
}
.c-map-filters__select {
  width: 100%;
  padding: 0.3125rem 2.1875rem 0.3125rem 0.9375rem;
  font-size: 0.875rem;
  border: 1px solid var(--color-light-gray);
  border-radius: 1.875rem;
  cursor: pointer;
  appearance: none;
}
@media (max-width: 576px) {
  .c-map-filters__select {
    padding: 0.625rem 2.1875rem 0.625rem 0.9375rem;
  }
}
.c-map-filters__icon {
  position: absolute;
  right: 0rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  display: flex;
  align-items: center;
}

.c-map-legend {
  display: flex;
  flex-direction: column;
  margin-bottom: 3.125rem;
}
@media (max-width: 768px) {
  .c-map-legend {
    gap: 0.9375rem;
    margin-bottom: 1.5625rem;
  }
}
.c-map-legend__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.25rem;
  width: 100%;
}
@media (max-width: 1500px) {
  .c-map-legend__list {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .c-map-legend__list {
    gap: 0.625rem 0.9375rem;
  }
}
.c-map-legend__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  flex: 0 0 auto;
  max-width: 156px;
  width: auto;
}
@media (max-width: 576px) {
  .c-map-legend__item {
    gap: 0.5rem;
  }
}
.c-map-legend__icon-holder {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.8125rem;
  height: 2.8125rem;
  border: 1px solid var(--color-track);
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 576px) {
  .c-map-legend__icon-holder {
    width: 2rem;
    height: 2rem;
  }
}
.c-map-legend__icon-holder svg, .c-map-legend__icon-holder img {
  width: 60%;
  height: 60%;
  object-fit: contain;
}
.c-map-legend__text {
  font-size: 0.875rem;
  line-height: 1.2;
  text-align: left;
}
@media (max-width: 576px) {
  .c-map-legend__text {
    font-size: 0.75rem;
  }
}

.leaflet-popup-content-wrapper {
  border-radius: 0.5rem !important;
  box-shadow: 0 0.625rem 1.5625rem rgba(0, 0, 0, 0.15) !important;
  padding: 0 !important;
  overflow: hidden;
}

.leaflet-popup-content {
  margin: 0 !important;
  width: 24.1875rem !important;
  height: 24.1875rem !important;
}

.leaflet-popup-close-button {
  display: none !important;
}

.popup {
  width: 100%;
  background: var(--color-bg);
  border-radius: 0.625rem;
  box-shadow: 0 0.25rem 0.9375rem rgba(0, 0, 0, 0.06);
  border: 1px solid #DEDEDE;
  transition: box-shadow 0.2s;
}
.popup__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.popup__title {
  padding: 0.9375rem 0rem 0.625rem 0.9375rem;
  font-size: 1rem;
  font-weight: bold;
}
@media (max-width: 576px) {
  .popup__title {
    font-size: 0.75rem;
    padding: 0.625rem 0rem 0.3125rem 0.625rem;
  }
}
.popup__body-inner {
  height: 100%;
  padding: 0rem 0.9375rem 0.9375rem 0.9375rem;
  border-top: 1px solid rgba(var(--color-light-gray), 0.4);
  overflow-y: auto;
}
.popup__body-inner::-webkit-scrollbar {
  width: 4px;
}
.popup__body-inner::-webkit-scrollbar-track {
  background: transparent;
}
.popup__body-inner::-webkit-scrollbar-thumb {
  background: var(--color-light-gray);
  border-radius: 0.25rem;
}
.popup__body-inner::-webkit-scrollbar-thumb:hover {
  background: var(--color-gray);
}
@media (max-width: 576px) {
  .popup__body-inner {
    padding: 0rem 0.625rem 0.625rem 0.625rem;
  }
}
.popup__stat-item {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}
@media (max-width: 576px) {
  .popup__stat-item {
    gap: 0;
    margin-bottom: 0.125rem;
  }
}
.popup__stat-label {
  font-size: 0.875rem;
  color: var(--color-light-blue);
}
@media (max-width: 576px) {
  .popup__stat-label {
    font-size: 0.625rem;
  }
}
.popup__stat-value {
  font-size: 0.875rem;
  padding-bottom: 5px;
  border-bottom: 1px solid #DEDEDE;
}
@media (max-width: 576px) {
  .popup__stat-value {
    font-size: 0.6875rem;
    padding-bottom: 0.125rem;
  }
}
.popup__close-btn {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.popup__close-btn:hover svg rect {
  fill: var(--color-dark-blue);
}
.popup__close-btn:hover svg path {
  fill: var(--color-bg);
}

#fixed-map-popup {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(15px);
  transition: all 0.3s ease;
}
#fixed-map-popup.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
#fixed-map-popup .popup {
  width: 24.1875rem;
  margin: 0;
}
@media (max-width: 576px) {
  #fixed-map-popup {
    bottom: 10px;
    right: 10px;
    left: 10px;
  }
  #fixed-map-popup .popup {
    width: 100%;
    max-height: 45vh;
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 800px) {
  #energyMap {
    max-height: 450px;
  }
}
body.theme-hc select,
body.theme-hc .c-filter__select,
body.theme-hc .c-map-filters select {
  background-color: #000000 !important;
  color: var(--color-dark-blue) !important;
  border: 2px solid var(--color-gray) !important;
}
body.theme-hc select option,
body.theme-hc .c-filter__select option,
body.theme-hc .c-map-filters select option {
  background-color: #000000 !important;
  color: var(--color-dark-blue) !important;
}
body.theme-hc select option:hover,
body.theme-hc .c-filter__select option:hover,
body.theme-hc .c-map-filters select option:hover {
  background-color: var(--color-gray) !important;
  color: #000000 !important;
}

.energy-cards__toggle-all {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.875rem;
  height: 1.875rem;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: transform 0.3s ease;
}
.energy-cards__toggle-all svg path {
  animation: bounceArrow 2s infinite ease-in-out;
}
.energy-cards__toggle-all.is-open {
  transform: rotate(180deg);
}
.energy-cards__toggle-all.is-open svg rect {
  fill: var(--color-dark-blue);
}
.energy-cards__toggle-all.is-open svg path {
  fill: var(--color-bg);
  animation: none;
}
@keyframes bounceArrow {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0.125rem);
  }
}
.energy-cards__wrapper {
  width: 100%;
  margin-top: 2.5rem;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.6s ease-in-out, opacity 0.3s ease-in-out;
}
.energy-cards__wrapper.is-visible {
  max-height: 10000px;
  opacity: 1;
}
.energy-cards__grid {
  display: flex !important;
  flex-direction: row;
  gap: 1.25rem;
  align-items: flex-start;
  width: 100%;
}
.energy-cards__column {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  flex: 1;
  min-width: 0;
}

.c-energy-card {
  width: 100% !important;
  margin-bottom: 0 !important;
  float: none !important;
}
@media (max-width: 1200px) {
  .c-energy-card {
    width: calc(33.333% - 0.833125rem);
  }
}
@media (max-width: 992px) {
  .c-energy-card {
    width: calc(50% - 0.625rem);
  }
}
@media (max-width: 600px) {
  .c-energy-card {
    width: 100%;
  }
}
.c-energy-card {
  background: var(--color-bg);
  border-radius: 0.625rem;
  box-shadow: 0 0.25rem 0.9375rem rgba(0, 0, 0, 0.06);
  border: 1px solid #DEDEDE;
  transition: box-shadow 0.2s;
  overflow: hidden;
}
.c-energy-card:hover {
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.1);
}
.c-energy-card__top {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  height: 107px;
  padding: 1.25rem;
  cursor: pointer;
  outline: none;
  background: var(--color-bg);
  position: relative;
  z-index: 2;
}
.c-energy-card__title {
  flex: 1 1 auto;
  font-size: 1rem;
  color: var(--color-dark-blue);
  font-weight: 800;
  margin: 0;
  padding-right: 0.9375rem;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.c-energy-card__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  background-color: var(--color-bg);
  color: var(--color-dark-blue);
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
  flex: 0 0 2rem;
}
.c-energy-card.is-open .c-energy-card__toggle {
  transform: rotate(180deg);
}
.c-energy-card.is-open .c-energy-card__toggle svg rect {
  fill: var(--color-dark-blue);
}
.c-energy-card.is-open .c-energy-card__toggle svg path {
  fill: var(--color-bg);
}
.c-energy-card__body {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: height 0.5s ease-in-out, opacity 0.25s ease-in-out;
}
.c-energy-card.is-open .c-energy-card__body {
  height: 380px;
  opacity: 1;
}
.c-energy-card__body-inner {
  height: 100%;
  padding: 0rem 1.25rem 1.25rem 1.25rem;
  border-top: 1px solid rgba(var(--color-light-gray), 0.4);
  overflow-y: auto;
}
.c-energy-card__body-inner::-webkit-scrollbar {
  width: 4px;
}
.c-energy-card__body-inner::-webkit-scrollbar-track {
  background: transparent;
}
.c-energy-card__body-inner::-webkit-scrollbar-thumb {
  background: var(--color-light-gray);
  border-radius: 0.25rem;
}
.c-energy-card__body-inner::-webkit-scrollbar-thumb:hover {
  background: var(--color-gray);
}
.c-energy-card__hidden-stats {
  display: flex;
  flex-direction: column;
}
.c-energy-card__stat-item {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}
.c-energy-card__stat-label {
  font-size: 0.875rem;
  color: var(--color-light-blue);
}
.c-energy-card__stat-value {
  font-size: 0.875rem;
  padding-bottom: 5px;
  border-bottom: 1px solid #DEDEDE;
}

.energy-demand .c-table-header {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 0.625rem;
}
@media (max-width: 576px) {
  .energy-demand .c-table-header {
    padding: 0;
  }
}
.energy-demand .c-table-header__title {
  font-size: 0.875rem;
}
.energy-demand .c-table-header__clear {
  background: none;
  border: none;
  font-size: 0.875rem;
  color: var(--color-light-blue);
  text-decoration: underline;
  cursor: pointer;
  padding: 0;
  transition: color 0.3s ease;
}
.energy-demand .c-table-header__clear:hover {
  color: var(--color-dark-blue);
}
.energy-demand .top-scrollbar {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  height: 16px;
  margin-bottom: 0.3125rem;
}
.energy-demand .top-scrollbar__fake-content {
  height: 1px;
}
@media (min-width: 993px) {
  .energy-demand .top-scrollbar {
    display: none;
  }
}
.energy-demand .top-scrollbar::-webkit-scrollbar {
  height: 6px;
}
.energy-demand .top-scrollbar::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 0.25rem;
}
.energy-demand .top-scrollbar::-webkit-scrollbar-thumb {
  background: #DEDEDE;
  border-radius: 0.25rem;
}
.energy-demand .top-scrollbar::-webkit-scrollbar-thumb:hover {
  background: var(--color-light-gray);
}
.energy-demand__table {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.625rem;
}
@media (max-width: 730px) {
  .energy-demand__table {
    cursor: grab;
  }
  .energy-demand__table:active {
    cursor: grabbing;
  }
}
.energy-demand__table::-webkit-scrollbar {
  height: 6px;
}
.energy-demand__table::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 0.25rem;
}
.energy-demand__table::-webkit-scrollbar-thumb {
  background: #DEDEDE;
  border-radius: 0.25rem;
}
.energy-demand__table::-webkit-scrollbar-thumb:hover {
  background: var(--color-light-gray);
}
.energy-demand__row {
  display: grid;
  grid-template-columns: 40px 2fr 2fr 1.2fr 1.2fr;
  gap: 1.25rem;
  padding: 1.125rem 0.9375rem;
  border-bottom: 1px solid #E0E0E0;
  align-items: center;
  min-width: 700px;
}
.energy-demand__row:nth-child(even) {
  background-color: #FAFAFA;
}
.energy-demand__row--head {
  padding-top: 0;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid #E0E0E0;
}
.energy-demand__row--head .energy-demand__col {
  color: var(--color-dark-blue) !important;
  font-size: 1rem;
  font-weight: bold;
}
.energy-demand__row--total {
  margin-top: 0.9375rem;
  background-color: #FAFAFA;
  padding: 1.25rem;
  border-radius: 0.5rem;
  border-bottom: none;
  grid-template-columns: auto 1.2fr 1.2fr;
}
.energy-demand__col {
  font-size: 0.875rem;
}
.energy-demand__col:nth-child(1), .energy-demand__col:nth-child(2) {
  color: var(--color-light-blue);
}
.energy-demand__col:nth-child(4), .energy-demand__col:nth-child(5) {
  text-align: center;
}
.energy-demand__col--span {
  text-align: right;
  font-weight: 800;
  font-size: 1rem;
}
.energy-demand__col--value {
  font-weight: 800;
  font-size: 1rem;
  color: var(--color-dark-blue);
}
.energy-demand__col--year-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}
.energy-demand__col--year-nav .year-nav-label {
  font-size: 0.75rem;
  color: var(--color-light-blue);
  font-weight: 800;
  text-transform: uppercase;
}
.energy-demand__col--year-nav .year-nav-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  width: fit-content;
}
.energy-demand__col--year-nav .year-nav-controls .year-nav-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.energy-demand__col--year-nav .year-nav-controls .year-nav-btn svg rect {
  transition: fill 0.3s ease;
}
.energy-demand__col--year-nav .year-nav-controls .year-nav-btn svg path {
  transition: fill 0.3s ease;
}
.energy-demand__col--year-nav .year-nav-controls .year-nav-btn:hover:not(:disabled) svg rect {
  fill: var(--color-dark-blue);
}
.energy-demand__col--year-nav .year-nav-controls .year-nav-btn:hover:not(:disabled) svg path {
  fill: var(--color-bg);
}
.energy-demand__col--year-nav .year-nav-controls .year-nav-btn--next {
  transform: rotate(180deg);
}
.energy-demand__col--year-nav .year-nav-controls .year-nav-btn:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.energy-demand__col--year-nav .year-nav-controls .year-nav-current {
  font-size: 1rem;
  font-weight: 800;
  color: var(--color-dark-blue);
  min-width: 2.5rem;
  text-align: center;
}
.energy-demand__toggle-all {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.875rem;
  height: 1.875rem;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: transform 0.3s ease;
}
.energy-demand__toggle-all svg path {
  animation: bounceArrow 2s infinite ease-in-out;
}
.energy-demand__toggle-all.is-open {
  transform: rotate(180deg);
}
.energy-demand__toggle-all.is-open svg rect {
  fill: var(--color-dark-blue);
}
.energy-demand__toggle-all.is-open svg path {
  fill: var(--color-bg);
  animation: none;
}
@keyframes bounceArrow {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0.125rem);
  }
}
.energy-demand__wrapper {
  width: 100%;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.6s ease-in-out, opacity 0.3s ease-in-out;
}
.energy-demand__wrapper.is-visible {
  max-height: 8000px;
  opacity: 1;
  margin-top: 1.25rem;
}

body.theme-hc .energy-demand__row:nth-child(even) {
  background-color: #111111 !important;
}
body.theme-hc .energy-demand__row--total {
  background-color: #111111 !important;
}