@font-face {
  font-family: Cabinetgrotesk Variable;
  src: url('../fonts/CabinetGrotesk-Variable.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Zodiak Variable;
  src: url('../fonts/Zodiak-Variable.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bricolagegrotesque Variablefont Opsz Wdth Wght;
  src: url('../images/') format("truetype");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --base-color-brand--black: #000;
  --text-color--text-primary: var(--base-color-brand--black);
  --border-color--border-primary: var(--background-color--background-secondary);
  --background-color--background-error\<deleted\|variable-89aecd3e-2fe8-312c-65a2-e3e7c57d326c\>: var(--base-color-system--error-red\<deleted\|variable-ad7a5e8d-bd95-fba4-5110-cbccfa2520c4\>);
  --text-color--text-error\<deleted\|variable-4a51c5d2-820c-a0d9-b49e-0e5d273c964f\>: var(--base-color-system--error-red-dark\<deleted\|variable-f7a8b234-8033-a5d6-4d85-0326277c2bf8\>);
  --background-color--background-secondary: var(--base-color-brand--black);
  --text-color--text-secondary: var(--base-color-brand--white);
  --background-color--background-primary: var(--base-color-brand--white);
  --background-color--white-secondary: #e8ddcc;
  --fainted-blue: #b4bcd0;
  --base-color-brand--white: #efe5d7;
  --_typography---font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  --_typography---size: 0px;
  --base-color-system--error-red\<deleted\|variable-ad7a5e8d-bd95-fba4-5110-cbccfa2520c4\>: #f8e4e4;
  --base-color-system--error-red-dark\<deleted\|variable-f7a8b234-8033-a5d6-4d85-0326277c2bf8\>: #3b0b0b;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--base-color-brand--black);
  color: var(--text-color--text-primary);
  font-family: Cabinetgrotesk Variable, Georgia, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Zodiak Variable, Georgia, sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cabinetgrotesk Variable, Georgia, sans-serif;
  font-size: 3rem;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Zodiak Variable, Georgia, sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Zodiak Variable, Georgia, sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--text-color--text-primary);
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.padding-small {
  padding: 1rem;
}

.heading-style-h3 {
  font-family: Zodiak Variable, Georgia, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.5;
}

.heading-style-h3.is-small {
  font-size: 2rem;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.text-weight-medium {
  font-weight: 500;
}

.text-size-regular {
  font-size: 1rem;
}

.text-size-small {
  font-size: .875rem;
}

.form_input {
  border: 1px solid var(--border-color--border-primary);
  background-color: #0000;
  border-radius: .5rem;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input::placeholder {
  color: var(--text-color--text-primary);
}

.text-size-large {
  font-size: 1.5rem;
}

.heading-style-h2 {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.5;
}

.container-large {
  width: 100%;
  max-width: 90vw;
  margin-left: auto;
  margin-right: auto;
}

.quote_tag {
  color: #fff;
  text-transform: uppercase;
  font-family: Exo, sans-serif;
  font-size: .75rem;
  font-weight: 200;
}

.form_message-error {
  background-color: var(--background-color--background-error\<deleted\|variable-89aecd3e-2fe8-312c-65a2-e3e7c57d326c\>);
  color: var(--text-color--text-error\<deleted\|variable-4a51c5d2-820c-a0d9-b49e-0e5d273c964f\>);
  margin-top: .75rem;
  padding: .75rem;
}

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

.main-wrapper {
  background-color: #000;
  position: relative;
  inset: auto 0% 0%;
}

.button {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-secondary);
  border-radius: .4rem;
  justify-content: flex-start;
  align-items: center;
  padding: .75rem 1.5rem;
  display: flex;
}

.button.is-nav {
  background-color: #0000;
}

.button.is-nav.w--current:where(.w-variant-70bb92a8-5ae0-0df3-e45a-965420160f6e) {
  opacity: 0;
}

.button.is-404.w--current {
  justify-content: center;
  align-items: center;
}

.nav_component {
  z-index: 9999;
  background-color: #ddd0;
  width: 100%;
  padding-top: 2.5rem;
  position: absolute;
  inset: 0% 0% auto;
}

.nav_button {
  padding: 1rem;
}

.section_hero_ct {
  min-height: 100svh;
  color: var(--text-color--text-secondary);
  position: relative;
}

.hero-component {
  z-index: 3;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  display: flex;
  position: relative;
}

.hero-background {
  z-index: 1;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.background-video {
  z-index: 2;
  width: 100%;
  height: 100%;
}

.video-placeholder {
  z-index: 1;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  padding: 1rem;
  position: absolute;
  inset: 0%;
}

.nav_brand {
  width: 9vw;
}

.nav_brand:where(.w-variant-70bb92a8-5ae0-0df3-e45a-965420160f6e) {
  color: var(--text-color--text-primary);
}

.nav_brand:hover {
  opacity: .54;
}

.nav_brand.w--current {
  width: 9vw;
  padding: 0;
}

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

.hero-subtitle {
  max-width: 64ch;
  margin-top: 1rem;
}

.page-headings.text-align-center {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100ch;
  display: flex;
}

.footer {
  overflow: hidden;
}

.footer_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: space-between;
  display: flex;
}

.footer-bottom.font-zodiak {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.font-zodiak {
  font-family: Zodiak Variable, Georgia, sans-serif;
}

.footer-image {
  width: 100%;
  height: 11vw;
}

.footer-text {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 22vw;
  line-height: .8;
}

.footer-wrap {
  grid-column-gap: 27vh;
  grid-row-gap: 27vh;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 100svh;
  padding-top: 4rem;
  display: flex;
}

.footer_left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 74ch;
  display: flex;
}

.footer_right {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer_right-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.phone-link {
  transition: opacity .4s;
}

.phone-link:hover {
  opacity: .6;
}

.credits {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.copyright {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.created, .powered {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.credits-link {
  opacity: .6;
  transition: opacity .4s;
}

.credits-link:hover {
  opacity: 1;
}

.video-overlay {
  z-index: 2;
  background-image: radial-gradient(circle, #17141100 20%, #000000ba);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.video-overlay.light {
  opacity: .55;
  background-image: radial-gradient(circle, #17141100, #000 0% 0%);
}

.button-image {
  width: .8rem;
  height: .8rem;
}

.button-text {
  position: relative;
  overflow: hidden;
}

.button-text-animation {
  margin-top: .5rem;
  position: absolute;
}

.button_text {
  font-weight: 500;
}

.nav-button_text {
  padding-left: .5rem;
  padding-right: .5rem;
  line-height: 1.3;
  position: relative;
}

.nav-button_text.is-absolute {
  position: absolute;
  bottom: -1.2rem;
}

.nav_divider {
  background-color: var(--background-color--background-primary);
  opacity: .2;
  width: 1px;
  height: 1rem;
}

.nav-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav_link {
  color: var(--text-color--text-secondary);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav_link:where(.w-variant-70bb92a8-5ae0-0df3-e45a-965420160f6e) {
  color: var(--text-color--text-primary);
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image.is-radius {
  border-radius: .5rem;
}

.nav-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-menu_wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-subtitle-text {
  font-family: Exo, sans-serif;
  font-weight: 200;
}

.about_img {
  overflow: clip;
}

.about_img.is-3 {
  aspect-ratio: 1;
  max-width: 65rem;
  margin-left: 0;
  transform: translate(-12rem);
}

.about_img.is-6 {
  aspect-ratio: auto;
  width: 100%;
  max-width: 20rem;
  margin-top: 10rem;
  margin-left: auto;
  inset: 250svh auto auto 0%;
}

.about_img.is-4 {
  aspect-ratio: 3 / 2;
  width: 100%;
  max-width: 50rem;
  margin-top: 10rem;
  margin-left: auto;
  margin-right: 1rem;
  top: 10rem;
  transform: translate(5rem);
}

.about_img.is-5 {
  aspect-ratio: 2 / 3;
  width: 100%;
  max-width: 37rem;
  margin-top: 10rem;
  margin-left: 1rem;
  inset: 210svh 0% auto auto;
}

.about_img.is-1 {
  aspect-ratio: 1.14;
  width: 100%;
  max-width: 11.25rem;
  margin-top: 5rem;
}

.about_img.is-2 {
  aspect-ratio: 2 / 3;
  width: 100%;
  max-width: 50rem;
  transform: translate(5rem);
}

.padding-global-2 {
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.padding-global-2.is-about {
  height: 100%;
}

.about_scroll-row {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.about_sticky_curiosity {
  z-index: 1;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  mix-blend-mode: normal;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 14rem;
  display: flex;
  position: sticky;
  top: 0%;
}

.about_imgs {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: 14rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-spacer {
  padding: 0 0 0;
}

.about-spacer.is-20rem {
  padding-top: 20rem;
}

.padding-section-large_2 {
  background-color: #000;
  padding-top: 7.5rem;
}

.text-xs {
  letter-spacing: -3px;
  text-transform: uppercase;
  font-family: Archivo Black, sans-serif;
  font-size: 2.4rem;
  font-weight: 200;
  line-height: 1.5;
}

.text-xs.twoliner {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.2;
}

.text-xs.quote {
  text-align: center;
  letter-spacing: -3px;
  font-family: Archivo Black, sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.2;
}

.about_sticky-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 45.5rem;
  display: flex;
  position: absolute;
}

.container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.about_wrap {
  position: relative;
}

.about_wrap.torinz, .about_wrap.wars {
  box-shadow: none;
  background-image: none;
  background-size: auto;
}

.about_wrap.breadcrumbs {
  box-shadow: inset 0 20px 130px 160px #000;
}

.about_wrap.time-space, .about_wrap.nyctophobie {
  box-shadow: none;
}

.img {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.img.is-about {
  position: static;
}

.text-2xl {
  letter-spacing: -.04em;
  font-size: 1.5rem;
  line-height: 1.33;
}

.text-2xl.text-align-center {
  letter-spacing: -.04em;
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
  font-weight: 200;
}

.text-2xl.text-align-center.quote {
  font-family: Archivo Black, sans-serif;
  font-size: 1.5rem;
}

.text-size-small-2 {
  color: #aaa;
  margin-bottom: 1rem;
  font-family: Exo, sans-serif;
  font-size: 1rem;
  font-weight: 200;
}

.text-size-small-2.pri {
  text-decoration: underline;
}

.image_socials {
  filter: grayscale();
  cursor: pointer;
  width: 2rem;
  height: 2rem;
}

.image_socials:hover {
  filter: none;
}

.padding-bottom_footer {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.social-link {
  justify-content: center;
  align-items: center;
  transition: opacity .1s;
  display: flex;
}

.social-link:hover {
  opacity: .7;
}

.social-icons-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.footer_description {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-content: start;
  place-items: flex-start start;
  max-width: 32rem;
  margin-top: 2rem;
  display: flex;
}

.container {
  flex: 1;
  align-self: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5rem;
  padding-left: 10rem;
  padding-right: 10rem;
}

.footer_wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.footer_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-20 {
  font-size: 1.25rem;
  line-height: 1.4em;
}

.paragraph-20.txt-white {
  color: var(--background-color--white-secondary);
  font-family: Exo, sans-serif;
  font-weight: 100;
}

.footer_paragraph-wrapper {
  width: 100%;
  max-width: 32rem;
}

.section-footer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.section-footer.section--footer {
  background-color: #000;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: block;
}

.footer_wrapper-text {
  z-index: 2;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.footer_wrapper-text.right {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: block;
}

.display-heading-1 {
  z-index: 6;
  text-transform: uppercase;
  font-size: 7.5rem;
  font-weight: 400;
  line-height: 1em;
}

.display-heading-1.txt-white.mb-24 {
  color: var(--background-color--white-secondary);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #ffffffa3);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: Exo, sans-serif;
  font-size: 7rem;
  font-weight: 600;
  line-height: .8em;
}

.image-2 {
  flex: 1;
  align-self: flex-end;
  width: 100%;
  max-width: 100%;
  display: block;
}

.home_body {
  background-color: #000;
}

.main_wrapper {
  min-height: 100vh;
  position: relative;
}

.container_home {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.gradient-span {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #ffffffa6);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Exo, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
}

.wrap-h-xsmall {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.light_left {
  width: 80vw;
  max-width: 1440px;
  position: absolute;
  top: 0%;
  bottom: auto;
  right: auto;
}

.light_right {
  width: auto;
  max-width: 1440px;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.logos-header {
  text-align: center;
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
}

.subheading {
  color: var(--fainted-blue);
  letter-spacing: -.025em;
  margin-bottom: 48px;
  font-family: Exo, sans-serif;
  font-size: 1.2rem;
  font-weight: 200;
}

.logos-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: center;
  padding: 1rem 15rem;
}

.stars-curve {
  width: 100%;
  height: 600px;
  margin: -190px auto -128px;
  position: relative;
  overflow: hidden;
}

.stars-curve-glow {
  opacity: .2;
  background-image: radial-gradient(circle at 50% 100%, #7877c6cc, #7877c600 70%);
  position: absolute;
  inset: 0%;
}

.stars-curve-bg {
  opacity: .25;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.stars-curve-bg.trailer {
  opacity: .4;
  top: 70%;
  left: 10%;
}

.stars-curve-bg.trailer_2 {
  opacity: .4;
  transform-style: preserve-3d;
  top: 70%;
  left: 10%;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0)translate(-50%, -50%);
}

.stars-curve-bottom {
  background-color: #000;
  border: 1px solid #0f042cdb;
  border-radius: 50%;
  width: 200%;
  padding-top: 142%;
  position: absolute;
  top: 50%;
  left: -50%;
}

.gamedev_logo {
  max-width: 80%;
}

.bv_logo {
  max-width: 40%;
}

.section_partners {
  margin-top: 2rem;
}

.section-header {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-header.ct {
  max-width: 900px;
  padding-bottom: 100px;
  position: relative;
}

.section-header.services, .section-header.news {
  max-width: 900px;
}

.heading-medium {
  color: var(--base-color-brand--white);
  letter-spacing: -.04em;
  font-size: 54px;
  font-weight: 400;
  line-height: 1;
}

.heading-medium.about {
  margin-top: 3rem;
  margin-bottom: 3rem;
  font-family: Exo, sans-serif;
  font-size: 3.5rem;
  font-weight: 300;
}

.heading-medium.gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #ffffffa3);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 1rem;
  padding-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 3.4rem;
  font-weight: 300;
  line-height: 1;
}

.heading-medium.gradient.about {
  background-image: linear-gradient(#fff, #ffffffa3);
  margin-bottom: 2rem;
}

.section-about {
  z-index: 10;
  margin-top: 2rem;
  margin-bottom: 5rem;
  position: relative;
}

.um_logo {
  opacity: .06;
  max-width: 40%;
  margin-bottom: -20rem;
}

.section-ct {
  z-index: 10;
  margin-top: 5rem;
  margin-bottom: 5rem;
  position: relative;
  overflow: hidden;
}

.ct_logo {
  aspect-ratio: auto;
  opacity: 1;
  max-width: 50%;
  margin-top: 7.5rem;
  margin-bottom: 2rem;
}

.ct_trailer_wrapper {
  z-index: 1;
  width: 100%;
  height: 30rem;
  position: relative;
}

.ct_trailer {
  z-index: 2;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
}

.slider {
  background-color: #000;
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 7rem;
  position: relative;
  top: 50%;
  overflow: hidden;
  transform: scale(1.3);
}

.mask {
  text-align: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: visible;
}

.slide {
  text-align: center;
  cursor: grab;
  width: 100%;
  margin-right: 20px;
}

.img-2 {
  display: inline-block;
}

.left-arrow {
  background-image: linear-gradient(to right, #000, #0000);
  width: 25%;
}

.right-arrow {
  background-image: linear-gradient(270deg, #000, #0000);
  width: 25%;
}

.slide-nav {
  font-size: 9px;
  line-height: 20px;
}

.section-services {
  z-index: 10;
  margin-top: 15rem;
  margin-bottom: 10rem;
  position: relative;
}

.cta-feature-line-2 {
  z-index: 40;
  background-image: linear-gradient(90deg, #797473, #d3d0ce);
  width: 32px;
  height: 2px;
  position: absolute;
  inset: 1px auto auto 24px;
  box-shadow: 0 33px 80px #d3d0ce99, 0 16px 40px #797473a3, 0 10px 24px #d3d0ce7a, 0 12px 24px #7974738f, 0 4.2px 10.5px #d3d0ce4d, 0 2.5px 6.25px #79747340, 0 1.5px 3.6px #d3d0ce33, 0 .66px 1.6px #79747324;
}

.icon-large-2 {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: color .2s;
  display: flex;
}

.paragraph-regular {
  color: var(--fainted-blue);
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.5;
}

.paragraph-regular.pri {
  text-align: center;
}

.headline-small-2 {
  letter-spacing: -.03px;
  margin-top: 5px;
  font-family: Bricolagegrotesque Variablefont Opsz Wdth Wght, Times New Roman, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.cta-feature {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #070707;
  border: 1px solid #1b1b1d;
  border-radius: 12px;
  flex-direction: column;
  padding: 16px 24px 24px;
  position: relative;
}

.cta-feature.last {
  border-top-right-radius: 24px;
}

.cta-feature.first {
  border-top-left-radius: 24px;
}

.wrap-v-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.grid-three-column {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 2rem;
}

.section-team {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15rem 5vw 100px;
  display: flex;
}

.team-wrapper {
  z-index: 20;
  justify-content: center;
  align-items: stretch;
  width: 100vw;
  min-height: 650px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-wrapper.fixed-width {
  margin-top: 2rem;
}

.team-member-list {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.increased-letter-spacing {
  color: #8a94a6;
  letter-spacing: .18rem;
}

.overlay {
  background-color: #0a101d4d;
  position: absolute;
  inset: 0%;
}

.social-icon {
  max-width: 1rem;
}

.member-name {
  color: #fff;
  font-size: 54px;
}

.member-name.small {
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Exo, sans-serif;
  font-size: 32px;
  font-weight: 200;
}

.hover-line {
  background-color: #8a94a6;
  width: 100%;
  height: 100%;
}

.mouse-hover-outline {
  border: 1px solid #ffffff40;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 4.5rem;
  display: flex;
}

.mouse-hover-wrapper {
  z-index: 20;
  padding: 3.5rem;
  position: relative;
}

.arrow-icon {
  width: 2rem;
  transform: rotate(-45deg);
}

.member-info {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.social-link-2 {
  background-color: #ffffff40;
  border: 1px solid #ffffff80;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.member-socials-wrapper {
  z-index: 20;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.mouse-hover {
  justify-content: center;
  align-items: center;
  display: flex;
}

.member-page-link {
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.member-title {
  color: #8a94a6;
  font-family: Exo, sans-serif;
  font-weight: 200;
}

.member-header {
  z-index: 20;
  justify-content: center;
  align-items: center;
  min-height: 18.75rem;
  display: flex;
  position: relative;
}

.team-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid #ffffff40;
  flex-direction: column;
  min-width: 23em;
  height: 100%;
  padding: 1rem;
  display: flex;
}

.member-image {
  z-index: 20;
  filter: grayscale();
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 101%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.hover-line-wrapper {
  background-color: #8a94a680;
  height: .5px;
  margin-top: 5px;
}

.glow-effect-wrapper {
  z-index: -1;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.button_trailer {
  z-index: 1;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  font-size: 1rem;
  line-height: 1.2rem;
  transition: transform .2s ease-out;
  display: flex;
  position: relative;
}

.button_trailer:hover {
  transform: scale(1.05);
}

.button_trailer.contact {
  margin-top: 0;
}

.star {
  opacity: .37;
  filter: blur(5px);
  max-width: 115%;
}

.lottie {
  width: 150%;
  height: 150%;
  position: absolute;
  inset: auto;
}

.lottie.horizontal {
  transform: rotate(90deg);
}

.glow-circle {
  filter: blur(20px);
  background-color: #000;
  background-image: linear-gradient(#fff, #000000a6);
  border-radius: 100000000px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.glow-circle._50-opacity {
  opacity: .5;
  background-image: radial-gradient(circle, #000, #ccdbdd);
}

.text-block {
  text-transform: none;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(0deg, #a5a5a5, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Exo, sans-serif;
  line-height: 1;
}

.glow-wrapper {
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.glow-wrapper._2 {
  width: 200px;
  height: 200px;
}

.button-spacing {
  z-index: 3;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #fff;
  text-transform: capitalize;
  -webkit-text-fill-color: inherit;
  background-color: #000000cf;
  background-clip: border-box;
  border-radius: 99999px;
  padding: 15px 30px;
  font-family: Exo, sans-serif;
  font-weight: 300;
  line-height: 1;
  transition: all .6s;
  position: relative;
}

.button-container {
  z-index: 1;
  background-color: #ffffff26;
  border-radius: 99999px;
  justify-content: center;
  align-items: center;
  padding: 2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.github-icon-6, .github-icon-1, .github-icon-3, .github-icon-2 {
  width: 32px;
  height: 32px;
}

.github-icon-5 {
  width: 50px;
  height: 32px;
}

.github-icon-4 {
  width: 32px;
  height: 32px;
}

.quote {
  color: #fff;
  font-family: Exo, sans-serif;
  font-size: 2rem;
  font-weight: 300;
}

.nav-inner {
  border-bottom: 1px solid #ffffff14;
}

.nav {
  z-index: 999;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-bg {
  z-index: -1;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  position: absolute;
  inset: -1px 0% 0%;
}

.nav-link {
  height: 70px;
  color: var(--fainted-blue);
  text-shadow: 0 1px 4px #0000004d;
  align-items: center;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 48px;
  transition: color .25s;
  display: flex;
}

.nav-link:hover {
  color: #8a8f98;
}

.nav-link.first {
  margin-left: 0;
}

.nav-link.first.w--current {
  height: 70px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.nav-menu-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-btns {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-2 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.container-2.page-padding {
  max-width: 1500px;
}

.cta-button {
  grid-column-gap: 8px;
  color: #f7f8f8;
  text-align: center;
  text-shadow: 0 3px 8px #00000040;
  background-image: linear-gradient(93deg, #455eb5 9%, #5643cc 44%, #673fd7 64%);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 500;
  text-decoration: none;
  transition: text-shadow .12s, box-shadow .12s;
  display: flex;
}

.cta-button:hover {
  text-shadow: 0 3px 12px #0000008f;
  box-shadow: 0 1px 40px #503fcd80;
}

.cta-button.cta-button--nav {
  background-image: none;
  height: 32px;
  margin-right: 20px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  transition: text-shadow .12s, box-shadow .12s;
}

.image-23 {
  width: 8.5rem;
  max-width: none;
}

.nav-menu {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  width: auto;
}

.text-block-77 {
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.ct_landing_page {
  opacity: .7;
  max-width: 100%;
}

.home-intro {
  background-image: none;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  height: 125vh;
  position: relative;
}

.stars {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.stars.click-through {
  z-index: 2;
}

.um_main_logo {
  flex-flow: column;
  align-self: center;
  display: flex;
  position: absolute;
  top: 30%;
}

.image-24 {
  width: 40vw;
  max-width: none;
}

.heading1 {
  color: var(--background-color--white-secondary);
  text-align: center;
  font-family: Exo, sans-serif;
  font-size: 2rem;
  font-weight: 200;
}

.um_landing_page {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.button-004 {
  color: var(--background-color--white-secondary);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}

.button-004_bottom-line {
  background-color: var(--background-color--white-secondary);
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.button-004_left-line {
  background-color: var(--background-color--white-secondary);
  width: 1px;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.button-004_right-line {
  background-color: var(--background-color--white-secondary);
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.button-004_top-line {
  background-color: var(--background-color--white-secondary);
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}

.button-004_text {
  margin: 15px 25px;
  font-family: Exo, sans-serif;
  font-weight: 400;
}

.text-field-2 {
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 0;
  padding: 1.5em 0;
}

.text-field-2:active {
  color: #fff;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 300;
  transform: translate(0);
}

.text-field-2:focus {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.text-field-2::placeholder {
  color: #fff;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 300;
}

.mobile-nav-menu {
  display: none;
}

.nav_link_line_1 {
  background-color: #eff9fc1a;
  width: 100%;
  height: 1px;
}

.nav-cover {
  background-color: #060d11;
  border-bottom: 1px solid #eff9fc1a;
  height: 100%;
  position: absolute;
  inset: -100% 0% 0%;
}

.nav-menu-items {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: auto 36px auto 36px auto 36px auto;
  grid-auto-columns: 0;
  grid-auto-flow: column;
  justify-content: center;
  place-items: center;
  display: grid;
  position: relative;
}

.brand {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.navbar {
  z-index: 9999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000;
  justify-content: center;
  height: 80px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.home_navbar {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  text-decoration: none;
  display: flex;
}

.nav-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  background-color: #09131400;
  border-bottom: .5px solid #bbbbbb26;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: center;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.grid-wrapper {
  z-index: 999999;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px);
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: 3rem;
  margin-right: 3rem;
  display: grid;
  position: relative;
}

.image-25 {
  width: 7rem;
  max-width: none;
  margin-left: 0;
}

.nav_link_line_2, .nav_link_line_3 {
  background-color: #eff9fc1a;
  width: 100%;
  height: 1px;
}

.services_navbar {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: Exo, sans-serif;
  font-size: 11px;
  text-decoration: none;
  display: flex;
}

.ct_navbar, .contact_navbar {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  text-decoration: none;
  display: flex;
}

.text-block-79 {
  width: 160px;
  font-family: Exo, sans-serif;
  font-weight: 200;
}

.text-block-80 {
  font-family: Exo, sans-serif;
  font-weight: 200;
}

.text-block-81 {
  font-family: Inter, sans-serif;
  font-weight: 200;
}

.text-block-82 {
  font-weight: 200;
}

.form-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  flex-direction: column;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start center;
  align-items: start;
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 110px;
  padding-right: 80px;
  display: grid;
}

.form-title {
  border-bottom: 1px #eff9fc1a;
  padding-bottom: 0;
}

.background-wrapper {
  width: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.background-wrapper.half-page {
  z-index: 10;
  width: 50%;
}

.background-2 {
  background-image: url('../images/Image013.jpeg');
  background-position: 40% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.background-2.contact-background {
  background-image: url('../images/Khan_Run_Mars_15.jpg');
  background-position: 50%;
}

.content-wrapper-2 {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.contact-hero {
  border-bottom: 1px solid #eff9fc1a;
  justify-content: center;
  min-height: 100vh;
  margin-bottom: 5rem;
  display: flex;
  position: relative;
}

.overlay-2 {
  z-index: 6;
  background-color: #04060a80;
  position: absolute;
  inset: 0%;
}

.overlay-2.light {
  background-color: #04060a4d;
}

.body-display {
  color: #fffc;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.65em;
}

.medium-width {
  max-width: 500px;
}

.medium-width-intro {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 675px;
  display: grid;
}

.grid-wrapper-4 {
  z-index: 25;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.collection-list-wrapper-2 {
  width: 76rem;
}

.wrapper {
  background-image: linear-gradient(#000, #000);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30vh;
  margin-bottom: 10rem;
  display: flex;
}

.heading-3 {
  opacity: .6;
  color: #fff;
  text-align: center;
  letter-spacing: -5px;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 5rem;
  font-family: Exo, sans-serif;
  font-size: 7vw;
  font-weight: 200;
  line-height: 30px;
}

.box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.clock-label {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: -5px;
  font-family: Exo, sans-serif;
}

.clock-number {
  color: #fff;
  font-family: Exo, sans-serif;
  font-size: 80px;
  line-height: 70px;
}

.js-clock {
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
  display: flex;
}

.socials-nav {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-26 {
  width: 25px;
}

.link_steam {
  transition: opacity .1s;
}

.link_steam:hover {
  opacity: .7;
}

.link_insta {
  transition: opacity .1s;
}

.link_insta:hover {
  opacity: .7;
}

.link_linkedin {
  transition: opacity .1s;
}

.link_linkedin:hover {
  opacity: .7;
}

.image-27 {
  align-self: auto;
  max-width: 40%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 0;
}

.about_sticky_torinz, .about_sticky_q {
  z-index: 1;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  mix-blend-mode: normal;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 14rem;
  display: flex;
  position: sticky;
  top: 0%;
}

.text-span-17 {
  font-size: 2rem;
}

.section_curiosity, .section_quickening {
  background-color: #000;
  position: relative;
}

.section_torinz {
  background-color: #000;
  position: absolute;
  inset: 0% 0% auto;
}

.section_wars {
  background-color: #000;
  position: relative;
}

.section_breadcrumbs {
  position: relative;
}

.section_time-space {
  position: absolute;
  inset: 0% 0% auto;
}

.section_nyctophobie {
  margin-top: 10rem;
}

.section_reality {
  background-color: #000;
  position: relative;
}

.section_quote {
  background-color: #000;
  margin-bottom: 10rem;
  position: relative;
}

.link-block-4 {
  width: 100%;
}

.section-news {
  z-index: 100;
  margin-top: 15rem;
  margin-bottom: 20rem;
  position: relative;
}

.modal-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.card__btn-w {
  flex: 1;
  align-items: flex-end;
  margin-left: -.125rem;
  padding-top: 1rem;
  display: flex;
}

.close-btn-w {
  z-index: 5;
  float: right;
  background-color: #f5efef;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-top: 2rem;
  margin-right: 2rem;
  display: flex;
  position: sticky;
  top: -2rem;
}

.close-btn-w.for-scroll {
  margin-left: -5.5rem;
}

.btn-w {
  color: #fffefa;
  text-align: center;
  background-color: #4353ff00;
  border: 2px solid #ffffff26;
  border-radius: 2em;
  min-width: 11em;
  margin-top: 1rem;
  padding: .75em 2em .875em;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
}

.btn-w:hover {
  background-color: #1a1a1a;
}

.grid-w {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: -.5rem;
  margin-right: -.5rem;
  display: flex;
}

.screen-reader-only {
  border: 1px #000;
  border-radius: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  inset: -1px;
  overflow: hidden;
}

.modal-02-popup {
  z-index: 9999;
  background-color: #29282866;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-scroll-content-w {
  height: 100%;
  margin-right: 0;
  padding: 3rem;
  overflow: auto;
}

.card-w {
  border: 1px solid #ffffff40;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 2rem;
  display: flex;
}

.card-w:hover {
  transform: translate(0, -.125rem);
}

.modal-scroll {
  background-color: #000;
  border-radius: .75rem;
  flex: none;
  width: 100%;
  height: 60%;
  position: relative;
}

.close-btn-line {
  background-color: #4353ff;
  border-radius: 1px;
  width: 1.75rem;
  height: 2px;
  position: absolute;
}

.close-btn-line.is--2nd {
  transform: rotate(45deg);
}

.close-btn-line.is--1st {
  transform: rotate(-45deg);
}

.modal-01-popup {
  z-index: 25;
  background-color: #29282866;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.card__tech-txt {
  color: #c173ec;
  font-family: Exo, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.x-container {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.grid__col {
  width: 50%;
  padding: .5rem;
}

.modal-w-scroll {
  z-index: 10;
  width: 100%;
  max-width: 62rem;
  height: 100%;
  max-height: 100%;
  margin: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.news_header {
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 32px;
  font-weight: 200;
}

.news_paragraph {
  color: #8a94a6;
  font-family: Exo, sans-serif;
  font-weight: 200;
}

.news_button {
  font-family: Exo, sans-serif;
  font-weight: 300;
}

.news_rich_text {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.link_discord {
  transition: opacity .1s;
}

.link_discord:hover {
  opacity: .7;
}

.socials_nav_mobile {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.privacy {
  color: #fffefa;
  text-align: left;
  background-color: #4353ff00;
  min-width: 9em;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .1s;
}

.privacy:hover {
  opacity: .7;
}

.modal-03-popup {
  z-index: 9999;
  background-color: #29282866;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.bottom_links {
  margin-top: 2rem;
  display: flex;
}

.press {
  color: #fffefa;
  text-align: left;
  background-color: #4353ff00;
  min-width: 6em;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .1s;
}

.press:hover {
  opacity: .7;
}

.contact_button_text {
  text-transform: none;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(0deg, #a5a5a5, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Exo, sans-serif;
  line-height: 1.5;
}

.about_sticky_wars {
  z-index: 1;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  mix-blend-mode: difference;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 14rem;
  display: flex;
  position: sticky;
  top: 50%;
}

.about_sticky_wars.fixed {
  mix-blend-mode: normal;
  margin-top: 14rem;
  top: 0%;
}

.about_sticky_breadcrumbs, .about_sticky_time-space, .about_sticky_nyctophobie, .about_sticky_reality {
  z-index: 1;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  mix-blend-mode: normal;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 14rem;
  display: flex;
  position: sticky;
  top: 0%;
}

.about_sticky_quote {
  z-index: 1;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  mix-blend-mode: normal;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 14rem;
  display: flex;
  position: sticky;
  top: 50%;
}

.video_box {
  z-index: 1;
  opacity: 1;
  border-radius: 2rem;
  width: 50vw;
  height: 50vh;
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  inset: 0%;
}

.video_box.curiosity {
  border: 2px solid #daa07a;
  margin-top: 5rem;
}

.video_box.quickening {
  border: 2px solid #daa07a;
  margin-top: 12.5rem;
}

.video_box.time-space {
  border: 2px solid #daa07a;
}

.video_box.reality {
  border: 2px solid #daa07a;
  margin-top: 12.5rem;
}

.video_box.torinz, .video_box.breadcrumbs {
  border: 2px solid #daa07a;
}

.video_box.nyctophobie {
  border: 2px solid #daa07a;
  margin-top: 12.5rem;
}

.video_overlay {
  z-index: 2;
  background-image: radial-gradient(circle, #fff0, #000);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section_wrapper {
  position: relative;
}

.section_wrapper._2 {
  margin-top: 10rem;
}

.war_image {
  z-index: 1;
  position: sticky;
  inset: 0%;
}

.image_overlay {
  background-image: linear-gradient(#000 5%, #fff0 50%, #000), radial-gradient(circle, #fff0, #000);
  position: absolute;
  inset: 0%;
}

.image_overlay.reality_overlay {
  background-image: linear-gradient(#000, #fff0 50%, #000), radial-gradient(circle, #fff0, #000);
  inset: 0%;
}

.image_overlay.quote_overlay {
  background-image: linear-gradient(90deg, #fff0 75%, #000), linear-gradient(#000, #fff0 50%, #000), radial-gradient(circle, #fff0 50%, #000);
  inset: 0%;
}

.image_overlay.curiosity_overlay {
  background-image: linear-gradient(#0006, #fff0 85%, #000);
  inset: 0%;
}

.image_overlay.quickening_overlay {
  background-image: linear-gradient(#000, #fff0 50%, #000), radial-gradient(circle, #fff0 55%, #000);
  inset: 0%;
}

.image_overlay.nyctophobie_overlay {
  background-image: linear-gradient(#000, #fff0 50%, #000), radial-gradient(circle, #fff0, #000);
  inset: 0%;
}

.image_overlay.torinz {
  margin-top: 10rem;
}

.subjective_reality_image {
  position: absolute;
  inset: 0% 0% auto;
}

.quote_image {
  margin-top: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.time-space_image {
  z-index: 1;
  position: sticky;
  inset: 0%;
}

.image-29 {
  margin-top: 10rem;
}

.quickening_image, .curiosity_image {
  position: absolute;
  inset: 0% 0% auto;
}

.padding-section-large_3 {
  background-color: #000;
  padding-top: 20rem;
}

.padding-section-large_4 {
  background-color: #000;
  padding-top: 7.5rem;
}

.steam_button {
  justify-content: center;
  align-items: flex-start;
  height: 12.5rem;
  display: flex;
}

.button_steam {
  z-index: 1;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  font-size: 1rem;
  line-height: 1.2rem;
  transition: transform .2s ease-out;
  display: flex;
  position: relative;
}

.button_steam:hover {
  transform: scale(1.05);
}

.button_steam.contact {
  margin-top: 0;
}

.ct_buttons {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  display: flex;
}

.button-005 {
  color: var(--background-color--white-secondary);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}

.button-005_bottom-line {
  background-color: var(--background-color--white-secondary);
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.button-005_left-line {
  background-color: var(--background-color--white-secondary);
  width: 1px;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.button-005_right-line {
  background-color: var(--background-color--white-secondary);
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.button-005_top-line {
  background-color: var(--background-color--white-secondary);
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}

.button-005_text {
  margin: 15px 25px;
  font-family: Exo, sans-serif;
  font-weight: 400;
}

.padding-section-large_curiosity {
  background-color: #000;
  padding-top: 30rem;
}

.padding-section-large_quickening {
  background-color: #000;
  padding-top: 7.5rem;
}

.success-message {
  color: #fff;
  background-color: #ffffff0d;
  border: 1px solid #ffffff1a;
  border-radius: 14px;
}

.subscribe-form {
  position: relative;
}

.hero-heading {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fff, #ffffff80);
  -webkit-background-clip: text;
  background-clip: text;
  padding-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 2.4rem;
  font-weight: 300;
}

.hero-content-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #b4b4b4;
  text-align: center;
  background-color: #070707;
  border: 1px solid #1b1b1d;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 650px;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  display: flex;
}

.highlighted-text {
  font-style: italic;
  font-weight: 400;
}

.subscribe-form-wrapper {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 0;
}

.error-message {
  color: #fff;
  background-color: #ff5e5e1a;
  border: 1px solid #ff5e5e;
  border-radius: 14px;
}

.text-field {
  color: #fff;
  background-color: #ffffff0d;
  border: 1px solid #1b1b1d;
  border-radius: 12px;
  height: 50px;
  padding: .5rem .5rem .5rem 1rem;
}

.text-field::placeholder {
  color: #b4b4b4;
}

.submit-button {
  color: #1a1a1a;
  background-color: #fff;
  border-radius: 8px;
  margin: .5rem;
  padding-top: 6px;
  transition: opacity .2s;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.submit-button:hover {
  opacity: .8;
}

.users-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  font-size: .875rem;
  display: flex;
}

.section-tag {
  background-color: #ffffff0d;
  border: 1px solid #ffffff1a;
  border-radius: 6px;
  padding: .375rem .5rem;
  font-size: .875rem;
}

.section-newsletter {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5rem 5vw 100px;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .about_img.is-3 {
    max-width: 65rem;
    transform: translate(-12rem);
  }

  .about_imgs {
    overflow: hidden;
  }

  .team-wrapper.fixed-width {
    width: 120vw;
  }
}

@media screen and (min-width: 1440px) {
  .about_img.is-3 {
    max-width: 65rem;
    transform: translate(-15rem);
  }

  .about_imgs {
    overflow: visible;
  }

  .main_wrapper {
    overflow: hidden;
  }

  .brand {
    justify-content: flex-start;
    align-items: center;
  }

  .image-25 {
    width: 8rem;
  }

  .form-wrapper {
    align-content: stretch;
  }
}

@media screen and (min-width: 1920px) {
  .about_img.is-3 {
    max-width: 85rem;
    overflow: visible;
    transform: translate(-19rem);
  }

  .about_img.is-4 {
    aspect-ratio: 2 / 3;
    max-width: 40rem;
    margin-top: 7.5rem;
    overflow: visible;
  }

  .about_imgs {
    overflow: visible;
  }

  .padding-section-large_2 {
    z-index: 1;
  }

  .container-large-2 {
    max-width: 100rem;
  }

  .img.is-about {
    overflow: visible;
  }

  .container {
    align-self: center;
  }

  .footer_wrapper {
    justify-content: center;
    align-items: stretch;
  }

  .footer_grid {
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    justify-items: stretch;
  }

  .section-footer.section--footer {
    justify-content: space-between;
    align-items: stretch;
  }

  .footer_wrapper-text, .image-2 {
    display: block;
  }

  .main_wrapper {
    overflow: hidden;
  }

  .container_home.page-padding.ct {
    margin-top: 5rem;
  }

  .brand {
    justify-content: flex-start;
    align-items: center;
  }

  .nav-wrapper {
    grid-column-gap: 10px;
  }

  .image-25 {
    width: 9rem;
  }

  .form-title {
    padding-top: 5rem;
  }

  .about_sticky_torinz {
    z-index: 999;
  }

  .section_wars {
    margin-top: 10rem;
  }

  .section_quote {
    margin-bottom: 20rem;
  }

  .video_box.curiosity, .video_box.quickening, .video_box.time-space, .video_box.reality, .video_box.torinz, .video_box.breadcrumbs, .video_box.nyctophobie {
    width: 40vw;
    height: 45vh;
  }

  .image_overlay.quickening_overlay {
    background-image: linear-gradient(#000, #0000 50%, #000), radial-gradient(circle, #fff0 55%, #000);
    margin-top: -1px;
  }

  .padding-section-large_3 {
    z-index: 1;
    padding-top: 25rem;
  }

  .padding-section-large_4 {
    z-index: 1;
  }

  .steam_button {
    position: relative;
  }

  .button_steam {
    z-index: 999;
    position: absolute;
  }

  .padding-section-large_curiosity {
    z-index: 1;
    padding-top: 60rem;
  }

  .padding-section-large_quickening {
    z-index: 1;
    padding-top: 35rem;
  }
}

@media screen and (max-width: 991px) {
  .heading-style-h3 {
    font-size: 2.9rem;
  }

  .heading-style-h3.is-small {
    font-size: 2.1rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .button.is-nav {
    justify-content: center;
    align-items: center;
  }

  .nav_button {
    color: #fff;
  }

  .nav_button.w--open {
    background-color: #0000;
  }

  .footer_component {
    flex-flow: wrap-reverse;
  }

  .footer-text {
    font-size: 21vw;
  }

  .footer-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    min-height: auto;
  }

  .footer_left {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .credits {
    margin-top: 4rem;
  }

  .nav_divider {
    display: none;
  }

  .nav-wrap {
    justify-content: space-between;
    align-items: center;
  }

  .nav_link {
    white-space: nowrap;
  }

  .nav-menu {
    background-color: #0000;
    border-radius: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    overflow: hidden;
  }

  .nav-left {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    padding-top: 2rem;
    padding-bottom: 1.5rem;
  }

  .nav-menu_wrap {
    background-color: var(--background-color--background-secondary);
    border-radius: 1rem;
    flex-flow: column;
    padding-bottom: 1rem;
    overflow: hidden;
  }

  .about_img.is-3 {
    max-width: 16rem;
    margin-top: 18rem;
    margin-left: 2rem;
  }

  .about_img.is-4 {
    max-width: 28rem;
    margin-top: 18rem;
    top: 120svh;
  }

  .about_img.is-5 {
    max-width: 22rem;
    top: 190svh;
  }

  .about_img.is-1 {
    max-width: 8rem;
    margin-top: 0;
  }

  .about_img.is-2 {
    max-width: 24rem;
    margin-top: 10rem;
  }

  .about_sticky_curiosity {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .about_imgs {
    margin-bottom: 4rem;
    padding-bottom: 10rem;
  }

  .padding-section-large_2 {
    padding-top: 5rem;
  }

  .about_sticky-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .img.is-about {
    width: 100%;
    height: 100%;
    position: relative;
    inset: auto;
  }

  .padding-bottom_footer {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    max-width: none;
  }

  .footer_grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .paragraph-20 {
    font-size: 1.25rem;
  }

  .section-footer.section--footer {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .display-heading-1 {
    font-size: 6rem;
  }

  .logos-wrap, .grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

  .section-team {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .team-wrapper {
    justify-content: flex-start;
    min-height: 500px;
    overflow: auto;
  }

  .member-name {
    font-size: 48px;
  }

  .team-card {
    min-width: 23.4em;
  }

  .nav-link.desktop-only {
    display: none;
  }

  .home-intro {
    height: 100vh;
    min-height: auto;
  }

  .stars.click-through {
    cursor: none;
  }

  .heading1 {
    padding-left: 8rem;
    padding-right: 8rem;
    font-size: 1.7rem;
  }

  .button-004_text {
    text-decoration: underline;
  }

  .menu-button-wrapper {
    justify-content: flex-end;
    align-items: center;
    width: 60px;
    height: 100%;
    display: flex;
  }

  .mobile-nav-menu {
    background-color: #060d11;
    border-top: 1px #eff9fc1a;
    border-bottom: 1px #0000;
  }

  .nav-menu-items {
    display: none;
  }

  .navbar {
    border-bottom: 1px #eff9fc1a;
  }

  .menu-icon {
    width: 30px;
  }

  .home_navbar {
    border-bottom: 1px solid #eff9fc1a;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .home_navbar.w--current {
    color: #fff;
    background-color: #04090c;
  }

  .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    justify-items: stretch;
  }

  .grid-wrapper {
    grid-row-gap: 20px;
    grid-template-rows: 1fr;
  }

  .menu-button {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .image-25 {
    width: 50%;
  }

  .services_navbar {
    border-bottom: 1px solid #eff9fc1a;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .services_navbar.w--current {
    color: #fff;
    background-color: #04090c;
  }

  .ct_navbar {
    border-bottom: 1px solid #eff9fc1a;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .ct_navbar.w--current {
    color: #fff;
    background-color: #04090c;
  }

  .contact_navbar {
    border-bottom: 1px solid #eff9fc1a;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .contact_navbar.w--current {
    color: #fff;
    background-color: #04090c;
  }

  .form-wrapper {
    grid-row-gap: 48px;
    padding-top: 48px;
    padding-bottom: 120px;
    padding-right: 0;
  }

  .form-title {
    text-align: center;
  }

  .background-wrapper.half-page {
    border-top: 1px solid #eff9fc1a;
    width: 100%;
    min-height: 500px;
    display: none;
    position: relative;
  }

  .content-wrapper-2 {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .contact-hero {
    min-height: 50vh;
  }

  .grid-wrapper-4 {
    grid-row-gap: 20px;
    grid-template-rows: 1fr;
  }

  .js-clock {
    width: 66%;
  }

  .socials-nav {
    display: none;
  }

  .about_sticky_torinz, .about_sticky_q {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .socials_nav_mobile {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    display: flex;
  }

  .about_sticky_wars, .about_sticky_breadcrumbs, .about_sticky_time-space, .about_sticky_nyctophobie, .about_sticky_reality, .about_sticky_quote {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .video_box.curiosity {
    width: 80vw;
    height: 50vh;
    margin-top: 5rem;
  }

  .video_box.quickening, .video_box.time-space, .video_box.reality, .video_box.torinz, .video_box.breadcrumbs, .video_box.nyctophobie {
    width: 80vw;
  }

  .image-29, .image-30 {
    aspect-ratio: 3 / 2;
    object-fit: cover;
  }

  .padding-section-large_3, .padding-section-large_4 {
    padding-top: 15rem;
  }

  .image-31, .image-32 {
    aspect-ratio: 3 / 2;
    object-fit: cover;
  }

  .button-005_text {
    text-decoration: underline;
  }

  .padding-section-large_curiosity, .padding-section-large_quickening {
    padding-top: 5rem;
  }

  .section-newsletter {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .heading-style-h3 {
    font-size: 3.4rem;
  }

  .heading-style-h3.is-small {
    font-size: 1.6rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .footer_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .about_img.is-3 {
    margin-left: 0;
    top: 140svh;
    left: 0;
    transform: translate(-2rem);
  }

  .about_img.is-6 {
    top: 200svh;
  }

  .about_img.is-4 {
    max-width: 20rem;
    margin-right: 0;
    top: 100svh;
  }

  .about_img.is-5 {
    max-width: 16rem;
    margin-top: 18rem;
    top: 170svh;
  }

  .about_img.is-1 {
    top: 80svh;
  }

  .about_img.is-2 {
    max-width: 18rem;
    margin-top: 20rem;
    top: 50svh;
    right: 0;
  }

  .padding-global-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .about_sticky_curiosity, .about_sticky-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .padding-bottom_footer {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .paragraph-20 {
    width: 100%;
  }

  .section-footer.section--footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .footer_wrapper-text {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .display-heading-1 {
    font-size: 4rem;
  }

  .subheading {
    font-size: 18px;
  }

  .heading-medium {
    font-size: 50px;
  }

  .grid-three-column {
    grid-template-columns: 1fr;
  }

  .team-wrapper {
    min-height: 500px;
  }

  .member-name {
    font-size: 42px;
  }

  .nav-link {
    display: none;
  }

  .heading1 {
    padding-left: 6rem;
    padding-right: 6rem;
    font-size: 1.6rem;
  }

  .image-25 {
    width: auto;
    max-width: 70%;
  }

  .form-wrapper {
    padding-top: 36px;
    padding-bottom: 80px;
  }

  .background-wrapper.half-page {
    min-height: 400px;
  }

  .content-wrapper-2 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .contact-hero {
    min-height: 60vh;
  }

  .box {
    width: auto;
    height: auto;
    margin-left: 4px;
    margin-right: 4px;
    padding-left: 2px;
    padding-right: 2px;
  }

  .clock-label {
    color: #b1b1b185;
    font-weight: 700;
  }

  .clock-number {
    font-size: 8vw;
  }

  .about_sticky_torinz, .about_sticky_q {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .modal-scroll-content-w {
    padding: 2rem;
  }

  .grid__col {
    width: 100%;
  }

  .modal-w-scroll {
    margin-bottom: 0;
  }

  .about_sticky_wars, .about_sticky_breadcrumbs, .about_sticky_time-space, .about_sticky_nyctophobie, .about_sticky_reality, .about_sticky_quote {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .padding-section-large_3 {
    padding-top: 20rem;
  }
}

@media screen and (max-width: 479px) {
  .heading-style-h3 {
    font-size: 3rem;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-style-h2 {
    font-size: 1.4rem;
  }

  .main-wrapper {
    overflow: clip;
  }

  .hero-background {
    border-radius: 0;
  }

  .credits {
    flex-flow: wrap;
    margin-top: 2rem;
  }

  .icon:where(.w-variant-70bb92a8-5ae0-0df3-e45a-965420160f6e) {
    color: #000;
  }

  .about_img.is-3 {
    max-width: 23rem;
    margin-top: 10rem;
    transform: translate(-4rem);
  }

  .about_img.is-6 {
    margin-top: 22rem;
    margin-bottom: 5rem;
  }

  .about_img.is-4 {
    margin-top: 12.5rem;
    transform: translate(2rem);
  }

  .about_img.is-5 {
    margin-top: 15rem;
  }

  .about_img.is-1 {
    max-width: 0;
  }

  .about_img.is-2 {
    max-width: 20rem;
    margin-top: 5rem;
  }

  .about_imgs {
    margin-bottom: 6rem;
    padding-bottom: 8rem;
    overflow: hidden;
  }

  .about-spacer.is-20rem {
    padding-top: 0;
  }

  .padding-section-large_2 {
    padding-top: 2.5rem;
  }

  .text-xs {
    text-align: center;
    font-size: 2rem;
  }

  .container-large-2 {
    max-width: 100%;
  }

  .about_wrap.wars {
    box-shadow: inset 0 0 100px 80px #000;
  }

  .about_wrap.breadcrumbs {
    box-shadow: inset 0 0 190px 50px #000;
  }

  .about_wrap.time-space {
    box-shadow: inset 0 20px 100px 70px #000;
  }

  .about_wrap.nyctophobie {
    box-shadow: inset 0 0 60px 30px #000;
  }

  .about_wrap.reality {
    box-shadow: inset 0 30px 90px 80px #000;
  }

  .about_wrap.quote {
    aspect-ratio: 2 / 3;
  }

  .img.is-about {
    overflow: hidden;
  }

  .text-2xl.text-align-center {
    font-size: 1rem;
  }

  .padding-bottom_footer {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer_description {
    justify-content: center;
    align-items: center;
  }

  .container {
    flex-wrap: nowrap;
  }

  .footer_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .paragraph-20.txt-white {
    font-size: 1rem;
  }

  .footer_wrapper-text {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-top: 1rem;
  }

  .display-heading-1 {
    margin-bottom: 1rem;
    font-size: 14vw;
  }

  .display-heading-1.txt-white.mb-24, .display-heading-1.txt-white.mb-24.w--current {
    font-size: 5rem;
  }

  .image-2 {
    transform: scale(1.2);
  }

  .main_wrapper {
    overflow: hidden;
  }

  .light_left {
    height: 55rem;
  }

  .light_right {
    height: 30rem;
  }

  .logos-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .section-header {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-medium {
    margin-bottom: 18px;
    font-size: 36px;
  }

  .um_logo {
    margin-bottom: -24rem;
  }

  .ct_logo {
    max-width: 65%;
    margin-top: 5rem;
  }

  .slider {
    margin-bottom: 3rem;
  }

  .mask {
    width: 100%;
  }

  .img-2 {
    aspect-ratio: auto;
  }

  .img-2.first {
    height: 70%;
  }

  .left-arrow {
    margin-left: 1rem;
  }

  .right-arrow {
    margin-right: 1rem;
  }

  .slide-nav {
    margin-bottom: 40px;
  }

  .section-team {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .team-wrapper {
    min-height: 475px;
    padding-bottom: 80px;
  }

  .team-card {
    width: 90vw;
    min-width: auto;
    max-width: 350px;
  }

  .member-image {
    filter: grayscale(0%);
  }

  .button_trailer.contact {
    margin-left: auto;
    margin-right: auto;
  }

  .home-intro {
    height: 95vh;
  }

  .image-24 {
    width: 70vw;
  }

  .heading1 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    font-size: 1.4rem;
  }

  .mobile-nav-menu {
    border-top-style: none;
  }

  .navbar {
    border-bottom: 1px #eff9fc1a;
    height: 70px;
  }

  .home_navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-25 {
    width: 100%;
    max-width: none;
  }

  .services_navbar, .ct_navbar, .contact_navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .form-wrapper {
    padding-bottom: 60px;
  }

  .background-wrapper.half-page {
    min-height: 350px;
    display: none;
  }

  .content-wrapper-2 {
    grid-row-gap: 36px;
  }

  .contact-hero {
    min-height: 70vh;
    margin-bottom: 2.5rem;
  }

  .icon-4, .icon-5 {
    margin-top: 90px;
  }

  .heading-3 {
    text-align: center;
    padding-bottom: 2rem;
    font-size: 12vw;
    line-height: 70px;
  }

  .box.box-3 {
    width: 50px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .clock-number {
    font-size: 10vw;
    font-weight: 600;
  }

  .js-clock {
    padding-top: 0;
  }

  .socials-nav {
    display: none;
  }

  .text-span-17 {
    font-size: 1.7rem;
  }

  .section_curiosity {
    overflow: visible;
  }

  .section_breadcrumbs {
    margin-top: 5rem;
  }

  .section_reality {
    margin-top: 10rem;
  }

  .close-btn-w {
    width: 3rem;
    height: 3rem;
    margin-top: 1.5rem;
    margin-right: 1.5rem;
  }

  .btn-w {
    font-size: .9375rem;
  }

  .modal-02-popup {
    padding-left: 0;
    padding-right: 0;
  }

  .modal-scroll-content-w, .card-w {
    padding: 1.5rem;
  }

  .modal-scroll {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .modal-01-popup {
    padding-left: 0;
    padding-right: 0;
  }

  .x-container {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .modal-w-scroll {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .socials_nav_mobile {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    display: flex;
  }

  .privacy {
    font-size: .9375rem;
  }

  .modal-03-popup {
    padding-left: 0;
    padding-right: 0;
  }

  .press {
    font-size: .9375rem;
  }

  .video_box.curiosity {
    width: 90vw;
    height: 30vh;
    margin-top: 10rem;
  }

  .video_box.quickening, .video_box.time-space {
    width: 90vw;
    height: 30vh;
    margin-top: 12.5rem;
  }

  .video_box.reality {
    width: 90vw;
    height: 30vh;
  }

  .video_box.torinz, .video_box.breadcrumbs, .video_box.nyctophobie {
    width: 90vw;
    height: 30vh;
    margin-top: 12.5rem;
  }

  .image_overlay.quote_overlay {
    background-image: linear-gradient(90deg, #fff0 75%, #0000), linear-gradient(#000, #fff0 50%, #000), radial-gradient(circle, #fff0 50%, #000);
  }

  .image-29 {
    aspect-ratio: 2 / 3;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .image-30 {
    aspect-ratio: 2 / 3;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
  }

  .padding-section-large_3 {
    padding-top: 30rem;
  }

  .padding-section-large_4 {
    padding-top: 15rem;
  }

  .image-31 {
    aspect-ratio: 2 / 3;
  }

  .image-32 {
    aspect-ratio: 2 / 3;
    object-fit: cover;
    object-position: 80% 50%;
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .image-33 {
    aspect-ratio: 3 / 2;
    object-fit: cover;
  }

  .padding-section-large_curiosity, .padding-section-large_quickening {
    padding-top: 2.5rem;
  }

  .hero-content-container {
    padding: 1rem;
  }

  .section-newsletter {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

#w-node-_85cd4b13-981c-6fd7-5ce2-1228d8bab8aa-5b781d75 {
  grid-area: 1 / 1 / 2 / 4;
  justify-self: stretch;
}

#w-node-_85cd4b13-981c-6fd7-5ce2-1228d8bab8ab-5b781d75 {
  justify-self: start;
}

#w-node-_85cd4b13-981c-6fd7-5ce2-1228d8bab8ad-5b781d75 {
  justify-self: center;
}

#w-node-_85cd4b13-981c-6fd7-5ce2-1228d8bab8ae-5b781d75 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_85cd4b13-981c-6fd7-5ce2-1228d8bab8b1-5b781d75 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_85cd4b13-981c-6fd7-5ce2-1228d8bab8b2-5b781d75 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_85cd4b13-981c-6fd7-5ce2-1228d8bab8b5-5b781d75 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: center;
}

#w-node-_85cd4b13-981c-6fd7-5ce2-1228d8bab8b9-5b781d75 {
  grid-area: 1 / 6 / 2 / 7;
  justify-self: center;
}

#w-node-_85cd4b13-981c-6fd7-5ce2-1228d8bab8ba-5b781d75 {
  grid-area: 1 / 7 / 2 / 8;
}

#w-node-_85cd4b13-981c-6fd7-5ce2-1228d8bab8bd-5b781d75, #w-node-_85cd4b13-981c-6fd7-5ce2-1228d8bab8d0-5b781d75 {
  place-self: center end;
}

#w-node-_26fd4d00-caed-292f-6e29-bcdc97062599-5b781d75 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26fd4d00-caed-292f-6e29-bcdc970625bf-5b781d75 {
  justify-self: end;
}

#w-node-_217585ea-51a9-0c13-3f52-bb35d536cd5c-5b781d78 {
  grid-area: 1 / 1 / 2 / 4;
  justify-self: stretch;
}

#w-node-_217585ea-51a9-0c13-3f52-bb35d536cd5d-5b781d78 {
  justify-self: start;
}

#w-node-_217585ea-51a9-0c13-3f52-bb35d536cd5f-5b781d78 {
  justify-self: center;
}

#w-node-_217585ea-51a9-0c13-3f52-bb35d536cd60-5b781d78 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_217585ea-51a9-0c13-3f52-bb35d536cd63-5b781d78 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_217585ea-51a9-0c13-3f52-bb35d536cd64-5b781d78 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_217585ea-51a9-0c13-3f52-bb35d536cd67-5b781d78 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: center;
}

#w-node-_217585ea-51a9-0c13-3f52-bb35d536cd6b-5b781d78 {
  grid-area: 1 / 6 / 2 / 7;
  justify-self: center;
}

#w-node-_217585ea-51a9-0c13-3f52-bb35d536cd6c-5b781d78 {
  grid-area: 1 / 7 / 2 / 8;
}

#w-node-_217585ea-51a9-0c13-3f52-bb35d536cd6f-5b781d78, #w-node-_217585ea-51a9-0c13-3f52-bb35d536cd82-5b781d78 {
  place-self: center end;
}

#w-node-_52431558-18f7-6418-ebad-d8761cbcb69b-5b781d78, #w-node-_52431558-18f7-6418-ebad-d8761cbcb6a3-5b781d78, #w-node-_52431558-18f7-6418-ebad-d8761cbcb6ad-5b781d78, #w-node-c5dcbf90-983a-1184-4699-2416c00ceb87-5b781d78, #w-node-f1dc8bc4-fce8-69e3-e1ed-b35eb34563ab-5b781d78, #w-node-d3480153-76db-4b76-ff08-913194e8ba16-5b781d78, #w-node-_03837d2a-18c9-601a-027a-3c2e9eb5446b-9eb54467 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_03837d2a-18c9-601a-027a-3c2e9eb5447f-9eb54467 {
  justify-self: end;
}

#w-node-_8d067828-fc91-22a3-ec85-bc24e63c07d1-5b781d79 {
  grid-area: 1 / 1 / 2 / 4;
  justify-self: stretch;
}

#w-node-_8d067828-fc91-22a3-ec85-bc24e63c07d2-5b781d79 {
  justify-self: start;
}

#w-node-_8d067828-fc91-22a3-ec85-bc24e63c07d4-5b781d79 {
  justify-self: center;
}

#w-node-_8d067828-fc91-22a3-ec85-bc24e63c07d5-5b781d79 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8d067828-fc91-22a3-ec85-bc24e63c07d8-5b781d79 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_8d067828-fc91-22a3-ec85-bc24e63c07d9-5b781d79 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_8d067828-fc91-22a3-ec85-bc24e63c07dc-5b781d79 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: center;
}

#w-node-_8d067828-fc91-22a3-ec85-bc24e63c07e0-5b781d79 {
  grid-area: 1 / 6 / 2 / 7;
  justify-self: center;
}

#w-node-_8d067828-fc91-22a3-ec85-bc24e63c07e1-5b781d79 {
  grid-area: 1 / 7 / 2 / 8;
}

#w-node-_8d067828-fc91-22a3-ec85-bc24e63c07e4-5b781d79, #w-node-_8d067828-fc91-22a3-ec85-bc24e63c07f7-5b781d79 {
  place-self: center end;
}

#w-node-_01176b07-a2f7-4c63-056b-8ea4f293a4b6-5b781d79 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_01176b07-a2f7-4c63-056b-8ea4f293a4b7-5b781d79 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#contact-mail.w-node-_64de09e1-7df0-e416-1881-008a1ea2c47e-5b781d79 {
  justify-self: start;
}

#w-node-_7f366b76-31b1-4c5d-791d-f82aa5ba46b0-5b781d79 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f366b76-31b1-4c5d-791d-f82aa5ba46d6-5b781d79 {
  justify-self: end;
}

#w-node-_61d75342-c26d-89f9-5be7-d2ac0703f353-2cc1731f {
  grid-area: 1 / 1 / 2 / 4;
  justify-self: stretch;
}

#w-node-_61d75342-c26d-89f9-5be7-d2ac0703f354-2cc1731f {
  justify-self: start;
}

#w-node-_61d75342-c26d-89f9-5be7-d2ac0703f356-2cc1731f {
  justify-self: center;
}

#w-node-_61d75342-c26d-89f9-5be7-d2ac0703f357-2cc1731f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_61d75342-c26d-89f9-5be7-d2ac0703f35a-2cc1731f {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_61d75342-c26d-89f9-5be7-d2ac0703f35b-2cc1731f {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_61d75342-c26d-89f9-5be7-d2ac0703f35e-2cc1731f {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: center;
}

#w-node-_61d75342-c26d-89f9-5be7-d2ac0703f362-2cc1731f {
  grid-area: 1 / 6 / 2 / 7;
  justify-self: center;
}

#w-node-_61d75342-c26d-89f9-5be7-d2ac0703f363-2cc1731f {
  grid-area: 1 / 7 / 2 / 8;
}

#w-node-_61d75342-c26d-89f9-5be7-d2ac0703f366-2cc1731f, #w-node-_61d75342-c26d-89f9-5be7-d2ac0703f379-2cc1731f {
  place-self: center end;
}

#w-node-eed1a9b4-1203-2372-3841-6d5a4880b428-2cc1731f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eed1a9b4-1203-2372-3841-6d5a4880b44e-2cc1731f {
  justify-self: end;
}

#w-node-_20c9aaa6-3300-3843-b22c-3b931068f7be-bcff6e62 {
  grid-area: 1 / 1 / 2 / 4;
  justify-self: stretch;
}

#w-node-_20c9aaa6-3300-3843-b22c-3b931068f7bf-bcff6e62 {
  justify-self: start;
}

#w-node-_20c9aaa6-3300-3843-b22c-3b931068f7c1-bcff6e62 {
  justify-self: center;
}

#w-node-_20c9aaa6-3300-3843-b22c-3b931068f7c2-bcff6e62 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_20c9aaa6-3300-3843-b22c-3b931068f7c5-bcff6e62 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_20c9aaa6-3300-3843-b22c-3b931068f7c6-bcff6e62 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_20c9aaa6-3300-3843-b22c-3b931068f7c9-bcff6e62 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: center;
}

#w-node-_20c9aaa6-3300-3843-b22c-3b931068f7cd-bcff6e62 {
  grid-area: 1 / 6 / 2 / 7;
  justify-self: center;
}

#w-node-_20c9aaa6-3300-3843-b22c-3b931068f7ce-bcff6e62 {
  grid-area: 1 / 7 / 2 / 8;
}

#w-node-_20c9aaa6-3300-3843-b22c-3b931068f7d1-bcff6e62, #w-node-_20c9aaa6-3300-3843-b22c-3b931068f7e4-bcff6e62 {
  place-self: center end;
}

#w-node-_20c9aaa6-3300-3843-b22c-3b931068f837-bcff6e62 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_20c9aaa6-3300-3843-b22c-3b931068f85d-bcff6e62 {
  justify-self: end;
}

@media screen and (min-width: 1920px) {
  #w-node-_85cd4b13-981c-6fd7-5ce2-1228d8bab8ab-5b781d75 {
    justify-self: start;
  }

  #w-node-_85cd4b13-981c-6fd7-5ce2-1228d8bab8b2-5b781d75 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_85cd4b13-981c-6fd7-5ce2-1228d8bab8bd-5b781d75, #w-node-_85cd4b13-981c-6fd7-5ce2-1228d8bab8d0-5b781d75 {
    justify-self: end;
  }

  #w-node-_217585ea-51a9-0c13-3f52-bb35d536cd5d-5b781d78 {
    justify-self: start;
  }

  #w-node-_217585ea-51a9-0c13-3f52-bb35d536cd64-5b781d78 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_217585ea-51a9-0c13-3f52-bb35d536cd6f-5b781d78, #w-node-_217585ea-51a9-0c13-3f52-bb35d536cd82-5b781d78 {
    justify-self: end;
  }

  #w-node-_8d067828-fc91-22a3-ec85-bc24e63c07d2-5b781d79 {
    justify-self: start;
  }

  #w-node-_8d067828-fc91-22a3-ec85-bc24e63c07d9-5b781d79 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_8d067828-fc91-22a3-ec85-bc24e63c07e4-5b781d79, #w-node-_8d067828-fc91-22a3-ec85-bc24e63c07f7-5b781d79 {
    justify-self: end;
  }

  #w-node-_01176b07-a2f7-4c63-056b-8ea4f293a4b7-5b781d79 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_61d75342-c26d-89f9-5be7-d2ac0703f354-2cc1731f {
    justify-self: start;
  }

  #w-node-_61d75342-c26d-89f9-5be7-d2ac0703f35b-2cc1731f {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_61d75342-c26d-89f9-5be7-d2ac0703f366-2cc1731f, #w-node-_61d75342-c26d-89f9-5be7-d2ac0703f379-2cc1731f {
    justify-self: end;
  }

  #w-node-_20c9aaa6-3300-3843-b22c-3b931068f7bf-bcff6e62 {
    justify-self: start;
  }

  #w-node-_20c9aaa6-3300-3843-b22c-3b931068f7c6-bcff6e62 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_20c9aaa6-3300-3843-b22c-3b931068f7d1-bcff6e62, #w-node-_20c9aaa6-3300-3843-b22c-3b931068f7e4-bcff6e62 {
    justify-self: end;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_85cd4b13-981c-6fd7-5ce2-1228d8bab8ab-5b781d75, #w-node-_217585ea-51a9-0c13-3f52-bb35d536cd5d-5b781d78, #w-node-_8d067828-fc91-22a3-ec85-bc24e63c07d2-5b781d79 {
    justify-self: start;
  }

  #w-node-_01176b07-a2f7-4c63-056b-8ea4f293a4b7-5b781d79 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_61d75342-c26d-89f9-5be7-d2ac0703f354-2cc1731f, #w-node-_20c9aaa6-3300-3843-b22c-3b931068f7bf-bcff6e62 {
    justify-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_85cd4b13-981c-6fd7-5ce2-1228d8bab8ab-5b781d75 {
    justify-self: start;
  }

  #w-node-_85cd4b13-981c-6fd7-5ce2-1228d8bab8d9-5b781d75 {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: end;
  }

  #w-node-_217585ea-51a9-0c13-3f52-bb35d536cd5d-5b781d78 {
    justify-self: start;
  }

  #w-node-_217585ea-51a9-0c13-3f52-bb35d536cd8b-5b781d78 {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: end;
  }

  #w-node-_52431558-18f7-6418-ebad-d8761cbcb6ad-5b781d78, #w-node-c5dcbf90-983a-1184-4699-2416c00ceb87-5b781d78, #w-node-f1dc8bc4-fce8-69e3-e1ed-b35eb34563ab-5b781d78, #w-node-d3480153-76db-4b76-ff08-913194e8ba16-5b781d78 {
    grid-column: span 2 / span 2;
  }

  #w-node-_8d067828-fc91-22a3-ec85-bc24e63c07d2-5b781d79 {
    justify-self: start;
  }

  #w-node-_8d067828-fc91-22a3-ec85-bc24e63c0800-5b781d79 {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: end;
  }

  #w-node-_01176b07-a2f7-4c63-056b-8ea4f293a4b7-5b781d79 {
    grid-column: span 3 / span 3;
    place-self: start center;
  }

  #w-node-_01176b07-a2f7-4c63-056b-8ea4f293a4b8-5b781d79, #contact-mail.w-node-_64de09e1-7df0-e416-1881-008a1ea2c47e-5b781d79 {
    justify-self: center;
  }

  #w-node-_01176b07-a2f7-4c63-056b-8ea4f293a4d9-5b781d79 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_61d75342-c26d-89f9-5be7-d2ac0703f354-2cc1731f {
    justify-self: start;
  }

  #w-node-_61d75342-c26d-89f9-5be7-d2ac0703f382-2cc1731f {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: end;
  }

  #w-node-_20c9aaa6-3300-3843-b22c-3b931068f7bf-bcff6e62 {
    justify-self: start;
  }

  #w-node-_20c9aaa6-3300-3843-b22c-3b931068f7ed-bcff6e62 {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_52431558-18f7-6418-ebad-d8761cbcb6ad-5b781d78, #w-node-c5dcbf90-983a-1184-4699-2416c00ceb87-5b781d78, #w-node-f1dc8bc4-fce8-69e3-e1ed-b35eb34563ab-5b781d78, #w-node-d3480153-76db-4b76-ff08-913194e8ba16-5b781d78 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_26fd4d00-caed-292f-6e29-bcdc97062599-5b781d75 {
    order: 2;
  }

  #w-node-_26fd4d00-caed-292f-6e29-bcdc970625bf-5b781d75 {
    order: 1;
  }

  #w-node-_03837d2a-18c9-601a-027a-3c2e9eb5446b-9eb54467 {
    order: 2;
  }

  #w-node-_03837d2a-18c9-601a-027a-3c2e9eb5447f-9eb54467 {
    order: 1;
  }

  #w-node-_01176b07-a2f7-4c63-056b-8ea4f293a4b6-5b781d79 {
    align-self: center;
  }

  #w-node-_01176b07-a2f7-4c63-056b-8ea4f293a4b7-5b781d79 {
    justify-self: center;
  }

  #w-node-_7f366b76-31b1-4c5d-791d-f82aa5ba46b0-5b781d79 {
    order: 2;
  }

  #w-node-_7f366b76-31b1-4c5d-791d-f82aa5ba46d6-5b781d79 {
    order: 1;
  }

  #w-node-eed1a9b4-1203-2372-3841-6d5a4880b428-2cc1731f {
    order: 2;
  }

  #w-node-eed1a9b4-1203-2372-3841-6d5a4880b44e-2cc1731f {
    order: 1;
  }

  #w-node-_20c9aaa6-3300-3843-b22c-3b931068f837-bcff6e62 {
    order: 2;
  }

  #w-node-_20c9aaa6-3300-3843-b22c-3b931068f85d-bcff6e62 {
    order: 1;
  }
}


@font-face {
  font-family: 'Cabinetgrotesk Variable';
  src: url('../fonts/CabinetGrotesk-Variable.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zodiak Variable';
  src: url('../fonts/Zodiak-Variable.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bricolagegrotesque Variablefont Opsz Wdth Wght';
  src: url('../images/') format('truetype');
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}