@font-face {
  font-family: "Jersey 20";
  src: url("/fonts/Jersey20-Regular.woff2") format("woff2"), url("/fonts/Jersey20-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Vermin Vibes 1989";
  src: url("/fonts/Vermin-Vibes-1989.woff2") format("woff2"), url("/fonts/Vermin-Vibes-1989.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pixelary";
  src: url("/fonts/PixelaryRegular.woff2") format("woff2"), url("/fonts/PixelaryRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Qablasco";
  src: url("/fonts/Qablasco.woff2") format("woff2"), url("/fonts/Qablasco.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Airstrike";
  src: url("/fonts/Airstrike.woff2") format("woff2"), url("/fonts/Airstrike.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.tworow {
  grid-row: span 2;
}

.threerow {
  grid-row: span 3;
}

.fourrow {
  grid-row: span 4;
}

.fiverow {
  grid-row: span 5;
}

.two {
  grid-column: span 2;
}

.three {
  grid-column: span 4;
}

.four {
  grid-column: span 4;
}

.five {
  grid-column: span 4;
}

.half {
  grid-column: span 4;
}

.seven {
  grid-column: span 4;
}

.eight {
  grid-column: span 4;
}

.nine {
  grid-column: span 4;
}

.ten {
  grid-column: span 4;
}

.full {
  grid-column: span 4;
}

@media screen and (min-width: 768px) {
  .two {
    grid-column: span 3;
  }
  .three {
    grid-column: span 3;
  }
  .four {
    grid-column: span 3;
  }
  .five {
    grid-column: span 3;
  }
  .half {
    grid-column: span 3;
  }
  .seven {
    grid-column: span 6;
  }
  .eight {
    grid-column: span 6;
  }
  .nine {
    grid-column: span 6;
  }
  .ten {
    grid-column: span 6;
  }
  .full {
    grid-column: span 6;
  }
}
@media screen and (min-width: 1200px) {
  .two {
    grid-column: span 2;
  }
  .three {
    grid-column: span 3;
  }
  .four {
    grid-column: span 4;
  }
  .five {
    grid-column: span 5;
  }
  .half {
    grid-column: span 6;
  }
  .seven {
    grid-column: span 7;
  }
  .eight {
    grid-column: span 8;
  }
  .nine {
    grid-column: span 9;
  }
  .ten {
    grid-column: span 10;
  }
  .full {
    grid-column: span 12;
  }
}
::-webkit-scrollbar {
  width: 1rem;
}

::-webkit-scrollbar-track {
  background: #14022D;
}

::-webkit-scrollbar-thumb {
  background: white;
  border-radius: 0;
  border: 3px solid #B4BEBF;
}

@supports not selector(::-webkit-scrollbar) {
  body {
    scrollbar-color: white #14022D;
  }
}
:where(p, li, a) {
  color: #EEEEEE;
  font-family: "Syne Mono", sans-serif;
  line-height: 1.3;
  z-index: 7000;
  position: relative;
}

:where(a) {
  color: #86798C;
  text-decoration: none;
}

:where(h1, h2, h3, h4, h5, h6) {
  color: white;
  font-family: "Airstrike", sans-serif;
  position: relative;
  font-weight: 900;
  letter-spacing: 4px;
  margin-top: 0;
  margin-bottom: 1rem;
  z-index: 3;
  image-rendering: pixelated;
  z-index: 7000;
}

body {
  width: 95%;
  max-width: 1400px;
  margin: auto;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(21, 19, 22, 0.3);
  backdrop-filter: blur(3px);
  z-index: 7004;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

body.overlay-active::before {
  opacity: 1;
  pointer-events: auto;
}

h1 {
  font-size: 2.986rem;
}

h2 {
  font-size: 2.488rem;
}

h3 {
  font-size: 2.074rem;
}

h4 {
  font-size: 1.728rem;
}

h5 {
  font-size: 1.44rem;
}

h6 {
  font-size: 1.2rem;
}

html {
  overflow-y: scroll;
  background-color: #151316;
  background-image: url("/images/bg_contour.jpg");
  background-blend-mode: color-dodge;
  background-size: 100%;
  font-size: 12px;
}
@media screen and (min-width: 576px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 20px;
  }
}

table {
  border: 1px solid #86798C;
  position: relative;
  z-index: 7000;
  border-spacing: 0;
  width: 100%;
}
table tr td {
  position: relative;
  padding: 0.3rem 0.4rem 0;
}
table tr td p {
  margin: 0;
}
table tr td::after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  border-bottom: 1px solid #86798C;
  pointer-events: none;
}
table tr td:last-child {
  text-align: right;
}
table tr:last-child td::after {
  border-bottom: 0;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 50px;
  border-right: 1px solid #86798C;
}
.header .navigation {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.header .navigation ul {
  padding: 0;
  list-style-type: none;
}
.header .navigation ul li a {
  position: relative;
}

.content {
  min-height: -moz-fit-content;
  min-height: fit-content;
  margin-bottom: 2rem;
  overflow: hidden;
  /*box-shadow: $contrast 0 0 15px 3px;*/
}

.contentInner {
  display: grid;
  height: 100%;
  min-height: -moz-fit-content;
  min-height: fit-content;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .contentInner {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .contentInner {
    grid-template-columns: repeat(12, 1fr);
  }
}

section {
  max-height: 100%;
  position: relative;
  padding: 25px;
  background-color: transparent;
  box-sizing: border-box;
  /*box-shadow: inset $contrast 0 0 7px 1px;*/
}
section::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 7000;
  pointer-events: none;
  border: 1px solid #86798C;
}

figure {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

figure.cases {
  gap: 0;
  position: relative;
  overflow: hidden;
}
figure.cases ul {
  width: calc(65% - 2rem);
  list-style-type: none;
  padding: 0;
}
figure.cases a.case-image {
  width: 35%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
figure.cases::after {
  content: "Case";
  display: block;
  position: absolute;
  font-family: "Airstrike", sans-serif;
  left: -4rem;
  font-size: 10rem;
  color: white;
  rotate: -25deg;
  overflow: hidden;
  opacity: 0.3;
}

.imgsection {
  overflow: hidden;
  padding: 0;
  flex-grow: 1;
}
.imgsection img, .imgsection a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  height: 100%;
}

img {
  width: 100%;
}

#profile h1 {
  font-size: 4rem;
}
#profile p {
  font-size: 1.3rem;
  opacity: 0.7;
}
#profile .subtitle {
  margin-bottom: 0.5rem;
  opacity: 1;
}
#profile a {
  font-size: 1.3rem;
}
.planetary {
  min-height: 100px;
}
@media screen and (min-width: 768px) {
  .planetary {
    min-height: 0;
  }
}

.imageList ul {
  padding: 0;
  list-style-type: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.imageList ul li {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.imageList ul li img {
  width: 50px;
}
.imageList ul li .listMain {
  margin: 0;
  font-size: 0.8rem;
}
.imageList ul li .subtitle {
  margin: 0;
  font-size: 1rem;
  color: #B4BEBF;
}

.expList {
  position: relative;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.expList li {
  position: relative;
  margin-bottom: 1rem;
  padding: 0.388rem 0.5rem;
}
.expList li:last-child {
  margin-bottom: 0;
}
.expList li .listMain {
  margin: 0;
  position: relative;
  margin-bottom: 0;
  margin-top: 0.1rem;
  line-height: 1;
}
.expList li .subtitle {
  margin: 0;
  font-size: 1.1rem;
  opacity: 0.9;
}
.expList li .year {
  font-size: 1.1rem;
  color: #B4BEBF;
  margin: 0;
}

li.hidden_content_trigger {
  transition: all 0.2s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  cursor: pointer;
}
li.hidden_content_trigger p, li.hidden_content_trigger h5 {
  transition: all 0.1s cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
li.hidden_content_trigger::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  width: 0.75rem;
  height: 0.75rem;
  border-right: 4px solid #86798C;
  border-top: 4px solid #86798C;
}
li.hidden_content_trigger:hover {
  background-color: #86798C;
  box-shadow: #86798C 0 0 10px 2px;
}
li.hidden_content_trigger:hover::after {
  border-color: #151316;
}

#language ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
#language ul li {
  margin-bottom: 1rem;
}
#language ul li:last-child {
  margin-bottom: 0;
}
#language ul p {
  margin: 0;
}
#language span {
  background-color: #86798C;
  padding: 0.2rem 0.3rem 0.15rem;
}

#portfolioLink a p {
  position: absolute;
  bottom: 25px;
  left: 25px;
  font-size: 150%;
  color: white !important;
  z-index: 2;
}

