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

@font-face {
  font-family: Geist;
  src: url('../fonts/Geist-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

:root {
  --black: black;
  --dark: #1d1e1f;
  --white: white;
  --midgrey: #8f8f8f;
  --grey: #fafbfc;
  --dark-black: #0d0d0e;
}

.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;
}

body {
  color: #fff;
  font-family: Sora;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 2rem;
  font-size: 38px;
  font-weight: 700;
  line-height: 56px;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5rem;
}

h3 {
  margin-top: 3rem;
  margin-bottom: 10px;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 4.5rem;
}

p {
  margin-bottom: 10px;
}

a {
  color: #fff;
  text-decoration: none;
}

.page-wrapper {
  background-color: #131314;
  min-height: 100vh;
  position: relative;
}

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

.main-wrapper {
  z-index: 1;
  position: relative;
}

.padding-section-large {
  align-self: center;
  padding-top: 0;
  padding-bottom: 7rem;
}

.content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  width: 100vw;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.gradient {
  z-index: 0;
  opacity: .35;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: -40% 0% auto;
}

.namma-logo {
  align-self: center;
}

.work-section {
  z-index: auto;
  background-color: #131314;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  padding-top: 0;
  display: flex;
  position: relative;
}

.youtube-container {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  font-size: 1rem;
  transition: all .2s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.youtube-container:hover {
  transform: scale(1.05);
}

.cards_wrapper {
  z-index: 99999999;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-self: center;
  margin-bottom: 14rem;
  display: flex;
  position: relative;
}

.card {
  border-radius: 1rem;
  width: 100%;
  min-height: 35rem;
  display: flex;
  position: sticky;
  top: 10%;
  overflow: hidden;
}

.card.is-one {
  z-index: auto;
  color: #3330;
  background-color: #fff0;
  border-radius: 0;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  width: 100%;
  height: 50vh;
  min-height: auto;
  top: 25vh;
}

.card.is-two {
  z-index: auto;
  background-color: #fff0;
  border-radius: 0;
  height: 50vh;
  min-height: auto;
  top: 25vh;
}

.card.is-three {
  z-index: auto;
  background-color: #0000;
  border-radius: 0;
  height: 50vh;
  min-height: auto;
  top: 25vh;
}

.card.is-tfour {
  background-color: #fff0;
  border-radius: 0;
  height: 50vh;
  min-height: auto;
  top: 25vh;
}

.card.is-five {
  z-index: auto;
  background-color: #fff0;
  border-radius: 0;
  height: 50vh;
  min-height: auto;
  top: 25vh;
}

.card_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  padding: 2rem;
  display: flex;
}

.card_image {
  object-fit: cover;
  border-radius: 0;
  width: 50vw;
  max-width: none;
  padding-left: .5rem;
  padding-right: .5rem;
}

.card_number-circle {
  background-color: #fff;
  border-radius: 20rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.card_number {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}

.hero-stage {
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  position: static;
  inset: 0%;
}

.hero-image-container {
  object-fit: fill;
  justify-content: center;
  align-items: stretch;
  width: 100vw;
  height: 100vh;
  padding: 10rem 12rem;
  display: flex;
  position: relative;
}

.hero-image-container.slice-host.slice-onload.round-xl {
  z-index: 0;
  background-color: #131314;
  align-items: center;
  padding: 0;
  position: fixed;
}

.img {
  z-index: 0;
  opacity: .2;
  pointer-events: none;
  object-fit: cover;
  border-radius: 8px;
  width: 100vw;
  height: 100vh;
  position: fixed;
}

.grid {
  z-index: 9999999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  pointer-events: auto;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  width: 100vw;
  height: 100svh;
  position: fixed;
  inset: 0%;
}

.action-bar {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--black);
  opacity: 1;
  -webkit-backdrop-filter: blur(220px);
  backdrop-filter: blur(220px);
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: .5rem;
  display: flex;
}

.link-block {
  background-color: var(--dark);
  border-radius: 99px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 56px;
  transition: color .35s, background-color .35s;
  display: flex;
}

.link-block:hover {
  background-color: var(--black);
  color: #e0e9eb;
}

.link-block.is-transparent {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.link-block.is-transparent.w--current {
  background-color: var(--black);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  transition: color .35s, background-color .35s;
}

.link-block.is-transparent.w--current:hover {
  color: #000;
  -webkit-text-fill-color: inherit;
  background-color: #fafbfc;
  background-clip: border-box;
}

.navi-container {
  pointer-events: auto;
}

.link-text {
  text-align: center;
  letter-spacing: 2px;
  font-family: Geistmono, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.link-text.name-txt {
  color: var(--dark);
  text-transform: uppercase;
  font-size: 12px;
}

.link-text.name-txt-white {
  color: var(--white);
  text-transform: none;
  font-family: Geist, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

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

.link-text.sidenavi-txt {
  color: var(--dark);
  text-align: left;
  text-transform: uppercase;
  mix-blend-mode: normal;
  background-color: #2f303100;
  flex: 0 auto;
  align-self: center;
  font-size: 12px;
}

.link-text.sidenavi-txt--r {
  color: var(--dark);
  text-transform: uppercase;
  transform: rotate(90deg);
}

.div-block {
  background-color: var(--dark);
  width: 24px;
  height: 1px;
}

.div-block-2 {
  background-color: var(--dark);
  order: 9999;
  width: 1px;
  height: 23px;
}

.corner-box.r-t {
  display: flex;
}

.corner-box.l-b {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.corner-box.r-b {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.corner-box.sidenavi {
  color: var(--dark);
}

.div-block-2-copy {
  background-color: var(--dark);
  order: 0;
  width: 1px;
  height: 23px;
}

.line-scale {
  background-color: var(--dark);
  order: -9999;
  width: 1px;
  height: 23px;
}

.about-section {
  background-color: #131314;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 0;
  display: flex;
  position: relative;
}

.footer-section {
  z-index: 29;
  background-color: #131314;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 100vh;
  min-height: 100vh;
  display: block;
  position: relative;
}

.sidenavi-container-left {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100%;
  display: flex;
  overflow: visible;
}

.sidenavi-container-right {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
  overflow: visible;
}

.black-dot {
  background-color: var(--dark);
  order: 0;
  align-self: auto;
  width: 11px;
  height: 11px;
}

.div-block-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 1;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center;
  align-self: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.sidenavi-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
  transform: rotate(-90deg);
}

.div-block-6 {
  align-self: center;
  height: 100%;
}

.sidenavi-container-r {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100%;
  display: flex;
  overflow: visible;
}

.sidenavi-wrapper-right {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
  transform: rotate(90deg);
}

.exp-soc-grid {
  z-index: 9999999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  position: relative;
}

.subline-wrapper {
  text-align: left;
  margin-bottom: 0;
  padding-left: .5rem;
}

.subline-txt {
  color: var(--white);
  letter-spacing: 1px;
  font-family: Geist, Arial, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.copy-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  pointer-events: auto;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: center;
  margin-bottom: 0;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.copy-txt {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Geistmono, Arial, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}

.copy-txt.spacer {
  margin-bottom: 8rem;
}

.text-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  height: auto;
  padding-left: .5rem;
  transition: all .35s;
  display: flex;
}

.text-link:hover {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  color: var(--black);
}

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

.intro-section {
  width: 100vw;
  height: 100vh;
}

.grid-intro {
  z-index: 9999999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  pointer-events: none;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  width: 100vw;
  height: 100vh;
  position: relative;
  inset: 0%;
}

.link-text-intro {
  color: var(--dark);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Geistmono, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.link-text-intro.name-txt {
  color: var(--dark);
  text-transform: uppercase;
  font-size: 12px;
}

.link-text-intro.name-txt-white {
  color: var(--white);
  text-transform: uppercase;
  font-weight: 400;
}

.link-text-intro.is-dark {
  color: var(--dark);
}

.link-text-intro.sidenavi-txt {
  color: var(--dark);
  text-align: left;
  text-transform: uppercase;
  flex: 0 auto;
  align-self: center;
  font-size: 12px;
}

.link-text-intro.sidenavi-txt--r {
  color: var(--dark);
  text-transform: uppercase;
  transform: rotate(90deg);
}

.big-head-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100vw;
  height: 100vh;
  padding-top: 0;
  padding-left: 12rem;
  padding-right: 12rem;
  display: flex;
  position: absolute;
  overflow: visible;
}

.heading {
  color: var(--dark);
  text-align: center;
  flex: 1;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geist, Arial, sans-serif;
  font-size: 0;
  line-height: 50;
  overflow: visible;
}

.text-span {
  color: var(--midgrey);
}

.grid-mobile {
  z-index: 9999999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  pointer-events: none;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.bold-text {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  vertical-align: text-bottom;
  font-size: 4cqw;
  font-weight: 700;
  line-height: 4cqw;
  display: inline;
  container-type: inline-size;
}

.skill-cards-container {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100vw;
  height: 20vh;
  margin-bottom: auto;
  display: block;
}

.skill-card {
  background-color: var(--dark);
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 0;
  line-height: 20;
  display: block;
  position: static;
}

.text-block {
  font-family: Geist, Arial, sans-serif;
  font-size: 12px;
  position: absolute;
  transform: rotate(0);
}

.skill-card-txt {
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: auto;
  height: auto;
  font-family: Geistmono, Arial, sans-serif;
  font-weight: 400;
  display: flex;
  position: static;
  transform: none;
}

.card-border {
  border: 1px solid var(--midgrey);
  width: 100%;
  height: auto;
  position: static;
}

.skill-card-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.skill-block-container {
  flex: 1;
  align-self: auto;
  width: 100vw;
  height: 20vh;
  position: static;
}

.skill-block-wrapper {
  z-index: 2147483647;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  flex-flow: row;
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between;
  align-items: stretch;
  height: auto;
  margin-bottom: 8rem;
  display: grid;
  position: relative;
}

.skill-block-txt {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  text-transform: uppercase;
  background-color: #131314;
  border-top-style: none;
  border-top-color: #000;
  border-radius: 0;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 1px;
  margin-right: 1px;
  padding: 0 .5rem;
  font-family: Geist, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 40px;
  display: block;
}

.skill-block-txt:hover {
  background-color: #1d1e1f00;
}

.skill-block-txt.is-dark {
  transition-property: none;
}

.skill-block-txt.is-dark:hover {
  background-color: var(--dark);
}

.card-mini {
  border-radius: 1rem;
  width: 100%;
  min-height: 35rem;
  display: flex;
  position: sticky;
  top: 10%;
  overflow: hidden;
}

.card-mini.is-one {
  background-color: #e63f3f;
  border-radius: 0;
  flex-flow: row;
  height: 70vh;
  min-height: auto;
  top: 10rem;
}

.card-mini.is-two {
  background-color: #2ba07d;
  border-radius: 0;
  height: 70vh;
  min-height: auto;
  top: 10rem;
}

.card-mini.is-three {
  background-color: #511de0;
  border-radius: 0;
  height: 70vh;
  min-height: auto;
  top: 10rem;
}

.card-mini.is-tfour {
  background-color: #7e735f;
  border-radius: 0;
  height: 70vh;
  min-height: auto;
  top: 10rem;
}

.card-mini.is-five {
  background-color: #4b1422;
  border-radius: 0;
  height: 70vh;
  min-height: auto;
  top: 10rem;
}

.card-mini.is-one-mini {
  z-index: 55;
  background-color: #fff0;
  border-radius: 0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60vh;
  min-height: auto;
  position: sticky;
  inset: 25% 0% 0%;
}

.card_image-mini {
  object-fit: cover;
  width: 80%;
  max-width: 80%;
}

.div-block-7 {
  display: none;
}

.head-outro {
  text-align: center;
  font-family: Geist, Arial, sans-serif;
  font-size: 8cqw;
  font-weight: 600;
  line-height: 8cqw;
}

.topper-xxl {
  z-index: 6666;
  background-color: var(--grey);
  flex: 0 auto;
  align-self: flex-end;
  width: 100vw;
  height: 23vh;
  margin-bottom: 9.9rem;
  padding: 0 12rem;
  position: absolute;
  inset: 0%;
}

.topper-xxl.is-xl {
  height: 17vh;
  margin-bottom: 21.3rem;
}

.topper-xxl.is-l {
  height: 11vh;
  margin-bottom: 29.7rem;
}

.topper-xxl.is-1 {
  height: 1vh;
  margin-bottom: 0;
  position: static;
}

.topper-xxl.is-xs {
  height: 3vh;
  margin-bottom: 0;
  position: static;
}

.topper-xxl.is-2 {
  height: 2vh;
  margin-bottom: 0;
  position: static;
}

.topper-xxl.is-3 {
  height: 3vh;
  margin-bottom: 0;
  position: static;
}

.topper-xxl.is-4 {
  height: 4vh;
  margin-bottom: 0;
  position: static;
}

.topper-xxl.is-5 {
  height: 5vh;
  margin-bottom: 0;
  position: static;
}

.topper-xxl.is-6 {
  height: 6vh;
  margin-bottom: 0;
  position: static;
}

.topper-xxl.is-7 {
  height: 7vh;
  margin-bottom: 0;
  position: static;
}

.topper-xxl.is-8 {
  height: 65vh;
  margin-bottom: 0;
  position: static;
}

.topper-xxl.is-9 {
  height: 9vh;
  margin-bottom: 0;
  position: static;
}

.topper-xxl.is-10 {
  height: 10vh;
  margin-bottom: 0;
  position: static;
}

.topper-xxl.is-11 {
  height: 11vh;
  margin-bottom: 0;
  position: static;
}

.div-block-8 {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-self: flex-start;
  align-items: stretch;
  width: 100%;
  padding-top: 10rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.btn-email {
  background-color: var(--dark);
  border-radius: 99px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 56px;
  transition: color .35s, background-color .35s;
  display: flex;
}

.btn-email:hover {
  background-color: var(--black);
  color: #e0e9eb;
}

.btn-email.is-transparent {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.btn-email.is-transparent.w--current {
  background-color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  transition: color .35s, background-color .35s;
}

.btn-email.is-transparent.w--current:hover {
  color: #000;
  -webkit-text-fill-color: inherit;
  background-color: #fafbfc;
  background-clip: border-box;
}

.legal-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 3rem;
  display: grid;
  position: absolute;
  inset: auto 0% 0%;
}

.legal-copy {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Geistmono, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.link-block-2 {
  min-width: 44px;
  min-height: 44px;
}

.div-block-9 {
  padding-right: 12rem;
}

.div-block-10 {
  padding-left: 12rem;
}

.btn-label {
  text-align: center;
  letter-spacing: 2px;
  font-family: Geistmono, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.btn-label.name-txt {
  color: var(--dark);
  text-transform: uppercase;
  font-size: 12px;
}

.btn-label.name-txt-white {
  color: var(--white);
  text-transform: none;
  font-family: Geist, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.btn-label.is-dark {
  color: var(--dark);
}

.btn-label.sidenavi-txt {
  color: var(--dark);
  text-align: left;
  text-transform: uppercase;
  mix-blend-mode: normal;
  background-color: #2f303100;
  flex: 0 auto;
  align-self: center;
  font-size: 12px;
}

.btn-label.sidenavi-txt--r {
  color: var(--dark);
  text-transform: uppercase;
  transform: rotate(90deg);
}

.body {
  background-color: #131314;
}

.navi-grid {
  z-index: 30;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  pointer-events: none;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  place-items: stretch stretch;
  width: 100vw;
  height: 100vh;
  position: fixed;
}

.text-block-2 {
  color: #6d7072;
  text-align: left;
  margin-right: 1px;
  font-family: Geist, Arial, sans-serif;
  font-weight: 500;
}

.div-block-11, .div-block-12, .div-block-13 {
  border-right: 1px dotted #414242;
  padding-top: .5rem;
  padding-left: .5rem;
}

.div-block-14 {
  padding-top: .5rem;
  padding-left: .5rem;
}

.head-wrapper {
  z-index: 40;
  pointer-events: none;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 75vw;
  height: 100vh;
  padding-left: .5rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.head-big {
  opacity: 1;
  text-transform: uppercase;
  width: 74vw;
  font-family: Geist, Arial, sans-serif;
  font-size: 6cqw;
  line-height: 5cqw;
  container-type: inline-size;
}

.text-span-2 {
  color: #fff;
}

.code-embed {
  display: none;
}

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

.head-wrapper-footer {
  z-index: 2147483647;
  opacity: 1;
  pointer-events: none;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  padding-left: .5rem;
  display: flex;
  position: static;
  inset: 0%;
}

.reveal-top {
  z-index: 666;
  opacity: 1;
  text-transform: uppercase;
  width: 74vw;
  padding-left: .5rem;
  font-family: Geist, Arial, sans-serif;
  font-size: 6cqw;
  line-height: 5.5cqw;
  position: absolute;
  container-type: inline-size;
}

.live-time, .text-span-6, .day-time {
  color: var(--white);
}

.intro-overlay {
  z-index: 99999999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  pointer-events: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  inset: 0%;
}

.stripe-01, .stripe-02, .stripe-03, .stripe-04 {
  background-color: var(--dark);
  width: 100%;
  height: 100%;
}

.head-big-copy {
  opacity: 1;
  text-transform: uppercase;
  width: 74vw;
  font-family: Geist, Arial, sans-serif;
  font-size: 6cqw;
  line-height: 5.5cqw;
  container-type: inline-size;
}

.copy-wrapper-footer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: .5rem;
  padding-left: .5rem;
  display: grid;
  position: absolute;
  inset: auto 0% 0%;
}

.social-btn {
  background-color: #0d0d0e00;
  border: .5px solid #414242;
  border-radius: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 64px;
  transition: border-color .35s, background-color .35s cubic-bezier(.39, .575, .565, 1);
  display: flex;
}

.social-btn:hover {
  border-color: var(--dark-black);
  background-color: var(--dark-black);
}

.social-btn.ribbon-clip.stagger-typo {
  font-family: Geistmono, Arial, sans-serif;
  line-height: 18px;
}

.link-block-4 {
  pointer-events: auto;
  width: 23.296%;
}

.link-block-4.w--current {
  pointer-events: auto;
  width: 100%;
}

.link-block-5 {
  pointer-events: auto;
}

.social-copy-top {
  text-align: center;
  letter-spacing: 2px;
  font-family: Geistmono, Arial, sans-serif;
  font-weight: 300;
}

.subline-txt-fucker {
  color: var(--white);
  letter-spacing: 1px;
  font-family: Geist, Arial, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.grid-project-title-01 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
  align-content: center;
  place-items: stretch stretch;
  height: 50vh;
  margin-top: 43.2vh;
  margin-bottom: 21rem;
  position: absolute;
  inset: 0% 0% auto;
}

.project-title-head {
  text-align: left;
  padding-left: .5rem;
  font-family: Geist, Arial, sans-serif;
  font-weight: 500;
}

.project-title-copy {
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-left: .5rem;
  padding-right: .5rem;
  font-family: Geistmono, Arial, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}

.grid-project-title-02 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
  align-content: center;
  place-items: stretch stretch;
  height: 50vh;
  margin-top: 96.9vh;
  margin-bottom: 21rem;
  position: absolute;
  inset: 0% 0% auto;
}

.grid-project-title-03 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
  align-content: center;
  place-items: stretch stretch;
  height: 50vh;
  margin-top: 150.5vh;
  margin-bottom: 21rem;
  position: absolute;
  inset: 0% 0% auto;
}

.grid-project-title-04 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
  align-content: center;
  place-items: stretch stretch;
  height: 50vh;
  margin-top: 204vh;
  margin-bottom: 21rem;
  position: absolute;
  inset: 0% 0% auto;
}

.grid-project-title-05 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
  align-content: center;
  place-items: stretch stretch;
  height: 50vh;
  margin-top: 257.7vh;
  margin-bottom: 21rem;
  position: absolute;
  inset: 0% 0% auto;
}

.copy-txt-copy {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Geistmono, Arial, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

.copy-wrapper-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  inset: auto 0% 0%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-left: .5rem;
  display: block;
  position: static;
  inset: auto 0% 0%;
}

.head-wrapper-about {
  z-index: 2147483647;
  opacity: 1;
  pointer-events: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 16rem;
  padding-left: 0;
  display: flex;
  position: relative;
  inset: 0%;
}

.stagger-wrapper {
  height: 20px;
  overflow: hidden;
}

.social-copy-bottom {
  text-align: center;
  letter-spacing: 2px;
  font-family: Geistmono, Arial, sans-serif;
  font-weight: 300;
}

.pro-head-wrapper {
  padding-bottom: .5rem;
  padding-left: .5rem;
}

.background-video {
  z-index: 999999999;
  width: 50vw;
}

.email-link-block-mobile {
  pointer-events: auto;
  display: none;
}

.background-video-2 {
  mix-blend-mode: screen;
  width: 100vw;
  height: 100vh;
}

.div-block-15 {
  flex: none;
  justify-content: flex-end;
  align-self: auto;
  align-items: stretch;
  width: 600px;
  height: 600px;
  margin-left: 50vw;
  display: flex;
}

.div-block-16 {
  z-index: 0;
  width: 100vw;
  height: 100vh;
  position: relative;
  inset: auto 0% 0%;
  overflow: hidden;
}

.div-block-17 {
  align-self: center;
  position: absolute;
}

.div-block-17-copy {
  align-self: center;
  position: absolute;
  inset: auto 0% 0;
}

.image {
  opacity: .13;
  object-fit: cover;
  width: 100vw;
  height: 100vh;
}

.image-footer {
  opacity: .13;
  vertical-align: baseline;
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  overflow: visible;
}

.ani-footer {
  width: 100vw;
  height: 100vh;
  margin-left: 0;
  position: relative;
  inset: auto 0% 0%;
  overflow: hidden;
}

.reveal-wrap {
  width: 100vw;
  height: 100vh;
  position: relative;
}

.reveal-back {
  z-index: 555;
  opacity: 1;
  color: #131314;
  letter-spacing: 0;
  text-transform: uppercase;
  width: 74vw;
  padding-left: .5rem;
  font-family: Geist, Arial, sans-serif;
  font-size: 6cqw;
  line-height: 5.5cqw;
  position: absolute;
  container-type: inline-size;
}

.foot-head {
  z-index: 2147483647;
  opacity: 1;
  text-transform: uppercase;
  width: 74vw;
  padding-left: .5rem;
  font-family: Geist, Arial, sans-serif;
  font-size: 6cqw;
  line-height: 5.5cqw;
  position: absolute;
  container-type: inline-size;
}

.scroll-overlay {
  z-index: 99999999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  pointer-events: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  inset: 0% 0% auto;
}

.scroll-01, .scroll-02, .scroll-03, .scroll-04 {
  background-color: var(--dark);
  width: 100%;
  height: 100%;
}

.cloneable {
  pointer-events: none;
  padding: var(--section-padding) var(--container-padding);
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  display: flex;
  position: absolute;
}

.code-embed-js, .code-embed-css {
  pointer-events: none;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.transition {
  z-index: 100;
  flex-flow: wrap;
  grid-template-columns: repeat(8, 1fr);
  place-content: center;
  place-items: center;
  display: grid;
  position: fixed;
  inset: 0%;
}

.transition-block {
  aspect-ratio: 1;
  background-color: #131314;
  width: 100%;
}

.hero-scroll-wrapper {
  position: relative;
}

.hero-scroll-spacer {
  height: 24rem;
}

.link-block-6 {
  pointer-events: auto;
}

.about-image-grid-01 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100vw;
  height: 100%;
  position: absolute;
}

.about-image-wrapper {
  padding-bottom: 1px;
}

.image-2 {
  object-fit: cover;
  width: auto;
  max-width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: clip;
}

.section {
  width: 100vw;
  padding-top: 25vh;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 4rem;
}

.legal-head {
  padding-left: .5rem;
  padding-right: .5rem;
  font-family: Geist, Arial, sans-serif;
  font-size: 32px;
  line-height: 32px;
}

.legal-copy-subhead {
  margin-bottom: .5rem;
  padding-left: .5rem;
  padding-right: .5rem;
  font-family: Geist, Arial, sans-serif;
  font-size: 14px;
  line-height: 32px;
}

.legal-copy-copy {
  margin-bottom: 2rem;
  padding-left: .5rem;
  padding-right: .5rem;
  font-family: Geistmono, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 32px;
}

.bold-text-2 {
  font-weight: 300;
}

.datenschuuuutz {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.footer-section-legal {
  z-index: 29;
  background-color: #131314;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 10vh;
  min-height: 10vh;
  display: block;
  position: relative;
}

.navi-grid-lines {
  z-index: 30;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  pointer-events: none;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  place-items: stretch stretch;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.line1, .line2, .line3 {
  border-right: 1px dotted #414242;
  padding-top: .5rem;
  padding-left: .5rem;
}

.line4 {
  padding-top: .5rem;
  padding-left: .5rem;
}

.image-holder {
  justify-content: center;
  width: 25vw;
  height: 50vh;
  display: flex;
  position: sticky;
  top: 25vh;
  overflow: hidden;
}

.div-block-24 {
  z-index: 999999999;
  pointer-events: none;
  justify-content: space-between;
  align-items: center;
  width: 25vw;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.button-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: center;
  margin-top: 0;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.text-block-3 {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Geistmono, Arial, sans-serif;
  font-weight: 300;
  line-height: 17px;
}

.heading-2 {
  color: #000;
  margin-bottom: 20px;
  font-family: Geist, Arial, sans-serif;
}

.image-3 {
  margin-bottom: 32px;
}

.button {
  background-color: var(--dark-black);
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 56px;
  margin-top: 18px;
  font-family: Geistmono, Arial, sans-serif;
  font-weight: 300;
  display: flex;
}

.body-2 {
  background-color: #f6f6f6;
}

@media screen and (max-width: 991px) {
  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .gradient {
    top: -34%;
  }
}

@media screen and (max-width: 767px) {
  .padding-section-large {
    align-self: center;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .gradient {
    top: -24%;
  }

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

  .card.is-one {
    flex-flow: row;
    align-self: center;
  }

  .card_image {
    width: 50vw;
    padding-left: .5rem;
  }

  .grid-project-title-01, .grid-project-title-02, .grid-project-title-03, .grid-project-title-04, .grid-project-title-05 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .transition {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media screen and (max-width: 479px) {
  .padding-section-large {
    padding-top: 3rem;
  }

  .content {
    justify-content: flex-start;
    align-items: stretch;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .gradient {
    top: -5%;
  }

  .cards_wrapper {
    flex: 0 auto;
    margin-bottom: 14rem;
  }

  .card.is-one {
    height: 60vh;
    top: 25vh;
  }

  .card.is-two, .card.is-three, .card.is-tfour, .card.is-five {
    height: 60vh;
  }

  .card_image {
    width: 100vw;
  }

  .card_number-circle {
    width: 1.5rem;
    height: 1.5rem;
  }

  .card_number {
    font-size: .8rem;
  }

  .hero-stage {
    z-index: 0;
    height: 100svh;
    position: relative;
  }

  .hero-image-container {
    height: 100svh;
    padding: 3rem;
  }

  .hero-image-container.slice-host.slice-onload.round-xl {
    padding: 0;
  }

  .img {
    border-radius: 0;
    height: 100vh;
  }

  .grid {
    position: relative;
  }

  .action-bar {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--dark);
    height: auto;
    max-height: 72px;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .link-block {
    width: 100px;
  }

  .navi-container {
    background-color: #0000;
    height: auto;
    padding-bottom: 1.5rem;
  }

  .link-text, .link-text.is-dark {
    line-height: 20px;
  }

  .div-block.corner-line {
    width: 15px;
  }

  .div-block-2.corner-line {
    height: 15px;
  }

  .corner-box, .corner-box.r-t {
    padding-top: 1.5rem;
  }

  .corner-box.r-t.sidenavi {
    padding-right: 1.5rem;
  }

  .corner-box.l-b {
    padding-top: 0;
    padding-bottom: 1.5rem;
  }

  .corner-box.l-b.sidenavi {
    padding-right: 1.5rem;
  }

  .corner-box.r-b {
    padding-top: 0;
    padding-bottom: 1.5rem;
  }

  .corner-box.sidenavi {
    padding-left: 1.5rem;
  }

  .div-block-2-copy.corner-line, .line-scale.l-b.corner-line {
    height: 15px;
  }

  .name-container {
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .footer-section {
    background-color: #13131400;
    height: 100svh;
  }

  .sidenavi-container-left {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-4 {
    justify-content: center;
    align-items: center;
  }

  .sidenavi-wrapper.sidenavi {
    margin-left: .8rem;
  }

  .sidenavi-wrapper-right.sidenavi {
    margin-right: .8rem;
  }

  .exp-soc-grid {
    flex: 0 auto;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    align-self: auto;
    place-items: stretch start;
    padding-left: 0;
    padding-right: 0;
  }

  .subline-wrapper {
    margin-bottom: 2rem;
  }

  .subline-txt {
    font-weight: 600;
  }

  .copy-wrapper {
    flex-flow: column;
    padding-right: .5rem;
    display: flex;
  }

  .copy-txt {
    width: 95vw;
  }

  .copy-txt.spacer {
    font-size: 14px;
    line-height: 18px;
  }

  .text-link {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: center;
    flex-flow: row;
    justify-content: flex-end;
    align-items: flex-end;
    width: 50vw;
    display: flex;
  }

  .link-wrapper {
    flex-flow: column;
  }

  .big-head-container {
    height: 100svh;
    padding-top: 8rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .heading {
    text-align: justify;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 13vw;
  }

  .grid-mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    min-height: 100svh;
    display: grid;
  }

  .bold-text {
    text-align: justify;
    font-size: 14cqw;
    line-height: 16cqw;
  }

  .skill-block-wrapper {
    grid-auto-flow: row;
    justify-content: stretch;
  }

  .skill-block-txt {
    width: 100%;
    margin-bottom: 0;
    padding: 1rem 0 1rem .5rem;
    line-height: 32px;
  }

  .card-mini.is-one, .card-mini.is-one-mini {
    height: 70svh;
    top: 10rem;
  }

  .div-block-8 {
    padding-top: 3rem;
    inset: 0%;
  }

  .btn-email {
    background-color: var(--black);
    width: 100px;
  }

  .btn-label, .btn-label.is-dark {
    line-height: 20px;
  }

  .navi-grid {
    z-index: 4;
    height: 100svh;
  }

  .text-block-2 {
    line-height: 16px;
  }

  .text-block-2.mobilo {
    display: none;
  }

  .div-block-12, .div-block-13 {
    border-right-style: dotted;
  }

  .head-wrapper {
    z-index: 20;
    height: 100svh;
  }

  .head-big {
    z-index: 99999999;
    position: static;
  }

  .head-wrapper-footer {
    z-index: 20;
    height: 100svh;
  }

  .reveal-top {
    z-index: 666;
    width: 100vw;
    font-size: 10cqw;
    line-height: 10cqw;
    position: absolute;
  }

  .head-big-copy {
    z-index: 99999999;
    font-size: 10cqw;
    line-height: 10cqw;
    position: static;
  }

  .copy-wrapper-footer {
    flex-flow: row;
    justify-content: flex-start;
    margin-bottom: 0;
    padding-bottom: .5rem;
    display: flex;
  }

  .social-btn {
    width: 100%;
  }

  .link-block-5 {
    display: none;
  }

  .subline-txt-fucker {
    font-weight: 600;
  }

  .grid-project-title-01 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: start;
    place-items: start stretch;
    display: none;
  }

  .project-title-head {
    padding-left: 0;
    line-height: 16px;
  }

  .project-title-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-project-title-02, .grid-project-title-03, .grid-project-title-04, .grid-project-title-05 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: start;
    align-items: start;
    display: none;
  }

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

  .head-wrapper-about {
    z-index: 20;
    height: 50vh;
  }

  .pro-head-wrapper {
    display: block;
  }

  .background-video {
    width: 100vw;
  }

  .email-link-block-mobile {
    display: inline-block;
  }

  .div-block-16 {
    height: 100svh;
  }

  .reveal-wrap {
    flex: 1;
  }

  .reveal-back {
    z-index: 555;
    width: 100vw;
    font-size: 10cqw;
    line-height: 10cqw;
    position: absolute;
  }

  .foot-head {
    z-index: 99999999;
    width: 77vw;
    padding-top: 0;
    font-size: 10cqw;
    line-height: 10cqw;
    position: static;
  }

  .transition {
    grid-template-columns: repeat(4, 1fr);
  }

  .hero-scroll-spacer {
    height: 12rem;
  }

  .div-block-18 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: .5rem;
    display: block;
  }

  .div-block-19 {
    padding-left: .5rem;
  }

  .div-block-20 {
    width: 100vw;
    padding-left: .5rem;
  }

  .div-block-21, .div-block-22 {
    padding-left: .5rem;
  }

  .about-image-grid-01 {
    height: 103%;
  }

  .footer-section-legal {
    background-color: #13131400;
    height: 100svh;
  }

  .navi-grid-lines {
    z-index: 4;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 100%;
    display: grid;
  }

  .line2, .line3 {
    border-right-style: dotted;
  }

  .image-holder {
    width: 50vw;
    height: 25vh;
  }

  .div-block-24 {
    width: 100vw;
    padding-top: 60vh;
  }

  .button-wrapper {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    flex-flow: column;
    padding-right: .5rem;
    display: flex;
  }
}

#w-node-d80a214b-4685-8127-3e65-67831b2c6444-cb8821a4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e32e5b49-4344-7ff5-5ecb-7ece88ebb943-cb8821a4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ce144f3b-3110-81e5-5fab-55ebc1f7a455-cb8821a4 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_725e5a63-540a-1570-9444-d4bb3c747168-cb8821a4 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-e3c14d16-cb71-29e5-0bb2-343320806e77-cb8821a4 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_4f52d15f-8a91-56d9-77a3-d0e8e0df5065-cb8821a4 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-dbf8021d-6346-50ac-ce13-3ead31c7f62e-cb8821a4 {
  grid-area: 1 / 3 / 3 / 4;
}

#w-node-ca37b376-c19a-7b66-6cbb-9ba4dadfe050-cb8821a4 {
  grid-area: 1 / 4 / 3 / 5;
}

#w-node-f809c559-a7d8-800b-69c3-19aa9748bad7-cb8821a4 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: end;
}

#w-node-f94cd629-3b26-7b43-5908-eb67aee4b478-cb8821a4 {
  grid-area: 2 / 4 / 3 / 5;
  align-self: end;
}

#w-node-c4e43fb1-ec76-447a-af39-7975feb6e33a-cb8821a4 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-c4e43fb1-ec76-447a-af39-7975feb6e341-cb8821a4 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-c4e43fb1-ec76-447a-af39-7975feb6e34a-cb8821a4 {
  grid-area: 1 / 3 / 3 / 4;
}

#w-node-c4e43fb1-ec76-447a-af39-7975feb6e350-cb8821a4 {
  grid-area: 1 / 4 / 3 / 5;
}

#w-node-c833ea18-df12-c7d4-943d-2f8fe80e645d-cb8821a4, #w-node-d2c3e57c-d328-78c4-bb33-aba39f6a6363-cb8821a4, #w-node-be4441be-a48a-67ef-9289-08a5d210590e-cb8821a4, #w-node-ba1409ee-725f-1fea-112f-29c101b80f8e-cb8821a4, #w-node-a38fe2a7-a6da-f5ea-96a5-53c2a7ccd5e9-cb8821a4 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: center;
}

#w-node-b249976d-b4e7-3530-1244-9284d6235e62-cb8821a4 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_650a42e3-5470-a908-5319-083178779790-cb8821a4 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_00e39fa7-b4e1-0ae4-fb59-3a7cadccecb2-cb8821a4 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-_1e8fc4ab-1171-4b85-bc39-6c00bf88b9fa-cb8821a4 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-b09e8dab-87bc-f336-9f7c-c0a32338e6bb-cb8821a4 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_92bf748d-ac09-a921-2e9f-653dd163d139-cb8821a4 {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-_23905695-3d9e-a10a-8ace-76ca269ccccf-cb8821a4 {
  grid-area: 5 / 3 / 6 / 4;
}

#w-node-ed952150-d34f-80d6-f1b8-bd689f48b474-cb8821a4 {
  grid-area: 6 / 3 / 7 / 4;
}

#w-node-b3b674fc-5b18-ef32-c756-df946e4bf072-cb8821a4 {
  grid-area: 7 / 3 / 8 / 4;
}

#w-node-ec3d15eb-7b42-31ed-43bc-8241eb625697-cb8821a4 {
  grid-area: 8 / 3 / 9 / 4;
}

#w-node-_3bb8044e-9125-fe76-134b-1a0d7491a3d9-cb8821a4 {
  grid-area: 9 / 3 / 10 / 4;
}

