@font-face {
  font-family: Texta;
  src: url('../fonts/TextaBlackIt.ttf') format("truetype"), url('../fonts/TextaHeavy.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Texta;
  src: url('../fonts/TextaRegular.ttf') format("truetype"), url('../fonts/TextaBook.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Texta;
  src: url('../fonts/TextaThintIt.ttf') format("truetype"), url('../fonts/TextaThin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

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

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

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

@font-face {
  font-family: Berranger Hand Itc Std;
  src: url('../fonts/Berranger-Hand-ITC-Std-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Akira Expanded Demo;
  src: url('../fonts/Akira-Expanded-Demo.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

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

.div-block {
  background-color: #000;
  height: 100vh;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.section {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: flex;
  position: static;
  top: auto;
  bottom: auto;
}

.text-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  text-align: center;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0%;
  padding-left: 20%;
  padding-right: 20%;
  font-family: Texta, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  display: flex;
  position: static;
  top: 50%;
  bottom: 50%;
}

.text-block.unterschrift {
  color: #fff;
  margin-top: 16px;
  font-family: Berranger Hand Itc Std, Arial, sans-serif;
  font-size: 24px;
}

.image {
  max-width: 200px;
  max-height: 40px;
  display: inline-block;
  position: static;
  top: auto;
  bottom: auto;
}

.link-block {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 4rem;
  margin-right: auto;
  display: flex;
  position: static;
}

.container {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  min-width: auto;
  margin-left: 24px;
  margin-right: 24px;
  display: flex;
  position: static;
}

.nav-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  font-family: Texta, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.navbar {
  z-index: 99;
  background-color: #262626bf;
  border-radius: 50px;
  width: auto;
  margin-top: 16px;
  margin-left: 24px;
  margin-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  overflow: visible;
}

.navbar.projects {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #26262680;
  background-clip: border-box;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar.mobile {
  mix-blend-mode: luminosity;
  background-color: #26262680;
  overflow: visible;
  box-shadow: 2px 2px 20px 8px #0000001a;
}

.navbar.mobile.scroll {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar.mobile.scroll-copy {
  position: absolute;
  inset: 0% 0% auto;
}

.navbar.mobile.home {
  display: flex;
}

.navbar.mobile.home.desktop, .navbar.mobile.home.acid-tears {
  display: none;
}

.body {
  max-height: 100vh;
  overflow: hidden;
}

.cta {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  text-align: center;
  text-transform: none;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  display: block;
}

.link-block-2 {
  clear: none;
  color: #000;
  text-align: right;
  background-color: #5f9eff;
  border-radius: 50px;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  max-width: 16rem;
  margin-left: auto;
  margin-right: 20px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Texta, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: static;
  left: auto;
  right: 0;
}

.text-block-2 {
  color: #fff;
  text-decoration: none;
}

.nav-link {
  color: #fff;
}

.nav-link.w--current {
  color: #bebebe;
}

.nav-link-2 {
  pointer-events: auto;
  color: #fff;
  cursor: pointer;
}

.nav-link-2.w--current {
  color: #5f9fff;
}

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

.nav-link-3.w--current {
  color: #5f9fff;
}

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

.nav-link-5.w--current {
  color: #5f9fff;
}

.div-block-2 {
  z-index: 100;
  background-color: #000;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.div-block-3 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.div-block-3.at {
  background-color: #000;
}

.image-2 {
  box-sizing: border-box;
  float: none;
  clear: both;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
  overflow: clip;
}

.section-2 {
  max-width: 92vw;
  height: 100%;
  margin: 40px auto;
}

.section-2.projects {
  max-width: none;
  margin-top: 125px;
  margin-left: 160px;
  margin-right: 40px;
}

.section-2.projects.clothing {
  margin-left: 80px;
  margin-right: 80px;
}

.section-2.projects.desktop {
  margin-top: 45px;
}

.grid {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template: "Area Area-2 Area-3" minmax(auto, 1fr)
                 "Area-4 Area-5 Area-6"
                 / 1fr 1fr 1fr;
}

.grid.clothing {
  grid-row-gap: 0px;
  grid-template-rows: minmax(auto, 1fr) auto;
  height: 100%;
  margin-bottom: 0;
}

.grid.projects {
  grid-column-gap: 40px;
  grid-template-rows: minmax(auto, auto) auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.text-block-3 {
  width: 50%;
}

.text-block-4 {
  text-align: center;
  width: 100%;
  margin-top: -24px;
  margin-right: auto;
  font-family: Texta, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-block-4.price {
  margin-top: 4px;
  font-weight: 400;
}

.text-block-4.project_name {
  text-align: left;
  margin-top: 8px;
  font-weight: 400;
}

.text-block-5 {
  width: 50%;
  margin-top: 0;
  margin-bottom: auto;
  margin-left: auto;
  display: block;
}

.body-2 {
  background-color: #fafafa;
  margin-top: 0;
  overflow-x: hidden;
}

.body-2.project-details {
  background-color: #fafafa;
  overflow: hidden;
}

.image-3 {
  object-fit: cover;
  width: 100%;
  height: 80%;
  overflow: hidden;
}

.image-3.projects {
  height: 100%;
}

.section-3 {
  width: 100%;
  margin-bottom: 40px;
}

.section-3.project {
  height: 100%;
  margin-bottom: 40px;
}

.section-3.project.copy {
  width: auto;
  height: auto;
  margin-left: 40px;
  position: absolute;
  top: 120px;
}

.section-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: block;
}

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

.section-5 {
  width: 100%;
}

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

.section-6 {
  width: 100%;
}

.section-6.clothing {
  margin-bottom: 0;
}

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

.container-2 {
  background-color: #fafafa;
  max-width: none;
  height: 100%;
  max-height: none;
  margin-top: 0;
  padding-top: 0;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.container-2.contact {
  background-color: #272727;
}

.grid-2 {
  grid-template-columns: 1fr 1fr;
  grid-template-areas: ". Area"
                       "Area-2 .";
  height: 100%;
  margin-top: 0;
  margin-left: 80px;
  margin-right: 80px;
}

.grid-2.at {
  margin-left: 24px;
  margin-right: 24px;
}

.text-block-6 {
  color: #fff;
  margin-top: 80px;
  font-family: Texta, Arial, sans-serif;
  font-size: 28px;
}

.text-block-6.impressum {
  margin-top: auto;
  margin-bottom: 80px;
  font-size: 18px;
}

.text-block-6.info {
  max-width: 440px;
  font-size: 28px;
  font-weight: 100;
  line-height: 24px;
}

.text-block-6.info.contact, .text-block-6.contact {
  margin-top: 140px;
}

.image-7, .div-block-4 {
  display: none;
}

.body-3 {
  overflow: hidden;
}

.body-3.contact {
  background-color: #fff0;
}

.body-3.contact.at {
  background-color: #272727;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-areas: "Area Area-2";
  height: 100%;
  margin-top: 0;
  margin-left: 24px;
  margin-right: 24px;
}

.container-3 {
  width: auto;
  height: auto;
  margin-top: 24px;
  margin-bottom: 24px;
}

.image-9 {
  object-fit: scale-down;
  height: 100%;
}

.slider {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.image-10 {
  object-fit: scale-down;
  height: 100%;
  position: static;
}

.slide {
  background-color: #fafafa;
  height: 94vh;
}

.mask {
  height: auto;
}

.slide-2 {
  background-color: #fff;
  height: 94vh;
}

.container-4 {
  width: 100%;
  height: 47vh;
  margin-top: 24px;
  margin-left: 8px;
}

.container-5 {
  background-color: #d41717;
  width: 100%;
  height: 50%;
}

.text-block-9 {
  margin-bottom: 24px;
  font-family: Texta, Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.text-block-9.title {
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 900;
}

.text-block-9.text {
  width: 360px;
  font-size: 16px;
}

.container-6 {
  width: 100%;
  max-width: none;
  height: 47vh;
  margin-top: auto;
  margin-bottom: 24px;
  padding-top: 0;
}

.image-11 {
  object-fit: cover;
  width: 360px;
  height: 360px;
  margin-bottom: auto;
}

.link-block-5 {
  margin: auto 24px 24px auto;
  text-decoration: none;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.link-block-5.cross {
  z-index: 150;
  width: 24px;
  height: 24px;
  margin: 24px auto auto 24px;
  top: 0;
  left: 0;
}

.link-block-5.cross.w--current {
  width: 24px;
  height: 24px;
  margin: 24px auto auto 24px;
}

.text-block-10 {
  color: #000;
  font-family: Texta, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.body-4 {
  overflow: hidden;
}

.icon {
  color: gray;
}

.icon-2 {
  color: gray;
  font-family: Texta, Arial, sans-serif;
  text-decoration: none;
}

.image-12 {
  width: 24px;
  position: absolute;
}

.link-block-6 {
  width: 60px;
  height: auto;
  text-decoration: none;
}

.link-block-7 {
  width: 100%;
  height: 80%;
}

.text-block-11 {
  color: #000;
  width: 60px;
  font-family: Texta, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-block-12 {
  color: #000;
  width: 60px;
  font-family: Texta, Arial, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.text-block-13, .text-block-14, .text-block-15, .text-block-16 {
  color: #000;
  width: 60px;
  font-family: Texta, Arial, sans-serif;
  font-size: 16px;
}

.text-block-17 {
  width: 60px;
  font-family: Texta, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.div-block-5 {
  flex-flow: column;
  width: auto;
  margin-top: 8px;
  margin-left: auto;
  display: flex;
}

.background-video {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.text-block-18 {
  color: #5e5e5e;
  text-align: right;
  width: 340px;
  margin-left: auto;
  font-family: Texta, Arial, sans-serif;
  display: block;
  position: absolute;
  inset: auto 24px 24px 0%;
}

.text-block-18.scroll-copy {
  display: none;
  bottom: 24px;
}

.section-7, .section-8 {
  display: none;
}

.scroll-wrapper {
  height: 100vh;
  overflow: scroll;
}

.div-block-7 {
  background-color: #a02424;
  height: 100vh;
  overflow: hidden;
}

.div-block-7.snap-section {
  background-color: #8b25a000;
}

.snap-section {
  background-color: #62d38000;
  height: 100vh;
  overflow: hidden;
}

.snap-section.blue {
  background-color: #6295d300;
}

.snap-section.yellow {
  background-color: #c9d36200;
}

.snap-section.red {
  background-color: #ff000400;
  display: block;
  position: relative;
}

.snap-section.red.what {
  display: none;
}

.body-5 {
  overflow: hidden;
}

.div-block-8, .background-video-2 {
  height: 100%;
}

.div-block-9 {
  background-color: #61202000;
  flex-flow: column;
  width: 50%;
  height: 100%;
  margin: 0 24px 0 0;
  padding-top: 104px;
  padding-bottom: 48px;
  padding-left: 48px;
  display: flex;
}

.div-block-9.custom {
  z-index: -1;
  display: block;
  position: relative;
}

.div-block-9.custom.code {
  z-index: 999;
  pointer-events: none;
  display: block;
  position: absolute;
}

.div-block-9.custom.code.stay {
  display: none;
}

.text-block-19 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: auto;
  margin-bottom: 20px;
  font-family: Texta, Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0;
}

.text-block-19.black {
  color: #000;
}

.image-13 {
  width: 36px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 24px;
}

.image-13._2 {
  display: none;
}

.code-embed {
  z-index: 0;
  background-color: #ededed00;
  height: 100%;
  position: relative;
}

.code-embed.stay {
  position: static;
}

.desktop {
  color: #000;
}

.grid-5.contact-mobile.mobile.at {
  background-color: #272727;
}

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

.icon-3 {
  color: #000;
}

.image-14 {
  display: none;
}

.nav-menu-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.nav-link-6 {
  color: #fff;
}

.image-15 {
  box-sizing: border-box;
  float: none;
  clear: both;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
  overflow: clip;
}

.text-block-20 {
  color: #000;
  text-align: right;
  background-color: #fff;
  width: auto;
  margin-left: auto;
  padding: 8px 16px;
  font-family: Clashgrotesk Variable, Arial, sans-serif;
  font-size: 14px;
  display: block;
  position: relative;
  inset: auto 24px 60px auto;
}

.link-block-15 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 4rem;
  margin-right: auto;
  display: flex;
  position: static;
}

.div-block-11 {
  z-index: 100;
  background-color: #000;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.container-7 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  min-width: auto;
  margin-left: 24px;
  margin-right: 24px;
  display: flex;
  position: static;
}

.section-9 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: flex;
  position: static;
  top: auto;
  bottom: auto;
}

.text-block-22 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  text-align: center;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0%;
  padding-left: 20%;
  padding-right: 20%;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  display: flex;
  position: static;
  top: 50%;
  bottom: 50%;
}

.text-block-22.unterschrift {
  color: #fff;
  margin-top: 16px;
  font-size: 24px;
}

.div-block-12 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.div-block-13 {
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100vh;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.dither-bg {
  z-index: 0;
  position: absolute;
  inset: 0;
}

.div-block-17 {
  z-index: 1;
  position: relative;
}

.text-block-23 {
  color: #fff;
  text-decoration: none;
}

.image-17 {
  max-width: 200px;
  max-height: 40px;
  display: inline-block;
  position: static;
  top: auto;
  bottom: auto;
}

.link-block-17 {
  clear: none;
  color: #000;
  text-align: right;
  background-color: #5f9eff;
  border-radius: 50px;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  max-width: 16rem;
  margin-left: auto;
  margin-right: 20px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: static;
  left: auto;
  right: 0;
}

.nav-link-7 {
  color: #fff;
}

.nav-link-7.w--current {
  color: #5f9fff;
}

.div-block-18 {
  z-index: 0;
  width: 100%;
  min-height: 100vh;
  position: relative;
}

.nav-link-8 {
  color: #fff;
}

.nav-link-8.w--current {
  color: #bebebe;
}

.nav-link-9 {
  pointer-events: auto;
  color: #fff;
  cursor: pointer;
}

.nav-link-9.w--current {
  color: #5f9fff;
}

.code-embed-2 {
  z-index: 1;
  position: static;
}

.image-18 {
  z-index: 50;
  width: 420px;
  margin: auto;
  display: block;
  position: relative;
  inset: auto;
}

.div-block-19 {
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #000;
  background-image: url('../images/Arrow-1.svg');
  background-position: 94%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  border: 1px solid #fff;
  border-radius: 50px;
  width: 280px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 16px;
  font-family: Clashgrotesk Variable, Arial, sans-serif;
  font-size: 16px;
  display: block;
  position: relative;
  top: auto;
  bottom: 0;
}

.button-2.index.w--current {
  width: 100%;
}

.button-2.index.btn {
  letter-spacing: .5px;
  width: auto;
}

.button-2.index.details.w--current {
  width: 50%;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.button-2.index.details.btn1 {
  margin-top: 0;
}

.button-2.index.details.btn1.w--current, .button-2.index.details.btn1.size {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
}

.button-2.index.details.btn2 {
  margin-top: 0;
}

.button-2.index.details.btn2.w--current {
  background-color: #ff2c0b;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  border-color: #ff2c0b;
}

.div-block-20 {
  margin: auto;
  display: block;
}

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

.grid-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  grid-template: "Area Area-2"
  / 60% 40%;
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
}

.grid-8.copy {
  background-color: #27272700;
  height: auto;
}

.image-19 {
  object-fit: cover;
  height: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
}

.body-6 {
  background-color: #272727;
  background-image: none;
  overflow-x: hidden;
}

.image-20 {
  width: 100%;
  min-width: 240px;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-24 {
  color: #fff;
  text-align: left;
  width: auto;
  max-width: none;
  margin-bottom: 20px;
  font-family: Clashgrotesk Variable, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-block-24.title {
  color: #fff;
  -webkit-text-stroke-color: #3f3f3f;
  margin-bottom: 40px;
  font-family: Akira Expanded Demo, Arial, sans-serif;
  font-size: 28px;
}

.text-block-24.title.hero {
  color: #fff;
  text-align: center;
}

.text-block-24.title.hero.space {
  letter-spacing: 0;
}

.text-block-24.archiv {
  width: 60px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-24.archiv.hero {
  text-align: center;
}

.text-block-24.kontakt {
  max-width: 70px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-24.kontakt.hero {
  text-align: center;
  max-width: none;
}

.text-block-24.footer {
  color: #fff;
  text-align: left;
  margin-bottom: 8px;
}

.text-block-24.footer.footertitle {
  color: #fff;
  text-align: left;
  font-family: Akira Expanded Demo, Arial, sans-serif;
  font-weight: 400;
}

.text-block-24.footer.footertitle.space {
  letter-spacing: 0;
}

.text-block-24.footer.links {
  width: auto;
  margin-bottom: 0;
}

.text-block-24.footer.links.other {
  width: auto;
}

.text-block-24.hero {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
}

.div-block-21 {
  margin-top: 64px;
  display: block;
}

.div-block-22 {
  margin: auto;
  position: relative;
  overflow: hidden;
}

.div-block-23 {
  z-index: 5;
  background-image: url('../images/SPRAYTAG_1SPRAYTAG.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  height: 100vh;
  min-height: 784px;
  display: flex;
  position: relative;
  top: 0;
}

.div-block-23.copy {
  height: auto;
  min-height: 100dvh;
  margin-top: auto;
  margin-bottom: auto;
  position: static;
  top: auto;
}

.image-21 {
  margin-top: auto;
  margin-bottom: auto;
  display: block;
}

.image-22 {
  z-index: 10;
  width: 500px;
  position: relative;
  top: auto;
  bottom: auto;
}

.div-block-24 {
  z-index: 10;
  margin: auto;
  position: relative;
  top: 0;
}

.grid-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 100vh;
  grid-template-columns: 50% 50%;
}

.grid-9.copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-shrink: 0;
  grid-auto-flow: row;
  place-content: center;
  place-items: center start;
  min-height: 100dvh;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0%;
  padding-right: 0;
  overflow: visible;
}

.text-block-25 {
  color: #ff2c0b;
  text-align: center;
  margin-top: 0;
  font-family: Akira Expanded Demo, Arial, sans-serif;
  font-size: 56px;
  line-height: 60px;
}

.section-10 {
  background-color: #3a3a3a;
  height: 100vh;
  margin: -48px 0 48px;
}

.section-10.details {
  background-color: #000;
  min-height: 700px;
  margin-top: 20px;
  margin-bottom: 32px;
}

.section-10.copy {
  z-index: auto;
  background-color: #3a3a3a00;
  flex-shrink: 0;
  height: auto;
  min-height: 100dvh;
  margin-top: -80px;
  margin-bottom: 0;
  padding-bottom: 28px;
  padding-left: 40px;
  padding-right: 40px;
  position: static;
}

.section-10.copy.details {
  margin-top: 0;
}

.image-23 {
  flex-flow: row;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: 560px;
  min-height: auto;
  margin: 0 auto;
  padding-bottom: 0;
  display: block;
}

.div-block-25 {
  flex-flow: column;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto 0 auto auto;
  padding-bottom: 0;
  display: flex;
}

.div-block-25.index {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
}

.div-block-26 {
  flex-shrink: 0;
  min-height: 100dvh;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
}

.div-block-27 {
  flex-shrink: 0;
  min-height: 100dvh;
  margin-top: 0;
}

.image-24 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-bottom: 32px;
  margin-left: 0;
  margin-right: auto;
  display: block;
}

.div-block-28 {
  flex-shrink: 0;
  max-width: 600px;
  margin: auto auto auto 40px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-block-26 {
  color: #fff;
  letter-spacing: .5px;
  margin-bottom: 32px;
  font-family: Clashgrotesk Variable, Arial, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.text-block-27 {
  color: #fff;
  letter-spacing: .5px;
  word-break: normal;
  margin-bottom: 32px;
  font-family: Clashgrotesk Variable, Arial, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.div-block-29 {
  width: 100%;
  margin: auto;
}

.section-11 {
  background-color: #0000;
  max-width: 1920px;
  height: auto;
  min-height: auto;
  max-height: 1080px;
  padding-bottom: 0;
}

.section-11.copy {
  object-fit: none;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: auto;
  position: fixed;
  overflow: hidden;
}

.background-video-3 {
  z-index: 100;
  width: auto;
  height: auto;
  min-height: 100vh;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: absolute;
}

.div-block-30 {
  height: auto;
  margin: 0 24px;
  padding-top: 0;
  padding-bottom: 24px;
  overflow: hidden;
}

.div-block-30.copy {
  flex-grow: 0;
  flex-basis: auto;
  width: 100%;
  height: auto;
  min-height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 56.25%;
  padding-bottom: 0;
  display: block;
  position: relative;
  top: 0;
  left: 0;
}

.video {
  aspect-ratio: 16 / 9;
  object-fit: none;
  width: 100%;
  height: auto;
  min-height: auto;
  margin-bottom: 0;
}

.video.copy {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: auto;
  position: relative;
  inset: 0% auto auto 0%;
  overflow: auto;
}

.section-12 {
  height: 100vh;
  display: block;
  position: static;
}

.section-12.test {
  height: 94vh;
  display: flex;
}

.div-block-31 {
  z-index: -1;
  width: 100%;
  height: auto;
  margin: 0;
  display: block;
  position: static;
  overflow: visible;
}

.body-7 {
  background-color: #272727;
  overflow-x: hidden;
}

.image-25 {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  padding: 0 24px 24px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.link {
  color: #fff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Akira Expanded Demo, Arial, sans-serif;
  font-size: 28px;
  text-decoration: none;
  display: flex;
}

.div-block-32 {
  background-color: #272727;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 48px;
  display: flex;
}

.container-9 {
  z-index: 100;
  height: auto;
  margin-left: 24px;
  position: relative;
}

.container-10 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  display: block;
  position: absolute;
}

.div-block-33 {
  z-index: 4;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-right: 0;
  display: flex;
  position: relative;
  left: auto;
  right: auto;
}

.link-2, .link-3, .link-4, .link-5 {
  color: #fff;
  font-family: Clashgrotesk Variable, Arial, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.div-block-34 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link-block-18 {
  width: auto;
  max-width: 78px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
}

.link-block-19 {
  width: auto;
  max-width: 50px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
}

.link-block-20 {
  width: 60px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
}

.link-block-21 {
  max-width: 76px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
}

.text-block-28 {
  z-index: 10;
  float: none;
  clear: none;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.div-block-35 {
  display: inline-block;
  position: relative;
}

.div-block-36 {
  z-index: 5;
  justify-content: flex-end;
  align-items: flex-end;
  display: none;
  position: static;
  inset: 0%;
}

.div-block-37 {
  z-index: 90;
  justify-content: center;
  align-items: flex-end;
  width: 400px;
  margin: auto 0 0 auto;
  display: none;
  position: relative;
}

.text-block-29 {
  color: #fff;
  font-family: Clashgrotesk Variable, Arial, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.container-11 {
  z-index: 10;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  margin-top: auto;
  display: block;
  position: relative;
}

.text-block-30 {
  z-index: 10;
  color: #fff;
  text-align: right;
  height: 100%;
  margin-top: auto;
  font-family: Clashgrotesk Variable, Arial, sans-serif;
  font-size: 28px;
  font-weight: 600;
  display: block;
  position: static;
  top: auto;
  bottom: 0;
  left: auto;
}

.div-block-38 {
  z-index: 5;
  width: 400px;
  margin: auto 80px 80px auto;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
}

.div-block-39 {
  margin-bottom: 0;
  padding-bottom: 80px;
  padding-right: 80px;
  display: flex;
}

.div-block-40 {
  width: 400px;
  height: auto;
  margin-top: auto;
  margin-bottom: 0;
  padding-right: 16px;
  display: block;
}

.text-block-31 {
  color: #fff;
  margin-top: auto;
  font-family: Clashgrotesk Variable, Arial, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.text-block-31.text {
  font-size: 16px;
  font-weight: 400;
}

.text-block-31.title {
  margin-bottom: 8px;
}

.div-block-41 {
  margin-bottom: -8px;
}

.copy {
  min-height: 100dvh;
}

.container-12 {
  background-image: url('../images/WhatsApp-Image-2025-11-03-at-18.46.55_1WhatsApp Image 2025-11-03 at 18.46.55.avif');
  background-position: 0 0;
  background-size: cover;
  max-width: none;
  height: 95vh;
}

.div-block-42 {
  height: 100vh;
  position: absolute;
}

.code-embed-3 {
  height: 100%;
  margin-top: -8px;
  margin-bottom: auto;
  display: block;
}

.body-8 {
  overflow: hidden;
}

.grid-10 {
  background-image: url('../images/background_footer_1background_footer.avif');
  background-position: 50%;
  background-size: 100%;
  grid-template: "Area Area-2 Area-3 Area-4 Area-5"
  / 1fr 1fr 1fr 1fr 1fr;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 48px 24px 40px 40px;
}

.section-13 {
  background-color: #f000;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 24px 24px;
  display: block;
}

.div-block-43, .div-block-44, .div-block-45 {
  letter-spacing: .5px;
}

.image-26 {
  position: static;
}

.div-block-46 {
  position: absolute;
  inset: 0%;
}

.section-14, .section-15, .section-16, .section-17, .section-18, .section-19, .section-21 {
  display: none;
}

.vertical-slider {
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 24px;
  display: block;
}

.image-30 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slide-3 {
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

.mask-2 {
  flex: 1;
  align-self: center;
  height: auto;
}

.slide-nav {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin: 0 auto auto;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
  position: static;
  inset: 0 0% auto;
}

.div-block-55 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: auto;
  display: flex;
}

.link-block-22 {
  width: 125px;
  margin-bottom: 8px;
  text-decoration: none;
  display: block;
}

.link-block-22.clo {
  width: 80px;
}

.link-block-22.social {
  width: 58px;
}

.submit-fix {
  color: #fff;
  appearance: none;
  text-align: center;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 50px;
  width: 280px;
  height: 46px;
  font-size: 16px;
}

.form {
  text-align: center;
}

.body-9 {
  background-color: #2b2b2b;
}

.text-field {
  opacity: 1;
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: #fff;
  background-color: #fff0;
  background-image: url('../images/Arrow-1.svg');
  background-position: 94%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #fff;
  border-radius: 50px;
  width: 280px;
  height: 46px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Clashgrotesk Variable, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.form-2 {
  color: #fff;
}

.code-embed-4, .code-embed-5, .code-embed-6 {
  margin-top: 40px;
}

.div-block-112, .image-56 {
  display: none;
}

.div-block-111 {
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-106 {
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100vh;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nav-link-14 {
  pointer-events: auto;
  color: #fff;
  cursor: pointer;
}

.nav-link-14.w--current {
  color: #5f9fff;
}

.nav-link-15 {
  color: #fff;
}

.section-31 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: flex;
  position: static;
  top: auto;
  bottom: auto;
}

.code-embed-12 {
  z-index: 1;
  position: static;
}

.image-55 {
  max-width: 200px;
  max-height: 40px;
  display: inline-block;
  position: static;
  top: auto;
  bottom: auto;
}

.text-block-49 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  text-align: center;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0%;
  padding-left: 20%;
  padding-right: 20%;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  display: flex;
  position: static;
  top: 50%;
  bottom: 50%;
}

.text-block-49.unterschrift {
  color: #fff;
  margin-top: 16px;
  font-size: 24px;
}

.nav-link-13 {
  color: #fff;
}

.nav-link-13.w--current {
  color: #bebebe;
}

.div-block-104 {
  z-index: 0;
  width: 100%;
  min-height: 100vh;
  position: relative;
}

.div-block-109 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.div-block-110 {
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin: auto;
  padding-right: 0;
  display: flex;
}

.nav-menu-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.link-block-28 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 4rem;
  margin-right: auto;
  display: flex;
  position: static;
}

.div-block-105 {
  z-index: 100;
  background-color: #000;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.image-54 {
  box-sizing: border-box;
  float: none;
  clear: both;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
  overflow: clip;
}

.div-block-107 {
  z-index: 1;
  position: relative;
}

.text-block-43 {
  color: #fff;
  text-align: right;
  background-color: #000;
  width: auto;
  margin-left: auto;
  padding: 8px 16px;
  font-family: Clashgrotesk Variable, Arial, sans-serif;
  font-size: 14px;
  display: block;
  position: relative;
  inset: auto 24px 60px auto;
}

.code-embed-13 {
  opacity: 0;
  align-self: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-52 {
  z-index: 50;
  width: 420px;
  margin: auto;
  display: block;
  position: relative;
  inset: auto;
}

.text-block-47 {
  color: #fff;
  text-decoration: none;
}

.container-24 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  min-width: auto;
  margin-left: 24px;
  margin-right: 24px;
  display: flex;
  position: static;
}

.lottie-animation {
  z-index: 40;
  width: 420px;
  max-width: 100%;
  margin: auto;
  position: relative;
}

.logo_hero {
  z-index: 40;
  width: auto;
  max-width: 100%;
  margin: -64px 48px auto auto;
  display: block;
  position: relative;
  inset: auto;
}

.body-10 {
  overflow: hidden;
}

.logo_hero-copy {
  z-index: 40;
  width: auto;
  max-width: 100%;
  margin: -64px 48px auto auto;
  display: block;
  position: relative;
  inset: auto;
}

.logo_hero-copy.mobile {
  padding-bottom: 24px;
  display: block;
}

.div-block-113 {
  position: absolute;
  inset: 0%;
}

.div-block-114 {
  z-index: 10;
  opacity: .5;
  background-image: url('../images/bg_acid.png');
  background-position: 40% 40%;
  background-size: auto;
  height: 100%;
  position: relative;
}

.text-block-50 {
  color: #fff;
  text-align: center;
  background-color: #86868600;
  margin-top: 40px;
  font-family: Akira Expanded Demo, Arial, sans-serif;
  font-size: 16px;
}

.div-block-115 {
  z-index: 999;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 100%;
  height: 100%;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: absolute;
}

.image-57, .image-58 {
  width: 40px;
}

.link-block-32 {
  margin-bottom: auto;
  margin-left: auto;
}

.link-block-33 {
  margin-bottom: auto;
}

@media screen and (max-width: 991px) {
  .cta {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-9.copy {
    margin-right: 24px;
  }

  .vertical-slider {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .cta {
    max-width: 320px;
  }
}

@media screen and (max-width: 479px) {
  .text-block {
    width: 340px;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 4%;
    padding-right: 4%;
    font-size: 20px;
    display: block;
  }

  .text-block.unterschrift {
    margin-top: 16px;
  }

  .link-block.at {
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    text-decoration: none;
  }

  .container.at {
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    text-decoration: none;
    display: flex;
  }

  .navbar.projects {
    display: flex;
  }

  .navbar.mobile {
    margin-left: 16px;
    margin-right: 16px;
  }

  .navbar.mobile.scroll-copy {
    z-index: 998;
  }

  .navbar.mobile.home, .navbar.mobile.home.desktop {
    display: flex;
  }

  .navbar.mobile.home.acid-tears {
    box-shadow: none;
    mix-blend-mode: normal;
    background-color: #dfadad00;
    border-radius: 0;
    flex-flow: row;
    margin-top: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
  }

  .body {
    max-height: none;
  }

  .cta {
    max-width: 240px;
  }

  .link-block-2, .link-block-2.mobile {
    display: none;
  }

  .div-block-2.mobile {
    height: 100%;
  }

  .section-2.projects {
    display: none;
  }

  .section-2.projects.clothing.mobile {
    margin-top: 28px;
    margin-left: 16px;
    margin-right: 16px;
    display: block;
  }

  .grid.clothing {
    grid-template-rows: minmax(auto, 1fr);
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .text-block-4.clothing {
    color: #000;
  }

  .section-3.project.copy {
    display: none;
  }

  .section-3.project.copy.mobile {
    width: auto;
    margin-left: 16px;
    margin-right: 16px;
    display: block;
    top: 104px;
  }

  .grid-2.mobile {
    margin-left: 16px;
    margin-right: 16px;
  }

  .text-block-6.impressum.mobile {
    color: #fff;
    margin-top: 24px;
    margin-bottom: 0;
  }

  .text-block-6.info.contact.mobile {
    color: #fff;
    margin-top: 24px;
    line-height: 24px;
  }

  .text-block-6.contact.mobile {
    margin-top: 24px;
  }

  .text-block-6.contact.mobile.email {
    color: #fff;
    line-height: 28px;
  }

  .button {
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
    margin-right: 24px;
    display: flex;
  }

  .link-block-3 {
    justify-content: flex-end;
    align-items: center;
    width: auto;
    margin-left: auto;
    margin-right: 22px;
    display: flex;
  }

  .link-block-3.home {
    margin-right: 24px;
  }

  .link-block-3.home.at {
    margin-right: 0;
  }

  .image-7 {
    width: 40px;
    display: block;
  }

  .image-7.at {
    width: 28px;
  }

  .div-block-4 {
    z-index: 999;
    background-color: #272727;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .text-block-7 {
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    font-family: Texta, Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 48px;
    text-decoration: none;
    display: flex;
  }

  .text-block-7.at {
    font-family: Clashgrotesk Variable, Arial, sans-serif;
    font-weight: 500;
  }

  .link-block-4 {
    z-index: 106;
    margin-top: 24px;
    margin-right: 24px;
    position: absolute;
    right: 0;
  }

  .image-8 {
    width: 30px;
  }

  .body-3.contact {
    background-color: #000;
  }

  .image-9.mobile {
    object-fit: scale-down;
    height: auto;
  }

  .slider.mobile {
    background-color: #f9f9f9;
    width: 100%;
    height: 400px;
    display: flex;
  }

  .slide.mobile, .slide-2 {
    height: auto;
  }

  .text-block-9.title {
    margin-top: 0;
  }

  .text-block-9.text {
    width: auto;
  }

  .container-6.mobile {
    z-index: 300;
    color: #000;
    width: auto;
    height: auto;
    margin-top: -40px;
    margin-left: 16px;
    margin-right: 16px;
    padding-top: 0;
    position: relative;
  }

  .link-block-6 {
    font-size: 16px;
  }

  .text-block-17.mobile {
    display: none;
  }

  .div-block-5 {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    max-width: 360px;
    margin-top: 0;
    margin-right: auto;
    font-size: 14px;
    line-height: 24px;
    display: block;
  }

  .text-block-18 {
    text-align: center;
    width: auto;
    margin-left: 0;
    font-size: 12px;
    left: 0%;
    right: 0;
  }

  .div-block-6 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
  }

  .div-block-6.at {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .link-block-8, .link-block-9, .link-block-10, .link-block-11, .link-block-12 {
    text-decoration: none;
  }

  .grid-4 {
    grid-template: "Area"
                   "Area-2"
                   "Area-3"
                   "Area-4"
                   "Area-5"
                   "Area-6"
                   "Area-7"
                   "Area-8"
                   "Area-9"
                   / 1fr;
  }

  .section-7 {
    margin-top: 80px;
    margin-left: 16px;
    margin-right: 16px;
    display: block;
  }

  .mobile {
    color: #000;
    grid-template: "Area"
                   "Area-2"
                   "Area-3"
                   "Area-4"
                   "Area-5"
                   / 1fr;
    margin-top: 24px;
    font-family: Texta, Arial, sans-serif;
    font-weight: 700;
    text-decoration: none;
  }

  .mobile.top {
    display: none;
  }

  .mobile.paragraph {
    font-weight: 400;
  }

  .mobile.paragraph.white, .mobile.white {
    color: #fff;
  }

  .section-8 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 24px;
    display: grid;
  }

  .scroll-wrapper.mobile, .div-block-7.snap-section._1.mobile, .snap-section.mobile {
    height: 100dvh;
  }

  .div-block-9._3.mobile.second {
    text-align: right;
    padding-bottom: 40px;
    padding-right: 40px;
  }

  .div-block-9.mobile {
    width: auto;
    margin-right: 0;
    padding-bottom: 80px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-19 {
    width: 100%;
    margin-bottom: 8px;
    font-size: 28px;
  }

  .text-block-19.mobile {
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 8px;
  }

  .text-block-19.mobile.top {
    display: none;
  }

  .text-block-19.mobile.title {
    font-weight: 900;
  }

  .text-block-19.mobile.title.white {
    color: #fff;
  }

  .desktop {
    display: none;
  }

  .desktop.mobile {
    display: block;
  }

  .grid-5 {
    grid-template: "Area"
                   "Area-2"
                   "Area-3"
                   / 1fr;
  }

  .grid-5.contact-mobile {
    margin-left: 16px;
    margin-right: 16px;
  }

  .grid-5.contact-mobile.mobile {
    color: #fff;
  }

  .link-block-13 {
    text-decoration: none;
  }

  .grid-6 {
    grid-template: "Area" 50%
                   "Area-2" 50%
                   / 1fr;
  }

  .grid-7 {
    grid-template: "Area"
                   "Area-2"
                   / 1fr;
    width: 100%;
  }

  .div-block-10 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    height: 400px;
    display: grid;
  }

  .image-14 {
    width: 40px;
    display: block;
  }

  .link-block-14 {
    z-index: 106;
    margin-top: 24px;
    margin-right: 24px;
    position: absolute;
    right: 0;
  }

  .text-block-20 {
    text-align: center;
    width: 260px;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    bottom: 28px;
    left: 0%;
    right: 0;
  }

  .image-16 {
    width: 30px;
  }

  .div-block-11.mobile {
    height: 100%;
  }

  .text-block-21 {
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 24px;
    font-weight: 700;
    line-height: 48px;
    text-decoration: none;
    display: flex;
  }

  .text-block-22 {
    width: 340px;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 4%;
    padding-right: 4%;
    font-size: 20px;
    display: block;
  }

  .text-block-22.unterschrift {
    margin-top: 16px;
  }

  .div-block-13 {
    height: 100svh;
    min-height: auto;
    max-height: 100svh;
    position: relative;
  }

  .div-block-14 {
    z-index: 999;
    background-color: #000;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .div-block-15 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
  }

  .link-block-16 {
    justify-content: flex-end;
    align-items: center;
    width: auto;
    margin-left: auto;
    margin-right: 22px;
    display: flex;
  }

  .link-block-16.home {
    margin-right: 24px;
  }

  .link-block-17, .link-block-17.mobile {
    display: none;
  }

  .div-block-18 {
    height: 100%;
    min-height: auto;
    max-height: 100%;
    position: absolute;
  }

  .image-18 {
    width: 290px;
  }

  .div-block-19 {
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    height: 100%;
    max-height: 100svh;
    position: relative;
    bottom: 0%;
  }

  .button-2 {
    margin-top: 24px;
  }

  .button-2.index.btn.mobilebtn {
    margin-top: 16px;
  }

  .button-2.index.btn.mobilebtnn {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    margin-top: 16px;
  }

  .div-block-20 {
    position: relative;
  }

  .container-8 {
    display: none;
  }

  .body-6 {
    padding-bottom: 40px;
  }

  .text-block-24.title.hero.space.mobile {
    margin-bottom: 32px;
  }

  .text-block-24.title.mobile-logo {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    text-decoration: none;
  }

  .text-block-24.title.mobilefooter {
    text-align: center;
  }

  .text-block-24.footer.footertitle.space.mobilefooter {
    text-align: center;
    margin-bottom: 16px;
  }

  .text-block-24.footer.mobilefooter {
    text-align: center;
  }

  .text-block-25.at-mobile {
    text-align: center;
    max-width: 100%;
    margin-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 500%;
    line-height: 1;
    display: block;
  }

  .text-block-25.at-mobile.details, .section-10.copy {
    display: none;
  }

  .image-23.product-mobile {
    margin-top: 0;
    padding-top: 24px;
    padding-bottom: 0;
    display: block;
  }

  .image-23.product-mobile.index {
    padding-bottom: 16px;
  }

  .image-23.product-mobile.details {
    display: none;
  }

  .image-24.fnmobile {
    width: 100%;
  }

  .image-24.fnmobile.oben {
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .text-block-26.oben {
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .text-block-26.oben.index {
    margin-bottom: 0;
    padding-bottom: 32px;
  }

  .text-block-26.oben.details {
    display: none;
  }

  .div-block-29.at-mobile {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-11, .section-12.test {
    display: none;
  }

  .body-7 {
    padding-bottom: 40px;
  }

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

  .link-block-21 {
    text-align: left;
  }

  .copy {
    display: none;
  }

  .code-embed-3 {
    margin-top: 0;
  }

  .body-8 {
    background-color: #333;
  }

  .section-13 {
    display: none;
  }

  .grid-11 {
    grid-template: "Area" 380px
                   "Area-2"
                   / 1fr;
    grid-auto-rows: 240px;
    height: auto;
    max-height: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 16px;
  }

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

  .section-14 {
    display: block;
  }

  .image-28 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-47 {
    height: 240px;
    margin-top: 0;
  }

  .div-block-48 {
    background-image: url('../images/SPRAYTAG_1SPRAYTAG.avif');
    background-position: 0 0;
    background-size: contain;
  }

  .image-29 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 31px;
    padding-bottom: 31px;
    display: block;
  }

  .section-15 {
    margin-top: 16px;
    margin-bottom: 0;
    display: block;
  }

  .grid-12 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .section-16 {
    margin-top: 64px;
    display: block;
  }

  .div-block-49 {
    margin-top: 8px;
  }

  .section-17 {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .grid-13 {
    grid-template: "Area"
                   "Area-2"
                   "Area-3"
                   "Area-4"
                   / 1fr;
    padding: 40px 16px 20px;
  }

  .section-18 {
    background-image: url('../images/background_footer_1background_footer.avif');
    background-position: 0 0;
    background-size: auto;
    margin-bottom: 0;
    margin-left: 16px;
    margin-right: 16px;
    padding-bottom: 0;
    display: block;
  }

  .div-block-50, .div-block-51, .div-block-52 {
    margin-bottom: 8px;
  }

  .div-block-53 {
    background-image: url('../images/ACIDTEARS_Hero_1ACIDTEARS_Hero.avif');
    background-position: 50%;
    background-size: auto 100%;
    height: 77.5vh;
    margin-left: 16px;
    margin-right: 16px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .text-block-32 {
    color: #fff;
    margin-bottom: 8px;
    font-family: Clashgrotesk Variable, Arial, sans-serif;
    font-size: 28px;
    font-weight: 700;
  }

  .div-block-54 {
    width: auto;
    margin-top: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-33 {
    color: #fff;
    font-family: Clashgrotesk Variable, Arial, sans-serif;
  }

  .section-19, .section-20, .section-21 {
    display: block;
  }

  .container-13 {
    height: 77.5vh;
  }

  .image-30 {
    height: 272px;
  }

  .mask-2 {
    margin-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .slide-nav {
    margin-top: 24px;
  }

  .submit-fix {
    color: #fff;
    text-align: left;
    -webkit-text-stroke-color: #fff;
    text-transform: none;
    text-overflow: clip;
    word-break: normal;
    appearance: none;
    direction: ltr;
    background-color: #000;
    border-radius: 50px;
    align-items: center;
    width: 100%;
    height: 44px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 34.5vw;
    font-family: Clashgrotesk Variable, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    text-decoration: none;
  }

  .form {
    text-align: center;
    margin-right: 0;
  }

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

  .div-block-112 {
    z-index: 999;
    background-color: #000;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .image-56 {
    width: 40px;
    display: block;
  }

  .div-block-111 {
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    height: 100%;
    max-height: 100svh;
    position: relative;
    bottom: 0%;
  }

  .div-block-106 {
    width: 100%;
    height: 100svh;
    min-height: auto;
    max-height: 100svh;
    position: relative;
  }

  .div-block-108 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
  }

  .link-block-30 {
    text-decoration: none;
  }

  .text-block-48 {
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 24px;
    font-weight: 700;
    line-height: 48px;
    text-decoration: none;
    display: flex;
  }

  .text-block-49 {
    width: 340px;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 4%;
    padding-right: 4%;
    font-size: 20px;
    display: block;
  }

  .text-block-49.unterschrift {
    margin-top: 16px;
  }

  .link-block-31 {
    justify-content: flex-end;
    align-items: center;
    width: auto;
    margin-left: auto;
    margin-right: 22px;
    display: flex;
  }

  .link-block-31.home {
    margin-right: 24px;
  }

  .link-block-29 {
    z-index: 106;
    margin-top: 24px;
    margin-right: 24px;
    position: absolute;
    right: 0;
  }

  .div-block-104 {
    flex: 1;
    align-self: stretch;
    height: 100%;
    min-height: auto;
    max-height: 100%;
    position: absolute;
    inset: 0%;
  }

  .div-block-110 {
    flex: 0 auto;
    align-self: stretch;
    position: relative;
  }

  .image-53 {
    width: 30px;
  }

  .div-block-105.mobile {
    height: 100%;
  }

  .text-block-43 {
    text-align: center;
    width: 260px;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    bottom: 28px;
    left: 0%;
    right: 0;
  }

  .code-embed-13 {
    margin-top: 40px;
  }

  .image-52 {
    width: 290px;
  }

  .logo_hero-copy {
    max-width: none;
    margin-right: auto;
  }

  .logo_hero-copy.mobile {
    margin-top: -40px;
    padding-bottom: 0;
  }

  .text-block-50 {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
}

#w-node-ca0b9b7d-cabc-ffa2-1d69-da9dd950507d-7e8d7aa0, #w-node-ccbccdff-1d4a-7260-d737-d169911f0078-7e8d7aa0 {
  grid-area: Area-2;
}

#w-node-_2c9f1082-23b2-00e4-2ec3-751820124cb0-7e8d7aa0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_298f2ee1-beda-6428-4f27-40a1322086e3-7e8d7aa0 {
  grid-area: Area;
}

#w-node-_6cad9a13-0167-151b-17d0-ee61882aedb6-7e8d7aa0 {
  grid-area: Area-2;
}

#w-node-_3a4bb655-e5bc-9758-8fc6-e22dcb09668b-7e8d7aa0 {
  grid-area: Area;
}

#w-node-_7f013cab-5575-b243-7268-739c9c77e221-7e8d7aa2 {
  grid-area: Area;
  place-self: auto start;
}

#w-node-f440cfd3-9553-d64c-ea9c-af3a3c62ebaa-7e8d7aa2 {
  grid-area: Area;
}

#w-node-_01836d15-32dd-6b0e-b5b1-6cc61e91bd14-7e8d7aa2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_01836d15-32dd-6b0e-b5b1-6cc61e91bd16-7e8d7aa2 {
  grid-area: Area;
}

#w-node-_9f7f2c0c-6145-9c05-ec48-bf9988fb5d61-7e8d7aa2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto start;
}

#w-node-_9f7f2c0c-6145-9c05-ec48-bf9988fb5d63-7e8d7aa2 {
  grid-area: Area;
}

#w-node-_1034b771-91a1-b5f1-3315-9a7dad5f7f3d-7e8d7aa2 {
  grid-area: Area;
  place-self: auto start;
}

#w-node-_1034b771-91a1-b5f1-3315-9a7dad5f7f40-7e8d7aa2 {
  grid-area: Area;
}

#w-node-_0a5cd3f8-dfbc-65d2-2dd9-b04589f70e04-7e8d7aa2 {
  grid-area: Area;
  place-self: auto start;
}

#w-node-_0a5cd3f8-dfbc-65d2-2dd9-b04589f70e07-7e8d7aa2 {
  grid-area: Area;
}

#w-node-_23c94b2b-d335-4ca0-74bd-62deaeaae12b-7e8d7aa2 {
  grid-area: Area;
  place-self: auto start;
}

#w-node-_23c94b2b-d335-4ca0-74bd-62deaeaae12e-7e8d7aa2 {
  grid-area: Area;
}

#w-node-_72c88fb7-8d53-435c-cbc0-5091fd6e5b17-7e8d7aa2 {
  grid-area: Area;
  place-self: auto start;
}

#w-node-_72c88fb7-8d53-435c-cbc0-5091fd6e5b1a-7e8d7aa2 {
  grid-area: Area;
}

#w-node-_5df3c55d-657d-9e0c-453b-334738af1512-7e8d7aa2 {
  grid-area: Area;
  place-self: auto start;
}

#w-node-_5df3c55d-657d-9e0c-453b-334738af1515-7e8d7aa2 {
  grid-area: Area;
}

#w-node-ca0b9b7d-cabc-ffa2-1d69-da9dd950507d-7e8d7aa3, #w-node-ccbccdff-1d4a-7260-d737-d169911f0078-7e8d7aa3 {
  grid-area: Area-2;
}

#w-node-_2c9f1082-23b2-00e4-2ec3-751820124cb0-7e8d7aa3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_298f2ee1-beda-6428-4f27-40a1322086e3-7e8d7aa3 {
  grid-area: Area;
}

#w-node-ecbd4572-c5cc-fbbb-e863-18ff22db3846-7e8d7aa4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-ecbd4572-c5cc-fbbb-e863-18ff22db3849-7e8d7aa4 {
  grid-area: Area;
}

#w-node-_1fc6b8d5-f2b0-f27e-7f5a-5d67108ecd7c-7e8d7aa4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_1fc6b8d5-f2b0-f27e-7f5a-5d67108ecd7f-7e8d7aa4 {
  grid-area: Area;
}

#w-node-db37e49d-1ae3-0b6e-16c4-ad77150d7471-7e8d7aa4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-db37e49d-1ae3-0b6e-16c4-ad77150d7474-7e8d7aa4 {
  grid-area: Area;
}

#w-node-b6f19d36-8231-ac04-a578-d22be16ff237-7e8d7aa4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-b6f19d36-8231-ac04-a578-d22be16ff23a-7e8d7aa4 {
  grid-area: Area;
}

#w-node-_67baed98-089e-5bd3-c74e-c38166e033b9-7e8d7aa4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_67baed98-089e-5bd3-c74e-c38166e033bc-7e8d7aa4 {
  grid-area: Area;
}

#w-node-_58dfb1ab-724d-7f62-26c9-5103ab2d4081-7e8d7aa4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_58dfb1ab-724d-7f62-26c9-5103ab2d4084-7e8d7aa4 {
  grid-area: Area;
}

#w-node-c5a340bb-5d7a-e8ee-c77e-35c4e988c9fa-7e8d7aa4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-c5a340bb-5d7a-e8ee-c77e-35c4e988c9fd-7e8d7aa4 {
  grid-area: Area;
}

#w-node-_73246bee-e058-1f06-0ab4-c95084951aba-7e8d7aa4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_73246bee-e058-1f06-0ab4-c95084951abd-7e8d7aa4 {
  grid-area: Area;
}

#w-node-_956ed990-9a22-f95d-7cf8-626bb6130dc1-7e8d7aa4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_956ed990-9a22-f95d-7cf8-626bb6130dc4-7e8d7aa4 {
  grid-area: Area;
}

#w-node-_7f013cab-5575-b243-7268-739c9c77e221-7e8d7aa4 {
  grid-area: Area;
  place-self: auto start;
}

#w-node-_01836d15-32dd-6b0e-b5b1-6cc61e91bd14-7e8d7aa4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_01836d15-32dd-6b0e-b5b1-6cc61e91bd16-7e8d7aa4 {
  grid-area: Area;
}

#w-node-e0eeba18-ffc1-1ecb-0227-a725ba182e99-7e8d7aa4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-e0eeba18-ffc1-1ecb-0227-a725ba182e9c-7e8d7aa4 {
  grid-area: Area;
}