.hero {
  height: 15rem;
  margin-top: 2rem;
  display: flex;
}
.hero::before {
  content: "";
  border: 8px solid #86798C;
  background-image: url(/images/eyes3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 1200px) {
  .hero::before {
    clip-path: polygon(100% 0%, 100% calc(100% - 140px), calc(100% - 140px) 100%, 0% 100%, 0% 0%);
  }
}
.hero::after {
  content: none;
}
.hero .corner_hero {
  display: none;
  width: 200px;
  height: 200px;
  border-top: 8px solid #86798C;
  background-color: transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(50%, 49%) rotate(-45deg);
  z-index: 7002;
}
@media screen and (min-width: 1200px) {
  .hero .corner_hero {
    display: block;
  }
}

.hero_underhang h1 {
  z-index: 7003;
  font-size: 3rem;
  line-height: 1;
  margin-top: -2rem;
}
.hero_underhang p.subtitle {
  font-size: 1.5rem;
  z-index: 7003;
  opacity: 0.7;
  margin-top: -1.8rem;
}
.hero_underhang p {
  font-size: 1.5rem;
  color: #151316;
}
.hero_underhang :is(p, h1, h3, h4, h2, h5) {
  z-index: 4;
  position: relative;
}
.hero_underhang::after {
  content: "";
  position: absolute;
  top: -2rem;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #86798C;
  height: calc(100% + 2rem);
  z-index: 2;
}

ul#contact {
  list-style-type: none;
  padding: 0;
  display: flex;
  gap: 0.75rem;
  flex-direction: column;
  margin: 0;
}
@media screen and (min-width: 768px) {
  ul#contact {
    flex-direction: row;
  }
}
ul#contact li {
  background-color: #151316;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
