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

a {
  text-decoration: underline;
}

.body {
  padding-top: 0px;
  background-color: #fff1e1;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

.hero__content-caption {
  font-weight: 400;
}

.nav__menu-item {
  margin-right: 16px;
  margin-left: 16px;
  padding: 8px 16px;
  border-style: solid;
  border-width: 2px;
  border-color: #000211;
  border-radius: 80px;
  background-color: #fff1e1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000211;
  font-size: 16px;
  font-weight: 700;
}

.nav__menu-item:hover {
  padding-right: 32px;
  padding-left: 32px;
  border-width: 2px;
  border-color: #ff0074;
  background-color: #fff;
}

.nav__menu-item.w--current {
  background-color: #fff;
  color: #000211;
}

.nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 100%;
  height: 120px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.nav__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 40px;
  height: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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 #000;
  border-radius: 20px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #000211;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.nav__logo.is--down {
  position: fixed;
  left: 40px;
  bottom: 40px;
}

.nav__logo.is--menu {
  position: fixed;
  left: auto;
  right: 40px;
  bottom: 40px;
}

.nav__container {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav__container.is--footer {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  -o-object-fit: fill;
  object-fit: fill;
}

.nav__container.project {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  padding-top: 120px;
  padding-bottom: 120px;
}

.hero__content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: 4em;
  margin-left: 4em;
  padding: 4em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 40px;
  background-color: #000211;
  color: #fff1e1;
}

.hero__content-h {
  margin-top: 0px;
  font-family: Inter, sans-serif;
  font-size: 17vw;
  line-height: 14vw;
  font-weight: 700;
}

.work {
  display: block;
  margin-top: -180px;
  padding-top: 0px;
  padding-bottom: 80px;
}

.work__container {
  padding-right: 5em;
  padding-left: 5em;
  -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;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.project__thumb {
  width: 500px;
  border-radius: 20px;
}

.image-3 {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
}

.text-block-3 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.slider-navigation {
  position: relative;
  margin-top: 20px;
}

.slider-mask {
  overflow: visible;
  width: 600px;
}

.slider {
  overflow: visible;
  width: 600px;
  height: auto;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.slide-1 {
  overflow: hidden;
  width: 600px;
  padding-right: 20px;
  padding-left: 0px;
}

.slide-2 {
  overflow: hidden;
  width: 600px;
  padding-right: 20px;
  padding-left: 0px;
}

.display_none {
  display: none;
}

.slide-3 {
  width: 600px;
  padding-right: 20px;
}

.slider-section {
  overflow: hidden;
  margin-top: 60px;
  margin-bottom: 60px;
}

.section-3 {
  padding-top: 140px;
}

.slider-container {
  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;
}

.hero__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 4em;
  padding-left: 4em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
}

.project {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 40px;
}

.project__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 400px;
  padding: 4em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-radius: 40px;
  background-color: #febd16;
  background-image: url('../images/Header_Athleten.jpeg');
  background-position: 100% 50%;
  background-size: auto 70%;
  background-repeat: no-repeat;
  color: #fff1e1;
}

.project__content.avi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #236a6e;
  background-image: url('../images/Header_Avi2.jpg');
  background-position: 100% 100%;
  background-size: 930px;
  background-repeat: no-repeat;
}

.project__content.avi:hover {
  border-style: none;
  border-width: 3px;
  border-color: #ff0074;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 0, 116, 0.6)), to(rgba(255, 0, 116, 0.6))), url('../images/Header_Avi.jpg');
  background-image: linear-gradient(180deg, rgba(255, 0, 116, 0.6), rgba(255, 0, 116, 0.6)), url('../images/Header_Avi.jpg');
  background-position: 0px 0px, 100% 100%;
  background-size: auto, 930px;
  background-repeat: repeat, no-repeat;
  box-shadow: 2px 3px 0 0 #ff0074;
}

.project__content.mitte {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #e2e2e2;
  background-image: url('../images/Mitte.png');
  background-position: 100% 50%;
  background-size: 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: #000211;
}

.project__content.dark {
  color: #000211;
}

