: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#projects > section.hero > article {
  max-width: 50em;
}
@media screen and (max-width: 700px) {
  main#projects > section.hero > img.background {
    width: auto;
    right: -100%;
  }
}
main#projects > section#sectors {
  margin: 4rem -2rem;
  background-image: linear-gradient(180deg, var(--background) 5%, transparent 30%, transparent 70%, var(--background) 95%), var(--abstractWavesBG);
  background-size: cover;
  padding: 0 2rem;
}
main#projects > section#sectors > h3 {
  text-align: center;
  width: 100%;
  margin-bottom: 4rem;
  font-size: 2.5rem;
}
main#projects > section#sectors > h3 > img {
  height: 1.4em;
  display: inline;
  position: relative;
  top: 0.4em;
}
main#projects > section#sectors > ul {
  max-width: 1400px;
  margin: 4rem auto;
}
main#projects > section#sectors > ul li:nth-of-type(1) div.illustration img {
  transform: translateX(-50%) scale(0.8);
}
main#projects > section#sectors > ul li:nth-of-type(3) div.illustration img {
  transform: translateY(-5%) translateX(-50%) scale(1.5);
}
main#projects > section#sectors > ul li:nth-of-type(4) div.illustration img {
  transform: translateX(-50%) scale(1.25);
}
main#projects > section#sectors > ul li:nth-of-type(5) div.illustration img {
  transform: translateX(-50%) scale(0.7);
}
main#projects > section#sectors > ul li:nth-of-type(6) div.illustration img {
  transform: translateX(-50%) scale(1.05);
}
main#projects > section#sectors > ul > li > * {
  background: linear-gradient(180deg, var(--themeBGdarker1) 0%, var(--themeBGdarker1) 100%);
}
main#projects > section#sectors > ul.clickable > *:not(:hover, :active),
main#projects > section#sectors > ul:has(a) > *:not(:hover, :active) {
  background: linear-gradient(180deg, var(--themeBGdarker2) 0%, var(--themeBGdarker4) 100%);
}
main#projects > section#our-partners {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main#projects > section#our-partners > span {
  background-color: var(--themeBGdarker2);
  padding: calc(1rem/2) 1rem;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
}
main#projects > section#our-partners > div ul li img {
  width: auto;
  height: 100%;
}
main#projects > section#our-partners > div ul li img.larger {
  width: 8rem;
  height: auto;
}
main#projects > section#our-partners > div ul li:has(.larger) {
  height: auto;
}
main#projects > section#portefolio {
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 4rem;
}
main#projects > section#portefolio > h3,
main#projects > section#portefolio p {
  text-align: center;
}
main#projects > section#portefolio > form {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin: 2rem 0;
  flex-wrap: wrap;
  gap: 1rem;
}
main#projects > section#portefolio > ul li.project-card {
  display: flex;
  flex-direction: column;
  background-color: var(--background);
  text-align: center;
}
main#projects > section#portefolio > ul li.project-card a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
main#projects > section#portefolio > ul li.project-card a div.illustration {
  display: flex;
  flex-direction: column;
  margin: calc(-1rem + 2px);
  margin-bottom: 1rem;
  border-radius: calc(1rem - 2px);
  overflow: hidden;
  position: relative;
  height: 13rem;
}
main#projects > section#portefolio > ul li.project-card a div.illustration > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main#projects > section#portefolio > ul li.project-card a div.illustration > span {
  position: absolute;
  bottom: -0.3px;
  left: 50%;
  background-color: var(--background);
  transform: translateX(-50%);
  padding: calc(1rem / 2) 1rem 0 1rem;
  border-radius: 1rem 1rem 0 0;
  text-align: center;
  width: max-content;
  max-width: calc(100% - 2rem * 2);
}
main#projects > section#portefolio > ul li.project-card a div.illustration > span::before {
  content: '';
  display: block;
  width: calc(1rem);
  height: calc(1rem);
  background: var(--background);
  position: absolute;
  left: calc(-1rem + 0.5px);
  bottom: -0.6px;
  mask-image: url('../static/img/projects/hero/mask_corner_bottom_right.svg');
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: right bottom;
  z-index: -1;
}
main#projects > section#portefolio > ul li.project-card a div.illustration > span::after {
  content: '';
  display: block;
  width: calc(1rem);
  height: calc(1rem);
  background: var(--background);
  position: absolute;
  right: calc(-1rem + 0.5px);
  bottom: 0;
  mask-image: url('../static/img/projects/hero/mask_corner_bottom_left.svg');
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: left bottom;
  z-index: -1;
}
main#projects > section#portefolio > ul li.project-card a > p {
  margin-bottom: 1rem;
}
main#projects > section#portefolio > ul li.project-card a > div.attributes {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
}
main#projects > section#portefolio > ul li.project-card a > div.attributes > span {
  margin-left: auto;
  padding: calc(1rem / 2) 1rem;
  border-radius: 1rem;
  color: #fff;
}
main#projects > section#portefolio > ul li.project-card a > div.attributes span.ERP {
  background-color: #FF7B0D;
}
main#projects > section#portefolio > ul li.project-card a > div.attributes span.individual-housing {
  background-color: #FF0096;
}
main#projects > section#portefolio > ul li.project-card a > div.attributes span.residential {
  background-color: #8D6EFF;
}
main#projects > section#portefolio > ul li.project-card a > div.attributes span.tertiary {
  background-color: #004FFF;
}
main#projects > section#portefolio > form:has(input#individual-housing:checked) + ul li:not(:has(span.individual-housing)) {
  display: none;
}
main#projects > section#portefolio > form:has(input#residential:checked) + ul li:not(:has(span.residential)) {
  display: none;
}
main#projects > section#portefolio > form:has(input#tertiary:checked) + ul li:not(:has(span.tertiary)) {
  display: none;
}
main#projects > section#portefolio > form:has(input#ERP:checked) + ul li:not(:has(span.ERP)) {
  display: none;
}
main#projects > section#portefolio > form:has(input#industry:checked) + ul li:not(:has(span.industry)) {
  display: none;
}
main#projects.darkTheme > section#sectors > h3 > img {
  content: url('../static/img/global/Logos/WireBOS_white.svg');
}
