:root {
  --background: #F5F5F8;
  --themeBGopacity30: rgba(245, 245, 248, 0.3);
  --themeBGopacity50: rgba(245, 245, 248, 0.5);
  --text: #252D3A;
  --themeTextLesserContrast: #252D3A;
  --themeTextLighter: #667889;
  --menuColor: #fff;
  --menuColorHover: #F5F5F8;
  --defaultThemeColor: #F5F5F8;
  --defaultColorDarker: #EBECF1;
  --defaultColorDarkest: #DADCE5;
  --themeGrey: #9DABBA;
  --themeExtremeColor: #fff;
  --themeBlack: #252D3A;
  --themeBGShadow: #BCC3D0;
  --themeBlackGradient: linear-gradient(135deg, #252D3A, #000);
  --themeBGdarker1: #EBECF1;
  --themeBGdarker2: #DADCE5;
  --themeBGdarker3: #BCC3D0;
  --themeBGdarker4: #9DABBA;
  --themeBGdarker5: #8292A2;
  --themeBGdarker6: #667889;
  --themeBGdarker7: #465362;
  --themeBGcontrast: #DADCE5;
  --themeBGdarkerGradient: linear-gradient(0deg, #DADCE5 0%, #EBECF1 100%);
  --footerBG: url('../static/img/global/Footer/footer_abstract.jpg');
  --footerBottomBG: url('../static/img/global/Footer/footer_bottom.jpg');
  --abstractWavesBG: url('../static/img/global/waves_fixed.jpg');
  --advantagesBillIcon: url('../static/img/home/Advantages/Bill-icon.svg');
  --advantagesMaintenanceIcon: url('../static/img/home/Advantages/maintenance-icon.svg');
  --advantagesNeHoTABIcon: url('../static/img/home/Advantages/NeHoTAB-icon.svg');
  --longArrowBG: url('../static/img/home/news-blog-article/long_arrow_black.svg');
  --cornerArrow: url('../static/img/global/Icons/corner_arrow.svg');
}
@media (prefers-color-scheme: dark) {
  :root {
    --background: #252D3A;
    --themeBGopacity30: rgba(37, 45, 58, 0.3);
    --themeBGopacity50: rgba(37, 45, 58, 0.5);
    --text: #F5F5F8;
    --themeTextLesserContrast: #BCC3D0;
    --themeTextLighter: #BCC3D0;
    --menuColor: #252D3A;
    --menuColorHover: rgba(0, 0, 0, 0.3);
    --defaultThemeColor: #252D3A;
    --defaultColorDarker: rgba(0, 0, 0, 0.5);
    --defaultColorDarkest: #3E5377;
    --themeGrey: #667889;
    --themeExtremeColor: #000;
    --themeBlack: #000;
    --themeBGShadow: #000;
    --themeBlackGradient: linear-gradient(220deg, var(--themeBGdarker4), #000);
    --themeBGdarker1: #222A37;
    --themeBGdarker2: #1C2330;
    --themeBGdarker3: #171F2B;
    --themeBGdarker4: #131A25;
    --themeBGdarker5: #0F1620;
    --themeBGdarker6: #0B0F17;
    --themeBGdarker7: #000;
    --themeBGcontrast: #667889;
    --themeBGdarkerGradient: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.3) 100%);
    --footerBG: url('../static/img/global/Footer/footer_abstract_black.jpg');
    --footerBottomBG: url('../static/img/global/Footer/footer_bottom_black.jpg');
    --abstractWavesBG: url('../static/img/global/waves_fixed_black.jpg');
    --advantagesBillIcon: url('../static/img/home/Advantages/Bill-icon-dark.svg');
    --advantagesMaintenanceIcon: url('../static/img/home/Advantages/maintenance-icon-dark.svg');
    --advantagesNeHoTABIcon: url('../static/img/home/Advantages/NeHoTAB-icon-dark.svg');
    --longArrowBG: url('../static/img/home/news-blog-article/long_arrow_white.svg');
    --cornerArrow: url('../static/img/global/Icons/corner_arrow_dark.svg');
  }
}
html {
  color-scheme: dark light;
}
:root:has(#theme [value="☀️"]:checked) {
  --background: #F5F5F8;
  --themeBGopacity30: rgba(245, 245, 248, 0.3);
  --themeBGopacity50: rgba(245, 245, 248, 0.5);
  --text: #252D3A;
  --themeTextLesserContrast: #252D3A;
  --themeTextLighter: #667889;
  --menuColor: #fff;
  --menuColorHover: #F5F5F8;
  --defaultThemeColor: #F5F5F8;
  --defaultColorDarker: #EBECF1;
  --defaultColorDarkest: #DADCE5;
  --themeGrey: #9DABBA;
  --themeExtremeColor: #fff;
  --themeBlack: #252D3A;
  --themeBGShadow: #BCC3D0;
  --themeBlackGradient: linear-gradient(220deg, #252D3A, #000);
  --themeBGdarker1: #EBECF1;
  --themeBGdarker2: #DADCE5;
  --themeBGdarker3: #BCC3D0;
  --themeBGdarker4: #9DABBA;
  --themeBGdarker5: #8292A2;
  --themeBGdarker6: #667889;
  --themeBGdarker7: #465362;
  --themeBGcontrast: #DADCE5;
  --themeBGdarkerGradient: linear-gradient(0deg, #DADCE5 0%, #EBECF1 100%);
  --footerBG: url('../static/img/global/Footer/footer_abstract.jpg');
  --footerBottomBG: url('../static/img/global/Footer/footer_bottom.jpg');
  --abstractWavesBG: url('../static/img/global/waves_fixed.jpg');
  --advantagesBillIcon: url('../static/img/home/Advantages/Bill-icon.svg');
  --advantagesMaintenanceIcon: url('../static/img/home/Advantages/maintenance-icon.svg');
  --advantagesNeHoTABIcon: url('../static/img/home/Advantages/NeHoTAB-icon.svg');
  --longArrowBG: url('../static/img/home/news-blog-article/long_arrow_black.svg');
  --cornerArrow: url('../static/img/global/Icons/corner_arrow.svg');
}
:root:has(#theme [value="🌑"]:checked) {
  --background: #252D3A;
  --themeBGopacity30: rgba(37, 45, 58, 0.3);
  --themeBGopacity50: rgba(37, 45, 58, 0.5);
  --text: #F5F5F8;
  --themeTextLesserContrast: #BCC3D0;
  --themeTextLighter: #BCC3D0;
  --menuColor: #252D3A;
  --menuColorHover: rgba(0, 0, 0, 0.3);
  --defaultThemeColor: #252D3A;
  --defaultColorDarker: rgba(0, 0, 0, 0.5);
  --defaultColorDarkest: #3E5377;
  --themeGrey: #667889;
  --themeExtremeColor: #000;
  --themeBlack: #000;
  --themeBGShadow: #000;
  --themeBlackGradient: linear-gradient(220deg, var(--themeBGdarker4), #000);
  --themeBGdarker1: #222A37;
  --themeBGdarker2: #1C2330;
  --themeBGdarker3: #171F2B;
  --themeBGdarker4: #131A25;
  --themeBGdarker5: #0F1620;
  --themeBGdarker6: #0B0F17;
  --themeBGdarker7: #000;
  --themeBGcontrast: #667889;
  --themeBGdarkerGradient: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.3) 100%);
  --footerBG: url('../static/img/global/Footer/footer_abstract_black.jpg');
  --footerBottomBG: url('../static/img/global/Footer/footer_bottom_black.jpg');
  --abstractWavesBG: url('../static/img/global/waves_fixed_black.jpg');
  --advantagesBillIcon: url('../static/img/home/Advantages/Bill-icon-dark.svg');
  --advantagesMaintenanceIcon: url('../static/img/home/Advantages/maintenance-icon-dark.svg');
  --advantagesNeHoTABIcon: url('../static/img/home/Advantages/NeHoTAB-icon-dark.svg');
  --longArrowBG: url('../static/img/home/news-blog-article/long_arrow_white.svg');
  --cornerArrow: url('../static/img/global/Icons/corner_arrow_dark.svg');
}
body {
  background-color: var(--background);
  color: var(--text);
}
body a {
  color: var(--text);
}
[data-theme="☀️"] {
  --background: #F5F5F8;
  --themeBGopacity30: rgba(245, 245, 248, 0.3);
  --themeBGopacity50: rgba(245, 245, 248, 0.5);
  --text: #252D3A;
  --themeTextLesserContrast: #252D3A;
  --themeTextLighter: #667889;
  --menuColor: #fff;
  --menuColorHover: #F5F5F8;
  --defaultThemeColor: #F5F5F8;
  --defaultColorDarker: #EBECF1;
  --defaultColorDarkest: #DADCE5;
  --themeGrey: #9DABBA;
  --themeExtremeColor: #fff;
  --themeBlack: #252D3A;
  --themeBGShadow: #BCC3D0;
  --themeBlackGradient: linear-gradient(220deg, #252D3A, #000);
  --themeBGdarker1: #EBECF1;
  --themeBGdarker2: #DADCE5;
  --themeBGdarker3: #BCC3D0;
  --themeBGdarker4: #9DABBA;
  --themeBGdarker5: #8292A2;
  --themeBGdarker6: #667889;
  --themeBGdarker7: #465362;
  --themeBGcontrast: #DADCE5;
  --themeBGdarkerGradient: linear-gradient(0deg, #DADCE5 0%, #EBECF1 100%);
  --footerBG: url('../static/img/global/Footer/footer_abstract.jpg');
  --footerBottomBG: url('../static/img/global/Footer/footer_bottom.jpg');
  --abstractWavesBG: url('../static/img/global/waves_fixed.jpg');
  --advantagesBillIcon: url('../static/img/home/Advantages/Bill-icon.svg');
  --advantagesMaintenanceIcon: url('../static/img/home/Advantages/maintenance-icon.svg');
  --advantagesNeHoTABIcon: url('../static/img/home/Advantages/NeHoTAB-icon.svg');
  --longArrowBG: url('../static/img/home/news-blog-article/long_arrow_black.svg');
  --cornerArrow: url('../static/img/global/Icons/corner_arrow.svg');
}
[data-theme="🌑"] {
  --background: #252D3A;
  --themeBGopacity30: rgba(37, 45, 58, 0.3);
  --themeBGopacity50: rgba(37, 45, 58, 0.5);
  --text: #F5F5F8;
  --themeTextLesserContrast: #BCC3D0;
  --themeTextLighter: #BCC3D0;
  --menuColor: #252D3A;
  --menuColorHover: rgba(0, 0, 0, 0.3);
  --defaultThemeColor: #252D3A;
  --defaultColorDarker: rgba(0, 0, 0, 0.5);
  --defaultColorDarkest: #3E5377;
  --themeGrey: #667889;
  --themeExtremeColor: #000;
  --themeBlack: #000;
  --themeBGShadow: #000;
  --themeBlackGradient: linear-gradient(220deg, var(--themeBGdarker4), #000);
  --themeBGdarker1: #222A37;
  --themeBGdarker2: #1C2330;
  --themeBGdarker3: #171F2B;
  --themeBGdarker4: #131A25;
  --themeBGdarker5: #0F1620;
  --themeBGdarker6: #0B0F17;
  --themeBGdarker7: #000;
  --themeBGcontrast: #667889;
  --themeBGdarkerGradient: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.3) 100%);
  --footerBG: url('../static/img/global/Footer/footer_abstract_black.jpg');
  --footerBottomBG: url('../static/img/global/Footer/footer_bottom_black.jpg');
  --abstractWavesBG: url('../static/img/global/waves_fixed_black.jpg');
  --advantagesBillIcon: url('../static/img/home/Advantages/Bill-icon-dark.svg');
  --advantagesMaintenanceIcon: url('../static/img/home/Advantages/maintenance-icon-dark.svg');
  --advantagesNeHoTABIcon: url('../static/img/home/Advantages/NeHoTAB-icon-dark.svg');
  --longArrowBG: url('../static/img/home/news-blog-article/long_arrow_white.svg');
  --cornerArrow: url('../static/img/global/Icons/corner_arrow_dark.svg');
}
.glassmorphism {
  -webkit-backdrop-filter: blur(0.25rem);
  backdrop-filter: blur(0.25rem);
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%) !important;
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: inset 0 0.5rem 1rem -0.5rem rgba(255, 255, 255, 0.75), 0.5px 0.5px 1px rgba(0, 0, 0, 0.07), 2px 2px 4px -0.5px rgba(0, 0, 0, 0.1), 5px 5px 8px -1px rgba(0, 0, 0, 0.13), 0.75rem 0.75rem 1rem -2px rgba(0, 0, 0, 0.2);
}
main#energy-management > div.allow-overflow-wrapper > section.hero {
  --electricityLineHeight: 20vw;
  --electricityLineWidth: 110vw;
}
main#energy-management > div.allow-overflow-wrapper > section.hero > div > article {
  background-image: url('../static/img/template-service/hero/energy-management/temp-line-chart.svg'), radial-gradient(50% 100% at 30% center, var(--themeBGdarker1) 0%, var(--themeBGdarker2) 100%);
  background-repeat: no-repeat;
  background-size: var(--electricityLineWidth) auto, cover;
  background-position: -4rem var(--electricityLineHeight), center;
}
main#energy-management > div.allow-overflow-wrapper > section.hero > div > article div.title {
  max-width: 50em;
}
main#energy-management > div.allow-overflow-wrapper > section.hero > div > article div.title h2 {
  margin: 0;
  filter: drop-shadow(0 0 1rem var(--themeBGdarker1)) drop-shadow(0 0 1rem var(--themeBGdarker1)) drop-shadow(0 0 1rem var(--themeBGdarker1)) drop-shadow(0 0 1rem var(--themeBGdarker1));
}
main#energy-management > div.allow-overflow-wrapper > section.hero > div > article div.title h2 span {
  color: #9EDC00;
}
main#energy-management > div.allow-overflow-wrapper > section.hero > div > img.forefront {
  bottom: unset;
  top: 50%;
  transform: translateX(5%) translateY(-50%) scale(1.1);
}
main#energy-management > div.allow-overflow-wrapper > section.hero > div:after {
  background-image: url('../static/img/template-service/hero/half_circle_decoration_green.png');
}
main#energy-management > div.allow-overflow-wrapper > section.hero > div:before {
  content: '';
  display: block;
  width: 110vw;
  height: 20rem;
  position: fixed;
  left: -4rem;
  top: var(--electricityLineHeight);
  background: url('../static/img/template-service/hero/energy-management/temp-line-chart.svg');
  background-size: var(--electricityLineWidth) auto;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 1100px) {
  main#energy-management > div.allow-overflow-wrapper > section.hero {
    --electricityLineHeight: 25vw;
    --electricityLineWidth: 200vw;
  }
}
@media screen and (max-width: 930px) {
  main#energy-management > div.allow-overflow-wrapper > section.hero {
    --electricityLineHeight: 40vw;
  }
  main#energy-management > div.allow-overflow-wrapper > section.hero > div > img.forefront {
    width: 85%;
    left: 0;
    top: unset;
    height: auto;
    transform: translateX(15%);
  }
}
@media screen and (max-width: 810px) {
  main#energy-management > div.allow-overflow-wrapper > section.hero > div > img.forefront {
    width: 75%;
  }
}
@media screen and (max-width: 800px) {
  main#energy-management > div.allow-overflow-wrapper > section.hero {
    --electricityLineHeight: 60vw;
  }
  main#energy-management > div.allow-overflow-wrapper > section.hero > div > img.forefront {
    width: 100%;
    transform: translateX(8%);
  }
}
@media screen and (max-width: 650px) {
  main#energy-management > div.allow-overflow-wrapper {
    margin-bottom: 8vh;
  }
  main#energy-management > div.allow-overflow-wrapper > section.hero {
    --electricityLineHeight: 50vh;
  }
  main#energy-management > div.allow-overflow-wrapper > section.hero > div {
    background-image: url('../static/img/template-service/hero/energy-management/temp-line-chart.svg'), radial-gradient(50% 100% at 30% center, var(--themeBGdarker1) 0%, var(--themeBGdarker2) 100%);
    background-repeat: no-repeat;
    background-size: var(--electricityLineWidth) auto, cover;
    background-position: -4rem var(--electricityLineHeight), center;
  }
  main#energy-management > div.allow-overflow-wrapper > section.hero > div > img.forefront {
    bottom: -2rem;
    transform: translateX(8%) scale(1.1);
  }
}
main#energy-management section.service-statistics > ul.service-statistics-container > li.statistic.accent-1 {
  background-color: #9EDC00;
}
main#energy-management section.service-statistics > ul.service-statistics-container > li.statistic.accent-2 {
  background-color: #1DDA91;
}
main#energy-management section.service-statistics > ul.service-statistics-container > li.statistic.contrast h4 {
  color: #00BCB0;
}
main#energy-management section.service-statistics > article p:last-child span {
  color: #1DDA91;
}
main#energy-management section.service-statistics > article > ul {
  margin: 1rem 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 1.5rem;
}
main#energy-management section.service-statistics > article > ul > li {
  width: 50%;
}
@media screen and (max-width: 800px) {
  main#energy-management section.service-statistics > article > ul {
    flex-direction: column;
  }
  main#energy-management section.service-statistics > article > ul > li {
    width: 100%;
  }
}
main#energy-management > section#advantage1 > article h3 span:first-of-type {
  color: #1DDA91;
  text-shadow: none;
}
main#energy-management > section#advantage1 > article h3 span:last-of-type {
  color: #00BCB0;
  text-shadow: none;
}
main#energy-management > section#advantage2 > article h3 span {
  color: #9EDC00;
  text-shadow: none;
}
main#energy-management > section#advantage3 > article h3 {
  max-width: 15em;
}
main#energy-management > section#advantage3 > article h3 span {
  color: #1DDA91;
  text-shadow: none;
}
main#energy-management > section#advantage3 > article > ul#air-quality-indicators-list {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 2rem;
}
main#energy-management > section#advantage3 > article > ul#air-quality-indicators-list > li {
  display: list-item;
  list-style-type: disc;
}
main#energy-management > section#advantage3 > article > ul#air-quality-indicators-list > li:nth-child(1)::marker,
main#energy-management > section#advantage3 > article > ul#air-quality-indicators-list > li:nth-child(2)::marker {
  color: #9EDC00;
}
main#energy-management > section#advantage3 > article > ul#air-quality-indicators-list > li:nth-child(3)::marker,
main#energy-management > section#advantage3 > article > ul#air-quality-indicators-list > li:nth-child(4)::marker {
  color: #1DDA91;
}
main#energy-management > section#advantage3 > article > ul#air-quality-indicators-list > li:nth-child(5)::marker,
main#energy-management > section#advantage3 > article > ul#air-quality-indicators-list > li:nth-child(6)::marker {
  color: #00BCB0;
}
main#energy-management > section#advantage3 > div > img {
  transform: scale(1.2);
}
@media screen and (max-width: 1000px) {
  main#energy-management > section#advantage3 > article > ul {
    margin: 0 auto;
  }
  main#energy-management > section#advantage3 > article > ul#air-quality-indicators-list {
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
  }
  main#energy-management > section#advantage3 > article > ul#air-quality-indicators-list > li {
    text-align: left;
  }
  main#energy-management > section#advantage3 > article > ul#air-quality-indicators-list > li:nth-child(1)::marker,
  main#energy-management > section#advantage3 > article > ul#air-quality-indicators-list > li:nth-child(2)::marker,
  main#energy-management > section#advantage3 > article > ul#air-quality-indicators-list > li:nth-child(3)::marker {
    color: #9EDC00;
  }
  main#energy-management > section#advantage3 > article > ul#air-quality-indicators-list > li:nth-child(4)::marker,
  main#energy-management > section#advantage3 > article > ul#air-quality-indicators-list > li:nth-child(5)::marker,
  main#energy-management > section#advantage3 > article > ul#air-quality-indicators-list > li:nth-child(6)::marker {
    color: #1DDA91;
  }
}
@media screen and (max-width: 820px) {
  main#energy-management > section#advantage3 > article > ul#air-quality-indicators-list {
    grid-template-columns: repeat(2, 1fr);
  }
  main#energy-management > section#advantage3 > article > ul#air-quality-indicators-list > li:nth-child(1)::marker,
  main#energy-management > section#advantage3 > article > ul#air-quality-indicators-list > li:nth-child(2)::marker {
    color: #9EDC00;
  }
  main#energy-management > section#advantage3 > article > ul#air-quality-indicators-list > li:nth-child(3)::marker,
  main#energy-management > section#advantage3 > article > ul#air-quality-indicators-list > li:nth-child(4)::marker {
    color: #1DDA91;
  }
  main#energy-management > section#advantage3 > article > ul#air-quality-indicators-list > li:nth-child(5)::marker,
  main#energy-management > section#advantage3 > article > ul#air-quality-indicators-list > li:nth-child(6)::marker {
    color: #00BCB0;
  }
}
@media screen and (max-width: 480px) {
  main#energy-management > section#advantage3 > article > ul#air-quality-indicators-list {
    padding: 0 1.5rem;
  }
}
main#energy-management > section#advantage4 > article h3 span {
  color: #00BCB0;
  text-shadow: none;
}
main#energy-management > section#advantage5 > article h3 span {
  color: #9EDC00;
  text-shadow: none;
}
main#energy-management > section#bounce-back-effect {
  margin: 2rem -2rem;
  margin-top: -10rem;
  padding: 0 2rem;
  padding-top: 10rem;
  background-image: url('../static/img/energy-management/bounce-back-effect/bouncing_back_curve.svg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100vw auto;
}
main#energy-management > section#bounce-back-effect > h3 {
  text-align: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}