.project__content.tado {
  background-color: #ff7701;
  background-image: url('../images/heat_request_yellow.jpg');
}

.project__content.avimedical {
  background-color: #226a6e;
  background-image: url('../images/Header_Avi2.jpg');
}

.project__content-headline {
  font-family: Inter, sans-serif;
  font-size: 3em;
  line-height: 1em;
  font-weight: 400;
}

.project__content_pill {
  display: inline-block;
  margin-bottom: 0px;
  padding: 8px 16px;
  border-radius: 80px;
  background-color: #fff1e1;
  color: #000211;
  font-size: 0.7em;
  font-weight: 400;
}

.project__content_pill.dark {
  background-color: #000211;
  color: #fff1e1;
}

.nav__menu__mobile {
  display: none;
}

.html-embed {
  position: absolute;
}

.hero__content-body {
  margin-bottom: 0px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  font-family: 'Gt super display', sans-serif;
  font-size: 3em;
  line-height: 1.2em;
  font-weight: 400;
}

.cursor {
  position: fixed;
  z-index: 3000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  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;
  border-style: solid;
  border-width: 1px;
  border-color: #000211;
  opacity: 0;
}

.cursor_dot {
  width: 20px;
  height: 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-radius: 20px;
  background-color: #ff0074;
}

.clients {
  display: block;
  padding-bottom: 80px;
}

.clients__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 40px;
  padding-left: 40px;
  -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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
}

.clients__content {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: auto;
  height: 100%;
  margin-right: 5em;
  margin-left: 5em;
  padding: 4em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 40px;
  background-color: #000211;
}

.project_content_pills {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.image-4 {
  position: absolute;
  left: auto;
  top: 4em;
  right: 4em;
  bottom: auto;
}

.p-italic {
  font-family: 'Gt super display', sans-serif;
  font-style: italic;
  font-weight: 300;
}

.text-span-2 {
  font-style: italic;
}

.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 120px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact__content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 4em;
  padding: 4em;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 40px;
  font-weight: 400;
}

.text-span-3 {
  font-style: italic;
}

.contact__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-style: solid;
  border-width: 2px;
  border-color: #000211;
  border-radius: 40px;
  background-color: transparent;
  -webkit-transition: border-color 200ms ease, background-color 200ms ease;
  transition: border-color 200ms ease, background-color 200ms ease;
  color: #000211;
  text-decoration: none;
  text-transform: none;
}

.contact__link:hover {
  border-color: #ff0074;
  background-color: #fff;
}

.contact_image {
  width: 200px;
  height: 200px;
  margin-left: 8em;
  border-radius: 400px;
  background-image: url('../images/IMG_9784-Kopie.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  padding-bottom: 40px;
}

.content__content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: 4em;
  margin-left: 4em;
  padding: 4em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 40px;
  background-color: #fff;
  color: #fff1e1;
}

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

.project__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 4em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: #000211;
  text-decoration: none;
}