#w-node-_5e7ff907-e285-c65b-e2b7-98afaa23404a-7e8d7aa4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_5e7ff907-e285-c65b-e2b7-98afaa23404d-7e8d7aa4 {
  grid-area: Area;
}

#w-node-a71a67cf-27dd-89b3-68ca-46d51101e672-7e8d7aa4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-a71a67cf-27dd-89b3-68ca-46d51101e675-7e8d7aa4 {
  grid-area: Area;
}

#w-node-_336e0648-b92e-af92-f9a2-8c4b061563cf-7e8d7aa4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_336e0648-b92e-af92-f9a2-8c4b061563d2-7e8d7aa4 {
  grid-area: Area;
}

#w-node-d33861b5-5c26-7139-7b73-94f636418313-7e8d7aa4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-d33861b5-5c26-7139-7b73-94f636418316-7e8d7aa4 {
  grid-area: Area;
}

#w-node-_62cbb3f6-8c4f-67ff-cd1e-8e424300f609-7e8d7aa4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_62cbb3f6-8c4f-67ff-cd1e-8e424300f60c-7e8d7aa4 {
  grid-area: Area;
}

#w-node-d938871b-6f1c-8a52-fe0f-9d058bb56621-7e8d7aa4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-d938871b-6f1c-8a52-fe0f-9d058bb56624-7e8d7aa4 {
  grid-area: Area;
}

