: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%);
}
