<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --white: white;
  --marvin-red: #ff512f;
  --black: black;
}

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

h1 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Arimo, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Arimo, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Arimo, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Arimo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Arimo, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Arimo, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: var(--white);
  margin-bottom: 10px;
  font-family: Arimo, sans-serif;
  font-size: 17px;
}

a {
  color: var(--white);
  text-transform: none;
  font-family: Arimo, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s ease-in-out;
}

a:hover {
  color: var(--marvin-red);
  background-color: rgba(0, 0, 0, 0);
}

ul {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Libre Franklin;
  font-size: 16px;
  font-weight: 100;
}

li {
  margin-bottom: 20px;
  padding-left: 10px;
}

.main {
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

.hero {
  height: 100vh;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
}

.background-video {
  z-index: 1;
  height: 100vh;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block {
  z-index: 2;
  color: var(--black);
  margin-bottom: 0;
  margin-right: 7px;
  font-family: Librefranklin, sans-serif;
  font-size: 2.3vw;
  font-weight: 200;
  position: relative;
}

.text-block.bold {
  color: var(--black);
  font-weight: 600;
}

.info-section {
  white-space: nowrap;
  object-fit: contain;
  padding-top: 140px;
  padding-bottom: 134px;
  display: flex;
}

.info-section.contact {
  width: auto;
  height: auto;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 123px;
}

.move-wrapper {
  width: auto;
  white-space: normal;
  object-fit: fill;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  left: 0%;
  right: 0;
}

.move-wrapper.second {
  width: auto;
  flex: none;
  align-items: center;
  left: 0%;
}

.move-wrapper.contact {
  width: auto;
  white-space: nowrap;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  left: auto;
  right: auto;
}

.main-heading {
  border: 2px none var(--marvin-red);
  color: var(--white);
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Arimo, sans-serif;
  font-size: 15vw;
  line-height: 1;
}

.main-heading.description {
  z-index: 1;
  text-transform: none;
  white-space: normal;
  font-size: 5vw;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

.main-heading.description.outline {
  background-color: var(--white);
  text-shadow: 0 0 2px #000;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  padding-left: 0;
  font-family: Arimo, sans-serif;
  font-size: 6vw;
  font-weight: 700;
  line-height: 1.2;
  display: block;
}

.main-heading.description.cases {
  z-index: 3;
  margin-bottom: 20px;
  font-size: 7vw;
  display: none;
}

.main-heading.description.cases.black-color {
  color: #333;
  display: none;
}

.main-heading.about {
  font-size: 14vw;
}

.main-heading.about.borders {
  border-style: solid;
  border-width: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

.main-heading._80-vw {
  width: auto;
  color: #333;
  text-transform: lowercase;
  margin-bottom: 0;
  font-size: 9vw;
}

.main-heading.link {
  width: auto;
  background-color: var(--white);
  text-transform: capitalize;
  text-shadow: 0 0 2px #000;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7vw;
  line-height: 1.2;
  transition: text-shadow .7s ease-in-out;
  display: flex;
}

.main-heading.link:hover {
  text-shadow: none;
}

.main-heading.about-heading {
  color: var(--marvin-red);
  text-transform: none;
  font-size: 2vw;
  font-weight: 700;
}

.main-heading.about-heading.first {
  font-family: Librefranklin, sans-serif;
}

.main-heading.sticky-outline {
  width: 100%;
  background-color: var(--white);
  text-align: center;
  text-shadow: 0 0 2px #000;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 14vw;
  position: absolute;
  top: 3%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.main-heading.menu {
  opacity: 1;
  color: var(--black);
  text-transform: capitalize;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3vw;
  font-weight: 400;
}

.main-heading.contact {
  color: #585858;
  text-transform: capitalize;
  white-space: nowrap;
  font-size: 12vw;
  font-weight: 400;
}

.main-heading.link-breit {
  width: auto;
  background-color: var(--white);
  text-transform: capitalize;
  text-shadow: 0 0 2px #000;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arimo, sans-serif;
  font-size: 7vw;
  line-height: 1.2;
  transition: text-shadow .7s ease-in-out;
  display: flex;
}

.main-heading.link-breit:hover {
  text-shadow: none;
}

.image {
  width: 15vw;
  margin-left: 10px;
  margin-right: 10px;
}

.image.contact {
  width: 6vw;
  margin-top: 39px;
}

.section-video {
  height: auto;
  padding: 100px 11vw;
  position: relative;
}

.section-video.no-padding {
  height: 100vh;
  padding: 0 4vw;
}

.grid {
  height: 100%;
  grid-column-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid.no-margin {
  z-index: 1;
  height: 100vh;
  grid-column-gap: 0px;
  border-left: 1px solid #252525;
  border-right: 1px #252525;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
}

.container {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
}

.container.margin {
  margin-bottom: 140px;
}

.container.margin.hidden {
  margin-top: 20px;
  overflow: hidden;
}

.container.hidden {
  overflow: hidden;
}

.container.hidden.margin-top {
  margin-bottom: 10px;
}

.main-paragraph {
  color: var(--white);
  margin-bottom: 180px;
  font-family: Arimo, sans-serif;
  font-size: 2vw;
  line-height: 1.2;
}

.main-paragraph._50 {
  width: 50%;
  margin-top: 40px;
  margin-left: auto;
  font-family: Librefranklin, sans-serif;
  font-size: 2vw;
  font-weight: 200;
  line-height: 1.3;
}

.main-paragraph._50.absolute {
  width: 35%;
  font-size: 20px;
  position: absolute;
  top: 500px;
  bottom: 0%;
  left: auto;
  right: 12%;
}

.main-paragraph._40 {
  width: 70%;
  font-size: 1.5vw;
  line-height: 1.3;
}

.main-paragraph._40.no-margin {
  margin-bottom: 0;
  font-family: Librefranklin, sans-serif;
  font-size: 20px;
  font-weight: 200;
}

.main-paragraph._40.no-margin.thin {
  font-size: 2vw;
  font-weight: 100;
  display: none;
}

.main-paragraph.menu {
  color: #676767;
  margin-bottom: 0;
  font-size: 1.8vw;
}

.main-paragraph.menu.white {
  width: auto;
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  font-family: Libre Franklin;
  font-weight: 100;
  position: static;
}

.main-paragraph.menu.white.green {
  color: var(--marvin-red);
}

.main-paragraph.menu.white.space {
  margin-right: 5px;
}

.main-paragraph.menu.green {
  color: var(--marvin-red);
  font-family: Libre Franklin;
  font-weight: 300;
}

.main-paragraph.menu.green.space {
  margin-right: 5px;
}

.main-paragraph.footer {
  width: 60%;
  border: 5px solid var(--white);
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0%;
  padding: 20px;
  font-size: 1.2vw;
  display: block;
}

.main-paragraph.sub-heading {
  z-index: 2;
  color: var(--white);
  margin-bottom: 0;
  font-size: 1.3vw;
  display: none;
  position: relative;
}

.main-paragraph.sub-heading.black-color {
  color: #333;
  display: none;
}

.main-paragraph.cases {
  z-index: 3;
  width: 35%;
  font-family: Libre Franklin;
  font-size: 1.3vw;
  font-weight: 300;
  line-height: 1.6;
  display: none;
  position: relative;
}

.main-paragraph.cases.black-color {
  color: #333;
  font-family: Libre Franklin;
  font-size: 1.5vw;
  font-weight: 300;
  line-height: 1.3;
  display: none;
}

.main-paragraph.black-color {
  color: #333;
}

.main-paragraph.no-margin {
  width: 70%;
  margin-bottom: 0;
  font-family: Libre Franklin;
  font-size: 18px;
}

.main-paragraph.white-color {
  color: #333;
  color: #333;
}

.main-paragraph.white-color.second {
  color: var(--white);
  font-weight: 400;
}

.absolute-wrap {
  perspective-origin: 50% 0;
  transform-origin: 100% 100%;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.main-text {
  color: var(--marvin-red);
  letter-spacing: -.5px;
  text-transform: uppercase;
  font-family: Librefranklin, sans-serif;
  font-size: 1.2vw;
  font-weight: 100;
}

.column.border {
  z-index: 1;
  opacity: 1;
  cursor: pointer;
  border-right: 1px solid #737373;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.column.border:hover {
  opacity: 1;
}

.column.border.second {
  z-index: 1;
  border-left: 1px solid #6a6a6a;
  justify-content: center;
  position: relative;
}

.wrapper-video {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.wrapper-video.first {
  background-image: url('../images/01_MARVIN_Standbild.webp');
}

.wrapper-video.second {
  background-image: url('../images/02_MARVIN_Standbild.webp');
  background-position: 50%;
}

.wrapper-video.third {
  background-image: url('../images/03_MARVIN_Standbild.webp');
  background-position: 50%;
}

.wrapper-video.fourth {
  background-image: url('../images/04_MARVIN_Standbild.webp');
  background-position: 50% 100%;
}

.background-video-hero {
  z-index: 1;
  height: 100%;
  opacity: 0;
  transition: opacity .4s ease-in-out;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-video-hero:hover {
  opacity: 1;
}

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

.navbar {
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row-reverse;
  justify-content: space-around;
  align-items: center;
  padding: 20px 60px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.logo-image {
  width: 120px;
}

.logo-image.absolute {
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-button {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.menu-button.w--open {
  z-index: 2;
  width: auto;
  height: auto;
  border: 1px none var(--white);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 18px;
  display: flex;
}

.about-section {
  height: 100ch;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 220px;
  display: flex;
  position: relative;
}

.image-absolute {
  width: 20%;
  position: absolute;
}

.image-absolute.first {
  width: 18%;
  top: 13%;
  bottom: auto;
  left: auto;
  right: 26%;
}

.image-absolute.second {
  z-index: 1;
  width: 16%;
  top: 22%;
  bottom: auto;
  left: auto;
  right: 18%;
  transform: rotate(23deg);
}

.image-absolute.third {
  z-index: 1;
  width: 17%;
  top: auto;
  bottom: 4%;
  left: 28%;
  right: auto;
}

.image-absolute.fourth {
  z-index: 2;
  width: 18%;
  top: auto;
  bottom: 12%;
  left: 14%;
  right: auto;
  transform: rotate(-37deg);
}

.image-absolute.fifth {
  z-index: 2;
  width: 13%;
  top: auto;
  bottom: 10%;
  left: 39%;
  right: auto;
}

.background-video-what {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -11vw;
  right: 0%;
}

.heading-work {
  z-index: 9;
  width: auto;
  height: auto;
  flex: none;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
  top: 0%;
  bottom: auto;
  left: auto;
  right: auto;
}

.big-heading {
  opacity: 1;
  color: var(--marvin-red);
  letter-spacing: -1px;
  margin-top: 0;
  font-family: Librefranklin, sans-serif;
  font-size: 3vw;
  font-weight: 100;
  line-height: 1.2;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.big-heading.second {
  width: auto;
  background-color: var(--white);
  opacity: 1;
  color: var(--marvin-red);
  letter-spacing: -1px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-left: auto;
  margin-right: auto;
  font-family: Librefranklin, sans-serif;
  font-size: 3vw;
  font-weight: 100;
  display: block;
  position: static;
}

.video-background {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -11vw;
  right: 0%;
}

.icon-bg {
  width: 20%;
  opacity: .37;
  position: absolute;
  top: auto;
  bottom: -10%;
  left: 38%;
  right: auto;
}

.icon-bg.second {
  top: 25%;
  bottom: auto;
  left: 13%;
  right: auto;
  transform: rotate(23deg);
}

.icon-bg.third {
  width: 15%;
  top: 38%;
  bottom: auto;
  left: auto;
  right: 10%;
}

.icon-bg.second-third {
  width: 15%;
  top: 38%;
  bottom: auto;
  left: auto;
  right: 25%;
}

.section-change-bg {
  height: auto;
  padding-top: 0;
}

.nav-menu {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  display: flex;
  top: 0;
  overflow: visible;
}

.brand {
  z-index: 2;
  position: relative;
}

.brand.w--current {
  z-index: 99999;
}

.content-menu {
  height: 100vh;
  background-image: none;
  background-size: auto;
  position: relative;
}

.link-menu {
  text-decoration: none;
  overflow: hidden;
}

.link-menu.margin {
  height: auto;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-menu.margin._404 {
  bottom: -48px;
}

.link-menu.absolute {
  color: var(--marvin-red);
  margin-bottom: 0;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -100%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.link-menu.untermenue {
  width: auto;
  overflow: visible;
}

.text-span {
  margin-left: 0;
}

.text-span.title {
  font-family: Librefranklin, sans-serif;
  font-size: 2vw;
  font-weight: 600;
}

.overflow {
  height: 400px;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wrapper-heading {
  z-index: 8;
  flex-direction: column;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.our-services-grid {
  z-index: 12;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area Area Area Area"
                 ". . Area-2 ."
                 ". . Area-3 Area-3"
                 / 1fr .6fr .9fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-top: 163px;
  padding-bottom: 64px;
  display: grid;
  position: relative;
}

.faq-question-wrap {
  width: 100%;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.order-number {
  color: var(--marvin-red);
  font-family: Libre Franklin;
  font-size: 19px;
  font-weight: 100;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translate(0, -50%);
}

.description {
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 9vw;
  font-weight: 800;
  line-height: 1;
}

.description.orange {
  z-index: 1;
  background-color: var(--marvin-red);
  color: var(--marvin-red);
  text-shadow: none;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Arimo, sans-serif;
  font-size: 3.5vw;
  font-weight: 700;
  position: relative;
}

.container-dropdown {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: relative;
  bottom: -236px;
  left: auto;
}

.container-dropdown.margin {
  z-index: 2;
  padding-top: 96px;
  padding-right: 0%;
  bottom: 0;
  left: -7%;
}

.portfolio-link {
  width: auto;
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
  padding-left: 70px;
  font-weight: 400;
  display: flex;
  position: relative;
}

.wrapper-faq {
  width: 100%;
  height: 1px;
}

.client-heading {
  z-index: 1;
  width: auto;
  color: #fff;
  letter-spacing: 2px;
  text-transform: lowercase;
  flex: 0 auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 20px;
  font-family: Arimo, sans-serif;
  font-size: 2.1vw;
  font-weight: 400;
  line-height: 1.3;
  position: static;
}

.faq-question-bar {
  width: 100%;
  max-width: 1280px;
  color: #1a1e27;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px rgba(0, 0, 0, .07);
  border-radius: 3px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
  position: relative;
}

.faq-content {
  max-width: 1280px;
  padding-bottom: 0;
  overflow: hidden;
}

.outline-span {
  text-shadow: 0 0 2px var(--black);
}

.about-image-third {
  width: 130%;
  max-width: none;
  perspective: 1980px;
  margin: auto;
  transform: perspective(1880px);
}

.about-image {
  height: auto;
  max-width: 120%;
}

.container-text {
  flex-direction: column;
  justify-content: center;
  padding-left: 60px;
  display: flex;
}

.container-text.bottom {
  padding-left: 0;
}

.sub-heading {
  color: #848484;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 2.5vw;
  font-weight: 100;
  line-height: 1;
}

.wrapper-about-image {
  justify-content: center;
  align-items: center;
  padding: 140px 0 435px;
  display: flex;
  position: relative;
}

.about-heading {
  font-size: 3.5vw;
  font-weight: 200;
  line-height: 1.1;
}

.about-grid {
  z-index: 1;
  width: 75vw;
  grid-column-gap: 69px;
  grid-row-gap: 73px;
  perspective: 1980px;
  grid-template: "Area Area-2" 1fr
                 "Area-3 Area-4"
                 / 1fr .75fr;
  position: relative;
  transform: perspective(1880px);
}

.black-background {
  background-color: var(--black);
  padding-left: 105px;
  padding-right: 105px;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.crew-section {
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  padding-bottom: 220px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.crew-grid {
  width: 82vw;
  grid-column-gap: 2vw;
  grid-template-columns: 1fr 1fr 1fr;
}

.crew-card {
  width: 26vw;
  height: 26vw;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 20px;
  padding-left: 33px;
  padding-right: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-card {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading {
  z-index: 1;
  color: var(--white);
  margin-top: 0;
  font-family: Librefranklin, sans-serif;
  font-size: 24px;
  position: relative;
}

.overflow-mask-shop {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
}

.wrapper-line-indicator {
  width: 20%;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  bottom: 4%;
  right: 10%;
}

.wrapper-horizzontal-shop {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  margin: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: 0;
  overflow: visible;
}

.horizontal-scrollable-section-shop {
  width: 400vh;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 24px;
  display: flex;
}

.horizontal-scrollable-section-shop.auto {
  width: auto;
  flex-direction: column;
  justify-content: center;
  margin-left: 0;
}

.horizontal-scrollable-section-shop.auto._2 {
  margin-right: 0;
  overflow: visible;
}

.scroll-line {
  width: 70%;
  height: 1px;
  background-color: #5c5c5c;
  border-radius: 20px;
  margin-left: 20px;
  display: block;
  position: static;
  top: auto;
  bottom: 5%;
  left: auto;
  right: auto;
}

.white-line {
  width: 100%;
  height: 100%;
  background-color: var(--marvin-red);
}

.horizontal-shop {
  height: 400vh;
  background-color: rgba(0, 0, 0, 0);
  border-top: 60px rgba(36, 36, 36, .09);
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
  position: relative;
}

.horizontal-shop:focus {
  box-shadow: inset 0 0 0 85px rgba(255, 0, 0, .29);
}

.horizontal-shop.content-wrap {
  z-index: 8888;
  width: 100%;
  height: 300vh;
  max-width: none;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  padding-top: 0;
  padding-bottom: 0;
}

.project-grid {
  height: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 109px;
  padding-left: 40px;
  position: relative;
}

.play-container {
  width: 20vw;
  height: 65vh;
  cursor: pointer;
  background-image: url('../images/02_MARVIN_Cases_BMW.webp');
  background-position: 50%;
  background-size: auto 100%;
  transition: all .4s ease-in-out;
  position: relative;
  overflow: hidden;
}

.play-container:hover {
  opacity: 1;
  background-image: url('../images/02_MARVIN_Cases_BMW.webp');
  background-position: 50%;
  background-size: auto 125%;
}

.play-container.second {
  background-image: url('../images/02_MARVIN_Cases_Vauen.jpg');
  transition: all .4s ease-in-out;
}

.play-container.third {
  background-image: url('../images/03_MARVIN_Cases_Govecs.webp');
}

.play-container.fourth {
  height: 65vh;
  background-image: url('../images/01_MARVIN_Cases_Alpha.webp');
}

.play-container.fourth:hover {
  opacity: .4;
}

.play-container.fifth {
  background-image: url('../images/05_MARVIN_Cases_Mocopinus.webp');
}

.play-container.sixth {
  background-image: url('../images/06_MARVIN_Cases_BMW.webp');
}

.play-container.seventh {
  background-image: url('../images/07_MARVIN_Cases_Telefonica.jpg');
}

.play-container.eighth {
  background-image: url('../images/09_MARVIN_Cases_BayWa.webp');
}

.play-container.ninth {
  background-image: url('../images/08_MARVIN_Cases_CornChico.webp');
}

.image-background {
  width: 25%;
  opacity: .7;
  margin-top: 16%;
  margin-left: 5%;
  position: absolute;
  transform: rotate(34deg);
}

.image-background.second {
  width: 19%;
  margin-top: 0%;
  top: auto;
  bottom: 9%;
  left: auto;
  right: 25%;
}

.image-background.third {
  width: 40%;
  margin-top: 0%;
  margin-left: -13%;
  top: 6%;
  bottom: auto;
  left: -16%;
  right: auto;
}

.image-background.thirdh {
  width: 50%;
  filter: saturate(0%);
  margin-top: 0%;
  margin-left: -13%;
  top: -17%;
  bottom: auto;
  left: auto;
  right: -35%;
}

.menu-grid {
  height: 100%;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: end;
  justify-content: start;
  align-items: end;
  justify-items: start;
  display: grid;
  position: relative;
}

.wrapper-content-menu {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 2%;
  padding-left: 78px;
  display: flex;
}

.close-line {
  width: 30px;
  height: 1px;
  background-color: var(--white);
  margin-top: 0;
  font-size: 10px;
  display: block;
  position: absolute;
  top: auto;
  bottom: 50%;
  left: auto;
  right: 29%;
  transform: rotate(45deg);
}

.close-line.second {
  margin-top: 0;
  position: absolute;
  top: auto;
  bottom: 50%;
  left: auto;
  right: 30%;
  transform: rotate(-45deg);
}

.overflow-wrap {
  height: 552px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-heading {
  width: 75vw;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.triangle-image {
  width: 5vw;
  display: block;
  position: absolute;
  top: 15%;
  bottom: auto;
  left: -8%;
  right: auto;
}

.paragraph {
  width: 45%;
  margin-bottom: 110px;
  margin-left: auto;
  margin-right: 45px;
  font-family: Arimo, sans-serif;
  font-size: 20px;
  line-height: 1.2;
}

.paragraph.crewtext {
  margin-top: 40px;
}

.client-section {
  height: auto;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  padding-top: 270px;
  padding-bottom: 270px;
  display: flex;
}

.client-grid {
  grid-row-gap: 181px;
  grid-template-columns: 1fr 1fr 1fr;
}

.client-logo {
  width: 40%;
}

.client-logo._6 {
  width: 60%;
}

.client-logo._4, .client-logo._3 {
  width: 50%;
}

.move-icon {
  height: 90vh;
  position: relative;
}

.circle {
  position: absolute;
  top: auto;
  bottom: auto;
  left: -12%;
  right: auto;
}

.circle.second {
  top: -8%;
  left: 47%;
  transform: rotate(94deg);
}

.circle.third {
  bottom: -10%;
  left: 18%;
  transform: rotate(23deg);
}

.circle.second {
  object-fit: scale-down;
  top: 21%;
  left: auto;
  right: 0%;
  overflow: visible;
  transform: rotate(94deg);
}

.image-triangle {
  width: 45vw;
  opacity: .76;
}

.image-triangle.absolute {
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-triangle.absolute:hover {
  opacity: 0;
}

.image-triangle.absolute.second {
  display: inline-block;
}

.image-triangle.second {
  width: 30vw;
  opacity: .76;
}

.image-triangle.third {
  width: 40vw;
  opacity: .76;
}

.arrow-image {
  width: 12px;
  margin-right: 5px;
  display: none;
}

.container-button-menu {
  flex-direction: row-reverse;
  align-items: center;
  display: flex;
}

.background-menu {
  background-image: url('../images/menubackground-1.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.contact-link {
  color: #585858;
  text-transform: lowercase;
  font-size: 9vw;
  font-weight: 400;
  text-decoration: none;
}

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

.footer-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: start;
  margin-left: 40px;
  margin-right: auto;
}

.footer-grid.bottom {
  width: 80%;
  grid-template-columns: 1fr 1fr;
  margin: auto auto 0;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  top: auto;
  bottom: 1%;
  left: 0%;
  right: 0%;
}

.wrap-link-footer {
  flex-direction: row;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.wrap-copyright {
  margin-left: 0;
  position: static;
  bottom: 15px;
}

.text-bold {
  font-family: Arimo, sans-serif;
  font-size: 11px;
  font-weight: 400;
}

.udesly-link {
  color: var(--marvin-red);
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  text-decoration: none;
}

.top-text {
  color: #9b9b9b;
  text-transform: uppercase;
  margin-bottom: 3px;
  margin-right: 40px;
  font-family: Arimo, sans-serif;
  font-size: 11px;
}

.text-credits {
  color: #9b9b9b;
  text-transform: uppercase;
  margin-bottom: 3px;
  font-family: Arimo, sans-serif;
  font-size: 11px;
}

.back-to-top-text {
  color: #888;
  text-transform: uppercase;
  font-family: Arimo, sans-serif;
}

.back-to-top-text.kacheln {
  color: var(--black);
}

.webflow-link {
  color: var(--marvin-red);
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  text-decoration: none;
}

.grid-footer {
  z-index: 2;
  width: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  padding-left: 60px;
  padding-right: 60px;
  display: none;
  position: absolute;
  bottom: 20px;
  left: auto;
  right: auto;
}

.social-grid {
  width: auto;
  grid-column-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  margin-left: auto;
}

.social-link {
  width: 110px;
  perspective: 412px;
  position: relative;
  transform: perspective(490px);
}

.social-image {
  width: 110px;
}

.social-image.absolute {
  opacity: 0;
  transition: opacity .5s ease-in-out;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.social-image.absolute:hover {
  opacity: 1;
}

.contact-grid {
  width: 80%;
  grid-column-gap: 16px;
  grid-row-gap: 103px;
  grid-template: "Area-2 Area-2"
                 "Area-3 Area-4"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 177px;
  display: grid;
}

.container-move-text {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.wrapper-info {
  padding-top: 10%;
  padding-left: 0;
  padding-right: 69px;
  display: block;
}

.wrapper-info.no-padding {
  padding-top: 0%;
  padding-left: 58px;
  padding-right: 0;
  position: relative;
}

.text-field {
  height: 60px;
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid #535353;
  padding-top: 20px;
  padding-bottom: 15px;
  padding-left: 0;
  font-family: Arimo, sans-serif;
  font-size: 1.2vw;
  font-weight: 400;
}

.text-field:active {
  border-bottom-style: solid;
}

.text-field:focus {
  border-bottom-color: var(--marvin-red);
}

.submit-button {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 0;
  font-family: Arimo, sans-serif;
  font-size: 1.2vw;
  line-height: 1;
}

.submit-div {
  width: 25px;
  height: 1px;
  background-color: var(--marvin-red);
  margin-right: 3px;
}

.submit-wrap {
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  margin-top: 40px;
  margin-right: auto;
  display: flex;
}

.fixed-wrap {
  z-index: 999;
  background-color: var(--black);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 11%;
  padding-left: 68px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fixed-wrap.first {
  z-index: 1034;
  display: none;
}

.fixed-wrap.second, .fixed-wrap.third, .fixed-wrap.fourth, .fixed-wrap.fifth, .fixed-wrap.sixth, .fixed-wrap.seventh, .fixed-wrap.eighth, .fixed-wrap.ninth {
  display: none;
}

.background-video-project {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.load {
  z-index: 10026;
  background-color: var(--black);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.white {
  z-index: 3;
  width: 100%;
  background-color: var(--white);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.white.second {
  z-index: 2;
  width: 19vw;
  left: auto;
}

.white.first {
  z-index: 1;
  width: 22vw;
  left: auto;
}

.white.second {
  z-index: 5;
  width: 16vw;
  left: auto;
}

.white.fourth {
  z-index: 7;
  width: 11vw;
  left: auto;
}

.white.fifth {
  z-index: 9;
  width: 8vw;
  left: auto;
}

.white.sixth {
  z-index: 11;
  width: 4vw;
  left: auto;
}

.black {
  z-index: 4;
  width: 100%;
  background-color: var(--black);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.black.first {
  z-index: 2;
  width: 20vw;
  left: auto;
}

.black.second {
  width: 17vw;
  left: auto;
}

.black.third {
  z-index: 6;
  width: 15vw;
  left: auto;
}

.black.fourth {
  z-index: 8;
  width: 10vw;
  left: auto;
}

.black.fifth {
  z-index: 10;
  width: 6vw;
  left: auto;
}

.black._5-copy {
  z-index: 12;
  width: 3vw;
  left: auto;
}

.close-wrap {
  z-index: 2;
  width: 50px;
  height: 50px;
  border: 1px solid var(--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 14%;
  bottom: auto;
  left: auto;
  right: 6%;
}

.close-wrap.white {
  z-index: 999999;
  width: 50px;
  height: 50px;
  border-color: var(--white);
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  position: absolute;
  top: -16%;
  right: -10%;
}

.close-wrap.border-white.no-background {
  border-color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  top: 5%;
}

.close-wrap.border-black.no-background {
  border-color: var(--black);
  -webkit-text-stroke-color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  top: 5%;
}

.second-close-image {
  width: 35%;
}

.lightbox-link {
  z-index: 9999;
  width: 100%;
  height: 100%;
  padding-top: 134px;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-cover-shape {
  background-color: #fff;
  line-height: 30px;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-cover-shape.gray {
  background-color: var(--black);
  display: none;
}

.container-heading-hero {
  display: flex;
}

.contact-text {
  color: var(--white);
  margin-top: 0;
  font-family: Arimo, sans-serif;
  font-size: 2vw;
  line-height: 1;
}

.close-image {
  width: 28%;
}

.lets-chat-wrap {
  background-color: var(--black);
  cursor: pointer;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10%;
  transition: all .4s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lets-chat-wrap:hover {
  letter-spacing: 2em;
}

.line {
  width: 30px;
  height: 1px;
  background-color: var(--marvin-red);
}

.container-button {
  flex-direction: row-reverse;
  align-items: center;
  display: flex;
}

.container-icon {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  transition: background-color .5s ease-in-out;
  display: flex;
}

.container-icon:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, .57);
}

.play-icon {
  width: 50%;
  opacity: 1;
}

.success-message {
  color: var(--marvin-red);
  background-color: rgba(0, 0, 0, 0);
  font-family: Arimo, sans-serif;
  font-size: 18px;
}

.error-message {
  color: #bc4040;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  font-family: Arimo, sans-serif;
  font-size: 16px;
}

.bold-text {
  flex-direction: column;
  font-size: 14px;
  display: inline-block;
}

.bold-span {
  font-family: Arimo, sans-serif;
  font-weight: 700;
}

.bold-span.text-about {
  font-family: Librefranklin, sans-serif;
}

.thin-span {
  font-weight: 300;
}

.footer {
  width: 100%;
  height: auto;
  background-color: #f8f8fa;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 140px 20px;
  display: flex;
  position: relative;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  background-image: url('../images/menubackground-1.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 100%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

._404-heading {
  letter-spacing: -.045em;
  font-size: 75px;
  line-height: 1.2;
}

.utility-page-form {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.password-logo {
  width: 170px;
}

.submit-button-password {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  margin-top: 13px;
  padding-left: 31px;
  padding-right: 31px;
  font-family: Libre Franklin;
  font-size: 16px;
  font-weight: 700;
}

.password-text-field {
  height: 50px;
  color: var(--white);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Libre Franklin;
  font-size: 16px;
  font-weight: 300;
}

.password-text-field:focus {
  border: 1px solid var(--marvin-red);
}

.bold {
  color: var(--white);
  font-family: Arimo, sans-serif;
  font-weight: 700;
}

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

.text-crew {
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
}

.text-crew.borders {
  border: 5px solid var(--black);
}

.heading-2 {
  z-index: 1;
  color: #fff;
  margin-top: 0;
  font-family: Librefranklin, sans-serif;
  font-size: 24px;
  position: relative;
}

.link-untermenue {
  width: 150px;
  color: var(--white);
  flex: 1;
  margin-left: 0;
  margin-right: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  display: inline-block;
}

.div-block-untermenue {
  width: auto;
  height: auto;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 20px;
  padding-right: 0;
  display: block;
  position: static;
  top: 0;
  left: 0;
}

.bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7 {
  font-size: 14px;
  display: inline-block;
}

.div-menue {
  width: auto;
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.div-indicator-white {
  width: .1em;
  height: 2em;
  background-color: #fff;
}

.wrapper-strip {
  width: 100vw;
  height: auto;
  margin-top: 1em;
  margin-bottom: 4em;
  position: static;
  overflow: hidden;
}

.wrapper-strip.jobs {
  overflow: visible;
}

.section-top {
  height: auto;
  margin-top: 0;
}

.div-aufbau-hero {
  height: auto;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.div-scroll-indicator {
  z-index: 900;
  width: .1em;
  height: 12em;
  color: #353535;
  background-color: #202020;
  margin-top: 0;
  position: fixed;
  top: auto;
  bottom: 15%;
  left: 1.5%;
  right: auto;
}

.text-ticker-webagentur-muc {
  color: #202020;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Arimo, sans-serif;
  font-size: 4em;
  font-weight: 500;
  line-height: 1em;
}

.div-header {
  width: 100%;
  height: 25em;
  background-image: url('../images/Sixrooms_Header_Profil_web.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-header.header_webagentur {
  height: 25em;
  background-image: url('../images/Sixrooms_Header_Kontakt_web.webp');
  background-position: 50%;
  background-size: cover;
}

.wrapper-ticker {
  width: 100vw;
  height: 4em;
  margin-top: 2em;
  overflow: hidden;
}

.wrapper-ticker.webagentur-dus {
  overflow: visible;
}

.loop-container-2 {
  width: 200%;
  height: 100%;
  cursor: default;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  transition: filter .6s;
  display: flex;
  position: relative;
  top: auto;
  right: auto;
  overflow: visible;
}

.loop-container-2:hover {
  filter: invert();
}

.loop-container-2.jobs {
  width: auto;
  margin-left: 10px;
}

.contant-holder {
  width: auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contant-holder:hover {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 500;
}

.contant-holder.webdesign {
  font-family: Arimo, sans-serif;
}

.ticker-holder {
  width: auto;
  align-items: center;
  display: flex;
}

.ticker-holder.webagentur-muc {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: 10px;
}

.aufbau-box-webagentur {
  width: 24em;
  height: 24em;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: default;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/SIXROOMS_Jobs_hell.webp');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #000;
  border-radius: 2em;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-around;
  justify-content: flex-start;
  align-items: flex-start;
  transition: box-shadow .6s;
  display: block;
  position: static;
  top: 0;
}

.aufbau-box-webagentur:hover {
  border-radius: 2em;
  box-shadow: inset 0 0 0 1em #fff;
}

.aufbau-box-webagentur.wb9-dus {
  height: 28em;
}

.aufbau-box-webagentur.wb9-dus.normal {
  height: 24em;
}

.aufbau-box-webagentur.wb5-dus {
  background-image: url('../images/00_SIXROOMS_Background_NEWS_n.jpg');
}

.aufbau-box-webagentur.wb7-dus {
  background-image: url('../images/00_SIXROOMS_Background_WEBDESIGN.jpg');
}

.aufbau-box-webagentur.wb11-dus {
  height: 28em;
}

.aufbau-box-webagentur.wb11-dus.normal {
  height: 24em;
}

.aufbau-box-webagentur.wb3-dus {
  background-image: url('../images/00_SIXROOMS_Background_WEBDESIGN.jpg');
}

.aufbau-box-webagentur.wb6-dus {
  background-image: url('../images/00_SIXROOMS_Background_n.jpg');
}

.aufbau-box-webagentur.wb14-dus {
  height: 28em;
}

.aufbau-box-webagentur.wb14-dus.normal {
  height: 24em;
}

.aufbau-box-webagentur.wb1-dus {
  background-image: url('../images/00_SIXROOMS_Background_n.jpg');
}

.aufbau-box-webagentur.wb8-dus {
  height: 24em;
}

.aufbau-box-webagentur.wb2-dus {
  background-image: url('../images/00_SIXROOMS_Background_NEWS_n.jpg');
}

.grid-2 {
  grid-column-gap: .5em;
  grid-row-gap: 1em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: center;
  align-items: stretch;
  justify-items: center;
  display: grid;
}

.grid-2.webdesign {
  grid-template-rows: auto;
}

.div-container {
  width: 100vw;
  height: auto;
  margin-top: 4em;
  margin-bottom: 4em;
}

.section-content {
  margin-top: 0;
}

.text-box-dus {
  color: #000;
  mix-blend-mode: normal;
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: Arimo, sans-serif;
  font-size: .7em;
  font-weight: 400;
  line-height: 1;
}

.div-text-box-dus {
  z-index: 1;
  width: 20em;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 2em;
  display: block;
  position: relative;
  top: 0;
  left: 2em;
}

.heading-webagentur-dus {
  z-index: 6;
  color: #000;
  text-transform: uppercase;
  mix-blend-mode: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arimo, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1px;
  display: inline;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
}

.section-footer {
  justify-content: space-around;
  display: flex;
}

.reihe-ll {
  width: 24.5em;
  height: auto;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  top: 0;
}

.reihe-lm {
  width: 24.5em;
  height: auto;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.content__wrapper-2 {
  width: 100vw;
  height: 745.6em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.content__wrapper-2.film, .content__wrapper-2._3d {
  height: 284.2em;
}

.section-2.infinite-item {
  margin-top: 0;
}

.background-video-pk-1 {
  width: 24em;
  height: 35em;
  border-radius: 2em;
}

.footer-contact {
  z-index: 5;
  width: 100%;
  height: 8em;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-contact.kacheln {
  width: 80em;
  height: 4em;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
}

.foto-basic {
  width: 24em;
  height: 35em;
  cursor: auto;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/137_SIXROOMS_Fotoproduktion_Konzept.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2em;
  margin: 0 0 .5em .25em;
  padding-top: 0;
  padding-left: 0;
  transition: all .6s cubic-bezier(.755, .05, .855, .06);
}

.foto-basic:hover {
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: rgba(0, 0, 0, 0);
}

.foto-basic.p_rr_00 {
  height: 10em;
  background-image: url('../images/SIXROOMS_267680510.jpg4e.jpg');
  background-position: 50% 100%;
}

.foto-basic.p_rr_00.no {
  background-image: url('../images/05_SIXROOMS_Packaging.webp');
}

.foto-basic.f_lm_05 {
  background-image: none;
}

.foto-basic.f_ll_04 {
  background-image: url('../images/05_SIXROOMS_Packaging.webp');
}

.foto-basic.f_rm_01 {
  background-image: none;
}

.foto-basic.f_rm_04 {
  background-image: url('../images/Kachel-F_Cosby-2-Tiger0.jpg');
  background-position: 50%;
}

.foto-basic.f_ll_05, .foto-basic.f_lm_03, .foto-basic.f_rm_06 {
  background-image: none;
}

.foto-basic.f_ll_03 {
  background-image: url('../images/MARVIN_Cases_Film_03.webp');
}

.foto-basic.f_lm_01 {
  background-image: url('../images/Kachel-F_BMW-M---SA-Vegas-20.jpg');
  background-position: 50%;
  background-attachment: scroll;
}

.foto-basic.f_lm_06 {
  background-image: url('../images/Kachel-F_BMW-M---Istanbul-Schuh0.jpg');
  background-position: 50%;
  background-size: cover;
}

.foto-basic.f_lm_07 {
  background-image: url('../images/Kachel-F_PuÌˆppi10.jpg');
  background-position: 50%;
}

.foto-basic.f_rr_05 {
  background-image: url('../images/MARVIN_Cases_Film_05.webp');
  background-position: 50%;
}

.foto-basic.f_rr_03 {
  background-image: url('../images/Kachel-F_Protect-Stone0.jpg');
  background-position: 50%;
}

.foto-basic.f_rr_04 {
  background-image: none;
}

.foto-basic.f_rm_no {
  height: 16em;
  background-image: url('../images/04_SIXROOMS_Film.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.foto-basic.f_ll_08 {
  background-image: url('../images/Kachel-F_Cosby-4-Skater0.jpg');
}

.foto-basic.f_rm_08 {
  background-image: url('../images/Kachel-F_Electronic-Assembly.jpg');
  background-position: 0%;
}

.foto-basic.f_rr_07 {
  background-image: url('../images/Kachel-F_PuÌˆppi20.jpg');
  background-position: 50%;
}

.foto-basic.f_rm_03 {
  background-image: url('../images/02_SIXROOMS_Film.jpg');
  background-position: 0%;
}

.foto-basic.f_rm_09 {
  background-image: url('../images/MARVIN_Cases_Film.webp');
}

.foto-basic.f_ll_02 {
  background-image: url('../images/17_SIXROOMS_Packaging.gif');
}

.foto-basic.f_ll_01 {
  background-image: url('../images/Kachel-F_Cosby-5-Jump0.jpg');
}

.foto-basic.f_lm_08 {
  background-image: url('../images/MARVIN_Cases_Film_02.webp');
  background-position: 50%;
}

.foto-basic.f_rr_06 {
  background-image: none;
}

.foto-basic.f_rr_08 {
  background-image: url('../images/MARVIN_Cases_Film_04.webp');
  background-position: 50%;
  background-size: cover;
}

.foto-basic.f_rm_02 {
  background-image: none;
}

.foto-basic.f_rr_01 {
  background-image: url('../images/Kachel-F_BMW-M---SA-Vegas-10.jpg');
  background-position: 50%;
  background-size: cover;
}

.foto-basic.f_rr_02 {
  background-image: url('../images/Kachel-F_Cosby-1-sw0.jpg');
  background-position: 50%;
  background-size: cover;
}

.foto-basic.f_lm_04 {
  background-image: url('../images/Kachel-F_yunature10.jpg');
  background-position: 50%;
}

.foto-basic.f_ll_07 {
  background-image: none;
}

.foto-basic.f_rm_05 {
  background-image: url('../images/Kachel-F_Cosby-1-sw10.jpg');
  background-position: 50%;
}

.foto-basic.f_lm_02, .foto-basic.f_ll_06 {
  background-image: none;
}

.foto-basic._3d_rr_00 {
  height: 10em;
  background-image: url('../images/SIXROOMS_267680510.jpg4e.jpg');
  background-position: 50% 100%;
}

.foto-basic._3d_rr_00.no {
  background-image: url('../images/MARVIN_Cases_3D_Text_02.jpg');
}

.foto-basic._3d_rr_01 {
  background-image: url('../images/MARVIN_Cases_3D_Visuals_04.jpg');
}

.foto-basic._3d_rr_02 {
  background-image: none;
}

.foto-basic._3d_rr_03 {
  background-image: url('../images/MARVIN_Cases_3D_Visuals_09.jpg');
}

.foto-basic._3d_rr_04 {
  background-image: none;
}

.foto-basic._3d_rr_05 {
  background-image: url('../images/MARVIN_Cases_3D_Visuals_01.jpg');
}

.foto-basic._3d_rr_06 {
  background-image: url('../images/Kachel-F_Cosby-4-Skater0.jpg');
}

.foto-basic._3d_rr_07 {
  background-image: none;
}

.foto-basic._3d_rr_08 {
  background-image: url('../images/MARVIN_Cases_3D_Text_02.jpg');
}

.foto-basic._3d_rm_01 {
  background-image: url('../images/MARVIN_Cases_3D_Visuals_05.jpg');
  background-position: 50%;
  background-size: cover;
}

.foto-basic._3d_rm_02 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
}

.foto-basic._3d_rm_03 {
  background-image: url('../images/MARVIN_Cases_Film_04.webp');
  background-position: 50%;
  background-size: cover;
}

.foto-basic._3d_rm_04 {
  background-image: none;
}

.foto-basic._3d_rm_05 {
  background-image: url('../images/MARVIN_Cases_3D_Visuals_09.jpg');
  background-position: 50%;
}

.foto-basic._3d_rm_06 {
  background-image: none;
}

.foto-basic._3d_rm_07 {
  background-image: url('../images/MARVIN_Cases_3D_Visuals_08.jpg');
  background-position: 50%;
}

.foto-basic._3d_rm_08, .foto-basic._3d_rr_06 {
  background-image: none;
}

.foto-basic._3d_lm_no {
  height: 16em;
  background-image: url('../images/MARVIN_Cases_3D_Visuals_03.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.foto-basic._3d_lm_01 {
  background-image: none;
}

.foto-basic._3d_lm_02 {
  background-image: url('../images/MARVIN_Cases_3D_Visuals_11.jpg');
  background-position: 50%;
}

.foto-basic._3d_lm_03 {
  background-image: none;
}

.foto-basic._3d_lm_04 {
  background-image: url('../images/MARVIN_Cases_3D_Visuals_06.jpg');
  background-position: 50%;
}

.foto-basic._3d_lm_05 {
  background-image: none;
}

.foto-basic._3d_lm_06 {
  background-image: url('../images/MARVIN_Cases_3D_Text_03.jpg');
  background-position: 0%;
}

.foto-basic._3d_lm_07 {
  background-image: none;
}

.foto-basic._3d_lm_08 {
  background-image: url('../images/MARVIN_Cases_3D_Visuals_03.jpg');
  background-position: 50% 100%;
}

.foto-basic._3d_ll_01 {
  background-image: url('../images/MARVIN_Cases_3D_Visuals_07.jpg');
  background-position: 50%;
  background-attachment: scroll;
}

.foto-basic._3d_ll_02 {
  background-image: none;
}

.foto-basic._3d_ll_03 {
  background-image: url('../images/MARVIN_Cases_3D_Visuals_02.jpg');
  background-position: 50%;
}

.foto-basic._3d_ll_04 {
  background-image: none;
}

.foto-basic._3d_ll_05 {
  background-image: url('../images/MARVIN_Cases_Film_02.webp');
  background-position: 50%;
}

.foto-basic._3d_ll_06, .foto-basic._3d_ll_07 {
  background-image: none;
}

.foto-basic._3d_ll_08 {
  background-image: url('../images/MARVIN_Cases_3D_Visuals_10.jpg');
  background-position: 50%;
  background-size: cover;
}

.reihe-rm {
  width: 24.5em;
  height: auto;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.reihe-rr {
  width: 24.5em;
  height: auto;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.main-3 {
  font-size: 1vw;
  line-height: 1.6;
}

.container-2 {
  height: auto;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.div-block-untermenue-mobile {
  width: auto;
  height: auto;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 20px;
  padding-right: 0;
  display: none;
  position: static;
  top: 0;
  left: 0;
}

.back-to-top-text-mobile {
  color: #888;
  text-transform: uppercase;
  display: none;
}

.text-toggler {
  color: var(--black);
  font-size: 1em;
}

.text-toggler.key {
  color: #000;
}

.h4-toggler {
  color: #000;
  margin-top: 1em;
  margin-bottom: 4em;
  font-size: 1em;
  font-weight: 400;
  line-height: 1em;
}

.paragraph-toggler {
  color: #000;
  margin-bottom: .5em;
  font-size: 1em;
}

.h1-toggler {
  color: #000;
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1em;
}

.dropdown-toggle {
  cursor: default;
}

.dropdown {
  z-index: 10;
  cursor: default;
}

.h2-toggler {
  color: #000;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: 400;
  line-height: 1em;
}

.dropdown-list {
  cursor: default;
}

.dropdown-list.w--open {
  width: 100em;
  background-color: #fff;
}

.h3-toggler {
  color: #000;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: 400;
  line-height: 1em;
}

.icon {
  color: #fcfcfc;
}

.icon.toggler {
  color: var(--black);
}

.heading-toggler-h4, .heading-toggler-h2 {
  color: #000;
  margin-bottom: 1rem;
  font-family: Arimo, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
}

.div-block-2 {
  width: 10em;
  height: 10em;
  margin-top: 2em;
  position: absolute;
}

.paragraph-toggler-2 {
  color: #000;
  margin-bottom: 1rem;
  font-family: Arimo, sans-serif;
  font-size: .8rem;
  line-height: 1;
}

.heading-toggler-h3 {
  color: #000;
  margin-bottom: 1rem;
  font-family: Arimo, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
}

.dropdown-list-2 {
  width: 159.711vw;
}

.dropdown-list-2.w--open {
  width: 100vw;
}

.dropdown-2 {
  cursor: auto;
  font-family: Arimo, sans-serif;
}

.heading-toggler-h1 {
  width: auto;
  color: #000;
  margin-bottom: 1rem;
  font-family: Arimo, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
}

.text-block-2 {
  color: #000;
}

.link-toggler {
  color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .8rem;
  font-weight: 700;
}

.text-toggler-2 {
  color: #000;
  font-family: Arimo, sans-serif;
  font-size: .8rem;
  line-height: 1;
}

@media screen and (min-width: 1440px) {
  .main {
    overflow: hidden;
  }

  .background-video {
    display: block;
  }

  .info-section.contact {
    margin-left: auto;
  }

  .move-wrapper.contact {
    flex: none;
    justify-content: flex-start;
  }

  .main-heading.description {
    font-family: Libre Franklin;
    font-size: 4.5vw;
  }

  .main-heading.description.outline {
    line-height: 1.2;
  }

  .main-heading.about {
    margin-bottom: 10px;
  }

  .main-heading.about-heading.first {
    font-size: 1.7vw;
  }

  .main-heading.sticky-outline {
    bottom: 0%;
  }

  .main-paragraph._50 {
    font-size: 1.6vw;
  }

  .main-paragraph._50.absolute {
    margin-top: 300px;
    font-size: 1.5vw;
    bottom: 0%;
  }

  .main-paragraph._40 {
    line-height: 1.4;
  }

  .main-paragraph.footer {
    background-color: rgba(0, 0, 0, 0);
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .main-paragraph.white-color.second {
    font-family: Libre Franklin;
    font-size: 1.35vw;
    font-weight: 300;
  }

  .main-text {
    line-height: 1.4;
  }

  .navbar {
    z-index: 9999;
  }

  .menu-button.w--open {
    display: block;
  }

  .about-section {
    height: 100vh;
    bottom: -20%;
  }

  .image-absolute.first {
    top: 5%;
  }

  .image-absolute.second {
    top: 16%;
  }

  .image-absolute.third {
    bottom: -1%;
  }

  .image-absolute.fourth {
    bottom: 3%;
  }

  .image-absolute.fifth {
    bottom: 6%;
  }

  .big-heading {
    font-size: 2.5vw;
    top: 0%;
    bottom: auto;
  }

  .big-heading.second {
    font-size: 2.5vw;
  }

  .icon-bg.second {
    top: 19%;
  }

  .nav-menu {
    align-items: center;
  }

  .text-span {
    margin-left: 99px;
  }

  .text-span.title {
    margin-left: 0;
  }

  .overflow {
    height: 500px;
    color: #e04403;
  }

  .wrapper-heading {
    overflow: hidden;
  }

  .our-services-grid {
    grid-template: "Area Area Area Area"
                   ". . Area-2 ."
                   / 1fr .6fr .9fr 1fr;
  }

  .order-number {
    top: 50%;
  }

  .description {
    color: #fff;
    -webkit-text-fill-color: inherit;
    background-color: rgba(0, 0, 0, 0);
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0);
    font-size: 8vw;
    font-weight: 800;
  }

  .description.orange {
    background-color: var(--marvin-red);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    border-style: none;
    font-family: Arimo, sans-serif;
    font-size: 3vw;
    font-weight: 700;
  }

  .container-dropdown {
    left: auto;
  }

  .container-dropdown.margin {
    align-items: center;
    padding-top: 46px;
    left: 0%;
  }

  .portfolio-link {
    margin-bottom: 20px;
  }

  .client-heading {
    font-family: Arimo, sans-serif;
    line-height: 1.2;
  }

  .faq-question-bar {
    align-items: center;
  }

  .container-text.bottom {
    padding-top: 64px;
    padding-right: 102px;
  }

  .overflow-mask-shop {
    overflow: hidden;
  }

  .wrapper-line-indicator {
    width: 100%;
    justify-content: center;
  }

  .wrapper-horizzontal-shop {
    width: 100%;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    top: 0;
    left: 0;
    right: 0;
  }

  .horizontal-scrollable-section-shop.auto {
    flex-direction: column;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
  }

  .horizontal-scrollable-section-shop.auto._2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .scroll-line {
    width: 20%;
    margin-left: auto;
    margin-right: 10%;
  }

  .horizontal-shop.content-wrap {
    z-index: 8888;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .project-grid {
    height: 100%;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-top: 160px;
  }

  .image-background.third {
    top: 9%;
    bottom: auto;
    left: -19%;
    right: auto;
  }

  .image-background.thirdh {
    width: 45%;
    top: -3%;
    right: -34%;
  }

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

  .wrapper-content-menu {
    padding-bottom: 2%;
  }

  .footer-grid.bottom {
    margin-top: 25px;
  }

  .container-move-text {
    justify-content: flex-start;
    display: flex;
  }

  .text-field {
    height: 80px;
    padding-bottom: 30px;
    font-size: 1.5vw;
    line-height: 1;
  }

  .fixed-wrap.first, .fixed-wrap.fourth {
    display: none;
  }

  .close-wrap {
    z-index: 999;
    top: 5%;
  }

  .lets-chat-wrap {
    display: flex;
  }

  .lets-chat-wrap:hover {
    letter-spacing: 1.7em;
  }

  .play-icon {
    width: 35%;
  }

  .bold-text {
    font-size: 16px;
    font-weight: 700;
  }

  .bold-span {
    font-size: 1.15vw;
    font-weight: 700;
    position: relative;
    bottom: -8px;
  }

  .bold-span.text-about {
    bottom: 0;
  }

  .footer {
    background-color: #f8f8fa;
    border-top: 1px #ececec;
  }

  .link-untermenue {
    width: 180px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-untermenue {
    width: auto;
    flex-direction: row;
    align-items: center;
    display: block;
  }

  .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7 {
    font-size: 16px;
  }

  .div-menue {
    width: auto;
    justify-content: space-between;
  }

  .grid-2.webdesign {
    align-content: space-around;
    justify-content: stretch;
    align-items: center;
  }

  .div-block-untermenue-mobile {
    width: auto;
    flex-direction: row;
    align-items: center;
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .text-block {
    font-size: 22px;
  }

  .main-heading.description {
    font-size: 6vw;
  }

  .main-heading.description.cases.black-color {
    font-size: 50px;
  }

  .main-heading.link {
    font-size: 6vw;
  }

  .main-heading.about-heading.first {
    font-size: 22px;
  }

  .main-heading.sticky-outline {
    font-size: 16vw;
    top: 0%;
  }

  .main-heading.menu {
    font-size: 40px;
  }

  .main-heading.link-breit {
    font-size: 6vw;
  }

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

  .container {
    width: 80%;
  }

  .main-paragraph {
    margin-bottom: 99px;
    font-size: 28px;
  }

  .main-paragraph._50 {
    width: 100%;
    font-size: 18px;
  }

  .main-paragraph._50.absolute {
    width: 100%;
    font-size: 18px;
    position: static;
  }

  .main-paragraph._40.no-margin {
    width: auto;
    font-size: 18px;
  }

  .main-paragraph._40.no-margin.thin {
    font-size: 14px;
  }

  .main-paragraph.menu.white {
    font-size: 3vw;
  }

  .main-paragraph.menu.white.space {
    margin-right: 5px;
  }

  .main-paragraph.menu.green {
    font-size: 3vw;
  }

  .main-paragraph.footer {
    width: 100%;
    font-size: 18px;
  }

  .main-paragraph.sub-heading {
    font-size: 17px;
  }

  .main-paragraph.sub-heading.black-color {
    font-size: 15px;
  }

  .main-paragraph.cases {
    width: 50%;
    font-size: 18px;
  }

  .main-paragraph.cases.black-color {
    width: 50%;
    font-size: 18px;
    font-weight: 600;
  }

  .main-paragraph.white-color.second {
    font-size: 18px;
  }

  .logo-image, .logo-image.absolute {
    width: 80px;
  }

  .about-section {
    height: auto;
    align-items: flex-start;
    margin-bottom: 227px;
    padding: 198px 60px 312px;
  }

  .image-absolute.first {
    top: 2%;
  }

  .image-absolute.second {
    top: 10%;
  }

  .image-absolute.fourth {
    bottom: 14%;
  }

  .big-heading {
    overflow: hidden;
  }

  .our-services-grid {
    grid-template-columns: .7fr .9fr 1.5fr .7fr;
    padding-left: 0;
  }

  .faq-question-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .order-number {
    top: 47px;
  }

  .description {
    font-size: 15vw;
  }

  .description.orange {
    font-size: 3vw;
  }

  .container-dropdown.margin {
    padding-right: 0%;
    left: auto;
  }

  .portfolio-link {
    margin-bottom: 0;
    padding-left: 40px;
    left: auto;
  }

  .client-heading {
    font-size: 25px;
  }

  .faq-question-bar {
    align-items: center;
    margin-top: 40px;
  }

  .container-text, .container-text.bottom {
    padding-left: 0;
  }

  .wrapper-about-image {
    padding-bottom: 154px;
    padding-left: 0;
    padding-right: 3px;
  }

  .about-heading {
    font-size: 18px;
    font-weight: 500;
  }

  .about-grid {
    width: 90vw;
    grid-column-gap: 48px;
  }

  .crew-grid {
    width: auto;
  }

  .crew-card {
    width: 28vw;
    height: 28vw;
  }

  .overflow-mask-shop {
    display: flex;
  }

  .wrapper-line-indicator {
    display: none;
  }

  .wrapper-horizzontal-shop {
    width: auto;
    height: auto;
    background-color: rgba(0, 0, 0, 0);
  }

  .horizontal-scrollable-section-shop {
    width: auto;
    flex-direction: column;
  }

  .horizontal-scrollable-section-shop.auto {
    align-items: center;
    margin-right: 0;
  }

  .horizontal-shop.content-wrap {
    z-index: 999999;
    height: auto;
    justify-content: center;
    padding-bottom: 100px;
  }

  .project-grid {
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 0;
  }

  .play-container, .play-container.third {
    width: 28vw;
  }

  .menu-grid {
    top: -80px;
  }

  .overflow-wrap {
    height: 300px;
  }

  .paragraph {
    width: 100%;
  }

  .client-section {
    padding-top: 118px;
  }

  .client-grid {
    grid-row-gap: 83px;
  }

  .client-logo {
    width: 60%;
  }

  .move-icon {
    display: none;
  }

  .container-button-menu {
    font-size: 40px;
  }

  .background-menu {
    background-color: var(--black);
    background-image: none;
  }

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

  .wrap-link-footer {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .wrap-copyright {
    width: auto;
    margin-right: auto;
  }

  .text-bold {
    width: 100%;
    font-size: 11px;
    display: inline-block;
  }

  .top-text, .text-credits {
    text-align: center;
  }

  .back-to-top-text {
    display: none;
  }

  .back-to-top-text.kacheln {
    display: block;
  }

  .social-link {
    width: 70px;
  }

  .fixed-wrap.first, .fixed-wrap.second {
    padding-top: 20%;
    display: none;
  }

  .fixed-wrap.third, .fixed-wrap.fourth, .fixed-wrap.fifth {
    padding-top: 20%;
  }

  .fixed-wrap.sixth, .fixed-wrap.seventh, .fixed-wrap.eighth {
    padding-top: 20%;
    padding-right: 68px;
  }

  .fixed-wrap.ninth {
    padding-top: 20%;
  }

  .image-cover-shape.gray {
    display: none;
  }

  .contact-text {
    font-size: 18px;
  }

  .lets-chat-wrap:hover {
    letter-spacing: 0;
  }

  .line {
    margin-top: 0%;
  }

  .footer {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 20px;
  }

  .mobile-dropdown {
    width: 100%;
  }

  .div-block-untermenue {
    width: 30em;
    flex-direction: column;
    flex: 0 auto;
    display: none;
  }

  .div-menue {
    flex-direction: column;
    align-items: flex-start;
  }

  .wrapper-strip {
    overflow: hidden;
  }

  .section-top {
    height: auto;
    margin-top: -8em;
  }

  .div-aufbau-hero {
    height: auto;
  }

  .div-scroll-indicator {
    display: none;
  }

  .div-header {
    height: 50em;
    background-position: 100%;
  }

  .loop-container-2 {
    justify-content: flex-start;
    margin-top: 0;
    top: 0;
  }

  .contant-holder {
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
  }

  .aufbau-box-webagentur {
    width: 36em;
    height: 36em;
  }

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

  .grid-2:hover {
    grid-template-rows: auto auto;
  }

  .section-content {
    margin-top: 0;
  }

  .text-box-dus {
    font-size: .9em;
  }

  .div-text-box-dus {
    width: 28em;
  }

  .heading-webagentur-dus {
    width: 15em;
    color: #000;
    mix-blend-mode: normal;
    font-size: 2em;
    display: block;
  }

  .footer-contact.kacheln {
    bottom: 2%;
  }

  .container-2 {
    justify-content: flex-start;
  }

  .div-block-untermenue-mobile {
    width: auto;
    flex-direction: column;
    flex: 0 auto;
    margin-left: 60px;
    display: flex;
  }

  .back-to-top-text-mobile {
    display: block;
  }

  .dropdown-list {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .main {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block {
    margin-right: 6px;
    font-size: 18px;
  }

  .main-heading.description {
    font-size: 6vw;
  }

  .main-heading.link {
    font-size: 36px;
    line-height: 1;
  }

  .main-heading.about-heading.first {
    font-size: 22px;
  }

  .main-heading.sticky-outline {
    margin-top: -15px;
    font-size: 21vw;
    top: 2%;
  }

  .main-heading.link-breit {
    font-size: 36px;
    line-height: 1;
  }

  .section-video.no-padding {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .grid.no-margin {
    grid-template-columns: 1fr;
  }

  .container {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container.hidden {
    width: 100%;
  }

  .main-paragraph {
    margin-bottom: 60px;
    font-size: 40px;
  }

  .main-paragraph._50 {
    width: 100%;
    font-size: 18px;
  }

  .main-paragraph._50.absolute {
    width: 100%;
    font-size: 18px;
    position: static;
    bottom: -28%;
    right: 40px;
  }

  .main-paragraph._40.no-margin {
    width: auto;
    font-size: 18px;
  }

  .main-paragraph.menu, .main-paragraph.menu.white {
    font-size: 18px;
  }

  .main-paragraph.menu.white.space {
    margin-right: 5px;
    font-size: 18px;
  }

  .main-paragraph.menu.green, .main-paragraph.footer {
    font-size: 18px;
  }

  .main-paragraph.cases, .main-paragraph.cases.black-color {
    width: 100%;
  }

  .main-paragraph.white-color.second {
    font-size: 18px;
  }

  .main-text {
    font-size: 14px;
  }

  .column.border {
    border-left: 1px #000;
    border-right-style: none;
  }

  .column.border.second {
    border-left-style: none;
  }

  .about-section {
    height: auto;
    align-items: flex-start;
    padding: 164px 40px;
  }

  .image-absolute.first {
    width: 20%;
    right: 18%;
  }

  .image-absolute.second {
    right: 5%;
  }

  .image-absolute.third {
    width: 21%;
    bottom: -1%;
    left: 27%;
  }

  .image-absolute.fourth {
    width: 25%;
    bottom: 1%;
    left: 6%;
  }

  .image-absolute.fifth {
    width: 18%;
    bottom: 3%;
    left: 44%;
  }

  .big-heading, .big-heading.second {
    font-size: 25px;
  }

  .brand {
    padding-left: 0;
  }

  .wrapper-heading {
    z-index: 3;
    padding-top: 0;
  }

  .our-services-grid {
    grid-template-columns: 37px .9fr 1.5fr 37px;
  }

  .faq-question-wrap {
    margin-bottom: 40px;
    padding-left: 43px;
  }

  .order-number {
    font-size: 18px;
    top: 12px;
  }

  .description {
    font-size: 20vw;
  }

  .description.orange {
    font-size: 4vw;
  }

  .portfolio-link {
    padding-left: 0;
    left: 0;
  }

  .client-heading {
    font-size: 25px;
    line-height: 1.2;
  }

  .faq-question-bar {
    margin-top: 3px;
    margin-left: 0;
    padding-bottom: 0;
    font-size: 25px;
  }

  .faq-content {
    padding-bottom: 0;
  }

  .container-text {
    padding-left: 0;
  }

  .wrapper-about-image {
    padding-bottom: 161px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-grid {
    width: 100%;
    grid-column-gap: 38px;
    grid-row-gap: 52px;
    grid-template-rows: auto auto;
    grid-template-areas: "Area Area-2"
                         "Area-3 Area-4";
  }

  .crew-grid {
    width: auto;
    grid-template-columns: 1fr 1fr;
  }

  .crew-card {
    width: 42vw;
    height: 42vw;
  }

  .overflow-mask-shop {
    justify-content: center;
  }

  .wrapper-horizzontal-shop {
    width: 100%;
    align-items: center;
    overflow: visible;
  }

  .horizontal-scrollable-section-shop.auto {
    width: 100%;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .project-grid {
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
  }

  .play-container, .play-container.third {
    width: 40vw;
  }

  .menu-grid {
    top: -100px;
  }

  .overflow-wrap {
    height: 350px;
  }

  .client-section {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .client-grid {
    grid-row-gap: 81px;
    grid-template-columns: 1fr 1fr;
  }

  .client-logo {
    width: 60%;
  }

  .move-icon {
    display: none;
  }

  .background-menu {
    background-color: var(--black);
    background-image: none;
  }

  .footer-grid.bottom {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .top-text {
    align-self: flex-start;
  }

  .back-to-top-text.kacheln {
    display: block;
  }

  .grid-footer {
    padding-left: 40px;
    padding-right: 40px;
  }

  .social-link {
    width: 50px;
  }

  .contact-grid {
    grid-column-gap: 16px;
    grid-row-gap: 53px;
    grid-template: "Area-2"
                   "Area-3"
                   "Area-4"
                   / 100%;
  }

  .wrapper-info.no-padding {
    padding-left: 0;
  }

  .text-field, .submit-button {
    font-size: 18px;
  }

  .fixed-wrap.first, .fixed-wrap.second, .fixed-wrap.third, .fixed-wrap.fourth {
    padding-right: 68px;
  }

  .fixed-wrap.fifth {
    padding-top: 20%;
    padding-right: 68px;
  }

  .close-wrap {
    z-index: 999;
  }

  .close-wrap.white {
    right: 0%;
  }

  .lightbox-link {
    border-left: 1px #000;
  }

  .contact-text {
    font-size: 18px;
  }

  .lets-chat-wrap {
    justify-content: flex-end;
    display: flex;
  }

  .lets-chat-wrap:hover {
    letter-spacing: 0;
  }

  .footer {
    height: auto;
    padding: 100px 40px;
  }

  .utility-page-wrap {
    font-size: 18px;
  }

  .div-menue {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-aufbau-hero {
    height: auto;
  }

  .aufbau-box-webagentur {
    width: 40em;
    height: 40em;
  }

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

  .grid-2:hover {
    grid-template-rows: auto auto auto auto;
  }

  .section-content {
    margin-top: 8em;
  }

  .text-box-dus {
    font-size: 1.2em;
  }

  .div-text-box-dus {
    width: 34em;
  }

  .heading-webagentur-dus {
    mix-blend-mode: normal;
    font-size: 2.5em;
  }

  .footer-contact.kacheln {
    width: 90em;
    justify-content: space-around;
    top: auto;
    bottom: 2%;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    height: auto;
    padding-top: 230px;
    padding-bottom: 230px;
  }

  .background-video {
    height: 540px;
  }

  .text-block {
    font-size: 18px;
  }

  .info-section.contact {
    padding-left: 0;
  }

  .move-wrapper, .move-wrapper.contact {
    align-items: center;
  }

  .main-heading.description.cases {
    font-size: 50px;
  }

  .main-heading._80-vw {
    width: auto;
    margin-bottom: 20px;
    margin-right: auto;
  }

  .main-heading.about-heading.first {
    white-space: normal;
  }

  .main-heading.sticky-outline {
    margin-top: 0;
    position: static;
  }

  .main-heading.link-breit {
    font-size: 36px;
  }

  .image.contact {
    margin-top: 20px;
  }

  .section-video.no-padding {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .container, .container.hidden {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-paragraph._50.absolute, .main-paragraph.menu.white {
    font-size: 18px;
  }

  .main-paragraph.menu.white.space {
    margin-right: 5px;
  }

  .main-paragraph.menu.green {
    font-size: 18px;
  }

  .main-paragraph.menu.green.space {
    margin-right: 5px;
  }

  .main-paragraph.footer {
    width: 130%;
    font-size: 16px;
  }

  .main-paragraph.sub-heading {
    font-size: 15px;
  }

  .wrapper-video.first, .wrapper-video.second, .wrapper-video.fourth {
    height: 400px;
  }

  .navbar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button.w--open {
    display: flex;
  }

  .about-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-absolute.first {
    width: 35%;
  }

  .image-absolute.second {
    width: 30%;
  }

  .image-absolute.third {
    width: 35%;
    left: 37%;
  }

  .image-absolute.fourth {
    width: 35%;
  }

  .image-absolute.fifth {
    width: 28%;
    left: 65%;
  }

  .brand {
    padding-left: 0;
  }

  .link-menu.margin {
    display: none;
  }

  .link-menu.margin._404 {
    display: flex;
  }

  .text-span {
    margin-left: 0;
  }

  .text-span.title {
    font-size: 17px;
  }

  .wrapper-heading {
    padding-top: 74px;
  }

  .our-services-grid {
    grid-template-columns: 20px .9fr 1.5fr 20px;
    grid-template-areas: "Area Area Area Area"
                         ". Area-2 Area-2 ."
                         ". . Area-3 Area-3";
    margin-bottom: 0;
    padding-top: 106px;
  }

  .faq-question-wrap {
    padding-left: 27px;
    padding-right: 0;
  }

  .order-number {
    font-size: 18px;
    top: 27px;
    left: -2%;
  }

  .description {
    margin-top: 0;
    font-size: 22vw;
  }

  .description.orange {
    font-size: 20px;
    font-weight: 700;
  }

  .container-dropdown.margin {
    padding-top: 61px;
    bottom: 0;
  }

  .portfolio-link {
    padding-left: 0;
  }

  .client-heading {
    font-size: 22px;
  }

  .faq-question-bar {
    padding: 15px 0;
  }

  .faq-content {
    padding-bottom: 0;
  }

  .container-text {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-text.bottom {
    padding-left: 20px;
  }

  .sub-heading {
    margin-bottom: 20px;
    font-size: 15px;
  }

  .wrapper-about-image {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .about-heading {
    margin-top: 0;
  }

  .about-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template: "."
                   "Area-2"
                   "Area" 1fr
                   "Area-3"
                   "Area-4"
                   / 1fr;
  }

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

  .crew-card {
    width: 90vw;
    height: 90vw;
  }

  .horizontal-scrollable-section-shop {
    width: 100%;
    margin-right: 0;
  }

  .horizontal-scrollable-section-shop.auto {
    align-items: center;
    display: flex;
  }

  .horizontal-scrollable-section-shop.auto._2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .horizontal-shop {
    margin-left: 0;
  }

  .horizontal-shop.content-wrap {
    z-index: 8888;
  }

  .project-grid {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .play-container {
    width: 89vw;
    height: 400px;
  }

  .play-container.third {
    width: 89vw;
  }

  .menu-grid {
    grid-template-columns: 1fr;
    align-items: start;
    top: -100px;
  }

  .wrapper-content-menu {
    justify-content: flex-start;
    padding-bottom: 0%;
    padding-left: 20px;
  }

  .container-heading {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .triangle-image {
    display: none;
  }

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

  .background-menu {
    background-color: var(--black);
    background-image: none;
  }

  .footer-grid {
    margin-left: 0;
  }

  .footer-grid.bottom {
    margin-top: 5%;
    margin-left: 20px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .wrap-link-footer {
    flex-direction: column;
  }

  .wrap-copyright {
    margin-top: 0;
  }

  .text-bold {
    font-size: 10px;
  }

  .top-text {
    margin-right: 20px;
  }

  .back-to-top-text.kacheln {
    display: block;
  }

  .grid-footer {
    grid-template-columns: 1fr;
    justify-items: start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .social-grid {
    margin-left: 0;
  }

  .contact-grid {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-move-text {
    margin-bottom: 40px;
  }

  .fixed-wrap.first, .fixed-wrap.second, .fixed-wrap.third, .fixed-wrap.fourth, .fixed-wrap.fifth, .fixed-wrap.sixth, .fixed-wrap.seventh, .fixed-wrap.eighth, .fixed-wrap.ninth {
    padding-top: 30%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .close-wrap.white {
    right: 4%;
  }

  .footer {
    padding: 60px 10px 60px 20px;
  }

  .div-menue {
    flex-direction: column;
    align-items: flex-start;
  }

  .wrapper-strip {
    overflow: hidden;
  }

  .section-top {
    margin-top: -10em;
  }

  .div-aufbau-hero {
    height: 75em;
    flex-direction: column;
    align-items: center;
  }

  .text-ticker-webagentur-muc {
    font-size: 4em;
  }

  .div-header {
    height: 75em;
  }

  .div-header.header_webagentur {
    height: 25vh;
  }

  .wrapper-ticker {
    height: 10em;
  }

  .loop-container-2 {
    flex-direction: row;
    align-items: flex-end;
    top: 0;
  }

  .ticker-holder {
    width: 400em;
    height: auto;
  }

  .aufbau-box-webagentur {
    width: 90em;
    height: 90em;
  }

  .grid-2 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .grid-2:hover {
    grid-template-rows: auto auto auto auto;
  }

  .section-content {
    margin-top: 14em;
  }

  .text-box-dus {
    font-size: 2.8em;
    line-height: 1.2;
  }

  .div-text-box-dus {
    width: 82em;
    top: 4em;
    left: 4em;
  }

  .heading-webagentur-dus {
    mix-blend-mode: normal;
    font-size: 5em;
  }

  .reihe-ll, .reihe-lm {
    width: 90vw;
  }

  .content__wrapper-2 {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
  }

  .content__wrapper-2.film, .content__wrapper-2._3d {
    height: auto;
  }

  .background-video-pk-1 {
    width: 90em;
    height: 130em;
  }

  .footer-contact {
    height: 14em;
    flex-direction: column;
    justify-content: space-around;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .footer-contact.kacheln {
    bottom: 5%;
  }

  .foto-basic {
    width: 90em;
    height: 130em;
  }

  .foto-basic.p_rr_00.no {
    display: none;
  }

  .foto-basic.f_lm_05, .foto-basic.f_ll_04, .foto-basic.f_rm_01, .foto-basic.f_rm_04, .foto-basic.f_ll_05, .foto-basic.f_lm_03, .foto-basic.f_rm_06, .foto-basic.f_ll_03, .foto-basic.f_lm_01, .foto-basic.f_lm_06, .foto-basic.f_lm_07, .foto-basic.f_rr_05, .foto-basic.f_rr_03, .foto-basic.f_rr_04, .foto-basic.f_ll_08, .foto-basic.f_rm_08, .foto-basic.f_rr_07, .foto-basic.f_rm_03, .foto-basic.f_ll_02, .foto-basic.f_ll_01, .foto-basic.f_lm_08, .foto-basic.f_rr_06, .foto-basic.f_rr_08, .foto-basic.f_rm_02, .foto-basic.f_rr_01, .foto-basic.f_rr_02, .foto-basic.f_lm_04, .foto-basic.f_ll_07, .foto-basic.f_rm_05, .foto-basic.f_lm_02, .foto-basic.f_ll_06 {
    height: 130em;
  }

  .foto-basic._3d_rr_00.no {
    display: none;
  }

  .foto-basic._3d_rr_01, .foto-basic._3d_rr_02, .foto-basic._3d_rr_03, .foto-basic._3d_rr_04, .foto-basic._3d_rr_05, .foto-basic._3d_rr_06, .foto-basic._3d_rr_07, .foto-basic._3d_rr_08, .foto-basic._3d_rm_01, .foto-basic._3d_rm_02, .foto-basic._3d_rm_02, .foto-basic._3d_rm_03, .foto-basic._3d_rm_04, .foto-basic._3d_rm_05, .foto-basic._3d_rm_06, .foto-basic._3d_rm_07, .foto-basic._3d_rm_08, .foto-basic._3d_rr_06, .foto-basic._3d_lm_01, .foto-basic._3d_lm_02, .foto-basic._3d_lm_03, .foto-basic._3d_lm_04, .foto-basic._3d_lm_05, .foto-basic._3d_lm_06, .foto-basic._3d_lm_07, .foto-basic._3d_ll_01, .foto-basic._3d_ll_02, .foto-basic._3d_ll_03, .foto-basic._3d_ll_04, .foto-basic._3d_ll_05, .foto-basic._3d_ll_06, .foto-basic._3d_ll_07, .foto-basic._3d_ll_08 {
    height: 130em;
  }

  .reihe-rm, .reihe-rr {
    width: 90vw;
  }

  .back-to-top-text-mobile {
    width: 100%;
    margin-top: 0;
    display: block;
  }
}

#w-node-ff445a2e-d3b1-2350-2fbd-83d3100ed28c-32a20177 {
  align-self: end;
}

#w-node-_024d98ef-c480-3023-e221-4d0582ca2a4a-32a20177, #w-node-_3c9d1aa2-0a8e-bb19-69e3-0f6a258de430-32a20177, #w-node-a977fbf9-f518-a529-1c57-5656879740c4-32a20177 {
  justify-self: end;
}

#w-node-_986830ba-2140-0bd9-ed9e-26efb1584260-32a20177 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-a33788e6-76fe-5067-58cb-7f0024ee3270-32a20177 {
  grid-area: Area-4;
}

#w-node-div-block-9-32a20177 {
  align-self: center;
}

#w-node-bb940586-b4c4-0f5c-84fd-a676e8059697-32a20177 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_677f08c0-88a2-03a0-0578-76e8fe5dabc4-32a20177, #w-node-b0e24258-eaf4-d60d-b2f2-10c006e2b2a6-32a20177, #w-node-_8c365576-2b07-cbff-5835-e9b245b0de43-32a20177, #w-node-b34d93f7-c9a9-0666-5a34-d465e45b2ae5-32a20177, #w-node-_44afad38-e93a-1806-cd89-1798fe1c2cf3-32a20177, #w-node-_8e8e0655-7c6d-fb5d-1c7e-30be2632883d-32a20177, #w-node-b168f4f2-35b2-fca8-0898-602116f1cdf7-32a20177 {
  align-self: center;
}

#w-node-_21784fa0-9454-d4d3-a602-9f7ce16fb683-32a20177, #w-node-_56157eb8-97c4-2cd0-2572-e968f47a3c51-32a20177, #w-node-bf944126-19a3-df05-6412-9bcaa5bdf34b-32a20177, #w-node-_9e41fa34-aba6-0c20-7833-75b2b15c65e0-32a20177, #w-node-a094e63a-4e20-d08f-26c9-76e7ebdaed32-32a20177, #w-node-_5a9289c0-7e08-6fa8-354b-ce911a650047-32a20177 {
  align-self: center;
  justify-self: center;
}

#w-node-heading-11-32a20177 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_04cd73c3-798d-b042-90ea-bda5ade20a97-32a20177 {
  align-self: start;
}

#w-node-bb5763eb-44e6-01ed-0cef-855888ba4371-32a20177 {
  align-self: end;
}

#w-node-_54241e0e-86b7-5e9a-c790-87a6278c5f94-32a20177 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_54241e0e-86b7-5e9a-c790-87a6278c5f98-32a20177 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-_58e24eef-70e0-9706-e13f-67b05af4ba0a-fda0aaff {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_58e24eef-70e0-9706-e13f-67b05af4ba0e-fda0aaff {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-_58e24eef-70e0-9706-e13f-67b05af4ba0a-e0ae679a {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_58e24eef-70e0-9706-e13f-67b05af4ba0e-e0ae679a {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-_58e24eef-70e0-9706-e13f-67b05af4ba0a-90e9ff61 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_58e24eef-70e0-9706-e13f-67b05af4ba0e-90e9ff61 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-_58e24eef-70e0-9706-e13f-67b05af4ba0a-384d1d0b {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_58e24eef-70e0-9706-e13f-67b05af4ba0e-384d1d0b {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-_58e24eef-70e0-9706-e13f-67b05af4ba0a-384d8030 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_58e24eef-70e0-9706-e13f-67b05af4ba0e-384d8030 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-_58e24eef-70e0-9706-e13f-67b05af4ba0a-90eb242a {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_58e24eef-70e0-9706-e13f-67b05af4ba0e-90eb242a {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-_58e24eef-70e0-9706-e13f-67b05af4ba0a-fda7bba6 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_58e24eef-70e0-9706-e13f-67b05af4ba0e-fda7bba6 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

@media screen and (min-width: 1440px) {
  #w-node-a33788e6-76fe-5067-58cb-7f0024ee3265-32a20177 {
    grid-area: Area;
  }

  #w-node-div-block-9-32a20177 {
    align-self: center;
  }

  #w-node-bb940586-b4c4-0f5c-84fd-a676e8059697-32a20177 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_677f08c0-88a2-03a0-0578-76e8fe5dabc4-32a20177, #w-node-b0e24258-eaf4-d60d-b2f2-10c006e2b2a6-32a20177, #w-node-_8c365576-2b07-cbff-5835-e9b245b0de43-32a20177, #w-node-b34d93f7-c9a9-0666-5a34-d465e45b2ae5-32a20177, #w-node-_44afad38-e93a-1806-cd89-1798fe1c2cf3-32a20177, #w-node-_8e8e0655-7c6d-fb5d-1c7e-30be2632883d-32a20177 {
    align-self: center;
  }

  #w-node-_1102777a-8712-2d78-fccf-93e55fd2ab3e-5fd2ab39, #w-node-_52ee09c7-e80b-fc77-d5ec-c328f2ae3452-fda0aaff, #w-node-_52ee09c7-e80b-fc77-d5ec-c328f2ae3452-e0ae679a, #w-node-_52ee09c7-e80b-fc77-d5ec-c328f2ae3452-90e9ff61, #w-node-_52ee09c7-e80b-fc77-d5ec-c328f2ae3452-384d1d0b, #w-node-_52ee09c7-e80b-fc77-d5ec-c328f2ae3452-384d8030, #w-node-_52ee09c7-e80b-fc77-d5ec-c328f2ae3452-90eb242a, #w-node-_52ee09c7-e80b-fc77-d5ec-c328f2ae3452-fda7bba6 {
    align-self: end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_54241e0e-86b7-5e9a-c790-87a6278c5f98-32a20177, #w-node-_58e24eef-70e0-9706-e13f-67b05af4ba0e-fda0aaff, #w-node-_58e24eef-70e0-9706-e13f-67b05af4ba0e-e0ae679a, #w-node-_58e24eef-70e0-9706-e13f-67b05af4ba0e-90e9ff61, #w-node-_58e24eef-70e0-9706-e13f-67b05af4ba0e-384d1d0b, #w-node-_58e24eef-70e0-9706-e13f-67b05af4ba0e-384d8030, #w-node-_58e24eef-70e0-9706-e13f-67b05af4ba0e-90eb242a, #w-node-_58e24eef-70e0-9706-e13f-67b05af4ba0e-fda7bba6 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bb5763eb-44e6-01ed-0cef-855888ba4371-32a20177 {
    grid-area: Area-4;
  }

  #w-node-_54241e0e-86b7-5e9a-c790-87a6278c5f94-32a20177 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_54241e0e-86b7-5e9a-c790-87a6278c5f98-32a20177 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: start;
  }

  #w-node-_58e24eef-70e0-9706-e13f-67b05af4ba0a-fda0aaff {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_58e24eef-70e0-9706-e13f-67b05af4ba0e-fda0aaff {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: start;
  }

  #w-node-_58e24eef-70e0-9706-e13f-67b05af4ba0a-e0ae679a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_58e24eef-70e0-9706-e13f-67b05af4ba0e-e0ae679a {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: start;
  }

  #w-node-_58e24eef-70e0-9706-e13f-67b05af4ba0a-90e9ff61 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_58e24eef-70e0-9706-e13f-67b05af4ba0e-90e9ff61 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: start;
  }

  #w-node-_58e24eef-70e0-9706-e13f-67b05af4ba0a-384d1d0b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_58e24eef-70e0-9706-e13f-67b05af4ba0e-384d1d0b {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: start;
  }

  #w-node-_58e24eef-70e0-9706-e13f-67b05af4ba0a-384d8030 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_58e24eef-70e0-9706-e13f-67b05af4ba0e-384d8030 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: start;
  }

  #w-node-_58e24eef-70e0-9706-e13f-67b05af4ba0a-90eb242a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_58e24eef-70e0-9706-e13f-67b05af4ba0e-90eb242a {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: start;
  }

  #w-node-_58e24eef-70e0-9706-e13f-67b05af4ba0a-fda7bba6 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_58e24eef-70e0-9706-e13f-67b05af4ba0e-fda7bba6 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_024d98ef-c480-3023-e221-4d0582ca2a4a-32a20177, #w-node-_3c9d1aa2-0a8e-bb19-69e3-0f6a258de430-32a20177, #w-node-a977fbf9-f518-a529-1c57-5656879740c4-32a20177 {
    justify-self: start;
  }

  #w-node-_54241e0e-86b7-5e9a-c790-87a6278c5f98-32a20177 {
    grid-column-end: 2;
  }

  #w-node-_1102777a-8712-2d78-fccf-93e55fd2ab3e-5fd2ab39 {
    align-self: start;
  }

  #w-node-_58e24eef-70e0-9706-e13f-67b05af4ba0e-fda0aaff, #w-node-_58e24eef-70e0-9706-e13f-67b05af4ba0e-e0ae679a, #w-node-_58e24eef-70e0-9706-e13f-67b05af4ba0e-90e9ff61, #w-node-_58e24eef-70e0-9706-e13f-67b05af4ba0e-384d1d0b, #w-node-_58e24eef-70e0-9706-e13f-67b05af4ba0e-384d8030, #w-node-_58e24eef-70e0-9706-e13f-67b05af4ba0e-90eb242a, #w-node-_58e24eef-70e0-9706-e13f-67b05af4ba0e-fda7bba6 {
    grid-column-end: 2;
  }
}


@font-face {
  font-family: 'Arimo';
  src: url('../fonts/Arimo-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arimo';
  src: url('../fonts/Arimo-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arimo';
  src: url('../fonts/Arimo-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arimo';
  src: url('../fonts/Arimo-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Arimo';
  src: url('../fonts/Arimo-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Arimo';
  src: url('../fonts/Arimo-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arimo';
  src: url('../fonts/Arimo-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Arimo';
  src: url('../fonts/Arimo-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Arimo Variablefont Wght';
  src: url('../fonts/Arimo-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Arimo Variablefont Wght';
  src: url('../fonts/Arimo-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Librefranklin';
  src: url('../fonts/LibreFranklin-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Librefranklin';
  src: url('../fonts/LibreFranklin-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/LibreFranklin-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Librefranklin';
  src: url('../fonts/LibreFranklin-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Librefranklin';
  src: url('../fonts/LibreFranklin-Bold.ttf') format('truetype'), url('../fonts/LibreFranklin-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Librefranklin';
  src: url('../fonts/LibreFranklin-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Librefranklin';
  src: url('../fonts/LibreFranklin-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Librefranklin';
  src: url('../fonts/LibreFranklin-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Librefranklin';
  src: url('../fonts/LibreFranklin-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Librefranklin';
  src: url('../fonts/LibreFranklin-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Librefranklin';
  src: url('../fonts/LibreFranklin-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Librefranklin';
  src: url('../fonts/LibreFranklin-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Librefranklin';
  src: url('../fonts/LibreFranklin-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Librefranklin';
  src: url('../fonts/LibreFranklin-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Librefranklin';
  src: url('../fonts/LibreFranklin-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Librefranklin';
  src: url('../fonts/LibreFranklin-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Librefranklin';
  src: url('../fonts/LibreFranklin-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Librefranklin Variablefont Wght';
  src: url('../fonts/LibreFranklin-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Librefranklin Variablefont Wght';
  src: url('../fonts/LibreFranklin-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}</pre></body></html>