ul#contact li a {
  font-size: 1.5rem;
  padding: 0.25rem 0.75rem 0.2rem;
  display: block;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
ul#contact li:hover {
  background-color: #151316;
}

.text_overlay {
  position: absolute;
  display: flex;
  font-family: "Bytesized";
  line-height: 1;
  background-color: #86798C;
  color: #151316;
  pointer-events: none;
  z-index: 3;
  margin: 0;
  font-size: 0.8rem;
  padding: 0 0.5rem;
}
.text_overlay span {
  text-transform: uppercase;
  padding: 0.15rem 0.5rem;
}
.text_overlay span:not(:last-child) {
  border-right: 2px solid #151316;
}
.text_overlay.botleft {
  border-radius: 0 25px 0 0;
  bottom: 0;
  left: 0;
}
.text_overlay.topright {
  border-radius: 0 0 0 25px;
  top: 0;
  right: 0;
}

.abc {
  padding: 0;
}
.abc p {
  margin: 0;
  font-size: 0.8rem;
}

.scanlines {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 9999;
  opacity: 0.2;
  will-change: opacity;
  animation: opacity 30000s linear infinite;
}
.scanlines:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 50%, rgba(0, 0, 0, 0.2) 51%);
  background-size: 100% 4px;
  will-change: background, background-size;
  animation: scanlines 1s linear infinite;
}

#vignette {
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  opacity: 1;
  background: radial-gradient(transparent 50%, rgba(0, 0, 0, 0.85));
}

