:root {
  --background: #F5F5F8;
  --themeBGopacity30: rgba(245, 245, 248, 0.3);
  --themeBGopacity50: rgba(245, 245, 248, 0.5);
  --text: #252D3A;
  --themeTextLesserContrast: #252D3A;
  --themeTextLighter: #667889;
  --menuColor: #fff;
  --menuColorHover: #F5F5F8;
  --defaultThemeColor: #F5F5F8;
  --defaultColorDarker: #EBECF1;
  --defaultColorDarkest: #DADCE5;
  --themeGrey: #9DABBA;
  --themeExtremeColor: #fff;
  --themeBlack: #252D3A;
  --themeBGShadow: #BCC3D0;
  --themeBlackGradient: linear-gradient(135deg, #252D3A, #000);
  --themeBGdarker1: #EBECF1;
  --themeBGdarker2: #DADCE5;
  --themeBGdarker3: #BCC3D0;
  --themeBGdarker4: #9DABBA;
  --themeBGdarker5: #8292A2;
  --themeBGdarker6: #667889;
  --themeBGdarker7: #465362;
  --themeBGcontrast: #DADCE5;
  --themeBGdarkerGradient: linear-gradient(0deg, #DADCE5 0%, #EBECF1 100%);
  --footerBG: url('../static/img/global/Footer/footer_abstract.jpg');
  --footerBottomBG: url('../static/img/global/Footer/footer_bottom.jpg');
  --abstractWavesBG: url('../static/img/global/waves_fixed.jpg');
  --advantagesBillIcon: url('../static/img/home/Advantages/Bill-icon.svg');
  --advantagesMaintenanceIcon: url('../static/img/home/Advantages/maintenance-icon.svg');
  --advantagesNeHoTABIcon: url('../static/img/home/Advantages/NeHoTAB-icon.svg');
  --longArrowBG: url('../static/img/home/news-blog-article/long_arrow_black.svg');
  --cornerArrow: url('../static/img/global/Icons/corner_arrow.svg');
}
@media (prefers-color-scheme: dark) {
  :root {
    --background: #252D3A;
    --themeBGopacity30: rgba(37, 45, 58, 0.3);
    --themeBGopacity50: rgba(37, 45, 58, 0.5);
    --text: #F5F5F8;
    --themeTextLesserContrast: #BCC3D0;
    --themeTextLighter: #BCC3D0;
    --menuColor: #252D3A;
    --menuColorHover: rgba(0, 0, 0, 0.3);
    --defaultThemeColor: #252D3A;
    --defaultColorDarker: rgba(0, 0, 0, 0.5);
    --defaultColorDarkest: #3E5377;
    --themeGrey: #667889;
    --themeExtremeColor: #000;
    --themeBlack: #000;
    --themeBGShadow: #000;
    --themeBlackGradient: linear-gradient(220deg, var(--themeBGdarker4), #000);
    --themeBGdarker1: #222A37;
    --themeBGdarker2: #1C2330;
    --themeBGdarker3: #171F2B;
    --themeBGdarker4: #131A25;
    --themeBGdarker5: #0F1620;
    --themeBGdarker6: #0B0F17;
    --themeBGdarker7: #000;
    --themeBGcontrast: #667889;
    --themeBGdarkerGradient: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.3) 100%);
    --footerBG: url('../static/img/global/Footer/footer_abstract_black.jpg');
    --footerBottomBG: url('../static/img/global/Footer/footer_bottom_black.jpg');
    --abstractWavesBG: url('../static/img/global/waves_fixed_black.jpg');
    --advantagesBillIcon: url('../static/img/home/Advantages/Bill-icon-dark.svg');
    --advantagesMaintenanceIcon: url('../static/img/home/Advantages/maintenance-icon-dark.svg');
    --advantagesNeHoTABIcon: url('../static/img/home/Advantages/NeHoTAB-icon-dark.svg');
    --longArrowBG: url('../static/img/home/news-blog-article/long_arrow_white.svg');
    --cornerArrow: url('../static/img/global/Icons/corner_arrow_dark.svg');
  }
}
html {
  color-scheme: dark light;
}
:root:has(#theme [value="☀️"]:checked) {
  --background: #F5F5F8;
  --themeBGopacity30: rgba(245, 245, 248, 0.3);
  --themeBGopacity50: rgba(245, 245, 248, 0.5);
  --text: #252D3A;
  --themeTextLesserContrast: #252D3A;
  --themeTextLighter: #667889;
  --menuColor: #fff;
  --menuColorHover: #F5F5F8;
  --defaultThemeColor: #F5F5F8;
  --defaultColorDarker: #EBECF1;
  --defaultColorDarkest: #DADCE5;
  --themeGrey: #9DABBA;
  --themeExtremeColor: #fff;
  --themeBlack: #252D3A;
  --themeBGShadow: #BCC3D0;
  --themeBlackGradient: linear-gradient(220deg, #252D3A, #000);
  --themeBGdarker1: #EBECF1;
  --themeBGdarker2: #DADCE5;
  --themeBGdarker3: #BCC3D0;
  --themeBGdarker4: #9DABBA;
  --themeBGdarker5: #8292A2;
  --themeBGdarker6: #667889;
  --themeBGdarker7: #465362;
  --themeBGcontrast: #DADCE5;
  --themeBGdarkerGradient: linear-gradient(0deg, #DADCE5 0%, #EBECF1 100%);
  --footerBG: url('../static/img/global/Footer/footer_abstract.jpg');
  --footerBottomBG: url('../static/img/global/Footer/footer_bottom.jpg');
  --abstractWavesBG: url('../static/img/global/waves_fixed.jpg');
  --advantagesBillIcon: url('../static/img/home/Advantages/Bill-icon.svg');
  --advantagesMaintenanceIcon: url('../static/img/home/Advantages/maintenance-icon.svg');
  --advantagesNeHoTABIcon: url('../static/img/home/Advantages/NeHoTAB-icon.svg');
  --longArrowBG: url('../static/img/home/news-blog-article/long_arrow_black.svg');
  --cornerArrow: url('../static/img/global/Icons/corner_arrow.svg');
}
:root:has(#theme [value="🌑"]:checked) {
  --background: #252D3A;
  --themeBGopacity30: rgba(37, 45, 58, 0.3);
  --themeBGopacity50: rgba(37, 45, 58, 0.5);
  --text: #F5F5F8;
  --themeTextLesserContrast: #BCC3D0;
  --themeTextLighter: #BCC3D0;
  --menuColor: #252D3A;
  --menuColorHover: rgba(0, 0, 0, 0.3);
  --defaultThemeColor: #252D3A;
  --defaultColorDarker: rgba(0, 0, 0, 0.5);
  --defaultColorDarkest: #3E5377;
  --themeGrey: #667889;
  --themeExtremeColor: #000;
  --themeBlack: #000;
  --themeBGShadow: #000;
  --themeBlackGradient: linear-gradient(220deg, var(--themeBGdarker4), #000);
  --themeBGdarker1: #222A37;
  --themeBGdarker2: #1C2330;
  --themeBGdarker3: #171F2B;
  --themeBGdarker4: #131A25;
  --themeBGdarker5: #0F1620;
  --themeBGdarker6: #0B0F17;
  --themeBGdarker7: #000;
  --themeBGcontrast: #667889;
  --themeBGdarkerGradient: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.3) 100%);
  --footerBG: url('../static/img/global/Footer/footer_abstract_black.jpg');
  --footerBottomBG: url('../static/img/global/Footer/footer_bottom_black.jpg');
  --abstractWavesBG: url('../static/img/global/waves_fixed_black.jpg');
  --advantagesBillIcon: url('../static/img/home/Advantages/Bill-icon-dark.svg');
  --advantagesMaintenanceIcon: url('../static/img/home/Advantages/maintenance-icon-dark.svg');
  --advantagesNeHoTABIcon: url('../static/img/home/Advantages/NeHoTAB-icon-dark.svg');
  --longArrowBG: url('../static/img/home/news-blog-article/long_arrow_white.svg');
  --cornerArrow: url('../static/img/global/Icons/corner_arrow_dark.svg');
}
body {
  background-color: var(--background);
  color: var(--text);
}
body a {
  color: var(--text);
}
[data-theme="☀️"] {
  --background: #F5F5F8;
  --themeBGopacity30: rgba(245, 245, 248, 0.3);
  --themeBGopacity50: rgba(245, 245, 248, 0.5);
  --text: #252D3A;
  --themeTextLesserContrast: #252D3A;
  --themeTextLighter: #667889;
  --menuColor: #fff;
  --menuColorHover: #F5F5F8;
  --defaultThemeColor: #F5F5F8;
  --defaultColorDarker: #EBECF1;
  --defaultColorDarkest: #DADCE5;
  --themeGrey: #9DABBA;
  --themeExtremeColor: #fff;
  --themeBlack: #252D3A;
  --themeBGShadow: #BCC3D0;
  --themeBlackGradient: linear-gradient(220deg, #252D3A, #000);
  --themeBGdarker1: #EBECF1;
  --themeBGdarker2: #DADCE5;
  --themeBGdarker3: #BCC3D0;
  --themeBGdarker4: #9DABBA;
  --themeBGdarker5: #8292A2;
  --themeBGdarker6: #667889;
  --themeBGdarker7: #465362;
  --themeBGcontrast: #DADCE5;
  --themeBGdarkerGradient: linear-gradient(0deg, #DADCE5 0%, #EBECF1 100%);
  --footerBG: url('../static/img/global/Footer/footer_abstract.jpg');
  --footerBottomBG: url('../static/img/global/Footer/footer_bottom.jpg');
  --abstractWavesBG: url('../static/img/global/waves_fixed.jpg');
  --advantagesBillIcon: url('../static/img/home/Advantages/Bill-icon.svg');
  --advantagesMaintenanceIcon: url('../static/img/home/Advantages/maintenance-icon.svg');
  --advantagesNeHoTABIcon: url('../static/img/home/Advantages/NeHoTAB-icon.svg');
  --longArrowBG: url('../static/img/home/news-blog-article/long_arrow_black.svg');
  --cornerArrow: url('../static/img/global/Icons/corner_arrow.svg');
}
[data-theme="🌑"] {
  --background: #252D3A;
  --themeBGopacity30: rgba(37, 45, 58, 0.3);
  --themeBGopacity50: rgba(37, 45, 58, 0.5);
  --text: #F5F5F8;
  --themeTextLesserContrast: #BCC3D0;
  --themeTextLighter: #BCC3D0;
  --menuColor: #252D3A;
  --menuColorHover: rgba(0, 0, 0, 0.3);
  --defaultThemeColor: #252D3A;
  --defaultColorDarker: rgba(0, 0, 0, 0.5);
  --defaultColorDarkest: #3E5377;
  --themeGrey: #667889;
  --themeExtremeColor: #000;
  --themeBlack: #000;
  --themeBGShadow: #000;
  --themeBlackGradient: linear-gradient(220deg, var(--themeBGdarker4), #000);
  --themeBGdarker1: #222A37;
  --themeBGdarker2: #1C2330;
  --themeBGdarker3: #171F2B;
  --themeBGdarker4: #131A25;
  --themeBGdarker5: #0F1620;
  --themeBGdarker6: #0B0F17;
  --themeBGdarker7: #000;
  --themeBGcontrast: #667889;
  --themeBGdarkerGradient: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.3) 100%);
  --footerBG: url('../static/img/global/Footer/footer_abstract_black.jpg');
  --footerBottomBG: url('../static/img/global/Footer/footer_bottom_black.jpg');
  --abstractWavesBG: url('../static/img/global/waves_fixed_black.jpg');
  --advantagesBillIcon: url('../static/img/home/Advantages/Bill-icon-dark.svg');
  --advantagesMaintenanceIcon: url('../static/img/home/Advantages/maintenance-icon-dark.svg');
  --advantagesNeHoTABIcon: url('../static/img/home/Advantages/NeHoTAB-icon-dark.svg');
  --longArrowBG: url('../static/img/home/news-blog-article/long_arrow_white.svg');
  --cornerArrow: url('../static/img/global/Icons/corner_arrow_dark.svg');
}
.glassmorphism {
  -webkit-backdrop-filter: blur(0.25rem);
  backdrop-filter: blur(0.25rem);
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%) !important;
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: inset 0 0.5rem 1rem -0.5rem rgba(255, 255, 255, 0.75), 0.5px 0.5px 1px rgba(0, 0, 0, 0.07), 2px 2px 4px -0.5px rgba(0, 0, 0, 0.1), 5px 5px 8px -1px rgba(0, 0, 0, 0.13), 0.75rem 0.75rem 1rem -2px rgba(0, 0, 0, 0.2);
}
main#about .hero > div article {
  background-image: url('../static/img/about/hero/circular_dashes.png'), linear-gradient(135deg, #9EDC00, #1DDA91, #00BCB0);
  background-repeat: no-repeat;
  background-size: 80vw 80vw, cover;
  background-position: calc(100% + 20vw) calc(100% + 30vw), center;
  color: #fff;
}
main#about .hero > div article h2 {
  color: #fff;
}
main#about .hero > div article p {
  max-width: 30em;
}
@media screen and (max-width: 930px) {
  main#about .allow-overflow-wrapper {
    margin-bottom: calc(4rem * 2);
  }
  main#about .hero > div article {
    background-position: center calc(100% + 30vw), center;
  }
}
@media screen and (max-width: 650px) {
  main#about .hero > div {
    background-image: url('../static/img/about/hero/circular_dashes.png'), linear-gradient(135deg, #9EDC00, #1DDA91, #00BCB0);
    background-repeat: no-repeat;
    background-size: 100vw 100vw, cover;
    background-position: center calc(100% + 50vw), center;
  }
  main#about .hero > div article {
    background: unset;
  }
}
main#about > section#team {
  max-width: 1400px;
  margin: 4rem auto;
  text-align: center;
}
main#about > section#team > ul {
  display: flex;
  justify-content: space-between;
  background: var(--background);
  position: relative;
  padding: 2rem 0;
  margin: 2rem;
  gap: 2rem;
}
main#about > section#team > ul:before,
main#about > section#team > ul:after {
  content: '';
  display: block;
  width: 100%;
  height: 10rem;
  position: absolute;
  left: 0;
  z-index: -1;
}
main#about > section#team > ul:before {
  top: -10rem;
  border-bottom-left-radius: 2.5rem;
  border-bottom-right-radius: 2.5rem;
  background-image: radial-gradient(60% 10rem at 50% bottom, var(--themeBGdarker3) 0%, transparent 100%);
}
main#about > section#team > ul:after {
  bottom: -10rem;
  border-top-left-radius: 2.5rem;
  border-top-right-radius: 2.5rem;
  background-image: radial-gradient(60% 10rem at 50% top, var(--themeBGdarker3) 0%, transparent 100%);
}
main#about > section#team > ul li > div {
  padding: 0;
  overflow: hidden;
  border-radius: 50%;
  width: 10rem;
  height: auto;
  aspect-ratio: 1/1;
  margin-bottom: 1rem;
}
main#about > section#team > ul li > div img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
main#about > section#team > ul li h4,
main#about > section#team > ul li p {
  white-space: nowrap;
}
main#about > section#team > p {
  padding: 0 4rem;
}
main#about > section#team > button {
  margin: 1rem auto;
}
@media screen and (max-width: 1050px) {
  main#about > section#team > ul {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  main#about > section#team > ul li div {
    width: 8rem;
  }
}
@media screen and (max-width: 450px) {
  main#about > section#team > ul {
    margin: 0;
  }
  main#about > section#team > ul li {
    display: grid;
    grid-template-columns: 6rem calc(100% - 6rem);
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 1rem;
    width: 100%;
  }
  main#about > section#team > ul li div {
    width: 6rem;
    grid-area: 1 / 1 / 3 / 2;
    place-self: end;
  }
  main#about > section#team > ul li h4 {
    grid-area: 1 / 2 / 2 / 3;
    place-self: end start;
    margin: 0;
  }
  main#about > section#team > ul li p {
    grid-area: 2 / 2 / 3 / 3;
    place-self: start;
  }
}
main#about > h3 {
  text-align: center;
  margin-bottom: 4rem;
}
main#about > section#our-values {
  align-items: stretch;
  position: relative;
}
main#about > section#our-values > article p:last-child {
  margin-bottom: 0;
}
main#about > section#our-values > div {
  display: grid;
  grid-template-columns: 1fr 1rem 1fr;
  grid-template-rows: 1fr 1rem 1fr;
  overflow: hidden;
}
main#about > section#our-values > div > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  grid-area: 1 / 1 / 4 / 4;
}
main#about > section#our-values > div .vertical-bar {
  grid-area: 1 / 2 / 4 / 3;
  background: var(--background);
  width: 100%;
  height: 100%;
  position: relative;
}
main#about > section#our-values > div .vertical-bar:before {
  content: '';
  display: block;
  width: calc(100% + 5rem * 2);
  height: calc(100% + 1px);
  position: absolute;
  top: -0.4px;
  left: -5rem;
  background-color: var(--background);
  mask-image: url('../static/img/projects/hero/mask_corner_top_left.svg'), url('../static/img/projects/hero/mask_corner_top_right.svg'), url('../static/img/projects/hero/mask_corner_bottom_left.svg'), url('../static/img/projects/hero/mask_corner_bottom_right.svg');
  mask-repeat: no-repeat;
  mask-position: top right, top left, bottom right, bottom left;
  mask-size: 5rem;
}
main#about > section#our-values > div .horizontal-bar {
  grid-area: 2 / 1 / 3 / 4;
  background: var(--background);
  width: 100%;
  height: 100%;
  position: relative;
}
main#about > section#our-values > div .horizontal-bar:before {
  content: '';
  display: block;
  height: calc(100% + 5rem * 2 - 1px);
  width: 100%;
  position: absolute;
  top: -5rem;
  left: 0;
  background-color: var(--background);
  mask-image: url('../static/img/projects/hero/mask_corner_top_left.svg'), url('../static/img/projects/hero/mask_corner_top_right.svg'), url('../static/img/projects/hero/mask_corner_bottom_left.svg'), url('../static/img/projects/hero/mask_corner_bottom_right.svg');
  mask-repeat: no-repeat;
  mask-position: bottom left, bottom right, top left, top right;
  mask-size: calc(5rem + 0.49px);
}
main#about > section#our-values:before,
main#about > section#our-values:after {
  content: "";
  display: block;
  height: 100%;
  width: auto;
  aspect-ratio: 1/1;
  position: absolute;
  background-color: var(--background);
  transform-origin: center center;
  box-shadow: -1px -1px 1px #fff, -0.5rem -0.5rem 2rem #fff, 0.5rem 0.5rem 2rem rgba(132, 170, 211, 0.85);
  border-radius: 2rem;
}
main#about > section#our-values:before {
  left: 0;
  transform: translateX(calc(-125% - 2rem)) rotate(45deg);
}
main#about > section#our-values:after {
  right: 0;
  transform: translateX(calc(125% + 2rem)) rotate(45deg);
}
@media screen and (max-width: 1400px) {
  main#about > section#our-values::before,
  main#about > section#our-values::after {
    display: none;
  }
}
main#about #human-centric-solutions {
  margin-top: calc(4rem + 12rem);
  margin-bottom: calc(4rem + 12rem);
}
main#about #human-centric-solutions > div {
  min-height: 35rem;
}
@media screen and (max-width: 1000px) {
  main#about #human-centric-solutions {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  main#about #human-centric-solutions > div {
    min-height: unset;
  }
}
main#about #data-sovereignty > div {
  display: grid;
  grid-template-columns: 1fr 1rem 1fr;
  grid-template-rows: 1fr 1rem 1fr;
  overflow: hidden;
  border-bottom-left-radius: 15rem;
  border-bottom-right-radius: 15rem;
  box-shadow: -1px -1px 1px #fff, -0.5rem -0.5rem 2rem #fff, 0.5rem 0.5rem 2rem rgba(132, 170, 211, 0.85);
}
main#about #data-sovereignty > div > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  grid-area: 1 / 1 / 4 / 4;
}
main#about #data-sovereignty > div .vertical-bar {
  grid-area: 1 / 2 / 4 / 3;
  background: var(--background);
  width: 100%;
  height: 100%;
  position: relative;
}
main#about #data-sovereignty > div .vertical-bar:before {
  content: '';
  display: block;
  width: calc(100% + 3rem * 2);
  height: calc(100% + 1px);
  position: absolute;
  top: -0.4px;
  left: -3rem;
  background-color: var(--background);
  mask-image: url('../static/img/projects/hero/mask_corner_top_left.svg'), url('../static/img/projects/hero/mask_corner_top_right.svg'), url('../static/img/projects/hero/mask_corner_bottom_left.svg'), url('../static/img/projects/hero/mask_corner_bottom_right.svg'), url('../static/img/projects/hero/mask_corner_top_left.svg'), url('../static/img/projects/hero/mask_corner_top_right.svg');
  mask-repeat: no-repeat;
  mask-position: top right, top left, right calc(50% - 3rem + 1rem + 0.5px), left calc(50% - 3rem + 1rem + 0.5px), right calc(50% + 3rem - 1rem - 0.5px), left calc(50% + 3rem - 1rem - 0.5px);
  mask-size: 3rem;
}
main#about #data-sovereignty > div .horizontal-bar {
  grid-area: 2 / 1 / 3 / 4;
  background: var(--background);
  width: 100%;
  height: 100%;
  position: relative;
}
main#about > section#pyguard > article h3,
main#about > section#pyguard > article p,
main#about > section#pyguard > article button {
  color: #fff;
}
main#about > section#pyguard > div {
  overflow: hidden;
}
main#about > section#pyguard > div .mobile {
  display: none;
}
main#about > section#pyguard:before {
  content: "";
  display: block;
  height: 10rem;
  width: 100%;
  position: absolute;
  top: calc(-10rem + 1px);
  left: 0;
  mask-image: url('../static/img/projects/hero/mask_corner_bottom_left.svg'), url('../static/img/projects/hero/mask_corner_bottom_right.svg');
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: bottom left,
                bottom right;
  background-image: linear-gradient(90deg, #294362 0%, #30385e 100%);
}
@media screen and (max-width: 1000px) {
  main#about > section#pyguard {
    padding: 0;
  }
  main#about > section#pyguard > div {
    position: unset;
    margin: 0;
  }
  main#about > section#pyguard > div .mobile {
    display: block;
  }
  main#about > section#pyguard > div .desktop {
    display: none;
  }
  main#about > section#pyguard > article {
    padding: 2rem;
    position: relative;
    background-image: linear-gradient(90deg, #55657c 0%, #76757e 100%);
  }
  main#about > section#pyguard > article:before {
    content: "";
    display: block;
    height: 3rem;
    width: 100%;
    position: absolute;
    top: calc(-1.5rem);
    left: 0;
    background-image: linear-gradient(90deg, #55657c 0%, #76757e 100%);
    filter: blur(0.5rem);
  }
}
main#about > section#partners {
  margin: 2rem auto;
  max-width: 1400px;
  text-align: center;
}
main#about > section#partners h3 {
  margin-bottom: 2rem;
}
main#about.darkTheme .hero > div article {
  background-image: url('../static/img/about/hero/circular_dashes_dark.png'), linear-gradient(135deg, #9EDC00, #1DDA91, #00BCB0);
}
@media screen and (max-width: 650px) {
  main#about.darkTheme .hero > div {
    background-image: url('../static/img/about/hero/circular_dashes_dark.png'), linear-gradient(135deg, #9EDC00, #1DDA91, #00BCB0);
  }
}
main#about.darkTheme > section#our-values:before,
main#about.darkTheme > section#our-values:after {
  box-shadow: -1px -1px 1px #465362, -0.5rem -0.5rem 2rem #465362, 0.5rem 0.5rem 2rem rgba(0, 0, 0, 0.85);
}
main#about.darkTheme #data-sovereignty > div {
  box-shadow: -1px -1px 1px #465362, -0.5rem -0.5rem 2rem #465362, 0.5rem 0.5rem 2rem rgba(0, 0, 0, 0.85);
}