#w-node-f6786e70-11fb-605a-9830-fc906cc7b9cb-cb8821a4 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-c678d494-d094-3c82-0be3-e4d59ac63734-cb8821a4 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_8400f607-b89e-b3cf-ac35-a1d69200e20d-cb8821a4 {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: start;
}

#w-node-_0438c871-c847-bf1c-ee71-db404fd20989-cb8821a4 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-e7a14796-77e3-1016-5f86-e6bf3db5e3ea-cb8821a4 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-d80a214b-4685-8127-3e65-67831b2c6444-2746d1a2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e32e5b49-4344-7ff5-5ecb-7ece88ebb943-2746d1a2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ce144f3b-3110-81e5-5fab-55ebc1f7a455-2746d1a2 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_725e5a63-540a-1570-9444-d4bb3c747168-2746d1a2 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-e3c14d16-cb71-29e5-0bb2-343320806e77-2746d1a2 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_4f52d15f-8a91-56d9-77a3-d0e8e0df5065-2746d1a2 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-dbf8021d-6346-50ac-ce13-3ead31c7f62e-2746d1a2 {
  grid-area: 1 / 3 / 3 / 4;
}

#w-node-ca37b376-c19a-7b66-6cbb-9ba4dadfe050-2746d1a2 {
  grid-area: 1 / 4 / 3 / 5;
}