.project__tags {
  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;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.project__content-description {
  width: 30vw;
  opacity: 0.9;
  font-size: 0.8em;
  line-height: 1.6em;
  font-weight: 400;
}

.project__content-year {
  margin-bottom: -20px;
  opacity: 1;
  font-size: 14px;
  font-weight: 400;
}

.button {
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 16px 32px;
  border-style: solid;
  border-width: 2px;
  border-color: #000211;
  border-radius: 40px;
  background-color: transparent;
  -webkit-transition: padding 200ms ease;
  transition: padding 200ms ease;
  color: #000211;
  font-size: 0.8em;
  font-weight: 700;
}

.button:hover {
  padding-right: 40px;
  padding-left: 40px;
  border-width: 2px;
  border-color: #ff0074;
}

.button.light {
  border-color: #fff1e1;
  color: #fff1e1;
}

.heading {
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: 'Gt super display', sans-serif;
  font-size: 3em;
  font-style: normal;
  font-weight: 300;
  text-align: center;
}

.text-span-4 {
  font-style: italic;
}

.heading-2 {
  font-family: 'Gt super display', sans-serif;
  font-style: italic;
  font-weight: 300;
}

@media screen and (max-width: 991px) {
  .nav__logo.is--down {
    left: 1em;
    bottom: 1em;
  }

  .nav__logo.is--menu {
    right: 1em;
    bottom: 1em;
  }

  .nav__container {
    padding: 1em;
  }

  .project__content {
    padding-top: 27em;
    background-position: 50% 0%;
    background-size: contain;
  }

  .nav__menu__mobile {
    display: none;
  }

  .cursor {
    display: none;
  }

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

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

  .contact__content {
    margin-right: 0em;
  }

  .contact_image {
    margin-left: 0px;
  }

  .project__tags {
    display: none;
  }

  .project__content-description {
    width: auto;
  }

  .project__content-tags {
    display: none;
  }

  .button {
    margin-bottom: auto;
  }
}

@media screen and (max-width: 767px) {
  .nav__menu-item:hover {
    padding-right: 32px;
  }
}

@media screen and (max-width: 479px) {
  .nav {
    height: 80px;
  }

  .nav__logo.is--down {
    position: fixed;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .nav__logo.is--menu {
    position: fixed;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .hero {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero__content {
    margin-right: 1em;
    margin-left: 1em;
    padding: 1em;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .work {
    margin-top: -40px;
  }

  .work__container {
    padding-right: 1em;
    padding-left: 1em;
  }

  .slider-mask {
    width: 280px;
  }

  .slider {
    width: 280px;
  }

  .slide-1 {
    width: 280px;
  }

  .slide-2 {
    width: 280px;
  }

  .slide-3 {
    width: 280px;
  }

  .slider-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
  }

  .section-4 {
    overflow: hidden;
  }

  .project__content {
    padding-top: 15em;
    padding-right: 1em;
    padding-left: 1em;
  }

  .project__content.dark.mitte {
    padding-bottom: 1em;
    background-position: 50% 0%;
    background-size: contain;
  }

  .project__content.dark.athleten {
    padding-bottom: 1em;
  }

  .project__content.tado {
    padding-bottom: 1em;
  }

  .project__content.avimedical {
    padding-bottom: 1em;
  }

  .project__content-headline {
    font-size: 2em;
  }

  .nav__menu__mobile {
    position: fixed;
    right: 40px;
    bottom: 40px;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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 #000;
    border-radius: 20px;
    background-color: #fff;
  }

  .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 36px;
    height: 36px;
    -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;
  }

  .hero__content-body {
    font-size: 2em;
  }

  .clients__content {
    margin-right: 1em;
    margin-left: 1em;
    padding: 1em;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .image-4 {
    position: relative;
    left: auto;
    top: 0em;
    right: auto;
  }

  .contact__content {
    margin-right: 0px;
    padding: 1em;
  }

  .button {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    text-align: center;
  }
}

#w-node-_42774ed1-9cc8-a7ef-aaf7-80ab918915b0-a7136dde {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bc272faf-8604-8c91-97e0-967603abff99-a7136dde {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_222ed9fc-cfaa-703e-64c7-f956c9a41e5a-a7136dde {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_18e24e07-464a-58fe-5bbf-525d08d5564b-a7136dde {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b4d5384c-5b8a-8754-a784-6e89af083659-a7136dde {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-dcd94629-1e3c-2fa1-5717-f8aa850b8894-a7136dde {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_42774ed1-9cc8-a7ef-aaf7-80ab918915b0-d4eaca0e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bc272faf-8604-8c91-97e0-967603abff99-d4eaca0e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_222ed9fc-cfaa-703e-64c7-f956c9a41e5a-d4eaca0e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_18e24e07-464a-58fe-5bbf-525d08d5564b-d4eaca0e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b4d5384c-5b8a-8754-a784-6e89af083659-d4eaca0e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-dcd94629-1e3c-2fa1-5717-f8aa850b8894-d4eaca0e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter.var.woff2') format('woff2'), url('../fonts/Inter.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt super display';
  src: url('../fonts/GT-Super-Display-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt super display';
  src: url('../fonts/GT-Super-Display-Light-Italic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}