@font-face {
  font-family: All Round Gothic Medium;
  src: url('../fonts/All_Round_Gothic_Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: All Round Gothic Bold;
  src: url('../fonts/All_Round_Gothic_Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: All Round Gothic Book;
  src: url('../fonts/All_Round_Gothic_Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --_colors---color--black: black;
  --_colors---color--black-lines: #121212;
  --_colors---color--txt-white: #fff;
  --_colors---color--orange: #ff4800;
  --_colors---color--txt-orange: #ff4800;
  --_typography---fontfamily--primarybold: "All Round Gothic Bold", Arial, sans-serif;
  --_typography---size\<deleted\|variable-1ac812a5-1696-0285-47c4-613b64df1fc6\>: 20px;
  --_typography---bold\<deleted\|variable-da97f624-a30b-926e-1167-aab459036edb\>: 700;
  --_colors---color--black-grey: #060606;
  --_colors---color--turquise: #00d8dd;
  --_colors---color--sand: #fffdd7;
  --_colors---color--white30: #ffffff4d;
  --_colors---color--orange30: #ff48004d;
  --_colors---color--turquise30: #00d8dd4d;
  --_colors---color--txt-base: #747474;
  --_colors---color--orange-lines: #ff6224;
  --_colors---color--turquise-lies: #00f9ff;
  --_typography---fontfamily--primarymedium: "All Round Gothic Medium", Arial, sans-serif;
  --_typography---font-size--h1: 3.8rem;
  --_typography---line-height--line-h-1-1: 1.1;
  --_theme---text\<deleted\|variable-04d5c858-5661-751b-2002-ab96a0103157\>: var(--_colors---color--txt-white);
  --_typography---font-size--h2: 3rem;
  --_typography---line-height--line-h-1-3: 1.3;
  --_typography---font-size--h3: 1.8rem;
  --_typography---font-size--h4: 1.5rem;
  --_typography---font-size--h5: 1.25rem;
  --_typography---txt-turquise: #00f9ff;
  --_typography---txt-sand: #fffdd7;
  --_typography---fontfamily--primarybook: "All Round Gothic Book", Arial, sans-serif;
  --_typography---font-size--body-text: 1rem;
  --_typography---line-height--line-h-1-5: 1.5;
  --_typography---font-size--micro-body-txt: .85rem;
  --_colors---color--orange50: #ff480080;
  --_colors---color--orange-dark: #cd3a00;
  --corner_1-25: 1.25rem;
  --_theme---toggle-offset\<deleted\|variable-426eddf8-b004-5ec2-70ea-21d1e32d157c\>: 5px;
  --tlg--video-control-1: 0px;
  --_colors---color--orange10: #ff48001a;
}

.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 {
  background-color: var(--_colors---color--black);
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

.link-block {
  min-width: 100vh;
  max-width: 100vh;
  min-height: 100vh;
  max-height: 100vh;
}

.body {
  background-color: var(--_colors---color--black);
}

.code-embed {
  min-width: 100vh;
  min-height: 100vh;
}

.div-block {
  width: 100vh;
  min-width: 100vh;
  max-width: 100vh;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
}

.code-embed-2 {
  width: 100vh;
  height: 100vh;
}

.div-block-2 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-width: 100vh;
  min-height: 100vh;
  display: block;
  position: relative;
}

.section, .section-2 {
  min-width: 100vh;
  min-height: 100vh;
}

.div-block-3 {
  z-index: 2;
  min-width: 100vh;
  min-height: 100vh;
  display: block;
  position: relative;
  top: 0%;
  bottom: 0%;
}

.herovbg {
  z-index: -5;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 0;
  display: block;
  position: relative;
}

.div-block-4 {
  z-index: 10;
  width: 800px;
  height: 400px;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.voting-tab {
  min-width: 60%;
  max-width: 60%;
  margin-top: 2rem;
}

.div-block-3-copy {
  z-index: 5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 100vh;
  min-height: 100vh;
  margin-left: 300px;
  margin-right: 300px;
  display: block;
  position: relative;
  inset: 0% 0% 0% auto;
}

.image {
  min-width: 40vh;
  max-width: 60vh;
}

.navbar {
  z-index: 8;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0003;
}

.brand {
  padding: 15px;
}

.container {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

.image-2 {
  min-width: 50px;
  min-height: 50px;
}

.nav-menu {
  color: #fff;
  font-weight: 700;
}

.nav-link, .nav-link-2, .nav-link-3, .nav-link-4 {
  color: #fff;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

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

.div-block-5 {
  position: relative;
  inset: 0;
}

.section-3 {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  min-width: 100%;
  min-height: 100vh;
  display: flex;
  position: absolute;
}

.container-3 {
  width: 100vh;
  height: 100vh;
}

.hero-stack {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.claim {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 70%;
  max-width: 70%;
  margin-top: 8rem;
  display: flex;
}

.hero-tag {
  min-height: 50px;
}

.nameit2 {
  color: #fff;
  text-align: center;
  font-family: All Round Gothic;
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
}

.nameit {
  color: #fff;
  text-align: center;
  font-family: All Round Gothic;
  font-size: 60px;
  font-weight: 700;
  line-height: 65px;
}

.s_tag {
  background-color: #ffffff80;
  background-image: linear-gradient(#ffffff26, #ffffff26);
  border-radius: 100px;
  min-height: 30px;
  max-height: 40px;
}

.hero-sub-header {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-section {
  z-index: 99;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-image: linear-gradient(#0000001a, #0000001a);
  position: sticky;
  inset: 0% 0% auto;
}

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

.navbar-logo-left-container.shadow-three {
  width: 100%;
  margin-bottom: 0;
  padding: 0 2.5rem;
}

.container-navbar {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand.w--current {
  margin-top: 0;
}

.nav-menu-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.nav-menu-two {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-5 {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: All Round Gothic Book, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-5:hover {
  color: #ff4800;
}

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

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

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

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  vertical-align: baseline;
  background-color: #010007;
  border-radius: 200px;
  padding: 12px 25px;
  font-family: All Round Gothic;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #ff4800;
}

.button-primary-2:active {
  color: #ffe7dd;
  background-color: #e94200;
}

.s_tag_native {
  color: #ff4800;
  text-align: center;
  font-family: All Round Gothic;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}

.div-block-8 {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  color: #ff4800;
  background-color: #ff48001a;
  border: 1px #fff;
  border-radius: 100px;
  padding: 5px 10px;
  transition: flex-grow .2s;
}

.background-video, .background-video-copy {
  min-width: 100%;
}

.soon {
  background-color: #02000a;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.main-hero {
  min-width: 100%;
  margin-top: -76px;
}

.logo-navbar {
  max-height: 40px;
}

.div-block-9 {
  z-index: -4;
  background-image: linear-gradient(#0000, #000);
  height: 20vh;
  position: absolute;
  inset: auto 0% 0%;
}

.text-span {
  color: #ff4800;
}

.scroller {
  overflow: visible;
}

.copy {
  background-color: #30f;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.xxx {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 90%;
  max-width: 90%;
  display: flex;
}

.container-5 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-11 {
  background-color: red;
  height: 300px;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.section-4 {
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}

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

.container-large {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.pading-container-large {
  justify-content: center;
  align-items: center;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: block;
  position: relative;
}

.pading-container-large.hero {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.div-block-15 {
  background-color: #ff4800;
  border-radius: 1rem;
  padding: 1rem 2rem;
}

.text-block {
  color: #fff;
  text-align: center;
  font-family: All Round Gothic;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3rem;
}

.section-features {
  margin-bottom: 0;
  overflow: hidden;
}

.div-block-16 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  margin-bottom: 2rem;
  display: flex;
}

.div-block-17 {
  background-color: #ff4800;
}

.div-block-18 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-2 {
  font-family: var(--_typography---fontfamily--primarybold);
  font-size: var(--_typography---size\<deleted\|variable-1ac812a5-1696-0285-47c4-613b64df1fc6\>);
  line-height: 2rem;
  font-weight: var(--_typography---bold\<deleted\|variable-da97f624-a30b-926e-1167-aab459036edb\>);
  text-align: right;
}

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

.color-black-grey {
  background-color: var(--_colors---color--black-grey);
}

.color-black-lines {
  background-color: var(--_colors---color--black-lines);
}

.color-orange {
  background-color: var(--_colors---color--orange);
}

.color-turquise {
  background-color: var(--_colors---color--turquise);
}

.color-sand {
  background-color: var(--_colors---color--sand);
}

.color-white-30 {
  background-color: var(--_colors---color--white30);
}

.color-orange-30 {
  background-color: var(--_colors---color--orange30);
}

.color-turquise-30 {
  background-color: var(--_colors---color--turquise30);
}

.color-text-grey {
  background-color: var(--_colors---color--txt-base);
}

.color-lines-orange {
  background-color: var(--_colors---color--orange-lines);
}

.color-turquise-lines {
  background-color: var(--_colors---color--turquise-lies);
}

.color-text-white {
  background-color: var(--_colors---color--txt-white);
}

.h1 {
  font-family: var(--_typography---fontfamily--primarymedium);
  color: var(--_colors---color--txt-base);
  font-size: var(--_typography---font-size--h1);
  line-height: var(--_typography---line-height--line-h-1-1);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.h1.h1-white {
  color: var(--_colors---color--txt-white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.h1.h1-white.txt-center {
  text-align: center;
}

.h1.h1-orange {
  color: var(--_colors---color--orange);
  margin-top: 0;
  margin-bottom: 0;
}

.h1.right {
  text-align: right;
}

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

.h1.center.h1-white.anim-h1 {
  -webkit-text-stroke-color: var(--_theme---text\<deleted\|variable-04d5c858-5661-751b-2002-ab96a0103157\>);
}

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

.body-2 {
  background-color: var(--_colors---color--black);
}

.h2 {
  font-family: var(--_typography---fontfamily--primarymedium);
  color: var(--_colors---color--txt-base);
  font-size: var(--_typography---font-size--h2);
  line-height: var(--_typography---line-height--line-h-1-3);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.h2.h1-white {
  color: var(--_colors---color--txt-white);
}

.h2.h1-orange {
  color: var(--_colors---color--orange);
}

.h2.h2-white {
  color: var(--_colors---color--txt-white);
  margin-top: 0;
  margin-bottom: 0;
}

.h2.h2-orange {
  color: var(--_colors---color--txt-orange);
  margin-top: 0;
  margin-bottom: 0;
}

.h2.h2-orange.center {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

.h2.right {
  text-align: right;
}

.color-text-orange {
  background-color: var(--_colors---color--txt-orange);
}

.h3 {
  font-family: var(--_typography---fontfamily--primarymedium);
  color: var(--_colors---color--txt-white);
  font-size: var(--_typography---font-size--h3);
  line-height: var(--_typography---line-height--line-h-1-1);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.h3.h1-white {
  color: var(--_colors---color--txt-white);
}

.h3.h1-orange {
  color: var(--_colors---color--orange);
}

.h3.h2-white {
  color: var(--_colors---color--txt-white);
}

.h3.h2-orange {
  color: var(--_colors---color--txt-orange);
}

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

.h4 {
  font-family: var(--_typography---fontfamily--primarymedium);
  color: var(--_colors---color--txt-white);
  font-size: var(--_typography---font-size--h4);
  line-height: var(--_typography---line-height--line-h-1-1);
  text-align: left;
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 400;
}

.h4.h1-white {
  color: var(--_colors---color--txt-white);
}

.h4.h1-orange {
  color: var(--_colors---color--orange);
}

.h4.h2-white {
  color: var(--_colors---color--txt-white);
}

.h4.h2-orange {
  color: var(--_colors---color--txt-orange);
}

.h4.h4-orange {
  font-family: var(--_typography---fontfamily--primarybold);
  color: var(--_colors---color--txt-orange);
}

.h5 {
  font-family: var(--_typography---fontfamily--primarybold);
  color: var(--_colors---color--orange);
  font-size: var(--_typography---font-size--h5);
  line-height: var(--_typography---line-height--line-h-1-3);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.h5.h1-white {
  color: var(--_colors---color--txt-white);
}

.h5.h1-orange {
  color: var(--_colors---color--orange);
}

.h5.h2-white {
  color: var(--_colors---color--txt-white);
}

.h5.h2-orange {
  color: var(--_colors---color--txt-orange);
}

.h5.h4-orange {
  font-family: var(--_typography---fontfamily--primarybold);
  color: var(--_colors---color--txt-orange);
}

.h5.h5-turquise {
  color: var(--_typography---txt-turquise);
}

.h5.h5-sand {
  color: var(--_typography---txt-sand);
}

.body-txt {
  font-family: var(--_typography---fontfamily--primarybook);
  color: var(--_colors---color--txt-base);
  font-size: var(--_typography---font-size--body-text);
  line-height: var(--_typography---line-height--line-h-1-5);
  margin-bottom: 0;
}

.body-txt.body-text-white {
  outline-offset: 0px;
  font-family: var(--_typography---fontfamily--primarybook);
  color: var(--_colors---color--txt-white);
  outline: 3px #fff;
  margin-bottom: 0;
  text-decoration: none;
  display: block;
}

.body-txt.body-text-white.process {
  font-family: var(--_typography---fontfamily--primarymedium);
  text-align: right;
}

.body-txt.body-text-orange {
  color: var(--_colors---color--txt-orange);
  margin-bottom: 0;
}

.body-txt.process {
  font-family: var(--_typography---fontfamily--primarymedium);
}

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

.body-txt.margin {
  margin-top: 2rem;
}

.body-txt.right {
  text-align: right;
}

.body-bold-txt {
  font-family: var(--_typography---fontfamily--primarybold);
  color: var(--_colors---color--txt-base);
  font-size: var(--_typography---font-size--body-text);
  line-height: var(--_typography---line-height--line-h-1-5);
  margin-bottom: 0;
}

.body-bold-txt.body-text-white {
  color: var(--_colors---color--txt-white);
}

.body-bold-txt.bold-white {
  color: var(--_colors---color--txt-white);
  margin-bottom: 0;
}

.body-bold-txt.bold-orange {
  color: var(--_colors---color--txt-orange);
  margin-bottom: 0;
}

.body-bold-txt.sand {
  color: var(--_colors---color--sand);
}

.body-bold-txt.turquise {
  color: var(--_colors---color--turquise);
}

.body-bold-txt.right {
  text-align: right;
}

.body-bold-txt.h1-white.center {
  text-align: center;
}

.micro-body-txt {
  font-family: var(--_typography---fontfamily--primarymedium);
  color: var(--_colors---color--txt-base);
  font-size: var(--_typography---font-size--micro-body-txt);
  line-height: var(--_typography---line-height--line-h-1-3);
  margin-bottom: 0;
  padding-left: 55px;
  display: block;
}

.micro-body-txt.body-text-white {
  color: var(--_colors---color--txt-white);
}

.micro-body-txt.body-text-orange {
  color: var(--_colors---color--txt-orange);
}

.micro-body-txt.micro-white {
  font-family: var(--_typography---fontfamily--primarybold);
  color: var(--_colors---color--txt-white);
}

.micro-body-txt.micro-orange {
  font-family: var(--_typography---fontfamily--primarybold);
  color: var(--_colors---color--txt-orange);
}

.micro-body-txt.orange50 {
  color: var(--_colors---color--orange50);
  padding-left: 0;
}

.micro-body-txt.center {
  text-align: center;
  padding-left: 0;
}

.micro-body-txt.center.white.margin {
  margin-bottom: 1rem;
}

.color-orange-50 {
  background-color: var(--_colors---color--orange50);
}

.tag-white {
  background-color: var(--_colors---color--white30);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  font-family: var(--_typography---fontfamily--primarymedium);
  color: var(--_colors---color--txt-white);
  font-size: var(--_typography---font-size--micro-body-txt);
  line-height: var(--_typography---line-height--line-h-1-1);
  border-radius: 2rem;
  margin-bottom: 0;
  margin-right: 0;
  padding: .3rem .5rem;
  display: inline-block;
}

.tag-white.body-text-white {
  color: var(--_colors---color--txt-white);
}

.tag-white.body-text-orange {
  color: var(--_colors---color--txt-orange);
}

.tag-white.micro-white {
  font-family: var(--_typography---fontfamily--primarybold);
  color: var(--_colors---color--txt-white);
}

.tag-white.micro-orange {
  font-family: var(--_typography---fontfamily--primarybold);
  color: var(--_colors---color--txt-orange);
}

.tag-white.orange50 {
  color: var(--_colors---color--orange50);
}

.tag-text-orange {
  font-family: var(--_typography---fontfamily--primarymedium);
  color: var(--_colors---color--txt-orange);
  font-size: var(--_typography---font-size--micro-body-txt);
  line-height: var(--_typography---line-height--line-h-1-1);
}

.tag-text-orange.body-text-white {
  color: var(--_colors---color--txt-white);
}

.tag-text-orange.body-text-orange {
  color: var(--_colors---color--txt-orange);
}

.tag-text-orange.micro-white {
  font-family: var(--_typography---fontfamily--primarybold);
  color: var(--_colors---color--txt-white);
}

.tag-text-orange.micro-orange {
  font-family: var(--_typography---fontfamily--primarybold);
  color: var(--_colors---color--txt-orange);
}

.tag-text-orange.orange50 {
  color: var(--_colors---color--orange50);
}

.tag-text-turquise {
  font-family: var(--_typography---fontfamily--primarymedium);
  color: var(--_typography---txt-turquise);
  font-size: var(--_typography---font-size--micro-body-txt);
  line-height: var(--_typography---line-height--line-h-1-1);
}

.tag-text-turquise.body-text-white {
  color: var(--_colors---color--txt-white);
}

.tag-text-turquise.body-text-orange {
  color: var(--_colors---color--txt-orange);
}

.tag-text-turquise.micro-white {
  font-family: var(--_typography---fontfamily--primarybold);
  color: var(--_colors---color--txt-white);
}

.tag-text-turquise.micro-orange {
  font-family: var(--_typography---fontfamily--primarybold);
  color: var(--_colors---color--txt-orange);
}

.tag-text-turquise.orange50 {
  color: var(--_colors---color--orange50);
}

.tag-orange {
  background-color: var(--_colors---color--orange30);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  font-family: var(--_typography---fontfamily--primarymedium);
  color: var(--_colors---color--txt-orange);
  font-size: var(--_typography---font-size--micro-body-txt);
  line-height: var(--_typography---line-height--line-h-1-1);
  vertical-align: baseline;
  border-radius: 2rem;
  margin-bottom: 0;
  margin-right: 0;
  padding: .3rem .5rem;
  display: flex;
}

.tag-orange.body-text-white {
  color: var(--_colors---color--txt-white);
}

.tag-orange.body-text-orange {
  color: var(--_colors---color--txt-orange);
}

.tag-orange.micro-white {
  font-family: var(--_typography---fontfamily--primarybold);
  color: var(--_colors---color--txt-white);
}

.tag-orange.micro-orange {
  font-family: var(--_typography---fontfamily--primarybold);
  color: var(--_colors---color--txt-orange);
}

.tag-orange.orange50 {
  color: var(--_colors---color--orange50);
}

.tag-turquise {
  background-color: var(--_colors---color--turquise30);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  font-family: var(--_typography---fontfamily--primarymedium);
  color: var(--_colors---color--turquise-lies);
  font-size: var(--_typography---font-size--micro-body-txt);
  line-height: var(--_typography---line-height--line-h-1-1);
  border-radius: 2rem;
  margin-bottom: 0;
  margin-right: 0;
  padding: .3rem .5rem;
  display: inline-block;
}

.tag-turquise.body-text-white {
  color: var(--_colors---color--txt-white);
}

.tag-turquise.body-text-orange {
  color: var(--_colors---color--txt-orange);
}

.tag-turquise.micro-white {
  font-family: var(--_typography---fontfamily--primarybold);
  color: var(--_colors---color--txt-white);
}

.tag-turquise.micro-orange {
  font-family: var(--_typography---fontfamily--primarybold);
  color: var(--_colors---color--txt-orange);
}

.tag-turquise.orange50 {
  color: var(--_colors---color--orange50);
}

.div-block-20 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: wrap;
  display: flex;
}

.button-main {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--_colors---color--orange);
  pointer-events: auto;
  font-family: var(--_typography---fontfamily--primarymedium);
  cursor: pointer;
  border-radius: 5rem;
  justify-content: flex-start;
  align-items: center;
  max-height: 40px;
  margin-top: 2rem;
  padding: 5px 5px 5px 15px;
  text-decoration: none;
  display: inline-flex;
}

.arrow-button {
  background-color: var(--_colors---color--orange-dark);
  border-radius: 5rem;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.color-orange-dark {
  background-color: var(--_colors---color--orange-dark);
}

.pointer-h5-orange {
  background-color: var(--_colors---color--orange);
  border-radius: 1rem;
  width: 2.5rem;
  height: 1rem;
}

.pointer-h5-turquise {
  background-color: var(--_colors---color--turquise);
  border-radius: 1rem;
  width: 2.5rem;
  height: 1rem;
}

.pointer-h5-sand {
  background-color: var(--_colors---color--sand);
  border-radius: 1rem;
  width: 2.5rem;
  height: 1rem;
}

.txt-button {
  font-family: var(--_typography---fontfamily--primarymedium);
  color: var(--_colors---color--txt-white);
  font-size: var(--_typography---font-size--body-text);
  line-height: var(--_typography---line-height--line-h-1-1);
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.scroll-arrow {
  background-color: var(--_colors---color--orange30);
  border-radius: 1rem;
  justify-content: center;
  align-items: flex-end;
  width: 25px;
  height: 50px;
  padding-bottom: 8px;
  display: flex;
}

.div-block-21 {
  background-image: url('../images/logo-menippe.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.logo-menippe {
  background-image: url('../images/logo-menippe.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 50px;
  background-attachment: scroll;
  width: 55px;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 0;
  transition: width .1s cubic-bezier(.39, .575, .565, 1);
  display: block;
}

.logo-menippe:hover {
  object-fit: fill;
  background-image: url('../images/logo-menippe-unwrap-white.svg');
  width: 210px;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  overflow: clip;
}

.menu-box-navlink {
  display: block;
}

.list-item {
  border-bottom: 0px solid var(--_colors---color--txt-orange);
  border-radius: 0;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 30px;
  transition: height .1s;
  display: flex;
}

.list-item:hover {
  height: 50px;
}

.nav-underline {
  background-color: var(--_colors---color--orange);
  border-radius: 20px;
  width: 20px;
  height: 5px;
}

.footer-mid {
  background-color: var(--_colors---color--orange);
}

.padding-container-footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.footer-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-left-side {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-right-side {
  flex-flow: column;
  justify-content: flex-end;
  display: flex;
}

.button-footer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--_colors---color--orange-lines);
  pointer-events: auto;
  font-family: var(--_typography---fontfamily--primarymedium);
  cursor: pointer;
  border-radius: 5rem;
  justify-content: flex-start;
  align-items: center;
  max-height: 50px;
  padding: 10px 5px 10px 20px;
  text-decoration: none;
  display: inline-flex;
}

.text-span-2 {
  font-family: var(--_typography---fontfamily--primarybold);
  margin-right: .5rem;
}

.arrow-button-footer {
  background-color: var(--_colors---color--white30);
  border-radius: 5rem;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding-top: 2px;
  display: flex;
}

.menu-footer {
  border-style: solid none;
  border-width: 0 0 1px;
  border-color: black black var(--_colors---color--orange-lines);
  flex-flow: row;
  justify-content: space-between;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  display: flex;
}

.pointer-h5-orange-footer {
  background-color: var(--_colors---color--orange-lines);
  border-radius: 1rem;
  width: 2.5rem;
  height: 1rem;
}

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

.txt-button-footer {
  font-family: var(--_typography---fontfamily--primarymedium);
  color: var(--_colors---color--txt-white);
  font-size: var(--_typography---font-size--body-text);
  line-height: var(--_typography---line-height--line-h-1-1);
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.footer {
  justify-content: space-around;
  align-items: center;
  margin-top: -55px;
  display: block;
  position: static;
  overflow: hidden;
}

.footer-start {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  min-width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.footer-end {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #ec4300;
  justify-content: center;
  align-items: center;
  height: 40px;
  display: flex;
}

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

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

.micro-txt-footer {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  font-family: var(--_typography---fontfamily--primarymedium);
  color: var(--_colors---color--txt-base);
  font-size: var(--_typography---font-size--micro-body-txt);
  line-height: var(--_typography---line-height--line-h-1-3);
  margin-bottom: 0;
  display: inline-flex;
}

.micro-txt-footer.body-text-white {
  color: var(--_colors---color--txt-white);
}

.micro-txt-footer.body-text-orange {
  color: var(--_colors---color--txt-orange);
}

.micro-txt-footer.micro-white {
  font-family: var(--_typography---fontfamily--primarybold);
  color: var(--_colors---color--txt-white);
}

.micro-txt-footer.micro-orange {
  font-family: var(--_typography---fontfamily--primarybold);
  color: var(--_colors---color--txt-orange);
}

.micro-txt-footer.orange50 {
  color: var(--_colors---color--orange50);
}

.micro-txt-footer.end {
  color: var(--_colors---color--orange-lines);
  text-align: center;
  display: block;
}

.scroll-down-section {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-span-5 {
  font-family: var(--_typography---fontfamily--primarybold);
  color: var(--_colors---color--orange-lines);
}

.section-features-grey {
  background-color: var(--_colors---color--black-grey);
  position: static;
}

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

.container-large-grey {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.pading-container-large-grey {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.grid {
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  grid-template-rows: auto auto;
}

.title-master-orange {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.body-bold-title-master {
  font-family: var(--_typography---fontfamily--primarybold);
  color: var(--_colors---color--orange);
  font-size: var(--_typography---font-size--body-text);
  margin-bottom: 0;
  line-height: 1rem;
  display: inline-flex;
}

.body-bold-title-master.body-text-white {
  color: var(--_colors---color--txt-white);
}

.body-bold-title-master.bold-white {
  color: var(--_colors---color--txt-white);
  margin-bottom: 0;
}

.body-bold-title-master.bold-orange {
  color: var(--_colors---color--txt-orange);
  margin-bottom: 0;
}

.body-bold-title-master.turquise {
  color: var(--_colors---color--turquise);
}

.body-bold-title-master.sand {
  color: var(--_colors---color--sand);
}

.title-master-orange-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.h1-white {
  color: var(--_colors---color--txt-white);
}

.txt-coloring-orange {
  color: var(--_colors---color--orange);
}

.div-block-22 {
  margin-top: 2.5rem;
}

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

.title-master-orange-center {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.div-block-24 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3rem;
  display: grid;
}

.div-block-25 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: var(--corner_1-25);
  background-image: linear-gradient(#121212, #12121200);
  flex-flow: column;
  padding: 2rem 3rem;
  display: flex;
}

.text-span-6, .micro-white {
  color: var(--_colors---color--txt-white);
}

.title-master-orange-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.div-block-26 {
  justify-content: flex-start;
  align-items: center;
  margin-left: 55px;
  display: flex;
}

.body-txt-orange {
  font-family: var(--_typography---fontfamily--primarymedium);
  color: var(--_colors---color--orange);
}

.image-5 {
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
}

.body-text-turquise {
  font-family: var(--_typography---fontfamily--primarymedium);
  color: var(--_typography---txt-turquise);
}

.body-txt-sand {
  font-family: var(--_typography---fontfamily--primarymedium);
  color: var(--_typography---txt-sand);
}

.title-master-orange-left-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.video-1 {
  z-index: 2;
  display: block;
  position: relative;
}

.background-video-2 {
  box-sizing: border-box;
  float: none;
  clear: none;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  object-position: 50% 50%;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 500px;
  height: 500px;
  max-height: none;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
  inset: -487px 0 0 0%;
  overflow: visible;
}

.code-embed-4 {
  display: block;
  position: relative;
  inset: 0%;
}

.div-block-27 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: grid;
  position: static;
}

.h4-right {
  font-family: var(--_typography---fontfamily--primarymedium);
  color: var(--_colors---color--txt-white);
  font-size: var(--_typography---font-size--h4);
  line-height: var(--_typography---line-height--line-h-1-1);
  text-align: right;
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 400;
}

.h4-right.h1-white {
  color: var(--_colors---color--txt-white);
}

.h4-right.h1-orange {
  color: var(--_colors---color--orange);
}

.h4-right.h2-white {
  color: var(--_colors---color--txt-white);
}

.h4-right.h2-orange {
  color: var(--_colors---color--txt-orange);
}

.h4-right.h4-orange {
  font-family: var(--_typography---fontfamily--primarybold);
  color: var(--_colors---color--txt-orange);
}

.section-features-scroll {
  overflow: hidden;
}

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

.div-block-30 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  display: flex;
}

.div-block-31 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  margin-top: 4rem;
  padding-left: 8rem;
  padding-right: 8rem;
  display: flex;
}

.div-block-32 {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.div-block-24-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3rem;
  display: grid;
}

.div-block-25-copy {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: var(--corner_1-25);
  background-image: linear-gradient(90deg, #121212, #12121200);
  flex-flow: row;
  padding: 2rem 10rem 2rem 2rem;
  display: flex;
}

.div-block-25-copy.flip {
  background-image: none;
  justify-content: flex-end;
  align-items: stretch;
}

.ico-orange30 {
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
  max-height: 30px;
}

.div-block-33 {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.div-block-34 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-block-34.left {
  justify-content: center;
  align-items: flex-start;
}

.div-block-35 {
  background-color: var(--_colors---color--orange30);
  border-radius: 1rem;
  width: 150px;
  height: 15px;
}

.div-block-35.white {
  background-color: var(--_colors---color--white30);
}

.div-block-35.turquise {
  background-color: var(--_colors---color--turquise30);
}

.div-block-36 {
  background-color: var(--_colors---color--orange);
  border-radius: 1rem;
  width: 33%;
  height: 100%;
}

.div-block-36.sand {
  background-color: var(--_colors---color--sand);
  width: 90%;
}

.div-block-36.turquise {
  background-color: var(--_colors---color--turquise);
  width: 66%;
}

.div-block-26-copy {
  justify-content: flex-start;
  align-items: center;
  margin-left: 30px;
  display: flex;
}

.ico-sand30 {
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
  max-height: 30px;
}

.div-block-25-video {
  z-index: 0;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: var(--corner_1-25);
  background-color: var(--_colors---color--txt-white);
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  max-height: 10rem;
  padding: 2rem 2rem 2rem 10rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-25-video.flip {
  background-image: none;
  justify-content: flex-end;
  align-items: stretch;
}

.div-block-25-video.cover {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #0000004d;
  min-width: 100%;
  padding-left: 8rem;
  position: absolute;
  inset: 0%;
}

.ico-turquise {
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
  max-height: 30px;
}

.div-block-37 {
  background-color: #0000004d;
  display: flex;
  position: absolute;
  inset: 0%;
}

.line1 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  display: grid;
}

.portfolio-project-layout {
  flex-flow: column;
  display: flex;
}

.pointer-portoflio {
  justify-content: center;
  align-items: flex-end;
  margin-bottom: .3rem;
  display: flex;
}

.work-title {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
  position: relative;
  top: auto;
}

.div-block-39 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.h4-portfolio {
  font-family: var(--_typography---fontfamily--primarymedium);
  color: var(--_colors---color--txt-white);
  font-size: var(--_typography---font-size--h4);
  line-height: var(--_typography---line-height--line-h-1-1);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.h4-portfolio.h1-white {
  color: var(--_colors---color--txt-white);
}

.h4-portfolio.h1-orange {
  color: var(--_colors---color--orange);
}

.h4-portfolio.h2-white {
  color: var(--_colors---color--txt-white);
}

.h4-portfolio.h2-orange {
  color: var(--_colors---color--txt-orange);
}

.h4-portfolio.h4-orange {
  font-family: var(--_typography---fontfamily--primarybold);
  color: var(--_colors---color--txt-orange);
}

.line2, .line3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.code-embed-5, .code-embed-6 {
  height: 30rem;
}

.line1-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  display: grid;
}

.line1-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  display: grid;
}

.code-embed-5-copy, .code-embed-6-copy {
  height: 30rem;
}

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

.div-block-40.margin-down {
  padding-bottom: 2rem;
}

.div-block-41 {
  z-index: 5;
  position: absolute;
}

.h4-2 {
  font-family: var(--_typography---fontfamily--primarymedium);
  color: var(--_colors---color--txt-white);
  font-size: var(--_typography---font-size--h4);
  line-height: var(--_typography---line-height--line-h-1-1);
  text-align: left;
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 400;
}

.h4-2.h1-white {
  color: var(--_colors---color--txt-white);
}

.h4-2.h1-orange {
  color: var(--_colors---color--orange);
}

.h4-2.h2-white {
  color: var(--_colors---color--txt-white);
}

.h4-2.h2-orange {
  color: var(--_colors---color--txt-orange);
}

.h4-2.h4-orange {
  font-family: var(--_typography---fontfamily--primarybold);
  color: var(--_colors---color--txt-orange);
}

.text-span-7 {
  font-family: var(--_typography---fontfamily--primarymedium);
  color: var(--_colors---color--txt-white);
  font-weight: 500;
}

.carousel-container-claim {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: stretch;
  min-width: 100%;
  display: flex;
  position: relative;
  left: auto;
}

.h2-reveal {
  font-family: var(--_typography---fontfamily--primarymedium);
  color: var(--_colors---color--txt-base);
  font-size: var(--_typography---font-size--h2);
  line-height: var(--_typography---line-height--line-h-1-3);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.h2-reveal.h1-white {
  color: var(--_colors---color--txt-white);
}

.h2-reveal.h1-orange {
  color: var(--_colors---color--orange);
}

.h2-reveal.h2-white {
  color: var(--_colors---color--txt-white);
  margin-top: 0;
  margin-bottom: 0;
}

.h2-reveal.h2-orange {
  color: var(--_colors---color--txt-orange);
  margin-top: 0;
  margin-bottom: 0;
}

.h2-reveal.h2-orange.center {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.h2-reveal.center {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.h2-reveal.center.showreel {
  min-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.h2-reveal.right {
  text-align: right;
}

.background-video-2-copy {
  z-index: -2;
  box-sizing: border-box;
  float: none;
  clear: none;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: 50% 50%;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  min-width: 100vh;
  max-height: none;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  inset: -35rem 0% 0%;
  overflow: visible;
}

.video-3 {
  position: absolute;
  inset: 0%;
}

.line1-4 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  display: grid;
}

.showreel {
  min-width: 100vh;
  min-height: auto;
  margin-top: -78px;
  display: block;
}

.code-embed-7 {
  min-width: 100vh;
  min-height: auto;
}

.hero-showreel {
  min-width: 100%;
  min-height: 100vh;
  margin-top: -80px;
}

.subhero {
  float: none;
  clear: none;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding-left: 8rem;
  padding-right: 8rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.white {
  color: var(--_colors---color--txt-white);
}

.div-block-47 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: flex-start;
  min-width: 100%;
  display: flex;
}

.div-block-48 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 100%;
  display: flex;
}

.div-block-49 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: flex-start;
  min-width: 100%;
  display: flex;
}

.code-embed-8 {
  box-sizing: border-box;
  object-fit: contain;
  min-width: 5rem;
  min-height: auto;
  position: absolute;
  inset: auto;
  overflow: visible;
}

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

.image-6 {
  height: 35px;
  min-height: 35px;
}

.mouse-sand-drag {
  max-width: 30px;
  margin-top: -.5rem;
}

.body-hero-white {
  color: var(--_colors---color--txt-white);
  margin-top: .5rem;
  margin-bottom: 0;
  font-family: All Round Gothic Bold, Arial, sans-serif;
  font-size: 16px;
}

.orange {
  color: var(--_colors---color--txt-orange);
}

.mouse-turquise-drag, .image-7-copy, .mouse-orange {
  max-width: 30px;
  margin-top: -.5rem;
}

.div-block-51 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.menippe_orange_sign {
  margin-bottom: 3px;
}

.div-block-52 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  padding-left: 8rem;
  padding-right: 8rem;
  display: flex;
}

.text-span-8 {
  font-family: var(--_typography---fontfamily--primarybold);
  color: var(--_colors---color--txt-white);
}

.text-span-9 {
  font-family: var(--_typography---fontfamily--primarybold);
  color: var(--_colors---color--txt-orange);
}

.div-block-53 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  display: grid;
}

.image-7 {
  border-radius: 1.25rem;
}

.div-block-54 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 1rem;
  display: flex;
}

.div-block-55 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

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

.background-video-3 {
  justify-content: center;
  align-items: center;
  min-height: 700px;
  display: flex;
}

.section-features-kontakt {
  z-index: 5;
  margin-top: -10rem;
  margin-bottom: 0;
  position: relative;
}

.div-block-57 {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.title-master-turquise-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.div-block-58 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.div-block-59 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form-block {
  flex-flow: column;
  align-items: stretch;
  min-width: 100%;
  display: block;
}

.field-label {
  font-family: All Round Gothic Book, Arial, sans-serif;
}

.text-field {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--_colors---color--black-lines);
  background-color: #fff0;
  border-radius: 0;
  font-family: All Round Gothic Book, Arial, sans-serif;
}

.text-field-message {
  aspect-ratio: auto;
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--_colors---color--black-lines);
  text-align: left;
  object-fit: fill;
  background-color: #fff0;
  border-radius: 0;
  flex: 0 auto;
  height: 200px;
  padding-bottom: 8px;
  font-family: All Round Gothic Book, Arial, sans-serif;
  text-decoration: none;
  display: block;
  overflow: clip;
}

.submit-button {
  background-color: var(--_colors---color--orange);
  font-family: var(--_typography---fontfamily--primarymedium);
  font-size: var(--_typography---font-size--body-text);
  border-radius: 10rem;
  display: inline-block;
}

.form {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.div-block-60 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: 2rem;
  display: flex;
}

.line-black {
  background-color: var(--_colors---color--black-lines);
  align-self: stretch;
  height: 1px;
}

.div-block-61 {
  align-self: stretch;
}

.div-block-62 {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph {
  text-align: right;
}

.paragraph-2 {
  text-align: left;
}

.text-span-10, .text-span-11, .text-span-12 {
  font-family: var(--_typography---fontfamily--primarymedium);
  color: var(--_colors---color--txt-white);
}

.list-item-copy {
  border-bottom: 0px solid var(--_colors---color--txt-orange);
  border-radius: 0;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 30px;
  transition: height .1s;
  display: flex;
}

.list-item-copy {
  border-bottom: 0px solid var(--_colors---color--txt-orange);
  border-radius: 0;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 30px;
  display: flex;
}

.list-item-copy:hover {
  height: 50px;
}

.list-item-copy-copy {
  border-bottom: 0px solid var(--_colors---color--txt-orange);
  border-radius: 0;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 30px;
  display: flex;
}

.list-item-copy-copy:hover {
  height: 50px;
}

.work-title-newest {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 5rem;
  left: 5rem;
}

.scroll-down-section-portfolio {
  z-index: 5;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 5rem;
}

.portfolio-project-layout-showreel {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.work-title-showreel {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
  position: relative;
  top: auto;
}

.pading-container-large-grey-showreel {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.pading-container-large-grey-copy {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.button-footer-mobile {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--_colors---color--orange-lines);
  pointer-events: auto;
  font-family: var(--_typography---fontfamily--primarymedium);
  cursor: pointer;
  border-radius: 5rem;
  justify-content: flex-start;
  align-items: center;
  max-height: 50px;
  padding: 10px 5px 10px 20px;
  text-decoration: none;
  display: none;
}

.pading-container-large-grey-portfolio {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.div-block-63 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
}

.tag-turquise-copy {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  font-family: var(--_typography---fontfamily--primarymedium);
  color: var(--_colors---color--txt-white);
  font-size: var(--_typography---font-size--micro-body-txt);
  line-height: var(--_typography---line-height--line-h-1-1);
  background-color: #0f03;
  border-radius: 2rem;
  margin-bottom: 0;
  margin-right: 0;
  padding: 1rem 2rem;
  display: inline-block;
}

.tag-turquise-copy.body-text-white {
  color: var(--_colors---color--txt-white);
}

.tag-turquise-copy.body-text-orange {
  color: var(--_colors---color--txt-orange);
}

.tag-turquise-copy.micro-white {
  font-family: var(--_typography---fontfamily--primarybold);
  color: var(--_colors---color--txt-white);
}

.tag-turquise-copy.micro-orange {
  font-family: var(--_typography---fontfamily--primarybold);
  color: var(--_colors---color--txt-orange);
}

.tag-turquise-copy.orange50 {
  color: var(--_colors---color--orange50);
}

.div-block-64 {
  flex-flow: column;
  align-items: center;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.video-4 {
  position: absolute;
  inset: 0%;
}

.lottie-animation {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: contain;
  display: block;
  position: relative;
  inset: 0% 0% auto auto;
  overflow: visible;
}

.code-embed-9 {
  z-index: auto;
  float: none;
  aspect-ratio: auto;
  object-fit: contain;
  width: 500px;
  height: 500px;
  margin-top: -481px;
  display: flex;
  position: static;
  inset: -50rem auto auto 0%;
  overflow: visible;
}

.scroll-particle-flow {
  z-index: -2;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: -40rem;
  display: block;
  position: relative;
  inset: 0;
}

.portfolio-video {
  position: static;
}

.portfolio-video-container {
  display: block;
  position: relative;
}

.tag-video {
  z-index: 5;
  aspect-ratio: auto;
  background-color: var(--_colors---color--black);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  font-family: var(--_typography---fontfamily--primarymedium);
  color: var(--_colors---color--txt-white);
  font-size: var(--_typography---font-size--micro-body-txt);
  line-height: var(--_typography---line-height--line-h-1-1);
  vertical-align: sub;
  object-fit: fill;
  border-radius: 2rem;
  flex: 0 auto;
  justify-content: center;
  align-self: baseline;
  align-items: center;
  margin: .5rem .5rem 0 0%;
  padding: .3rem .5rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: visible;
}

.tag-video.body-text-white {
  color: var(--_colors---color--txt-white);
}

.tag-video.body-text-orange {
  color: var(--_colors---color--txt-orange);
}

.tag-video.micro-white {
  font-family: var(--_typography---fontfamily--primarybold);
  color: var(--_colors---color--txt-white);
}

.tag-video.micro-orange {
  font-family: var(--_typography---fontfamily--primarybold);
  color: var(--_colors---color--txt-orange);
}

.tag-video.orange50 {
  color: var(--_colors---color--orange50);
}

.line5 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  display: grid;
}

.div-block-65 {
  background-image: linear-gradient(#000, #0000);
  min-width: 100%;
  height: 300px;
  position: absolute;
}

.code-embed-10 {
  width: 25px;
  height: 50px;
}

.line1-6 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  display: grid;
}

.text-block-3 {
  font-family: var(--_typography---fontfamily--primarybold);
  color: var(--_colors---color--txt-white);
}

.success-message {
  background-color: var(--_colors---color--orange-lines);
}

.text-block-4 {
  font-family: var(--_typography---fontfamily--primarybold);
}

.text-block-3-copy {
  font-family: var(--_typography---fontfamily--primarybold);
  color: var(--_colors---color--txt-white);
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.text-field-copy {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--_colors---color--black-lines);
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--_colors---color--black-lines);
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--_colors---color--black-lines);
  background-color: #fff0;
  border-radius: 0;
  font-family: All Round Gothic Book, Arial, sans-serif;
}

.div-block-66 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--_colors---color--black-lines);
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  padding: 4rem;
  display: flex;
}

.div-block-67 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.white-rodo {
  color: var(--_colors---color--txt-white);
}

.div-block-57-copy {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-59-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-66-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--_colors---color--black-lines);
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  padding: 4rem;
  display: flex;
}

.div-block-57-copy-copy {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.title-master-page-load {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.pointer-h5-orange-page-load {
  background-color: var(--_colors---color--orange);
  border-radius: 1rem;
  width: 2.5rem;
  height: 1rem;
}

.toggle_inner {
  border-radius: var(--corner_1-25);
  background-color: var(--_colors---color--orange);
  min-width: 22px;
  height: 10px;
}

.toggle_wrap {
  padding-left: var(--_theme---toggle-offset\<deleted\|variable-426eddf8-b004-5ec2-70ea-21d1e32d157c\>);
  border-radius: var(--corner_1-25);
  background-color: var(--_colors---color--orange50);
  justify-content: flex-start;
  align-items: center;
  width: 50px;
  height: 20px;
  display: flex;
}

.toggle {
  border-bottom: 0px solid var(--_colors---color--txt-orange);
  border-radius: 0;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 30px;
  display: flex;
}

.toggle:hover {
  height: 50px;
}

.h2-reveal-portfolio {
  font-family: var(--_typography---fontfamily--primarymedium);
  color: var(--_colors---color--txt-base);
  font-size: var(--_typography---font-size--h2);
  line-height: var(--_typography---line-height--line-h-1-3);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.h2-reveal-portfolio.h1-white {
  color: var(--_colors---color--txt-white);
}

.h2-reveal-portfolio.h1-orange {
  color: var(--_colors---color--orange);
}

.h2-reveal-portfolio.h2-white {
  color: var(--_colors---color--txt-white);
  margin-top: 0;
  margin-bottom: 0;
}

.h2-reveal-portfolio.h2-orange {
  color: var(--_colors---color--txt-orange);
  margin-top: 0;
  margin-bottom: 0;
}

.h2-reveal-portfolio.h2-orange.center {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.h2-reveal-portfolio.center {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.h2-reveal-portfolio.center.showreel {
  min-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.h2-reveal-portfolio.right {
  text-align: right;
}

.h2-reveal-portfolio.center-portfolio {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.h2-reveal-portfolio.center-portfolio.showreel {
  min-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-40-copy {
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 2rem;
  display: flex;
}

.button-main-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--_colors---color--orange);
  pointer-events: auto;
  font-family: var(--_typography---fontfamily--primarymedium);
  cursor: pointer;
  border-radius: 5rem;
  justify-content: flex-start;
  align-items: center;
  max-height: 40px;
  margin-top: 2rem;
  padding: 5px 5px 5px 15px;
  text-decoration: none;
  display: inline-flex;
}

@media screen and (min-width: 1440px) {
  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .carousel-container-claim {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
}

@media screen and (max-width: 991px) {
  body {
    background-color: var(--_colors---color--black);
    --_typography---fontfamily--primarybold: "All Round Gothic Bold", Arial, sans-serif;
    --_typography---size\<deleted\|variable-1ac812a5-1696-0285-47c4-613b64df1fc6\>: 20px;
    --_typography---bold\<deleted\|variable-da97f624-a30b-926e-1167-aab459036edb\>: 700;
    --_typography---fontfamily--primarymedium: "All Round Gothic Medium", Arial, sans-serif;
    --_typography---font-size--h1: 3rem;
    --_typography---line-height--line-h-1-1: 1.1;
    --_typography---font-size--h2: 2.5rem;
    --_typography---line-height--line-h-1-3: 1.3;
    --_typography---font-size--h3: 1.25rem;
    --_typography---font-size--h4: 1.5rem;
    --_typography---font-size--h5: 1.25rem;
    --_typography---fontfamily--primarybook: "All Round Gothic Book", Arial, sans-serif;
    --_typography---font-size--body-text: 1rem;
    --_typography---line-height--line-h-1-5: 1.5;
    --_typography---font-size--micro-body-txt: .85rem;
  }

  .body {
    background-color: var(--_colors---color--black);
  }

  .container-2 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .container-navbar {
    max-width: 728px;
  }

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

  .nav-menu-two {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    background-color: var(--_colors---color--black-lines);
    border-radius: 0;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-height: 50vh;
    margin-top: -85px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    background-color: var(--_colors---color--orange);
    border-radius: 2rem;
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: var(--_colors---color--txt-orange);
    color: #fff;
  }

  .icon {
    color: var(--_colors---color--txt-white);
    font-family: Lato, sans-serif;
    font-size: 25px;
    font-weight: 100;
  }

  .container-6 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .pading-container-large {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .list-item {
    border-bottom-width: 0;
    height: 50px;
  }

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

  .button-footer {
    display: none;
  }

  .txt-button-footer {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .pading-container-large-grey {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

  .div-block-24 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-25 {
    background-image: linear-gradient(90deg, #121212, #12121200);
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .background-video-2 {
    box-sizing: border-box;
    aspect-ratio: 16 / 9;
    object-fit: contain;
    object-position: 50% 50%;
    margin-top: 1rem;
    padding-left: 0;
    overflow: visible;
  }

  .div-block-27 {
    grid-template-columns: 1fr .25fr 1fr;
  }

  .div-block-31 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-block-25-copy {
    padding-right: 1rem;
  }

  .div-block-25-video {
    padding-left: 2rem;
  }

  .div-block-25-video.cover {
    padding-left: 1rem;
  }

  .div-block-39 {
    flex-flow: wrap;
  }

  .background-video-2-copy {
    box-sizing: border-box;
    aspect-ratio: 16 / 9;
    object-fit: contain;
    object-position: 50% 50%;
    margin-top: 1rem;
    padding-left: 0;
    overflow: visible;
  }

  .hero-showreel {
    min-width: 100%;
  }

  .section-features-kontakt {
    margin-top: -4rem;
  }

  .div-block-57 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: .75fr 1fr;
  }

  .div-block-59 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .div-block-60 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .list-item-copy, .list-item-copy-copy {
    height: 50px;
  }

  .work-title-newest {
    justify-content: flex-start;
    align-items: flex-start;
    bottom: 8rem;
    left: 8rem;
  }

  .scroll-down-section-portfolio {
    --_typography---fontfamily--primarybold: "All Round Gothic Bold", Arial, sans-serif;
    --_typography---size\<deleted\|variable-1ac812a5-1696-0285-47c4-613b64df1fc6\>: 20px;
    --_typography---bold\<deleted\|variable-da97f624-a30b-926e-1167-aab459036edb\>: 700;
    --_typography---fontfamily--primarymedium: "All Round Gothic Medium", Arial, sans-serif;
    --_typography---font-size--h1: 3rem;
    --_typography---line-height--line-h-1-1: 1.1;
    --_typography---font-size--h2: 2.5rem;
    --_typography---line-height--line-h-1-3: 1.3;
    --_typography---font-size--h3: 1.25rem;
    --_typography---font-size--h4: 1.5rem;
    --_typography---font-size--h5: 1.25rem;
    --_typography---fontfamily--primarybook: "All Round Gothic Book", Arial, sans-serif;
    --_typography---font-size--body-text: 1rem;
    --_typography---line-height--line-h-1-5: 1.5;
    --_typography---font-size--micro-body-txt: .85rem;
    display: none;
    bottom: 2rem;
  }

  .pading-container-large-grey-showreel {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .pading-container-large-grey-copy {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }

  .pading-container-large-grey-portfolio {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .scroll-particle-flow {
    margin-bottom: -20rem;
  }

  .div-block-57-copy {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: .75fr;
  }

  .div-block-59-copy {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .div-block-57-copy {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: .75fr;
    min-width: 100%;
    max-width: 100%;
    display: flex;
  }

  .div-block-59-copy {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    min-width: 100%;
    max-width: 100%;
  }

  .div-block-66-copy {
    max-width: 100%;
  }

  .div-block-57-copy-copy {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: .75fr 1fr;
  }

  .toggle {
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_typography---fontfamily--primarybold: "All Round Gothic Bold", Arial, sans-serif;
    --_typography---size\<deleted\|variable-1ac812a5-1696-0285-47c4-613b64df1fc6\>: 20px;
    --_typography---bold\<deleted\|variable-da97f624-a30b-926e-1167-aab459036edb\>: 700;
    --_typography---fontfamily--primarymedium: "All Round Gothic Medium", Arial, sans-serif;
    --_typography---font-size--h1: 2.5rem;
    --_typography---line-height--line-h-1-1: 1.1;
    --_typography---font-size--h2: 1.8rem;
    --_typography---line-height--line-h-1-3: 1.3;
    --_typography---font-size--h3: 1.25rem;
    --_typography---font-size--h4: 1rem;
    --_typography---font-size--h5: 1rem;
    --_typography---fontfamily--primarybook: "All Round Gothic Book", Arial, sans-serif;
    --_typography---font-size--body-text: 1rem;
    --_typography---line-height--line-h-1-5: 1.5;
    --_typography---font-size--micro-body-txt: .85rem;
  }

  .hero-heading-right, .hero-stack, .team-circles {
    padding: 60px 15px;
  }

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

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

  .navbar-brand {
    padding-left: 0;
  }

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

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

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

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

  .button-footer {
    display: none;
  }

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

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

  .background-video-2 {
    aspect-ratio: 1;
  }

  .div-block-25-copy {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-34 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-26-copy {
    margin-left: 0;
  }

  .div-block-25-video {
    max-height: 20rem;
  }

  .div-block-25-video.cover {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    max-height: 20rem;
  }

  .line1, .line1-2, .line1-3 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .background-video-2-copy {
    aspect-ratio: 1;
  }

  .line1-4 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .subhero {
    aspect-ratio: 16 / 9;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .div-block-57 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .work-title-newest {
    bottom: 3rem;
    left: 3rem;
  }

  .scroll-down-section-portfolio {
    display: none;
  }

  .pading-container-large-grey-copy {
    padding-bottom: 5rem;
  }

  .line5, .line1-6 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-57-copy, .div-block-57-copy-copy {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  body {
    --_typography---fontfamily--primarybold: "All Round Gothic Bold", Arial, sans-serif;
    --_typography---size\<deleted\|variable-1ac812a5-1696-0285-47c4-613b64df1fc6\>: 20px;
    --_typography---bold\<deleted\|variable-da97f624-a30b-926e-1167-aab459036edb\>: 700;
    --_typography---fontfamily--primarymedium: "All Round Gothic Medium", Arial, sans-serif;
    --_typography---font-size--h1: 2.5rem;
    --_typography---line-height--line-h-1-1: 1.1;
    --_typography---font-size--h2: 1.8rem;
    --_typography---line-height--line-h-1-3: 1.3;
    --_typography---font-size--h3: 1.25rem;
    --_typography---font-size--h4: 1rem;
    --_typography---font-size--h5: 1rem;
    --_typography---fontfamily--primarybook: "All Round Gothic Book", Arial, sans-serif;
    --_typography---font-size--body-text: 1rem;
    --_typography---line-height--line-h-1-5: 1.5;
    --_typography---font-size--micro-body-txt: .85rem;
  }

  .body {
    height: auto;
  }

  .code-embed-3 {
    width: 100vh;
  }

  .div-block-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: stretch;
    min-height: 100vh;
    margin-left: 0;
    display: block;
    position: relative;
    left: auto;
    right: auto;
  }

  .herovbg {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .voting-tab {
    min-width: 99%;
    max-width: 99%;
    margin-top: 1rem;
    margin-bottom: 0;
  }

  .div-block-3-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: stretch;
    margin-left: -300px;
    display: block;
  }

  .image {
    min-width: 100%;
    max-width: 100%;
    margin-top: 80px;
  }

  .container-2 {
    max-width: none;
  }

  .section-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    min-width: 100%;
    min-height: 100%;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

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

  .claim {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    min-width: 100%;
    max-width: 100%;
    margin-top: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-tag {
    min-height: 30px;
    max-height: 50px;
  }

  .nameit2 {
    font-size: 20px;
    line-height: 23px;
  }

  .nameit {
    font-size: 40px;
    line-height: 45px;
  }

  .s_tag {
    max-height: 30px;
  }

  .navbar-section {
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    display: block;
  }

  .navbar-logo-left-container.shadow-three {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container-navbar {
    max-width: none;
  }

  .nav-menu-wrapper {
    margin-top: 0;
    display: none;
    overflow: visible;
  }

  .nav-menu-two {
    z-index: -2;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    background-color: var(--_colors---color--black);
    border-radius: 0;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    min-height: 100vh;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 80px;
    position: relative;
  }

  .nav-link-5 {
    color: var(--_colors---color--txt-white);
    font-family: All Round Gothic Book, Arial, sans-serif;
    font-size: 16px;
    line-height: 25px;
  }

  .menu-button {
    padding: 0;
  }

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

  .icon {
    color: #fff;
    background-color: #ff4800;
    border-radius: 20px;
    padding: 6px;
    font-size: 30px;
    line-height: 30px;
  }

  .s_tag_native {
    font-size: 16px;
    line-height: 18px;
  }

  .div-block-8 {
    padding: 7px;
  }

  .div-block-9 {
    object-fit: fill;
    height: 20vh;
    display: none;
    inset: auto 0% 0%;
  }

  .scroller {
    overflow: visible;
  }

  .copy {
    background-color: #30f;
  }

  .xxx {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    min-width: 100%;
    max-width: 100%;
    margin-top: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-5 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-10 {
    background-color: red;
    width: 100%;
    height: 300px;
  }

  .container-6 {
    max-width: none;
  }

  .padding-global {
    margin-top: 0;
    overflow: hidden;
  }

  .pading-container-large {
    padding-top: 3rem;
    padding-bottom: 3rem;
    overflow: hidden;
  }

  .pading-container-large.hero {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-15 {
    background-color: #ff4800;
    padding: 2rem 1rem;
  }

  .text-block {
    color: #fff;
    text-align: center;
    font-family: All Round Gothic;
    font-size: 30px;
  }

  .section-features {
    margin-bottom: 0;
  }

  .h1.h1-white {
    display: block;
  }

  .h1.h1-white.txt-center {
    text-align: center;
  }

  .h1.right {
    text-align: left;
  }

  .body-txt {
    text-decoration: none;
  }

  .body-txt.body-text-white.process.mobile, .body-txt.right, .body-bold-txt.right.h1-white {
    text-align: left;
  }

  .tag-orange {
    box-sizing: border-box;
    text-overflow: clip;
    white-space: nowrap;
    word-break: normal;
    overflow-wrap: normal;
    flex: 0 auto;
    justify-content: flex-end;
    align-self: auto;
    align-items: flex-start;
    display: block;
    position: static;
  }

  .tag-turquise {
    white-space: nowrap;
  }

  .logo-menippe:hover {
    width: 60px;
    display: block;
  }

  .list-item {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-container-footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .footer-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .footer-right-side {
    padding-right: 5px;
  }

  .button-footer {
    flex-flow: row;
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
    min-width: 100%;
    display: none;
  }

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

  .scroll-down-section {
    margin-bottom: 1rem;
  }

  .padding-global-grey {
    overflow: hidden;
  }

  .pading-container-large-grey {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .pading-container-large-grey.mobile {
    padding-bottom: 6rem;
  }

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

  .title-master-orange-right {
    justify-content: flex-start;
    align-items: center;
  }

  .h1-white {
    box-sizing: border-box;
    aspect-ratio: auto;
    vertical-align: baseline;
    object-fit: fill;
    --_typography---fontfamily--primarybold: "All Round Gothic Bold", Arial, sans-serif;
    --_typography---size\<deleted\|variable-1ac812a5-1696-0285-47c4-613b64df1fc6\>: 20px;
    --_typography---bold\<deleted\|variable-da97f624-a30b-926e-1167-aab459036edb\>: 700;
    --_typography---fontfamily--primarymedium: "All Round Gothic Medium", Arial, sans-serif;
    --_typography---font-size--h1: 2.5rem;
    --_typography---line-height--line-h-1-1: 1.1;
    --_typography---font-size--h2: 1.8rem;
    --_typography---line-height--line-h-1-3: 1.3;
    --_typography---font-size--h3: 1.25rem;
    --_typography---font-size--h4: 1rem;
    --_typography---font-size--h5: 1rem;
    --_typography---fontfamily--primarybook: "All Round Gothic Book", Arial, sans-serif;
    --_typography---font-size--body-text: 1rem;
    --_typography---line-height--line-h-1-5: 1.5;
    --_typography---font-size--micro-body-txt: .85rem;
    display: inline;
  }

  .div-block-22 {
    margin-top: 0;
  }

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

  .div-block-24 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-25 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .image-5 {
    min-width: 30px;
    max-width: 30px;
    min-height: 30px;
    max-height: 30px;
  }

  .background-video-2 {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: contain;
    justify-content: flex-start;
    align-items: center;
    margin-top: 1rem;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .div-block-27 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .div-block-29 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

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

  .div-block-32.mobile {
    margin-top: -2rem;
  }

  .div-block-24-copy {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-25-copy {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-34.left {
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-35.turquise {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-25-video {
    max-height: 22rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-25-video.cover {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    max-height: 22rem;
  }

  .div-block-39 {
    flex-flow: wrap;
    order: 0;
  }

  .div-block-41 {
    z-index: 10;
  }

  .carousel-container-claim {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    min-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-42 {
    display: none;
    overflow: visible;
  }

  .div-block-43, .div-block-44, .div-block-45, .div-block-46 {
    display: none;
  }

  .background-video-2-copy {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: contain;
    justify-content: flex-start;
    align-items: center;
    margin-top: 1rem;
    overflow: visible;
  }

  .showreel {
    min-width: 100%;
    margin-top: 0;
  }

  .code-embed-7 {
    min-width: 100%;
  }

  .subhero {
    aspect-ratio: 1;
    object-fit: contain;
    padding: 1rem 0;
    overflow: visible;
  }

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

  .div-block-48 {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: row-reverse;
    display: none;
  }

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

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

  .div-block-53 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

  .background-video-3 {
    min-height: 600px;
  }

  .section-features-kontakt {
    margin-top: -4rem;
    margin-bottom: 0;
  }

  .div-block-57 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-58 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-60 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .div-block-62 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .list-item-copy, .list-item-copy-copy {
    margin-top: 0;
    margin-bottom: 0;
  }

  .work-title-newest {
    bottom: 3rem;
    left: 1rem;
  }

  .scroll-down-section-portfolio {
    --_typography---fontfamily--primarybold: "All Round Gothic Bold", Arial, sans-serif;
    --_typography---size\<deleted\|variable-1ac812a5-1696-0285-47c4-613b64df1fc6\>: 20px;
    --_typography---bold\<deleted\|variable-da97f624-a30b-926e-1167-aab459036edb\>: 700;
    --_typography---fontfamily--primarymedium: "All Round Gothic Medium", Arial, sans-serif;
    --_typography---font-size--h1: 2.5rem;
    --_typography---line-height--line-h-1-1: 1.1;
    --_typography---font-size--h2: 1.8rem;
    --_typography---line-height--line-h-1-3: 1.3;
    --_typography---font-size--h3: 1.25rem;
    --_typography---font-size--h4: 1rem;
    --_typography---font-size--h5: 1rem;
    --_typography---fontfamily--primarybook: "All Round Gothic Book", Arial, sans-serif;
    --_typography---font-size--body-text: 1rem;
    --_typography---line-height--line-h-1-5: 1.5;
    --_typography---font-size--micro-body-txt: .85rem;
    margin-bottom: 1rem;
    display: none;
    bottom: 2rem;
  }

  .work-title-showreel {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .pading-container-large-grey-showreel {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .pading-container-large-grey-copy {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }

  .button-footer-mobile {
    flex-flow: row;
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
    min-width: 100%;
    display: flex;
  }

  .pading-container-large-grey-portfolio {
    padding-top: 3rem;
    padding-bottom: 6rem;
  }

  .div-block-64 {
    flex-flow: column;
    align-items: center;
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: static;
  }

  .scroll-particle-flow {
    z-index: -2;
    height: auto;
    margin-top: -8vh;
    margin-bottom: -15vh;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .div-block-65 {
    height: 150px;
  }

  .div-block-66-copy {
    max-width: 100%;
  }

  .div-block-57-copy {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    min-width: 100%;
  }

  .div-block-59-copy {
    min-width: 100%;
  }

  .div-block-57-copy, .div-block-57-copy-copy {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .toggle {
    margin-top: 0;
    margin-bottom: 0;
  }
}

#w-node-_512f920f-c717-1b70-b1f2-19e0fc9c90a2-e32b4728 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
}

#w-node-_7229de5f-5b09-1fb8-968b-d6489f664514-e32b4728 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: start;
}


@font-face {
  font-family: 'All Round Gothic Medium';
  src: url('../fonts/All_Round_Gothic_Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'All Round Gothic Bold';
  src: url('../fonts/All_Round_Gothic_Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'All Round Gothic Book';
  src: url('../fonts/All_Round_Gothic_Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}