:root {
  --background: #F5F5F8;
  --themeBGopacity30: rgba(245, 245, 248, 0.3);
  --themeBGopacity50: rgba(245, 245, 248, 0.5);
  --text: #252D3A;
  --themeTextLesserContrast: #252D3A;
  --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;
  --themeBGdarkerGradient: linear-gradient(0deg, #DADCE5 0%, #EBECF1 100%);
  --footerBG: url('../static/img/global/Footer/footer_abstract.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;
    --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;
    --themeBGdarkerGradient: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.3) 100%);
    --footerBG: url('../static/img/global/Footer/footer_abstract_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;
  --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;
  --themeBGdarkerGradient: linear-gradient(0deg, #DADCE5 0%, #EBECF1 100%);
  --footerBG: url('../static/img/global/Footer/footer_abstract.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;
  --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;
  --themeBGdarkerGradient: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.3) 100%);
  --footerBG: url('../static/img/global/Footer/footer_abstract_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;
  --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;
  --themeBGdarkerGradient: linear-gradient(0deg, #DADCE5 0%, #EBECF1 100%);
  --footerBG: url('../static/img/global/Footer/footer_abstract.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;
  --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;
  --themeBGdarkerGradient: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.3) 100%);
  --footerBG: url('../static/img/global/Footer/footer_abstract_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#services > section.hero {
  background-color: #DADCE5;
}
main#services > section.hero:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #DADCE5 0%, rgba(218, 220, 229, 0.75) 50%, transparent 100%);
  z-index: 1;
}
main#services > section.hero > article h2 {
  color: #252D3A;
  max-width: 15em;
}
main#services > section.hero > article p {
  max-width: 35rem;
}
@media screen and (max-width: 930px) {
  main#services > section.hero:before {
    background: linear-gradient(0deg, #DADCE5 0%, #DADCE5 25vh, transparent 100%);
  }
  main#services > section.hero > img.background {
    width: auto;
  }
}
main#services > section#software-products {
  margin: 4rem auto;
  max-width: 1400px;
}
main#services > section#software-products > h3 {
  text-align: center;
  max-width: 65rem;
  margin: 0 auto 2rem auto;
}
main#services > section#software-products div.container {
  position: relative;
}
main#services > section#software-products div.container ul.outside-decoration {
  display: grid;
  gap: 2rem;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
