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

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url(svg/custom-checkbox-checkmark.svg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

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

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Gilroy-SemiBold, sans-serif;
  color: #15182d;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  font-family: Gilroy-Regular, sans-serif;
  color: #15182d;
  font-size: 1rem;
  line-height: 1.5rem;
}

img {
  display: inline-block;
  max-width: 100%;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  margin-top: 5px;
  text-align: center;
}

.background-video {
  z-index: -1;
  height: 100vh;
  opacity: 1;
  cursor: default;
}

.main-header-home {
  position: absolute;
  top: 0px;
  display: block;
  height: 100vh;
}

.main-header-home.center-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: default;
}

.main-header-home-wrapper {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 64%;
  margin-top: 15%;
  margin-left: 18%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.main-header-home-wrapper.center-left {
  margin-top: 2%;
}

.span1 {
  margin-bottom: 20px;
  font-family: Gilroy-SemiBold, sans-serif;
  color: #15182d;
  font-size: 1rem;
  line-height: 1.3125rem;
  font-weight: 400;
  letter-spacing: 0.4px;
}

.span1.white {
  color: #fff;
}

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

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

.h1 {
  margin-top: 0px;
  margin-bottom: 60px;
  font-family: Gilroy-ExtraBold, sans-serif;
  color: #15182d;
  font-size: 5.625rem;
  line-height: 5.75rem;
  font-weight: 400;
}

.h1.white {
  color: #fff;
}

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

.h1.white.center.cs {
  max-width: 650px;
}

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

.h1.center.article {
  width: 80%;
  margin-bottom: 30px;
}

.h1.combo-p-small {
  margin-bottom: 30px;
}

.h1.combo-p-small.kategorie {
  padding-left: 0%;
}

.h2-heading {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Gilroy-Regular, sans-serif;
  color: #15182d;
  font-size: 1.375rem;
  line-height: 2.125rem;
  font-weight: 400;
}

.h2-heading.white {
  color: #fff;
}

.h5-link-wrapper {
  position: static;
  margin-right: 15px;
  clear: none;
  font-family: Gilroy-SemiBold, sans-serif;
  text-decoration: none;
}

.h5 {
  position: static;
  left: -30px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-left: 0px;
  font-family: Gilroy-SemiBold, sans-serif;
  color: #15182d;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.3px;
}

.h5.white {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  margin-top: 0px;
  padding-left: 0px;
  color: #fff;
}

.h5.white.stand-alone {
  margin-left: 18%;
}

.h5.white.footer {
  position: absolute;
  left: 11%;
  top: auto;
  right: auto;
  bottom: 60px;
  display: none;
}

.h5.white.number-service {
  left: -30px;
}

.h5.quote {
  margin-bottom: 40px;
}

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

.h5.article-meta {
  position: static;
  margin-right: 5px;
  font-weight: 400;
}

.h5.netx-insights {
  margin-bottom: 5px;
}

.h5.netx-insights.align-right {
  text-align: right;
}

.h5.error {
  color: #ff2a67;
}

.h5.stand-alone {
  margin-left: 18%;
}

.h5.number-service {
  position: relative;
}

.h5.red {
  color: #ff2a67;
}

.sticky-head-white {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  margin-top: 60px;
  margin-right: 60px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-cta-wrapper {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 176px;
  padding-top: 0px;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  font-family: Gilroy-SemiBold, sans-serif;
  color: #fff;
  font-size: 1.125rem;
  line-height: 2rem;
  text-decoration: none;
}

.link-cta-wrapper.white {
  z-index: 102;
  display: block;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.link-cta-wrapper.black {
  display: none;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.link-cta {
  position: static;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  float: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-family: Gilroy-SemiBold, sans-serif;
  color: #15182d;
  font-size: 1.125rem;
  line-height: 2rem;
  font-weight: 400;
}

.link-cta.white {
  color: #fff;
  font-weight: 400;
}

.burger-wrapper {
  position: relative;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.burger-line {
  width: 14px;
  height: 2px;
  background-color: #fff;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  color: #fff;
}

.burger-line._1.black {
  background-color: #15182d;
}

.burger-line._2 {
  width: 20px;
  margin-top: 3px;
}

.burger-line._2.black {
  background-color: #15182d;
}

.burger-line._3 {
  width: 10px;
  margin-top: 3px;
}

.burger-line._3.black {
  background-color: #15182d;
}

.burger-lines-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.burger-lines-wrapper.white {
  position: relative;
  z-index: 99;
}

.burger-lines-wrapper.black {
  position: relative;
  z-index: 99;
  display: none;
}

.sticky-footer-white {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 98;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  margin-right: 60px;
  margin-bottom: 60px;
  margin-left: 11%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sticky-h5 {
  font-family: Gilroy-SemiBold, sans-serif;
  color: #fff;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.3px;
}

.sticky-h5.black {
  color: #15182d;
}

.sticky-social-white {
  position: fixed;
  top: 40%;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22px;
  height: 200px;
  margin-top: 0%;
  margin-right: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sticky-nav-white {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  margin-top: 145px;
  margin-bottom: 60px;
  margin-left: 4.6%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sticky-nav-line-main {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 2px;
  height: 400px;
  margin-left: 0px;
  background-color: #d5d5dd;
}

.sticky-nav-line-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 2px;
  height: 400px;
  margin-left: 9px;
}

.sticky-nav-line-active {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 2px;
  height: 20px;
  background-color: #ff2a67;
}

.link-cta-underline {
  position: relative;
  top: -47px;
  width: 166px;
  height: 2px;
  background-color: #fff;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.link-cta-underline.underline-2 {
  top: -17px;
  width: 130px;
}

.link-cta-underline.underline-2.black.hover {
  top: -19px;
}

.link-cta-underline.underline-2.white {
  top: -17px;
}

.link-cta-underline.underline-2.white.hover {
  top: -19px;
}

.link-cta-underline.black {
  background-color: #d5d5dd;
}

.link-cta-underline.black.hover {
  top: -49px;
  background-color: #ff2a67;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.link-cta-underline.white.hover {
  top: -49px;
  background-color: #ff2a67;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.menu-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 101;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  opacity: 1;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64%;
  height: 600px;
  margin-top: 5%;
  margin-left: 18%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-link-wrapper {
  margin-bottom: 20px;
  text-decoration: none;
}

.menu-link-wrapper.sub-menu {
  margin-bottom: 10px;
}

.menu-link-wrapper.sub-menu.sub-first {
  margin-top: 60px;
}

.menu-link-wrapper.contact {
  display: block;
}

.menu-link-wrapper.contact.w--current {
  display: block;
}

.nav-link {
  font-family: Gilroy-ExtraBold, sans-serif;
  color: #15182d;
  font-size: 1.75rem;
  line-height: 2.25rem;
}

.nav-link-underline {
  position: relative;
  left: 1px;
  top: -12px;
  height: 4px;
  background-color: #15182d;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.nav-link-underline.sub {
  top: -1px;
  height: 2px;
  margin-left: -1px;
}

.nav-menu-wrapper-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 240px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nav-menu-wrapper-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 240px;
  margin-right: 0%;
  margin-left: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph {
  margin-bottom: 30px;
  font-family: Gilroy-Regular, sans-serif;
  color: #15182d;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  letter-spacing: 0.4px;
  text-decoration: none;
}

.paragraph.medium {
  margin-bottom: 30px;
  font-size: 1.375rem;
  line-height: 2rem;
  letter-spacing: 0px;
}

.paragraph.medium.sag-hallo {
  margin-top: 40px;
}

.paragraph.medium.white {
  color: #fff;
}

.paragraph.medium.center {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}

.paragraph.medium.semibold {
  font-family: Gilroy-SemiBold, sans-serif;
}

.paragraph.medium.article {
  margin-bottom: 60px;
  line-height: 2.25rem;
}

.paragraph.copy {
  margin-top: 40px;
  color: rgba(21, 24, 45, 0.5);
}

.paragraph.white {
  color: #fff;
}

.paragraph.white.clients {
  margin-top: 10px;
  color: hsla(0, 0%, 100%, 0.5);
  text-align: center;
}

.paragraph.standard {
  font-size: 1rem;
  line-height: 1.6rem;
}

.paragraph.standard.center {
  max-width: 25%;
  text-align: center;
}

.paragraph.standard.center.ceconomy {
  max-width: 30%;
}

.paragraph.standard.center.netmoms {
  max-width: 30%;
}

.paragraph.standard.rechtliches {
  margin-top: 30px;
  margin-bottom: 30px;
}

.paragraph.big {
  font-family: Gilroy-Light, sans-serif;
  font-size: 2.625rem;
  line-height: 3.625rem;
  letter-spacing: 0px;
}

.paragraph.big.white {
  font-weight: 400;
}

.paragraph.small.columns {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  column-gap: 40px;
  -webkit-column-rule-style: none;
  column-rule-style: none;
}

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

.paragraph.phone {
  margin-bottom: 0px;
}

.span2 {
  position: relative;
  left: -10%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  font-family: Gilroy-ExtraBold, sans-serif;
  color: hsla(0, 0%, 100%, 0.1);
  font-size: 15.625rem;
  line-height: 12.5rem;
}

.span2.black {
  color: #15182d;
}

.span2.black.cs-left {
  left: 4%;
  width: 550px;
  margin-left: 7%;
}

.span2.black.cs-left.superkorb {
  z-index: 2;
}

.span2.superkorb {
  color: #5edb83;
}

.span2-wrapper {
  position: absolute;
  z-index: 1;
  width: 550px;
  margin-left: 10%;
}

.span2-wrapper.right {
  margin-left: 25%;
}

.span2-wrapper.right.stand-alone {
  margin-left: 70%;
}

.span3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 600px;
  font-family: Gilroy-ExtraBold, sans-serif;
  color: #fff;
  font-size: 8.75rem;
  line-height: 6.875rem;
}

.span3.case-studie-overview {
  position: static;
  margin-top: 30px;
  margin-left: -5px;
  line-height: 7.5rem;
}

.span3.cs-home {
  z-index: 3;
  margin-top: 30px;
}

.cs-thumb-content-wrapper {
  position: absolute;
  left: 56%;
  top: 4%;
  right: auto;
  bottom: auto;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 680px;
  height: 370px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cs-thumb-description-wrapper {
  position: absolute;
  left: 48%;
  top: auto;
  right: auto;
  bottom: -4%;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 210px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.h3 {
  font-family: Gilroy-ExtraBold, sans-serif;
  color: #15182d;
  font-size: 1.75rem;
  line-height: 2.25rem;
  font-weight: 400;
}

.h3.cs-home {
  margin-top: 10px;
  font-family: Gilroy-Regular, sans-serif;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  letter-spacing: 0.4px;
}

.h3.white {
  color: #fff;
}

.h3.white.stand-alone {
  margin-left: 18%;
}

.h3.kurz {
  max-width: 65%;
  margin-bottom: 30px;
}

.h3.on-top {
  position: relative;
  z-index: 1;
}

.h3.stand-alone {
  margin-top: 120px;
  margin-left: 18%;
}

.h3.koncept-hotels {
  margin-right: 60%;
  margin-bottom: 40px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.link {
  color: #15182d;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.link.white {
  color: hsla(0, 0%, 100%, 0.5);
}

.cs-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 650px;
  height: auto;
  margin-left: 18%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.main-content-wrapper.footer {
  position: relative;
  overflow: hidden;
  width: 100vw;
}

.main-content-wrapper.horizontal-auto {
  position: relative;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.main-content-wrapper.clients {
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-content-wrapper.values {
  display: block;
  height: 5600px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.main-content-wrapper.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-content-wrapper.center.next-cs {
  position: relative;
  z-index: 1;
  width: 100vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-content-wrapper.center._80-vh {
  height: 80vh;
}

.main-content-wrapper.case-studies {
  height: auto;
  padding-bottom: 12%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.main-content-wrapper.cs-header {
  position: relative;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-content-wrapper.center-left {
  overflow: hidden;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-content-wrapper.center-left.vertical-auto {
  margin-bottom: 120px;
}

.main-content-wrapper.center-left.vertical-auto.categories {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.main-content-wrapper.center-left.vertical-auto.lp {
  padding-bottom: 0px;
}

.main-content-wrapper.center-left.vertical-auto.insights {
  padding-bottom: 0px;
}

.main-content-wrapper.center-left._80-vh {
  height: 80vh;
  margin-bottom: 0px;
}

.main-content-wrapper.vertical-auto {
  position: relative;
  z-index: 2;
  height: auto;
  margin-bottom: 0px;
  padding-bottom: 200px;
}

.main-content-wrapper.vertical-auto.grey {
  min-height: 120px;
  margin-bottom: 0px;
  background-color: #f7f7f9;
}

.main-content-wrapper.vertical-auto.cs {
  margin-bottom: 120px;
  padding-bottom: 0px;
}

.main-content-wrapper.vertical-auto.cs.testimonial {
  padding-top: 200px;
  padding-bottom: 0px;
}

.main-content-wrapper.vertical-auto.cs.testimonial.cs-alt {
  margin-bottom: 0px;
}

.main-content-wrapper.vertical-auto.lp {
  padding-bottom: 60px;
}

.main-content-wrapper.article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-content-wrapper.next-insights {
  height: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-box {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 64%;
  min-width: 30%;
  margin-top: 16%;
  margin-left: 18%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-box.eingerueckt {
  position: absolute;
  max-width: 600px;
  margin-right: 45%;
  margin-left: 22%;
}

.content-box.eingerueckt.services {
  margin-top: 20%;
}

.content-box.footer {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  max-width: 50%;
  margin-top: 16%;
}

.content-box.header {
  max-width: 48%;
  margin-top: 0%;
}

.content-box.header.insights {
  max-width: 30%;
  margin-top: 16%;
  margin-bottom: 120px;
}

.content-box.header.insights.kategorie {
  max-width: 100%;
  margin-left: 8%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-box.header.landingpage {
  position: absolute;
  top: 0%;
  z-index: 2;
  max-width: 64%;
  margin-top: 16%;
}

.content-box.header._80vh {
  position: relative;
  z-index: 2;
  margin-top: 6%;
}

.content-box.about {
  max-width: 30%;
  margin-top: 10%;
  margin-bottom: 10%;
}

.content-box.case-studie-overview {
  width: 80%;
  max-width: 80%;
  margin-top: 10%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-box.case-studie-overview.second {
  margin-top: 0%;
}

.content-box.case-studie-overview.cs-home-mobile {
  display: none;
}

.content-box.case-studie-detail {
  max-width: 28%;
  margin-top: 0px;
}

.content-box.case-studie-detail.modul-span-text {
  margin-top: 240px;
  margin-right: 10%;
  margin-left: 10%;
}

.content-box.case-studie-detail.headline-lang {
  position: relative;
  z-index: 1;
}

.content-box.case-studie-detail.relativ {
  position: relative;
  z-index: 2;
}

.content-box.case-studie-detail.privatbank {
  margin-top: 40px;
}

.content-box.kundenstimmen {
  margin-top: 20px;
  margin-bottom: 0px;
}

.content-box.center-left {
  margin-top: 0px;
}

.content-box.margin-right {
  margin-right: 0%;
  margin-left: 22%;
}

.content-box.ohne {
  min-width: 40%;
  margin-left: 0%;
}

.content-box.article {
  max-width: 800px;
  min-width: 300px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.content-box.instagram {
  max-width: none;
  min-width: auto;
  margin-top: 120px;
  margin-bottom: 30px;
  margin-left: 9%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.content-box.ready {
  display: none;
  margin-top: 14%;
}

.content-box.contact {
  margin-top: 14%;
  margin-left: 18%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content-box.rechtliches {
  margin-bottom: 200px;
}

.content-box.landingpage {
  max-width: 30%;
  margin-top: 10%;
  margin-bottom: 10px;
  margin-left: 14%;
}

.content-box.warum-wir {
  margin-top: 120px;
}

.h4 {
  max-width: 90%;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Gilroy-SemiBold, sans-serif;
  color: #15182d;
  font-size: 1.3125rem;
  line-height: 2rem;
  font-weight: 400;
}

.h4.white {
  color: #fff;
}

.h4.white.center {
  max-width: 55%;
  margin-bottom: 30px;
  text-align: center;
}

.h4.white.stand-alone {
  margin-left: 18%;
}

.h4.next-insights {
  margin-bottom: 0px;
}

.h4.next-insights.align-right {
  text-align: right;
}

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

.h4.center.white.cs {
  max-width: 80%;
  margin-bottom: 0px;
}

.link-big-wrapper {
  width: auto;
  margin-top: 60px;
  text-decoration: none;
}

.link-big-wrapper.einzug {
  position: relative;
  z-index: 2;
  margin-top: -16vh;
  margin-left: 18%;
}

.link-big {
  font-family: Gilroy-SemiBold, sans-serif;
  color: #15182d;
  font-size: 1.125rem;
  font-weight: 400;
}

.link-big.white {
  color: #fff;
}

.link-big.white.landingpage {
  margin-top: 10px;
  padding-right: 30px;
}

.link-big-underline {
  position: relative;
  top: -9px;
  height: 2px;
  background-color: #d5d5dd;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  line-height: 20px;
}

.link-big-underline.hover {
  top: -11px;
  background-color: #ff2a67;
}

.main-services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.main-services.mobile {
  display: none;
}

.side-content-wrapper {
  position: -webkit-sticky;
  position: sticky;
  left: 67%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 33%;
  height: 100vh;
  clear: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.side-content-wrapper.services {
  position: -webkit-sticky;
  position: sticky;
  overflow: visible;
}

.side-content-wrapper.landingpage {
  position: absolute;
  z-index: 1;
  overflow: visible;
}

.side-content-img {
  position: absolute;
  left: -220px;
  max-width: 150%;
}

.side-content-img.landingpage {
  left: -70%;
  top: 10%;
  z-index: -1;
  width: 250%;
}

.side-content-img.homepage {
  left: auto;
  top: -24%;
  right: -16%;
  bottom: auto;
  width: 100%;
  max-width: 100%;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Gilroy-ExtraBold, sans-serif;
  color: #15182d;
  font-size: 2.625rem;
  line-height: 3.125rem;
  font-weight: 400;
}

.h2.white {
  color: #fff;
}

.h2.white.combo-h5 {
  margin-top: 30px;
}

.h2.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 40%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.h2.center.workshop {
  margin-top: 200px;
}

.h2.kurz {
  max-width: 65%;
}

.text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block.brand {
  margin-bottom: 20vh;
}

.text-block.web {
  margin-bottom: 20vh;
}

.text-block.app {
  margin-bottom: 20vh;
}

.text-block.modul-was-wir-gelernt-haben {
  margin-bottom: 30px;
}

.cs-slider-wrapper {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 70vh;
  margin-top: 8%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.main-insights-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: auto;
  margin-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.insights-article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}

.insights-article.overview {
  margin-top: 60px;
  margin-right: 0px;
  padding-right: 5%;
  padding-left: 5%;
}

.link-small-underline {
  position: relative;
  height: 2px;
  background-color: #d5d5dd;
  line-height: 2px;
}

.link-small-underline.hover {
  top: -2px;
  background-color: #ff2a67;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.main-footer {
  overflow: hidden;
  height: 100vh;
}

.link-footer-wrapper {
  text-decoration: none;
}

.link-footer {
  margin-top: 60px;
  font-family: Gilroy-ExtraBold, sans-serif;
  color: #fff;
  font-size: 8.75rem;
  line-height: 6.875rem;
}

.footer-gradient {
  position: relative;
  z-index: 1;
  width: 100vw;
  height: 100vh;
}

.bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -2;
}

.yah-logo {
  font-family: 'mbd iconmoon', sans-serif;
  color: #fff;
  font-size: 5.6rem;
  line-height: 5.6rem;
  font-weight: 400;
  text-decoration: none;
}

.yah-logo.black {
  font-family: 'mbd iconmoon', sans-serif;
  color: #15182d;
}

.yah-logo-wrapper {
  margin-left: 4%;
  text-decoration: none;
}

.yah-logo-wrapper.black {
  display: none;
}

.yah-logo-wrapper.black.w--current {
  display: none;
}

.social-wrapper {
  margin-bottom: 0px;
  text-decoration: none;
}

.social-wrapper.instagram.white {
  margin-top: 15px;
  margin-bottom: 15px;
}

.social-wrapper.instagram.black {
  display: none;
  margin-top: 15px;
  margin-bottom: 15px;
}

.social-wrapper.dribbble {
  margin-top: 30px;
}

.social-wrapper.dribbble.white {
  margin-top: 15px;
  margin-bottom: 15px;
}

.social-wrapper.dribbble.black {
  display: none;
  margin-top: 15px;
  margin-bottom: 15px;
}

.social {
  margin-bottom: 0px;
  font-family: 'mbd iconmoon', sans-serif;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.2rem;
}

.social.black {
  font-family: 'mbd iconmoon', sans-serif;
  color: #15182d;
}

.social.black.instagram {
  margin-top: 8px;
  margin-left: 10px;
  font-size: 1.4rem;
}

.arrow {
  position: absolute;
  right: 0px;
  bottom: 0px;
  margin-right: 6px;
  margin-bottom: 0px;
  background-color: transparent;
  font-family: 'mbd iconmoon', sans-serif;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.8rem;
}

.arrow.link {
  position: static;
  margin-right: 0px;
  text-decoration: none;
}

.arrow.link.back {
  position: relative;
  top: -47px;
  right: 0px;
  padding-left: 60px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-family: 'mbd iconmoon', sans-serif;
  color: #15182d;
  font-size: 3rem;
}

.arrow.link.lp {
  margin-top: 30px;
}

.process-info {
  width: 100%;
  margin-bottom: 120px;
  padding-top: 10px;
  border-top: 1px solid #fff;
}

.process-info.dark {
  border-top-color: #15182d;
}

.list-item {
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  font-family: Gilroy-SemiBold, sans-serif;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  letter-spacing: 0.4px;
}

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

.list-item.dark {
  color: #15182d;
}

.footer-paragraph-wrapper {
  max-width: 55%;
}

.main-section {
  overflow: visible;
  cursor: default;
}

.img-about {
  margin-top: 14%;
  margin-left: 14%;
}

.img-about.landingpage {
  position: relative;
  z-index: 1;
  margin-left: 18%;
}

.client-logos-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 64%;
  margin-top: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.client-logos-wrapper.tools {
  margin-left: 18%;
}

.client-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12% 12% 16%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
}

.client-logo.tools {
  padding: 12% 12% 16%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #005fff;
}

.logo-img {
  opacity: 0.8;
}

.logo-img.tools {
  margin-bottom: 10px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.values-slider-wrapper {
  display: block;
  overflow: hidden;
  width: 100vw;
  margin-top: 120px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.values-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 440px;
  margin-right: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.values-content.zitat {
  width: 650px;
  margin-right: 0px;
}

.values-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 5600px;
  margin-left: 18%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sticky-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.client-img {
  position: static;
  left: 120px;
  border-radius: 34px;
}

.client-img.cs-testimonial {
  position: absolute;
  left: 12%;
  margin-top: -5px;
}

.client-img.landingpage {
  margin-bottom: 20px;
}

.sticky-nav-h5 {
  width: 120px;
  margin-top: 50px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: Gilroy-SemiBold, sans-serif;
  color: #fff;
  font-size: 0.812rem;
  line-height: 1.125rem;
  font-weight: 400;
  text-align: right;
  letter-spacing: 0.3px;
}

.sticky-nav-h5.black {
  color: #15182d;
}

.cs-text-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.case-studie-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.case-studie-wrapper.second {
  position: relative;
  width: auto;
  margin-top: 0px;
}

.cs-thumb-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: auto;
  margin-left: 30%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 19px 38px 0 rgba(0, 0, 0, 0.3), 0 15px 12px 0 rgba(0, 0, 0, 0.22);
}

.cs-thumb-wrapper.home {
  position: relative;
  z-index: 2;
  width: 650px;
  height: 420px;
  margin-right: 0px;
  margin-left: 0px;
  background-color: red;
}

.cs-header-img {
  position: relative;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cs-header-img.koncept-hotels {
  background-image: url("../../assets/img/uploads/kh-header.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

.cs-header-img.sony {
  background-image: url("../../assets/img/uploads/so-header.jpg");
}

.cs-header-img.superkorb {
  background-image: url("../../assets/img/uploads/super-header.jpg");
}

.cs-header-img.privatbank {
  background-image: url("../../assets/img/uploads/pb-header.jpg");
}

.cs-header-img.ceconomy {
  background-image: url("../../assets/img/uploads/ce-header.jpg");
}

.cs-header-img.digis {
  background-image: url("../../assets/img/uploads/di-header.jpg");
}

.cs-header-img.speakster {
  background-image: url("../../assets/img/uploads/sp-header.jpg");
}
.cs-header-img.redrow {
  background-image: url("../../assets/img/uploads/sp-header.jpg");
}

.cs-header-img.netmoms {
  background-image: url("../../assets/img/uploads/ne-header.jpg");
}

.cs-header-img.landhausspatzenhof {
  background-image: url("../../assets/img/uploads/ls-header.jpg");
}

.cs-header-overlay {
  position: static;
  width: 100vw;
  height: 100vh;
  opacity: 0.9;
}

.cs-header-overlay.about-horses {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(133deg, #f07d4c, #e5003b);
}

.cs-header-overlay.koncept-hotels {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 100vw;
  height: 100vh;
  background-image: linear-gradient(320deg, #472287, #aa47a7);
}

.cs-header-overlay.landingpage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
}

.cs-header-overlay.sony {
  background-image: linear-gradient(320deg, #740a9b, #6932de);
}

.cs-header-overlay.superkorb {
  background-image: linear-gradient(320deg, #5cdc82, #03ddf9);
  opacity: 0.8;
}

.cs-header-overlay.privatbank {
  background-image: linear-gradient(320deg, #e33818, #ec5b05);
  opacity: 0.8;
}

.cs-header-overlay.ceconomy {
  background-image: linear-gradient(320deg, #039ee2, #47d9b5);
  opacity: 0.9;
}

.cs-header-overlay.digis {
  background-image: linear-gradient(320deg, #00b5e1, #69f1c9);
}

.cs-header-overlay.speakster {
  background-image: linear-gradient(320deg, #0c505b, #00bcae);
  opacity: 0.8;
}

.cs-header-overlay.redrow {
  background-image: linear-gradient(45deg, #a71d31, #3f0d12);
  opacity: 0.9;
}

.cs-header-overlay.netmoms {
  background-image: linear-gradient(320deg, #b390ff, #ffafcc);
  opacity: 0.9;
}

.cs-header-overlay.landhausspatzenhof {
  background-image: linear-gradient(320deg, #3a2929, #c0ac77);
  opacity: 0.8;
}

.cs-header-logo {
  margin-bottom: 80px;
}

.cs-modul-einleser {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  margin-top: 16%;
  margin-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cs-main-img {
  position: relative;
/*   top: -100px; */
  z-index: 2;
  width: 100vw;
}

.cs-modul-workshop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  margin-bottom: 200px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cs-modul-workshop.cs-alt {
  margin-bottom: 120px;
}

.cs-modul-img-right {
  width: 40%;
  height: 50vh;
  margin-left: 12%;
  background-image: url("../../assets/img/postit.jpg");
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.cs-modul-img-right.identity-workshop {
  background-image: url("../../assets/img/workshop-identity.jpg");
}

.cs-modul-trenner-big {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  margin-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cs-modul-trenner-big.home {
  position: relative;
  z-index: 1;
  margin-top: 120px;
  margin-bottom: 0px;
}

.cs-modul-trenner-big.absolut {
  position: absolute;
}

.cs-modul-trenner-big.absolut.koncept-hotels {
  top: 56%;
}

.cs-modul-trenner-big.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.span4 {
  position: relative;
  left: -4%;
  margin-top: 50px;
  margin-bottom: 80px;
  font-family: Gilroy-ExtraBold, sans-serif;
  color: #F8F8F9;
  font-size: 31.25rem;
  line-height: 22.5rem;
}

.span4.landingpage {
  position: relative;
  top: -50px;
  z-index: 0;
  margin-top: 70px;
  margin-bottom: 0px;
}

.span4.landingpage.workshops {
  top: 0px;
}

.span4.right {
  left: auto;
  right: -4%;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.span4.kh-yellow {
  color: #e0e200;
}

.cs-modul-img-80 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-80 {
  width: 80%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.cs-modul-img-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cs-modul-img-grid.cs-alt.nach-grid {
  margin-top: -310px;
}

.img-50-left {
  width: 49%;
  margin-top: 2%;
  margin-right: 1%;
  margin-bottom: 0px;
}

.img-50-right {
  width: 49%;
  margin-top: 2%;
  margin-bottom: 0px;
  margin-left: 1%;
}

.img-grid-block {
  width: 80%;
}

.img-100 {
  position: static;
  display: block;
  width: 100%;
}

.img-100.relativ-120 {
  position: relative;
  top: -120px;
}

.img-100.relativ-120.speakster {
  top: 40px;
}
.img-100.relativ-120.redrow {
  top: 40px;
}

.img-100.relativ-300 {
  position: relative;
  top: -300px;
  z-index: 1;
  display: block;
}

.img-100.relativ-300.koncept-hotels {
  top: -915px;
}

.img-100.koncept-hotels {
  position: relative;
  z-index: 1;
}

.img-100.last {
  margin-top: 2%;
}

.cs-modul-span-text-left {
  position: relative;
  top: -180px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  margin-bottom: 120px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cs-modul-span-text-left.sony {
  top: -80px;
}

.cs-modul-span-text-left.superkorb {
  top: 0px;
}

.cs-modul-span-text-left.cs-alt {
  top: -310px;
}

.img-on-top {
  position: absolute;
  left: auto;
  top: -15%;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: block;
  max-width: 64%;
}

.img-on-top.sony {
  top: 31%;
  z-index: 2;
}

.img-on-top.sony.gif {
  top: 31%;
  z-index: 3;
}

.img-on-top.superkorb {
  top: 0%;
  max-width: 70%;
}

.img-on-top.superkorb._2 {
  top: 52%;
}

.img-on-top.superkorb._3 {
  top: 40%;
}

.cs-modul-relative {
  position: relative;
  top: -480px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cs-modul-relative.sony {
  top: -210px;
}

.cs-modul-relative.superkorb {
  top: -220px;
  z-index: -1;
}

.cs-modul-relative.superkorb._2 {
  top: -550px;
  z-index: -1;
  margin-bottom: -550px;
}

.cs-modul-relative.superkorb._3 {
  top: -410px;
  z-index: 1;
  margin-bottom: -200px;
}

.cs-modul-h3-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  margin-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cs-modul-h3-full.relativ {
  position: relative;
  top: -300px;
  clear: none;
}

.cs-modul-h3-full.relativ.before-video {
  margin-bottom: 0px;
}

.cs-modul-h3-full.relativ.speakster {
  top: 0px;
}
.cs-modul-h3-full.relativ.redrow {
  top: 0px;
}
.cs-modul-h3-full.no-margin-bottom {
  margin-bottom: 0px;
}

.cs-modul-h3-full.no-margin-bottom.koncept-hotels {
  margin-bottom: -1560px;
}

.cs-modul-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  margin-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cs-modul-video.relativ {
  position: relative;
  top: -300px;
}

.cs-modul-video.cs-alt {
  margin-top: -50px;
}

.cs-testimonial-big-wrapper {
  margin-bottom: 80px;
}

.cs-testimonial-big-wrapper.cs-alt {
  margin-bottom: 0px;
}

.body {
  cursor: default;
}

.line {
  width: 64%;
  height: 1px;
  margin-top: 90px;
  margin-bottom: 80px;
  margin-left: 18%;
  background-color: #d5d5dd;
}

.line.speakster {
  margin-top: 0px;
}
.line.redrow {
  margin-top: 0px;
}
.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64%;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.main-next-case-study {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.next-cs-wrapper {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.span3-center {
  position: static;
  z-index: 1;
  margin-top: 40px;
  font-family: Gilroy-ExtraBold, sans-serif;
  color: #15182d;
  font-size: 8.75rem;
  line-height: 6.875rem;
  text-align: center;
}

.span3-center.superkorb {
  margin-bottom: 40px;
  color: #5edb83;
}

.span3-center.lang {
  font-size: 8rem;
  line-height: 7rem;
}

.services-wrapper {
  margin-bottom: 120px;
}

.services-wrapper.second {
  margin-left: 20%;
}

.next-cs-img {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-image: url("../../assets/img/port-header-03-large.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.next-cs-img.koncept-hotels {
  position: relative;
  z-index: 2;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.next-cs-img.sony {
  background-image: url("../../assets/img/port-header-01-large.jpg");
}

.next-cs-img.about-horses {
  background-image: url("../../assets/img/port-header-03-large.jpg");
}

.next-cs-img.superkorb {
  background-image: url("../../assets/img/port-header-04-large.jpg");
}

.next-cs-img.privatbank {
  background-image: url("../../assets/img/port-header-05-large.jpg");
}

.next-cs-img.ceconomy {
  background-image: url("../../assets/img/port-header-06-large.jpg");
}

.next-cs-img.digis {
  background-image: url("../../assets/img/port-header-07-large.jpg");
}

.next-cs-img.speakster {
  background-image: url("../../assets/img/port-header-08-large.jpg");
}
.next-cs-img.redrow {
  background-image: url("../../assets/img/port-header-08-large.jpg");
}
.next-cs-img.netmoms {
  background-image: url("../../assets/img/port-header-09-large.jpg");
}

.next-cs-img.landhausspatzenhof {
  background-image: url("../../assets/img/port-header-10-large.jpg");
}

.content-wrapper-64 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-wrapper-64.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 5vw;
  grid-row-gap: 80px;
  -ms-grid-columns: 46% 46%;
  grid-template-columns: 46% 46%;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sag-hallo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.article-header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64%;
  margin-top: 12%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.article-title-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.article-title-meta.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.article-title-meta.insights-overview {
  width: 90%;
  margin-left: 5%;
}

.article-meta-trenner {
  width: 2px;
  height: 16px;
  margin-right: 20px;
  margin-left: 5px;
  background-color: #d5d5dd;
}

.style-rich-text {
  margin-bottom: 0px;
}

.style-rich-text h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Gilroy-ExtraBold, sans-serif;
  color: #15182d;
  font-size: 2.625rem;
  line-height: 3.125rem;
}

.style-rich-text p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Gilroy-Regular, sans-serif;
  color: #15182d;
  font-size: 1.125rem;
  line-height: 2rem;
}

.style-rich-text h3 {
  font-family: Gilroy-ExtraBold, sans-serif;
  color: #15182d;
  font-size: 1.75rem;
  line-height: 2.25rem;
  font-weight: 400;
}

.style-rich-text h4 {
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: Gilroy-SemiBold, sans-serif;
  color: #15182d;
  font-size: 1.312rem;
  line-height: 2rem;
  font-weight: 400;
}

.style-rich-text img {
  width: 100%;
  max-width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: -120px;
}

.style-rich-text blockquote {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-right: 40px;
  padding-left: 60px;
  border-left-width: 3px;
  border-left-color: #ff2a67;
  font-family: Gilroy-Light, sans-serif;
  color: #15182d;
  font-size: 2.625rem;
  line-height: 3.625rem;
}

.style-rich-text h5 {
  padding-left: 63px;
  font-weight: 400;
}

.style-rich-text figure {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.style-rich-text a {
  opacity: 0.5;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: #ff2a67;
  text-decoration: none;
}

.style-rich-text a:hover {
  opacity: 1;
}

.style-rich-text figcaption {
  margin-left: -120px;
  font-family: Gilroy-Regular, sans-serif;
  color: rgba(21, 24, 45, 0.6);
  font-size: 0.8125rem;
  line-height: 1rem;
  text-align: left;
}

.insights-featured {
  position: static;
  height: auto;
}

.insights-featured-info-box {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45vw;
  height: auto;
  padding: 9% 6% 10% 8%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #15182d;
  text-decoration: none;
}

.insights-featured-info-box.lp {
  height: auto;
}

.insights-featured-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.insights-featured-img {
  position: static;
  width: 75%;
  max-width: 100%;
  margin-right: 0%;
  margin-left: auto;
}

.insights-featured-img.lp {
  width: 100%;
}

.insights-list {
  display: block;
  width: 100vw;
  margin-top: 120px;
  margin-bottom: 120px;
  padding-right: 8%;
  padding-left: 8%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.insights-list.kategorie {
  margin-top: 0px;
}

.insights-article-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.insights-thumb-overview {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

.article-img-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-height: 750px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.article-img-wrapper.insights-overview {
  height: auto;
  margin-bottom: 30px;
}

.article-img-wrapper.insights-overview.mobile {
  height: auto;
}

.article-title-img {
  width: 100%;
  max-width: 100%;
}

.instagram-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 82%;
  height: auto;
  margin-right: auto;
  margin-bottom: 120px;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.next-insights-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: auto;
  margin-top: 60px;
  margin-bottom: 200px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.next-insights-img-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 150px;
  height: 100px;
  margin-left: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.next-insights-img {
  width: 100%;
}

.back-insights-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  max-width: 400px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.back-insights-text-wrapper.next {
  padding-right: 20px;
  padding-left: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.next-insight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  margin-right: 10%;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.next-insight.back {
  height: auto;
  margin-left: 10%;
}

.next-insight.back.w--current {
  margin-right: auto;
  margin-left: 10%;
}

.back-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 60px;
  margin-top: -32px;
  margin-right: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.contact-img {
  position: static;
  left: 20%;
  width: 68px;
  height: 68px;
  margin-right: 30px;
}

.contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.projekplaner-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-field {
  border-style: none none solid;
  border-color: #000 #000 #fff;
  border-bottom-width: 2px;
  background-color: transparent;
  font-family: Gilroy-SemiBold, sans-serif;
  color: #fff;
  font-size: 1.3125rem;
}

.text-field.name {
  display: block;
  width: 48%;
  margin-right: 2%;
  color: #fff;
}

.text-field.firma {
  display: block;
  width: 48%;
  margin-top: 60px;
  margin-right: 2%;
}

.text-field.contact {
  display: block;
  width: 48%;
  margin-left: 2%;
}

.contact-form {
  width: 100%;
  margin-top: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.select-field {
  height: 60px;
  border: 2px solid #fff;
  background-color: transparent;
  font-family: Gilroy-SemiBold, sans-serif;
  color: #fff;
  font-size: 1rem;
}

.select-field.workflows {
  display: block;
}

.textarea {
  display: block;
  min-height: 250px;
  margin-top: 40px;
  border: 2px solid #fff;
  background-color: transparent;
  font-family: Gilroy-SemiBold, sans-serif;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.4px;
}

.checkbox-wrapper {
  display: block;
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Gilroy-Regular, sans-serif;
  color: #fff;
  text-decoration: none;
}

.checkbox-label {
  color: #fff;
  font-size: 0.875rem;
  line-height: 16px;
  font-weight: 400;
  text-decoration: none;
}

.checkbox {
  margin-top: 3px;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.error-message {
  margin-top: 20px;
  padding: 0px;
  background-color: transparent;
}

.success-message {
  background-color: transparent;
}

.inline-link {
  opacity: 0.5;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  font-family: Gilroy-Regular, sans-serif;
  color: #ff2a67;
  font-size: 0.875rem;
  line-height: 1.312rem;
  letter-spacing: 0.4px;
  text-decoration: none;
}

.inline-link:hover {
  opacity: 1;
  color: #ff2a67;
}

.inline-link.white {
  opacity: 1;
  -webkit-transition-property: none;
  transition-property: none;
  color: #fff;
  text-decoration: underline;
}

.inline-link.white.standard {
  font-size: 1rem;
  line-height: 1.6rem;
}

.inline-link.standard {
  font-size: 1rem;
  line-height: 1.6rem;
}

.inline-link.big {
  font-size: 2.625rem;
  line-height: 3.625rem;
}

.inline-link.big.white {
  text-decoration: none;
}

.service-kachel-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-right: 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.landingpage-service-icon {
  margin-bottom: 10px;
  font-family: 'mbd iconmoon', sans-serif;
  color: #15182d;
  font-size: 2rem;
  line-height: 1.5rem;
  font-weight: 400;
}

.bild-text-horozontal-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.case-studie-first-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 60px;
  margin-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cs-thumb-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 650px;
  height: 420px;
  margin-right: 400px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lp-bg-img {
  width: 100vw;
  height: 100vh;
  opacity: 1;
}

.lp-rich-text p {
  font-family: Gilroy-Regular, sans-serif;
  color: #15182d;
  font-size: 1rem;
  line-height: 1.5rem;
}

.lp-rich-text h3 {
  position: static;
  font-family: Gilroy-SemiBold, sans-serif;
  font-size: 1.32rem;
  line-height: 2rem;
}

.lp-rich-text h4 {
  font-family: Gilroy-SemiBold, sans-serif;
  color: #15182d;
  font-size: 1.312rem;
  line-height: 2rem;
  font-weight: 400;
}

.lp-rich-text ul {
  padding-left: 18px;
  font-family: Gilroy-Regular, sans-serif;
  color: #15182d;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

.lp-rich-text blockquote {
  padding-left: 0px;
  border-left-style: none;
  font-family: Gilroy-Regular, sans-serif;
  color: #fff;
  font-size: 1.375rem;
  line-height: 2rem;
}

.lp-rich-text a {
  opacity: 0.5;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: #ff2a67;
  text-decoration: none;
}

.lp-rich-text a:hover {
  opacity: 1;
}

.lp-cs-link {
  position: absolute;
  right: 10%;
  bottom: 20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lp-cs-link.cs-home {
  position: static;
  margin-top: 60px;
  margin-right: 14%;
  margin-left: auto;
  text-decoration: none;
}

.phantom-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 185px;
  height: 60px;
  margin-top: 40px;
  padding-top: 4px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #fff;
  background-color: transparent;
  font-family: Gilroy-SemiBold, sans-serif;
  color: #fff;
  font-size: 0.812rem;
  line-height: 1.125rem;
  text-align: left;
  text-decoration: none;
}

.phantom-button.submit {
  z-index: 1;
  width: auto;
  margin-top: 0px;
  padding-top: 9px;
  padding-right: 31px;
  padding-left: 31px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

.phantom-button.submit:hover {
  color: #ff2a67;
}

.play-icon {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
  padding: 10px 10px 10px 1px;
  font-family: 'mbd iconmoon', sans-serif;
  color: #fff;
  font-size: 4rem;
  line-height: 4rem;
  text-decoration: none;
}

.phantom-button-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.phantom-button-wrapper {
  position: relative;
  display: block;
  width: 185px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.cs-slide {
  width: 650px;
  height: 420px;
  margin-right: 400px;
  margin-bottom: 60px;
}

.slide-nav {
  z-index: 5;
}

.left-arrow {
  left: 0%;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 14%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: none;
}

.right-arrow {
  right: 0%;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 14%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: none;
}

.showreel-link {
  display: block;
  height: auto;
  margin-top: 30px;
  text-decoration: none;
}

.service-box {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 60px;
}

.service-box.left {
  margin-right: 10%;
}

.service-box-img-background {
  position: relative;
  height: 400px;
  margin-bottom: 60px;
  background-color: red;
}

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

.workflows-wrapper {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 120px;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.workflows-gif {
  position: relative;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 3;
  display: block;
  width: 440px;
  height: 328px;
  margin-left: 18%;
}

.workflow-text-wrapper {
  position: static;
  z-index: 2;
  margin-bottom: 120px;
}

.insights-home-wrapper {
  position: relative;
  top: -16vh;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: auto;
  margin-bottom: 0px;
  padding-right: 8%;
  padding-left: 8%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.insights-collection-home {
  width: 30%;
  height: auto;
  margin-right: 5%;
}

.insights-collection-home.last {
  margin-top: 120px;
  margin-right: 0%;
}

.insights-collection-home.second {
  margin-top: 300px;
}

.side-content-mask {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 99%;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.process-bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  background-image: linear-gradient(135deg, #1f6dd0, #641aa8);
  opacity: 0;
}

.process-bg._02 {
  background-image: linear-gradient(135deg, #5d5dba, #c468d2);
}

.process-bg._03 {
  background-image: linear-gradient(135deg, #ffca41, #ff9041);
}

.process-bg._04 {
  background-image: linear-gradient(135deg, #8ad89f, #ccd88a);
}

.process-bg._05 {
  background-image: linear-gradient(135deg, #46c9e7, #46e4e7);
}

.process-bg.workshop-1 {
  background-color: #15182d;
  background-image: none;
}

.process-bg.workshop-2 {
  background-color: #fff;
  background-image: none;
}

.main-process-wrapper {
  position: static;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 120px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.main-process-wrapper.last {
  margin-bottom: 200px;
}

.list {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 13px;
}

.workflow-paragraph-wrapper {
  position: relative;
  z-index: 2;
  width: 36%;
  margin-top: 20px;
  margin-right: 0%;
}

.testimonial-slider {
  height: auto;
  background-color: transparent;
}

.left-arrow-2 {
  display: none;
}

.right-arrow-2 {
  display: none;
}

.testimonial-slider-mask {
  height: auto;
  padding-bottom: 80px;
}

.testimonial-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-lp-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.lp-service-wrapper {
  width: 64%;
  margin-left: 18%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.lp-service-wrapper.know-how {
  margin-top: 60px;
}

.insights-featured-img-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 75%;
  height: 100vh;
  margin-right: 0%;
  margin-left: 25%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.insights-featured-img-wrapper.lp {
  height: 80vh;
}

.h1-hyphen {
  margin-top: 0px;
  margin-bottom: 60px;
  font-family: Gilroy-ExtraBold, sans-serif;
  color: #15182d;
  font-size: 5.625rem;
  line-height: 5.75rem;
  font-weight: 400;
}

.lp-logos-wrapper {
  width: 64%;
  margin-top: 30px;
  margin-left: 18%;
}

.lp-logos-item {
  width: 14.286%;
  margin-bottom: 60px;
}

.lp-logos-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.empty {
  background-color: transparent;
}

.services-grid {
  width: 64%;
  margin-top: 60px;
  margin-left: 18%;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.cs-header-text-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cs-modul-absolut-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cs-modul-absolut-wrapper.koncept-hotels {
  margin-bottom: -480px;
}

.cs-modul-absolut-wrapper.superkorb {
  margin-bottom: -340px;
}

.cs-header-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cs-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.arrow-sticky-nav {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-right: 6px;
  margin-bottom: 0px;
  font-family: 'mbd iconmoon', sans-serif;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.8rem;
}

.arrow-sticky-nav.black {
  color: #15182d;
}

.workflow-gif-wrapper {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64%;
  margin-right: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.values-slider-list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.facts-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64%;
  height: auto;
  margin-top: 120px;
  margin-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.facts-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding: 40px 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.number {
  font-family: Gilroy-ExtraBold, sans-serif;
  color: #15182d;
  font-size: 6rem;
  line-height: 5rem;
}

.insta-img {
  width: 20%;
  padding-right: 2%;
  padding-bottom: 2%;
}

.workshop-img {
  position: relative;
  z-index: 3;
  max-width: 80%;
  margin-left: 18%;
}

.price-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cs-modul-quote.koncept-hotels {
  position: absolute;
  top: 14%;
  z-index: 2;
}

.cs-modul-quote.sony {
  position: relative;
  top: 0px;
  margin-bottom: 200px;
}

.cs-modul-quote.cs-alt {
  margin-bottom: 120px;
}

.cs-modul-text-only {
  width: 100vw;
  margin-bottom: 200px;
}

.cs-modul-img-100 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  margin-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cs-modul-img-100.sony {
  margin-bottom: 200px;
}

.slider-mouse-arrow {
  position: fixed;
  left: 0vw;
  top: 0vh;
  right: 0vw;
  bottom: 0vh;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #ff2a67;
  border-radius: 50px;
}

.cs-modul-grid {
  width: 100vw;
  height: auto;
  margin-bottom: 0px;
}

.sony-grid {
  width: 100vw;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.cs-grid-kachel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cs-grid-kachel.yellow {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fdb80a;
}

.cs-grid-kachel.black {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #030028;
}

.cs-grid-kachel.pink {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #a50059;
}

.cs-grid-kachel.bees {
  background-image: url("../img/bees.jpg");
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.cs-grid-kachel.bees2 {
  background-image: url("../img/bees02.jpg");
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.cs-grid-kachel.group {
  background-image: url("../img/people.jpg");
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.cs-grid-kachel.people2 {
  background-image: url("../img/people02.jpg");
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.cs-grid-kachel.honey {
  background-image: url("../img/honey.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cs-grid-kachel.people {
  background-image: url("../img/people03.jpg");
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.cs-modul-content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cs-modul-content.netmoms {
  margin-bottom: 60px;
}

.vimeo-video {
  width: 80%;
  margin-bottom: -120px;
}

.vimeo-video.cs-alt {
  margin-bottom: -10px;
}

.article-gif {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 800px;
  height: 600px;
  margin-top: 60px;
  margin-bottom: 80px;
}

.article-span2-wrapper {
  margin-top: 60px;
  margin-bottom: 30px;
  margin-left: -10%;
}

.sticky-nav-dark {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  margin-top: 145px;
  margin-bottom: 60px;
  margin-left: 4.6%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sticky-footer-dark {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 98;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  margin-right: 60px;
  margin-bottom: 60px;
  margin-left: 11%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sticky-head-dark {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  margin-top: 60px;
  margin-right: 60px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sticky-head-dark.nav {
  z-index: 102;
}

.sticky-social-dark {
  position: fixed;
  top: 40%;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22px;
  height: 200px;
  margin-top: 0%;
  margin-right: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sticky-social-dark.nav {
  z-index: 102;
}

.burger-nav {
  position: relative;
  z-index: 102;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.sticky-head-nav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 102;
  display: none;
  height: 80px;
  margin-top: 60px;
  margin-right: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sticky-social-nav {
  position: fixed;
  top: 40%;
  right: 0px;
  bottom: 0px;
  z-index: 102;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22px;
  height: 200px;
  margin-top: 0%;
  margin-right: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._404-gif {
  width: 200px;
  margin-bottom: 60px;
}

.menu-bg-sticky-head-white {
  position: absolute;
  z-index: 98;
  width: 64px;
  height: 64px;
  background-color: #15182d;
  opacity: 0.9;
}

.menu-bg-sticky-head-dark {
  position: absolute;
  z-index: 98;
  width: 64px;
  height: 64px;
  background-color: #15182d;
  opacity: 0.1;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.contact-leistung-wrapper {
  width: 48%;
  margin-top: 40px;
  margin-left: 2%;
}

.contact-submit-wrapper {
  width: 100%;
  margin-top: 40px;
}

.contact-bg-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background-image: url("../img/playbg.png");
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .main-header-home-wrapper.center-left {
    margin-top: 0%;
  }
  .h1 {
    margin-bottom: 30px;
    font-size: 3.8rem;
    line-height: 4rem;
  }
  .h1.white {
    margin-bottom: 30px;
    font-size: 3.8rem;
    line-height: 4rem;
  }
  .h5.white {
    position: static;
  }
  .h5.white.number-service {
    position: relative;
  }
  .menu-wrapper {
    display: none;
  }
  .nav-menu {
    width: 34%;
    margin-left: 12%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-menu-wrapper-right {
    margin-right: 0%;
    margin-left: 38%;
  }
  .paragraph.standard.center {
    max-width: 64%;
  }
  .paragraph.standard.center.ceconomy {
    max-width: 64%;
  }
  .paragraph.standard.center.netmoms {
    max-width: 64%;
  }
  .paragraph.standard.ueber-uns {
    max-width: 90%;
    margin-top: 137px;
  }
  .paragraph.big {
    font-size: 2.375rem;
    line-height: 3.2rem;
  }
  .paragraph.big.white {
    font-size: 2.375rem;
    line-height: 3.2rem;
  }
  .span2 {
    left: -10%;
  }
  .span2.black.cs-left {
    width: 300px;
    font-size: 8rem;
    line-height: 6.5rem;
  }
  .span2-wrapper.home {
    margin-top: 40px;
  }
  .span3.case-studie-overview {
    width: 500px;
    font-size: 6rem;
    line-height: 5.25rem;
  }
  .span3.cs-home {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    text-align: right;
  }
  .cs-thumb-content-wrapper {
    left: 9%;
    top: 3%;
    right: auto;
    bottom: 0%;
    width: 600px;
    height: auto;
  }
  .cs-thumb-description-wrapper {
    bottom: 1%;
    display: none;
    margin-left: 0px;
  }
  .cs-slider {
    width: 80vw;
    margin-right: auto;
    margin-left: auto;
  }
  .main-content-wrapper.clients {
    height: auto;
    margin-bottom: 0px;
  }
  .main-content-wrapper.center._80-vh {
    height: auto;
    margin-bottom: 120px;
  }
  .main-content-wrapper.center-left {
    overflow: hidden;
  }
  .main-content-wrapper.center-left.vertical-auto.categories {
    margin-bottom: 80px;
  }
  .main-content-wrapper.center-left._80-vh {
    height: auto;
    margin-top: 0px;
    margin-bottom: 120px;
  }
  .main-content-wrapper.center-left.cs-home {
    height: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .main-content-wrapper.vertical-auto {
    margin-bottom: 0px;
    padding-bottom: 120px;
  }
  .main-content-wrapper.vertical-auto.cs {
    margin-bottom: 60px;
  }
  .main-content-wrapper.vertical-auto.cs.testimonial {
    padding-top: 120px;
  }
  .content-box.footer {
    max-width: 68%;
    min-width: 50%;
    margin-top: 33%;
  }
  .content-box.header {
    max-width: 64%;
  }
  .content-box.header.insights {
    margin-top: 30%;
    margin-bottom: 60px;
  }
  .content-box.header.landingpage {
    margin-top: 40%;
  }
  .content-box.header._80vh {
    margin-top: 30%;
  }
  .content-box.about {
    position: relative;
    z-index: 2;
    max-width: 64%;
    margin-top: 0%;
    margin-bottom: 20%;
  }
  .content-box.case-studie-overview {
    width: 74%;
    max-width: 74%;
    margin-top: 30%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .content-box.case-studie-overview.cs-home-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 120px;
  }
  .content-box.case-studie-detail {
    position: relative;
    top: -10px;
    max-width: 40%;
  }
  .content-box.case-studie-detail.modul-span-text {
    max-width: 38%;
    margin-top: 145px;
    margin-right: 5%;
    margin-left: 5%;
  }
  .content-box.case-studie-detail.headline-lang {
    max-width: 64%;
    margin-left: 14%;
  }
  .content-box.case-studie-detail.relativ {
    top: -90px;
    max-width: 64%;
    margin-left: 18%;
  }
  .content-box.case-studie-detail.relativ.koncepthotel {
    max-width: 48%;
  }
  .content-box.margin-right {
    max-width: 100%;
    min-width: 30%;
    margin-top: 6%;
    margin-left: 0%;
  }
  .content-box.article {
    max-width: 72%;
    margin-top: 0px;
  }
  .content-box.ready {
    margin-top: 30%;
  }
  .content-box.contact {
    max-width: 76%;
    margin-top: 30%;
    margin-left: 10%;
  }
  .content-box.rechtliches {
    margin-top: 30%;
  }
  .content-box.landingpage.copy {
    position: relative;
    z-index: 2;
    max-width: 36%;
    margin-bottom: 60px;
    margin-left: 15%;
  }
  .content-box.warum-wir {
    margin-top: 60px;
  }
  .h4 {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
  .main-services {
    display: none;
  }
  .main-services.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .side-content-img.landingpage {
    top: 12%;
  }
  .side-content-img.homepage {
    top: -20%;
  }
  .side-content-img.homepage.uxui {
    top: -6%;
    width: 100%;
    max-width: 110%;
  }
  .h2.white.combo-h5 {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .h2.center {
    max-width: 64%;
    margin-right: 4%;
    margin-left: 4%;
  }
  .h2.center.workshop {
    margin-top: 120px;
  }
  .h2.kurz {
    max-width: 100%;
  }
  .cs-slider-wrapper {
    z-index: 1;
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .insights-article.overview {
    margin-top: 0px;
  }
  .link-footer {
    margin-top: 40px;
    font-size: 6.5rem;
    line-height: 5.8rem;
  }
  .process-info {
    margin-bottom: 60px;
  }
  .footer-paragraph-wrapper {
    max-width: 64%;
  }
  .img-about {
    position: absolute;
    right: 10%;
    z-index: 1;
    margin-top: -20%;
    margin-left: 0%;
  }
  .img-about.landingpage {
    left: 10%;
    right: auto;
    width: 40%;
    margin-left: 0%;
  }
  .client-logos-wrapper {
    margin-bottom: 0px;
  }
  .client-img.cs-testimonial {
    left: 7%;
  }
  .cs-text-wrapper {
    left: 0%;
    top: 10%;
  }
  .case-studie-wrapper.second {
    width: auto;
    margin-bottom: 120px;
  }
  .case-studie-wrapper.second.cs-home {
    margin-bottom: 80px;
  }
  .cs-thumb-wrapper {
    width: 80%;
    margin-left: 5%;
  }
  .cs-thumb-wrapper.home {
    width: 80vw;
    height: auto;
  }
  .cs-header-img {
    width: 100vw;
    height: 100vh;
  }
  .cs-header-overlay.koncept-hotels {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cs-header-overlay.landingpage {
    overflow: hidden;
    height: 64vh;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cs-modul-einleser.cs-alt {
    margin-bottom: 60px;
  }
  .cs-main-img {
    top: -30px;
  }
  .cs-modul-workshop {
    margin-bottom: 120px;
  }
  .cs-modul-workshop.cs-alt {
    margin-bottom: 60px;
  }
  .cs-modul-img-right {
    height: 30vh;
  }
  .cs-modul-trenner-big {
    margin-bottom: 60px;
  }
  .cs-modul-trenner-big.home {
    top: -40px;
    margin-top: 0px;
  }
  .cs-modul-trenner-big.absolut.koncept-hotels {
    top: 63%;
  }
  .span4 {
    font-size: 16rem;
    line-height: 13rem;
  }
  .span4.landingpage {
    top: -100px;
  }
  .cs-modul-img-80 {
    margin-bottom: 60px;
  }
  .cs-modul-img-80.cs-alt {
    margin-bottom: 80px;
  }
  .cs-modul-img-grid.cs-alt.nach-grid {
    margin-top: -160px;
  }
  .img-100 {
    display: block;
  }
  .img-100.relativ-120 {
    top: 0px;
  }
  .img-100.relativ-120.speakster {
    top: 0px;
  }
  .img-100.relativ-120.redrow {
    top: 0px;
  }
  .img-100.relativ-300 {
    top: -140px;
  }
  .img-100.relativ-300.koncept-hotels {
    top: -500px;
  }
  .img-100.koncept-hotels {
    top: 150px;
  }
  .cs-modul-span-text-left.sony {
    top: 20px;
  }
  .cs-modul-span-text-left.cs-alt {
    top: -160px;
  }
  .img-on-top {
    left: 14%;
    top: -56%;
    right: auto;
    bottom: auto;
    display: block;
    max-width: 72%;
  }
  .img-on-top.superkorb {
    top: -10%;
  }
  .img-on-top.superkorb._2 {
    top: 70%;
  }
  .img-on-top.superkorb._3 {
    top: 70%;
  }
  .cs-modul-relative {
    position: relative;
    z-index: 1;
    height: auto;
  }
  .cs-modul-relative.sony {
    top: -36px;
  }
  .cs-modul-relative.superkorb._2 {
    top: -369px;
    margin-bottom: -200px;
  }
  .cs-modul-relative.superkorb._3 {
    margin-bottom: -120px;
  }
  .cs-modul-h3-full.no-margin-bottom.koncept-hotels {
    margin-bottom: -845px;
  }
  .cs-modul-video.relativ {
    top: -220px;
    margin-bottom: 0px;
  }
  .line {
    margin-top: 60px;
  }
  .next-cs-wrapper {
    left: auto;
    top: 38%;
    right: auto;
    bottom: 0%;
    z-index: 3;
    width: 100vw;
  }
  .span3-center {
    width: 650px;
    font-size: 6rem;
    line-height: 5rem;
  }
  .span3-center.lang {
    font-size: 6rem;
    line-height: 5.5rem;
  }
  .services-wrapper {
    margin-bottom: 30px;
  }
  .services-wrapper.second {
    margin-left: 0%;
  }
  .next-cs-img.koncept-hotels {
    z-index: 1;
  }
  .content-wrapper-64 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .article-header-wrapper {
    width: 72%;
    margin-top: 30%;
  }
  .style-rich-text {
    margin-bottom: 60px;
  }
  .style-rich-text img {
    margin-left: 0px;
  }
  .style-rich-text blockquote {
    font-size: 2.375rem;
    line-height: 3.2rem;
  }
  .style-rich-text figure {
    width: 100%;
  }
  .style-rich-text figcaption {
    margin-left: 0px;
  }
  .insights-featured-info-box {
    left: 0%;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: 2;
    height: 46vh;
    padding-right: 8%;
  }
  .insights-featured-info-box.lp {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .insights-featured-wrapper {
    z-index: 1;
    height: 70vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .insights-featured-img.lp {
    width: 180%;
    max-width: 180%;
  }
  .insights-list {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .insights-thumb-overview {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
  }
  .article-img-wrapper {
    max-height: 400px;
  }
  .article-img-wrapper.insights-overview {
    margin-bottom: 30px;
  }
  .article-img-wrapper.insights-overview.mobile {
    margin-bottom: 20px;
  }
  .next-insight.back {
    margin-right: 2%;
  }
  .back-link {
    margin-right: 20px;
  }
  .text-field.name {
    border-radius: 0px;
    color: #fff;
    font-size: 1.25rem;
  }
  .text-field.firma {
    border-radius: 0px;
    font-size: 1.25rem;
  }
  .text-field.contact {
    border-radius: 0px;
    font-size: 1.25rem;
  }
  .contact-form {
    margin-top: 80px;
  }
  .checkbox-wrapper {
    display: block;
  }
  .checkbox-label {
    width: 95%;
  }
  .checkbox {
    margin-right: 10px;
    border: 2px solid #fff;
  }
  .inline-link.big {
    font-size: 2.375rem;
    line-height: 3.2rem;
  }
  .bild-text-horozontal-wrapper {
    margin-bottom: 0px;
  }
  .case-studie-first-wrapper {
    width: auto;
    margin-bottom: 120px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cs-thumb-list-item {
    width: 80vw;
    height: auto;
  }
  .lp-cs-link.cs-home {
    margin-top: 0px;
    margin-right: 16%;
    margin-bottom: 120px;
  }
  .phantom-button.submit {
    width: auto;
    padding-right: 30px;
    padding-left: 30px;
  }
  .phantom-button-wrapper {
    display: block;
  }
  .cs-slide {
    width: 80vw;
    height: auto;
    margin-right: 0px;
  }
  .slide-nav {
    display: none;
  }
  .left-arrow {
    display: none;
  }
  .right-arrow {
    display: none;
  }
  .service-box {
    margin-bottom: 80px;
  }
  .service-box-img-background {
    height: 380px;
  }
  .service-box-img-background.brand {
    background-color: #472287;
  }
  .service-box-img-background.uxui {
    background-color: #5cdc82;
  }
  .service-box-img-background.web {
    background-color: #e5003b;
  }
  .service-box-img-background.apps {
    background-color: #b80066;
  }
  .grid-tools {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .workflows-wrapper {
    width: 64%;
    margin-left: 18%;
    padding-right: 0%;
    padding-left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .workflows-gif {
    position: relative;
    bottom: auto;
    margin-bottom: 0px;
    margin-left: 0%;
  }
  .workflow-text-wrapper {
    width: auto;
    margin-right: 0%;
    margin-bottom: 60px;
    margin-left: 0%;
  }
  .insights-collection-home {
    width: 50%;
  }
  .insights-collection-home.last {
    display: none;
  }
  .main-process-wrapper {
    height: auto;
    margin-bottom: 80px;
    padding-bottom: 0px;
  }
  .main-process-wrapper.last {
    margin-bottom: 120px;
  }
  .workflow-paragraph-wrapper {
    width: auto;
    margin-top: 40px;
    margin-left: 0%;
  }
  .testimonial-slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .main-lp-wrapper {
    height: 64vh;
  }
  .lp-service-wrapper {
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .lp-service-wrapper.know-how {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .insights-featured-img-wrapper.lp {
    height: 60vh;
  }
  .h1-hyphen {
    margin-bottom: 30px;
    font-size: 3.8rem;
    line-height: 4rem;
  }
  .lp-logos-item {
    width: 20%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .lp-logos-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .services-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .cs-modul-absolut-wrapper {
    position: relative;
    width: 100vw;
    height: auto;
  }
  .cs-modul-absolut-wrapper.koncept-hotels {
    margin-bottom: -200px;
  }
  .cs-modul-absolut-wrapper.superkorb {
    z-index: -1;
    margin-bottom: -275px;
  }
  .cs-link-wrapper {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .workflow-gif-wrapper {
    width: auto;
    margin-right: 0px;
  }
  .facts-wrapper {
    margin-top: 60px;
  }
  .facts-block {
    width: 50%;
  }
  .insta-img {
    width: 33.333%;
  }
  .insta-img.last {
    display: none;
  }
  .workshop-img {
    max-width: 100%;
    margin-left: 0%;
  }
  .cs-modul-quote.sony {
    margin-bottom: 120px;
  }
  .cs-modul-quote.cs-alt {
    margin-bottom: 80px;
  }
  .cs-modul-img-100 {
    margin-bottom: 80px;
  }
  .cs-modul-img-100.sony {
    margin-bottom: 120px;
  }
  .cs-modul-grid {
    margin-top: 80px;
  }
  .sony-grid {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }
  .cs-grid-kachel.yellow {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .cs-grid-kachel.black {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .cs-grid-kachel.pink {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .cs-modul-content {
    margin-bottom: 80px;
  }
  .vimeo-video {
    width: 64%;
    margin-bottom: -80px;
  }
  .vimeo-video.cs-alt {
    margin-bottom: -30px;
  }
  .article-gif {
    width: 100%;
    height: 450px;
  }
}

@media (max-width: 767px) {
  .h1.white.center {
    margin-right: 5%;
    margin-bottom: 0px;
    margin-left: 5%;
    font-size: 4rem;
    line-height: 3.65rem;
  }
  .h1.white.center.cs {
    font-size: 2.625rem;
    line-height: 3rem;
  }
  .h1.combo-p-small.kategorie {
    padding-left: 0%;
    font-size: 2.625rem;
    line-height: 3rem;
  }
  .sticky-head-white {
    margin-top: 30px;
    margin-right: 20px;
  }
  .link-cta-wrapper.white {
    margin-top: -4px;
  }
  .link-cta-wrapper.black {
    margin-top: -4px;
  }
  .sticky-footer-white {
    margin-right: 20px;
  }
  .sticky-social-white {
    margin-right: 20px;
  }
  .sticky-nav-white {
    display: none;
  }
  .sticky-nav-line-wrapper {
    display: none;
  }
  .menu-wrapper {
    display: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .nav-menu {
    width: 60%;
    height: auto;
    margin-top: 140px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .menu-link-wrapper {
    margin-bottom: 10px;
  }
  .menu-link-wrapper.sub-menu.sub-first {
    margin-top: 20px;
  }
  .nav-link {
    margin-bottom: 12px;
    font-size: 1rem;
    line-height: 1.125rem;
  }
  .nav-link-underline {
    height: 2px;
  }
  .nav-menu-wrapper-right {
    position: fixed;
    bottom: 20px;
    margin-left: 0%;
  }
  .paragraph {
    margin-bottom: 10px;
  }
  .paragraph.medium.sag-hallo {
    display: none;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
  .paragraph.copy {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .paragraph.standard.center.ceconomy {
    max-width: 80%;
  }
  .paragraph.standard.rechtliches {
    width: 100%;
  }
  .paragraph.big.white {
    font-size: 2rem;
    line-height: 3rem;
  }
  .paragraph.small.white.columns {
    -webkit-column-count: 1;
    column-count: 1;
  }
  .span2.black.cs-left {
    display: none;
    margin-bottom: 40px;
  }
  .span3.case-studie-overview {
    width: 360px;
    font-size: 4rem;
    line-height: 3.825rem;
  }
  .h3.koncept-hotels {
    margin-bottom: 0px;
  }
  .main-content-wrapper.center-left.vertical-auto {
    overflow: visible;
  }
  .main-content-wrapper.center-left.vertical-auto.categories {
    margin-bottom: 30px;
  }
  .main-content-wrapper.vertical-auto {
    padding-bottom: 80px;
  }
  .main-content-wrapper.vertical-auto.cs.testimonial {
    padding-top: 60px;
  }
  .content-box.header.insights {
    max-width: 64%;
  }
  .content-box.header.landingpage {
    max-width: 79%;
    margin-top: 16%;
  }
  .content-box.case-studie-detail {
    max-width: 64%;
    margin-bottom: 40px;
  }
  .content-box.case-studie-detail.modul-span-text {
    max-width: 64%;
    margin-top: 20px;
    margin-right: auto;
    margin-left: 18%;
  }
  .content-box.case-studie-detail.headline-lang {
    margin-left: 18%;
  }
  .content-box.case-studie-detail.relativ {
    top: -120px;
    max-width: 64%;
    margin-left: 18%;
  }
  .content-box.case-studie-detail.relativ.koncepthotel {
    max-width: 64%;
  }
  .content-box.case-studie-detail.alt {
    margin-bottom: 0px;
  }
  .content-box.ohne {
    max-width: 80%;
  }
  .content-box.rechtliches {
    max-width: 79%;
    margin-left: 11%;
  }
  .content-box.warum-wir {
    max-width: 80%;
    margin-top: 0px;
  }
  .h4.next-insights {
    font-size: 1rem;
    line-height: 1.35rem;
  }
  .yah-logo {
    font-size: 4rem;
    line-height: 4rem;
  }
  .yah-logo.black {
    font-size: 4rem;
    line-height: 4rem;
  }
  .client-img.cs-testimonial {
    left: 4%;
  }
  .sticky-nav-h5 {
    display: none;
  }
  .cs-header-overlay.landingpage {
    height: 100vh;
  }
  .cs-header-logo {
    margin-bottom: 30px;
  }
  .cs-main-img {
    top: -20px;
  }
  .cs-modul-workshop {
    margin-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cs-modul-img-right {
    width: 76%;
  }
  .cs-modul-img-right.identity-workshop {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .cs-modul-img-right.product-workshop {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .cs-modul-trenner-big {
    overflow: hidden;
    margin-bottom: 40px;
  }
  .cs-modul-trenner-big.absolut.koncept-hotels {
    top: 52%;
  }
  .span4 {
    top: 5px;
    font-size: 12rem;
    line-height: 10rem;
  }
  .cs-modul-img-80 {
    margin-bottom: 40px;
  }
  .cs-modul-img-grid.cs-alt {
    margin-bottom: 80px;
  }
  .cs-modul-img-grid.cs-alt.nach-grid {
    margin-top: 0px;
  }
  .img-100.relativ-300 {
    top: -100px;
  }
  .img-100.relativ-300.koncept-hotels {
    top: -330px;
  }
  .img-100.koncept-hotels {
    top: -330px;
  }
  .cs-modul-span-text-left {
    top: -51px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cs-modul-span-text-left.cs-alt {
    top: 0px;
    margin-bottom: 80px;
  }
  .cs-modul-relative.koncept-hotels {
    padding-top: 275px;
  }
  .cs-modul-relative.superkorb._2 {
    top: -280px;
    margin-bottom: -120px;
  }
  .cs-modul-h3-full.no-margin-bottom.koncept-hotels {
    margin-bottom: -588px;
  }
  .span3-center {
    width: 90vw;
    font-size: 6rem;
    line-height: 5rem;
  }
  .span3-center.lang {
    font-size: 4rem;
    line-height: 3.5rem;
  }
  .contact {
    display: none;
  }
  .style-rich-text blockquote {
    font-size: 1.375rem;
    line-height: 2.25rem;
  }
  .insights-featured {
    overflow: hidden;
    height: 450px;
  }
  .insights-featured-info-box {
    width: 80vw;
    height: auto;
    margin-top: 150px;
    padding-right: 4%;
  }
  .insights-featured-wrapper {
    overflow: visible;
    height: auto;
    margin-top: -60px;
  }
  .insights-featured-img {
    width: 82%;
  }
  .insights-thumb-overview {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .article-img-wrapper {
    max-height: 300px;
  }
  .article-img-wrapper.insights-overview.mobile {
    margin-bottom: 20px;
  }
  .next-insights-wrapper {
    margin-top: 30px;
    margin-bottom: 120px;
  }
  .next-insights-img-wrapper {
    height: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .back-insights-text-wrapper {
    margin-top: 20px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .back-insights-text-wrapper.next {
    padding-right: 0px;
  }
  .next-insight {
    width: 150px;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .next-insight.back {
    width: 150px;
    height: auto;
    margin-right: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .text-field.name {
    width: 100%;
    margin-right: 0%;
    font-size: 1rem;
  }
  .text-field.firma {
    width: 100%;
    margin-top: 20px;
    margin-right: 0%;
    font-size: 1rem;
  }
  .text-field.contact {
    width: 100%;
    margin-top: 20px;
    margin-left: 0%;
    font-size: 1rem;
  }
  .textarea {
    margin-top: 40px;
  }
  .inline-link.big {
    font-size: 2rem;
    line-height: 3rem;
  }
  .workflows-gif {
    width: 250px;
    height: 186px;
  }
  .main-process-wrapper {
    margin-bottom: 60px;
  }
  .main-process-wrapper.last {
    margin-bottom: 80px;
  }
  .main-lp-wrapper {
    height: 100vh;
  }
  .lp-service-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }
  .lp-service-wrapper.know-how {
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .insights-featured-img-wrapper.lp {
    height: 600px;
  }
  .cs-modul-absolut-wrapper.koncept-hotels {
    margin-bottom: -620px;
  }
  .facts-block {
    width: 100%;
  }
  .cs-modul-quote.koncept-hotels {
    position: static;
  }
  .cs-modul-quote.sony {
    margin-bottom: 80px;
  }
  .cs-modul-text-only {
    margin-bottom: 120px;
  }
  .cs-modul-img-100.sony {
    margin-bottom: 80px;
  }
  .cs-grid-kachel.yellow {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cs-grid-kachel.black {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cs-grid-kachel.pink {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .article-gif {
    height: 300px;
  }
  .sticky-footer-dark {
    margin-right: 20px;
  }
  .sticky-head-dark {
    margin-top: 30px;
    margin-right: 20px;
  }
  .sticky-social-dark {
    margin-right: 20px;
  }
  .sticky-head-nav {
    margin-top: 30px;
    margin-right: 20px;
    margin-bottom: 0px;
  }
  .sticky-social-nav {
    margin-right: 20px;
  }
  .menu-bg-sticky-head-white {
    display: none;
  }
  .menu-bg-sticky-head-dark {
    display: none;
  }
  .contact-leistung-wrapper {
    width: 100%;
    margin-left: 0%;
  }
}

@media (max-width: 479px) {
  .main-header-home.center-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .main-header-home-wrapper {
    margin-left: 11%;
  }
  .main-header-home-wrapper.center-left {
    max-width: 80%;
    margin-top: 30%;
  }
  .span1 {
    font-size: 0.8125rem;
    line-height: 1.125rem;
  }
  .span1.lp {
    width: 90%;
  }
  .h1 {
    font-size: 3rem;
    line-height: 3.4rem;
  }
  .h1.white {
    margin-bottom: 20px;
    font-size: 3rem;
    line-height: 3.4rem;
  }
  .h1.white.center {
    margin-bottom: 0px;
    font-size: 4rem;
    line-height: 3.65rem;
  }
  .h1.white.center.cs {
    max-width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }
  .h1.center.article {
    width: 100%;
    font-size: 2.625rem;
    line-height: 3rem;
  }
  .h1.combo-p-small {
    font-size: 2.625rem;
    line-height: 3rem;
  }
  .h1.combo-p-small.kategorie {
    padding-left: 20px;
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
  .h2-heading.white {
    margin-bottom: 20px;
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
  .h5-link-wrapper.article-meta {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .h5.white.stand-alone {
    margin-left: 11%;
  }
  .h5.white.footer {
    bottom: 34px;
    display: block;
  }
  .h5.white.number-service {
    position: static;
    margin-bottom: 5px;
  }
  .h5.article-meta {
    margin-right: 5px;
  }
  .h5.article-meta.detail {
    margin-right: 0px;
  }
  .link-cta-wrapper.white {
    top: -1000px;
    right: -1000px;
    display: none;
  }
  .link-cta-wrapper.black {
    top: -1000px;
    right: -1000px;
  }
  .sticky-footer-white {
    margin-right: 20px;
    margin-bottom: 30px;
  }
  .sticky-h5 {
    display: none;
  }
  .sticky-social-white {
    margin-right: 20px;
  }
  .sticky-nav-white {
    display: none;
  }
  .sticky-nav-line-wrapper {
    display: none;
  }
  .menu-wrapper {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    height: 700px;
  }
  .nav-menu {
    position: relative;
    width: 70%;
    margin-top: 30%;
  }
  .menu-link-wrapper {
    margin-bottom: 5px;
  }
  .menu-link-wrapper.sub-menu.sub-first {
    margin-top: 20px;
  }
  .menu-link-wrapper.contact {
    display: block;
  }
  .nav-link {
    margin-bottom: 12px;
  }
  .nav-menu-wrapper-right {
    position: static;
    margin-top: 60px;
  }
  .paragraph {
    line-height: 1.5rem;
  }
  .paragraph.medium {
    font-size: 1.125rem;
    line-height: 2rem;
  }
  .paragraph.copy {
    margin-top: 20px;
  }
  .paragraph.standard.white {
    margin-bottom: 30px;
  }
  .paragraph.standard.center {
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .paragraph.standard.center.ceconomy {
    max-width: 80%;
  }
  .paragraph.standard.center.netmoms {
    max-width: 80%;
  }
  .paragraph.standard.ueber-uns {
    max-width: 100%;
    margin-top: 300px;
  }
  .paragraph.big {
    font-size: 1.375rem;
    line-height: 2.25rem;
  }
  .paragraph.big.white {
    margin-bottom: 20px;
    font-size: 1.375rem;
    line-height: 2.25rem;
  }
  .span2 {
    font-size: 10rem;
    line-height: 9rem;
  }
  .span2.black.cs-left {
    display: none;
    width: 79%;
    font-size: 7rem;
    line-height: 6rem;
  }
  .span2.superkorb {
    font-size: 8rem;
    line-height: 7rem;
  }
  .span2-wrapper.home {
    width: 80vw;
  }
  .span3.case-studie-overview {
    width: auto;
    margin-top: 20px;
    font-size: 3rem;
    line-height: 2.8rem;
  }
  .h3.kurz {
    max-width: 100%;
  }
  .h3.koncept-hotels {
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: 11%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .main-content-wrapper.values {
    height: 4200px;
  }
  .main-content-wrapper.center-left {
    height: auto;
  }
  .main-content-wrapper.center-left.vertical-auto {
    overflow: visible;
    margin-bottom: 60px;
  }
  .main-content-wrapper.center-left.vertical-auto.categories {
    margin-bottom: 30px;
  }
  .main-content-wrapper.center-left._80-vh {
    height: auto;
    margin-bottom: 80px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .main-content-wrapper.vertical-auto {
    margin-bottom: 0px;
  }
  .main-content-wrapper.vertical-auto.lp {
    padding-bottom: 40px;
  }
  .content-box {
    max-width: 80%;
    margin-left: 11%;
  }
  .content-box.footer {
    max-width: 78%;
  }
  .content-box.header {
    max-width: 79%;
    margin-top: 30%;
    margin-bottom: 60px;
  }
  .content-box.header.insights {
    max-width: 79%;
    margin-bottom: 60px;
  }
  .content-box.header.insights.kategorie {
    margin-top: 34%;
    margin-bottom: 0px;
    margin-left: 11%;
  }
  .content-box.header.landingpage {
    margin-top: 40%;
    margin-left: 11%;
  }
  .content-box.header._80vh {
    max-width: 79%;
    margin-top: 30%;
  }
  .content-box.about {
    max-width: 79%;
  }
  .content-box.case-studie-overview {
    width: 80%;
    max-width: 80%;
  }
  .content-box.case-studie-detail {
    top: 0px;
    max-width: 79%;
    margin-bottom: 30px;
  }
  .content-box.case-studie-detail.modul-span-text {
    top: 0px;
    max-width: 79%;
    margin-left: 11%;
  }
  .content-box.case-studie-detail.headline-lang {
    top: 0px;
    max-width: 79%;
    margin-left: 11%;
  }
  .content-box.case-studie-detail.relativ {
    position: static;
    top: -145px;
    max-width: 79%;
    margin-top: -20px;
    margin-left: 11%;
  }
  .content-box.case-studie-detail.relativ.koncepthotel {
    max-width: 79%;
  }
  .content-box.case-studie-detail.privatbank {
    margin-top: 0px;
  }
  .content-box.kundenstimmen {
    max-width: 79%;
    margin-bottom: 40px;
  }
  .content-box.ohne {
    max-width: 100%;
  }
  .content-box.article {
    max-width: 79%;
    min-width: 79%;
  }
  .content-box.instagram {
    margin-top: 60px;
  }
  .content-box.ready {
    margin-top: 30%;
  }
  .content-box.contact {
    margin-top: 30%;
  }
  .content-box.landingpage.copy {
    max-width: 79%;
    margin-top: 60%;
    margin-left: 11%;
  }
  .content-box.warum-wir {
    max-width: 79%;
    margin-top: 60px;
  }
  .h4.white.center {
    max-width: 79%;
  }
  .h4.white.stand-alone {
    max-width: 79%;
    margin-left: 11%;
  }
  .h4.next-insights.align-right {
    text-align: left;
  }
  .link-big-wrapper {
    width: auto;
    margin-top: 30px;
  }
  .link-big-wrapper.einzug {
    position: static;
    margin-top: -26vh;
    margin-left: 11%;
  }
  .main-services.mobile {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .side-content-img.landingpage {
    left: -135%;
    top: 40%;
    max-width: 250%;
  }
  .side-content-img.homepage {
    right: -12%;
  }
  .h2 {
    margin-bottom: 20px;
    font-size: 1.825rem;
    line-height: 2.2rem;
    font-weight: 400;
  }
  .h2.white.combo-h5 {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
  .h2.center {
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .h2.center.workshop {
    margin-top: 60px;
  }
  .main-insights-wrapper {
    height: auto;
    margin-bottom: 60px;
  }
  .link-footer {
    margin-top: 20px;
    font-size: 3rem;
    line-height: 3.4rem;
  }
  .yah-logo-wrapper.white {
    margin-right: 0%;
    margin-left: auto;
  }
  .yah-logo-wrapper.white.w--current {
    display: block;
    margin-right: 0%;
    margin-left: auto;
  }
  .yah-logo-wrapper.black.w--current {
    display: none;
    margin-right: 0%;
    margin-left: auto;
  }
  .arrow.link.back {
    top: -17px;
    padding-left: 0px;
    font-size: 2rem;
    line-height: 2rem;
  }
  .footer-paragraph-wrapper {
    max-width: 80%;
  }
  .img-about.landingpage {
    width: 80%;
    margin-top: -60%;
  }
  .client-logos-wrapper {
    max-width: 80%;
  }
  .client-logos-wrapper.tools {
    max-width: 79%;
    margin-left: 11%;
  }
  .values-slider-wrapper {
    margin-top: 30px;
  }
  .values-content {
    width: 360px;
    margin-right: 50px;
  }
  .values-content.zitat {
    width: 400px;
  }
  .values-slider {
    width: 4200px;
    margin-left: 18%;
  }
  .client-img.cs-testimonial {
    position: static;
    margin-bottom: 30px;
  }
  .sticky-nav-h5 {
    display: none;
  }
  .cs-text-wrapper {
    left: -2%;
  }
  .case-studie-wrapper.second {
    width: auto;
  }
  .case-studie-wrapper.second.cs-home {
    width: auto;
  }
  .cs-thumb-wrapper {
    width: 100%;
  }
  .cs-header-logo {
    margin-bottom: 30px;
  }
  .cs-modul-einleser {
    margin-bottom: 60px;
  }
  .cs-modul-einleser.cs-alt {
    margin-bottom: 30px;
  }
  .cs-main-img {
    top: -10px;
  }
  .cs-modul-workshop {
    margin-bottom: 60px;
  }
  .cs-modul-trenner-big {
    overflow: hidden;
    margin-bottom: 0px;
  }
  .cs-modul-trenner-big.absolut.koncept-hotels {
    top: 132%;
  }
  .span4 {
    margin-top: 0px;
    margin-bottom: 40px;
    font-size: 8rem;
  }
  .span4.landingpage {
    top: -20px;
  }
  .span4.right.koncept-hotels {
    margin-bottom: 70px;
  }
  .cs-modul-img-80 {
    margin-bottom: 30px;
  }
  .cs-modul-img-80.cs-alt {
    margin-bottom: 60px;
  }
  .cs-modul-img-grid {
    margin-bottom: 60px;
  }
  .cs-modul-img-grid.cs-alt {
    margin-bottom: 60px;
  }
  .img-100.relativ-300 {
    position: static;
    margin-bottom: 60px;
  }
  .img-100.koncept-hotels {
    top: -253px;
  }
  .cs-modul-span-text-left {
    top: 0px;
  }
  .cs-modul-span-text-left.sony {
    margin-bottom: 60px;
  }
  .cs-modul-span-text-left.cs-alt {
    margin-bottom: 60px;
  }
  .img-on-top {
    top: -22%;
  }
  .img-on-top.sony {
    left: auto;
    top: 40%;
    max-width: 100%;
  }
  .img-on-top.superkorb {
    top: -4%;
  }
  .img-on-top.superkorb._2 {
    top: 65%;
  }
  .img-on-top.superkorb._3 {
    top: 58%;
  }
  .cs-modul-relative {
    top: -100px;
    height: 400px;
  }
  .cs-modul-relative.koncept-hotels {
    padding-top: 0px;
  }
  .cs-modul-relative.sony {
    top: -16px;
    height: auto;
  }
  .cs-modul-relative.superkorb {
    top: -170px;
  }
  .cs-modul-relative.superkorb._2 {
    top: -180px;
  }
  .cs-modul-relative.superkorb._3 {
    top: -320px;
    margin-bottom: -240px;
  }
  .cs-modul-h3-full.relativ {
    top: -200px;
  }
  .cs-modul-h3-full.relativ.before-video {
    margin-bottom: 60px;
  }
  .cs-modul-h3-full.no-margin-bottom.koncept-hotels {
    margin-bottom: -170px;
  }
  .cs-modul-video.relativ {
    margin-bottom: -100px;
  }
  .cs-modul-video.cs-alt {
    margin-top: 0px;
    margin-bottom: 80px;
  }
  .cs-testimonial-big-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .line {
    width: 80%;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  .span3-center {
    font-size: 3rem;
    line-height: 2.6rem;
  }
  .span3-center.superkorb {
    width: 79vw;
    text-align: left;
  }
  .span3-center.lang {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
  .content-wrapper-64 {
    width: 79%;
  }
  .content-wrapper-64.center {
    width: 78%;
  }
  .article-header-wrapper {
    width: 79%;
  }
  .article-title-meta.center {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .article-meta-trenner {
    display: none;
  }
  .style-rich-text blockquote {
    padding-right: 20px;
    padding-left: 30px;
  }
  .style-rich-text h5 {
    padding-left: 33px;
  }
  .insights-featured {
    overflow: hidden;
    height: 400px;
  }
  .insights-featured-info-box {
    width: 90vw;
    height: auto;
    margin-top: 180px;
    margin-right: 5%;
    margin-left: 5%;
    padding-right: 8%;
    padding-left: 11%;
  }
  .insights-featured-info-box.lp {
    position: static;
    width: 90%;
    margin-top: -60px;
    margin-right: 5%;
    margin-left: 5%;
    padding-right: 8%;
  }
  .insights-featured-wrapper {
    overflow: visible;
    height: auto;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .insights-featured-img {
    width: 100%;
  }
  .insights-featured-img.lp {
    width: 150%;
    max-width: 200%;
    margin-right: auto;
  }
  .insights-list {
    margin-top: 0px;
  }
  .insights-thumb-overview {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .article-img-wrapper.insights-overview.mobile {
    margin-bottom: 20px;
  }
  .instagram-wrapper {
    margin-bottom: 60px;
  }
  .next-insights-wrapper {
    margin-top: 60px;
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .next-insights-img-wrapper {
    width: 100%;
    height: auto;
  }
  .back-insights-text-wrapper {
    width: 100%;
    max-width: 100%;
  }
  .back-insights-text-wrapper.next {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .next-insight {
    width: 79%;
    margin-right: auto;
  }
  .next-insight.back {
    width: 79%;
    margin-bottom: 30px;
    margin-left: auto;
  }
  .back-link {
    width: auto;
    height: 40px;
    margin-top: 0px;
    margin-right: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contact-img {
    display: none;
    margin-bottom: 30px;
  }
  .contact-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-form {
    margin-top: 60px;
  }
  .inline-link.big {
    font-size: 1.375rem;
    line-height: 2.25rem;
  }
  .inline-link.big.mail {
    font-size: 1rem;
    line-height: 1.6rem;
  }
  .service-kachel-wrapper {
    margin-bottom: 20px;
  }
  .bild-text-horozontal-wrapper {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .case-studie-first-wrapper {
    width: auto;
  }
  .phantom-button.submit {
    margin-bottom: 30px;
  }
  .play-icon {
    padding-left: 1px;
    font-size: 3rem;
    line-height: 3rem;
  }
  .showreel-link {
    margin-top: 10px;
  }
  .service-box-img-background {
    height: 200px;
    margin-bottom: 30px;
  }
  .service-box-img-background.brand {
    height: 200px;
  }
  .service-box-img-background.uxui {
    height: 200px;
  }
  .grid-tools {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto;
  }
  .workflows-wrapper {
    width: 79%;
    margin-top: 0px;
    margin-left: 11%;
  }
  .workflows-gif {
    overflow: hidden;
    width: 250px;
    height: 186px;
    margin-bottom: 30px;
    margin-left: 0%;
  }
  .workflow-text-wrapper {
    width: auto;
    margin-bottom: 30px;
    margin-left: 0%;
  }
  .insights-home-wrapper {
    padding-right: 11%;
    padding-left: 11%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .insights-collection-home {
    width: 100%;
    margin-right: 0%;
  }
  .insights-collection-home.last {
    display: block;
    margin-top: 60px;
  }
  .insights-collection-home.second {
    display: block;
    margin-top: 60px;
  }
  .main-process-wrapper {
    margin-bottom: 40px;
  }
  .main-process-wrapper.last {
    margin-bottom: 60px;
  }
  .workflow-paragraph-wrapper {
    width: auto;
    margin-top: 30px;
    margin-left: 0%;
  }
  .testimonial-wrapper {
    width: 80%;
  }
  .main-lp-wrapper {
    height: 100vh;
  }
  .lp-service-wrapper {
    width: 79%;
    margin-left: 11%;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }
  .lp-service-wrapper.know-how {
    width: 79%;
    margin-top: 30px;
    margin-left: 11%;
  }
  .insights-featured-img-wrapper.lp {
    width: 100%;
    height: auto;
    margin-left: 0%;
  }
  .h1-hyphen {
    font-size: 3rem;
    line-height: 3.4rem;
  }
  .lp-logos-wrapper {
    width: 79%;
    margin-left: 11%;
  }
  .lp-logos-item {
    width: 50%;
  }
  .services-grid {
    width: 79%;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
  }
  .cs-modul-absolut-wrapper.koncept-hotels {
    margin-bottom: 420px;
  }
  .cs-modul-absolut-wrapper.superkorb {
    margin-bottom: -200px;
  }
  .cs-header-text {
    margin-top: -70px;
  }
  .facts-block {
    width: 100%;
  }
  .insta-img {
    width: 50%;
    padding-right: 3%;
    padding-bottom: 3%;
  }
  .insta-img.last {
    display: block;
  }
  .cs-modul-quote.sony {
    margin-bottom: 60px;
  }
  .cs-modul-quote.cs-alt {
    margin-bottom: 60px;
  }
  .cs-modul-text-only {
    margin-bottom: 60px;
  }
  .cs-modul-img-100 {
    margin-bottom: 60px;
  }
  .cs-modul-img-100.sony {
    margin-bottom: 60px;
  }
  .cs-modul-grid {
    margin-top: 0px;
  }
  .sony-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
  }
  .cs-modul-content {
    margin-bottom: 60px;
  }
  .vimeo-video {
    width: 79%;
  }
  .article-gif {
    height: 220px;
    margin-bottom: 60px;
  }
  .sticky-footer-dark {
    margin-bottom: 30px;
  }
  .sticky-head-dark {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .sticky-head-nav {
    display: none;
  }
  ._404-gif {
    margin-bottom: 30px;
  }
}

#w-node-67dfb96dd2f7-c21a73b6 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c3e131d19116-c21a73b6 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f7fd76a4b9a1-c21a73b6 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-6a408d73ae59-c21a73b6 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-5c9234dad096-c21a73b6 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ccf0d9bab436-c21a73b6 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-98497402093c-c21a73b6 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f1137f3526b1-c21a73b6 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e2bfe4f5e35b-4e1a73b7 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e2bfe4f5e35f-4e1a73b7 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e2bfe4f5e363-4e1a73b7 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e2bfe4f5e367-4e1a73b7 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e2bfe4f5e36b-4e1a73b7 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e2bfe4f5e36f-4e1a73b7 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e2bfe4f5e373-4e1a73b7 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e2bfe4f5e377-4e1a73b7 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-5aa7fb09f604-f11a73bb {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-279fd479b43b-f11a73bb {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-d7d71170ee7d-f11a73bb {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-e7b37a9a7ddc-9c1a73c4 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-c873dcea66b8-9c1a73c4 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-59f4da5a101d-9c1a73c4 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-a48922ee52d2-9c1a73c4 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-d3569a827a41-9c1a73c4 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-c96ecb6604d6-9c1a73c4 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-8f4e7f4cddba-9c1a73c4 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-04fe61ff23eb-9c1a73c4 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-d4b4648f25d6-9c1a73c4 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-5aa7fb09f604-7d1a73c8 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-279fd479b43b-7d1a73c8 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-d7d71170ee7d-7d1a73c8 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-b4ecb5ad69dd-551a73c9 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-89143e8ed306-551a73c9 {
  -ms-grid-column-span: 2;
  grid-column-end: 7;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-cdacb60bb407-551a73c9 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-2f91bdd39f68-551a73c9 {
  -ms-grid-column-span: 2;
  grid-column-end: 5;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-82a8c76dfc4f-551a73c9 {
  -ms-grid-column-span: 2;
  grid-column-end: 7;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-4286c8ef6a54-551a73c9 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 5;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-11ac7d79b9a6-551a73c9 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-5944e35e6f9b-551a73c9 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-c5e8186e5bed-551a73c9 {
  -ms-grid-column-span: 2;
  grid-column-end: 5;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 2;
  grid-row-end: 5;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-f1c803494d8f-551a73c9 {
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-5aa7fb09f604-551a73c9 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-279fd479b43b-551a73c9 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-d7d71170ee7d-551a73c9 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-d593395daf38-c11a73ca {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-d593395daf57-c11a73ca {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-d593395daf74-c11a73ca {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-8becf4435611-f11a73cb {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-8becf4435616-f11a73cb {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-8becf4435627-f11a73cb {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-8becf4435611-fa1a73cc {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-8becf4435616-fa1a73cc {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-8becf4435627-fa1a73cc {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-8becf4435611-751a73cd {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-8becf4435616-751a73cd {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-8becf4435627-751a73cd {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-8becf4435611-961a73ce {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-8becf4435616-961a73ce {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-8becf4435627-961a73ce {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-8becf4435611-b51a73cf {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-8becf4435616-b51a73cf {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-8becf4435627-b51a73cf {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-8becf4435611-341a73d0 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-8becf4435616-341a73d0 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-8becf4435627-341a73d0 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

@media screen and (max-width: 991px) {
  #w-node-6a408d73ae59-c21a73b6 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-5c9234dad096-c21a73b6 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-ccf0d9bab436-c21a73b6 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-98497402093c-c21a73b6 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-f1137f3526b1-c21a73b6 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-e2bfe4f5e367-4e1a73b7 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-e2bfe4f5e36b-4e1a73b7 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-e2bfe4f5e36f-4e1a73b7 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-e2bfe4f5e373-4e1a73b7 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-e2bfe4f5e377-4e1a73b7 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-5aa7fb09f604-f11a73bb {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  #w-node-279fd479b43b-f11a73bb {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-d7d71170ee7d-f11a73bb {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-e7b37a9a7ddc-9c1a73c4 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  #w-node-c873dcea66b8-9c1a73c4 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  #w-node-59f4da5a101d-9c1a73c4 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
  #w-node-a48922ee52d2-9c1a73c4 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
  #w-node-d3569a827a41-9c1a73c4 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }
  #w-node-c96ecb6604d6-9c1a73c4 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }
  #w-node-04fe61ff23eb-9c1a73c4 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-d4b4648f25d6-9c1a73c4 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-5aa7fb09f604-7d1a73c8 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  #w-node-279fd479b43b-7d1a73c8 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-d7d71170ee7d-7d1a73c8 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-89143e8ed306-551a73c9 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 3;
    grid-column-end: 5;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 2;
    grid-row-end: 7;
  }
  #w-node-82a8c76dfc4f-551a73c9 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 2;
    grid-row-end: 7;
  }
  #w-node-5aa7fb09f604-551a73c9 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  #w-node-279fd479b43b-551a73c9 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-d7d71170ee7d-551a73c9 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-d593395daf38-c11a73ca {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  #w-node-d593395daf57-c11a73ca {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-d593395daf74-c11a73ca {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-8becf4435611-f11a73cb {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  #w-node-8becf4435616-f11a73cb {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-8becf4435627-f11a73cb {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-8becf4435611-fa1a73cc {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  #w-node-8becf4435616-fa1a73cc {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-8becf4435627-fa1a73cc {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-8becf4435611-751a73cd {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  #w-node-8becf4435616-751a73cd {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-8becf4435627-751a73cd {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-8becf4435611-961a73ce {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  #w-node-8becf4435616-961a73ce {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-8becf4435627-961a73ce {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-8becf4435611-b51a73cf {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  #w-node-8becf4435616-b51a73cf {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-8becf4435627-b51a73cf {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-8becf4435611-341a73d0 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  #w-node-8becf4435616-341a73d0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-8becf4435627-341a73d0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c873dcea66b8-9c1a73c4 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-59f4da5a101d-9c1a73c4 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-a48922ee52d2-9c1a73c4 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
  #w-node-d3569a827a41-9c1a73c4 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }
  #w-node-c96ecb6604d6-9c1a73c4 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c3e131d19116-c21a73b6 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-f7fd76a4b9a1-c21a73b6 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-6a408d73ae59-c21a73b6 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
  #w-node-5c9234dad096-c21a73b6 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }
  #w-node-ccf0d9bab436-c21a73b6 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }
  #w-node-98497402093c-c21a73b6 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
  }
  #w-node-f1137f3526b1-c21a73b6 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 8;
    grid-row-start: 8;
    -ms-grid-row-span: 1;
    grid-row-end: 9;
  }
  #w-node-e2bfe4f5e35f-4e1a73b7 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-e2bfe4f5e363-4e1a73b7 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-e2bfe4f5e367-4e1a73b7 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
  #w-node-e2bfe4f5e36b-4e1a73b7 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }
  #w-node-e2bfe4f5e36f-4e1a73b7 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }
  #w-node-e2bfe4f5e373-4e1a73b7 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
  }
  #w-node-e2bfe4f5e377-4e1a73b7 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 8;
    grid-row-start: 8;
    -ms-grid-row-span: 1;
    grid-row-end: 9;
  }
  #w-node-c96ecb6604d6-9c1a73c4 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }
  #w-node-b4ecb5ad69dd-551a73c9 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  #w-node-89143e8ed306-551a73c9 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 8;
    grid-row-start: 8;
    -ms-grid-row-span: 2;
    grid-row-end: 10;
  }
  #w-node-cdacb60bb407-551a73c9 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-2f91bdd39f68-551a73c9 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-82a8c76dfc4f-551a73c9 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 2;
    grid-row-end: 8;
  }
  #w-node-4286c8ef6a54-551a73c9 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 2;
    grid-row-end: 6;
  }
  #w-node-11ac7d79b9a6-551a73c9 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
  #w-node-5944e35e6f9b-551a73c9 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }
  #w-node-c5e8186e5bed-551a73c9 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 2;
    grid-row-end: 8;
  }
  #w-node-f1c803494d8f-551a73c9 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}
@font-face {
  font-family: 'Gilroy-SemiBold';
  src: url('../fonts/Gilroy/SemiBold/5c2cc4379a15758bbe8cd1d3_385843_0_unhinted_0.woff2') format('woff2'), url('../fonts/Gilroy/SemiBold/5c2cc4379bfb69b41a78da6a_385843_0_0.woff2') format('woff2'), url('../fonts/Gilroy/SemiBold/5c2cc4374fdbba213cc686a3_385843_0_0.eot') format('embedded-opentype'), url('../fonts/Gilroy/SemiBold/5c2cc4374fdbba414ac686a4_385843_0_unhinted_0.woff') format('woff'), url('../fonts/Gilroy/SemiBold/5c2cc4371110ec0cd5069bbb_385843_0_0.woff') format('woff'), url('../fonts/Gilroy/SemiBold/5c2cc4371110ec6df0069bbc_385843_0_unhinted_0.ttf') format('truetype'), url('../fonts/Gilroy/SemiBold/5c2cc437bda7354b39d9e169_385843_0_0.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy-Light';
  src: url('../fonts/Gilroy/Light/5c2cc4379bfb691d1e78da6b_385843_2_unhinted_0.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy-Regular';
  src: url('../fonts/Gilroy/Regular/5c2cc4379bfb697c0378da6c_385843_1_0.woff2') format('woff2'), url('../fonts/Gilroy/Regular/5c2cc4371110ec107a069bbf_385843_1_unhinted_0.woff2') format('woff2'), url('../fonts/Gilroy/Regular/5c2cc4371110ec01be069bba_385843_1_0.eot') format('embedded-opentype'), url('../fonts/Gilroy/Regular/5c2cc4371110ec85de069bbe_385843_1_unhinted_0.woff') format('woff'), url('../fonts/Gilroy/Regular/5c2cc4371110ec215f069bbd_385843_1_0.woff') format('woff'), url('../fonts/Gilroy/Regular/5c2cc43777f283d57fa2ccc8_385843_1_unhinted_0.ttf') format('truetype'), url('../fonts/Gilroy/Regular/5c2cc43777f2837b76a2ccc9_385843_1_0.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy-Light';
  src: url('../fonts/Gilroy/Light/5c2cc4379a15759eb68cd1d8_385843_2_0.woff2') format('woff2'), url('../fonts/Gilroy/Light/5c2cc4379a1575c5848cd1d5_385843_2_0.eot') format('embedded-opentype'), url('../fonts/Gilroy/Light/5c2cc4379a1575e39f8cd1d7_385843_2_unhinted_0.woff') format('woff'), url('../fonts/Gilroy/Light/5c2cc4379a15758dd58cd1d6_385843_2_0.woff') format('woff'), url('../fonts/Gilroy/Light/5c2cc4374fdbba7967c686a5_385843_2_unhinted_0.ttf') format('truetype'), url('../fonts/Gilroy/Light/5c2cc4374fdbba55dec686a7_385843_2_0.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy-ExtraBold';
  src: url('../fonts/Gilroy/ExtraBold/5c2cc4384fdbbae4a5c686a8_385843_3_unhinted_0.woff2') format('woff2'), url('../fonts/Gilroy/ExtraBold/5c2cc437bda735d20cd9e16a_385843_3_0.woff2') format('woff2'), url('..fonts/Gilroy/ExtraBold/5c2cc4374fdbba7cfac686a6_385843_3_0.eot') format('embedded-opentype'), url('..fonts/Gilroy/ExtraBold/5c2cc4379a1575b02b8cd1d9_385843_3_0.woff') format('woff'), url('../fonts/Gilroy/ExtraBold/5c2cc43877f28353bca2ccca_385843_3_unhinted_0.woff') format('woff'), url('../fonts/Gilroy/ExtraBold/5c2cc43877f283095aa2cccb_385843_3_unhinted_0.ttf') format('truetype'), url('../fonts/Gilroy/ExtraBold/5c2cc4389bfb69e65b78da6d_385843_3_0.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
/*@font-face {
  font-family: 'mbd iconmoon';
  src: url('../fonts/iconfont/5d387e2959ff876765b6448b_yah2018-iconfont.woff2') format('woff2'), url('..fonts/iconfont/5d387e29524154944906ccd1_yah2018-iconfont.eot') format('embedded-opentype'), url('..fonts/iconfont/5d387e2959ff874927b6448a_yah2018-iconfont.woff') format('woff'), url('../fonts/iconfont/5d387e29973509161511d414_yah2018-iconfont.ttf') format('truetype'), url('../fonts/iconfont/5d387e29f7c48e52018b3db9_yah2018-iconfont.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}*/
@font-face {
  font-family: 'mbd iconmoon';
  src: url('../fonts/iconmoon/icomoon.eot') format('embedded-opentype'), url('../fonts/iconmoon/icomoon.woff') format('woff'), url('../fonts/iconmoon/icomoon.ttf') format('truetype'), url('../fonts/iconmoon/icomoon.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}