: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#smart-control {
  --middlePartWidth: 60rem;
}
main#smart-control > div.allow-overflow-wrapper {
  margin-bottom: 5rem;
}
main#smart-control > div.allow-overflow-wrapper > section.hero > div > article {
  background-image: url('../static/img/template-service/hero/smart-control/IoT_abstract_wave.png'), linear-gradient(135deg, #FF70C4 0%, #8D6EFF 100%);
  background-repeat: no-repeat;
  background-size: contain, cover;
  background-position: center 90%, center;
  padding-bottom: 15%;
}
main#smart-control > div.allow-overflow-wrapper > section.hero > div > article div.title h2 {
  color: #fff;
}
main#smart-control > div.allow-overflow-wrapper > section.hero > div > img.forefront {
  bottom: 0;
  max-width: 48rem;
  width: auto;
}
main#smart-control > div.allow-overflow-wrapper > section.hero > div:after {
  background-image: url('../static/img/template-service/hero/half_circle_decoration_purple.png');
}
@media screen and (max-width: 1100px) {
  main#smart-control > div.allow-overflow-wrapper > section.hero > div > img.forefront {
    max-width: 35rem;
  }
}
@media screen and (max-width: 930px) {
  main#smart-control > div.allow-overflow-wrapper > section.hero > div > article {
    background-size: 200%, cover;
    background-position: left 65%, center;
  }
  main#smart-control > div.allow-overflow-wrapper > section.hero > div > img.forefront {
    height: 55%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 800px) {
  main#smart-control > div.allow-overflow-wrapper > section.hero > div > article {
    background-position: left 45%, center;
  }
}
@media screen and (max-width: 650px) {
  main#smart-control > div.allow-overflow-wrapper {
    margin-bottom: 12vh;
  }
  main#smart-control > div.allow-overflow-wrapper > section.hero > div {
    background-image: url('../static/img/template-service/hero/smart-control/IoT_abstract_wave.png'), linear-gradient(135deg, #FF70C4 0%, #8D6EFF 100%);
    background-repeat: no-repeat;
    background-size: 200%, cover;
    background-position: left 50%, center;
  }
  main#smart-control > div.allow-overflow-wrapper > section.hero > div > img.forefront {
    transform: unset;
    left: 0;
  }
}
@media screen and (max-width: 480px) {
  main#smart-control > div.allow-overflow-wrapper > section.hero > div > img.forefront {
    max-width: 22rem;
  }
}
main#smart-control section.service-statistics > ul.service-statistics-container > li.statistic.accent-1 {
  background-color: #FF0096;
}
main#smart-control section.service-statistics > ul.service-statistics-container > li.statistic.accent-2 {
  background-color: #8D6EFF;
}
main#smart-control section.service-statistics > ul.service-statistics-container > li.statistic.contrast h4 {
  color: #8D6EFF;
}
main#smart-control > section#advantage1 > article h3 span {
  color: #8D6EFF;
}
main#smart-control > section#advantage2 > article h3 span {
  color: #FF0096;
}
main#smart-control > section#advantage2 > div {
  aspect-ratio: 1/1;
}
main#smart-control > section#advantage3 > article h3 span {
  color: #3700FF;
  text-shadow: 1px 1px 0.25rem rgba(55, 0, 255, 0.2);
}
main#smart-control > section#advantage4 > article h3 span {
  color: #CA8DFF;
}
main#smart-control > 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: radial-gradient(50% 75% at 70% top, #3700FF 0%, transparent 100%), radial-gradient(30% 75% at 30% bottom, rgba(255, 0, 150, 0.8) 0%, transparent 100%), linear-gradient(135deg, #CA8DFF, #8D6EFF);
  background-size: cover, cover, cover;
  background-position: 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#smart-control > 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);
  z-index: -1;
}
main#smart-control > section#section-NeHo:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, transparent 0%, transparent 85%, rgba(37, 45, 58, 0.3) 100%);
  z-index: 1;
  pointer-events: none;
}
main#smart-control > section#section-NeHo > article {
  width: 40%;
}
main#smart-control > section#section-NeHo > article h3 {
  color: #fff;
}
main#smart-control > section#section-NeHo > article p {
  color: #fff;
  max-width: 28em;
}
main#smart-control > section#section-NeHo > article button {
  color: #fff;
  background: #8D6EFF;
  border-color: #fff;
  box-shadow: -0.5px -0.5px 1px #CA8DFF, -0.3rem -0.3rem 1rem #CA8DFF, 0.3rem 0.3rem 1rem rgba(55, 0, 255, 0.8);
}
main#smart-control > section#section-NeHo > article button:hover {
  box-shadow: -0.5px -0.5px 2px #CA8DFF, -0.3rem -0.3rem 1.2rem #CA8DFF, 0.3rem 0.3rem 1.2rem rgba(55, 0, 255, 0.7);
}
main#smart-control > section#section-NeHo > article button:active {
  box-shadow: -0.5px -0.5px 1px #CA8DFF, -0.15rem -0.15rem 0.5rem #CA8DFF, 0.15rem 0.15rem 0.5rem rgba(55, 0, 255, 0.85);
}
main#smart-control > section#section-NeHo > div {
  height: 50vh;
  width: 60%;
  max-width: calc(1400px/2);
  margin-bottom: calc(var(--middlePartWidth)/-10 - 2rem);
  margin-top: -2rem;
  position: relative;
}
main#smart-control > section#section-NeHo > div img {
  width: auto;
  height: calc(100% + 4rem);
  position: absolute;
  top: -4rem;
  left: 50%;
  transform: translateX(-48%);
}
@media screen and (max-width: 1300px) {
  main#smart-control > section#section-NeHo {
    flex-direction: column;
  }
  main#smart-control > section#section-NeHo > article {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: unset;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  main#smart-control > section#section-NeHo > article > h3 {
    max-width: 55rem;
  }
  main#smart-control > section#section-NeHo > article > p {
    margin-top: 0;
    max-width: 60rem;
  }
  main#smart-control > section#section-NeHo > div {
    margin-top: 0;
  }
  main#smart-control > section#section-NeHo > div img {
    height: 100%;
    top: 0;
  }
}
@media screen and (max-width: 1130px) {
  main#smart-control > section#section-NeHo {
    --middlePartWidth: 45rem;
  }
}
@media screen and (max-width: 950px) {
  main#smart-control > section#section-NeHo {
    --middlePartWidth: 80vw;
    flex-direction: column;
    padding-bottom: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    background-image: radial-gradient(100% 50% at center top, #3700FF 0%, transparent 100%), radial-gradient(100% 75% at center bottom, rgba(255, 0, 150, 0.8) 0%, transparent 100%), linear-gradient(135deg, #CA8DFF, #8D6EFF);
    background-position: center, center, center;
    background-size: cover, cover, cover;
  }
  main#smart-control > section#section-NeHo > article {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  main#smart-control > section#section-NeHo > div {
    width: 100%;
    max-width: unset;
  }
}
main#smart-control.darkTheme > div.allow-overflow-wrapper > section.hero > div:after {
  background-image: url('../static/img/template-service/hero/half_circle_decoration_purple_dark.png');
}