main#services > section#software-products div.container ul.outside-decoration:first-child {
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, 1fr);
  left: -2rem;
  transform: translateX(-100%);
  padding: 6rem 0;
}
main#services > section#software-products div.container ul.outside-decoration:first-child > li:nth-of-type(1) {
  grid-area: 1 / 1 / 2 / 2;
}
main#services > section#software-products div.container ul.outside-decoration:first-child > li:nth-of-type(2) {
  grid-area: 2 / 1 / 3 / 2;
  max-height: calc(100% - 3rem);
}
main#services > section#software-products div.container ul.outside-decoration:last-child {
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, 1fr);
  right: -2rem;
  transform: translateX(100%);
}
main#services > section#software-products div.container ul.outside-decoration:last-child > li:nth-of-type(1) {
  grid-area: 1 / 1 / 3 / 2;
}
main#services > section#software-products div.container ul.outside-decoration > li {
  border-radius: 2rem;
}
main#services > section#software-products div.container ul:not(.outside-decoration) {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 2rem;
}
main#services > section#software-products div.container ul:not(.outside-decoration) > li {
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  padding: 2rem;
  min-height: 35rem;
}
main#services > section#software-products div.container ul:not(.outside-decoration) > li > h3 > span > img {
  height: 2.2rem;
  display: inline;
}
main#services > section#software-products div.container ul:not(.outside-decoration) > li > p {
  color: #fff;
}
main#services > section#software-products div.container ul:not(.outside-decoration) > li > button {
  margin-top: auto;
}
main#services > section#software-products div.container ul:not(.outside-decoration) li#NeMa,
main#services > section#software-products div.container ul:not(.outside-decoration) li#NeHo {
  cursor: pointer;
}
main#services > section#software-products div.container ul:not(.outside-decoration) li#NeMa h3,
main#services > section#software-products div.container ul:not(.outside-decoration) li#NeHo h3 {
  max-width: 20em;
  position: absolute;
  margin-bottom: 0;
  left: 0;
  z-index: 2;
}
main#services > section#software-products div.container ul:not(.outside-decoration) li#NeMa h3 > span,
main#services > section#software-products div.container ul:not(.outside-decoration) li#NeHo h3 > span {
  background: var(--background);
  position: relative;
  display: inline-flex;
  padding: 0.3rem 1rem;
}
main#services > section#software-products div.container ul:not(.outside-decoration) li#NeMa h3 > span > img,
main#services > section#software-products div.container ul:not(.outside-decoration) li#NeHo h3 > span > img {
  transform: translateY(5%) translateX(15%) scale(1.5);
  margin-right: 3rem;
}
main#services > section#software-products div.container ul:not(.outside-decoration) li#NeMa h3 > span:before,
main#services > section#software-products div.container ul:not(.outside-decoration) li#NeHo h3 > span:before,
main#services > section#software-products div.container ul:not(.outside-decoration) li#NeMa h3 > span:after,
main#services > section#software-products div.container ul:not(.outside-decoration) li#NeHo h3 > span:after {
  content: '';
  display: block;
  width: 2rem;
  height: 2rem;
  position: absolute;
  mask-image: url('../static/img/services/software-products/mask_corner.svg');
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: top left;
  background-color: var(--background);
}
main#services > section#software-products div.container ul:not(.outside-decoration) li#NeMa h3 > span:before,
main#services > section#software-products div.container ul:not(.outside-decoration) li#NeHo h3 > span:before {
  top: 0;
  right: 0;
  transform: translateX(100%);
}
main#services > section#software-products div.container ul:not(.outside-decoration) li#NeMa h3 > span:after,
main#services > section#software-products div.container ul:not(.outside-decoration) li#NeHo h3 > span:after {
  bottom: 1px;
  left: 0;
  transform: translateY(100%);
}
main#services > section#software-products div.container ul:not(.outside-decoration) li#NeMa > img,
main#services > section#software-products div.container ul:not(.outside-decoration) li#NeHo > img {
  position: absolute;
  z-index: 0;
  transition: all 200ms ease;
}
main#services > section#software-products div.container ul:not(.outside-decoration) li#NeMa > button,
main#services > section#software-products div.container ul:not(.outside-decoration) li#NeHo > button,
main#services > section#software-products div.container ul:not(.outside-decoration) li#NeMa > p,
main#services > section#software-products div.container ul:not(.outside-decoration) li#NeHo > p {
  position: relative;
  z-index: 1;
}
main#services > section#software-products div.container ul:not(.outside-decoration) li#NeMa > p,
main#services > section#software-products div.container ul:not(.outside-decoration) li#NeHo > p {
  opacity: 0;
  transition: all 200ms ease;
}
main#services > section#software-products div.container ul:not(.outside-decoration) li#NeMa > button,
main#services > section#software-products div.container ul:not(.outside-decoration) li#NeHo > button {
  color: #fff;
}
main#services > section#software-products div.container ul:not(.outside-decoration) li#NeMa:hover > p,
main#services > section#software-products div.container ul:not(.outside-decoration) li#NeHo:hover > p {
  opacity: 1;
}
main#services > section#software-products div.container ul:not(.outside-decoration) li#NeMa {
  background-image: linear-gradient(135deg, #9EDC00, #1DDA91, #00BCB0);
  grid-area: 1 / 1 / 2 / 3;
  padding-top: 8rem;
}
main#services > section#software-products div.container ul:not(.outside-decoration) li#NeMa h3 {
  top: 0;
}
main#services > section#software-products div.container ul:not(.outside-decoration) li#NeMa h3 > span {
  border-bottom-right-radius: 1.5rem;
  margin-bottom: -1px;
}
main#services > section#software-products div.container ul:not(.outside-decoration) li#NeMa h3 > span:last-of-type {
  top: -1px;
}
main#services > section#software-products div.container ul:not(.outside-decoration) li#NeMa > img.background {
  height: 60%;
  left: 0;
  bottom: 0;
  transform: scale(1);
}
main#services > section#software-products div.container ul:not(.outside-decoration) li#NeMa > img.illustration {
  width: 40rem;
  right: 0;
  bottom: 2rem;
  transform: scale(1);
  opacity: 1;
}
main#services > section#software-products div.container ul:not(.outside-decoration) li#NeMa:hover > img.background {
  transform: scale(1.2);
  opacity: 0;
}
main#services > section#software-products div.container ul:not(.outside-decoration) li#NeMa:hover > img.illustration {
  transform: translateY(-25%);
  opacity: 0;
}
main#services > section#software-products div.container ul:not(.outside-decoration) li#NeXin {
  background-image: linear-gradient(135deg, #3E5377, #252D3A);
  grid-area: 1 / 3 / 2 / 4;
}
main#services > section#software-products div.container ul:not(.outside-decoration) li#NeXin h3 {
  color: #fff;
}
main#services > section#software-products div.container ul:not(.outside-decoration) li#NeXin > button {
  background: rgba(0, 0, 0, 0.5);
}
main#services > section#software-products div.container ul:not(.outside-decoration) li#NeHo {
  background-image: linear-gradient(135deg, #FF0096, #8D6EFF);
  grid-area: 2 / 1 / 3 / 4;
}
main#services > section#software-products div.container ul:not(.outside-decoration) li#NeHo h3 {
  bottom: 0;
}
main#services > section#software-products div.container ul:not(.outside-decoration) li#NeHo h3 > span {
  border-top-right-radius: 1.5rem;
  margin-top: -1px;
}
main#services > section#software-products div.container ul:not(.outside-decoration) li#NeHo h3 > span:before {
  top: unset;
  bottom: 0;
  right: 0;
  transform: translateX(100%) rotate(-90deg);
}
main#services > section#software-products div.container ul:not(.outside-decoration) li#NeHo h3 > span:after {
  bottom: auto;
  top: 1px;
  left: 0;
  transform: translateY(-100%) rotate(-90deg);
}
main#services > section#software-products div.container ul:not(.outside-decoration) li#NeHo > p {
  max-width: 60rem;
  margin-right: auto;
}
main#services > section#software-products div.container ul:not(.outside-decoration) li#NeHo > img.background {
  height: 180%;
  right: -5%;
  top: -25%;
  transform: scale(1);
  opacity: 1;
}
main#services > section#software-products div.container ul:not(.outside-decoration) li#NeHo > img.illustration {
  height: 120%;
  right: 10%;
  bottom: -25%;
  opacity: 1;
}
main#services > section#software-products div.container ul:not(.outside-decoration) li#NeHo:hover > img.background {
  transform: scale(0.8) translateX(5%);
  opacity: 0;
}
main#services > section#software-products div.container ul:not(.outside-decoration) li#NeHo:hover > img.illustration {
  transform: translateY(50%);
  opacity: 0;
}
@media screen and (max-width: 1000px) {
  main#services > section#software-products div.container > ul.outside-decoration {
    display: none;
  }
  main#services > section#software-products div.container > ul:not(.outside-decoration) {
    grid-template-columns: unset;
    grid-template-rows: unset;
    display: flex;
    flex-direction: column;
  }
  main#services > section#software-products div.container > ul:not(.outside-decoration) > li#NeMa {
    grid-area: unset;
  }
  main#services > section#software-products div.container > ul:not(.outside-decoration) > li#NeXin {
    grid-area: unset;
    min-height: fit-content;
  }
  main#services > section#software-products div.container > ul:not(.outside-decoration) > li#NeHo {
    grid-area: unset;
  }
}
@media screen and (max-width: 650px) {
  main#services > section#software-products div.container > ul:not(.outside-decoration) > li#NeMa > h3 {
    width: 100%;
    text-align: center;
    font-size: 5vw;
  }
  main#services > section#software-products div.container > ul:not(.outside-decoration) > li#NeMa > h3 > span {
    border-radius: 0 0 1.5rem 1.5rem;
    display: inline-flex;
    justify-content: center;
  }
  main#services > section#software-products div.container > ul:not(.outside-decoration) > li#NeMa > h3 > span > img {
    margin-right: unset;
    transform: translateY(-5%);
  }
  main#services > section#software-products div.container > ul:not(.outside-decoration) > li#NeMa > h3 > span:before,
  main#services > section#software-products div.container > ul:not(.outside-decoration) > li#NeMa > h3 > span:after {
    width: 4vw;
    height: 4vw;
  }
  main#services > section#software-products div.container > ul:not(.outside-decoration) > li#NeMa > h3 > span:first-child {
    width: 100%;
    border-radius: 1.5rem 1.5rem 0 0;
  }
  main#services > section#software-products div.container > ul:not(.outside-decoration) > li#NeMa > h3 > span:first-child:before {
    top: unset;
    bottom: 1px;
    right: 0;
    transform: translateY(100%) rotate(90deg);
  }
  main#services > section#software-products div.container > ul:not(.outside-decoration) > li#NeMa > h3 > span:last-child {
    top: -4px;
  }
  main#services > section#software-products div.container > ul:not(.outside-decoration) > li#NeMa > h3 > span:last-child:after {
    top: 0;
    bottom: unset;
    transform: translate(-100%) rotate(90deg);
  }
  main#services > section#software-products div.container > ul:not(.outside-decoration) > li#NeMa > img.illustration {
    width: 35rem;
  }
  main#services > section#software-products div.container > ul:not(.outside-decoration) > li#NeHo > h3 {
    width: 100%;
    text-align: center;
    font-size: 4.8vw;
  }
  main#services > section#software-products div.container > ul:not(.outside-decoration) > li#NeHo > h3 > span {
    border-radius: 1.5rem 1.5rem 0 0;
    display: inline-flex;
    justify-content: center;
  }
  main#services > section#software-products div.container > ul:not(.outside-decoration) > li#NeHo > h3 > span > img {
    margin-right: unset;
    transform: translateY(-5%);
  }
  main#services > section#software-products div.container > ul:not(.outside-decoration) > li#NeHo > h3 > span:before,
  main#services > section#software-products div.container > ul:not(.outside-decoration) > li#NeHo > h3 > span:after {
    width: 4vw;
    height: 4vw;
  }
  main#services > section#software-products div.container > ul:not(.outside-decoration) > li#NeHo > h3 > span:first-child {
    top: 2px;
  }
  main#services > section#software-products div.container > ul:not(.outside-decoration) > li#NeHo > h3 > span:first-child:after,
  main#services > section#software-products div.container > ul:not(.outside-decoration) > li#NeHo > h3 > span:nth-of-type(2):after {
    top: unset;
    bottom: 0;
    transform: translateX(-100%) rotate(180deg);
  }
  main#services > section#software-products div.container > ul:not(.outside-decoration) > li#NeHo > h3 > span:last-child {
    width: 100%;
    border-radius: 0;
  }
  main#services > section#software-products div.container > ul:not(.outside-decoration) > li#NeHo > h3 > span:last-child:before {
    top: 0;
    bottom: unset;
    transform: translateY(-100%) rotate(180deg);
  }
  main#services > section#software-products div.container > ul:not(.outside-decoration) > li#NeHo > img.illustration {
    height: unset;
    width: 50vw;
    right: calc(50% - 25vw);
    bottom: -10%;
  }
  main#services > section#software-products div.container > ul:not(.outside-decoration) > li#NeHo > button {
    order: 1;
    margin-top: 0;
    margin-bottom: 1rem;
  }
  main#services > section#software-products div.container > ul:not(.outside-decoration) > li#NeHo > p {
    order: 2;
  }
}
main#services > section#our-apps {
  margin: 4rem auto;
  max-width: 1400px;
}
main#services > section#our-apps > ul > li.title {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 5px;
  padding-bottom: 2rem;
  gap: 1rem;
}
main#services > section#our-apps > ul > li.title > hr {
  width: 30%;
  margin-left: 0;
  border: none;
  height: 5px;
  background: #9EDC00;
  border-radius: 1.5rem;
}
main#services > section#our-apps > ul > li.title > h3 span {
  color: #9EDC00;
  text-shadow: 1px 1px 0.25rem rgba(158, 220, 0, 0.3);
}
main#services > section#our-apps > ul li:has(a):hover:nth-of-type(2) > *:before,
main#services > section#our-apps > ul li.clickable.with-arrow:not(.title):hover:nth-of-type(2) > *:before {
  background-image: url('../static/img/global/Icons/corner_arrow_blue.svg');
}
main#services > section#our-apps > ul li:has(a):hover:nth-of-type(3) > *:before,
main#services > section#our-apps > ul li.clickable.with-arrow:not(.title):hover:nth-of-type(3) > *:before {
  background-image: url('../static/img/global/Icons/corner_arrow_green.svg');
}
main#services > section#our-apps > ul li:has(a):hover:nth-of-type(4) > *:before,
main#services > section#our-apps > ul li.clickable.with-arrow:not(.title):hover:nth-of-type(4) > *:before {
  background-image: url('../static/img/global/Icons/corner_arrow_orange.svg');
}
main#services > section#our-apps > ul li:has(a):hover:nth-of-type(5) > *:before,
main#services > section#our-apps > ul li.clickable.with-arrow:not(.title):hover:nth-of-type(5) > *:before {
  background-image: url('../static/img/global/Icons/corner_arrow_yellow.svg');
}
main#services > section#our-apps > ul li:has(a):hover:nth-of-type(6) > *:before,
main#services > section#our-apps > ul li.clickable.with-arrow:not(.title):hover:nth-of-type(6) > *:before {
  background-image: url('../static/img/global/Icons/corner_arrow_purple.svg');
}
main#services > section#our-apps > ul li:has(a):hover:nth-of-type(7) > *:before,
main#services > section#our-apps > ul li.clickable.with-arrow:not(.title):hover:nth-of-type(7) > *:before {
  background-image: url('../static/img/global/Icons/corner_arrow_cyan.svg');
}
main#services > section#our-apps > ul li:has(a):hover:nth-of-type(8) > *:before,
main#services > section#our-apps > ul li.clickable.with-arrow:not(.title):hover:nth-of-type(8) > *:before {
  background-image: url('../static/img/global/Icons/corner_arrow_green.svg');
}
main#services > section#our-apps > ul li:has(a):hover:nth-of-type(9) > *:before,
main#services > section#our-apps > ul li.clickable.with-arrow:not(.title):hover:nth-of-type(9) > *:before {
  background-image: url('../static/img/global/Icons/corner_arrow_yellow.svg');
}
main#services > section#our-services {
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
  container-type: inline-size;
  container-name: our-services;
}
main#services > section#our-services > ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
}
main#services > section#our-services > ul li {
  width: calc(1/3);
}
main#services > section#our-services > ul li > img {
  height: 100%;
  width: auto;
  max-height: 12rem;
}
main#services > section#our-services > ul li:nth-child(1) > img {
  transform: scale(0.65) translateY(15%);
}
main#services > section#our-services > ul li:nth-child(2) > img {
  transform: scale(0.85);
}
@container our-services (inline-size < 800px) {
  ul {
    flex-direction: column;
  }
  ul > li {
    display: grid;
    grid-template-columns: 10rem calc(100% - 10rem);
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
  }
  ul > li > img {
    grid-area: 1 / 1 / 3 / 2;
    height: auto !important;
    width: 10rem !important;
    max-height: unset !important;
    place-self: center;
  }
  ul > li > h4 {
    grid-area: 1 / 2 / 2 / 3;
    align-self: end;
  }
  ul > li > p {
    grid-area: 2 / 2 / 3 / 3;
    align-self: top;
  }
  ul > li:nth-child(1) > img {
    transform: unset;
  }
  ul > li:nth-child(2) > img {
    transform: unset;
  }
  ul > li:nth-child(3) > img {
    transform: unset;
    height: 10rem !important;
    width: auto !important;
  }
}
@container our-services (inline-size < 450px) {
  ul {
    flex-direction: column;
  }
  ul > li {
    display: flex;
    flex-direction: column;
    grid-template-columns: unset;
    grid-template-rows: unset;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  ul > li > img {
    grid-area: unset;
    height: auto !important;
    width: 10rem !important;
    max-height: unset !important;
    place-self: center;
  }
  ul > li > h4 {
    grid-area: unset;
    align-self: center;
  }
  ul > li > p {
    grid-area: unset;
    align-self: center;
  }
}
main#services.darkTheme > section.hero > article > p {
  color: #252D3A;
}
main#services.darkTheme > section#software-products li#NeMa h3 > span img {
  content: url('../static/img/global/Logos/NeMa_white.svg');
}
main#services.darkTheme > section#software-products li#NeHo h3 > span img {
  content: url('../static/img/global/Logos/NeHo_white.svg');
}
main#services.darkTheme > section#our-apps > ul > li:not(.title):nth-child(2) > div > img {
  content: url('../static/img/services/our-apps/devices_white.svg');
}
main#services.darkTheme > section#our-apps > ul > li:not(.title):nth-child(3) > div > img {
  content: url('../static/img/services/our-apps/energy_monitoring_white.svg');
}
main#services.darkTheme > section#our-apps > ul > li:not(.title):nth-child(4) > div > img {
  content: url('../static/img/services/our-apps/thermostat_white.svg');
}
main#services.darkTheme > section#our-apps > ul > li:not(.title):nth-child(5) > div > img {
  content: url('../static/img/services/our-apps/alerts_white.svg');
}
main#services.darkTheme > section#our-apps > ul > li:not(.title):nth-child(6) > div > img {
  content: url('../static/img/services/our-apps/scenarios_white.svg');
}
main#services.darkTheme > section#our-apps > ul > li:not(.title):nth-child(8) > div > img {
  content: url('../static/img/services/our-apps/users_white.svg');
}
main#services.darkTheme > section#our-apps > ul > li:not(.title):nth-child(9) > div > img {
  content: url('../static/img/services/our-apps/intercom_white.svg');
}