#w-node-_6ab251d6-aeeb-af86-dabe-6c10ee10ac97-7e8d7aa4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_6ab251d6-aeeb-af86-dabe-6c10ee10ac9a-7e8d7aa4 {
  grid-area: Area;
}

#w-node-b4dc9c06-5538-b64f-628f-b056a37f06a9-7e8d7aa4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-b4dc9c06-5538-b64f-628f-b056a37f06ac-7e8d7aa4 {
  grid-area: Area;
}

#w-node-_63fb3d21-78ea-4304-f119-dff72d669472-7e8d7aa8 {
  grid-area: Area-2;
  place-self: center;
}

#w-node-_67b5aa5a-475c-0a5f-7f66-ed377a01252d-7e8d7aa8, #w-node-_23ef5c14-be6c-3f18-18a2-75e1d467ee64-7e8d7aa8, #w-node-_80959b7e-1349-aa3f-3304-cdc486b08aee-7e8d7aa8, #eye-img.w-node-_6020543f-e24e-0721-4cc4-e2f5c0808651-7e8d7aa8, #w-node-ea0ee875-f62d-6435-178b-dfa895d27420-7e8d7aa8 {
  grid-area: Area-2;
}

#w-node-_1c40f2f5-0543-af14-d724-3d1f8199b133-7e8d7aa8 {
  grid-area: Area;
}