main#energy-management > section#bounce-back-effect > h3 span {
  color: #00BCB0;
  text-shadow: 1px 1px 0.25rem rgba(0, 188, 176, 0.3);
}
main#energy-management > section#bounce-back-effect > section#bounce-back-effect-observation {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8rem;
}
main#energy-management > section#bounce-back-effect > section#bounce-back-effect-observation > article h4 {
  color: #1DDA91;
  font-size: 1.5rem;
  max-width: 25em;
}
main#energy-management > section#bounce-back-effect > section#bounce-back-effect-observation > div {
  position: relative;
  padding-right: 10em;
  padding-left: 3em;
}
main#energy-management > section#bounce-back-effect > section#bounce-back-effect-observation > div ul {
  position: absolute;
  height: 100%;
  width: calc(100% - 3em - 10em);
  top: 0;
  left: 3em;
}
main#energy-management > section#bounce-back-effect > section#bounce-back-effect-observation > div ul li {
  position: absolute;
  width: fit-content;
  width: 0;
  height: 0;
}
main#energy-management > section#bounce-back-effect > section#bounce-back-effect-observation > div ul li > p {
  position: absolute;
}
main#energy-management > section#bounce-back-effect > section#bounce-back-effect-observation > div ul li.tooltip p,
main#energy-management > section#bounce-back-effect > section#bounce-back-effect-observation > div ul li.label p {
  padding: calc(1rem/2) 1rem;
  border-radius: 1.5rem;
  font-weight: 700;
}
main#energy-management > section#bounce-back-effect > section#bounce-back-effect-observation > div ul li.tooltip p {
  bottom: 1rem;
  left: 0;
  transform: translateX(-50%);
}
main#energy-management > section#bounce-back-effect > section#bounce-back-effect-observation > div ul li.tooltip p:before {
  content: '';
  display: block;
  height: 1rem;
  width: 1rem;
  position: absolute;
  bottom: calc(-1rem/2);
  left: calc(50% - 1rem/2);
  transform: rotate(45deg);
  z-index: -1;
}
main#energy-management > section#bounce-back-effect > section#bounce-back-effect-observation > div ul li.simple-text > p {
  top: 0;
  left: 0;
  transform: translateX(-50%);
}
main#energy-management > section#bounce-back-effect > section#bounce-back-effect-observation > div ul li:nth-child(1) {
  top: 20%;
  left: 0%;
}
main#energy-management > section#bounce-back-effect > section#bounce-back-effect-observation > div ul li:nth-child(1) p {
  color: #252D3A;
  background-color: #FFB200;
  white-space: nowrap;
}
main#energy-management > section#bounce-back-effect > section#bounce-back-effect-observation > div ul li:nth-child(1) p:before {
  background-color: #FFB200;
}
main#energy-management > section#bounce-back-effect > section#bounce-back-effect-observation > div ul li:nth-child(2) {
  top: 40%;
  left: 10%;
}
main#energy-management > section#bounce-back-effect > section#bounce-back-effect-observation > div ul li:nth-child(2) p {
  transform: translateX(-100%);
  text-align: right;
}
main#energy-management > section#bounce-back-effect > section#bounce-back-effect-observation > div ul li:nth-child(3) {
  top: 26%;
  left: 47%;
}
main#energy-management > section#bounce-back-effect > section#bounce-back-effect-observation > div ul li:nth-child(3) p {
  color: #252D3A;
  background-color: #CAF242;
}
main#energy-management > section#bounce-back-effect > section#bounce-back-effect-observation > div ul li:nth-child(3) p:before {
  background-color: #CAF242;
}
main#energy-management > section#bounce-back-effect > section#bounce-back-effect-observation > div ul li:nth-child(4) {
  top: 60%;
  left: 53%;
}
main#energy-management > section#bounce-back-effect > section#bounce-back-effect-observation > div ul li:nth-child(4) p {
  background-color: #1DDA91;
  border-top-right-radius: 0 !important;
  transform: translateX(-100%);
  color: #fff;
}
main#energy-management > section#bounce-back-effect > section#bounce-back-effect-observation > div ul li:nth-child(4) p:before {
  background-color: #1DDA91;
}
main#energy-management > section#bounce-back-effect > section#bounce-back-effect-observation > div ul li:nth-child(5) {
  top: 100%;
  left: 67.8%;
}
main#energy-management > section#bounce-back-effect > section#bounce-back-effect-observation > div ul li:nth-child(5) p {
  background-color: #00847B;
  color: #fff;
  top: unset;
  bottom: 0;
  transform: translateY(calc(100% + 1rem)) translateX(-50%);
  white-space: nowrap;
}
main#energy-management > section#bounce-back-effect > section#bounce-back-effect-observation > div ul li:nth-child(5) p:before {
  background-color: #00847B;
  bottom: unset;
  top: calc(-1rem/2);
}
main#energy-management > section#bounce-back-effect > section#bounce-back-effect-observation > div ul li:nth-child(6) {
  top: 50%;
  left: 80%;
}
main#energy-management > section#bounce-back-effect > section#bounce-back-effect-observation > div ul li:nth-child(6) p {
  transform: unset;
}
main#energy-management > section#bounce-back-effect > section#bounce-back-effect-observation > div ul li:nth-child(7) {
  opacity: 1;
  top: 10%;
  left: 102%;
}
main#energy-management > section#bounce-back-effect > section#bounce-back-effect-observation > div ul li:nth-child(7) p {
  border-top-left-radius: 0;
  background-color: #FF0050;
  color: #fff;
  transform: translateY(-50%);
}
main#energy-management > section#bounce-back-effect > section#bounce-back-effect-observation > div ul li:nth-child(7) p:before {
  background-color: #FF0050;
}
main#energy-management > section#bounce-back-effect > section#bounce-back-effect-solutions {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
main#energy-management > section#bounce-back-effect > section#bounce-back-effect-solutions > section {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
}
main#energy-management > section#bounce-back-effect > section#bounce-back-effect-solutions > section > div img {
  height: 40vw;
  max-height: 40rem;
  width: auto;
}
main#energy-management > section#bounce-back-effect > section#bounce-back-effect-solutions > section > article {
  margin-top: -8rem;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  border: 2px solid transparent;
  background-image: linear-gradient(0deg, var(--background) 0%, var(--background) 100%), linear-gradient(180deg, #fff 0%, var(--background) 50%, var(--background) 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  text-align: center;
  box-shadow: 0 -0.25rem 2rem -1rem rgba(0, 0, 0, 0.5);
}
main#energy-management > section#bounce-back-effect > section#bounce-back-effect-solutions > section > article > h3 {
  margin: 1.5rem;
}
main#energy-management > section#bounce-back-effect > section#bounce-back-effect-solutions > section > article > p {
  margin: 1.5rem;
  margin-bottom: 0;
  margin-top: 0;
}
main#energy-management > section#bounce-back-effect > section#bounce-back-effect-solutions > section > article:after {
  content: '';
  display: block;
  width: calc(100% + 2px * 2);
  height: 4rem;
  background-color: var(--background);
  position: relative;
  left: -2px;
  top: 2rem;
  margin-top: -2rem;
}
@media screen and (max-width: 1000px) {
  main#energy-management > section#bounce-back-effect {
    margin-top: 2rem;
    padding-top: 0;
    background-size: 200vw auto;
    background-position: calc(100% + 30vw) top;
  }
  main#energy-management > section#bounce-back-effect > section#bounce-back-effect-observation {
    margin-bottom: 1.5rem;
  }
  main#energy-management > section#bounce-back-effect > section#bounce-back-effect-observation > div {
    padding-right: 30vw;
    padding-left: 15vw;
    margin-top: 1rem;
    margin-bottom: 6rem;
  }
  main#energy-management > section#bounce-back-effect > section#bounce-back-effect-observation > div ul {
    width: calc(100% - 15vw - 30vw);
    left: 15vw;
  }
  main#energy-management > section#bounce-back-effect > section#bounce-back-effect-observation > div ul li p {
    font-size: 2vw;
    padding: 1vw !important;
  }
  main#energy-management > section#bounce-back-effect > section#bounce-back-effect-observation > div ul li.tooltip p,
  main#energy-management > section#bounce-back-effect > section#bounce-back-effect-observation > div ul li.label p {
    border-radius: 2vw;
  }
  main#energy-management > section#bounce-back-effect > section#bounce-back-effect-observation > article h4 {
    max-width: unset;
  }
}
@media screen and (max-width: 800px) {
  main#energy-management > section#bounce-back-effect section#bounce-back-effect-solutions {
    flex-direction: column;
  }
  main#energy-management > section#bounce-back-effect section#bounce-back-effect-solutions > section {
    width: 100%;
  }
  main#energy-management > section#bounce-back-effect section#bounce-back-effect-solutions > section div img {
    height: 80vw;
    max-height: unset;
  }
}
@media screen and (max-width: 600px) {
  main#energy-management > section#bounce-back-effect > section#bounce-back-effect-observation > div {
    margin-bottom: 4rem;
  }
  main#energy-management > section#bounce-back-effect > section#bounce-back-effect-observation > div ul li p {
    font-size: 3vw;
  }
  main#energy-management > section#bounce-back-effect section#bounce-back-effect-solutions > section div img {
    height: 60vh;
  }
  main#energy-management > section#bounce-back-effect section#bounce-back-effect-solutions > section > article {
    margin-top: -5rem;
  }
}
main#energy-management > section#section-NeHo {
  background-color: #DADCE5;
  overflow: hidden;
  align-items: stretch;
}
main#energy-management > section#section-NeHo > article {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: #252D3A;
}
main#energy-management > section#section-NeHo > article h3 {
  color: #252D3A;
}
main#energy-management > section#section-NeHo > article > p {
  margin: 0;
}
main#energy-management > section#section-NeHo > article > p span {
  display: list-item;
  list-style-type: disc;
  margin-left: 2rem;
}
main#energy-management > section#section-NeHo > article > p span:not(:last-of-type) {
  margin-bottom: calc(1rem/2);
}
main#energy-management > section#section-NeHo > article > p span:first-of-type {
  margin-top: calc(1rem/2);
}
main#energy-management > section#section-NeHo > article > p span::marker {
  color: #8D6EFF;
}
main#energy-management > section#section-NeHo > article > button {
  margin-top: 1rem;
}
main#energy-management > section#section-NeHo > div {
  margin-top: calc(-2.5rem - 2rem);
  margin-bottom: -2rem;
}
main#energy-management > section#section-NeHo > div > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 25% 50%;
  display: block;
}
@media screen and (max-width: 930px) {
  main#energy-management > section#section-NeHo {
    align-items: center;
    justify-content: stretch;
  }
  main#energy-management > section#section-NeHo > article {
    align-items: center;
  }
  main#energy-management > section#section-NeHo > article > p:has(>span) {
    text-align: left;
  }
  main#energy-management > section#section-NeHo > div {
    margin-top: 0;
    margin-left: calc(-4rem * 2);
    margin-right: calc(-4rem * 2);
    width: 100vw;
    max-width: 100vw;
  }
}
main#energy-management.darkTheme > div.allow-overflow-wrapper > section.hero > div:after {
  background-image: url('../static/img/template-service/hero/half_circle_decoration_green_dark.png');
}
main#energy-management.darkTheme > div.allow-overflow-wrapper > section.hero > div > article > div.title h2 {
  filter: drop-shadow(0 0 1rem var(--themeBGdarker1)) drop-shadow(0 0 1rem var(--themeBGdarker1)) drop-shadow(0 0 1rem var(--themeBGdarker1)) drop-shadow(0 0 1rem var(--themeBGdarker1)) drop-shadow(0 0 1rem var(--themeBGdarker1)) drop-shadow(0 0 1rem var(--themeBGdarker1));
}
@media screen and (max-width: 650px) {
  main#energy-management.darkTheme > div.allow-overflow-wrapper > section.hero > div {
    background-image: url('../static/img/template-service/hero/energy-management/temp-line-chart.svg'), radial-gradient(50% 100% at 30% center, var(--themeBGdarker1) 0%, var(--themeBGdarker2) 100%);
  }
}
main#energy-management.darkTheme > section#bounce-back-effect section#bounce-back-effect-solutions > section article {
  background-image: linear-gradient(0deg, var(--background) 0%, var(--background) 100%), linear-gradient(180deg, #465362 0%, var(--background) 50%, var(--background) 100%);
}
main#energy-management.darkTheme > section#section-NeHo > article > button {
  box-shadow: -0.5px -0.5px 1px #fff, -0.3rem -0.3rem 1rem #fff, 0.3rem 0.3rem 1rem rgba(115, 170, 228, 0.8);
}
main#energy-management.darkTheme > section#section-NeHo > article > button:hover {
  box-shadow: -0.5px -0.5px 2px #fff, -0.3rem -0.3rem 1.2rem #fff, 0.3rem 0.3rem 1.2rem rgba(115, 170, 228, 0.7);
}
main#energy-management.darkTheme > section#section-NeHo > article > button:active {
  box-shadow: -0.5px -0.5px 1px #fff, -0.15rem -0.15rem 0.5rem #fff, 0.15rem 0.15rem 0.5rem rgba(90, 169, 253, 0.85);
}