.hidden_popup {
  position: fixed;
  bottom: 5%;
  right: 0;
  left: 0;
  top: 5%;
  transform: translateX(-120%);
  z-index: 99999;
  min-height: 50px;
  max-height: 100dvh;
  overflow-y: scroll;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0.35s;
  outline-offset: -1px;
  max-width: 1400px;
  width: 90%;
  margin: auto;
  padding: 2rem;
  padding-top: calc(2 * gap);
}
.hidden_popup section {
  background-color: #151316;
}
.hidden_popup section * {
  opacity: 0;
  transition: 0.3s opacity ease-in-out;
}
.hidden_popup.activated {
  transform: translateX(0);
  transition-delay: 0s;
}
.hidden_popup.activated section *, .hidden_popup.activated .hidden_content_reset {
  opacity: 1;
  transition: 0.3s all ease-in-out;
  transition-delay: 0.6s;
}
.hidden_popup p, .hidden_popup h1, .hidden_popup h2, .hidden_popup h3, .hidden_popup h4, .hidden_popup h5, .hidden_popup h6 {
  z-index: 1;
}

.hidden_content_reset {
  opacity: 0;
  transition: 0.3s opacity ease-in-out;
  position: fixed;
  top: 2rem;
  right: 2rem;
  height: 2rem;
  width: 2rem;
  background-color: #86798C;
  z-index: 9999999;
  cursor: pointer;
  border-radius: 0px;
  background: #86798C;
  box-shadow: inset 5px 5px 10px #cec8bb, inset -5px -5px 10px #fffffd;
}
.hidden_content_reset::before, .hidden_content_reset::after {
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  background-color: #151316;
  position: absolute;
  top: calc(50% - 2px);
}
.hidden_content_reset::before {
  transform: rotate(45deg);
}
.hidden_content_reset::after {
  transform: rotate(-45deg);
}
.hidden_content_reset.activated {
  opacity: 1;
}

.animate-height {
  height: 0;
  min-height: 0;
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: height;
}

.textroll {
  display: flex;
  margin-bottom: 0;
  gap: 1rem;
  list-style-type: none;
  padding: 0;
  z-index: 1;
  position: relative;
}
.textroll li {
  display: block;
  height: 100%;
  filter: invert(1);
  background-image: url(/images/textsprite.svg);
  background-size: 300px;
  height: 58px;
}
.textroll li:first-child {
  width: 24px;
  background-position: 0px -123px;
}
.textroll li:nth-child(2) {
  width: 61px;
  background-position: -38px 0;
}
.textroll li:nth-child(3) {
  height: 72px;
  width: 24px;
  background-position: 0px -123px;
}
.textroll li:nth-child(4) {
  height: 2.2rem;
  aspect-ratio: 0.785/1;
  animation: textflashing2 1.18s infinite linear;
  animation-delay: -3.35s;
}
.textroll li:nth-child(5) {
  height: 72px;
  width: 61px;
  display: none;
}
@media screen and (min-width: 1400px) {
  .textroll li:nth-child(5) {
    display: block;
  }
}
.textroll li:nth-child(6) {
  width: 24px;
}
.textroll li:nth-child(7) {
  width: 49px;
  display: none;
}
@media screen and (min-width: 992px) {
  .textroll li:nth-child(7) {
    display: block;
  }
}
.textroll li:nth-child(8) {
  width: 24px;
  display: none;
}
@media screen and (min-width: 1200px) {
  .textroll li:nth-child(8) {
    display: block;
  }
}
.textroll li:nth-child(9) {
  height: 29px;
  width: 88px;
  display: none;
}
@media screen and (min-width: 1600px) {
  .textroll li:nth-child(9) {
    display: block;
  }
}

@keyframes textflashing1 {
  0% {
    background-position: -38px -123px;
  }
  19% {
    background-position: -38px -123px;
  }
  20% {
    background-position: -101px -123px;
  }
  39% {
    background-position: -101px -123px;
  }
  40% {
    background-position: -164px -123px;
  }
  59% {
    background-position: -164px -123px;
  }
  60% {
    background-position: -202px -123px;
  }
  79% {
    background-position: -202px -123px;
  }
  80% {
    background-position: -152px -123px;
  }
  100% {
    background-position: -152px -123px;
  }
}
@keyframes textflashing2 {
  0% {
    background-position: -38px 0;
  }
  19% {
    background-position: -38px 0;
  }
  20% {
    background-position: -101px 0;
  }
  39% {
    background-position: -101px 0;
  }
  40% {
    background-position: -164px 0;
  }
  59% {
    background-position: -164px 0;
  }
  60% {
    background-position: -202px 0;
  }
  79% {
    background-position: -202px 0;
  }
  80% {
    background-position: -152px 0;
  }
  100% {
    background-position: -152px 0;
  }
}
.no_border, .no_border::before, .no_border::after {
  outline: none;
  border: none;
  box-shadow: none;
}