#w-node-c787417d-4464-e560-1a7f-c6079be4880c-7e8d7aaa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_54113d58-1b42-866e-8e14-1fc582444ef6-7e8d7aaa {
  grid-area: Area;
}

#w-node-_54113d58-1b42-866e-8e14-1fc582444ef9-7e8d7aaa {
  grid-area: Area-2;
}

#w-node-_54113d58-1b42-866e-8e14-1fc582444efa-7e8d7aaa {
  grid-area: Area-3;
}

#w-node-_54113d58-1b42-866e-8e14-1fc582444f05-7e8d7aaa {
  grid-area: Area-4;
}

#w-node-_54113d58-1b42-866e-8e14-1fc582444f11-7e8d7aaa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_63fb3d21-78ea-4304-f119-dff72d669472-7e8d7aab {
  grid-area: Area-2;
  place-self: center;
}

#w-node-_67b5aa5a-475c-0a5f-7f66-ed377a01252d-7e8d7aab, #w-node-_23ef5c14-be6c-3f18-18a2-75e1d467ee64-7e8d7aab, #w-node-ea0ee875-f62d-6435-178b-dfa895d27420-7e8d7aab {
  grid-area: Area-2;
}

#w-node-_1c40f2f5-0543-af14-d724-3d1f8199b133-7e8d7aab, #w-node-a73cd81d-4ece-dde8-7751-7f7b9d5f14f6-7e8d7aab {
  grid-area: Area;
}

