: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');
}
video.color-correction {
  filter: brightness(89%) hue-rotate(-5deg) saturate(0.9);
}
*:has(>video.correct-on-mac) {
  position: relative;
}
*:has(>video.correct-on-mac):before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(90deg, var(--background) 0%, transparent 2rem, transparent 100%), linear-gradient(0deg, var(--background) 0%, transparent 2rem, transparent 100%), linear-gradient(-90deg, var(--background) 0%, transparent 2rem, transparent 100%), linear-gradient(180deg, var(--background) 0%, transparent 2rem, transparent 100%);
}
*:has(>video.correct-on-mac):has(>video.top-bottom-only):before {
  background: linear-gradient(0deg, var(--background) 0%, transparent 2rem, transparent 100%), linear-gradient(180deg, var(--background) 0%, transparent 2rem, transparent 100%);
}
.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#air-quality {
  --middlePartWidth: 60rem;
}
main#air-quality > div.allow-overflow-wrapper > section.hero > div > article {
  background-image: url('../static/img/template-service/hero/air-quality/Cloudy_waves_IAQ_BG.png'), radial-gradient(40% 60% at center 70%, #fff 0%, color-mix(in srgb, #33F2F3 25%, #EBECF1), #DADCE5 100%);
  background-repeat: no-repeat;
  background-size: auto 50%, cover;
  background-position: left bottom, center;
}
main#air-quality > div.allow-overflow-wrapper > section.hero > div > article div.title h2 span {
  color: #009FFF;
}
main#air-quality > div.allow-overflow-wrapper > section.hero > div > img.forefront {
  bottom: 0;
  transform: translateX(15%);
}
main#air-quality > div.allow-overflow-wrapper > section.hero > div:after {
  background-image: url('../static/img/template-service/hero/half_circle_decoration_blue.png');
}
@media screen and (max-width: 1200px) {
  main#air-quality > div.allow-overflow-wrapper {
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 1100px) {
  main#air-quality > div.allow-overflow-wrapper > section.hero > div > img.forefront {
    width: unset;
    height: calc(100% - 4rem - 1rem);
    transform: unset;
  }
}
@media screen and (max-width: 930px) {
  main#air-quality > div.allow-overflow-wrapper > section.hero > div > img.forefront {
    width: 60%;
    height: auto;
    transform: translateX(15%);
  }
}
@media screen and (max-width: 800px) {
  main#air-quality > div.allow-overflow-wrapper {
    margin-bottom: 8%;
  }
  main#air-quality > div.allow-overflow-wrapper > section.hero > div > img.forefront {
    width: 75%;
  }
}
@media screen and (max-width: 650px) {
  main#air-quality > div.allow-overflow-wrapper {
    margin-bottom: 8vh;
  }
  main#air-quality > div.allow-overflow-wrapper > section.hero > div {
    background-image: url('../static/img/template-service/hero/air-quality/Cloudy_waves_IAQ_BG.png'), radial-gradient(120% 60% at center 70%, #fff 0%, color-mix(in srgb, #33F2F3 25%, #EBECF1), #DADCE5 100%);
    background-repeat: no-repeat;
    background-size: auto 50%, cover;
    background-position: left bottom, center;
  }
  main#air-quality > div.allow-overflow-wrapper > section.hero > div > img.forefront {
    width: 100%;
  }
}
main#air-quality section.service-statistics > ul.service-statistics-container > li.statistic.accent-1 {
  background-color: #11BAFB;
}
main#air-quality section.service-statistics > ul.service-statistics-container > li.statistic.accent-2 {
  background-image: radial-gradient(100% 100% at top, #33F2F3, #009FFF, #004FFF);
}
main#air-quality section.service-statistics > ul.service-statistics-container > li.statistic.contrast h4 {
  color: #23D8F7;
}
main#air-quality > section#advantage1 > article h3 span {
  color: #009FFF;
}
main#air-quality > section#advantage2 > div {
  position: relative;
  margin-top: -4rem;
  margin-bottom: -2rem;
}
main#air-quality > section#advantage2 > div > img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
main#air-quality > section#advantage2 > article h3 span {
  color: #23D8F7;
  text-shadow: 1px 1px 0.25rem rgba(35, 216, 247, 0.3);
}
main#air-quality > section#advantage3 > article h3 span {
  color: #0077FF;
}
main#air-quality > section#advantage4 > article h3 {
  max-width: 15em;
}
main#air-quality > section#advantage4 > article h3 span {
  color: #23D8F7;
}
main#air-quality > section#advantage4 > article > ul#air-quality-indicators-list {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 2rem;
}
main#air-quality > section#advantage4 > article > ul#air-quality-indicators-list > li {
  display: list-item;
  list-style-type: disc;
}
main#air-quality > section#advantage4 > article > ul#air-quality-indicators-list > li:nth-child(1)::marker,
main#air-quality > section#advantage4 > article > ul#air-quality-indicators-list > li:nth-child(2)::marker {
  color: #33F2F3;
}
main#air-quality > section#advantage4 > article > ul#air-quality-indicators-list > li:nth-child(3)::marker,
main#air-quality > section#advantage4 > article > ul#air-quality-indicators-list > li:nth-child(4)::marker {
  color: #23D8F7;
}
main#air-quality > section#advantage4 > article > ul#air-quality-indicators-list > li:nth-child(5)::marker,
main#air-quality > section#advantage4 > article > ul#air-quality-indicators-list > li:nth-child(6)::marker {
  color: #11BAFB;
}
main#air-quality > section#advantage4 > article > ul#air-quality-indicators-list > li:nth-child(7)::marker {
  color: #009FFF;
}
@media screen and (max-width: 1000px) {
  main#air-quality > section#advantage4 > article > ul {
    margin: 0 auto;
  }
  main#air-quality > section#advantage4 > article > ul#air-quality-indicators-list {
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
  }
  main#air-quality > section#advantage4 > article > ul#air-quality-indicators-list > li {
    text-align: left;
  }
  main#air-quality > section#advantage4 > article > ul#air-quality-indicators-list > li:nth-child(1)::marker,
  main#air-quality > section#advantage4 > article > ul#air-quality-indicators-list > li:nth-child(2)::marker,
  main#air-quality > section#advantage4 > article > ul#air-quality-indicators-list > li:nth-child(3)::marker {
    color: #33F2F3;
  }
  main#air-quality > section#advantage4 > article > ul#air-quality-indicators-list > li:nth-child(4)::marker,
  main#air-quality > section#advantage4 > article > ul#air-quality-indicators-list > li:nth-child(5)::marker,
  main#air-quality > section#advantage4 > article > ul#air-quality-indicators-list > li:nth-child(6)::marker {
    color: #23D8F7;
  }
  main#air-quality > section#advantage4 > article > ul#air-quality-indicators-list > li:nth-child(7)::marker {
    color: #11BAFB;
  }
}
@media screen and (max-width: 820px) {
  main#air-quality > section#advantage4 > article > ul#air-quality-indicators-list {
    grid-template-columns: repeat(2, 1fr);
  }
  main#air-quality > section#advantage4 > article > ul#air-quality-indicators-list > li:nth-child(1)::marker,
  main#air-quality > section#advantage4 > article > ul#air-quality-indicators-list > li:nth-child(2)::marker {
    color: #33F2F3;
  }
  main#air-quality > section#advantage4 > article > ul#air-quality-indicators-list > li:nth-child(3)::marker,
  main#air-quality > section#advantage4 > article > ul#air-quality-indicators-list > li:nth-child(4)::marker {
    color: #23D8F7;
  }
  main#air-quality > section#advantage4 > article > ul#air-quality-indicators-list > li:nth-child(5)::marker,
  main#air-quality > section#advantage4 > article > ul#air-quality-indicators-list > li:nth-child(6)::marker {
    color: #11BAFB;
  }
  main#air-quality > section#advantage4 > article > ul#air-quality-indicators-list > li:nth-child(7)::marker {
    color: #009FFF;
  }
}
@media screen and (max-width: 480px) {
  main#air-quality > section#advantage4 > article > ul#air-quality-indicators-list {
    padding: 0 1.5rem;
  }
}
main#air-quality > section#section-NeHo {
  padding-right: 2rem;
  justify-content: center;
  border-radius: 0;
  padding-top: calc(var(--middlePartWidth)/10 + 2rem);
  padding-bottom: calc(var(--middlePartWidth)/10 + 2rem);
  padding-left: 4rem;
  padding-right: 4rem;
  background-image: url('../static/img/template-service/NeHo/air-quality/clouds_BG.png'), radial-gradient(50% 75% at 60% bottom, #33F2F3 0%, transparent 100%), radial-gradient(50% 75% at 30% top, rgba(255, 255, 255, 0.75) 0%, transparent 100%), linear-gradient(135deg, #33F2F3, #004FFF);
  background-size: 80vw auto, cover, cover, cover;
  background-position: right calc(100% + 6rem), center, center, center;
  background-repeat: no-repeat;
  mask-image: url('../static/img/template-service/NeHo/air-quality/mask_corner_left.svg'), url('../static/img/template-service/NeHo/air-quality/mask_straight_part.png'), url('../static/img/template-service/NeHo/air-quality/mask_middle.svg'), url('../static/img/template-service/NeHo/air-quality/mask_straight_part.png'), url('../static/img/template-service/NeHo/air-quality/mask_corner_right.svg');
  mask-repeat: no-repeat;
  mask-position: left bottom, calc(var(--middlePartWidth)*0.25) bottom, center bottom, calc(100% - calc(var(--middlePartWidth)*0.25) + 2px) bottom, right bottom;
  mask-size: calc(var(--middlePartWidth)*0.25) calc(var(--middlePartWidth)*3), calc(((100vw - var(--middlePartWidth) * 1.5)/2) + 2px) calc(var(--middlePartWidth)*3), var(--middlePartWidth) calc(var(--middlePartWidth)*3), calc(((100vw - var(--middlePartWidth) * 1.5)/2) + 2px) calc(var(--middlePartWidth)*3), calc(var(--middlePartWidth)*0.25) calc(var(--middlePartWidth)*3);
}
main#air-quality > section#section-NeHo:before {
  top: calc(-50vh + var(--middlePartWidth)/10);
  border-bottom-left-radius: calc(var(--middlePartWidth)/10);
  border-bottom-right-radius: calc(var(--middlePartWidth)/10);
}
main#air-quality > section#section-NeHo:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, transparent 0%, transparent 75%, #252D3A 100%);
  z-index: 1;
  pointer-events: none;
}
main#air-quality > section#section-NeHo > article h3 {
  color: #fff;
}
main#air-quality > section#section-NeHo > article p {
  color: #fff;
  max-width: 28em;
}
main#air-quality > section#section-NeHo > article button {
  color: #fff;
  background: #009FFF;
  border-color: #33F2F3;
  box-shadow: -0.5px -0.5px 1px #33F2F3, -0.3rem -0.3rem 1rem #33F2F3, 0.3rem 0.3rem 1rem rgba(0, 79, 255, 0.8);
}
main#air-quality > section#section-NeHo > article button:hover {
  box-shadow: -0.5px -0.5px 2px #33F2F3, -0.3rem -0.3rem 1.2rem #33F2F3, 0.3rem 0.3rem 1.2rem rgba(0, 79, 255, 0.7);
}
main#air-quality > section#section-NeHo > article button:active {
  box-shadow: -0.5px -0.5px 1px #33F2F3, -0.15rem -0.15rem 0.5rem #33F2F3, 0.15rem 0.15rem 0.5rem rgba(0, 79, 255, 0.85);
}
main#air-quality > section#section-NeHo > div {
  width: 50%;
  max-width: calc(1400px/2);
}
@media screen and (max-width: 1130px) {
  main#air-quality > section#section-NeHo {
    --middlePartWidth: 45rem;
  }
}
@media screen and (max-width: 950px) {
  main#air-quality > section#section-NeHo {
    --middlePartWidth: 80vw;
    flex-direction: column;
    padding-bottom: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    background-position: right calc(100% + 3rem), center, center, center;
    background-size: 150vw auto, cover, cover, cover;
  }
  main#air-quality > section#section-NeHo > article {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  main#air-quality > section#section-NeHo > div {
    width: 100%;
    max-width: unset;
  }
}
main#air-quality.darkTheme > div.allow-overflow-wrapper > section.hero > div > article {
  background-image: url('../static/img/template-service/hero/air-quality/Cloudy_waves_IAQ_BG_dark.png'), radial-gradient(40% 60% at center 70%, #667889 0%, #002433, var(--themeBGdarker5) 100%);
}
main#air-quality.darkTheme > div.allow-overflow-wrapper > section.hero > div > article div.title h2 span {
  color: #33F2F3;
}
main#air-quality.darkTheme > div.allow-overflow-wrapper > section.hero > div:after {
  background-image: url('../static/img/template-service/hero/half_circle_decoration_blue_dark.png');
}
@media screen and (max-width: 650px) {
  main#air-quality.darkTheme > div.allow-overflow-wrapper > section.hero > div {
    background-image: url('../static/img/template-service/hero/air-quality/Cloudy_waves_IAQ_BG_dark.png'), radial-gradient(120% 60% at center 70%, #667889 0%, #002433, var(--themeBGdarker5) 100%);
  }
}