.no_padding {
  padding: 0;
}

.hide-on-phone {
  display: none;
}
@media screen and (min-width: 1200px) {
  .hide-on-phone {
    display: block;
  }
}

/*BACKGROUNDS*/
.filter_me::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  backdrop-filter: blur(1px);
}

.bg_stars {
  padding: 0;
}
.bg_stars img {
  margin-bottom: -10px;
}

.bg_wavegrid {
  padding: 0;
}
.bg_wavegrid img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bg_graphInner {
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(rgba(134, 121, 140, 0.1) 1px, transparent 1px), linear-gradient(to right, rgba(134, 121, 140, 0.2) 1px, transparent 1px);
  background-size: 1.25rem 1.25rem;
  aspect-ratio: 6/1;
  border: 1px solid #B4BEBF;
}
.bg_graphInner img {
  height: 100%;
  position: absolute;
}

.bg_gradient {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: purple;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.bg_dotGrid {
  aspect-ratio: 16/1;
}
.bg_dotGrid img {
  -o-object-fit: contain;
     object-fit: contain;
}

#coloroverlay {
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 1;
  background: #14022D;
  mix-blend-mode: overlay;
}

.wave1 {
  animation: wave 8s linear infinite;
}

.wave2 {
  animation: wave2 12s linear infinite;
}

.wave3 {
  animation: wave3 16s linear infinite reverse;
}

.looper {
  right: 100%;
}

.bg_waveanim {
  aspect-ratio: 6.9/1;
  overflow: hidden;
  padding: 0;
}
.bg_waveanim img {
  position: absolute;
}

.grain-overlay {
  position: fixed;
  inset: 0;
  pointer-events: none;
  filter: url(#grain);
  background: white;
  mix-blend-mode: overlay;
  z-index: 123123123;
}

/*ANIMATION KEYFRAMES*/
@keyframes wave {
  0% {
    transform: scaleX(1.01) translateX(0%);
  }
  100% {
    transform: scaleX(1.01) translateX(100%);
  }
}
@keyframes wave2 {
  0% {
    transform: scaleX(1.01) translateX(0%);
  }
  100% {
    transform: scaleX(1.01) translateX(100%);
  }
}
@keyframes wave3 {
  0% {
    transform: scaleX(1.01) translateX(0%);
  }
  100% {
    transform: scaleX(1.01) translateX(100%);
  }
}
@keyframes noise {
  0%, 100% {
    background-position: 0 0;
  }
  10% {
    background-position: -5% -10%;
  }
  20% {
    background-position: -15% 5%;
  }
  30% {
    background-position: 7% -25%;
  }
  40% {
    background-position: 20% 25%;
  }
  50% {
    background-position: -25% 10%;
  }
  60% {
    background-position: 15% 5%;
  }
  70% {
    background-position: 0 15%;
  }
  80% {
    background-position: 25% 35%;
  }
  90% {
    background-position: -10% 10%;
  }
}
@keyframes flicker {
  0% {
    opacity: 0.04;
  }
  15% {
    opacity: 0.1;
  }
  23% {
    opacity: 0.07;
  }
  43% {
    opacity: 0.1;
  }
  57% {
    opacity: 0.15;
  }
  72% {
    opacity: 0.05;
  }
  87% {
    opacity: 0.1;
  }
  100% {
    opacity: 0.04;
  }
}
@keyframes scanlines {
  from {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 50%, rgba(0, 0, 0, 0.1) 51%);
    background-size: 100% 10px;
  }
  to {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 50%, rgba(255, 255, 255, 0.1) 51%);
    background-size: 100% 4px;
  }
}
/*MIXIN*//*# sourceMappingURL=styles.css.map */