#w-node-_4b926323-ec18-c020-9260-a6d96da6b6b8-7e8d7aab {
  grid-area: Area-2;
}

#w-node-_61ad88fe-bc90-566d-90bd-e110f03bf196-7e8d7aab, #w-node-_58fad814-9c87-b642-4c28-e49273730294-7e8d7aab {
  grid-area: Area-3;
}

#w-node-c11d47d4-bfd9-9ad0-df4f-b409aa94973b-7e8d7aab {
  grid-area: Area-4;
}

#w-node-_305fb8e5-ebb1-2b1a-bf1b-a51a5b07aabf-7e8d7aab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_6cad9a13-0167-151b-17d0-ee61882aedb6-7e8d7aa0 {
    grid-area: Area-2;
  }

  #w-node-_3a4bb655-e5bc-9758-8fc6-e22dcb09668b-7e8d7aa0, #w-node-_1034b771-91a1-b5f1-3315-9a7dad5f7f3d-7e8d7aa2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0a5cd3f8-dfbc-65d2-2dd9-b04589f70e04-7e8d7aa2 {
    grid-area: Area-2;
  }

  #w-node-_23c94b2b-d335-4ca0-74bd-62deaeaae12b-7e8d7aa2, #w-node-_72c88fb7-8d53-435c-cbc0-5091fd6e5b17-7e8d7aa2, #w-node-_5df3c55d-657d-9e0c-453b-334738af1512-7e8d7aa2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_58dfb1ab-724d-7f62-26c9-5103ab2d4081-7e8d7aa4 {
    grid-area: Area-6;
  }

  #w-node-c5a340bb-5d7a-e8ee-c77e-35c4e988c9fa-7e8d7aa4 {
    grid-area: Area-7;
  }

  #w-node-_956ed990-9a22-f95d-7cf8-626bb6130dc1-7e8d7aa4 {
    grid-area: Area-9;
  }

  #w-node-a0e5334b-1751-c825-dc60-7de70b86b100-7e8d7aaa {
    grid-area: Area;
  }

  #w-node-a0e5334b-1751-c825-dc60-7de70b86b103-7e8d7aaa {
    grid-area: Area-2;
  }

  #w-node-a0e5334b-1751-c825-dc60-7de70b86b10e-7e8d7aaa {
    grid-area: Area-3;
  }

  #w-node-a0e5334b-1751-c825-dc60-7de70b86b119-7e8d7aaa {
    grid-area: Area-4;
  }

  #w-node-_508fd4e0-95e6-9f69-8487-48a93303940b-7e8d7aab, #w-node-d2629285-316d-33bc-648f-05d832b65489-7e8d7aab {
    grid-area: Area;
  }

  #w-node-_03418887-b8fd-34d3-45fe-aebc95ac2cac-7e8d7aab, #w-node-_1ff3da54-842c-3005-ddb3-7eeb6bd1e781-7e8d7aab {
    grid-area: Area-2;
  }

  #w-node-_2a9f116c-836f-2ae1-aa3a-421b7d63c588-7e8d7aab {
    grid-area: Area;
  }

  #w-node-e42964c5-2758-b7bf-ba4d-8db82a3e143f-7e8d7aab {
    grid-area: Area-2;
  }

  #w-node-_51978fbf-c7f5-1d98-2add-95a6f93cee3c-7e8d7aab {
    grid-area: Area-3;
  }

  #w-node-_7acc95e9-1dc7-e95f-47f5-776cee9c09ba-7e8d7aab {
    grid-area: Area-4;
  }
}


@font-face {
  font-family: 'Texta';
  src: url('../fonts/TextaBlackIt.ttf') format('truetype'), url('../fonts/TextaHeavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Texta';
  src: url('../fonts/TextaMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Texta';
  src: url('../fonts/TextaRegular.ttf') format('truetype'), url('../fonts/TextaBook.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Texta';
  src: url('../fonts/TextaThintIt.ttf') format('truetype'), url('../fonts/TextaThin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Texta';
  src: url('../fonts/TextaBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Texta';
  src: url('../fonts/TextaLightIt.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashgrotesk Variable';
  src: url('../fonts/ClashGrotesk-Variable.ttf') format('truetype');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Berranger Hand Itc Std';
  src: url('../fonts/Berranger-Hand-ITC-Std-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Akira Expanded Demo';
  src: url('../fonts/Akira-Expanded-Demo.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}