.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);
}
: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%);
}
* {
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
h1.header,
h2.header,
h3.header,
h4.header,
h5.header,
h6.header {
  background: var(--themeGrey);
  width: 100%;
  padding: 2rem;
  text-align: center;
  color: #fff;
  text-shadow: none;
  min-height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
h2 {
  font-stretch: semi-condensed;
  font-weight: 700;
  font-size: 2.5rem;
  color: #3E5377;
  text-shadow: 1px 1px 0.25rem rgba(0, 0, 0, 0.25);
  margin-bottom: calc(1rem);
}
h2.light {
  font-weight: 300;
  font-stretch: normal;
  text-shadow: none;
  color: var(--text);
}
h3 {
  font-stretch: semi-condensed;
  font-weight: 700;
  font-size: 2.2rem;
  text-shadow: 1px 1px 0.25rem var(--themeBGShadow);
  color: var(--text);
  margin-bottom: calc(1rem);
}
h3.light {
  font-weight: 300;
  font-stretch: normal;
  text-shadow: none;
  color: var(--themeTextLesserContrast);
}
h4 {
  font-size: 1.3rem;
  font-stretch: semi-condensed;
  font-weight: 700;
  margin-bottom: calc(1rem/2);
  color: var(--themeTextLesserContrast);
}
h4.light {
  font-weight: 500;
  font-stretch: normal;
}
h5 {
  font-stretch: semi-condensed;
  font-size: 1rem;
  margin-bottom: calc(1rem/2);
  color: var(--themeGrey);
}
@media screen and (max-width: 480px) {
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.8rem;
  }
  h4 {
    font-size: 1.2rem;
  }
}
a {
  text-decoration: none;
}
p {
  font-size: 1rem;
  margin: 0;
}
p.p1 {
  font-size: 1.5rem;
  line-height: 2rem;
}
p.p2 {
  font-size: 1.3rem;
  line-height: 1.8rem;
}
p.p3 {
  font-size: 1.2rem;
}
.framed {
  background-color: var(--themeExtremeColor);
  padding: 1rem;
  border-radius: 1.5rem;
  border-top-left-radius: 0;
}
.framed.glass {
  background-color: unset;
  padding: calc(1rem * 2);
  margin: 2rem;
  position: relative;
  border-radius: 1.5rem;
  border-top-right-radius: 0;
  backdrop-filter: blur(1rem);
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.framed.glass:before {
  background-color: var(--themeExtremeColor);
  position: absolute;
  content: '';
  display: block;
  width: calc(100% - 1rem * 2);
  height: calc(100% - 1rem * 2);
  top: 1rem;
  left: 1rem;
  border-radius: calc(1.5rem - 1rem);
  border-top-right-radius: 0;
  z-index: 0;
}
.framed.glass > * {
  position: relative;
  z-index: 1;
}
button {
  border: none;
  padding: 0;
  background-color: inherit;
  cursor: pointer;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.button {
  border-radius: 0.5rem;
  border: none;
  z-index: 0;
  padding: calc(1rem/2) 1rem;
  transition: all 200ms ease;
  position: relative;
  top: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  white-space: nowrap;
  box-shadow: -0.5px -0.5px 1px #fff, -0.3rem -0.3rem 1rem #fff, 0.3rem 0.3rem 1rem rgba(115, 170, 228, 0.8);
}
.button:hover {
  box-shadow: -0.5px -0.5px 2px #fff, -0.3rem -0.3rem 1.2rem #fff, 0.3rem 0.3rem 1.2rem rgba(115, 170, 228, 0.7);
}
.button:active {
  box-shadow: -0.5px -0.5px 1px #fff, -0.15rem -0.15rem 0.5rem #fff, 0.15rem 0.15rem 0.5rem rgba(90, 169, 253, 0.85);
}
.button:hover {
  top: -3px;
}
.button:active {
  top: 1px;
}
.button:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: solid 2px transparent;
  border-radius: 0.5rem;
  overflow: hidden;
  z-index: -1;
  transition: all 100ms ease;
  box-sizing: border-box;
}
.button.primary {
  color: #fff;
}
.button.primary:before {
  background-image: linear-gradient(135deg, #FF0050 0%, #004FFF 100%), linear-gradient(135deg, #ff6696, #0037b3);
  background-origin: border-box;
  background-clip: content-box, border-box;
}
.button.primary:active::before {
  box-shadow: inset -0.5px -0.5px 1px rgba(255, 255, 255, 0.1), inset -0.3rem -0.3rem 1rem rgba(255, 255, 255, 0.6), inset 0.3rem 0.3rem 1rem rgba(0, 36, 95, 0.6);
}
.button.primary.NeHo:before {
  background-image: linear-gradient(135deg, #FF0096, #8D6EFF), linear-gradient(135deg, #ff99d5, #3d08ff);
}
.button.primary.blue:before {
  background-image: linear-gradient(135deg, #33F2F3, #004FFF), linear-gradient(135deg, #93f8f9, #002f99);
}
.button.primary.green:before {
  background-image: linear-gradient(135deg, #9EDC00, #1DDA91, #00BCB0), linear-gradient(135deg, #caff43, #008980);
}
.button.primary.purple:before {
  background-image: linear-gradient(135deg, #CA8DFF, #8D6EFF), linear-gradient(135deg, #e2c0ff, #653bff);
}
.button.primary.purple:active::before {
  box-shadow: inset -0.5px -0.5px 1px #CA8DFF, inset -0.3rem -0.3rem 1rem rgba(202, 141, 255, 0.6), inset 0.3rem 0.3rem 1rem rgba(0, 79, 255, 0.6);
}
.button.secondary {
  background: var(--themeExtremeColor);
  border: solid 2px var(--background);
  color: var(--text);
}
.button.tertiary {
  background: var(--background);
  color: var(--text);
}
.button.tertiary:before {
  background-image: linear-gradient(0deg, var(--background), var(--background)), linear-gradient(180deg, #ffffff, rgba(255, 255, 255, 0));
  background-origin: border-box;
  background-clip: content-box, border-box;
}
.button.tertiary:active::before {
  border-width: 0;
  box-shadow: inset -0.5px -0.5px 1px rgba(255, 255, 255, 0.5), inset -0.3rem -0.3rem 1rem rgba(255, 255, 255, 0.6), inset 0.3rem 0.3rem 1rem rgba(142, 181, 254, 0.6);
}
.button.round-button {
  height: 2.5rem;
  width: 2.5rem;
  max-height: 2.5rem;
  max-width: 2.5rem;
  border-radius: 50%;
  padding: calc(1rem/2);
}
.button.round-button:before {
  border-radius: 50%;
}
.button.outlined {
  box-shadow: none !important;
  border: 2px solid var(--themeGrey);
  color: #252D3A;
}
.button.outlined:hover,
.button.outlined:active {
  top: 0;
}
.button.outlined:hover {
  border-color: #004FFF;
}
.button.outlined:active {
  background-color: #004FFF;
  color: #F5F5F8;
}
.button.outlined.with-arrow:active:after {
  background-image: url('../static/img/global/Icons/arrow_white.svg');
}
.button.outlined.green:hover {
  border-color: #00BCB0;
}
.button.outlined.green:active {
  background-color: #00BCB0;
}
.button.outlined.green:after {
  background-image: url('../static/img/global/Icons/arrow_medium_green.svg');
}
.button.outlined.lightPurple:hover {
  border-color: #CA8DFF;
}
.button.outlined.lightPurple:active {
  background-color: #CA8DFF;
}
.button.outlined.lightPurple:after {
  background-image: url('../static/img/global/Icons/arrow_medium_light_purple.svg');
}
.button.outlined.orange:hover {
  border-color: #FF7B0D;
}
.button.outlined.orange:active {
  background-color: #FF7B0D;
}
.button.outlined.orange:after {
  background-image: url('../static/img/global/Icons/arrow_medium_orange.svg');
}
.button.outlined.turquoise:hover {
  border-color: #33F2F3;
}
.button.outlined.turquoise:active {
  background-color: #33F2F3;
}
.button.outlined.turquoise:after {
  background-image: url('../static/img/global/Icons/arrow_purple.svg');
}
.button.outlined.purple:hover {
  border-color: #8D6EFF;
}
.button.outlined.purple:active {
  background-color: #8D6EFF;
}
.button.outlined.purple:after {
  background-image: url('../static/img/global/Icons/arrow_cyan.svg');
}
.button.flat {
  box-shadow: none !important;
  border-radius: 4rem;
  backdrop-filter: blur(0.5rem) brightness(110%);
  color: var(--text);
  font-size: 1.2rem;
  font-weight: 300;
  background-color: rgba(37, 45, 58, 0.2);
}
.button.flat.with-arrow:after {
  background: url('../static/img/global/Icons/arrow_white.svg') no-repeat center;
}
.button.flat:hover {
  top: 0;
  backdrop-filter: blur(0.5rem) brightness(80%);
  color: var(--background);
}
.button.flat:active {
  backdrop-filter: blur(0.5rem) brightness(50%);
  color: var(--background);
}
.button.flat.disabled {
  color: var(--themeGrey);
  pointer-events: none;
}
.button.with-arrow {
  padding-right: 2rem;
}
.button.with-arrow:after {
  content: '';
  display: block;
  width: 2rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
  background: url('../static/img/global/Icons/arrow.svg') no-repeat center;
  background-size: contain;
  transition: all 200ms ease;
}
.button.with-arrow:hover:after,
.button.with-arrow:active:after {
  transform: rotate(90deg);
}
.button.with-arrow.orange:after {
  background-image: url('../static/img/global/Icons/arrow_medium_orange.svg');
}
.button.with-arrow.turquoise:after {
  background-image: url('../static/img/global/Icons/arrow_cyan.svg');
}
.button.with-arrow.purple:after {
  background-image: url('../static/img/global/Icons/arrow_white.svg');
}
.button.with-arrow.white:after {
  background-image: url('../static/img/global/Icons/arrow_white.svg');
}
.neomorphic {
  border-radius: 1rem;
  padding: calc(1rem);
  box-shadow: -0.5px -0.5px 1px #fff, -0.3rem -0.3rem 1rem #fff, 0.3rem 0.3rem 1rem rgba(160, 186, 237, 0.8);
}
.neomorphic.large {
  box-shadow: -1px -1px 1px #fff, -0.5rem -0.5rem 2rem #fff, 0.5rem 0.5rem 2rem rgba(132, 170, 211, 0.85);
}
.neomorphic.clickable {
  position: relative;
  transition: all 200ms ease;
  top: 0;
  box-shadow: -0.5px -0.5px 1px #fff, -0.3rem -0.3rem 1rem #fff, 0.3rem 0.3rem 1rem rgba(160, 186, 237, 0.8);
}
.neomorphic.clickable:hover {
  box-shadow: -0.5px -0.5px 2px #fff, -0.3rem -0.3rem 1.2rem #fff, 0.3rem 0.3rem 1.2rem rgba(160, 186, 237, 0.7);
}
.neomorphic.clickable:active {
  box-shadow: -0.5px -0.5px 1px #fff, -0.15rem -0.15rem 0.5rem #fff, 0.15rem 0.15rem 0.5rem rgba(142, 181, 254, 0.85);
}
.neomorphic.clickable:hover {
  top: -3px;
}
.neomorphic.clickable:active {
  top: 1px;
}
.neomorphic.clickable.large {
  box-shadow: -1px -1px 1px #fff, -0.5rem -0.5rem 2rem #fff, 0.5rem 0.5rem 2rem rgba(132, 170, 211, 0.85);
}
.neomorphic.clickable.large:hover {
  box-shadow: -1px -1px 1px #fff, -0.5rem -0.5rem 2.5rem rgba(255, 255, 255, 0.9), 0.5rem 0.5rem 2.5rem rgba(132, 170, 211, 0.7);
}
.neomorphic.clickable.large:active {
  box-shadow: -1px -1px 1px #fff, -0.25rem -0.25rem 1rem #fff, 0.25rem 0.25rem 1rem rgba(132, 170, 211, 0.85);
}
.input {
  position: relative;
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0.5rem;
  height: 2.5rem;
}
.input:has(textarea) {
  min-height: calc(2.5rem * 2);
  height: fit-content;
}
.input > label {
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  pointer-events: none;
  transition: all 200ms ease;
  position: absolute;
  top: 0;
  left: 0;
  color: #667889;
}
.input > input,
.input > textarea,
.input > select {
  height: 100%;
  width: 100%;
  border: none;
  padding: calc(1rem/2) 1rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  border-radius: 0.5rem;
  box-shadow: inset -0.5px -0.5px 1px #fff, inset -0.15rem -0.15rem 0.5rem #fff, inset 0.15rem 0.15rem 0.5rem #a0baed;
  background: var(--themeBGdarker1);
  outline: 2px solid transparent;
  transition: all 200ms ease;
}
.input > textarea {
  resize: vertical;
  min-height: calc(2.5rem * 2);
  max-height: 40svh;
}
.input > select {
  appearance: none;
  padding-right: calc(2rem + 1rem);
}
.input:has(>select):after {
  content: '';
  display: block;
  height: calc(2.5rem / 5);
  width: calc(2.5rem / 5);
  position: absolute;
  top: calc(50% - (2.5rem / 5) / 2);
  right: 1rem;
  transform: rotate(45deg);
  border-right: 2px solid var(--themeGrey);
  border-bottom: 2px solid var(--themeGrey);
  transition: all 200ms ease;
  pointer-events: none;
}
.input:hover > input,
.input:hover > textarea,
.input:hover > select {
  background: var(--themeBGdarker2);
}
.input:has(>*:focus) label,
.input:has(input:not(:placeholder-shown)) label,
.input:has(textarea:not(:placeholder-shown)) label,
.input:has(select) label {
  top: calc(-1rem/2);
  left: calc(-1rem/2);
  font-size: 0.65em;
}
.input:has(>*:focus) > input,
.input:has(input:not(:placeholder-shown)) > input,
.input:has(textarea:not(:placeholder-shown)) > input,
.input:has(select) > input,
.input:has(>*:focus) > textarea,
.input:has(input:not(:placeholder-shown)) > textarea,
.input:has(textarea:not(:placeholder-shown)) > textarea,
.input:has(select) > textarea,
.input:has(>*:focus) > select,
.input:has(input:not(:placeholder-shown)) > select,
.input:has(textarea:not(:placeholder-shown)) > select,
.input:has(select) > select {
  color: #252D3A;
  padding-top: calc(1rem);
  padding-bottom: calc(1rem/3);
}
.input:has(>*:focus) > input,
.input:has(input:not(:placeholder-shown)) > input,
.input:has(textarea:not(:placeholder-shown)) > input,
.input:has(select) > input,
.input:has(>*:focus) > textarea,
.input:has(input:not(:placeholder-shown)) > textarea,
.input:has(textarea:not(:placeholder-shown)) > textarea,
.input:has(select) > textarea {
  background-color: #fff;
  box-shadow: inset -0.5px -0.5px 1px #fff, inset -0.15rem -0.15rem 0.5rem #fff, inset 0.15rem 0.15rem 0.5rem #a0baed !important;
  outline: 2px solid var(--themeBGcontrast);
}
.input:has(>*:focus) > select,
.input:has(input:not(:placeholder-shown)) > select,
.input:has(textarea:not(:placeholder-shown)) > select,
.input:has(select) > select {
  background-color: var(--themeExtremeColor);
  color: var(--text);
}
.input:has(>*:focus) textarea:focus,
.input:has(input:not(:placeholder-shown)) textarea:focus,
.input:has(textarea:not(:placeholder-shown)) textarea:focus,
.input:has(select) textarea:focus,
.input:has(>*:focus) input:focus,
.input:has(input:not(:placeholder-shown)) input:focus,
.input:has(textarea:not(:placeholder-shown)) input:focus,
.input:has(select) input:focus {
  outline: 2px solid #004FFF;
}
.input:has(>*:focus) > input,
.input:has(>*:focus) > textarea {
  background: #fff;
}
.input:has(>*:focus) > select {
  background: var(--themeExtremeColor);
}
.input:has(select:focus):hover:after {
  transform: rotate(-135deg);
}
.input:has( > *:not(select):focus-visible) label {
  color: #004FFF;
}
.input:has(>*:required) label:after {
  content: ' *';
}
.grid-list {
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 1rem * 2) / 3));
  gap: 1rem;
}
.grid-list.wider-gap {
  grid-template-columns: repeat(3, calc((100% - 2rem * 2) / 3));
  gap: 2rem;
}
.grid-list > * {
  width: 100%;
}
@media screen and (max-width: 960px) {
  .grid-list {
    grid-template-columns: repeat(2, calc((100% - 1rem) / 2));
  }
  .grid-list.wider-gap {
    grid-template-columns: repeat(2, calc((100% - 2rem) / 2));
  }
}
@media screen and (max-width: 650px) {
  .grid-list,
  .grid-list.wider-gap {
    grid-template-columns: repeat(1, 100%);
  }
}
.floating-card {
  background: var(--themeBGdarkerGradient);
  border-radius: 1.5rem;
  padding: 5px;
}
.floating-card > * {
  display: block;
  background: var(--background);
  width: 100%;
  height: 100%;
  border-radius: calc(1.5rem - (2px * 2));
  padding: 2rem;
  position: relative;
  top: 0;
  box-shadow: 0 0.25rem 0.5rem -0.15rem var(--themeBGdarker5);
  transition: all 200ms ease;
}
.floating-card > * > img {
  width: 8rem;
}
.floating-card div.illustration {
  width: 100%;
  height: auto;
  max-width: 8rem;
  max-height: 8rem;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  margin-bottom: 1rem;
  position: relative;
}
.floating-card div.illustration > img {
  height: 100%;
  width: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.floating-card > a,
.floating-card.clickable > * {
  cursor: pointer;
}
.floating-card > a:hover,
.floating-card.clickable > *:hover {
  top: -3px;
  box-shadow: 0 0.5rem 0.8rem 0 var(--themeBGdarker3);
}
.floating-card > a:active,
.floating-card.clickable > *:active {
  top: 1px;
  box-shadow: 0 0.15rem 0.4rem 0 var(--themeBGdarker6);
}
.floating-card.purple .illustration {
  background: linear-gradient(135deg, #CA8DFF, #8D6EFF);
}
.floating-card.deep-purple .illustration {
  background: linear-gradient(135deg, #8D6EFF 0%, #3700FF 100%);
}
.floating-card.green .illustration {
  background: linear-gradient(135deg, #9EDC00, #1DDA91, #00BCB0);
}
.floating-card.blue .illustration {
  background: linear-gradient(135deg, #33F2F3, #004FFF);
}
.floating-card.orange .illustration {
  background: linear-gradient(135deg, #FFB200, #FF7B0D);
}
.floating-card.pink .illustration {
  background: linear-gradient(135deg, #FF0096, #FF0050);
}
.floating-card.clickable.purple:hover,
.floating-card:has(>a).purple:hover,
.floating-card.clickable.deep-purple:hover,
.floating-card:has(>a).deep-purple:hover,
.floating-card.clickable.purple:active,
.floating-card:has(>a).purple:active,
.floating-card.clickable.deep-purple:active,
.floating-card:has(>a).deep-purple:active {
  background: linear-gradient(180deg, var(--themeBGdarker4) 0%, #8D6EFF 100%);
}
.floating-card.clickable.purple:hover.with-arrow > *:before,
.floating-card:has(>a).purple:hover.with-arrow > *:before,
.floating-card.clickable.deep-purple:hover.with-arrow > *:before,
.floating-card:has(>a).deep-purple:hover.with-arrow > *:before,
.floating-card.clickable.purple:active.with-arrow > *:before,
.floating-card:has(>a).purple:active.with-arrow > *:before,
.floating-card.clickable.deep-purple:active.with-arrow > *:before,
.floating-card:has(>a).deep-purple:active.with-arrow > *:before {
  background-image: url('../static/img/global/Icons/corner_arrow_purple.svg');
}
.floating-card.clickable.purple:hover > *,
.floating-card:has(>a).purple:hover > *,
.floating-card.clickable.deep-purple:hover > *,
.floating-card:has(>a).deep-purple:hover > *,
.floating-card.clickable.purple:active > *,
.floating-card:has(>a).purple:active > *,
.floating-card.clickable.deep-purple:active > *,
.floating-card:has(>a).deep-purple:active > * {
  box-shadow: 0 0.5rem 0.8rem 0 rgba(55, 0, 255, 0.25);
}
.floating-card.clickable.purple:active > *,
.floating-card:has(>a).purple:active > *,
.floating-card.clickable.deep-purple:active > *,
.floating-card:has(>a).deep-purple:active > * {
  box-shadow: 0 0.15rem 0.4rem 0 #3700ff;
}
.floating-card.clickable.green:hover,
.floating-card:has(>a).green:hover,
.floating-card.clickable.green:active,
.floating-card:has(>a).green:active {
  background: linear-gradient(180deg, var(--themeBGdarker4) 0%, #9EDC00 100%);
}
.floating-card.clickable.green:hover.with-arrow > *:before,
.floating-card:has(>a).green:hover.with-arrow > *:before,
.floating-card.clickable.green:active.with-arrow > *:before,
.floating-card:has(>a).green:active.with-arrow > *:before {
  background-image: url('../static/img/global/Icons/corner_arrow_green.svg');
}
.floating-card.clickable.green:hover > *,
.floating-card:has(>a).green:hover > *,
.floating-card.clickable.green:active > *,
.floating-card:has(>a).green:active > * {
  box-shadow: 0 0.5rem 0.8rem 0 rgba(0, 188, 176, 0.25);
}
.floating-card.clickable.green:active > *,
.floating-card:has(>a).green:active > * {
  box-shadow: 0 0.15rem 0.4rem 0 #00bcb0;
}
.floating-card.clickable.blue:hover,
.floating-card:has(>a).blue:hover,
.floating-card.clickable.blue:active,
.floating-card:has(>a).blue:active {
  background: linear-gradient(180deg, var(--themeBGdarker4) 0%, #004FFF 100%);
}
.floating-card.clickable.blue:hover.with-arrow > *:before,
.floating-card:has(>a).blue:hover.with-arrow > *:before,
.floating-card.clickable.blue:active.with-arrow > *:before,
.floating-card:has(>a).blue:active.with-arrow > *:before {
  background-image: url('../static/img/global/Icons/corner_arrow_blue.svg');
}
.floating-card.clickable.blue:hover > *,
.floating-card:has(>a).blue:hover > *,
.floating-card.clickable.blue:active > *,
.floating-card:has(>a).blue:active > * {
  box-shadow: 0 0.5rem 0.8rem 0 rgba(0, 0, 0, 0.25);
}
.floating-card.clickable.blue:active > *,
.floating-card:has(>a).blue:active > * {
  box-shadow: 0 0.15rem 0.4rem 0 #000000;
}
.floating-card.clickable.orange:hover,
.floating-card:has(>a).orange:hover,
.floating-card.clickable.orange:active,
.floating-card:has(>a).orange:active {
  background: linear-gradient(180deg, var(--themeBGdarker4) 0%, #FFB200 100%);
}
.floating-card.clickable.orange:hover.with-arrow > *:before,
.floating-card:has(>a).orange:hover.with-arrow > *:before,
.floating-card.clickable.orange:active.with-arrow > *:before,
.floating-card:has(>a).orange:active.with-arrow > *:before {
  background-image: url('../static/img/global/Icons/corner_arrow_orange.svg');
}
.floating-card.clickable.orange:hover > *,
.floating-card:has(>a).orange:hover > *,
.floating-card.clickable.orange:active > *,
.floating-card:has(>a).orange:active > * {
  box-shadow: 0 0.5rem 0.8rem 0 rgba(255, 0, 80, 0.25);
}
.floating-card.clickable.orange:active > *,
.floating-card:has(>a).orange:active > * {
  box-shadow: 0 0.15rem 0.4rem 0 #ff0050;
}
.floating-card.clickable.pink:hover,
.floating-card:has(>a).pink:hover,
.floating-card.clickable.pink:active,
.floating-card:has(>a).pink:active {
  background: linear-gradient(180deg, var(--themeBGdarker4) 0%, #FF0096 100%);
}
.floating-card.clickable.pink:hover.with-arrow > *:before,
.floating-card:has(>a).pink:hover.with-arrow > *:before,
.floating-card.clickable.pink:active.with-arrow > *:before,
.floating-card:has(>a).pink:active.with-arrow > *:before {
  background-image: url('../static/img/global/Icons/corner_arrow_pink.svg');
}
.floating-card.clickable.pink:hover > *,
.floating-card:has(>a).pink:hover > *,
.floating-card.clickable.pink:active > *,
.floating-card:has(>a).pink:active > * {
  box-shadow: 0 0.5rem 0.8rem 0 rgba(55, 0, 255, 0.25);
}
.floating-card.clickable.pink:active > *,
.floating-card:has(>a).pink:active > * {
  box-shadow: 0 0.15rem 0.4rem 0 rgba(55, 0, 255, 0.8);
}
.floating-card.with-arrow > *:before {
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  position: absolute;
  right: 2rem;
  top: 2rem;
  background-image: var(--cornerArrow);
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(0);
  transition: all 200ms ease;
}
.floating-card.with-arrow > a:hover:before,
.floating-card.with-arrow.clickable > *:hover:before {
  transform: rotate(90deg);
}
.app-list {
  display: grid;
  grid-template-columns: repeat(10, calc((100% - (2rem * 9)) / 10));
  margin-top: 2rem;
  gap: 2rem;
}
.app-list .list-item {
  display: flex;
  flex-direction: column;
  place-self: start stretch;
  filter: drop-shadow(0 0.25rem 0.5rem var(--themeBGdarker3));
}
.app-list .list-item img {
  width: 100%;
  margin-bottom: 1rem;
}
.app-list .list-item p {
  text-align: center;
  font-size: 0.85rem;
}
@media screen and (max-width: 1000px) {
  .app-list {
    grid-template-columns: repeat(5, calc((100% - (4rem * 4)) / 5));
    margin-top: 4rem;
    gap: 4rem;
  }
}
@media screen and (max-width: 850px) {
  .app-list {
    grid-template-columns: repeat(5, calc((100% - (2rem * 4)) / 5));
    margin-top: 2rem;
    gap: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .app-list {
    grid-template-columns: repeat(4, calc((100% - (2rem * 3)) / 4));
  }
}
@media screen and (max-width: 460px) {
  .app-list {
    grid-template-columns: repeat(3, calc((100% - (2rem * 2)) / 3));
  }
}
.elevated-card {
  background: var(--themeExtremeColor);
  box-shadow: 0.5px 0.5px 1px rgba(188, 195, 208, 0.15), 2px 2px 4px -0.5px rgba(188, 195, 208, 0.2), 5px 5px 8px -1px rgba(188, 195, 208, 0.5), 0.75rem 0.75rem 1rem -2px rgba(188, 195, 208, 0.8);
  border-radius: 1.5rem;
  padding: 1.5rem;
}
.digged-card {
  border-radius: 1rem;
  box-shadow: inset -0.5px -0.5px 1px #fff, inset -0.3rem -0.3rem 1rem rgba(255, 255, 255, 0.6), inset 0.3rem 0.3rem 1rem rgba(90, 169, 253, 0.6);
  background-image: linear-gradient(180deg, var(--themeBGdarker3), var(--themeBGdarker3)), linear-gradient(0deg, #fff, transparent);
  background-origin: border-box;
  background-clip: content-box, border-box;
  border: 2px solid transparent;
}
.feature {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
}
.feature:before {
  content: '';
  width: 1.2rem;
  height: 1.2rem;
  max-width: 1.2rem;
  max-height: 1.2rem;
  min-width: 1.2rem;
  min-height: 1.2rem;
  background: url('../static/img/global/cee-eligibility/check.svg') center no-repeat;
  background-size: cover;
  display: inline-block;
  border-radius: 50%;
  margin-right: calc(1rem/2);
}
section.cee-eligibility {
  background: var(--background);
  width: 100%;
  max-width: calc(1400px/3*2);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 2.5rem;
  padding: 1.5rem;
  container-type: inline-size;
  container-name: cee-eligibility;
}
section.cee-eligibility > span {
  background: #9EDC00;
  border-radius: 0.5rem;
  padding: calc(1rem / 2) 1rem;
  color: #fff;
  font-weight: 700;
  font-stretch: semi-condensed;
  margin-bottom: 1rem;
}
section.cee-eligibility > p {
  margin-bottom: 1rem;
  width: 100%;
}
section.cee-eligibility > article {
  border-radius: calc(2.5rem - 1.5rem);
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.cee-eligibility > article > h4 {
  font-weight: 300;
  font-stretch: normal;
}
section.cee-eligibility > article > h3 {
  font-size: 1.5rem;
}
section.cee-eligibility > article > ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  width: 100%;
}
section.cee-eligibility > article > button {
  margin-top: 1rem;
  width: 100%;
}
@container cee-eligibility (inline-size < 600px) {
  article > ul {
    grid-template-columns: 1fr !important;
  }
}
.wheel {
  display: inline-block;
  position: relative;
  height: 1em;
  width: 2em;
  top: 0.3rem;
  transform: translateY(0);
  animation-name: loopWords;
  animation-duration: 15s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.wheel > * {
  display: inline;
  position: absolute;
}
.wheel > *:nth-child(1) {
  top: 0;
  animation: word1 15s ease-in-out infinite;
}
.wheel > *:nth-child(2) {
  top: 1em;
  animation: word2 15s ease-in-out infinite;
}
.wheel > *:nth-child(3) {
  top: 2em;
  animation: word3 15s ease-in-out infinite;
}
.wheel > *:nth-child(4) {
  top: 3em;
  animation: word4 15s ease-in-out infinite;
}
.wheel > *:nth-child(5) {
  top: 4em;
  animation: word5 15s ease-in-out infinite;
}
.wheel > *:nth-child(6) {
  top: 5em;
  animation: word6 15s ease-in-out infinite;
}
.wheel > *:nth-child(7) {
  top: 6em;
  animation: word7 15s ease-in-out infinite;
}
@keyframes loopWords {
  0% {
    transform: translateY(0);
  }
  7% {
    transform: translateY(0);
  }
  14% {
    transform: translateY(-100%);
  }
  21% {
    transform: translateY(-100%);
  }
  28% {
    transform: translateY(-200%);
  }
  35% {
    transform: translateY(-200%);
  }
  42% {
    transform: translateY(-300%);
  }
  49% {
    transform: translateY(-300%);
  }
  56% {
    transform: translateY(-400%);
  }
  63% {
    transform: translateY(-400%);
  }
  70% {
    transform: translateY(-500%);
  }
  77% {
    transform: translateY(-500%);
  }
  84% {
    transform: translateY(-600%);
  }
  100% {
    transform: translateY(-600%);
  }
}
@keyframes word1 {
  0%,
  7% {
    opacity: 1;
  }
  14%,
  100% {
    opacity: 0;
  }
}
@keyframes word2 {
  0%,
  7% {
    opacity: 0;
  }
  14%,
  21% {
    opacity: 1;
  }
  28%,
  100% {
    opacity: 0;
  }
}
@keyframes word3 {
  0%,
  21% {
    opacity: 0;
  }
  28%,
  35% {
    opacity: 1;
  }
  42%,
  100% {
    opacity: 0;
  }
}
@keyframes word4 {
  0%,
  35% {
    opacity: 0;
  }
  42%,
  49% {
    opacity: 1;
  }
  56%,
  100% {
    opacity: 0;
  }
}
@keyframes word5 {
  0%,
  49% {
    opacity: 0;
  }
  56%,
  63% {
    opacity: 1;
  }
  70%,
  100% {
    opacity: 0;
  }
}
@keyframes word6 {
  0%,
  63% {
    opacity: 0;
  }
  70%,
  77% {
    opacity: 1;
  }
  84%,
  100% {
    opacity: 0;
  }
}
@keyframes word7 {
  0%,
  77% {
    opacity: 0;
  }
  84%,
  100% {
    opacity: 1;
  }
}
.card-shadows {
  display: flex;
  justify-content: center;
  align-content: center;
  position: relative;
}
.card-shadows > div {
  position: relative;
  width: 100%;
  border-radius: 2.5rem;
  overflow: hidden;
  box-shadow: 0.5rem 0.5rem 2rem rgba(0, 0, 0, 0.3);
  aspect-ratio: 1 / 1;
}
.card-shadows > div img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.card-shadows::before {
  content: '';
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: calc(50% + 2rem);
  transform: scale(95%) rotate(5deg) translateX(-50%);
  background: #CAF242;
  aspect-ratio: 1 / 1;
  border-radius: 2.5rem;
}
.card-shadows::after {
  content: '';
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  z-index: -1;
  top: 1rem;
  left: calc(50% + 4rem);
  transform: scale(85%) rotate(9deg) translateX(-50%);
  background: var(--themeBGdarker1);
  aspect-ratio: 1 / 1;
  border-radius: 2.5rem;
}
.gradientText {
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: none;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #FF0050 0%, #004FFF 100%);
  filter: drop-shadow(1px 1px 0.25rem rgba(141, 110, 255, 0.5));
}
.gradientText.green {
  background-image: linear-gradient(135deg, #9EDC00, #1DDA91, #00BCB0);
  filter: drop-shadow(1px 1px 0.25rem rgba(29, 218, 145, 0.5));
}
.gradientText.darkgreen {
  background-image: linear-gradient(135deg, #1DDA91, #00BCB0, #00847B);
  filter: drop-shadow(1px 1px 0.25rem rgba(0, 188, 176, 0.3));
}
.gradientText.blue {
  background-image: linear-gradient(135deg, #33F2F3, #004FFF);
  filter: drop-shadow(1px 1px 0.25rem rgba(0, 79, 255, 0.3));
}
.gradientText.cocorico {
  background-image: linear-gradient(90deg, #004FFF 0%, #fff 45%, #fff 60%, #FF0050 100%);
  filter: drop-shadow(1px 1px 0.25rem rgba(141, 110, 255, 0.6));
}
.gradientText.pink {
  background-image: linear-gradient(135deg, #FF0096, #8D6EFF);
  filter: drop-shadow(1px 1px 0.25rem rgba(255, 0, 150, 0.3));
}
.gradientText.purple {
  background-image: linear-gradient(135deg, #CA8DFF 0%, #8D6EFF 100%);
  filter: drop-shadow(1px 1px 0.25rem rgba(141, 110, 255, 0.3));
}
.gradientText.red {
  background-image: linear-gradient(135deg, #FF0050 0%, #FF0050 100%);
  filter: drop-shadow(1px 1px 0.25rem rgba(255, 0, 80, 0.3));
}
.gradientText.plainBlue {
  background-image: linear-gradient(135deg, #004FFF 0%, #004FFF 100%);
  filter: drop-shadow(1px 1px 0.25rem rgba(0, 79, 255, 0.3));
}
.gradientText.darkBlue {
  background-image: linear-gradient(135deg, #009FFF 0%, #004FFF 100%);
  filter: drop-shadow(1px 1px 0.25rem rgba(0, 79, 255, 0.3));
}
section.cocorico {
  position: relative;
}
section.cocorico:before {
  content: '';
  display: block;
  height: 150%;
  width: calc(100vw + 1rem);
  position: absolute;
  top: -25%;
  left: calc(50% - 0.5rem);
  transform: translateX(-50%);
  z-index: -1;
  background-image: radial-gradient(10rem 50% at center left, rgba(0, 79, 255, 0.25), transparent), radial-gradient(10rem 50% at center right, rgba(255, 0, 80, 0.25), transparent);
}
section.advantages {
  position: relative;
  margin: 0 -2rem;
  margin-bottom: 2rem;
  overflow: hidden;
}
section.advantages h3 {
  text-align: center;
  margin-bottom: 0;
  background-color: var(--background);
  position: relative;
  z-index: 2;
}
section.advantages > div.container {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}
section.advantages > div.container > ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 0;
}
section.advantages > div.container > ul > li.floating-card {
  border-radius: 0;
}
section.advantages > div.container > ul > li.floating-card > * {
  border-radius: 0;
}
section.advantages > div.container > ul.outside-decoration {
  grid-template-columns: 1fr;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
section.advantages > div.container > ul.outside-decoration:first-of-type {
  right: 100%;
}
section.advantages > div.container > ul.outside-decoration:last-of-type {
  left: 100%;
}
section.advantages > div.container > ul.outside-decoration > li.floating-card > div {
  box-shadow: none;
}
section.advantages > div.container > ul.outside-decoration > li.floating-card:first-child {
  background: linear-gradient(180deg, var(--background) 0%, var(--themeBGdarker2) 100%);
}
section.advantages > div.container > ul.outside-decoration > li.floating-card:last-child {
  background: linear-gradient(0deg, var(--background) 0%, var(--themeBGdarker2) 100%);
}
section.advantages > div.container > ul:not(.outside-decoration) > li:nth-child(1),
section.advantages > div.container > ul:not(.outside-decoration) > li:nth-child(2) {
  background: linear-gradient(180deg, var(--background) 0%, var(--themeBGdarker2) 100%);
}
section.advantages > div.container > ul:not(.outside-decoration) > li:nth-child(3),
section.advantages > div.container > ul:not(.outside-decoration) > li:nth-child(4) {
  background: linear-gradient(0deg, var(--background) 0%, var(--themeBGdarker2) 100%);
}
section.advantages > div.container > ul:not(.outside-decoration)::before {
  content: '';
  display: block;
  width: 100%;
  height: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(180deg, var(--background) 0%, var(--background) 50%, transparent 100%);
}
section.advantages > div.container > ul:not(.outside-decoration)::after {
  content: '';
  display: block;
  width: 100%;
  height: 4rem;
  position: absolute;
  bottom: -1rem;
  left: 0;
  z-index: 2;
  background: linear-gradient(0deg, var(--background) 0%, var(--background) 50%, transparent 100%);
}
section.advantages > div.container > .advantages-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%) translateY(-50%);
  width: 4rem;
  height: 4rem;
  aspect-ratio: 1 / 1;
  background: linear-gradient(135deg, #9EDC00, #1DDA91, #00BCB0);
  border-radius: 0.5rem;
  outline: 2px var(--themeBGdarker3) solid;
  outline-offset: calc(1rem / 2);
}
section.advantages > div.container > .advantages-logo > img {
  width: 100%;
}
section.advantages > div.container::before {
  content: '';
  display: block;
  width: 8rem;
  height: calc(2px * 4);
  position: absolute;
  top: calc(50% - 2px * 2);
  z-index: 1;
  border-radius: 1.5rem;
  left: calc(-8rem * 2);
  animation: horizontalGlowingLine 5s ease-in-out infinite;
}
@keyframes horizontalGlowingLine {
  0% {
    left: calc(-8rem * 2);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    left: calc(100% + 8rem * 2);
    opacity: 0;
  }
  100% {
    left: calc(100% + 8rem * 2);
    opacity: 0;
  }
}
section.advantages > div.container::after {
  content: '';
  display: block;
  height: 8rem;
  width: calc(2px * 4);
  position: absolute;
  left: calc(50% - 2px * 2);
  z-index: 1;
  background: linear-gradient(0deg, #1DDA91 0%, #1DDA91 50%, transparent 100%);
  border-radius: 1.5rem;
  top: calc(-8rem * 2);
  filter: drop-shadow(0 0.25rem 0.25rem #1DDA91);
  animation: verticalGlowingLine 7s ease-in-out infinite;
  animation-delay: 1s;
}
@keyframes verticalGlowingLine {
  0% {
    top: calc(-8rem * 2);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    top: calc(100% + 8rem * 2);
    opacity: 0;
  }
  100% {
    top: calc(100% + 8rem * 2);
    opacity: 0;
  }
}
@media screen and (max-width: 800px) {
  section.advantages > div.container ul.outside-decoration {
    display: none;
  }
  section.advantages > div.container ul:not(.outside-decoration) {
    grid-template-columns: 1fr;
    grid-template-rows: unset;
  }
  section.advantages > div.container ul:not(.outside-decoration) > li.floating-card:nth-child(2),
  section.advantages > div.container ul:not(.outside-decoration) > li.floating-card:nth-child(3) {
    background: var(--themeBGdarker2);
  }
  section.advantages > div.container ul:not(.outside-decoration) > li.floating-card:nth-child(1) > div:before {
    content: '';
    display: block;
    width: 8rem;
    height: calc(2px * 4);
    position: absolute;
    z-index: 2;
    background: linear-gradient(-90deg, #CAF242 0%, #CAF242 50%, transparent 100%);
    border-radius: 1.5rem;
    left: -8rem;
    bottom: calc(-2px * 4 - 1px);
    filter: drop-shadow(0.25rem 0 0.25rem #CAF242);
    animation: horizontalGlowingLine 5s ease-in-out infinite;
  }
  section.advantages > div.container ul:not(.outside-decoration) > li.floating-card:nth-child(3) > div:before {
    content: '';
    display: block;
    width: 8rem;
    height: calc(2px * 4);
    position: absolute;
    z-index: 2;
    background: linear-gradient(90deg, #1DDA91 0%, #1DDA91 50%, transparent 100%);
    border-radius: 1.5rem;
    left: -8rem;
    bottom: calc(-2px * 4 - 1px);
    filter: drop-shadow(-0.25rem 0 0.25rem #1DDA91);
    animation: horizontalGlowingLine 5s ease-in-out infinite reverse;
  }
  section.advantages > div.container > .advantages-logo {
    display: none;
  }
  section.advantages > div.container:before {
    display: none;
  }
  section.advantages > div.container:after {
    display: none;
  }
}
*:has(>ul.sparks-left),
*:has(>ul.sparks-left) {
  position: relative;
}
ul.sparks-left,
ul.sparks-right {
  position: absolute;
}
ul.sparks-left.sparks-left,
ul.sparks-right.sparks-left {
  top: 0;
  left: -1rem;
}
ul.sparks-left.sparks-left li,
ul.sparks-right.sparks-left li {
  background: #FF0050;
  transform-origin: 2rem;
  right: 0;
}
ul.sparks-left.sparks-left li:nth-of-type(1),
ul.sparks-right.sparks-left li:nth-of-type(1) {
  transform: rotate(100deg) translateX(50%);
  width: 1.2rem;
  animation: translateFirstUlFirstLi 300ms ease forwards;
  animation-delay: 250ms;
}
ul.sparks-left.sparks-left li:nth-of-type(2),
ul.sparks-right.sparks-left li:nth-of-type(2) {
  transform: rotate(45deg) translateX(50%);
  width: 1.5rem;
  animation: translateFirstUlSecondLi 300ms ease forwards;
  animation-delay: 250ms;
}
ul.sparks-left.sparks-left li:nth-of-type(3),
ul.sparks-right.sparks-left li:nth-of-type(3) {
  transform: rotate(-20deg) translateX(50%);
  width: 1.2rem;
  animation: translateFirstUlThirdLi 300ms ease forwards;
  animation-delay: 250ms;
}
@keyframes translateFirstUlFirstLi {
  from {
    transform: rotate(100deg) translateX(50%);
  }
  to {
    transform: rotate(100deg) translateX(0%);
    opacity: 1;
  }
}
@keyframes translateFirstUlSecondLi {
  from {
    transform: rotate(45deg) translateX(50%);
  }
  to {
    transform: rotate(45deg) translateX(0%);
    opacity: 1;
  }
}
@keyframes translateFirstUlThirdLi {
  from {
    transform: rotate(-20deg) translateX(50%);
  }
  to {
    transform: rotate(-20deg) translateX(0%);
    opacity: 1;
  }
}
ul.sparks-left.sparks-right,
ul.sparks-right.sparks-right {
  bottom: 0.75rem;
  right: -0.5rem;
}
ul.sparks-left.sparks-right li,
ul.sparks-right.sparks-right li {
  background: #004FFF;
  transform-origin: -1rem;
  left: 0;
}
ul.sparks-left.sparks-right li:nth-of-type(1),
ul.sparks-right.sparks-right li:nth-of-type(1) {
  transform: rotate(-25deg) translateX(-50%);
  width: 1rem;
  animation: translateSecondUlFirstLi 300ms ease forwards;
  animation-delay: 500ms;
}
ul.sparks-left.sparks-right li:nth-of-type(2),
ul.sparks-right.sparks-right li:nth-of-type(2) {
  transform: rotate(10deg) translateX(-50%);
  width: 1.1rem;
  animation: translateSecondUlSecondLi 300ms ease forwards;
  animation-delay: 500ms;
}
ul.sparks-left.sparks-right li:nth-of-type(3),
ul.sparks-right.sparks-right li:nth-of-type(3) {
  transform: rotate(45deg) translateX(-50%);
  width: 1.3rem;
  animation: translateSecondUlThirdLi 300ms ease forwards;
  animation-delay: 500ms;
}
ul.sparks-left.sparks-right li:nth-of-type(4),
ul.sparks-right.sparks-right li:nth-of-type(4) {
  transform: rotate(95deg) translateX(-50%);
  width: 0.8rem;
  animation: translateSecondUlFourthLi 300ms ease forwards;
  animation-delay: 500ms;
}
@keyframes translateSecondUlFirstLi {
  from {
    transform: rotate(-25deg) translateX(-50%);
  }
  to {
    transform: rotate(-25deg) translateX(0%);
    opacity: 1;
  }
}
@keyframes translateSecondUlSecondLi {
  from {
    transform: rotate(10deg) translateX(-50%);
  }
  to {
    transform: rotate(10deg) translateX(0%);
    opacity: 1;
  }
}
@keyframes translateSecondUlThirdLi {
  from {
    transform: rotate(45deg) translateX(-50%);
  }
  to {
    transform: rotate(45deg) translateX(0%);
    opacity: 1;
  }
}
@keyframes translateSecondUlFourthLi {
  from {
    transform: rotate(95deg) translateX(-50%);
  }
  to {
    transform: rotate(95deg) translateX(0%);
    opacity: 1;
  }
}
ul.sparks-left li,
ul.sparks-right li {
  position: absolute;
  top: 0;
  height: 0.25rem;
  width: 1.5rem;
  border-radius: 1.5rem;
  opacity: 0;
}
.section-text-image-spilling {
  margin: 2rem -2rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  min-height: 40vw;
}
.section-text-image-spilling > article {
  max-width: 1400px;
  padding: 5vw 4rem;
  padding-right: 50%;
}
.section-text-image-spilling > div.illustration {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50vw;
}
.section-text-image-spilling > div.illustration > img {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .section-text-image-spilling > article {
    padding: 2rem;
    padding-top: 100vw;
    text-align: center;
  }
  .section-text-image-spilling > div.illustration {
    top: 0;
    transform: unset;
    width: 100vw;
  }
}
.small-icons-list {
  display: flex;
}
.small-icons-list > * {
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
}
.small-icons-list > *:not(:first-of-type) {
  margin-left: -0.25rem;
}
.small-icons-list > * > img {
  width: 100%;
  height: 100%;
}
.small-icons-list .small-icon {
  background: linear-gradient(180deg, #EBECF1 0%, #DADCE5 100%);
  outline: 5px solid var(--background);
}
.small-icons-list .more-items {
  background-color: var(--themeExtremeColor);
  box-shadow: 0 0.25rem 0.35rem var(--themeBGdarker3);
}
.quote {
  padding-left: 1rem;
  border-left: 5px solid #004FFF;
}
.quote.lime {
  border-color: #CAF242;
}
*:has(>span.image-credit) {
  position: relative;
}
*:has(>span.image-credit) > span.image-credit {
  position: absolute;
  z-index: 20;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 1rem;
  backdrop-filter: blur(1rem);
  text-align: right;
}
ul.default-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1rem;
}
ul.default-list > li {
  position: relative;
}
ul.default-list > li::before {
  content: '';
  display: inline-block;
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 50%;
  margin-right: 0.5rem;
}
ul.default-list > li:nth-child(1):before {
  background-color: #ff0050;
}
ul.default-list > li:nth-child(2):before {
  background-color: #d90c6a;
}
ul.default-list > li:nth-child(3):before {
  background-color: #b31885;
}
ul.default-list > li:nth-child(4):before {
  background-color: #8c249f;
}
ul.default-list > li:nth-child(5):before {
  background-color: #662fb9;
}
ul.default-list > li:nth-child(6):before {
  background-color: #403bd3;
}
ul.default-list > li:nth-child(7):before {
  background-color: #004fff;
}
@media screen and (max-width: 1000px) {
  .section-text-image ul.default-list {
    margin-left: auto;
    margin-right: auto;
  }
}
section.service-statistics {
  max-width: 1400px;
  margin: 2rem auto;
}
section.service-statistics > h3.title {
  text-align: center;
}
section.service-statistics > ul.service-statistics-container {
  margin: 1.5rem auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
section.service-statistics > ul.service-statistics-container > li.statistic {
  background: var(--background);
  flex: 1 1 13rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.service-statistics > ul.service-statistics-container > li.statistic h4 {
  font-size: 6rem;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: calc(1rem/2);
  color: var(--text);
  margin: 0;
}
section.service-statistics > ul.service-statistics-container > li.statistic h4 span.vertical {
  font-size: 1.4rem;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  direction: rtl;
  transform: rotate(180deg);
  color: var(--themeGrey);
}
section.service-statistics > ul.service-statistics-container > li.statistic h4 span.unit {
  font-size: 3rem;
  font-stretch: normal;
  font-weight: 400;
}
section.service-statistics > ul.service-statistics-container > li.statistic > p {
  color: var(--themeTextLighter);
}
section.service-statistics > ul.service-statistics-container > li.statistic.accent-1 h4,
section.service-statistics > ul.service-statistics-container > li.statistic.accent-2 h4,
section.service-statistics > ul.service-statistics-container > li.statistic.accent-3 h4,
section.service-statistics > ul.service-statistics-container > li.statistic.accent-1 p,
section.service-statistics > ul.service-statistics-container > li.statistic.accent-2 p,
section.service-statistics > ul.service-statistics-container > li.statistic.accent-3 p {
  color: #fff;
}
section.service-statistics > ul.service-statistics-container > li.statistic.accent-1 {
  background: #004FFF;
}
section.service-statistics > ul.service-statistics-container > li.statistic.accent-2 {
  background: #FF0050;
}
section.service-statistics > ul.service-statistics-container > li.statistic.accent-3 {
  background: linear-gradient(135deg, #FF0050 0%, #004FFF 100%);
}
section.service-statistics > ul.service-statistics-container > li.statistic.contrast {
  background-color: var(--themeExtremeColor);
}
section.service-statistics > ul.service-statistics-container > li.statistic.contrast h4 {
  color: #8D6EFF;
}
section.service-statistics > ul.service-statistics-container > li.statistic.contrast span.unit {
  color: var(--themeGrey);
}
section.service-statistics > p {
  text-align: center;
}
section.service-statistics > article {
  background: var(--themeBGdarker1);
  margin: 2rem 0;
  padding: 2rem;
  border-radius: 1rem;
}
section.service-statistics > article > p {
  text-align: center;
}
@media screen and (max-width: 1200px) {
  section.service-statistics > article {
    margin: 2rem -2rem;
    border-radius: 0;
  }
}
section:has(.hero-icon-list) {
  max-width: 1400px;
  margin: 4rem auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hero-icon-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.hero-icon-list .hero-icon-list-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1 1 13rem;
  align-items: center;
  gap: 1rem;
}
.hero-icon-list .hero-icon-list-item > img {
  width: 100%;
  max-width: 8rem;
}
.hero-icon-list .hero-icon-list-item > p {
  text-align: center;
}
fieldset.switch {
  display: flex;
  border: none;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
fieldset.switch label {
  display: flex;
  flex-direction: column;
  border: none;
  justify-content: center;
  align-items: center;
  position: relative;
}
fieldset.switch label > span.without-os {
  display: none;
}
fieldset.switch label > input {
  position: absolute;
  top: 0;
  height: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
}
fieldset.switch label > span.switch {
  content: '';
  display: block;
  height: 1.5rem;
  width: 2.5rem;
  padding: 0;
  margin-top: calc(1rem/2);
  cursor: pointer;
  position: relative;
  outline: 2px solid var(--themeBGdarker3);
  outline-offset: -2px;
  transition: all 200ms ease;
}
fieldset.switch label > span.switch:before {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 1.5rem;
  box-shadow: inset -0.5px -0.5px 1px rgba(255, 255, 255, 0.1), inset -0.3rem -0.3rem 1rem rgba(255, 255, 255, 0.6), inset 0.3rem 0.3rem 1rem rgba(90, 169, 253, 0.6);
  transition: all 200ms ease;
}
fieldset.switch label > span.switch:after {
  content: '';
  display: block;
  height: calc(1.5rem - 0.3rem);
  width: calc(1.5rem - 0.3rem);
  border-radius: 1.5rem;
  background-color: var(--background);
  position: absolute;
  top: calc(0.3rem/2 - 1px);
  left: calc(0.3rem/2);
  box-shadow: 0 2px 0.5rem rgba(0, 0, 0, 0.5);
  transition: all 200ms ease;
}
fieldset.switch label:has(input:checked) > span.without-os {
  display: inherit;
}
fieldset.switch label:has(input:checked) > span.with-os {
  display: none;
}
fieldset.switch label:has(input:checked) > span.switch {
  outline: none;
  background: linear-gradient(135deg, #FF0050 0%, #004FFF 100%);
}
fieldset.switch label:has(input:checked) > span.switch:before {
  box-shadow: none !important;
}
fieldset.switch label:has(input:checked) > span.switch:after {
  left: calc(100% - (1.5rem - 0.3rem/2));
}
.filter {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--themeBGdarker2);
  border-radius: 2rem;
  border: none;
  cursor: pointer;
  padding: calc(1rem/1.5) 1rem;
  transition: all 200ms ease;
  top: 0;
  box-shadow: -0.5px -0.5px 1px #fff, -0.15rem -0.15rem 0.5rem #fff, 0.15rem 0.15rem 0.5rem rgba(75, 146, 217, 0.8);
}
.filter:hover {
  box-shadow: -0.5px -0.5px 1px #fff, -0.15rem -0.15rem 0.8rem #fff, 0.15rem 0.15rem 0.8rem rgba(75, 146, 217, 0.8);
}
.filter:active {
  box-shadow: -0.5px -0.5px 1px #fff, -0.08rem -0.08rem 0.25rem #fff, 0.08rem 0.08rem 0.25rem rgba(75, 146, 217, 0.8);
}
.filter:after {
  content: '';
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  border-radius: 2rem;
  pointer-events: none;
}
.filter:has(input:checked) {
  background-color: #8D6EFF;
}
.filter:has(input:checked) > label {
  font-weight: 700;
  color: #fff;
}
.filter:has(input:checked):before {
  content: '';
  width: 0.35rem;
  height: 0.5rem;
  display: inline-block;
  margin-right: calc(1rem/2);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.filter:has(input:checked):after {
  box-shadow: inset -0.5px -0.5px 1px #CA8DFF, inset -0.15rem -0.15rem 0.5rem #CA8DFF, inset 0.15rem 0.15rem 0.5rem #3700ff;
}
.filter input {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}
.filter label {
  cursor: pointer;
  transition: all 200ms ease;
}
.filter:hover {
  top: -2px;
}
.filter:active {
  top: 1px;
}
.filter:active:after {
  box-shadow: inset -0.5px -0.5px 1px #fff, inset -0.15rem -0.15rem 0.5rem #fff, inset 0.15rem 0.15rem 0.5rem #a0baed;
}
.slider {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  position: relative;
}
.slider .slide {
  width: 100%;
  min-width: 100%;
  padding: 2rem;
  transition: all 300ms ease-in;
  opacity: 0;
}
.slider > .slider-button {
  width: 5rem;
  height: 5rem;
  position: absolute;
  top: calc(50% - 5rem / 2);
  border-radius: 50%;
  transform: translateY(0);
  color: transparent !important;
  z-index: 1;
}
.slider > .slider-button:before {
  border-radius: 50%;
}
.slider > .slider-button:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: calc(100% - 2px * 2);
  background-position: center;
}
.slider > .slider-button.previous {
  left: -5rem;
}
.slider > .slider-button.previous:after {
  background-image: url('../static/img/global/Icons/arrow_previous.svg');
}
.slider > .slider-button.next {
  right: -5rem;
}
.slider > .slider-button.next:after {
  background-image: url('../static/img/global/Icons/arrow_next.svg');
}
.slider > .slider-button:hover {
  transform: translateY(-2px);
}
.slider > .slider-button:active {
  transform: translateY(1px);
}
@media screen and (max-width: 1600px) {
  .slider > .slider-button {
    width: 4rem;
    height: 4rem;
    top: calc(50% - 4rem / 2);
  }
  .slider > .slider-button.previous {
    left: 0;
  }
  .slider > .slider-button.next {
    right: 0;
  }
  .slider .slide {
    padding: 2rem calc(4rem + 1rem);
  }
}
@media screen and (max-width: 900px) {
  .slider .slide {
    padding: 2rem !important;
  }
}
.section-text-image {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 1400px;
  gap: 2rem;
  margin-bottom: 4rem;
}
.section-text-image > div {
  width: 100%;
  max-width: 50%;
}
.section-text-image > div > img {
  width: 100%;
}
.section-text-image article {
  width: 100%;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.section-text-image article p {
  margin-bottom: 1rem;
}
.section-text-image.illustration-overflow {
  align-items: stretch;
}
.section-text-image.illustration-overflow > div {
  width: 100%;
}
.section-text-image.illustration-overflow > div > img {
  width: 60vw;
  height: auto;
}
.section-text-image.illustration-left,
.section-text-image.illustration-right {
  position: relative;
  min-height: 40vh;
}
.section-text-image.illustration-left > div,
.section-text-image.illustration-right > div {
  border-radius: 2rem;
  overflow: hidden;
  position: relative;
  max-height: 50vh;
  min-height: 40vh;
}
.section-text-image.illustration-left > div > img,
.section-text-image.illustration-right > div > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-text-image.illustration-left > div::before,
.section-text-image.illustration-right > div::before {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  border-radius: 2rem;
  box-shadow: inset -1px -1px 1px #fff, inset -0.5rem -0.5rem 2rem #fff, inset 0.5rem 0.5rem 2rem rgba(0, 0, 0, 0.85);
  pointer-events: none;
}
.section-text-image:has(>div.background) {
  position: relative;
  margin: 2rem -2rem;
  max-width: unset;
  padding: 2rem;
  justify-content: flex-end;
  min-height: 60vh;
  padding: calc((100% - 1400px)/2);
}
.section-text-image:has(>div.background) > article {
  width: 50%;
  max-width: calc(1400px / 2);
}
.section-text-image:has(>div.background) > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}
.section-text-image:has(>div.background) > div > video,
.section-text-image:has(>div.background) > div > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 1000px) {
  main > section.section-text-image.illustration-left,
  main > section.section-text-image.illustration-right {
    position: relative;
    justify-content: flex-start;
  }
  main > section.section-text-image.illustration-left > div,
  main > section.section-text-image.illustration-right > div {
    min-width: calc(50vw - 2rem);
    height: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  main > section.section-text-image.illustration-left.illustration-right > div,
  main > section.section-text-image.illustration-right.illustration-right > div {
    left: calc(50% + 2rem);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  main > section.section-text-image.illustration-left.illustration-right > div:before,
  main > section.section-text-image.illustration-right.illustration-right > div:before {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  main > section.section-text-image.illustration-left.illustration-left,
  main > section.section-text-image.illustration-right.illustration-left {
    justify-content: flex-end;
  }
  main > section.section-text-image.illustration-left.illustration-left > div,
  main > section.section-text-image.illustration-right.illustration-left > div {
    right: calc(50% + 2rem);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    order: 1;
  }
  main > section.section-text-image.illustration-left.illustration-left > div:before,
  main > section.section-text-image.illustration-right.illustration-left > div:before {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  main > section.section-text-image.illustration-left.illustration-left > article,
  main > section.section-text-image.illustration-right.illustration-left > article {
    order: 2;
  }
}
@media screen and (max-width: 1000px) {
  main .section-text-image {
    flex-direction: column;
    gap: 0;
  }
  main .section-text-image > article {
    max-width: 100%;
    text-align: center;
    order: 2;
  }
  main .section-text-image > article > img {
    margin: 0 auto;
  }
  main .section-text-image > article > h3,
  main .section-text-image > article > p,
  main .section-text-image > article > hr {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  main .section-text-image > article button {
    margin: 0 auto;
  }
  main .section-text-image > div {
    max-width: 100%;
    padding-bottom: 0;
    order: 1;
    margin-bottom: 1rem;
  }
  main .section-text-image.illustration-overflow > div > img {
    width: 100%;
  }
  main .section-text-image:has(>div.background) {
    padding: 2rem;
  }
  main .section-text-image:has(>div.background) > article {
    width: 100%;
    max-width: 1400px;
  }
}
@media screen and (max-width: 800px) {
  main .section-text-image {
    flex-direction: column;
  }
  main .section-text-image > article {
    max-width: 100%;
    text-align: center;
    order: 2;
  }
  main .section-text-image > article button {
    margin: 0 auto;
  }
  main .section-text-image > div {
    order: 1;
  }
  main .section-text-image > div > img {
    max-width: 50rem;
  }
}
@media screen and (max-width: 480px) {
  main .section-text-image.illustration-left > div,
  main .section-text-image.illustration-right > div {
    max-height: min-content;
    height: min-content;
    min-height: min-content;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  main .section-text-image.illustration-left > div > img,
  main .section-text-image.illustration-right > div > img {
    height: 100%;
    max-height: 50vh;
    max-width: auto;
    width: auto;
    object-fit: cover;
    object-position: center;
  }
}
.double-section-text-image {
  max-width: 1400px;
  margin: 2rem auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 2rem;
}
.double-section-text-image > .section1 {
  grid-area: 1 / 1 / 2 / 2;
}
.double-section-text-image > .section2 {
  grid-area: 1 / 2 / 2 / 3;
}
.double-section-text-image > section {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(2, auto);
  gap: 1rem;
  container-type: inline-size;
  container-name: half-section;
}
.double-section-text-image > section > div.illustration {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  padding: 0;
  overflow: hidden;
  grid-area: 1 / 1 / 2 / 3;
}
.double-section-text-image > section > div.illustration > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.double-section-text-image > section > article {
  grid-area: 2 / 1 / 3 / 3;
  place-self: start start;
}
@media screen and (max-width: 1000px) {
  .double-section-text-image {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-row-gap: 2rem;
  }
  .double-section-text-image > .section1 {
    grid-area: 1 / 1 / 2 / 2;
  }
  .double-section-text-image > .section2 {
    grid-area: 2 / 1 / 3 / 2;
  }
}
@container half-section (min-width: 700px) {
  div.illustration {
    grid-area: 1 / 1 / 3 / 2 !important;
    aspect-ratio: unset !important;
    width: 40%;
  }
  article {
    grid-area: 1 / 2 / 3 / 3 !important;
  }
  article > h3 {
    font-size: 1.8rem;
  }
  article > p.p2 {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
}
@media screen and (max-width: 700px) {
  .double-section-text-image {
    display: flex;
    flex-direction: column;
    grid-area: unset;
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }
  .double-section-text-image > section {
    display: flex;
    flex-direction: column;
    grid-area: unset;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .double-section-text-image > section > div.illustration {
    width: 100%;
  }
  .double-section-text-image > section > article {
    width: 100%;
  }
  .double-section-text-image > section > article ul li a {
    overflow-wrap: break-word;
  }
}
.triple-section {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.triple-section > .section1,
.triple-section > .section2,
.triple-section > .section3 {
  width: calc((100% - 2 * 2rem) / 3);
}
section.comparative-table {
  max-width: 1400px;
  margin: 2rem auto;
}
section.comparative-table > h3,
section.comparative-table > p {
  text-align: center;
}
section.comparative-table > .table-container {
  display: grid;
  grid-template-columns: 0.75fr repeat(3, 1fr);
  grid-template-rows: 15rem auto;
  grid-column-gap: 1rem;
  grid-row-gap: 0;
  margin-top: 1rem;
}
section.comparative-table > .table-container > .table-title {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end end;
  text-align: right;
  margin-right: 1rem;
}
section.comparative-table > .table-container > .table {
  grid-area: 2 / 1 / 3 / 5;
  border-radius: calc(1.5rem + 1.5rem/2);
  overflow: hidden;
}
section.comparative-table > .table-container > .table > ul {
  align-items: flex-start;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}
section.comparative-table > .table-container > .product1 {
  grid-area: 1 / 2 / 3 / 3;
}
section.comparative-table > .table-container > .product2 {
  grid-area: 1 / 3 / 3 / 4;
}
section.comparative-table > .table-container > .product3 {
  grid-area: 1 / 4 / 3 / 5;
  margin-right: calc(1.5rem / 2);
}
section.comparative-table > .table-container .product1,
section.comparative-table > .table-container .product2,
section.comparative-table > .table-container .product3 {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: calc(1.5rem/2);
  place-self: start stretch;
  overflow: hidden;
  background-color: var(--themeExtremeColor);
}
section.comparative-table > .table-container .product1 > .table-product-header,
section.comparative-table > .table-container .product2 > .table-product-header,
section.comparative-table > .table-container .product3 > .table-product-header {
  height: calc(15rem - 1rem + 2px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section.comparative-table > .table-container .product1 > .table-product-header > img,
section.comparative-table > .table-container .product2 > .table-product-header > img,
section.comparative-table > .table-container .product3 > .table-product-header > img {
  height: 100%;
  width: auto;
}
section.comparative-table > .table-container .product1 > .table-product-header h4,
section.comparative-table > .table-container .product2 > .table-product-header h4,
section.comparative-table > .table-container .product3 > .table-product-header h4 {
  margin-top: 1rem;
  margin-bottom: 0;
}
section.comparative-table > .table-container .product1 > ul li:nth-child(odd),
section.comparative-table > .table-container .product2 > ul li:nth-child(odd),
section.comparative-table > .table-container .product3 > ul li:nth-child(odd) {
  background-color: var(--defaultColorDarker);
}
section.comparative-table > .table-container .product1 > ul > li,
section.comparative-table > .table-container .product2 > ul > li,
section.comparative-table > .table-container .product3 > ul > li {
  text-align: center;
}
section.comparative-table > .table-container > * ul {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section.comparative-table > .table-container > * ul > li {
  width: 100%;
  padding: calc(1rem/2) 1rem;
}
section.comparative-table > .table-container > * ul > li:nth-child(odd) {
  backdrop-filter: brightness(90%) saturate(120%);
}
@media screen and (max-width: 1000px) {
  section.comparative-table > .table-container {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto 1fr;
  }
  section.comparative-table > .table-container .table-title {
    grid-area: 1 / 1 / 2 / 4;
    place-self: center;
  }
  section.comparative-table > .table-container .table {
    display: none;
  }
  section.comparative-table > .table-container > .product1 {
    grid-area: 2 / 1 / 3 / 2;
  }
  section.comparative-table > .table-container > .product2 {
    grid-area: 2 / 2 / 3 / 3;
  }
  section.comparative-table > .table-container > .product3 {
    grid-area: 2 / 3 / 3 / 4;
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) {
  section.comparative-table > .table-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    grid-template-columns: unset;
    grid-template-rows: unset;
  }
  section.comparative-table > .table-container .table-title {
    grid-area: unset;
  }
  section.comparative-table > .table-container > .product1 {
    grid-area: unset;
  }
  section.comparative-table > .table-container > .product2 {
    grid-area: unset;
  }
  section.comparative-table > .table-container > .product3 {
    grid-area: unset;
  }
  section.comparative-table > .table-container .product1,
  section.comparative-table > .table-container .product2,
  section.comparative-table > .table-container .product3 {
    flex-direction: row;
    width: 100%;
    padding: 1rem;
  }
  section.comparative-table > .table-container .product1 .table-product-header,
  section.comparative-table > .table-container .product2 .table-product-header,
  section.comparative-table > .table-container .product3 .table-product-header {
    width: 50%;
  }
  section.comparative-table > .table-container .product1 > ul,
  section.comparative-table > .table-container .product2 > ul,
  section.comparative-table > .table-container .product3 > ul {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  section.comparative-table > .table-container .product1,
  section.comparative-table > .table-container .product2,
  section.comparative-table > .table-container .product3 {
    flex-direction: column;
  }
  section.comparative-table > .table-container .product1 .table-product-header,
  section.comparative-table > .table-container .product2 .table-product-header,
  section.comparative-table > .table-container .product3 .table-product-header {
    width: 100%;
    height: unset;
  }
  section.comparative-table > .table-container .product1 .table-product-header > img,
  section.comparative-table > .table-container .product2 .table-product-header > img,
  section.comparative-table > .table-container .product3 .table-product-header > img {
    width: 100%;
  }
  section.comparative-table > .table-container .product1 > ul,
  section.comparative-table > .table-container .product2 > ul,
  section.comparative-table > .table-container .product3 > ul {
    width: 100%;
  }
}
ul.sources {
  color: var(--themeGrey);
}
ul.sources li.sources-title {
  font-size: 1.1rem;
  font-stretch: semi-condensed;
  font-weight: 700;
}
ul.sources li a {
  color: var(--themeGrey);
  text-decoration: underline;
  transition: all ease 200ms;
}
ul.sources li a:hover {
  font-weight: 700;
}
ul.sources li:not(:last-of-type) {
  margin-bottom: calc(1rem/2);
}
.horizontal-scrolling-list {
  background: var(--themeBGdarker2);
  border-radius: 2rem;
  position: relative;
  max-width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem 4rem;
  overflow: hidden;
}
.horizontal-scrolling-list::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  border-radius: 2rem;
  box-shadow: inset -1px -1px 1px #fff, inset -0.5rem -0.5rem 2rem #fff, inset 0.5rem 0.5rem 2rem rgba(97, 146, 195, 0.85);
  background: linear-gradient(90deg, var(--themeBGdarker2) 0%, var(--themeBGdarker2) 1rem, transparent 15%, transparent 85%, var(--themeBGdarker2) calc(100% - 1rem), var(--themeBGdarker2) 100%);
  pointer-events: none;
  z-index: 1;
}
.horizontal-scrolling-list > ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
  padding-right: 2rem;
  animation: infiniteScrolling 30s linear infinite;
}
@keyframes infiniteScrolling {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.horizontal-scrolling-list > ul > li {
  height: 3rem;
  display: flex;
  justify-content: center;
  align-content: center;
}
.horizontal-scrolling-list:hover ul {
  animation-play-state: paused;
}
.logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}
.logo-container .logo-link {
  height: 3rem;
}
.logo-container .logo-link > img {
  width: auto;
  height: 100%;
}
.logo-container .logo-link > img.square {
  width: 5rem;
  height: auto;
}
.logo-container .logo-link > img.large {
  width: 3rem;
  height: auto;
}
.logo-container .logo-link > img.larger {
  width: 8rem;
  height: auto;
}
.logo-container .logo-link > img.medium-small {
  height: 2.5rem;
}
.logo-container .logo-link > img.small {
  height: 2rem;
}
.logo-container .logo-link:has(.larger),
.logo-container .logo-link:has(.square),
.logo-container .logo-link:has(.large) {
  height: auto;
}
html,
body {
  box-sizing: content-box;
  min-height: 100svh;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
main {
  margin: 2rem;
  position: relative;
  z-index: 1;
  min-height: 50vh;
}
main > div.allow-overflow-wrapper {
  transform: scale(1);
}
main section.hero {
  height: calc(85svh - 4rem - 2*1rem);
  border-radius: calc(4rem/2);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 2rem;
}
main section.hero.reduced {
  height: calc(60svh - 4rem - 2*1rem);
  min-height: 25rem;
}
main section.hero img.background {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
main section.hero img.forefront {
  aspect-ratio: auto;
  max-height: calc(100% - 4rem - 1rem + 4rem);
  width: auto;
  position: fixed;
  bottom: -4rem;
  left: 50%;
  z-index: 2;
}
main section.hero > article {
  max-width: 50%;
  position: relative;
  z-index: 1;
}
main section.hero.framing-mask {
  display: grid;
  grid-template-columns: 2fr 2rem 1fr;
  grid-template-rows: 1.5fr 2rem 1fr;
  gap: 0;
  padding: 0;
  position: relative;
}
main section.hero.framing-mask:before {
  content: '';
  display: block;
  position: absolute;
  width: 5rem;
  height: 5rem;
  top: -2rem;
  left: -2rem;
  background: var(--background);
  z-index: 2;
}
main section.hero.framing-mask > article {
  grid-area: 1 / 1 / 4 / 2;
}
main section.hero.framing-mask > .vertical {
  grid-area: 1 / 2 / 4 / 3;
}
main section.hero.framing-mask > .horizontal {
  grid-area: 2 / 3 / 3 / 4;
}
main section.hero.framing-mask > div.vertical,
main section.hero.framing-mask > div.horizontal {
  content: '';
  background: var(--background);
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}
main section.hero.framing-mask > div.vertical:before {
  content: '';
  background: var(--background);
  display: block;
  height: 2rem;
  width: calc(100% + 2rem*2);
  position: absolute;
  top: 0;
  left: -2rem;
  mask-image: url('../static/img/projects/hero/mask_corner_top_right.svg'), url('../static/img/projects/hero/mask_corner_top_left.svg');
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: top left, top right;
}
main section.hero.framing-mask > div.vertical:after {
  content: '';
  background: var(--background);
  display: block;
  height: 2rem;
  width: calc(100% + 2rem*2);
  position: absolute;
  bottom: 0;
  left: -2rem;
  mask-image: url('../static/img/projects/hero/mask_corner_bottom_right.svg'), url('../static/img/projects/hero/mask_corner_bottom_left.svg');
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: bottom left, bottom right;
}
main section.hero.framing-mask > div.horizontal:before {
  content: '';
  background: var(--background);
  display: block;
  width: 2rem;
  height: calc(100% + 2rem*2);
  position: absolute;
  left: 0;
  top: -2rem;
  mask-image: url('../static/img/projects/hero/mask_corner_bottom_left.svg'), url('../static/img/projects/hero/mask_corner_top_left.svg');
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: top left, bottom left;
}
main section.hero.framing-mask > div.horizontal:after {
  content: '';
  background: var(--background);
  display: block;
  width: 2rem;
  height: calc(100% + 2rem*2);
  position: absolute;
  right: 0;
  top: -2rem;
  mask-image: url('../static/img/projects/hero/mask_corner_bottom_right.svg'), url('../static/img/projects/hero/mask_corner_top_right.svg');
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: top right, bottom right;
}
main section.hero.framing-mask > article {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  place-self: end start;
  position: unset;
}
main section.hero.framing-mask > article > div.title {
  position: absolute;
  top: 0;
  left: 0;
}
main section.hero.framing-mask > article > div.title > h2 b {
  font-weight: 700;
  background: linear-gradient(135deg, #FF0050 0%, #004FFF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
  filter: drop-shadow(1px 1px 0.25rem rgba(141, 110, 255, 0.5));
}
main section.hero.framing-mask > article > div.title > h2 > span {
  background: var(--background);
  position: relative;
  display: inline-flex;
  padding: 0.3rem 1rem;
  border-bottom-right-radius: 2rem;
}
main section.hero.framing-mask > article > div.title > h2 > span:before {
  content: '';
  display: block;
  width: 2rem;
  height: 2rem;
  position: absolute;
  mask-image: url('../static/img/projects/hero/mask_corner_top_left.svg');
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: top left;
  background-color: var(--background);
  right: -2rem;
  top: 0;
}
main section.hero.framing-mask > article > div.title > h2 > span:nth-child(1):before {
  top: calc(-4rem - 1rem);
}
main section.hero.framing-mask > article > div.title > h2 > span:last-child:after {
  content: '';
  display: block;
  width: 2rem;
  height: 2rem;
  position: absolute;
  mask-image: url('../static/img/projects/hero/mask_corner_top_left.svg');
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: top left;
  background-color: var(--background);
  left: 0;
  bottom: -2rem;
}
main section.hero.framing-mask > article > div.title > h2:before {
  content: '';
  background: var(--background);
  display: block;
  width: calc(100% - 1px);
  height: calc(4rem + 1rem);
}
@media screen and (max-width: 1180px) {
  main section.hero.framing-mask {
    grid-template-columns: 4fr 2rem 1fr;
    grid-template-rows: 1.5fr 2rem 1fr;
  }
}
@media screen and (max-width: 900px) {
  main section.hero.framing-mask > article {
    grid-area: 1 / 1 / 4 / 4;
  }
  main section.hero.framing-mask > div.vertical,
  main section.hero.framing-mask > div.horizontal {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  main section.hero.framing-mask {
    height: calc(100dvh - 1rem * 2);
    grid-template-columns: 1fr 2rem 1fr;
    grid-template-rows: 1fr 2rem auto;
  }
  main section.hero.framing-mask > article {
    text-align: center;
    grid-area: 3 / 1 / 4 / 4;
    z-index: 2;
  }
  main section.hero.framing-mask > article > div.title {
    width: 100%;
  }
  main section.hero.framing-mask > article > div.title > h2 {
    margin-bottom: 0;
  }
  main section.hero.framing-mask > article > div.title > h2 > span:first-child {
    width: 100%;
    border-radius: 0;
    display: flex;
    justify-content: center;
    display: inline-block;
  }
  main section.hero.framing-mask > article > div.title > h2 > span:first-child:before {
    top: unset;
    bottom: -2rem;
    left: 0;
  }
  main section.hero.framing-mask > article > div.title > h2 > span:first-child:after {
    content: '';
    display: block;
    width: 2rem;
    height: 2rem;
    position: absolute;
    mask-image: url('../static/img/projects/hero/mask_corner_top_right.svg');
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: top left;
    background-color: var(--background);
    bottom: -2rem;
    right: 0;
  }
  main section.hero.framing-mask > article > div.title > h2 > span:nth-of-type(2) {
    padding: 0.3rem 2rem;
  }
  main section.hero.framing-mask > article > div.title > h2 > span:not(:first-child) {
    border-bottom-left-radius: 2rem;
  }
  main section.hero.framing-mask > article > div.title > h2 > span:not(:first-child):after {
    content: '';
    display: block;
    width: 2rem;
    height: 2rem;
    position: absolute;
    mask-image: url('../static/img/projects/hero/mask_corner_top_right.svg');
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: top left;
    background-color: var(--background);
    top: 0;
    left: -2rem;
  }
  main section.hero.framing-mask > article > div.title > h2:after {
    content: '';
    display: block;
    width: calc(2rem + 2rem * 2);
    height: 2rem;
    position: absolute;
    left: calc(50% - (2rem + 2rem * 2)/2);
    bottom: -2rem;
    background-color: var(--background);
    mask-image: url('../static/img/projects/hero/mask_corner_top_right.svg'), url('../static/img/projects/hero/mask_corner_top_left.svg');
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: top left, top right;
  }
  main section.hero.framing-mask > article > p {
    border-radius: calc(1.5rem);
    margin: 1rem;
  }
  main section.hero.framing-mask > article > p:before {
    border-radius: 1.5rem;
    border-radius: calc(1.5rem - 1rem);
  }
  main section.hero.framing-mask > div.vertical,
  main section.hero.framing-mask > div.horizontal {
    display: block;
  }
  main section.hero.framing-mask > div.vertical {
    grid-area: 1 / 2 / 2 / 3;
  }
  main section.hero.framing-mask > div.horizontal {
    grid-area: 2 / 1 / 3 / 4;
  }
}
@media screen and (max-width: 630px) {
  main section.hero.framing-mask > article > div.title h2 {
    font-size: 6vw;
  }
  main section.hero.framing-mask > article > div.title h2 > span:before,
  main section.hero.framing-mask > article > div.title h2 > span:after {
    width: 4vw !important;
    height: 4vw !important;
  }
  main section.hero.framing-mask > article > div.title h2 > span:first-child:before,
  main section.hero.framing-mask > article > div.title h2 > span:first-child:after {
    bottom: -4vw;
  }
  main section.hero.framing-mask > article > div.title h2 > span:not(:first-child):before {
    right: -4vw;
  }
  main section.hero.framing-mask > article > div.title h2 > span:not(:first-child):after {
    left: -4vw;
  }
}
@media screen and (max-width: 500px) {
  main section.hero.framing-mask > article > div.title h2 {
    background: var(--background);
    padding-top: calc(4rem + 1rem);
    padding-bottom: 1rem;
  }
  main section.hero.framing-mask > article > div.title h2 > span {
    background: none;
    display: unset;
    padding: unset !important;
  }
  main section.hero.framing-mask > article > div.title h2 > span:before,
  main section.hero.framing-mask > article > div.title h2 > span:after {
    display: none !important;
  }
  main section.hero.framing-mask > article > div.title h2 br {
    display: none;
  }
  main section.hero.framing-mask > article > div.title h2:before {
    content: '';
    display: block;
    width: 2rem;
    height: 2rem;
    position: absolute;
    mask-image: url('../static/img/projects/hero/mask_corner_top_left.svg');
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: top left;
    background-color: var(--background);
    bottom: -2rem;
    left: 0;
  }
  main section.hero.framing-mask > article > div.title h2:after {
    content: '';
    display: block;
    width: 2rem;
    height: 2rem;
    position: absolute;
    mask-image: url('../static/img/projects/hero/mask_corner_top_right.svg');
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: top left;
    background-color: var(--background);
    bottom: -2rem;
    right: 0;
    left: unset;
  }
  main section.hero.framing-mask > div.horizontal,
  main section.hero.framing-mask > div.vertical {
    display: none;
  }
}
main section.hero:has(.product-packshot) {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main section.hero:has(.product-packshot) div.product-packshot {
  max-width: calc(1400px / 2);
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
main section.hero:has(.product-packshot) div.product-packshot > * {
  width: 50vw;
  max-width: 55rem;
}
main section.hero:has(.product-packshot) > article {
  max-width: calc(1400px / 2);
  width: 50%;
}
@media screen and (max-width: 930px) {
  main section.hero:has(.product-packshot) {
    flex-direction: column;
    padding-top: 4rem !important;
  }
  main section.hero:has(.product-packshot) div.product-packshot {
    width: 100%;
    justify-content: center;
  }
  main section.hero:has(.product-packshot) div.product-packshot > * {
    width: 100%;
    max-width: unset;
  }
  main section.hero:has(.product-packshot) article {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  main section.hero:has(.product-packshot) {
    height: calc(100svh - 2rem) !important;
    transition: all 200ms ease;
  }
  main section.hero:has(.product-packshot) > div.product-packshot {
    height: 100%;
    position: relative;
  }
  main section.hero:has(.product-packshot) > div.product-packshot > img,
  main section.hero:has(.product-packshot) > div.product-packshot > video {
    position: absolute !important;
    top: unset !important;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: unset;
    height: 100%;
  }
}
main section.trapezoid {
  width: 100%;
  padding-top: 0;
  position: relative;
  height: unset;
  border-radius: unset;
  display: flex;
}
main section.trapezoid > img.mask {
  width: 100%;
  height: 100%;
  opacity: 0;
}
main section.trapezoid > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  mask-image: url('../static/img/global/trapezoid/trapezoid_mask_large.svg');
  mask-repeat: no-repeat;
  mask-position: top center;
  mask-size: contain;
  background: var(--themeBGdarker2);
}
main section.trapezoid > div article {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 4rem;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: calc(50% + 1rem);
}
main section.trapezoid > div article p {
  z-index: 0;
}
main section.trapezoid img.background {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
main section.trapezoid img.forefront {
  width: 50%;
  z-index: 1;
}
main section.trapezoid:has(img.forefront) > div {
  mask-image: none !important;
  background: none;
}
main section.trapezoid:has(img.forefront) > div > article {
  mask-image: url('../static/img/global/trapezoid/trapezoid_mask_large.svg');
  mask-repeat: no-repeat;
  mask-position: top center;
  mask-size: contain;
}
@media screen and (max-width: 1100px) {
  main section.trapezoid > img {
    content: url('../static/img/global/trapezoid/trapezoid_mask.svg');
  }
  main section.trapezoid > div {
    mask-image: url('../static/img/global/trapezoid/trapezoid_mask.svg');
    align-items: center;
  }
  main section.trapezoid:has(img.forefront) > div > article {
    mask-image: url('../static/img/global/trapezoid/trapezoid_mask.svg');
  }
}
@media screen and (max-width: 930px) {
  main section.hero:not(.trapezoid, .framing-mask) {
    height: unset;
    padding-top: 40vh;
  }
  main section.hero:not(.trapezoid, .framing-mask).reduced {
    height: unset;
  }
  main section.hero:not(.trapezoid, .framing-mask) > article {
    max-width: 100%;
    text-align: center;
  }
  main section.hero:not(.trapezoid, .framing-mask) img.forefront {
    width: auto;
    min-width: unset;
    height: calc(40vh - (4rem + 1rem));
    bottom: unset;
    top: calc(4rem + 1rem);
    left: 50%;
    transform: translate(-50%);
    z-index: 2;
  }
  main section.trapezoid > img {
    content: url('../static/img/global/trapezoid/trapezoid_mask_small.svg');
  }
  main section.trapezoid > div {
    flex-direction: column;
    mask-image: url('../static/img/global/trapezoid/trapezoid_mask_small.svg');
  }
  main section.trapezoid > div > article {
    flex-direction: column;
    padding: 2rem;
    padding-right: 4rem;
    padding-top: calc(4rem + 1rem);
    justify-content: flex-start;
    align-items: center;
    text-align: center;
  }
  main section.trapezoid > div > article > p {
    max-width: unset !important;
  }
  main section.trapezoid:has(img.forefront) > div {
    padding-top: 4rem;
  }
  main section.trapezoid:has(img.forefront) > div > article {
    mask-image: url('../static/img/global/trapezoid/trapezoid_mask_small.svg');
  }
  main section.trapezoid:has(img.forefront) > div img.forefront {
    width: 80%;
    left: 10%;
    bottom: 0;
    transform: translateY(25%);
  }
  main section.trapezoid:has(img.background) > div {
    justify-content: flex-end;
    align-items: flex-end;
  }
  main section.trapezoid:has(img.background) > div > article {
    z-index: 1;
  }
  main section.trapezoid:has(img.background) > div > article:before {
    content: '';
    width: 100%;
    height: 30%;
    display: block;
    position: absolute;
    top: 0;
    background-image: linear-gradient(180deg, #DADCE5 0%, #DADCE5 80%, transparent 100%);
    z-index: 0;
  }
  main section.trapezoid:has(img.background) > div > article h2 {
    position: relative;
  }
  main section.trapezoid:has(img.background) > div > img.background {
    object-fit: unset;
    height: unset;
    width: 160%;
    position: relative;
    top: 4rem;
  }
}
@media screen and (max-width: 800px) {
  main section.trapezoid > img {
    content: url('../static/img/global/trapezoid/trapezoid_mask_mobile.svg');
  }
  main section.trapezoid > div {
    mask-image: url('../static/img/global/trapezoid/trapezoid_mask_mobile.svg');
  }
  main section.trapezoid:has(img.forefront) > div > article {
    mask-image: url('../static/img/global/trapezoid/trapezoid_mask_mobile.svg');
  }
  main section.trapezoid:has(img.background) > div > article:before {
    height: 50%;
  }
  main section.trapezoid:has(img.background) > div > img.background {
    width: 200%;
    top: 2rem;
    right: -10%;
  }
}
@media screen and (max-width: 650px) {
  main .allow-overflow-wrapper:has(section.trapezoid) {
    margin-bottom: 4rem;
  }
  main section.trapezoid {
    height: fit-content;
  }
  main section.trapezoid > img {
    display: none;
  }
  main section.trapezoid > div {
    mask-image: unset;
    border-radius: calc(4rem/2);
    height: fit-content;
    position: relative;
  }
  main section.trapezoid > div > article {
    position: relative;
    height: 100%;
    border-radius: calc(4rem/2);
    padding-right: 2rem;
    background: unset !important;
  }
  main section.trapezoid:has(img.forefront) {
    padding: 0;
    overflow: unset;
  }
  main section.trapezoid:has(img.forefront) > div {
    padding-top: 0;
  }
  main section.trapezoid:has(img.forefront) > div > article {
    position: unset;
    top: unset;
    left: unset;
    mask-image: unset;
    overflow: hidden;
  }
  main section.trapezoid:has(img.forefront) > div > img.forefront {
    position: relative;
    left: 0;
    right: unset;
    bottom: 0;
    top: 2rem;
    margin-top: -2rem;
    transform: unset;
    width: 100%;
  }
  main section.trapezoid:has(img.background) > div {
    z-index: 1;
    overflow: hidden;
  }
  main section.trapezoid:has(img.background) > div > article:before {
    height: 100%;
  }
  main section.trapezoid:has(img.background) > div > img.background {
    width: auto;
    height: 35rem;
    top: -12vh;
    right: -11rem;
    margin-bottom: -15vh;
  }
}
@media screen and (max-width: 480px) {
  main {
    margin: 1rem;
  }
  main section.hero {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
  }
  main section.trapezoid:has(img.background) > div > img.background {
    width: auto;
    height: 35rem;
    top: -12vh;
    right: calc(-100% + 25vw);
  }
}
main.darkTheme .button:not(.preserve-light-style),
main.darkTheme + footer .button:not(.preserve-light-style) {
  box-shadow: -0.5px -0.5px 1px #465362, -0.3rem -0.3rem 1rem #465362, 0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.8);
}
main.darkTheme .button:not(.preserve-light-style):hover,
main.darkTheme + footer .button:not(.preserve-light-style):hover {
  box-shadow: -0.5px -0.5px 2px #465362, -0.3rem -0.3rem 1.2rem #465362, 0.3rem 0.3rem 1.2rem rgba(0, 0, 0, 0.7);
}
main.darkTheme .button:not(.preserve-light-style):active,
main.darkTheme + footer .button:not(.preserve-light-style):active {
  box-shadow: -0.5px -0.5px 1px #465362, -0.15rem -0.15rem 0.5rem #465362, 0.15rem 0.15rem 0.5rem rgba(0, 0, 0, 0.85);
}
main.darkTheme .button:not(.preserve-light-style).tertiary:before,
main.darkTheme + footer .button:not(.preserve-light-style).tertiary:before {
  background-image: linear-gradient(0deg, var(--background), var(--background)), linear-gradient(180deg, #3E5377, rgba(62, 83, 119, 0));
  background-origin: border-box;
  background-clip: content-box, border-box;
}
main.darkTheme .button:not(.preserve-light-style).tertiary:active::before,
main.darkTheme + footer .button:not(.preserve-light-style).tertiary:active::before {
  box-shadow: inset -0.5px -0.5px 1px #3E5377, inset -0.3rem -0.3rem 1rem rgba(62, 83, 119, 0.6), inset 0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.6);
}
main.darkTheme .button:not(.preserve-light-style).outlined,
main.darkTheme + footer .button:not(.preserve-light-style).outlined {
  color: #F5F5F8;
}
main.darkTheme .neomorphic,
main.darkTheme + footer .neomorphic {
  box-shadow: -0.5px -0.5px 1px #465362, -0.3rem -0.3rem 1rem #465362, 0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.8);
}
main.darkTheme .neomorphic.large,
main.darkTheme + footer .neomorphic.large {
  box-shadow: -1px -1px 1px #465362, -0.5rem -0.5rem 2rem #465362, 0.5rem 0.5rem 2rem rgba(0, 0, 0, 0.85);
}
main.darkTheme .neomorphic.clickable,
main.darkTheme + footer .neomorphic.clickable {
  box-shadow: -0.5px -0.5px 1px #465362, -0.3rem -0.3rem 1rem #465362, 0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.8);
}
main.darkTheme .neomorphic.clickable:hover,
main.darkTheme + footer .neomorphic.clickable:hover {
  box-shadow: -0.5px -0.5px 2px #465362, -0.3rem -0.3rem 1.2rem #465362, 0.3rem 0.3rem 1.2rem rgba(0, 0, 0, 0.7);
}
main.darkTheme .neomorphic.clickable:active,
main.darkTheme + footer .neomorphic.clickable:active {
  box-shadow: -0.5px -0.5px 1px #465362, -0.15rem -0.15rem 0.5rem #465362, 0.15rem 0.15rem 0.5rem rgba(0, 0, 0, 0.85);
}
main.darkTheme .neomorphic.clickable.large,
main.darkTheme + footer .neomorphic.clickable.large {
  box-shadow: -1px -1px 1px #465362, -0.5rem -0.5rem 2rem #465362, 0.5rem 0.5rem 2rem rgba(0, 0, 0, 0.85);
}
main.darkTheme .neomorphic.clickable.large:hover,
main.darkTheme + footer .neomorphic.clickable.large:hover {
  box-shadow: -1px -1px 1px #465362, -0.5rem -0.5rem 2.5rem rgba(70, 83, 98, 0.9), 0.5rem 0.5rem 2.5rem rgba(0, 0, 0, 0.7);
}
main.darkTheme .neomorphic.clickable.large:active,
main.darkTheme + footer .neomorphic.clickable.large:active {
  box-shadow: -1px -1px 1px #465362, -0.25rem -0.25rem 1rem #465362, 0.25rem 0.25rem 1rem rgba(0, 0, 0, 0.85);
}
main.darkTheme .input > input,
main.darkTheme + footer .input > input,
main.darkTheme .input > textarea,
main.darkTheme + footer .input > textarea,
main.darkTheme .input > select,
main.darkTheme + footer .input > select {
  box-shadow: inset -0.5px -0.5px 1px rgba(70, 83, 98, 0.5), inset -0.15rem -0.15rem 0.5rem rgba(70, 83, 98, 0.5), inset 0.15rem 0.15rem 0.5rem #000000;
}
main.darkTheme fieldset.switch span.switch:before,
main.darkTheme + footer fieldset.switch span.switch:before {
  box-shadow: inset -0.5px -0.5px 1px #465362, inset -0.3rem -0.3rem 1rem rgba(70, 83, 98, 0.6), inset 0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.6);
}
main.darkTheme .horizontal-scrolling-list::before,
main.darkTheme + footer .horizontal-scrolling-list::before {
  box-shadow: inset -1px -1px 1px rgba(70, 83, 98, 0.75), inset -0.5rem -0.5rem 2rem rgba(70, 83, 98, 0.75), inset 0.5rem 0.5rem 2rem rgba(0, 0, 0, 0.85);
}
main.darkTheme .filter,
main.darkTheme + footer .filter {
  box-shadow: -0.5px -0.5px 1px #465362, -0.15rem -0.15rem 0.5rem #465362, 0.15rem 0.15rem 0.5rem rgba(0, 0, 0, 0.8);
}
main.darkTheme .filter:hover,
main.darkTheme + footer .filter:hover {
  box-shadow: -0.5px -0.5px 1px #465362, -0.15rem -0.15rem 0.8rem #465362, 0.15rem 0.15rem 0.8rem rgba(0, 0, 0, 0.8);
}
main.darkTheme .filter:active,
main.darkTheme + footer .filter:active {
  box-shadow: -0.5px -0.5px 1px #465362, -0.08rem -0.08rem 0.25rem #465362, 0.08rem 0.08rem 0.25rem rgba(0, 0, 0, 0.8);
}
main.darkTheme .filter:active,
main.darkTheme + footer .filter:active {
  top: 1px;
}
main.darkTheme .filter:active:after,
main.darkTheme + footer .filter:active:after {
  box-shadow: inset -0.5px -0.5px 1px #465362, inset -0.15rem -0.15rem 0.5rem #465362, inset 0.15rem 0.15rem 0.5rem #000000;
}
main.darkTheme .filter:has(input:checked):after,
main.darkTheme + footer .filter:has(input:checked):after {
  box-shadow: inset -0.5px -0.5px 1px #CA8DFF, inset -0.15rem -0.15rem 0.5rem #CA8DFF, inset 0.15rem 0.15rem 0.5rem #3700ff;
}
main.darkTheme .digged-card,
main.darkTheme + footer .digged-card {
  box-shadow: inset -0.5px -0.5px 1px #465362, inset -0.3rem -0.3rem 1rem rgba(70, 83, 98, 0.6), inset 0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.6);
  background-image: linear-gradient(180deg, var(--themeBGdarker3), var(--themeBGdarker3)), linear-gradient(0deg, #667889, transparent);
  background-origin: border-box;
  background-clip: content-box, border-box;
  border: 2px solid transparent;
}
main.darkTheme section.comparative-table > .table-container > .table-title,
main.darkTheme + footer section.comparative-table > .table-container > .table-title {
  color: var(--themeGrey);
}
main.darkTheme section.comparative-table > .table-container .product1,
main.darkTheme + footer section.comparative-table > .table-container .product1,
main.darkTheme section.comparative-table > .table-container .product2,
main.darkTheme + footer section.comparative-table > .table-container .product2,
main.darkTheme section.comparative-table > .table-container .product3,
main.darkTheme + footer section.comparative-table > .table-container .product3 {
  background-color: var(--themeBGdarker6);
}
main.darkTheme section.comparative-table > .table-container .product1 > .table-product-header h4,
main.darkTheme + footer section.comparative-table > .table-container .product1 > .table-product-header h4,
main.darkTheme section.comparative-table > .table-container .product2 > .table-product-header h4,
main.darkTheme + footer section.comparative-table > .table-container .product2 > .table-product-header h4,
main.darkTheme section.comparative-table > .table-container .product3 > .table-product-header h4,
main.darkTheme + footer section.comparative-table > .table-container .product3 > .table-product-header h4 {
  color: var(--themeGrey);
}
main.darkTheme section.comparative-table > .table-container .product1 > .table-product-header p,
main.darkTheme + footer section.comparative-table > .table-container .product1 > .table-product-header p,
main.darkTheme section.comparative-table > .table-container .product2 > .table-product-header p,
main.darkTheme + footer section.comparative-table > .table-container .product2 > .table-product-header p,
main.darkTheme section.comparative-table > .table-container .product3 > .table-product-header p,
main.darkTheme + footer section.comparative-table > .table-container .product3 > .table-product-header p {
  color: #BCC3D0;
}
main.darkTheme section.comparative-table > .table-container .product1 > ul li:nth-child(odd),
main.darkTheme + footer section.comparative-table > .table-container .product1 > ul li:nth-child(odd),
main.darkTheme section.comparative-table > .table-container .product2 > ul li:nth-child(odd),
main.darkTheme + footer section.comparative-table > .table-container .product2 > ul li:nth-child(odd),
main.darkTheme section.comparative-table > .table-container .product3 > ul li:nth-child(odd),
main.darkTheme + footer section.comparative-table > .table-container .product3 > ul li:nth-child(odd) {
  background-color: var(--themeBGdarker7);
}
main.darkTheme section.comparative-table > .table-container > * ul > li:nth-child(odd),
main.darkTheme + footer section.comparative-table > .table-container > * ul > li:nth-child(odd) {
  backdrop-filter: brightness(75%) saturate(120%);
}
main.darkTheme .small-icons-list .small-icon,
main.darkTheme + footer .small-icons-list .small-icon {
  background: linear-gradient(180deg, var(--themeBGdarker3) 0%, var(--themeBGdarker4) 100%);
}
main.darkTheme .elevated-card,
main.darkTheme + footer .elevated-card {
  box-shadow: 0.5px 0.5px 1px rgba(23, 31, 43, 0.15), 2px 2px 4px -0.5px rgba(23, 31, 43, 0.2), 5px 5px 8px -1px rgba(23, 31, 43, 0.5), 0.75rem 0.75rem 1rem -2px rgba(23, 31, 43, 0.8);
}