#w-node-_7dece257-5970-47ac-c7ff-b146ac8333bc-2746d1a2 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5d3dfa79-7fb5-0d23-9e62-f45c868c6e27-2746d1a2 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_37cd77b3-246f-86cb-fe5e-0cfa644a36f0-2746d1a2 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_37cd77b3-246f-86cb-fe5e-0cfa644a3707-2746d1a2 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-e7a14796-77e3-1016-5f86-e6bf3db5e3ea-2746d1a2 {
  grid-area: 1 / 4 / 2 / 5;
}

@media screen and (max-width: 479px) {
  #w-node-ca37b376-c19a-7b66-6cbb-9ba4dadfe050-cb8821a4, #w-node-c4e43fb1-ec76-447a-af39-7975feb6e350-cb8821a4 {
    grid-column: 3 / 5;
  }

  #w-node-c833ea18-df12-c7d4-943d-2f8fe80e645d-cb8821a4 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-d2c3e57c-d328-78c4-bb33-aba39f6a6363-cb8821a4 {
    grid-column-start: 1;
    align-self: start;
  }

  #w-node-be4441be-a48a-67ef-9289-08a5d210590e-cb8821a4 {
    grid-column-start: 1;
    align-self: center;
  }

  #w-node-ba1409ee-725f-1fea-112f-29c101b80f8e-cb8821a4, #w-node-a38fe2a7-a6da-f5ea-96a5-53c2a7ccd5e9-cb8821a4 {
    grid-column-start: 1;
    align-self: start;
  }

  #w-node-b249976d-b4e7-3530-1244-9284d6235e62-cb8821a4 {
    grid-column-end: 4;
  }

  #w-node-_650a42e3-5470-a908-5319-083178779790-cb8821a4 {
    grid-area: 1 / 1 / 2 / 5;
    place-self: auto;
  }

  #w-node-_00e39fa7-b4e1-0ae4-fb59-3a7cadccecb2-cb8821a4 {
    grid-area: 2 / 1 / 3 / 5;
    align-self: center;
  }

  #w-node-_1e8fc4ab-1171-4b85-bc39-6c00bf88b9fa-cb8821a4 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-b09e8dab-87bc-f336-9f7c-c0a32338e6bb-cb8821a4, #w-node-_92bf748d-ac09-a921-2e9f-653dd163d139-cb8821a4, #w-node-_23905695-3d9e-a10a-8ace-76ca269ccccf-cb8821a4, #w-node-ed952150-d34f-80d6-f1b8-bd689f48b474-cb8821a4, #w-node-b3b674fc-5b18-ef32-c756-df946e4bf072-cb8821a4, #w-node-ec3d15eb-7b42-31ed-43bc-8241eb625697-cb8821a4, #w-node-_3bb8044e-9125-fe76-134b-1a0d7491a3d9-cb8821a4 {
    grid-column: 1 / 5;
  }

  #w-node-f6786e70-11fb-605a-9830-fc906cc7b9cb-cb8821a4 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-c678d494-d094-3c82-0be3-e4d59ac63734-cb8821a4 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_8400f607-b89e-b3cf-ac35-a1d69200e20d-cb8821a4 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_0438c871-c847-bf1c-ee71-db404fd20989-cb8821a4 {
    grid-area: 4 / 1 / 5 / 5;
    justify-self: stretch;
  }

  #w-node-ca37b376-c19a-7b66-6cbb-9ba4dadfe050-2746d1a2 {
    grid-column: 3 / 5;
  }
}


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