:root {
  --black: #252525;
  --color: #f6f5f0;
  --white: white;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

.navbar-logo-center {
  border: 1px solid #000;
  border-bottom-width: 0;
  margin-top: 20px;
  margin-left: 100px;
  margin-right: 100px;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  justify-content: space-between;
  width: 100%;
  max-width: 1140px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Acumin Rpro, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

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

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

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

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

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

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

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

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

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

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

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

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

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

.main_header {
  border: 1px solid #000;
  margin-left: 100px;
  margin-right: 100px;
  padding-bottom: 60px;
}

.our_services {
  outline-offset: 0px;
  border: 1px solid #000;
  border-top-width: 0;
  border-radius: 0;
  outline: 3px #333;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 600px;
  margin-left: 100px;
  margin-right: 100px;
  padding: 40px;
  display: flex;
}

.about {
  border: 1px solid #000;
  border-top-width: 0;
  flex-flow: row;
  margin-left: 100px;
  margin-right: 100px;
  display: block;
}

.our_work {
  border: 1px #000;
  justify-content: center;
  align-items: center;
  height: 500px;
  margin-bottom: 0;
  margin-left: 100px;
  margin-right: 100px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.footer {
  border: 1px solid #000;
  border-top-width: 0;
  justify-content: space-between;
  margin-bottom: 0;
  margin-left: 100px;
  margin-right: 100px;
  display: flex;
}

.heading {
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
  padding-top: 40px;
  font-family: Acumin Bdpro, sans-serif;
  display: block;
}

.heading.work {
  text-align: right;
  margin-top: 0;
  padding-left: 100px;
  padding-right: 130px;
  font-family: Acumin Rpro, sans-serif;
  text-decoration: underline;
}

.heading.work.teamh {
  width: 100%;
  padding-top: 0;
  padding-bottom: 60px;
}

.services_icons_div {
  justify-content: center;
  align-items: center;
  height: auto;
}

.service_box {
  text-align: center;
  object-fit: fill;
  align-self: center;
  max-width: none;
  height: auto;
}

.service_box.team {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 350px;
  margin-bottom: 220px;
  padding-bottom: 0;
  display: flex;
}

.services_icons {
  object-fit: contain;
  height: 150px;
}

.who_we_are_div {
  display: flex;
}

.our_process_div {
  margin-top: -99px;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 60px;
  display: flex;
}

.paragraph {
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
}

.services_text_p {
  aspect-ratio: auto;
  margin-bottom: 0;
  padding-bottom: 40px;
  padding-left: 100px;
  padding-right: 100px;
  font-family: Acumin Rpro, sans-serif;
}

.image-2 {
  object-fit: cover;
  width: 35%;
  height: 100%;
}

.div-block {
  flex-flow: row;
  width: 40%;
  padding-top: 60px;
  padding-left: 100px;
  padding-right: 40px;
  display: block;
}

.image-3 {
  z-index: -3;
  object-fit: cover;
  width: 50%;
  position: static;
  overflow: visible;
}

.div-block-2 {
  display: flex;
}

.our_work_div {
  justify-content: center;
  align-items: stretch;
  margin-left: 40px;
  margin-right: 40px;
  padding-bottom: 0;
  display: flex;
}

.image-4 {
  aspect-ratio: auto;
  width: 250px;
  margin-top: 0;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.header_div {
  padding-left: 100px;
  padding-right: 40px;
  display: flex;
}

.header_left {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  margin: 0;
  padding-left: 0;
  display: block;
}

.header_right {
  width: 50%;
  position: absolute;
  top: 15%;
  bottom: auto;
  left: auto;
  right: -27%;
}

.image-5 {
  width: 530px;
}

.heading-2, .heading-3, .heading-4 {
  font-size: 200px;
  line-height: 200px;
}

.heading-5 {
  font-size: 100px;
}

.heading-6 {
  font-size: 200px;
}

.heading-7 {
  font-family: "Pardon 4 X 4", sans-serif;
  font-size: 134px;
  line-height: 115px;
}

.image-6 {
  width: 108px;
}

.button {
  border-radius: 16px;
  padding-left: 40px;
  padding-right: 40px;
}

.button.round {
  color: var(--black);
  text-transform: uppercase;
  background-color: #cff327;
  border-radius: 20px;
  align-self: flex-start;
  font-family: Acumin Rpro, sans-serif;
}

.button.round.teal {
  aspect-ratio: auto;
  color: var(--black);
  text-transform: uppercase;
  background-color: #16e0bd;
  border-radius: 20px;
  font-family: Acumin Rpro, sans-serif;
}

.button.round.pink {
  background-color: #ffc1cc;
  align-self: flex-start;
}

.button.round.pink.applaynow {
  align-self: flex-end;
}

.button.round.nav {
  align-self: center;
  margin-right: 80px;
}

.link_h2 {
  color: #000;
  padding-left: 20px;
  font-family: Acumin Rpro, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.image-7 {
  padding-top: 20px;
  padding-left: 40px;
}

.who_div_inner_60 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 0 0 40px;
  display: flex;
}

.footer_element {
  text-align: left;
  justify-content: flex-start;
  align-items: baseline;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 40px;
  display: flex;
}

.footer_element.impressum {
  padding-top: 10px;
}

.footer_element.legalline {
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-right: 40px;
}

.paragraph-2 {
  text-align: left;
  align-self: flex-start;
  width: 60%;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Acumin Rpro, sans-serif;
  font-size: 17px;
  line-height: 21px;
}

.paragraph-2.aboutp {
  width: 80%;
}

.paragraph-3 {
  color: var(--black);
  width: 80%;
  padding-top: 0;
  padding-bottom: 40px;
  font-family: Acumin Rpro, sans-serif;
  font-size: 17px;
  line-height: 21px;
}

.paragraph-3.contact {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.paragraph-3.headerp {
  width: 50%;
}

.paragraph-3.instagram {
  text-align: left;
  align-self: auto;
  width: 100%;
}

.heading-8 {
  color: var(--black);
  align-self: flex-start;
  width: 80%;
  padding-left: 0;
  font-family: Acumin Rpro, sans-serif;
  font-size: 51px;
  line-height: 56px;
}

.div-block-5 {
  width: 50px;
  height: 50px;
}

.vertical {
  clear: none;
  text-align: center;
  mix-blend-mode: normal;
  font-family: Acumin Rpro, sans-serif;
  display: block;
  position: relative;
  top: 0;
  left: 476px;
  rotate: 90deg;
}

.vertical.savetheworld {
  font-family: Acumin Rpro, sans-serif;
  left: -762px;
  rotate: 270deg;
}

.heading-9 {
  width: 100%;
  padding-bottom: 40px;
  padding-left: 20px;
  font-family: Acumin Rpro, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 28px;
}

.heading-10 {
  text-align: left;
  margin-bottom: 40px;
  font-family: Acumin Rpro, sans-serif;
  font-size: 37px;
  line-height: 43px;
}

.heading-10.applyh {
  text-align: right;
}

.project_titles {
  font-family: "Pardon 4 X 4", sans-serif;
  font-size: 53px;
  line-height: 42px;
}

.heading-12, .heading-13, .heading-14, .service_heading_h1, .heading-16 {
  font-family: Acumin Rpro, sans-serif;
}

.body {
  background-color: #f6f5f0;
}

.image-8 {
  width: 30px;
}

.div-block-6 {
  width: 181px;
  position: absolute;
  top: 3375.52px;
  left: 1270px;
}

.heading-17 {
  font-family: "Pardon 4 X 4", sans-serif;
  font-size: 102px;
  font-weight: 400;
}

.bold-text {
  padding-left: 120px;
}

.div-block-7 {
  text-align: left;
}

.link {
  color: var(--black);
  text-transform: none;
  padding-right: 10px;
  font-family: Acumin Rpro, sans-serif;
}

.legalline {
  font-family: Acumin Rpro, sans-serif;
}

.image-9 {
  width: 290px;
  position: fixed;
  top: 63px;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-block-8 {
  z-index: -999;
  width: 50%;
  position: absolute;
  top: 44%;
  bottom: auto;
  left: -11%;
  right: auto;
}

.div-block-9 {
  width: 20%;
  margin-top: -513px;
  margin-left: -213px;
  padding-top: 0;
}

.image-10 {
  margin-left: 653px;
}

.image-11 {
  margin-left: 227px;
}

.text-span {
  text-decoration: underline;
}

.link-2 {
  color: var(--black);
}

.link-2.apply {
  color: var(--color);
}

.link-3 {
  color: var(--black);
}

.link-3.apply {
  color: var(--color);
}

.contact {
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
}

.who_illustration {
  aspect-ratio: auto;
  object-fit: contain;
  width: 45%;
  height: 100%;
}

.div-block-10 {
  width: 300px;
  position: absolute;
  top: 3904px;
  bottom: 0%;
  left: 65%;
  right: 0%;
}

.contact_div_outer {
  box-sizing: content-box;
  aspect-ratio: auto;
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--black);
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  background-clip: border-box;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  display: flex;
  position: static;
}

.inner_div_50 {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-end;
  width: 50%;
  padding-top: 60px;
  padding-bottom: 80px;
  padding-left: 50px;
  display: flex;
}

.inner_div_50.img_full {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.inner_div_50.process_inner_right {
  justify-content: flex-start;
  align-items: center;
  width: 45%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.inner_div_50.process_inner_right.bska_logos {
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 0;
}

.inner_div_50.inner_div_left {
  padding-top: 100px;
  padding-left: 140px;
}

.inner_div_50.inner_div_left.bska_case {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
}

.inner_div_50.inner_div_left.dgms {
  padding-top: 0;
  padding-bottom: 0;
}

.inner_div_50.contact_inner {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 0;
  padding-left: 0;
}

.inner_div_50.contact_inner.img {
  width: 40%;
  margin-left: 140px;
  padding-left: 0;
}

.inner_div_50.header {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 60px;
}

.body-2 {
  background-color: #f6f5f0;
  flex-flow: column;
  align-items: baseline;
  display: flex;
}

.header_text_line {
  width: 120%;
  max-width: none;
  position: relative;
}

.header_img {
  width: 95%;
}

.nav_bar_outer {
  box-sizing: content-box;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--black);
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  background-clip: border-box;
  border-radius: 0;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 90%;
  height: 80px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: flex;
  position: static;
}

.logo_div_outer {
  padding-left: 60px;
}

.logo_nav {
  width: 120px;
}

.nav_element {
  color: var(--black);
  text-transform: uppercase;
  padding-right: 40px;
  font-family: Acumin Rpro, sans-serif;
  text-decoration: none;
}

.button_round_std {
  background-color: var(--black);
  color: #d3d3d3;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 19px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Acumin Rpro, sans-serif;
  font-size: 10px;
}

.mission_div_outer {
  box-sizing: content-box;
  aspect-ratio: 16 / 9;
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--black);
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  background-clip: border-box;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.services_div_outer {
  box-sizing: content-box;
  aspect-ratio: auto;
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--black);
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  background-clip: border-box;
  border-radius: 0;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  display: flex;
  position: static;
}

.services_div_outer.services1 {
  aspect-ratio: auto;
  object-fit: fill;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.process_div_outer {
  width: 100%;
  display: flex;
}

.apply_link {
  color: #000;
  align-self: flex-start;
  padding-left: 0;
  font-family: Acumin Rpro, sans-serif;
  font-size: 37px;
  font-weight: 400;
}

.who_are_you_graphic {
  z-index: -2;
  align-self: auto;
  width: 140%;
  max-width: none;
  position: relative;
}

.who_are_you_graphic.casestudy_bska {
  width: 100%;
  padding-top: 100px;
}

.who_are_you_graphic.casestudy_bska_02 {
  align-self: flex-start;
  width: 40%;
  padding-top: 0;
}

.who_are_you_graphic.baska_case {
  object-fit: contain;
  width: 47%;
  margin-right: 60px;
  padding: 18px 0 0 60px;
}

.who_are_you_graphic.cyrrle {
  width: 142%;
  margin-right: 220px;
  padding-left: 0;
}

.footer_div_outer {
  box-sizing: content-box;
  aspect-ratio: 16 / 9;
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--black);
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  background-clip: border-box;
  border-radius: 0;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  height: 80px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.who_div_inner_60-copy {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 0 0 40px;
  display: flex;
}

.who_div_inner_60-copy.contact {
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.who_div_inner_60-copy.apply {
  color: var(--color);
  padding-left: 0;
}

.mail_img {
  width: 100%;
  padding-top: 30px;
  padding-left: 0;
}

.header_div_outer {
  box-sizing: content-box;
  aspect-ratio: auto;
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--black);
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  background-clip: border-box;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 90%;
  min-height: 900px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.creative_work_outer {
  padding-bottom: 100px;
  display: flex;
}

.creative_work_outer.instagram {
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  padding-bottom: 140px;
  padding-right: 140px;
}

.creative_work_outer.docu {
  padding-top: 60px;
}

.creative_work_outer.bag {
  flex: 0 auto;
  padding-bottom: 0;
}

.creative_illustration {
  aspect-ratio: auto;
  object-fit: contain;
  width: 55%;
  height: 100%;
  margin-right: 80px;
  position: static;
}

.creative_illustration.chairs {
  align-self: auto;
  width: 45%;
  height: 100%;
}

.creative_inner_div {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 0 0 140px;
  display: flex;
}

.creative_inner_div.bska {
  align-self: auto;
  width: 900px;
}

.creative_inner_div.instagram {
  justify-content: center;
  align-items: flex-end;
  width: 70%;
}

.creative_inner_div.aboutbag {
  justify-content: center;
  align-items: flex-start;
}

.projects_outer_div {
  box-sizing: content-box;
  aspect-ratio: auto;
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--black);
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  background-clip: border-box;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-bottom: 0;
  margin-left: 100px;
  margin-right: 100px;
  padding-bottom: 140px;
  display: none;
  position: static;
}

.subheadline_p {
  aspect-ratio: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Acumin Rpro, sans-serif;
  font-size: 9px;
  line-height: 12px;
}

.link-block {
  width: 200px;
  height: 300px;
  position: absolute;
}

.image-12 {
  width: 320px;
  position: static;
}

.div-block-11 {
  aspect-ratio: auto;
  width: 900px;
  position: relative;
  bottom: 140px;
}

.wrapper {
  display: flex;
}

.side_title_01 {
  align-self: center;
  width: 15px;
  margin-left: 10px;
  padding-left: 0;
}

.side_title_02 {
  align-self: center;
  width: 15px;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 0;
}

.wrapper-service {
  flex-flow: wrap;
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: auto;
  display: flex;
}

.text-span-2 {
  color: var(--black);
  text-decoration: underline;
}

.bska {
  width: 800px;
  padding-top: 0;
}

.bska_intro_div_out {
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: 100px;
  display: flex;
}

.bska_illustration {
  z-index: -9;
  aspect-ratio: auto;
  object-fit: contain;
  width: 56%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.case-study {
  color: var(--black);
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Acumin Rpro, sans-serif;
  font-size: 22px;
  line-height: 56px;
  text-decoration: underline;
}

.case-study.rebrand {
  padding-top: 60px;
}

.blank_60 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  height: 50px;
  padding: 0 0 0 40px;
  display: flex;
}

.documentary_img {
  aspect-ratio: auto;
  object-fit: contain;
  width: 31%;
  height: 100%;
  margin-left: 100px;
  margin-right: 0;
  padding-left: 0;
  position: static;
}

.documentary_img.doc_img {
  width: 43%;
}

.creative_illustration-copy {
  aspect-ratio: auto;
  object-fit: contain;
  align-self: center;
  width: 59%;
  height: 68%;
  margin-right: 80px;
  position: static;
}

.rebranding_bska_images {
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.applay_div_outer {
  box-sizing: content-box;
  aspect-ratio: auto;
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--black);
  background-color: var(--black);
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  background-clip: border-box;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.image-13 {
  width: 350px;
  padding-left: 40px;
}

.heading-8-copy {
  color: var(--black);
  align-self: flex-start;
  width: 80%;
  padding-left: 0;
  font-family: Acumin Rpro, sans-serif;
  font-size: 30px;
  line-height: 33px;
}

.image-14 {
  max-width: 110%;
  padding-top: 100px;
}

.about_outer_div {
  box-sizing: content-box;
  aspect-ratio: 16 / 9;
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--black);
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  background-clip: border-box;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  display: flex;
  position: static;
}

.aboutus {
  box-sizing: content-box;
  aspect-ratio: auto;
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--black);
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  background-clip: border-box;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-bottom: 0;
  margin-left: 100px;
  margin-right: 100px;
  padding-bottom: 140px;
  display: block;
  position: static;
}

.teamtext {
  text-align: center;
  width: 50%;
  font-family: Acumin Rpro, sans-serif;
  font-size: 17px;
  line-height: 21px;
}

.text-span-3 {
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.aboutillu {
  aspect-ratio: auto;
  object-fit: contain;
  width: 35%;
  height: 100%;
  padding-left: 100px;
}

.text-span-4 {
  text-indent: 0;
  margin-left: 0;
  padding-left: 0;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  line-height: 23px;
}

.aboutheadline {
  color: var(--black);
  align-self: flex-start;
  width: 80%;
  padding-left: 0;
  font-family: Acumin Rpro, sans-serif;
  font-size: 84px;
  line-height: 85px;
}

.about_div_outer-copy {
  width: 100%;
  display: flex;
}

.wrapper2 {
  display: flex;
}

.image-16 {
  display: none;
}

.utility-page-wrap {
  background-color: var(--color);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.heading-18, .text-block {
  font-family: Acumin Rpro, sans-serif;
}

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

.paragraph-4 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  font-family: Acumin Rpro, sans-serif;
  display: flex;
}

.div-block-12 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.text-block-2 {
  font-size: 15px;
}

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

.services_icons_div_down {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 40px;
}

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

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: rgba(0, 0, 0, 0);
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

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

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

  .menu-button {
    padding: 12px;
  }

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

  .heading.work.teamh {
    margin-bottom: 0;
  }

  .services_icons_div {
    margin-left: auto;
    margin-right: auto;
  }

  .service_box {
    max-width: 200px;
  }

  .service_box.team {
    margin-bottom: 140px;
  }

  .services_text_p {
    padding-left: 0;
    padding-right: 0;
    font-size: 9px;
    line-height: 12px;
  }

  .header_left {
    width: 100%;
  }

  .button.round {
    align-self: flex-start;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 11px;
  }

  .button.round.nav {
    align-self: center;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 9px;
  }

  .who_div_inner_60 {
    padding-left: 0;
  }

  .paragraph-2 {
    width: 100%;
  }

  .paragraph-3 {
    width: 60%;
  }

  .paragraph-3.instagram {
    text-align: left;
    align-self: auto;
    width: 100%;
  }

  .heading-8 {
    font-size: 31px;
    line-height: 32px;
  }

  .heading-9 {
    line-height: 24px;
  }

  .heading-10 {
    font-size: 28px;
    line-height: 32px;
  }

  .heading-10.applyh {
    font-size: 26px;
    line-height: 31px;
  }

  .contact_div_outer {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
  }

  .inner_div_50.process_inner_right.bska_logos {
    justify-content: center;
    align-items: center;
  }

  .inner_div_50.inner_div_left {
    padding-left: 60px;
  }

  .inner_div_50.inner_div_left.dgms._100resposnive {
    width: 100%;
  }

  .inner_div_50.contact_inner.img {
    margin-left: 10px;
  }

  .inner_div_50.header {
    flex-flow: column;
    padding-top: 20px;
  }

  .nav_bar_outer {
    height: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .logo_div_outer {
    padding-top: 5px;
  }

  .logo_nav {
    width: 40px;
  }

  .nav_element {
    padding-right: 10px;
    font-size: 9px;
  }

  .mission_div_outer {
    margin-left: auto;
    margin-right: auto;
  }

  .services_div_outer {
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .services_div_outer.services1 {
    height: auto;
  }

  .process_div_outer.bskaprcess {
    flex-flow: row;
  }

  .who_are_you_graphic.cyrrle {
    margin-right: 0;
  }

  .footer_div_outer {
    margin-left: auto;
    margin-right: auto;
  }

  .header_div_outer {
    min-height: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .creative_work_outer {
    flex-flow: column;
    align-self: flex-start;
  }

  .creative_work_outer.instagram {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    padding-right: 0;
  }

  .creative_work_outer.docu {
    padding-bottom: 100px;
  }

  .creative_work_outer.bag {
    flex-flow: column;
    align-self: center;
  }

  .creative_illustration {
    align-self: center;
    margin-right: 0;
  }

  .creative_illustration.chairs {
    display: none;
  }

  .creative_inner_div {
    padding-left: 60px;
  }

  .creative_inner_div.bska {
    width: 100%;
  }

  .creative_inner_div.aboutbag {
    flex-flow: column;
    padding-top: 100px;
  }

  .wrapper {
    flex-flow: wrap-reverse;
  }

  .side_title_01 {
    margin-left: 5px;
    padding-right: 0;
  }

  .side_title_02 {
    display: none;
  }

  .wrapper-service {
    width: 100%;
  }

  .bska {
    width: 808px;
  }

  .bska_illustration {
    right: -5%;
  }

  .documentary_img.doc_img {
    display: none;
  }

  .creative_illustration-copy {
    z-index: -9;
    width: 100%;
    margin-right: 0;
    position: static;
  }

  .applay_div_outer {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-8-copy {
    font-size: 20px;
    line-height: 25px;
  }

  .image-14 {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .about_outer_div {
    margin-left: auto;
    margin-right: auto;
  }

  .teamtext {
    width: 80%;
    font-size: 13px;
    line-height: 15px;
  }

  .aboutillu {
    width: 45%;
    padding-left: 0;
  }

  .aboutheadline {
    font-size: 44px;
    line-height: 46px;
  }

  .about_div_outer-copy {
    flex-flow: column;
  }

  .wrapper2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .image-16 {
    display: none;
  }

  .services_icons_div_down {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand-three {
    padding-left: 0;
  }

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

  .nav-menu-block {
    flex-direction: column;
  }

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

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

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

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

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

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

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

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

  .heading.work.teamh {
    padding-left: 0;
    padding-right: 50px;
    font-size: 28px;
  }

  .service_box {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button.round {
    padding: 5px 20px;
    font-size: 9px;
  }

  .button.round.pink.applaynow {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 9px;
  }

  .button.round.nav {
    align-self: center;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .link_h2 {
    padding-left: 0;
    font-size: 18px;
  }

  .paragraph-2 {
    padding-top: 0;
    font-size: 12px;
    line-height: 15px;
  }

  .paragraph-3 {
    font-size: 12px;
    line-height: 14px;
  }

  .heading-8 {
    font-size: 21px;
    line-height: 21px;
  }

  .heading-9 {
    padding-left: 0;
    font-size: 18px;
    line-height: 19px;
  }

  .heading-10 {
    margin-top: 10px;
    font-size: 24px;
    line-height: 29px;
  }

  .heading-10.applyh {
    font-size: 21px;
    line-height: 22px;
  }

  .project_titles {
    font-size: 30px;
  }

  .inner_div_50 {
    align-self: center;
  }

  .inner_div_50.contact_inner.img {
    width: 60%;
  }

  .header_text_line {
    width: 150%;
  }

  .logo_div_outer {
    padding-top: 5px;
    padding-right: 5px;
  }

  .logo_nav {
    padding-right: 0;
  }

  .nav_element {
    font-size: 7px;
  }

  .services_div_outer {
    height: auto;
  }

  .apply_link {
    padding-bottom: 15px;
    font-size: 21px;
    line-height: 1px;
  }

  .who_are_you_graphic.casestudy_bska_02 {
    align-self: center;
    width: 60%;
    padding-top: 20px;
  }

  .who_are_you_graphic.baska_case {
    align-self: center;
    width: 70%;
    margin-right: 0;
    padding-left: 0;
  }

  .header_div_outer {
    min-height: 470px;
  }

  .creative_work_outer {
    padding-bottom: 0;
  }

  .side_title_01 {
    padding-left: 5px;
  }

  .bska_intro_div_out {
    margin-left: 20px;
  }

  .bska_illustration {
    height: 400px;
    top: 16%;
  }

  .rebranding_bska_images {
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .applay_div_outer {
    padding-left: 0;
    padding-right: 0;
  }

  .image-13 {
    align-self: center;
    width: 50%;
  }

  .about_outer_div {
    padding-top: 20px;
  }

  .teamtext {
    font-size: 12px;
    line-height: 14px;
  }

  .image-16 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .heading {
    overflow-wrap: normal;
    flex: 0 auto;
    order: 0;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 18px;
    display: block;
  }

  .heading.work.teamh {
    text-align: center;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .services_icons_div {
    flex-flow: column;
    height: 100%;
    padding-top: 0;
    overflow: visible;
  }

  .service_box {
    flex-flow: column;
    height: 100%;
    padding-bottom: 0;
    display: flex;
  }

  .service_box.team {
    width: 100%;
    height: 290px;
    margin-bottom: 0;
    padding-right: 10px;
  }

  .services_icons {
    height: 100px;
    padding-top: 10px;
  }

  .who_we_are_div {
    flex-flow: column;
  }

  .services_text_p {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 15px;
    line-height: 18px;
  }

  .our_work_div {
    flex-flow: column;
    align-self: center;
    margin-left: 0;
    margin-right: 0;
  }

  .button.round {
    text-align: center;
    width: 90%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }

  .button.round.pink {
    align-self: center;
    width: 80%;
    padding-bottom: 10px;
  }

  .button.round.pink.applaynow {
    align-self: center;
    width: 70%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }

  .button.round.pink.process {
    text-align: center;
    align-self: flex-start;
    width: 90%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }

  .button.round.nav {
    align-self: center;
    width: 50%;
  }

  .link_h2 {
    font-size: 11px;
    line-height: 15px;
  }

  .who_div_inner_60 {
    align-self: center;
    padding-top: 20px;
    padding-left: 20px;
  }

  .footer_element.impressum {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    font-size: 9px;
    line-height: 13px;
  }

  .footer_element.legalline {
    order: 0;
    justify-content: flex-end;
    align-items: flex-end;
    display: none;
  }

  .paragraph-2 {
    width: 90%;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 17px;
  }

  .paragraph-2.aboutp {
    text-align: center;
    align-self: center;
  }

  .paragraph-3 {
    width: 90%;
    font-size: 14px;
    line-height: 16px;
  }

  .paragraph-3.headerp {
    text-align: center;
    width: 100%;
  }

  .heading-8 {
    width: 90%;
    font-size: 18px;
    line-height: 19px;
  }

  .heading-9 {
    margin-bottom: 0;
    padding-bottom: 10px;
    font-size: 17px;
    line-height: 17px;
  }

  .heading-10 {
    text-align: center;
    padding-right: 50px;
    font-size: 18px;
    line-height: 21px;
  }

  .heading-10.applyh {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 10px;
    padding-right: 0;
    font-size: 18px;
  }

  .project_titles {
    margin-top: 0;
    font-size: 32px;
  }

  .service_heading_h1 {
    margin-top: 0;
    padding-top: 5px;
    font-size: 29px;
  }

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

  .legalline {
    align-self: flex-end;
    font-size: 6px;
  }

  .who_illustration {
    width: 100%;
    display: block;
  }

  .contact_div_outer {
    flex-flow: column;
  }

  .inner_div_50 {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    padding-top: 10px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .inner_div_50.img_full {
    display: none;
  }

  .inner_div_50.process_inner_right {
    width: 100%;
    display: none;
  }

  .inner_div_50.inner_div_left {
    width: 100%;
    padding-top: 0;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .inner_div_50.inner_div_left.dgms._100resposnive {
    align-self: center;
    padding-left: 0;
  }

  .inner_div_50.contact_inner {
    padding-top: 10px;
  }

  .inner_div_50.contact_inner.img {
    width: 50%;
    padding-top: 0;
  }

  .inner_div_50.header {
    width: 90%;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .header_text_line {
    width: 100%;
    margin-top: -40px;
    padding-top: 0;
  }

  .header_img {
    width: 120%;
    display: none;
  }

  .nav_bar_outer {
    justify-content: space-between;
    align-items: center;
  }

  .logo_div_outer {
    align-self: center;
    padding-top: 0;
    padding-left: 20px;
  }

  .logo_nav {
    width: 60px;
    display: block;
  }

  .nav_list {
    display: none;
  }

  .mission_div_outer {
    aspect-ratio: auto;
  }

  .services_div_outer {
    height: auto;
  }

  .services_div_outer.services1 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .apply_link {
    font-size: 17px;
  }

  .footer_div_outer {
    justify-content: center;
    align-items: center;
    height: 28px;
    margin-bottom: 20px;
  }

  .who_div_inner_60-copy.contact {
    text-align: center;
    align-self: center;
  }

  .mail_img {
    width: 100%;
    max-width: none;
    padding-top: 40px;
  }

  .header_div_outer {
    height: auto;
    min-height: 0;
  }

  .creative_work_outer {
    padding-bottom: 40px;
  }

  .creative_work_outer.instagram {
    padding-bottom: 60px;
  }

  .creative_work_outer.docu {
    padding-top: 10px;
  }

  .creative_illustration {
    width: 100%;
    padding-top: 20px;
    display: block;
  }

  .creative_illustration.chairs {
    width: 100%;
    margin-top: -87px;
    padding-top: 0;
    display: block;
  }

  .creative_inner_div {
    padding-left: 20px;
  }

  .creative_inner_div.instagram {
    width: 100%;
    padding-right: 20px;
  }

  .creative_inner_div.aboutbag {
    padding-top: 10px;
  }

  .side_title_01 {
    align-self: flex-start;
    padding-left: 10px;
    display: none;
  }

  .side_title_02 {
    display: none;
  }

  .wrapper-service {
    flex-flow: wrap;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    height: auto;
    padding-bottom: 40px;
    display: flex;
  }

  .bska {
    width: 815px;
    max-width: 120%;
  }

  .bska_illustration {
    display: none;
  }

  .applay_div_outer {
    flex-flow: column;
  }

  .image-13 {
    width: 300px;
  }

  .image-14 {
    max-width: 100%;
    padding-top: 60px;
  }

  .teamtext {
    width: 100%;
    font-size: 12px;
    line-height: 15px;
  }

  .text-span-3 {
    font-size: 16px;
  }

  .aboutillu {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-span-4 {
    font-size: 10px;
    line-height: 11px;
  }

  .aboutheadline {
    text-align: center;
    align-self: center;
    font-size: 37px;
    line-height: 36px;
  }

  .wrapper2 {
    align-self: center;
  }

  .image-15 {
    display: none;
  }

  .image-16 {
    display: block;
  }

  .services_icons_div_down {
    flex-flow: column;
    height: 100%;
    margin-top: 0;
    padding-top: 0;
    overflow: visible;
  }
}


@font-face {
  font-family: 'Pardon 4 X 4';
  src: url('../fonts/Pardon-4x4.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Acumin Bdpro';
  src: url('../fonts/Acumin-BdPro.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Acumin Rpro';
  src: url('../fonts/Acumin-RPro.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Acumin Itpro';
  src: url('../fonts/Acumin-ItPro.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Acumin Bditpro';
  src: url('../fonts/Acumin-BdItPro.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}