@font-face {
  font-family: Redhatdisplay;
  src: url('../fonts/RedHatDisplay-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Redhatdisplay;
  src: url('../fonts/RedHatDisplay-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Redhatdisplay;
  src: url('../fonts/RedHatDisplay-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Redhatdisplay;
  src: url('../fonts/RedHatDisplay-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #101010;
  --white: #fff;
  --white-text: #ffffffbf;
  --turquise: #a0ffdb;
  --red: #933ebf;
  --light-violet: #839cf2;
  --light-blue: #7fddea;
  --purple: #9d95ff;
  --green: #0ae448;
  --z-index: 200;
  --orange: #ff8709;
  --blue: #00bae2;
}

body {
  color: #333;
  font-family: Redhatdisplay, Verdana, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

.stripe-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  pointer-events: none;
  border: 0 #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.card-hover-item {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  border-top: 1px #f3f6fc;
  border-bottom: 1px #f3f6fc;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-start stretch;
  padding: 0;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  flex-flow: row;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 0;
  display: block;
  overflow: visible;
}

.navbar-logo-left {
  background-color: var(--black);
  z-index: 9997;
  background-image: linear-gradient(#000c, #000c), url('../images/67d85542b78d6c6eea224ef5_static-ezgif.com-speed.gif');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  border-bottom: 1px solid #ffffff14;
  width: 100%;
  height: 50px;
  position: fixed;
  inset: 0% 0% auto;
}

.wrapper {
  z-index: 10;
  color: #000;
  width: 100%;
  max-width: 1440px;
  position: relative;
}

.wrapper.no-padding {
  color: #fff;
  max-width: 1290px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: flex;
}

.nav-menu-wrapper {
  align-self: auto;
  line-height: 100%;
}

.navigation-link {
  color: var(--white);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding: .25rem .25rem 0;
  font-family: Redhatdisplay, Verdana, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  overflow: hidden;
}

.navigation-link:hover {
  color: var(--white);
}

.navigation-link:focus-visible, .navigation-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.navigation-link.w--current {
  color: var(--white);
  font-family: Redhatdisplay, Verdana, sans-serif;
}

.navigation-link.last {
  margin-left: 0;
}

.navigation-link.last.contact {
  opacity: 1;
  color: var(--white-text);
  text-transform: lowercase;
}

.pin-stripe {
  background-color: #f3f6fc;
  width: 1px;
}

.pin-stripe.white {
  background-color: #ffffff14;
}

.nav-list-item {
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  padding-bottom: 0;
  padding-left: 2px;
  padding-right: 2px;
  display: flex;
  overflow: hidden;
}

.nav-list-item:hover {
  color: var(--black);
}

.nav-list-item.last {
  margin-left: 8rem;
}

.nav-list-item.lang-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: row;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
}

.nav-list-item.mobile {
  display: none;
}

.nav-menu-two {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  list-style-type: none;
  display: flex;
  overflow: visible;
}

.hero-background {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #0000;
  flex-flow: column;
  grid-template-rows: 25%;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch space-between;
  place-items: center stretch;
  width: 100%;
  max-width: 1290px;
  height: 100vh;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  inset: 0% auto auto;
  overflow: visible;
}

.container {
  width: 100%;
  max-width: 1290px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nav-hover {
  background-color: var(--turquise);
  width: 0%;
  height: 4px;
  margin-top: 4px;
}

.intro-text {
  text-align: left;
}

.projects-grid {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  padding-bottom: 5rem;
  display: grid;
}

.page-wrapper {
  z-index: 100;
  background-color: var(--black);
  flex-direction: column;
  align-items: stretch;
  min-height: 100vh;
  margin-top: 0;
  position: relative;
  overflow: hidden;
}

.white {
  color: #fff;
}

.hero {
  z-index: 20;
  color: #fff;
  mix-blend-mode: normal;
  background-color: #00000080;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  min-height: 100vh;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-h {
  z-index: 8;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  opacity: 1;
  color: #fff;
  letter-spacing: -.05em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0%;
  font-family: Redhatdisplay, Verdana, sans-serif;
  font-size: 18.5em;
  font-weight: 500;
  line-height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h-text {
  z-index: 100;
  pointer-events: none;
  color: var(--white-text);
  text-transform: none;
  font-family: Redhatdisplay, Verdana, sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 28px;
  position: relative;
}

.h-text.hello, .h-text.large {
  text-transform: uppercase;
  font-weight: 400;
}

.h-content-grid {
  text-transform: uppercase;
  align-self: flex-start;
  max-width: 100%;
  padding-bottom: 8rem;
  font-size: 20px;
  line-height: 25px;
  overflow: hidden;
}

.stripes-wrapper {
  z-index: 100;
  pointer-events: none;
  justify-content: center;
  align-self: auto;
  width: 100%;
  min-width: auto;
  max-width: none;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-sh {
  z-index: 7;
  color: var(--white);
  letter-spacing: .05em;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-family: Redhatdisplay, Verdana, sans-serif;
  font-size: 1.7em;
  font-weight: 400;
  line-height: 100%;
  position: relative;
}

.hero-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.hero-h-wrapper {
  z-index: 1;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-sh-wrapper {
  margin-top: 0;
  padding-left: 10px;
  display: inline-block;
}

.hero-footer {
  z-index: 9999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  mix-blend-mode: exclusion;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  padding-bottom: 1rem;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.hero-footer.mobile-hidden {
  z-index: 9997;
  opacity: 1;
}

.h-footer-grid {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: 2fr .75fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: grid;
}

.btn-wrap {
  z-index: 10;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.r-col {
  padding-left: .5rem;
}

.btn-text {
  z-index: 2;
  color: var(--black);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-family: Redhatdisplay, Verdana, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  position: relative;
}

.btn-text:hover {
  color: var(--black);
}

.btn-text:focus-visible, .btn-text[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.btn-text.secondary {
  color: var(--white);
}

.btn-primary {
  border: 1px solid var(--white);
  background-color: #ffffffd9;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem 2.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn-primary:hover {
  color: var(--black);
}

.btn-primary.black {
  background-color: var(--black);
}

.arrow-d {
  z-index: 2;
  color: var(--black);
  align-self: center;
  height: 16px;
  padding-left: 4px;
  font-size: 16px;
  position: relative;
}

.arrow-d.secondary {
  color: var(--white);
}

.btn-overlay {
  background-color: var(--black);
  width: 0%;
  position: absolute;
  inset: 0%;
}

.btn-overlay.white {
  background-color: #ffffffd9;
}

.btn-overlay.white.cta {
  background-color: var(--white);
}

.projects-sec {
  border-top: 1px solid #ffffff80;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1290px;
  height: 100%;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.projects {
  z-index: 21;
  color: #fff;
  mix-blend-mode: normal;
  background-color: #000000b3;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: auto;
  min-height: 100vh;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.projects-grid {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.projects-grid.projects-hero {
  padding-top: 4rem;
  padding-bottom: 0;
}

.c-heading-wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.c-heading {
  opacity: 1;
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: .5rem;
  font-family: Redhatdisplay, Verdana, sans-serif;
  font-size: 6em;
  font-weight: 400;
  line-height: 100%;
  overflow: hidden;
}

.c-heading.italic {
  opacity: .7;
  color: var(--white-text);
  letter-spacing: -.05em;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  margin-top: 0;
  font-family: Redhatdisplay, Verdana, sans-serif;
  font-style: normal;
  font-weight: 300;
}

.about {
  z-index: 10;
  color: #fff;
  background-color: #000;
  background-image: linear-gradient(#000000d4, #000000d4), url('../images/background-2.gif');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  min-height: 0;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-sec {
  border-top: 1px solid #ffffff80;
  border-bottom: 1px solid #ffffff40;
  width: 100%;
  max-width: 1290px;
  height: 100%;
  padding-top: 10rem;
  padding-bottom: 10rem;
  position: relative;
}

.about-grid {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.about-content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.a-text {
  color: var(--white);
  letter-spacing: -.0125em;
  margin-bottom: 0;
  font-family: Redhatdisplay, Verdana, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.3em;
}

.a-heading {
  opacity: 1;
  color: var(--white-text);
  text-transform: none;
  margin-top: 0;
  font-family: Redhatdisplay, Verdana, sans-serif;
  font-size: 5em;
  font-weight: 300;
  line-height: 100%;
}

.spacer {
  height: 100vh;
  display: none;
}

.footer-content {
  z-index: 10;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1290px;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.spacer-4rem {
  padding-bottom: 4em;
}

.cta-wrapper {
  background-color: #00000080;
  margin-top: 0;
  position: relative;
}

.footer_component {
  z-index: 1;
  background-color: #00000080;
  border-top: 1px #aaa;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  bottom: 0;
}

.main {
  z-index: 200;
  max-width: 85%;
  position: relative;
  overflow: hidden;
}

.cta-text {
  z-index: 200;
  pointer-events: auto;
  color: var(--white);
  text-align: center;
  font-family: Redhatdisplay, Verdana, sans-serif;
  font-size: 6em;
  font-weight: 400;
  line-height: 1.2em;
  position: relative;
}

.bottom-gradient {
  z-index: 9999;
  background-image: linear-gradient(90deg, #ffffffe6, #000000e6), url('../images/background-2.gif');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  width: 100%;
  height: .75rem;
  position: relative;
  inset: auto 0% 0%;
}

.div-block-44 {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.cta-intro {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Redhatdisplay, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

.cta-intro.grey {
  z-index: 200;
  color: var(--white-text);
  padding-top: 5px;
  font-family: Redhatdisplay, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}

.spacer-8rem {
  padding-bottom: 8em;
}

.cta-bg-dark {
  z-index: 4;
  opacity: 0;
  filter: blur(200px);
  mix-blend-mode: screen;
  background-image: none;
  background-position: 0 0;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.div-block-46 {
  z-index: 150;
  position: relative;
}

.text-span-5 {
  opacity: .7;
  font-family: Redhatdisplay, Verdana, sans-serif;
  font-style: normal;
  font-weight: 300;
}

.cursor-wrapper {
  z-index: 9998;
  opacity: 0;
  pointer-events: none;
  cursor: auto;
  mix-blend-mode: difference;
  isolation: isolate;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor {
  mix-blend-mode: difference;
  background-color: #000;
  border: 1px solid #aaa;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
  position: absolute;
}

.cursor-inner {
  background-color: #fff;
  border: 2px #3b3b3b;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 10px;
  display: flex;
  position: absolute;
}

.about-hero {
  z-index: 20;
  color: #fff;
  background-color: #00000080;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  min-height: 0;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-background {
  z-index: 1;
  opacity: 1;
  background-color: #0000;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1290px;
  height: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
  inset: 0% auto auto;
  overflow: hidden;
}

.div-block-47 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  place-items: start stretch;
  width: 100%;
  padding-top: 4rem;
  display: grid;
}

.div-block-48 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  overflow: hidden;
}

.div-block-48.with-line {
  border-bottom: 1px #ffffff1f;
  padding-bottom: 3rem;
}

.div-block-48.padding {
  padding-bottom: 2rem;
}

.intro {
  color: var(--white);
  letter-spacing: -.0125em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Redhatdisplay, Verdana, sans-serif;
  font-size: 3.5em;
  font-weight: 300;
  line-height: 100%;
}

.intro.smaller {
  padding-bottom: 10px;
  font-size: 2.5em;
}

.p-text {
  color: var(--white-text);
  font-family: Redhatdisplay, Verdana, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.3em;
}

.p-text.last {
  margin-bottom: 0;
}

.about-skills {
  z-index: 5;
  color: #fff;
  background-color: #000;
  background-image: linear-gradient(#000000d4, #000000d4), url('../images/background-2.gif');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-top: 1px #ffffff80;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  min-height: 0;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.skills-section {
  border-top: 1px solid #ffffff80;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1290px;
  height: 100%;
  padding-top: 4rem;
  padding-bottom: 8rem;
  display: flex;
  position: relative;
}

.skills-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.s-heading {
  color: var(--white-text);
  letter-spacing: -.0125px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: Redhatdisplay, Verdana, sans-serif;
  font-size: 3.5em;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
}

.text-block {
  color: var(--white-text);
  font-family: Redhatdisplay, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 100%;
}

.skills-box {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  padding-left: 1rem;
  display: flex;
}

.skills-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.div-block-49 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.skills-section-2 {
  border-top: 1px solid #ffffff80;
  border-bottom: 1px solid #ffffff1f;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1290px;
  height: 100%;
  padding-top: 4rem;
  padding-bottom: 8rem;
  display: flex;
  position: relative;
}

.pre-icon-1 {
  opacity: 1;
  color: var(--white);
  background-color: #0000;
}

.s-title-wrapper {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  display: flex;
}

.skills-title {
  color: #fff;
  text-transform: uppercase;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Redhatdisplay, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

.div-block-51 {
  width: 14px;
  height: 14px;
}

.i-1 {
  color: var(--white-text);
}

.div-block-52 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 4px;
  display: grid;
  overflow: hidden;
}

.i-2, .i-3, .i-4, .i-5 {
  color: var(--white-text);
}

.profile-image-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-right: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.table {
  z-index: 12;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.table.hover-image {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.hover_image {
  z-index: 99;
  object-fit: cover;
  object-position: 50% 50%;
  border: 1px solid #fff3;
  border-radius: 0;
  width: 500px;
  height: auto;
  position: relative;
  right: auto;
  overflow: visible;
}

.hover-parent {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 2px #2e2a27;
  border-bottom: 1px solid #ffffff80;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.p-arrow {
  z-index: 3;
  opacity: .8;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 24px;
  height: 24px;
  padding-right: 0;
  font-size: 4rem;
  font-weight: 600;
  display: flex;
  position: static;
  right: 10px;
}

.p-arrow.backgorund_image {
  cursor: pointer;
  border-top: 2px #2e2a27;
  border-bottom: 2px #2e2a27;
  justify-content: center;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.p-arrow.image_fill {
  cursor: pointer;
  border-top: 2px solid #2e2a27;
  border-bottom: 2px solid #2e2a27;
  justify-content: center;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.text_hover {
  z-index: 10;
  width: 100%;
  position: relative;
}

.section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  display: flex;
}

.projects-table {
  z-index: 20;
  color: #fff;
  background-color: #000;
  background-image: linear-gradient(#000000e6, #000000e6), url('../images/ezgif.com-resize-1.gif');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-top: 1px #ffffff80;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 0;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.p-table-wrapper {
  border-top: 1px solid #ffffff40;
  border-bottom: 1px solid #ffffff1f;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1290px;
  height: 100%;
  padding-top: 4rem;
  padding-bottom: 8rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.p-description {
  z-index: 3;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 4rem;
  font-weight: 600;
  display: flex;
  position: relative;
}

.code-embed-5 {
  color: var(--white);
  flex: 0 auto;
  align-self: auto;
  width: 24px;
  height: 24px;
  font-size: 24px;
  display: block;
  overflow: visible;
}

.p-title {
  z-index: 3;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 4rem;
  font-weight: 600;
  display: block;
  position: relative;
  overflow: visible;
}

.project-text {
  opacity: .7;
  color: #fff;
  text-transform: uppercase;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Redhatdisplay, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

.project-text.white {
  opacity: 100;
  font-family: Redhatdisplay, Verdana, sans-serif;
}

.project-text.p-d {
  font-family: Redhatdisplay, Verdana, sans-serif;
}

.project-text.open-website {
  opacity: 1;
  color: #ffffffe6;
}

.div-block-53 {
  z-index: 100;
  position: absolute;
  right: 20%;
  overflow: visible;
}

.preloader {
  z-index: 9999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--black);
  background-image: linear-gradient(#000000ed, #000000ed), url('../images/background-2.gif');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.pre-icons {
  z-index: 9999;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.preloader-text {
  opacity: 0;
  color: var(--white-text);
  text-align: center;
  text-transform: none;
  margin-bottom: 0;
  padding-top: 10px;
  font-family: Redhatdisplay, Verdana, sans-serif;
  font-size: 15px;
  font-weight: 400;
  position: static;
}

.grid-cards {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  margin-bottom: 15vh;
  display: grid;
}

.grid-cards.second, .grid-cards.first {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  position: relative;
}

.span-3 {
  z-index: 101;
  height: 100%;
  position: relative;
}

.span-2 {
  z-index: 101;
  position: relative;
}

.card-large {
  z-index: 2;
  aspect-ratio: auto;
  opacity: 1;
  filter: grayscale();
  object-fit: fill;
  object-position: 50% 50%;
  border: 1px solid #000;
  width: 100%;
  height: 100%;
  min-height: 0;
  display: block;
  position: relative;
  overflow: clip;
}

.project-info {
  justify-content: space-between;
  padding-top: 10px;
  display: flex;
  overflow: hidden;
}

.card-small {
  z-index: 2;
  aspect-ratio: auto;
  filter: grayscale();
  object-fit: fill;
  width: 100%;
  height: 100%;
  min-height: 300px;
  position: relative;
  overflow: clip;
}

.card-wrapper {
  opacity: 1;
  object-fit: contain;
  border: 1px solid #ffffff40;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}

.card-wrapper:hover {
  border-color: #ffffff40;
}

.pre-icon-2, .pre-icon-3 {
  opacity: 1;
  color: var(--white);
  background-color: #0000;
}

.p-grid-wrapper {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-60, .div-block-61 {
  overflow: hidden;
}

.div-block-62 {
  overflow: visible;
}

.legal-text-wrapper, .div-block-64 {
  overflow: hidden;
}

.text-size-h3 {
  text-transform: uppercase;
  width: 100%;
  max-width: 13.9em;
  margin-bottom: -.15em;
  font-size: 4.6em;
  line-height: .9;
}

.i-text-1 {
  width: .8em;
  height: .7em;
  margin-left: .2em;
  margin-right: .2em;
  display: inline-block;
  position: relative;
}

.span-element.is-3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hide-this {
  display: none;
  position: relative;
}

.home-cta_link {
  background-color: #0000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: .8em;
  height: .8em;
  display: flex;
}

.text-icon-1 {
  color: var(--red);
  background-color: #0000;
}

.text-icon-1.word {
  color: var(--light-violet);
}

.i-text-2, .i-text-3 {
  width: .8em;
  height: .7em;
  margin-left: .2em;
  margin-right: .2em;
  display: inline-block;
  position: relative;
}

.text-icon-3 {
  color: var(--red);
  background-color: #0000;
}

.text-icon-3.word {
  color: var(--red);
}

.text-icon-2 {
  color: var(--turquise);
  background-color: #0000;
}

.pre-icon-wrapper {
  overflow: hidden;
}

.pre-icon-wrapper.intro {
  overflow: visible;
}

.pre-icon-wrapper.intro-text {
  position: absolute;
  inset: auto 0% -53%;
}

.pre-icon-4 {
  opacity: 1;
  color: var(--white);
  background-color: #0000;
}

.div-block-65 {
  height: auto;
  line-height: 100%;
  overflow: hidden;
}

.t-item-wrapper {
  width: 100%;
  position: relative;
  overflow: visible;
}

.simon {
  z-index: 8;
  opacity: .9;
  color: #ffffffa6;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-family: Redhatdisplay, Verdana, sans-serif;
  font-weight: 300;
  display: block;
  position: relative;
}

.haupt {
  opacity: 1;
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-weight: 500;
  display: block;
}

.div-block-66 {
  overflow: hidden;
}

.heading-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.text-span-11 {
  font-style: normal;
  font-weight: 400;
}

.div-block-67 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn-primary-black {
  border: 1px solid var(--white);
  background-color: var(--black);
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem 2.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn-primary-black:hover {
  color: var(--black);
}

.text-span-13 {
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-family: Redhatdisplay, Verdana, sans-serif;
  font-weight: 400;
}

.pre-icon-5 {
  opacity: 1;
  color: var(--white);
  background-color: #0000;
}

.link {
  color: var(--white-text);
  text-decoration: underline;
}

.text-span-14 {
  color: var(--white);
  letter-spacing: 0;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-weight: 400;
}

.text-span-15 {
  letter-spacing: -.05em;
  font-style: normal;
  font-weight: 300;
}

.text-span-16 {
  color: var(--white);
  letter-spacing: 0;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-weight: 400;
}

.background-video {
  z-index: 1;
  border: 1px none var(--white-text);
  opacity: 0;
  object-fit: contain;
  height: 100%;
  transition: all .5s;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.background-video:hover {
  opacity: 100;
}

.open-website-wrapper {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.hidden {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.italics {
  color: #ffffffa6;
  font-family: Redhatdisplay, Verdana, sans-serif;
  font-style: normal;
  font-weight: 300;
}

.i-text-4 {
  width: .8em;
  height: .7em;
  margin-left: .2em;
  margin-right: .2em;
  display: inline-block;
  position: relative;
}

.text-icon-4 {
  color: var(--red);
  background-color: #0000;
}

.text-icon-4.word {
  color: var(--light-blue);
}

.div-block-68 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  display: flex;
}

.text-block-3 {
  color: #ffffff59;
}

.lang-link {
  color: #ffffff59;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding: .25rem .25rem 0;
  font-family: Redhatdisplay, Verdana, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  overflow: hidden;
}

.lang-link:hover {
  color: var(--white);
}

.lang-link:focus-visible, .lang-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.lang-link.w--current {
  color: #ffffff59;
  font-family: Redhatdisplay, Verdana, sans-serif;
}

.nav-list-item-mobile {
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  padding-bottom: 0;
  padding-left: 2px;
  padding-right: 2px;
  display: flex;
  overflow: hidden;
}

.nav-list-item-mobile:hover {
  color: var(--black);
}

.nav-list-item-mobile.lang-wrapper-mobile {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: row;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  display: none;
}

.colab-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  overflow: hidden;
}

.div-block-69 {
  z-index: 100;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem 0;
  display: flex;
  position: relative;
}

.legal-link {
  color: var(--white-text);
  font-family: Redhatdisplay, Verdana, sans-serif;
  text-decoration: underline;
  transition: all .5s;
}

.legal-link:hover {
  color: var(--white);
  text-decoration: none;
}

.div-block-70 {
  z-index: 150;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
  position: relative;
}

.legal-info-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 4rem;
  padding-left: 0%;
  padding-right: 10%;
  display: grid;
}

.text-span-18, .text-span-19, .text-span-20 {
  color: var(--white);
}

.text-span-21, .text-span-22 {
  font-size: 16px;
}

.heading-6 {
  text-transform: none;
  font-weight: 400;
}

.copyright-text {
  color: var(--white-text);
  font-family: Redhatdisplay, Verdana, sans-serif;
}

.div-block-71, .div-block-72 {
  overflow: hidden;
}

.cookie-paragraph {
  color: var(--white);
  width: auto;
  max-width: 400px;
  margin-bottom: 0;
  margin-right: 20px;
  font-family: Redhatdisplay, Verdana, sans-serif;
  position: static;
}

.checkbox-label {
  display: none;
}

.fs-cookie-popup {
  z-index: 1000;
  background-color: var(--black);
  background-image: linear-gradient(#000000d9, #000000d9), url('../images/67d85542b78d6c6eea224ef5_static.gif');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border: 1px solid #ffffff26;
  border-radius: 10px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr .25fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  max-width: 90vw;
  height: auto;
  margin-bottom: 1%;
  margin-left: 2%;
  margin-right: 2%;
  padding: 15px;
  display: none;
  position: fixed;
  inset: auto 0 0 auto;
}

.cookie-tag {
  color: #27313d;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Redhatdisplay, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: none;
}

.cookie-tag.manager {
  color: var(--white);
  font-weight: 500;
  display: block;
}

.close-button {
  width: 30px;
  height: 30px;
  transition: all .3s;
  position: absolute;
  inset: 20px 20px auto auto;
}

.close-button:hover {
  opacity: .5;
  transform: scale(1.1)rotate(180deg);
}

.button-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 10px;
  display: grid;
}

.fs-preferences-manager-wrapper {
  z-index: 2;
  background-color: #000000e3;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.button-2 {
  border: 1px solid var(--white);
  background-color: var(--black);
  border-radius: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 20px;
  font-family: Redhatdisplay, Verdana, sans-serif;
  font-weight: 400;
  transition: all .3s;
}

.button-2:hover {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #ffffff26;
}

.button-2.deny {
  float: left;
  color: #27313d;
  text-align: center;
  background-color: #ffffffd9;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Redhatdisplay, Verdana, sans-serif;
}

.button-2.deny:hover {
  color: var(--black);
  background-color: #fff9;
}

.button-2.accept {
  float: left;
  border: 1px solid var(--white);
  background-color: var(--black);
  text-align: center;
  width: 100%;
  font-family: Redhatdisplay, Verdana, sans-serif;
  font-weight: 300;
  position: relative;
}

.button-2.accept:hover {
  color: var(--white);
  background-color: #ffffff26;
}

.privacy-title {
  color: var(--white);
  margin-bottom: 20px;
  font-family: Redhatdisplay, Verdana, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.preferences-link {
  color: #27313d;
  margin-right: 20px;
  font-family: Redhatdisplay, Verdana, sans-serif;
  display: none;
}

.preferences-link:hover {
  opacity: .5;
}

.checkbox {
  background-color: #b8b8b8;
  background-image: url('../images/np_circle_2713168_FFFFFF.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  border-width: 2px;
  border-color: #b8b8b8;
  border-radius: 20px;
  width: 40px;
  height: 20px;
  transition: all .15s;
}

.checkbox.w--redirected-checked {
  background-color: var(--purple);
  background-image: url('../images/np_circle_2713168_FFFFFF.svg');
  background-position: 100%;
  background-size: contain;
  border: 2px solid #27313d;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.preferences-container {
  z-index: 99;
  background-color: var(--black);
  background-image: linear-gradient(#000000e0, #000000e0), url('../images/67d85542b78d6c6eea224ef5_static.gif');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border: 1px solid #f1f1f145;
  border-radius: 20px;
  min-width: 500px;
  max-width: 500px;
  max-height: 1080px;
  padding: 25px;
  position: relative;
}

.image-2 {
  filter: invert();
  transition: all .2s;
}

.fs-manager-opener {
  z-index: 999;
  cursor: pointer;
  background-color: #0000;
  border: 1px #000;
  border-radius: 50px;
  align-self: auto;
  width: 35px;
  height: 35px;
  padding: 0;
  transition: all .3s;
  display: none;
  position: static;
  inset: auto 20px 20px auto;
}

.fs-manager-opener:hover {
  opacity: 1;
  transform: rotate(270deg);
}

.cookies {
  z-index: 9999;
  position: relative;
}

.consents-form {
  margin-bottom: 0;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #d6d6d6;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  display: grid;
}

.paragraph-6 {
  color: var(--white-text);
  margin-bottom: 5px;
  font-family: Redhatdisplay, Verdana, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

.paragraph-6.bold {
  color: var(--white-text);
  text-align: right;
  font-size: 15px;
  font-weight: 700;
}

.cta-italic {
  color: var(--white-text);
  font-style: italic;
  font-weight: 300;
}

.footer-links-en {
  z-index: 150;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
  position: relative;
}

.about-section-heading {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
}

.accordion-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.accordion-item {
  cursor: pointer;
  background-color: #0000;
  border: 1px #ffffff24;
  border-bottom: 1px solid #fff6;
  border-radius: 0;
  margin-bottom: 40px;
  padding: 24px 30px 14px 0;
  position: relative;
}

.accordion-item:hover {
  background-image: none;
  background-position: 0 0;
}

.accordion-item-trigger {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.icon.accordion-icon {
  color: #0009;
  cursor: pointer;
  font-size: 32px;
  line-height: 30px;
}

.accordion-item-content {
  z-index: 1;
  margin-top: 10px;
  margin-right: 30px;
  position: relative;
  overflow: hidden;
}

.accordion-question {
  color: var(--white);
  letter-spacing: -.0125em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Redhatdisplay, Verdana, sans-serif;
  font-size: 1.75em;
  font-weight: 400;
  line-height: 100%;
}

.div-block-75 {
  padding-top: 1rem;
}

.f-heaading {
  color: var(--white-text);
  letter-spacing: -.0125px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: Redhatdisplay, Verdana, sans-serif;
  font-size: 6em;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.bio-photo-wrapper {
  z-index: 8;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  pointer-events: none;
  mix-blend-mode: normal;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: block;
  position: relative;
  overflow: visible;
}

.faq-heading-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.faq-icon-wrapper {
  width: 1.75em;
  height: 1.75em;
  margin-right: 10px;
  padding-right: 0;
  display: none;
}

.smooth-wrapper, .smooth-content {
  overflow: hidden;
}

.text-span-25, .text-span-26 {
  font-weight: 500;
}

.div-block-77 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  padding-bottom: 26px;
  display: flex;
}

.line {
  background-color: #ffffff24;
  width: 100%;
  height: 1px;
  display: block;
}

.legal-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 4rem;
  padding-left: 0%;
  padding-right: 10%;
  display: grid;
}

.transition_parent {
  z-index: 9998;
  background-color: var(--black);
  pointer-events: none;
  background-image: linear-gradient(#000000ed, #000000ed), url('../images/background-2.gif');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  display: none;
  position: fixed;
  inset: 0%;
}

.load_overlay {
  z-index: 9998;
  background-color: var(--black);
  pointer-events: none;
  background-image: linear-gradient(#000000ed, #000000ed), url('../images/background-2.gif');
  background-position: 0 0, 0 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.pre-icons-load {
  z-index: 9999;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.pre-icon-1-load, .pre-icon-2-load, .pre-icon-3-load, .pre-icon-4-load, .pre-icon-1-load-1, .pre-icon-2-load-2, .pre-icon-3-load-3, .pre-icon-4-load-4 {
  opacity: 1;
  color: var(--white);
  background-color: #0000;
}

.email-link {
  color: var(--white);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding: .25rem .25rem 0;
  font-family: Raleway Variablefont Wght;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  overflow: hidden;
}

.email-link:hover {
  color: var(--white);
}

.email-link:focus-visible, .email-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.email-link.w--current {
  color: var(--white);
  font-family: Raleway Variablefont Wght;
}

.email-link.last {
  margin-left: 0;
}

.email-link.last.contact {
  opacity: 1;
  color: var(--white-text);
  text-transform: lowercase;
  font-family: Redhatdisplay, Verdana, sans-serif;
}

.cookie-link {
  color: var(--white-text);
  font-family: Redhatdisplay, Verdana, sans-serif;
  text-decoration: underline;
  transition: all .5s;
  display: none;
}

.cookie-link:hover {
  color: var(--white);
  text-decoration: none;
}

.whipe {
  width: 100%;
  height: 100%;
}

.whipe.ac_whipe {
  z-index: 0;
  background-color: #ffffff0a;
  height: 0%;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.whipe.faq-whipe {
  z-index: 0;
  background-color: #ffffff0a;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.spacer-2rem {
  padding-bottom: 2em;
}

.cta-bg-light {
  z-index: 4;
  opacity: 0;
  filter: blur(150px);
  mix-blend-mode: normal;
  background-image: linear-gradient(#ffffffe6, #ffffffe6);
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.footer-end-wrapper {
  z-index: 9999;
  background-color: #000;
  background-image: linear-gradient(#000000e0, #000000e0);
  position: relative;
}

.pre-icons-cta {
  z-index: 100;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 2rem;
  display: grid;
  position: relative;
}

.pre-icon-1-cta, .pre-icon-2-cta, .pre-icon-3-cta, .pre-icon-4-cta {
  opacity: 1;
  color: var(--white);
  background-color: #0000;
}

.gradient-wrapper {
  z-index: 0;
  filter: blur(200px);
  mix-blend-mode: screen;
  min-height: 90vh;
  position: absolute;
  inset: 0%;
}

.circle {
  background-color: #fe3218;
  border-radius: 50%;
  width: 35vw;
  height: 65vh;
  position: absolute;
  inset: 0% 0% auto auto;
}

.circle._1 {
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #000;
  width: 40vh;
  height: 35vh;
  inset: -26% auto auto 28%;
}

.circle._2 {
  background-color: #0006;
  border-radius: 19%;
  width: 40vh;
  height: 35vh;
  inset: -21% 0% auto auto;
}

.circle._4 {
  opacity: 1;
  mix-blend-mode: hue;
  background-color: #0000001f;
  width: 50vh;
  height: 35vh;
  inset: auto 14% -24% auto;
}

.circle._3 {
  background-color: #0000;
  border-radius: 20%;
  width: 40vh;
  height: 30vh;
  inset: auto auto -2% 0%;
}

.circle._5 {
  background-color: #0006;
  background-image: linear-gradient(#00000073, #00000073), url('../images/67d85542b78d6c6eea224ef5_static.gif');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-radius: 19%;
  width: 30vh;
  height: 15vw;
  inset: 27% 55% auto auto;
}

.circle._6 {
  background-color: #0006;
  background-image: url('../images/67d85542b78d6c6eea224ef5_static.gif');
  background-position: 0 0;
  background-size: auto;
  border-radius: 19%;
  width: 17vw;
  height: 30vw;
  inset: 15% 0% 0% 30%;
}

.circle.is-home-projects {
  background-color: #0000;
  border-radius: 0%;
  width: 100%;
  height: 45%;
  inset: auto 0% 31% 2%;
}

.circle.is-home-projects.is-2 {
  background-color: #0000;
  bottom: 24%;
  left: 85%;
}

.circle.is-preloader {
  background-color: #0000005e;
  border-radius: 19%;
  width: 30vw;
  height: 12vw;
  inset: auto 0% -180%;
}

.circle._7 {
  background-color: #0006;
  background-image: linear-gradient(#00000073, #00000073), url('../images/67d85542b78d6c6eea224ef5_static.gif');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-radius: 19%;
  width: 30vh;
  height: 15vw;
  inset: 27% 55% auto auto;
}

.circle.cta-1 {
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #000;
  width: 40vh;
  height: 35vh;
  display: block;
  inset: 23% 0% 0% 36%;
}

.circle.cta-2 {
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #000;
  width: 40vh;
  height: 20vh;
  position: static;
  inset: -26% auto auto 28%;
}

.circle.cta-1 {
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #000;
  width: 60vh;
  height: 20vh;
  position: static;
  inset: -26% auto auto 28%;
}

.hero-bg {
  opacity: 1;
  mix-blend-mode: darken;
  background-image: linear-gradient(#000c, #000c), url('../images/67d85542b78d6c6eea224ef5_static.gif');
  background-position: 0 0, 0 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.hero-bg.v2 {
  mix-blend-mode: darken;
  background-image: linear-gradient(#0000, #0000), url('../images/background-2.gif');
}

.hero-bg.cta {
  mix-blend-mode: darken;
  background-image: linear-gradient(#000c, #000c), url('../images/67d85542b78d6c6eea224ef5_static.gif');
  background-position: 0 0, 0 0;
}

.hero-bg.hero-section {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/67d85542b78d6c6eea224ef5_static.gif');
  background-position: 0 0, 0 0;
}

.hero-icons {
  z-index: 1;
  opacity: .07;
  mix-blend-mode: normal;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: scale(.9);
}

.text-block-4, .text-block-5 {
  font-family: Redhatdisplay, Verdana, sans-serif;
}

.bio-img-wrapper {
  z-index: 6;
  pointer-events: auto;
  background-color: #0009;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.pre-icons-hero {
  z-index: 100;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  max-width: 1800px;
  padding-bottom: 0;
  display: grid;
  position: relative;
  transform: rotate(18deg);
}

.project-video {
  z-index: 3;
  opacity: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-78 {
  filter: blur(180px);
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-4 {
  border-radius: 50%;
}

.gradient-subpage-wrapper {
  z-index: 0;
  filter: blur(200px);
  mix-blend-mode: screen;
  min-height: 100%;
  position: absolute;
  inset: 0%;
}

.gradient-subpage-wrapper.is-home-1 {
  filter: blur(200px);
  mix-blend-mode: normal;
  background-image: none;
  width: 55%;
  inset: 0%;
}

.gradient-subpage-wrapper.is-home-2 {
  mix-blend-mode: normal;
  background-image: none;
  width: 55%;
  inset: 0%;
}

.gradient-subpage-wrapper.is-preloader {
  filter: blur(175px);
  mix-blend-mode: normal;
  background-image: none;
  inset: 0%;
}

.gradient-subpage-wrapper.is-about {
  filter: blur(100px);
}

.bio-photo {
  z-index: 8;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: 100%;
  display: block;
  position: relative;
  overflow: clip;
}

.cta-gradient-1 {
  z-index: 99;
  filter: blur(220px);
  mix-blend-mode: normal;
  background-color: #0000009c;
  border-radius: 15%;
  width: 40vw;
  height: 20vw;
  display: none;
  position: absolute;
  inset: auto auto 0% -22%;
}

.cta-gradient-2 {
  z-index: 99;
  filter: blur(100px);
  mix-blend-mode: screen;
  background-color: #0000;
  border-radius: 15%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20vw;
  display: none;
  position: absolute;
  inset: auto 0% -15%;
}

.body {
  background-color: #000;
  overflow: visible;
}

.menu-opener, .mobile-menu-wrapper {
  display: none;
}

.intro-s {
  color: var(--white);
  letter-spacing: -.0125em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Redhatdisplay, Verdana, sans-serif;
  font-size: 3.5em;
  font-weight: 300;
  line-height: 100%;
}

.intro-s.smaller {
  padding-bottom: 10px;
  font-size: 2.5em;
}

.circle-overlay {
  background-color: #000000e6;
  width: 20vw;
  height: 20vw;
  position: absolute;
  inset: 0% 19% auto auto;
}

.circle-overlay.is-1 {
  top: 11%;
  right: 21%;
}

.circle-overlay.is-2 {
  inset: auto auto 22% 10%;
}

.div-block-79 {
  background-image: linear-gradient(#00000042, #00000042);
  position: absolute;
  inset: 0%;
}

.cta-gradient-3 {
  z-index: 99;
  filter: blur(100px);
  mix-blend-mode: screen;
  background-color: #0000009c;
  border-radius: 15%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20vw;
  display: flex;
  position: absolute;
  inset: -34% 0% auto;
}

.cta-gradient-4 {
  z-index: 99;
  filter: blur(220px);
  mix-blend-mode: screen;
  background-color: #0000009c;
  border-radius: 15%;
  justify-content: center;
  align-items: center;
  width: 20vw;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% -12%;
}

@media screen and (min-width: 1440px) {
  .hero {
    background-image: linear-gradient(#000000d9, #000000d9), url('../images/67d85542b78d6c6eea224ef5_static-ezgif.com-speed.gif');
    background-position: 0 0, 0 0;
  }

  .gradient-wrapper {
    filter: blur(150px);
    mix-blend-mode: screen;
    background-image: none;
  }

  .circle._1 {
    width: 60vh;
    top: -31%;
    left: 35%;
  }

  .circle._2 {
    top: -16%;
    right: 9%;
  }

  .circle._4 {
    width: 60vh;
    bottom: -32%;
    right: 26%;
  }

  .circle._3 {
    width: 50vh;
    bottom: -4%;
    left: 8%;
  }

  .circle.is-home-projects {
    height: 50%;
    inset: auto 0% 29%;
  }

  .circle.is-home-projects.is-2 {
    bottom: 10%;
    left: 81%;
  }

  .circle.cta-1, .circle.cta-2, .circle.cta-1 {
    top: -31%;
    left: 35%;
  }

  .hero-bg {
    background-image: linear-gradient(#000000d9, #000000d9), url('../images/67d85542b78d6c6eea224ef5_static.gif');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
  }

  .hero-bg.hero-section {
    background-image: linear-gradient(#000000bf, #000000bf), url('../images/67d85542b78d6c6eea224ef5_static.gif');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
  }

  .gradient-subpage-wrapper.is-home-1 {
    mix-blend-mode: normal;
  }

  .gradient-subpage-wrapper.is-home-2 {
    mix-blend-mode: normal;
    inset: 0%;
  }

  .circle-overlay.is-1 {
    width: 15vh;
    height: 30vh;
    top: -6%;
    right: 19%;
  }

  .circle-overlay.is-2 {
    width: 20vh;
    height: 30vh;
    display: block;
    bottom: 16%;
    left: 15%;
  }
}

@media screen and (max-width: 991px) {
  .navbar-logo-left {
    height: 50px;
  }

  .wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .navbar-wrapper {
    z-index: 100;
    background-color: #0000;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    position: relative;
    overflow: visible;
  }

  .nav-menu-wrapper {
    background-color: #0000;
    display: none;
  }

  .navigation-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .pin-stripe.hide-tablet {
    display: none;
  }

  .nav-list-item {
    justify-content: center;
    align-items: flex-start;
  }

  .nav-list-item.last {
    margin-left: 0;
  }

  .nav-list-item.lang-wrapper.mobile-hidden {
    justify-content: flex-start;
    align-items: center;
  }

  .nav-list-item.mobile {
    display: block;
  }

  .nav-menu-two {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    background-color: #fff;
    background-image: linear-gradient(#000000e6, #000000e6), url('../images/noise.webp');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    border-top: 1px solid #ffffff1a;
    border-bottom: 1px solid #ffffff1a;
    border-radius: 0;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    padding: 20px;
    display: flex;
  }

  .container {
    max-width: 728px;
    position: static;
  }

  .nav-hover.mobile-hidden {
    height: 0;
  }

  .intro-text {
    text-align: center;
  }

  .projects-grid {
    grid-template-columns: 1fr 1fr;
  }

  .page-wrapper {
    padding-left: 2%;
    padding-right: 2%;
  }

  .hero {
    background-image: linear-gradient(#000000e6, #000000e6), url('../images/67d85542b78d6c6eea224ef5_static-ezgif.com-speed.gif');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
  }

  .hero-h {
    grid-column-gap: 1.9rem;
    grid-row-gap: 1.9rem;
    white-space: normal;
    word-break: normal;
    flex-flow: row;
    font-size: 15em;
  }

  .hero-sh {
    width: 100%;
  }

  .hero-content {
    grid-template-columns: 1.5fr .75fr 1.25fr;
  }

  .hero-h-wrapper {
    flex-flow: column;
  }

  .hero-sh-wrapper {
    padding-left: 0;
  }

  .hero-footer {
    padding-bottom: .25rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .h-footer-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: .75fr .75fr 1fr 1fr 1fr;
  }

  .btn-text {
    padding-left: 5px;
    padding-right: 5px;
  }

  .projects {
    border-radius: 0;
  }

  .about-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    display: flex;
  }

  .spacer {
    height: 100vh;
  }

  .footer-content {
    max-width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .spacer-4rem {
    width: 100%;
  }

  .footer_component {
    overflow: hidden;
  }

  .main {
    max-width: 90%;
  }

  .div-block-44 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    width: 100%;
  }

  .spacer-8rem {
    width: 100%;
  }

  .cta-bg-dark {
    pointer-events: auto;
  }

  .cursor-wrapper {
    display: none;
  }

  .about-background {
    padding-bottom: 4rem;
  }

  .skills-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    display: flex;
  }

  .skills-box {
    padding-left: 0;
  }

  .table.hover-image {
    grid-row-gap: 4rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .hover_image {
    width: 100%;
    height: auto;
    display: block;
  }

  .hover-parent {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto auto;
    place-items: start stretch;
  }

  .p-arrow {
    font-size: 3rem;
  }

  .section {
    height: auto;
  }

  .p-table-wrapper {
    padding-top: 4rem;
  }

  .p-description, .p-title {
    font-size: 3rem;
  }

  .div-block-53 {
    justify-content: flex-end;
    align-items: center;
    display: flex;
    position: static;
    overflow: hidden;
  }

  .grid-cards {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .grid-cards.first {
    margin-bottom: 40px;
  }

  .card-small {
    min-height: 0;
  }

  .text-size-h3 {
    font-size: 3.3em;
  }

  .t-item-wrapper {
    overflow: visible;
  }

  .haupt {
    opacity: 1;
  }

  .open-website-wrapper {
    justify-content: flex-start;
    align-items: center;
    margin-top: -5px;
  }

  .div-block-68 {
    justify-content: center;
    align-self: auto;
    align-items: center;
    padding-left: 5px;
  }

  .lang-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-list-item-mobile.lang-wrapper-mobile {
    display: none;
  }

  .menu-button {
    padding: 0 6px;
  }

  .menu-button.w--open {
    background-color: #0000;
    padding-bottom: 6px;
    padding-left: 6px;
    padding-right: 6px;
    transform: rotate(90deg);
  }

  .colab-content {
    padding-left: 0;
  }

  .icon-4 {
    color: #fff;
    transform: rotate(0);
  }

  .legal-info-wrapper {
    padding-right: 0%;
  }

  .cookie-paragraph {
    font-size: 12px;
    line-height: 16px;
  }

  .fs-cookie-popup {
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr;
    grid-auto-columns: 1fr;
    max-width: 95%;
    display: none;
  }

  .fs-preferences-manager-wrapper {
    display: none;
  }

  .fs-manager-opener {
    z-index: 1;
  }

  .accordion-wrapper {
    display: block;
  }

  .legal-wrapper {
    padding-right: 0%;
  }

  .email-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .spacer-2rem {
    width: 100%;
  }

  .cta-bg-light {
    opacity: 0;
    filter: blur(150px);
    pointer-events: auto;
  }

  .gradient-wrapper {
    filter: blur(120px);
    background-image: none;
  }

  .circle {
    width: 30vw;
    height: 30vw;
  }

  .circle._1 {
    width: 20vh;
    height: 15vh;
    top: -8%;
    left: 28%;
  }

  .circle._2 {
    width: 20vh;
    height: 20vh;
    top: 4%;
    right: -7%;
  }

  .circle._4 {
    width: 25vh;
    height: 15vh;
    bottom: -7%;
    right: 10%;
  }

  .circle._3 {
    width: 20vh;
    height: 20vh;
    bottom: 2%;
    left: 1%;
  }

  .circle._5, .circle._6 {
    background-image: url('../images/67d85542b78d6c6eea224ef5_static.gif');
    background-position: 0 0;
    background-size: auto;
    height: 20vw;
    top: 36%;
    right: 69%;
  }

  .circle.is-home-projects {
    background-image: url('../images/67d85542b78d6c6eea224ef5_static.gif');
    background-position: 0 0;
    background-size: auto;
    width: 100%;
    height: 25%;
    inset: 12% 0% auto;
  }

  .circle.is-home-projects.is-2 {
    height: 35%;
    inset: auto 0% 6%;
  }

  .circle.is-preloader, .circle._7 {
    background-image: url('../images/67d85542b78d6c6eea224ef5_static.gif');
    background-position: 0 0;
    background-size: auto;
    height: 20vw;
    top: 36%;
    right: 69%;
  }

  .circle.cta-1, .circle.cta-2, .circle.cta-1 {
    width: 20vh;
    height: 15vh;
    top: -8%;
    left: 28%;
  }

  .hero-bg.cta {
    z-index: 1;
    mix-blend-mode: darken;
  }

  .bio-img-wrapper {
    pointer-events: none;
  }

  .pre-icons-hero {
    transform: scale(1.4)rotate(-126deg);
  }

  .gradient-subpage-wrapper {
    filter: blur(100px);
  }

  .gradient-subpage-wrapper.is-home-1 {
    width: 100%;
    inset: 0%;
  }

  .gradient-subpage-wrapper.is-home-2 {
    width: 100%;
  }

  .menu-opener {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .mobile-menu-button {
    z-index: 9999;
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    background-color: #ffffff1a;
    border-radius: 50%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    margin-right: 10px;
    padding: 4px 8px;
    display: flex;
    position: static;
  }

  .menu-line {
    background-color: var(--white-text);
    width: 100%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .mobile-menu-wrapper {
    z-index: 0;
    opacity: 0;
    background-color: #000;
    width: 100%;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: absolute;
    inset: auto 0% 0%;
    transform: translate(0, 100%);
  }

  .circle-overlay.is-1 {
    top: 24%;
  }

  .cta-gradient-3 {
    filter: blur(70px);
    inset: -10% 0% auto;
  }
}

@media screen and (max-width: 767px) {
  .stripe-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navigation-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .navigation-link.w--current {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 5px;
    padding-bottom: 0;
    display: block;
  }

  .pin-stripe.hide-horizontal-mobile {
    display: none;
  }

  .nav-list-item {
    justify-content: flex-end;
    align-self: auto;
    align-items: flex-start;
  }

  .nav-list-item.lang-wrapper.mobile-hidden {
    align-self: auto;
  }

  .nav-menu-two {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border-radius: 0;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .projects-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    margin-top: 0;
    display: flex;
  }

  .hero {
    background-image: linear-gradient(#000000e6, #000000e6), url('../images/67d85542b78d6c6eea224ef5_static-ezgif.com-speed.gif');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
  }

  .hero-h {
    font-size: 12em;
  }

  .hero-content {
    display: flex;
  }

  .hero-footer.mobile-hidden {
    display: none;
  }

  .h-footer-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .btn-wrap.mobile-hidden {
    display: none;
  }

  .btn-text {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .about {
    border-radius: 0;
  }

  .cta-text {
    font-size: 4em;
    line-height: 4.5rem;
  }

  .div-block-47 {
    flex-flow: column;
    display: flex;
  }

  .div-block-52 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .profile-image-wrapper {
    order: 1;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 500px;
  }

  .table {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .p-arrow {
    font-size: 2.5rem;
    line-height: 1;
  }

  .section {
    padding: 1.5rem 0;
  }

  .p-description, .p-title {
    font-size: 2.5rem;
    line-height: 1;
  }

  .pre-icons {
    z-index: 10;
  }

  .grid-cards {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: column;
    margin-bottom: 0;
    display: flex;
  }

  .grid-cards.second {
    margin-bottom: 5vh;
  }

  .p-grid-wrapper {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .text-size-h3 {
    font-size: 2.4em;
  }

  .lang-link {
    padding-top: 0;
    padding-bottom: 0;
    display: inline-block;
  }

  .lang-link.w--current {
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu-button {
    padding-top: 0;
  }

  .legal-info-wrapper {
    flex-flow: column;
    display: flex;
  }

  .cookie-paragraph {
    width: 100%;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 16px;
  }

  .fs-cookie-popup {
    flex-direction: column;
    margin-bottom: 2%;
    padding: 15px;
  }

  .button-wrapper {
    grid-column-gap: 10px;
    margin-top: 0;
  }

  .preferences-container {
    min-width: 300px;
    max-width: 80vw;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .legal-wrapper {
    flex-flow: column;
    display: flex;
  }

  .email-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .cta-bg-light {
    opacity: 0;
  }

  .gradient-wrapper {
    filter: blur(150px);
    mix-blend-mode: screen;
  }

  .circle {
    width: 30vw;
    height: 30vw;
  }

  .circle._5, .circle._6 {
    width: 50vw;
    height: 30vw;
    top: 31%;
    right: 65%;
  }

  .circle.is-home-projects {
    width: 100%;
    height: 25%;
    inset: 9% 0% 0%;
  }

  .circle.is-home-projects.is-2 {
    height: 25%;
    bottom: 11%;
  }

  .circle.is-preloader, .circle._7 {
    width: 50vw;
    height: 30vw;
    top: 31%;
    right: 65%;
  }

  .pre-icons-hero {
    transform: scale(1.7)rotate(-115deg);
  }

  .gradient-subpage-wrapper, .gradient-subpage-wrapper.is-home-1 {
    filter: blur(100px);
  }

  .gradient-subpage-wrapper.is-preloader {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .navbar-logo-left {
    height: 50px;
  }

  .navbar-wrapper {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 0 0;
  }

  .navigation-link {
    color: var(--white-text);
  }

  .navigation-link.w--current {
    color: var(--white);
    align-self: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navigation-link.name {
    color: var(--white);
  }

  .nav-list-item.last {
    margin-left: 0;
  }

  .nav-list-item.lang-wrapper.mobile-hidden {
    display: none;
  }

  .nav-list-item.mobile {
    display: flex;
  }

  .nav-menu-two {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    background-color: var(--black);
    background-image: linear-gradient(#000000e6, #000000e6), url('../images/noise.webp');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    border-top: 1px solid #ffffff14;
    border-radius: 0;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    padding-top: 30px;
  }

  .hero-background {
    mix-blend-mode: normal;
    top: 0%;
  }

  .container {
    justify-content: space-between;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .nav-hover.mobile-hidden {
    display: none;
  }

  .intro-text {
    font-size: 16px;
  }

  .hero {
    mix-blend-mode: normal;
    background-image: linear-gradient(#000000e6, #000000e6), url('../images/background-2.gif');
    height: 90vh;
    min-height: 90vh;
    padding-top: 0;
  }

  .hero-h {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    margin-bottom: 20px;
    font-size: 9em;
  }

  .h-text {
    font-size: .8em;
  }

  .h-text.hello {
    font-size: .7em;
  }

  .h-text.hro {
    font-size: 1em;
  }

  .hero-sh {
    font-size: 1.3em;
  }

  .hero-h-wrapper {
    margin-top: 100px;
  }

  .hero-footer {
    padding-bottom: .75rem;
  }

  .hero-footer.mobile-hidden {
    z-index: 9997;
  }

  .h-footer-grid {
    grid-column-gap: 2.4rem;
    grid-row-gap: 2.4rem;
    grid-template-columns: .75fr .75fr;
  }

  .btn-primary {
    padding: .5rem 1rem;
  }

  .projects {
    background-color: #000c;
    background-image: linear-gradient(#000000e6, #000000e6), url('../images/background-2.gif');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    min-height: 93vh;
    padding-top: 0;
  }

  .c-heading {
    word-break: break-all;
    font-size: 5em;
  }

  .c-heading.italic, .c-heading.italic.two, .c-heading.one {
    font-size: 4em;
  }

  .about {
    background-image: none;
    background-position: 0 0;
    min-height: 93vh;
    padding-top: 0;
  }

  .about-sec {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .a-text {
    font-size: 2.25em;
  }

  .a-heading {
    font-size: 4em;
  }

  .cta-wrapper {
    background-color: #0000;
  }

  .footer_component {
    background-color: #00000080;
    position: relative;
  }

  .main {
    max-width: 100%;
  }

  .cta-text {
    font-size: 3em;
    line-height: 1.3em;
  }

  .cta-bg-dark {
    pointer-events: none;
  }

  .about-hero {
    background-image: linear-gradient(#000000d9, #000000d9), url('../images/background-2.gif');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    padding-top: 0;
  }

  .about-background {
    padding-bottom: 4rem;
    top: 0%;
  }

  .div-block-47 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .div-block-48 {
    padding-left: 0;
    padding-right: 0;
  }

  .intro {
    font-size: 3em;
  }

  .about-skills {
    background-image: linear-gradient(#000000e3, #000000e3), url('../images/background-2.gif');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    border-radius: 0;
    min-height: 93vh;
    padding-top: 0;
  }

  .skills-section, .skills-grid {
    padding-left: 0;
    padding-right: 0;
  }

  .s-heading {
    word-break: normal;
    font-size: 3.5em;
  }

  .skills-box {
    border-bottom: 1px solid #ffffff0d;
    padding-bottom: 2rem;
  }

  .div-block-49 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .skills-section-2 {
    padding-bottom: 4rem;
  }

  .div-block-52 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .table.hover-image {
    grid-row-gap: 2rem;
  }

  .hover-parent {
    grid-template-rows: auto auto auto auto;
    padding-bottom: 12px;
  }

  .projects-table {
    min-height: 93vh;
    padding-top: 0;
  }

  .projects-table.extra-padding {
    padding-bottom: 0;
  }

  .p-table-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .project-text.open-website {
    text-transform: uppercase;
    font-size: 14px;
  }

  .grid-cards.first {
    margin-bottom: 0;
  }

  .pre-icon-wrapper.intro {
    position: relative;
  }

  .simon {
    opacity: 90;
    font-weight: 300;
  }

  .haupt {
    opacity: 1;
    padding-left: 0;
  }

  .btn-primary-black {
    padding: .5rem 1rem;
  }

  .open-website-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-top: 0;
  }

  .hidden {
    display: none;
  }

  .div-block-68 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .lang-link {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-list-item-mobile.lang-wrapper-mobile {
    align-self: auto;
    padding-bottom: 0;
    display: inline-flex;
  }

  .menu-button {
    background-color: var(--black);
    border-radius: 50px;
    margin-right: 10px;
    padding: 4px;
  }

  .menu-button.w--open {
    background-color: #2423235e;
    border-radius: 50px;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-right: 0;
    padding-bottom: 6px;
    padding-left: 6px;
    transition: none;
    display: block;
    overflow: visible;
    transform: rotate(90deg);
  }

  .colab-content {
    border-bottom: 1px #ffffff0d;
    padding-bottom: 2rem;
  }

  .icon-4 {
    color: #fff;
    transform: none;
  }

  .div-block-69 {
    flex-flow: column;
  }

  .legal-link {
    text-align: center;
  }

  .div-block-70 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    width: 100%;
    display: flex;
  }

  .legal-info-wrapper {
    padding-right: 0%;
  }

  .copyright-text {
    text-align: center;
  }

  .cookie-paragraph {
    max-width: 200px;
    margin-bottom: 0;
    font-size: 12px;
  }

  .fs-cookie-popup {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    max-width: 90%;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 15px;
    display: none;
  }

  .cookie-tag {
    margin-bottom: 2px;
  }

  .close-button {
    top: 10px;
    right: 10px;
  }

  .button-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .fs-preferences-manager-wrapper {
    align-items: flex-start;
    padding-top: 5vw;
    overflow: scroll;
  }

  .button-2.deny, .button-2.accept {
    margin-right: 0;
  }

  .privacy-title {
    margin-bottom: 10px;
  }

  .preferences-link {
    margin-right: 0;
  }

  .preferences-container {
    padding: 15px;
  }

  .div-block-73, .div-block-74 {
    order: 1;
    width: 100%;
  }

  .footer-links-en {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .accordion-wrapper {
    overflow: visible;
  }

  .accordion-item {
    margin-bottom: 40px;
    padding-bottom: 14px;
    overflow: visible;
  }

  .accordion-question {
    font-size: 1.5em;
  }

  .f-heaading {
    word-break: normal;
    font-size: 4em;
  }

  .transition_parent, .load_overlay {
    display: none;
  }

  .email-link.w--current {
    align-self: auto;
  }

  .cookie-link {
    text-align: center;
  }

  .cta-bg-light {
    opacity: 0;
    filter: blur(70px);
    pointer-events: none;
    margin-bottom: 100px;
    padding-bottom: 0;
  }

  .gradient-wrapper {
    z-index: 2;
    filter: blur(100px);
    pointer-events: none;
    mix-blend-mode: screen;
    background-image: none;
  }

  .circle._1 {
    background-image: none;
    display: none;
    inset: -13% auto auto 0%;
  }

  .circle._2 {
    width: 100%;
    height: 10vh;
    display: block;
    top: -10%;
    right: -2%;
  }

  .circle._4 {
    opacity: .19;
    mix-blend-mode: normal;
    height: 20vh;
    display: none;
    inset: auto -27% 1% auto;
  }

  .circle._3 {
    background-image: none;
    width: 100%;
    height: 10vh;
    display: block;
    inset: auto auto -11% 33%;
  }

  .circle._5 {
    background-color: #0000;
    background-image: none;
    width: 15vh;
    height: 10vh;
    display: block;
    top: 41%;
    right: 49%;
  }

  .circle._6 {
    background-image: none;
    width: 50vw;
    height: 50vw;
    display: block;
    top: 14%;
    left: 25%;
    right: auto;
  }

  .circle.is-home-projects {
    background-image: none;
    height: 40%;
    inset: 37% 0% 0%;
  }

  .circle.is-home-projects.is-2 {
    background-image: none;
    height: 40%;
    bottom: 20%;
  }

  .circle.is-preloader {
    background-image: none;
    width: 50vw;
    height: 50vw;
    display: block;
    top: 34%;
    right: 41%;
  }

  .circle._7 {
    background-color: #0000;
    background-image: none;
    width: 15vh;
    height: 10vh;
    display: block;
    top: 38%;
    right: 16%;
  }

  .circle.cta-1 {
    background-image: none;
    display: none;
    inset: -13% auto auto 0%;
  }

  .circle.cta-2, .circle.cta-1 {
    background-image: none;
    display: block;
    inset: -13% auto auto 0%;
  }

  .hero-bg {
    background-image: linear-gradient(#000c, #000c), url('../images/67d85542b78d6c6eea224ef5_static.gif');
    background-position: 0 0, 0 0;
    display: block;
  }

  .hero-bg.hid {
    display: none;
  }

  .hero-bg.hero-section {
    background-image: linear-gradient(#000000e6, #000000e6), url('../images/67d85542b78d6c6eea224ef5_static.gif');
    background-position: 0 0, 0 0;
  }

  .hero-icons {
    opacity: .06;
    mix-blend-mode: normal;
    transform: scale(1.2);
  }

  .bio-img-wrapper {
    z-index: 6;
    pointer-events: none;
    height: 500px;
  }

  .pre-icons-hero {
    margin-bottom: 40px;
    transform: scale(1.5)rotate(50deg);
  }

  .project-video {
    z-index: 3;
  }

  .gradient-subpage-wrapper {
    z-index: 2;
    filter: blur(70px);
    background-image: none;
  }

  .gradient-subpage-wrapper.is-home-1, .gradient-subpage-wrapper.is-home-2 {
    z-index: 1;
    filter: blur(100px);
    mix-blend-mode: exclusion;
    min-height: 0%;
    max-height: 40%;
    inset: 0%;
  }

  .gradient-subpage-wrapper.is-preloader {
    display: none;
  }

  .cta-gradient-2 {
    bottom: 4%;
  }

  .menu-opener {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .icon-menu {
    color: var(--white-text);
  }

  .intro-s {
    font-size: 3em;
  }

  .circle-overlay.is-1 {
    top: 4%;
  }

  .circle-overlay.is-2 {
    width: 30vw;
    bottom: 6%;
    left: 49%;
  }
}

#w-node-ac4ecf10-e5d5-edf0-2523-e6ff103dfb50-a10072cc {
  align-self: center;
}

#w-node-f61306fb-f572-cc94-6672-1dd409181157-a10072cc {
  grid-area: 1 / 1 / 3 / 2;
  place-self: center;
}

#w-node-f61306fb-f572-cc94-6672-1dd409181163-a10072cc {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-f61306fb-f572-cc94-6672-1dd409181164-a10072cc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_063b2107-b5ed-0652-6e6d-b58715cbc23f-a10072cc {
  grid-area: span 3 / span 4 / span 3 / span 4;
}

#w-node-_063b2107-b5ed-0652-6e6d-b58715cbc248-a10072cc, #w-node-_5bb4b821-0dd0-ad70-1387-1cb97fb38b3a-a10072cc {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_5bb4b821-0dd0-ad70-1387-1cb97fb38b43-a10072cc {
  grid-area: span 3 / span 4 / span 3 / span 4;
  align-self: auto;
}

#w-node-_8c0fdfc1-52a7-cabf-2324-f1274173b0f0-a10072cc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0eb26875-4d85-8b37-c9fa-6c9c7a7b538d-7a7b538b {
  place-self: auto;
}

#w-node-_0eb26875-4d85-8b37-c9fa-6c9c7a7b5390-7a7b538b {
  align-self: end;
}

#w-node-_0eb26875-4d85-8b37-c9fa-6c9c7a7b5395-7a7b538b {
  place-self: end start;
}

#w-node-_466c85d8-701d-35f8-94d7-0755ccade864-06cceb94 {
  align-self: center;
}

#w-node-c9dd6cbd-e46a-51b2-12de-a9bdf5e2ef9a-c61444a6 {
  align-self: auto;
}

#w-node-_32565755-3a82-af0d-58d9-fefbb0245e79-c61444a6, #w-node-_4aec58a6-b6a9-3bc0-1c1c-63e7e364dc77-c61444a6, #w-node-_8d0638af-7d8e-e6eb-e207-aaa378b1039e-c61444a6, #w-node-_8d0638af-7d8e-e6eb-e207-aaa378b103a1-c61444a6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e0b88bf6-3ac5-bc4e-b8e0-44dd09f7ca63-3aa2e471, #w-node-ff876617-77a9-8433-c0aa-ba32bdac6702-3aa2e471, #w-node-_0531e449-5b11-2376-dfd6-f2a3ecead5d4-3aa2e471, #w-node-_298dd500-fdd4-5242-fda8-3bab85b54d54-3aa2e471, #w-node-_13ef670b-62c4-35ef-63af-bd26cedcf4cf-3aa2e471, #w-node-e3428cde-76b2-6c23-7417-d438c951363e-3aa2e471, #w-node-_5a8b77e7-99fe-9aee-3f59-fff049bb7e19-3aa2e471, #w-node-cd1906b1-9860-9d0a-b689-e62059232cf5-3aa2e471, #w-node-a3c962c9-3625-e289-e73e-f880ade626a5-3aa2e471, #w-node-_4df1d2b1-8054-d2f7-2a97-d2a8aadd90be-3aa2e471 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-d111bcc6-828a-c4fe-5db1-0e78ae4b7fc5-8b67dba8 {
  align-self: center;
}

#w-node-_47b91bb3-b451-e96b-4f13-4643b5c24bb5-8b67dba8 {
  grid-area: 1 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_559a5d2e-93c2-0db1-6ca0-5c8e71ee42c3-8b67dba8 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_134d7d0c-d42e-2bcb-17ac-13f91e90a903-8b67dba8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e6c79efd-9010-6c31-76a3-988cb36f2dcc-8b67dba8 {
  grid-area: span 3 / span 4 / span 3 / span 4;
}

#w-node-e6c79efd-9010-6c31-76a3-988cb36f2dd5-8b67dba8, #w-node-e6c79efd-9010-6c31-76a3-988cb36f2ddf-8b67dba8 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-e6c79efd-9010-6c31-76a3-988cb36f2de8-8b67dba8 {
  grid-area: span 3 / span 4 / span 3 / span 4;
  align-self: auto;
}

#w-node-_63251e4a-a771-1303-2e81-c14cf33872d4-8b67dba8 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f376cec7-e5fa-4ba3-6e6b-8dff5ce84a18-ea260af9 {
  align-self: center;
}

#w-node-_4cac02fb-d7e5-69b5-9bf6-dd0faacbc0e3-ff387180 {
  align-self: auto;
}

#w-node-_32565755-3a82-af0d-58d9-fefbb0245e79-ff387180, #w-node-_4aec58a6-b6a9-3bc0-1c1c-63e7e364dc77-ff387180, #w-node-_2765f48c-72bc-aaab-c9c2-02c31c3d5e2e-ff387180, #w-node-_2765f48c-72bc-aaab-c9c2-02c31c3d5e37-ff387180 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_669c15a8-ea74-c093-7802-a366d7831626-b0dcabac, #w-node-d65b8962-dfea-5e1e-0a6d-91ae38937197-b0dcabac, #w-node-dc1c23a3-3946-7355-3403-c556996cebb8-b0dcabac, #w-node-d65b8962-dfea-5e1e-0a6d-91ae389371ca-b0dcabac, #w-node-d65b8962-dfea-5e1e-0a6d-91ae3893721f-b0dcabac, #w-node-d65b8962-dfea-5e1e-0a6d-91ae389371db-b0dcabac, #w-node-d65b8962-dfea-5e1e-0a6d-91ae389371ec-b0dcabac, #w-node-d65b8962-dfea-5e1e-0a6d-91ae389371fd-b0dcabac, #w-node-d65b8962-dfea-5e1e-0a6d-91ae389371b9-b0dcabac, #w-node-d65b8962-dfea-5e1e-0a6d-91ae389371a8-b0dcabac {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-c47a822e-1681-9503-ba43-d4a030cad73d-bf7ff2ea, #w-node-_803ec661-10d3-8cf2-2427-7e67482a9a8d-bf7ff2ea, #w-node-_6c242d18-9a27-31bc-eb52-877a9eaf9d9f-bf7ff2ea, #w-node-c27bc36d-f3c5-130d-06d4-05f1509a9312-bf7ff2ea, #w-node-bf2f3203-f870-6b72-5bef-106358891193-bf7ff2ea, #w-node-_6a49b694-ffca-29ae-18e8-bc69795a452f-bf7ff2ea, #w-node-ec1da8cc-b359-2f5c-2c7a-8e5778bae1f3-bf7ff2ea, #w-node-_01803430-58be-f7c2-65d1-51ae8bc4b027-bf7ff2ea, #w-node-_616318b8-bf0e-dd7e-e3c7-9d3ca692ab44-bf7ff2ea, #w-node-_4ba797ce-2345-a0b7-1a16-3f00525a9bb0-bf7ff2ea, #w-node-c47a822e-1681-9503-ba43-d4a030cad73d-bd6e5944, #w-node-_803ec661-10d3-8cf2-2427-7e67482a9a8d-bd6e5944, #w-node-_6c242d18-9a27-31bc-eb52-877a9eaf9d9f-bd6e5944, #w-node-c27bc36d-f3c5-130d-06d4-05f1509a9312-bd6e5944, #w-node-bf2f3203-f870-6b72-5bef-106358891193-bd6e5944, #w-node-_6a49b694-ffca-29ae-18e8-bc69795a452f-bd6e5944, #w-node-ec1da8cc-b359-2f5c-2c7a-8e5778bae1f3-bd6e5944, #w-node-_01803430-58be-f7c2-65d1-51ae8bc4b027-bd6e5944, #w-node-_616318b8-bf0e-dd7e-e3c7-9d3ca692ab44-bd6e5944, #w-node-_4ba797ce-2345-a0b7-1a16-3f00525a9bb0-bd6e5944 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (max-width: 991px) {
  #w-node-_0eb26875-4d85-8b37-c9fa-6c9c7a7b538d-7a7b538b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0eb26875-4d85-8b37-c9fa-6c9c7a7b5390-7a7b538b {
    grid-area: 1 / 2 / 2 / 4;
    align-self: center;
  }

  #w-node-_0eb26875-4d85-8b37-c9fa-6c9c7a7b5395-7a7b538b {
    grid-area: 1 / 4 / 2 / 6;
    place-self: center end;
  }

  #w-node-_4d62526a-198b-60eb-bd44-49d18b65c8b5-3aa2e471 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_4d62526a-198b-60eb-bd44-49d18b65c8b9-3aa2e471 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-e0b88bf6-3ac5-bc4e-b8e0-44dd09f7ca63-3aa2e471 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_4d62526a-198b-60eb-bd44-49d18b65c8bf-3aa2e471 {
    grid-area: 1 / 1 / 2 / 5;
    justify-self: start;
  }

  #w-node-bdf4078d-1194-b7f5-3ef9-bc9be7fd3b38-3aa2e471 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-bdf4078d-1194-b7f5-3ef9-bc9be7fd3b3c-3aa2e471 {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
  }

  #w-node-ff876617-77a9-8433-c0aa-ba32bdac6702-3aa2e471 {
    grid-area: 1 / 1 / 2 / 3;
    place-self: auto end;
  }

  #w-node-bdf4078d-1194-b7f5-3ef9-bc9be7fd3b45-3aa2e471 {
    grid-area: 1 / 1 / 2 / 5;
    justify-self: start;
  }

  #w-node-c6477a4e-803f-9bea-94ec-eb2a19129771-3aa2e471 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-b0921abc-0b11-1595-00c9-69bd61719e10-3aa2e471 {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
  }

  #w-node-_0531e449-5b11-2376-dfd6-f2a3ecead5d4-3aa2e471 {
    grid-area: 2 / 3 / 3 / 5;
    place-self: auto end;
  }

  #w-node-_5a0d4c61-59ea-d3a8-4a84-0058959cbef9-3aa2e471 {
    grid-area: 1 / 1 / 2 / 5;
    justify-self: start;
  }

  #w-node-b605e7d8-8369-0e70-b1eb-eba6fedc6129-3aa2e471 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-b605e7d8-8369-0e70-b1eb-eba6fedc612d-3aa2e471 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_298dd500-fdd4-5242-fda8-3bab85b54d54-3aa2e471 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-b605e7d8-8369-0e70-b1eb-eba6fedc6133-3aa2e471 {
    grid-area: 1 / 1 / 2 / 5;
    justify-self: start;
  }

  #w-node-_13ef670b-62c4-35ef-63af-bd26cedcf4c7-3aa2e471 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_13ef670b-62c4-35ef-63af-bd26cedcf4cb-3aa2e471 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_13ef670b-62c4-35ef-63af-bd26cedcf4cf-3aa2e471 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_13ef670b-62c4-35ef-63af-bd26cedcf4d4-3aa2e471 {
    grid-area: 1 / 1 / 2 / 5;
    justify-self: start;
  }

  #w-node-e17e8b10-fb81-68ab-f447-abf0d8464d16-3aa2e471 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-e17e8b10-fb81-68ab-f447-abf0d8464d1a-3aa2e471 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-e3428cde-76b2-6c23-7417-d438c951363e-3aa2e471 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-e17e8b10-fb81-68ab-f447-abf0d8464d20-3aa2e471 {
    grid-area: 1 / 1 / 2 / 5;
    justify-self: start;
  }

  #w-node-_479ab8b2-b1fa-bb0a-cf8e-360d473ec17e-3aa2e471 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_479ab8b2-b1fa-bb0a-cf8e-360d473ec182-3aa2e471 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_5a8b77e7-99fe-9aee-3f59-fff049bb7e19-3aa2e471 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_479ab8b2-b1fa-bb0a-cf8e-360d473ec188-3aa2e471 {
    grid-area: 1 / 1 / 2 / 5;
    justify-self: start;
  }

  #w-node-cd1906b1-9860-9d0a-b689-e62059232ced-3aa2e471 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-cd1906b1-9860-9d0a-b689-e62059232cf1-3aa2e471 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-cd1906b1-9860-9d0a-b689-e62059232cf5-3aa2e471 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-cd1906b1-9860-9d0a-b689-e62059232cfa-3aa2e471 {
    grid-area: 1 / 1 / 2 / 5;
    justify-self: start;
  }

  #w-node-a3c962c9-3625-e289-e73e-f880ade6269d-3aa2e471 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-a3c962c9-3625-e289-e73e-f880ade626a1-3aa2e471 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-a3c962c9-3625-e289-e73e-f880ade626a5-3aa2e471 {
    grid-area: 2 / 3 / 3 / 5;
    justify-self: end;
  }

  #w-node-a3c962c9-3625-e289-e73e-f880ade626aa-3aa2e471 {
    grid-area: 1 / 1 / 2 / 5;
    justify-self: start;
  }

  #w-node-f84e93a7-8852-621e-3f11-3c5c29c24cdd-3aa2e471 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f84e93a7-8852-621e-3f11-3c5c29c24ce1-3aa2e471 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_4df1d2b1-8054-d2f7-2a97-d2a8aadd90be-3aa2e471 {
    grid-area: 2 / 3 / 3 / 5;
    justify-self: end;
  }

  #w-node-f84e93a7-8852-621e-3f11-3c5c29c24ce7-3aa2e471 {
    grid-area: 1 / 1 / 2 / 5;
    justify-self: start;
  }

  #w-node-_669c15a8-ea74-c093-7802-a366d783161e-b0dcabac {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_669c15a8-ea74-c093-7802-a366d7831622-b0dcabac {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_669c15a8-ea74-c093-7802-a366d7831626-b0dcabac {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_669c15a8-ea74-c093-7802-a366d783162b-b0dcabac {
    grid-area: 1 / 1 / 2 / 5;
    justify-self: start;
  }

  #w-node-d65b8962-dfea-5e1e-0a6d-91ae3893718f-b0dcabac {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d65b8962-dfea-5e1e-0a6d-91ae38937193-b0dcabac {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
  }

  #w-node-d65b8962-dfea-5e1e-0a6d-91ae38937197-b0dcabac {
    grid-area: 2 / 3 / 3 / 5;
    place-self: auto end;
  }

  #w-node-d65b8962-dfea-5e1e-0a6d-91ae3893719c-b0dcabac {
    grid-area: 1 / 1 / 2 / 5;
    justify-self: start;
  }

  #w-node-dc1c23a3-3946-7355-3403-c556996cebb0-b0dcabac {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-dc1c23a3-3946-7355-3403-c556996cebb4-b0dcabac {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
  }

  #w-node-dc1c23a3-3946-7355-3403-c556996cebb8-b0dcabac {
    grid-area: 2 / 3 / 3 / 5;
    place-self: auto end;
  }

  #w-node-dc1c23a3-3946-7355-3403-c556996cebbd-b0dcabac {
    grid-area: 1 / 1 / 2 / 5;
    justify-self: start;
  }

  #w-node-d65b8962-dfea-5e1e-0a6d-91ae389371c2-b0dcabac {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d65b8962-dfea-5e1e-0a6d-91ae389371c6-b0dcabac {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-d65b8962-dfea-5e1e-0a6d-91ae389371ca-b0dcabac {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-d65b8962-dfea-5e1e-0a6d-91ae389371cf-b0dcabac {
    grid-area: 1 / 1 / 2 / 5;
    justify-self: start;
  }

  #w-node-d65b8962-dfea-5e1e-0a6d-91ae38937217-b0dcabac {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d65b8962-dfea-5e1e-0a6d-91ae3893721b-b0dcabac {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-d65b8962-dfea-5e1e-0a6d-91ae3893721f-b0dcabac {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-d65b8962-dfea-5e1e-0a6d-91ae38937224-b0dcabac {
    grid-area: 1 / 1 / 2 / 5;
    justify-self: start;
  }

  #w-node-d65b8962-dfea-5e1e-0a6d-91ae389371d3-b0dcabac {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d65b8962-dfea-5e1e-0a6d-91ae389371d7-b0dcabac {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-d65b8962-dfea-5e1e-0a6d-91ae389371db-b0dcabac {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-d65b8962-dfea-5e1e-0a6d-91ae389371e0-b0dcabac {
    grid-area: 1 / 1 / 2 / 5;
    justify-self: start;
  }

  #w-node-d65b8962-dfea-5e1e-0a6d-91ae389371e4-b0dcabac {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d65b8962-dfea-5e1e-0a6d-91ae389371e8-b0dcabac {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-d65b8962-dfea-5e1e-0a6d-91ae389371ec-b0dcabac {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-d65b8962-dfea-5e1e-0a6d-91ae389371f1-b0dcabac {
    grid-area: 1 / 1 / 2 / 5;
    justify-self: start;
  }

  #w-node-d65b8962-dfea-5e1e-0a6d-91ae389371f5-b0dcabac {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d65b8962-dfea-5e1e-0a6d-91ae389371f9-b0dcabac {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-d65b8962-dfea-5e1e-0a6d-91ae389371fd-b0dcabac {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-d65b8962-dfea-5e1e-0a6d-91ae38937202-b0dcabac {
    grid-area: 1 / 1 / 2 / 5;
    justify-self: start;
  }

  #w-node-d65b8962-dfea-5e1e-0a6d-91ae389371b1-b0dcabac {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d65b8962-dfea-5e1e-0a6d-91ae389371b5-b0dcabac {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-d65b8962-dfea-5e1e-0a6d-91ae389371b9-b0dcabac {
    grid-area: 2 / 3 / 3 / 5;
    justify-self: end;
  }

  #w-node-d65b8962-dfea-5e1e-0a6d-91ae389371be-b0dcabac {
    grid-area: 1 / 1 / 2 / 5;
    justify-self: start;
  }

  #w-node-d65b8962-dfea-5e1e-0a6d-91ae389371a0-b0dcabac {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d65b8962-dfea-5e1e-0a6d-91ae389371a4-b0dcabac {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-d65b8962-dfea-5e1e-0a6d-91ae389371a8-b0dcabac {
    grid-area: 2 / 3 / 3 / 5;
    justify-self: end;
  }

  #w-node-d65b8962-dfea-5e1e-0a6d-91ae389371ad-b0dcabac {
    grid-area: 1 / 1 / 2 / 5;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4d62526a-198b-60eb-bd44-49d18b65c8b5-3aa2e471 {
    grid-column-end: 5;
  }

  #w-node-e0b88bf6-3ac5-bc4e-b8e0-44dd09f7ca63-3aa2e471 {
    grid-row: 4 / 5;
    grid-column-start: 1;
    justify-self: start;
  }

  #w-node-bdf4078d-1194-b7f5-3ef9-bc9be7fd3b38-3aa2e471 {
    grid-column-end: 5;
  }

  #w-node-ff876617-77a9-8433-c0aa-ba32bdac6702-3aa2e471 {
    grid-row: 4 / 5;
    grid-column-start: 1;
    justify-self: start;
  }

  #w-node-c6477a4e-803f-9bea-94ec-eb2a19129771-3aa2e471 {
    grid-column-end: 5;
  }

  #w-node-_0531e449-5b11-2376-dfd6-f2a3ecead5d4-3aa2e471 {
    grid-row: 4 / 5;
    grid-column-start: 1;
    justify-self: start;
  }

  #w-node-b605e7d8-8369-0e70-b1eb-eba6fedc6129-3aa2e471 {
    grid-column-end: 5;
  }

  #w-node-_298dd500-fdd4-5242-fda8-3bab85b54d54-3aa2e471 {
    grid-row: 4 / 5;
    grid-column-start: 1;
    justify-self: start;
  }

  #w-node-_13ef670b-62c4-35ef-63af-bd26cedcf4c7-3aa2e471 {
    grid-column-end: 5;
  }

  #w-node-_13ef670b-62c4-35ef-63af-bd26cedcf4cf-3aa2e471 {
    grid-row: 4 / 5;
    grid-column-start: 1;
    justify-self: start;
  }

  #w-node-e17e8b10-fb81-68ab-f447-abf0d8464d16-3aa2e471 {
    grid-column-end: 5;
  }

  #w-node-e3428cde-76b2-6c23-7417-d438c951363e-3aa2e471 {
    grid-row: 4 / 5;
    grid-column-start: 1;
    justify-self: start;
  }

  #w-node-_479ab8b2-b1fa-bb0a-cf8e-360d473ec17e-3aa2e471 {
    grid-column-end: 5;
  }

  #w-node-_5a8b77e7-99fe-9aee-3f59-fff049bb7e19-3aa2e471 {
    grid-row: 4 / 5;
    grid-column-start: 1;
    justify-self: start;
  }

  #w-node-cd1906b1-9860-9d0a-b689-e62059232ced-3aa2e471 {
    grid-column-end: 5;
  }

  #w-node-cd1906b1-9860-9d0a-b689-e62059232cf5-3aa2e471 {
    grid-row: 4 / 5;
    grid-column-start: 1;
    justify-self: start;
  }

  #w-node-a3c962c9-3625-e289-e73e-f880ade6269d-3aa2e471 {
    grid-column-end: 5;
  }

  #w-node-a3c962c9-3625-e289-e73e-f880ade626a5-3aa2e471 {
    grid-row: 4 / 5;
    grid-column-start: 1;
    justify-self: start;
  }

  #w-node-f84e93a7-8852-621e-3f11-3c5c29c24cdd-3aa2e471 {
    grid-column-end: 5;
  }

  #w-node-_4df1d2b1-8054-d2f7-2a97-d2a8aadd90be-3aa2e471 {
    grid-row: 4 / 5;
    grid-column-start: 1;
    justify-self: start;
  }

  #w-node-_669c15a8-ea74-c093-7802-a366d783161e-b0dcabac {
    grid-column-end: 5;
  }

  #w-node-_669c15a8-ea74-c093-7802-a366d7831626-b0dcabac {
    grid-row: 4 / 5;
    grid-column-start: 1;
    justify-self: start;
  }

  #w-node-d65b8962-dfea-5e1e-0a6d-91ae3893718f-b0dcabac {
    grid-column-end: 5;
  }

  #w-node-d65b8962-dfea-5e1e-0a6d-91ae38937197-b0dcabac {
    grid-row: 4 / 5;
    grid-column-start: 1;
    justify-self: start;
  }

  #w-node-dc1c23a3-3946-7355-3403-c556996cebb0-b0dcabac {
    grid-column-end: 5;
  }

  #w-node-dc1c23a3-3946-7355-3403-c556996cebb8-b0dcabac {
    grid-row: 4 / 5;
    grid-column-start: 1;
    justify-self: start;
  }

  #w-node-d65b8962-dfea-5e1e-0a6d-91ae389371c2-b0dcabac {
    grid-column-end: 5;
  }

  #w-node-d65b8962-dfea-5e1e-0a6d-91ae389371ca-b0dcabac {
    grid-row: 4 / 5;
    grid-column-start: 1;
    justify-self: start;
  }

  #w-node-d65b8962-dfea-5e1e-0a6d-91ae38937217-b0dcabac {
    grid-column-end: 5;
  }

  #w-node-d65b8962-dfea-5e1e-0a6d-91ae3893721f-b0dcabac {
    grid-row: 4 / 5;
    grid-column-start: 1;
    justify-self: start;
  }

  #w-node-d65b8962-dfea-5e1e-0a6d-91ae389371d3-b0dcabac {
    grid-column-end: 5;
  }

  #w-node-d65b8962-dfea-5e1e-0a6d-91ae389371db-b0dcabac {
    grid-row: 4 / 5;
    grid-column-start: 1;
    justify-self: start;
  }

  #w-node-d65b8962-dfea-5e1e-0a6d-91ae389371e4-b0dcabac {
    grid-column-end: 5;
  }

  #w-node-d65b8962-dfea-5e1e-0a6d-91ae389371ec-b0dcabac {
    grid-row: 4 / 5;
    grid-column-start: 1;
    justify-self: start;
  }

  #w-node-d65b8962-dfea-5e1e-0a6d-91ae389371f5-b0dcabac {
    grid-column-end: 5;
  }

  #w-node-d65b8962-dfea-5e1e-0a6d-91ae389371fd-b0dcabac {
    grid-row: 4 / 5;
    grid-column-start: 1;
    justify-self: start;
  }

  #w-node-d65b8962-dfea-5e1e-0a6d-91ae389371b1-b0dcabac {
    grid-column-end: 5;
  }

  #w-node-d65b8962-dfea-5e1e-0a6d-91ae389371b9-b0dcabac {
    grid-row: 4 / 5;
    grid-column-start: 1;
    justify-self: start;
  }

  #w-node-d65b8962-dfea-5e1e-0a6d-91ae389371a0-b0dcabac {
    grid-column-end: 5;
  }

  #w-node-d65b8962-dfea-5e1e-0a6d-91ae389371a8-b0dcabac {
    grid-row: 4 / 5;
    grid-column-start: 1;
    justify-self: start;
  }
}


@font-face {
  font-family: 'Redhatdisplay';
  src: url('../fonts/RedHatDisplay-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Redhatdisplay';
  src: url('../fonts/RedHatDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Redhatdisplay';
  src: url('../fonts/RedHatDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Redhatdisplay';
  src: url('../fonts/RedHatDisplay-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}