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

.adress-box {
  display: block;
  max-width: 1256px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-bottom: 40px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'GT America', sans-serif;
  color: #9b9b9b;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  text-align: left;
}

.footer-links {
  display: inline-block;
  width: 33%;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: 'GT America', sans-serif;
  color: #9b9b9b;
  font-size: 22px;
  line-height: 44px;
  font-weight: 300;
  text-decoration: none;
}

.footer-links:hover {
  color: #87c823;
}

.footer-need-help-box {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 55%;
  min-height: 184px;
  padding: 64px 64px 64px 0px;
  clear: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 24px 64px 0 rgba(0, 0, 0, .15);
  font-family: 'GT Sectra', Georgia, sans-serif;
  font-size: 40px;
  line-height: 52px;
  text-align: right;
}

.footer-label {
  display: inline-block;
  margin-bottom: 10px;
  font-family: 'Gt america', sans-serif;
  font-size: 22px;
  line-height: 36px;
}

.footer-ext-link {
  display: block;
  width: 100%;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'GT America', sans-serif;
  color: #191919;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  text-decoration: none;
}

.footer-ext-link:hover {
  color: #87c823;
  font-weight: 300;
}

.footer-contact-btn {
  display: inline-block;
  margin-left: 60px;
  padding: 20px 69px;
  float: right;
  background-color: #191919;
  font-family: 'GT America', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
}

.need-our-help-heading {
  display: inline-block;
  float: none;
  text-align: center;
}

.footer-links-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 405px;
  padding-right: 1%;
  padding-left: 2%;
  float: right;
  -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-div {
  display: inline-block;
  width: 33%;
  padding-bottom: 10px;
  float: left;
}

.contact-div-container {
  display: inline-block;
  width: 100%;
  margin-top: 32px;
}

.heading-1 {
  max-width: 50%;
  font-family: 'GT Sectra', Georgia, sans-serif;
  font-size: 60px;
  line-height: 72px;
  font-weight: 500;
}

.heading-1.contact-text {
  max-width: 100%;
  color: #fff;
  font-size: 40px;
  line-height: 52px;
}

.heading-1.heading-full-width {
  max-width: 100%;
}

.page-top-section {
  display: block;
  max-width: 1236px;
  margin-right: auto;
  margin-left: auto;
}

.case-img {
  position: static;
  display: block;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
}

.case-img:hover {
  box-shadow: 0 24px 64px 0 rgba(0, 0, 0, .15);
}

.case-text {
  display: block;
}

.case-display-client-text {
  position: relative;
  left: 0px;
  bottom: 0px;
  display: block;
  float: left;
  font-family: 'GT America', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
}

.case-display-type-text {
  position: relative;
  right: 0px;
  bottom: 0px;
  float: right;
  font-family: 'GT America', sans-serif;
  color: hsla(0, 0%, 100%, .5);
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
}

.nav-close-btn {
  position: static;
  top: 41%;
  display: block;
  width: 64px;
  height: 64px;
  padding-top: 25px;
  float: right;
  -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;
  cursor: pointer;
}

.nav-logo-link {
  position: static;
  top: 33%;
  display: block;
  width: 64px;
  height: 64px;
  padding-top: 20px;
  float: left;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: left;
}

.nav-logo-link.w--current {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.nav-links-row {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.nav-main-links-text {
  display: block;
  font-family: 'GT Sectra', Georgia, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 66px;
  font-weight: 500;
  text-decoration: none;
}

.nav-main-links-text.link-work {
  position: static;
}

.nav-sec-headline {
  display: inline-block;
  margin-bottom: 24px;
  font-family: 'GT America', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
}

.nav-main-sec-links-text {
  display: block;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: 'GT America', sans-serif;
  color: #5a595a;
  font-size: 24px;
  line-height: 48px;
  font-weight: 300;
  text-decoration: none;
}

.nav-main-sec-links-text:hover {
  color: #a7a6a6;
}

.start-project-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  margin-top: 5%;
  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;
  color: #fff;
}

.contact-line {
  display: block;
  width: 100%;
  height: 100%;
  margin-left: 62px;
  float: right;
  background-image: url('../images/Line.png');
  background-position: 50% 50%;
  background-size: 348px;
  background-repeat: repeat-x;
}

.nav-links-div {
  display: inline-block;
  width: 50%;
  height: 100%;
  float: left;
  clear: none;
}

.nav-links-column {
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.start-project-txt {
  position: static;
  display: block;
  overflow: visible;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'GT Sectra', Georgia, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 66px;
  font-weight: 500;
  text-decoration: none;
}

.client-div {
  position: relative;
  display: block;
  max-width: 1256px;
  margin-right: auto;
  margin-left: auto;
}

.client-logo-linkbox {
  display: inline-block;
  width: 33%;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 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;
}

.client-black-box {
  position: absolute;
  right: 0px;
  bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding: 65px 64px 64px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url('../images/BG-pattern.png'), -webkit-linear-gradient(270deg, #191919, #191919);
  background-image: url('../images/BG-pattern.png'), linear-gradient(180deg, #191919, #191919);
  background-position: 50% 50%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
  box-shadow: 0 24px 64px 0 rgba(0, 0, 0, .15);
}

.client-logos {
  display: inline-block;
  width: 70%;
  padding-top: 30px;
  float: none;
}

.blackbox-heading {
  font-family: 'GT Sectra', Georgia, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  font-weight: 500;
}

.blackbox-paragraph {
  margin-top: 0px;
  margin-bottom: auto;
  font-family: 'GT America', sans-serif;
  color: #9b9b9b;
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
}

.client-logo {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.client-logo-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -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;
}

.services-pic-b {
  position: static;
  right: 104px;
  bottom: 96px;
  z-index: 2;
  margin-top: 260px;
  margin-right: 104px;
  margin-left: 0px;
  float: right;
  box-shadow: 0 24px 64px 0 rgba(0, 0, 0, .15);
}

.heading-5 {
  max-width: 50%;
  font-family: 'GT America', sans-serif;
  color: #9b9b9b;
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
}

.heading-5.heading-full-with {
  max-width: 100%;
}

.heading-5.heading-full-with.jobs-text {
  margin-bottom: 50px;
  line-height: 44px;
}

.heading-5.heading-left-align {
  float: left;
}

.heading-5.heading-left-align.humble-work {
  margin-top: 0px;
}

.at-your-service-container {
  display: block;
  height: 632px;
  max-width: 1236px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/_MG_8694a-kopi.jpg');
  background-position: 0px 100%;
  background-size: 674px;
  background-repeat: no-repeat;
}

.services-blackbox {
  width: 696px;
  margin-bottom: 32px;
  padding: 64px;
  float: right;
  background-image: url('../images/BG-pattern-service.png');
  background-position: 50% 50%;
  background-size: 696px;
  box-shadow: 0 24px 64px 0 rgba(0, 0, 0, .15);
}

.blackbox-column {
  padding-top: 47px;
  padding-right: 0px;
  padding-left: 0px;
}

.services-home-link {
  float: right;
  clear: right;
  border-bottom: 2px solid #fff;
  -webkit-transition: border 300ms cubic-bezier(.455, .03, .515, .955);
  transition: border 300ms cubic-bezier(.455, .03, .515, .955);
  font-family: 'GT America', sans-serif;
  color: #87c823;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

.services-home-link:hover {
  border-bottom: 2px solid #87c823;
  text-decoration: none;
}

.services-home-link:active {
  border-bottom-style: none;
}

.heading-2 {
  font-family: 'GT Sectra', Georgia, sans-serif;
  color: #191919;
  font-size: 40px;
  line-height: 52px;
  font-weight: 500;
}

.mission-section {
  height: 536px;
  margin-top: 300px;
  margin-bottom: 192px;
}

.mission-pic-1 {
  width: 15%;
  height: 100%;
  margin-right: 1%;
  float: left;
  background-image: url('../images/_MG_8507a.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mission-text-container {
  position: static;
  display: block;
  width: 44%;
  padding: 100px 6%;
  float: right;
}

.mission-pic-2 {
  width: 20%;
  height: 100%;
  float: left;
  background-image: url('../images/_MG_8544a.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.mission-pic-3 {
  width: 20%;
  height: 100%;
  float: right;
  background-image: url('../images/_MG_8800a.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.page-section-services {
  display: block;
  max-width: 1236px;
  margin-top: 136px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/IMG_0061a-kopi2.jpg');
  background-position: 50% 0px;
  background-repeat: no-repeat;
}

.process-section {
  display: block;
  max-width: 1236px;
  min-height: 810px;
  margin-top: 300px;
  margin-right: auto;
  margin-left: auto;
}

.process-model-div {
  width: 60%;
  height: 810px;
  float: left;
  background-image: url('../images/Mix.png');
  background-position: 50% 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.process-txt-div {
  width: 30%;
  margin-left: 10%;
  padding-top: 20px;
  float: right;
  clear: none;
}

.innovation-div {
  display: block;
  max-width: 1236px;
  margin-right: auto;
  margin-left: auto;
}

.product-innovation-blackbox {
  margin-bottom: 105px;
  padding: 64px;
  float: right;
  background-image: url('../images/BG-pattern.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 24px 64px 0 rgba(0, 0, 0, .15);
}

.product-innovation-text-div {
  max-width: 50%;
  margin-bottom: 30px;
  float: left;
}

.brand-innovation-blackbox {
  margin-bottom: 184px;
  padding: 64px;
  float: left;
  background-image: url('../images/BG-pattern.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 24px 64px 0 rgba(0, 0, 0, .15);
}

.brand-innovation-text-div {
  width: 50%;
  margin-bottom: 30px;
  float: right;
}

.page-section-about {
  display: block;
  max-width: 1236px;
  margin-top: 136px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/IMG_0077a-kopi.jpg');
  background-position: 50% 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.about-pic-b {
  margin-top: 260px;
  margin-left: 104px;
  box-shadow: 0 24px 64px 0 rgba(0, 0, 0, .15);
}

.manifesto-photo-left {
  display: inline-block;
  width: 25%;
  min-height: 500px;
  margin-right: 5%;
  float: left;
  background-image: url('../images/_MG_8414a.jpg');
  background-position: 50% 50%;
  background-size: 674px;
  background-repeat: no-repeat;
}

.manifesto-photo-right {
  display: block;
  width: 20%;
  min-height: 640px;
  float: right;
  background-image: url('../images/_MG_8455a.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.manifesto-text-div {
  display: inline-block;
  width: 45%;
  margin-top: 2%;
  margin-right: 5%;
  float: left;
}

.team-heading-div {
  display: block;
  max-width: 1236px;
  margin-right: auto;
  margin-left: auto;
}

.teammember {
  display: inline-block;
  width: 25%;
  float: left;
}

.teammember-img-center-div {
  margin-top: 64px;
  float: none;
  background-image: url('../images/teammember-bg.png');
  background-position: 0px 0px;
  background-size: 84px;
  text-align: center;
}

.teammember-name {
  margin-top: 24px;
  font-family: 'GT America', sans-serif;
  color: #191919;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
}

.teammember-possision {
  margin-top: 8px;
  font-family: 'GT America', sans-serif;
  color: #5a595a;
  font-size: 16px;
  line-height: 19px;
  font-weight: 300;
  text-align: center;
}

.job-section {
  height: 452px;
  margin-top: 192px;
  margin-bottom: 192px;
}

.job-txt-div {
  display: block;
  max-width: 35%;
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.txt-link {
  position: static;
  display: inline-block;
  border-bottom: 2px solid #fff;
  -webkit-transition: border 300ms cubic-bezier(.455, .03, .515, .955);
  transition: border 300ms cubic-bezier(.455, .03, .515, .955);
  font-family: 'GT America', sans-serif;
  color: #87c823;
  font-size: 24px;
  line-height: 40px;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
}

.txt-link:hover {
  border-bottom: 2px solid #87c823;
  text-decoration: none;
}

.txt-link:active {
  border-bottom-style: none;
}

.txt-link.w--current {
  color: #87c823;
  text-decoration: none;
}

.heading-4 {
  margin-top: 48px;
  font-family: 'GT America', sans-serif;
  color: #191919;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
}

.heading-4.manifesto-style {
  margin-top: 32px;
}

.job-photo-left {
  display: block;
  width: 25%;
  height: 100%;
  margin-right: 5%;
  float: left;
  background-image: url('../images/_MG_8488a.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.job-photo-right {
  display: block;
  width: 25%;
  height: 100%;
  margin-left: 10%;
  float: right;
  background-image: url('../images/_MG_8402a.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-section {
  margin-bottom: 192px;
  padding-right: 64px;
  padding-left: 64px;
}

.page-section.hero-home {
  display: block;
  width: 100%;
  height: 100vh;
  padding-top: 64px;
  padding-right: 64px;
  padding-bottom: 64px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-section.hero-services {
  margin-top: 150px;
}

.page-section.hero-about {
  margin-top: 150px;
  margin-bottom: 100px;
}

.page-section.product-innovation-services {
  background-image: url('../images/_MG_8937a.jpg');
  background-position: 100% 50%;
  background-size: 45%;
  background-repeat: no-repeat;
}

.page-section.brand-innovation-services {
  background-image: url('../images/_MG_8375a.jpg');
  background-position: 0px 100%;
  background-size: 35%;
  background-repeat: no-repeat;
}

.page-section.manifesto {
  padding-right: 0px;
  padding-left: 0px;
}

.page-section.work-hero {
  margin-top: 176px;
  margin-bottom: 50px;
}

.page-section.cases-section {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.page-section.section-full-width {
  display: inline-block;
  padding-right: 0px;
  padding-left: 0px;
}

.contact-bg {
  display: block;
  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;
  background-image: -webkit-linear-gradient(270deg, #191919, #191919);
  background-image: linear-gradient(180deg, #191919, #191919);
}

.contact-wrapper {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 64px;
  padding-left: 64px;
  -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;
}

.contact-form-wrapper {
  display: block;
  max-width: 1236px;
  margin-top: 5%;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.contact-input-field {
  display: inline-block;
  width: 40%;
  height: 57px;
  margin-right: 10%;
  margin-bottom: 40px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 0px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: hsla(0, 0%, 100%, .5);
  background-color: transparent;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  font-family: 'GT America', sans-serif;
  color: #5a595a;
  font-size: 24px;
  line-height: 48px;
  font-weight: 300;
}

.contact-input-field:hover {
  border-bottom-color: #fff;
}

.contact-input-field:focus {
  border-bottom-color: #fff;
  color: #fff;
}

.contact-input-field::-webkit-input-placeholder {
  color: #5a595a;
}

.contact-input-field:-ms-input-placeholder {
  color: #5a595a;
}

.contact-input-field::placeholder {
  color: #5a595a;
}

.contact-submit-btn {
  margin-top: 5%;
  padding: 12px 64px 15px;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
  font-family: 'GT America', sans-serif;
  color: #191919;
  font-size: 24px;
  line-height: 29px;
  font-weight: 300;
}

.contact-info-div {
  display: block;
  width: 25%;
  margin-top: 20px;
  padding-left: 68px;
  float: right;
  clear: none;
}

.contact-info-heading {
  display: block;
  margin-bottom: 32px;
  font-family: 'GT America', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
}

.form {
  display: inline-block;
  float: left;
}

.contact-txt-links {
  display: block;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'GT America', sans-serif;
  color: #5a595a;
  font-size: 24px;
  line-height: 48px;
  font-weight: 300;
  text-decoration: none;
}

.contact-txt-links:hover {
  color: #9b9b9b;
}

.form-block {
  width: 75%;
  float: left;
}

.footer-photo-div {
  display: block;
  width: 27%;
  height: 405px;
  float: left;
  background-image: url('../images/IMG_0010a.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-sec-pic {
  display: inline-block;
  width: 19%;
  height: 405px;
  margin-left: 2%;
  float: none;
  background-image: url('../images/_alfa1a.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.wrapper-footer-links {
  width: 100%;
}

.hero-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  height: 100%;
  padding-right: 0%;
  padding-left: 0%;
  float: left;
  -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-photo {
  overflow: visible;
  width: 45%;
  height: 100%;
  float: right;
}

.arrow-down {
  position: absolute;
  top: 66%;
}

.background-video {
  height: 100%;
}

.logo-black {
  position: static;
}

.logo-white {
  position: static;
  display: none;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  height: 64px;
  padding-right: 64px;
  padding-left: 64px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
}

.burger-icon {
  display: block;
  float: right;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.close-icon {
  display: none;
  float: right;
}

.nav-btn {
  position: static;
  top: 41%;
  display: block;
  width: 64px;
  height: 64px;
  padding: 25px 0px 0px;
  float: right;
  -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;
}

.nav-btn.w--open {
  display: block;
  background-color: transparent;
}

.logo-link {
  position: static;
  top: 33%;
  display: block;
  height: 64px;
  padding-top: 20px;
}

.nav-menu {
  display: block;
  height: 100vh;
  padding-top: 5%;
  padding-right: 64px;
  padding-left: 64px;
  -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;
  background-color: #191919;
  text-align: left;
}

.nav-top-container-copy {
  display: block;
  width: 100%;
  height: 64px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 64px;
  padding-left: 64px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.team-heading-wrapper {
  width: 100%;
  padding-right: 64px;
  padding-left: 64px;
}

.work-hero-txt-wrapper {
  display: block;
  max-width: 1236px;
  margin-right: auto;
  margin-left: auto;
}

.case-display-container {
  display: inline-block;
  width: 50%;
  float: left;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: 'GT America', sans-serif;
  color: #191919;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
}

.case-display-container:hover {
  color: #87c823;
}

.case-image-container-left {
  display: inline-block;
  padding-right: 5%;
  line-height: 36px;
}

.case-meta-wrapper {
  position: relative;
  bottom: 60px;
  padding-right: 4%;
  padding-left: 4%;
}

.case-image-container-right {
  display: inline-block;
  padding-left: 5%;
  float: right;
}

.master-cases-display-container {
  display: block;
  max-width: 1236px;
  margin-right: auto;
  margin-left: auto;
}

.case-display-wrapper {
  margin-bottom: 100px;
}

.humble-work-container {
  margin-bottom: 28px;
}

.div-block {
  display: block;
  max-width: 1236px;
  margin-right: auto;
  margin-left: auto;
}

.wrapper-case-img {
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}

.wrapper-case-img:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.list-item {
  display: block;
  height: 43px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-content-wrapper {
  display: block;
  max-width: 1236px;
  margin-right: auto;
  margin-left: auto;
}

.case-hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 670px;
  margin-top: 62px;
  padding: 6%;
  -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;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .4), transparent), url('../images/example-bg.png');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .4), transparent), url('../images/example-bg.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.case-hero-section.rf-hero {
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .4), transparent), url('../images/hero-rf.png');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .4), transparent), url('../images/hero-rf.png');
  background-size: auto, cover;
}

.case-hero-section.foodsceene-hero {
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .4), transparent), url('../images/hero.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .4), transparent), url('../images/hero.jpg');
}

.case-hero-section.mpp-hero {
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .4), transparent), url('../images/MPP-Hero.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .4), transparent), url('../images/MPP-Hero.jpg');
  background-size: auto, cover;
}

.case-hero-section.kd-hero {
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .4), transparent), url('../images/k-hero-01.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .4), transparent), url('../images/k-hero-01.jpg');
}

.case-hero-section.bps-hero {
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .4), transparent), url('../images/bphero-02.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .4), transparent), url('../images/bphero-02.jpg');
}

.case-hero-section.nh-hero {
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .4), transparent), url('../images/heroimage_01.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .4), transparent), url('../images/heroimage_01.jpg');
}

.case-heading-1 {
  max-width: 904px;
  margin-top: 0px;
  margin-bottom: 32px;
  font-family: 'GT Sectra', Georgia, sans-serif;
  color: #fff;
  font-size: 56px;
  line-height: 64px;
}

.case-heading-5 {
  max-width: 802px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'GT America', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
}

.case-meta-section {
  padding-right: 6%;
  padding-left: 6%;
}

.case-meta-container {
  display: block;
  height: 100%;
  max-width: 1236px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.case-metadata-info-container {
  display: inline-block;
  width: 32%;
  height: 100%;
  padding-top: 32px;
  float: left;
  -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;
}

.case-meta-titles {
  margin-bottom: 11px;
  font-family: 'GT America', sans-serif;
  color: rgba(25, 25, 25, .3);
  line-height: 17px;
  font-weight: 500;
}

.case-meta-text {
  max-width: 90%;
  font-family: 'GT America', sans-serif;
  color: #191919;
  font-size: 20px;
  line-height: 32px;
}

.case-section {
  margin-top: 4%;
  margin-bottom: 4%;
  padding: 4% 64px;
}

.case-section.photo-collage-section {
  padding-right: 0px;
  padding-left: 0px;
}

.case-section.case-imag-full-width {
  height: 701px;
  padding-top: 5%;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/example-bg.png'), -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .01), #f5f5f5 50%, transparent 0);
  background-image: url('../images/example-bg.png'), linear-gradient(180deg, hsla(0, 0%, 100%, .01), #f5f5f5 50%, transparent 0);
  background-position: 50% 50%, 0px 0px;
  background-size: 125px, auto;
  background-repeat: no-repeat, repeat;
  text-align: center;
}

.case-section.case-imag-full-width.img-full-width-rf {
  background-image: url('../images/rf-06.png'), -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .01), #f5f5f5 50%, transparent 0);
  background-image: url('../images/rf-06.png'), linear-gradient(180deg, hsla(0, 0%, 100%, .01), #f5f5f5 50%, transparent 0);
  background-size: 1270px, auto;
}

.case-section.case-imag-full-width.img-full-width-fs {
  background-image: url('../images/slides_01.png'), -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .01), #f5f5f5 50%, transparent 0);
  background-image: url('../images/slides_01.png'), linear-gradient(180deg, hsla(0, 0%, 100%, .01), #f5f5f5 50%, transparent 0);
  background-size: 1270px, auto;
}

.case-section.rf-bg-pic-explore {
  background-image: url('../images/Justice-6.png');
  background-position: 100% 0px;
  background-size: 42%;
  background-repeat: no-repeat;
}

.case-section.fs-bg-pic-hotplace {
  background-image: url('../images/173097_WarPigs.jpg');
  background-position: 100% 0px;
  background-size: 40%;
  background-repeat: no-repeat;
}

.case-section.img-row-component {
  padding-right: 0px;
  padding-left: 0px;
}

.case-section.bps-bg-pic-explore {
  background-image: url('../images/bp-02b.jpg');
  background-position: 100% 0px;
  background-size: 45%;
  background-repeat: no-repeat;
}

.case-section.nh-bg-pic-section {
  background-image: url('../images/nh-02b.jpg');
  background-position: 100% 0px;
  background-size: 45%;
  background-repeat: no-repeat;
}

.case-section.slider {
  background-image: url('../images/example-bg.png'), url('../images/example-bg.png'), -webkit-linear-gradient(270deg, #fff, #ebebeb 50%, #fff 0);
  background-image: url('../images/example-bg.png'), url('../images/example-bg.png'), linear-gradient(180deg, #fff, #ebebeb 50%, #fff 0);
  background-position: 100% 50%, 0px 50%, 0px 0px;
  background-size: 20%, 20%, auto;
  background-repeat: no-repeat, no-repeat, repeat;
  text-align: center;
}

.case-section.slider.nh-slider {
  background-image: url('../images/nh-05c.png'), url('../images/nh-02a.png'), -webkit-linear-gradient(270deg, #fff, #ebebeb 50%, #fff 0);
  background-image: url('../images/nh-05c.png'), url('../images/nh-02a.png'), linear-gradient(180deg, #fff, #ebebeb 50%, #fff 0);
  background-size: 538px, 554px, auto;
}

.case-section.slider.bp-slider {
  background-image: url('../images/bp-05c.png'), url('../images/bp-05b.png'), -webkit-linear-gradient(270deg, #fff, #ebebeb 50%, #fff 0);
  background-image: url('../images/bp-05c.png'), url('../images/bp-05b.png'), linear-gradient(180deg, #fff, #ebebeb 50%, #fff 0);
  background-size: 555px, 555px, auto;
}

.case-section.slider.kd-slider {
  background-image: url('../images/k-05b.png'), url('../images/k-05c.png'), -webkit-linear-gradient(270deg, #fff, #ebebeb 50%, #fff 0);
  background-image: url('../images/k-05b.png'), url('../images/k-05c.png'), linear-gradient(180deg, #fff, #ebebeb 50%, #fff 0);
  background-size: 554px, 554px, auto;
}

.case-section.slider.mp-slider {
  background-image: url('../images/mp-ribbon-07.png'), url('../images/mp-ribbon-03.png'), -webkit-linear-gradient(270deg, #fff, #ebebeb 50%, #fff 0);
  background-image: url('../images/mp-ribbon-07.png'), url('../images/mp-ribbon-03.png'), linear-gradient(180deg, #fff, #ebebeb 50%, #fff 0);
  background-size: 384px, 384px, auto;
}

.case-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1440px;
  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;
}

.case-standart-content-div {
  display: inline-block;
  width: 40%;
  margin-top: 3%;
  margin-bottom: 3%;
  padding-right: 40px;
  padding-left: 40px;
  float: left;
  text-align: left;
}

.case-standart-content-div.case-content-image {
  display: block;
  width: 60%;
  padding-right: 0px;
  padding-left: 0px;
  -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 24px 64px 0 rgba(0, 0, 0, .15);
  text-align: center;
}

.case-standart-content-div.case-content-image.case-img-no-shadow {
  box-shadow: none;
}

.case-standart-content-div.case-content-image-mobile {
  display: block;
  width: 60%;
  -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;
}

.case-heading-2 {
  margin-top: 6%;
  margin-bottom: 22px;
  font-family: 'GT Sectra', Georgia, sans-serif;
  color: #191919;
  font-size: 40px;
  line-height: 52px;
  font-weight: 500;
}

.case-paragraph {
  font-family: 'GT America', sans-serif;
  color: #9b9b9b;
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
}

.case-photo-collage {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.case-collage-pic-1 {
  display: block;
  width: 35%;
  height: 320px;
  float: left;
  -webkit-flex-basis: 33%;
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
  border-right: 10px solid #fff;
  border-bottom: 10px solid #fff;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.case-collage-pic-1.rf-pic-1 {
  background-image: url('../images/rf-pic-collage01.png');
}

.case-collage-pic-1.fs-pic-1 {
  background-image: url('../images/01.jpg');
}

.case-collage-pic-1.nh-pic-1 {
  background-image: url('../images/nh-04a.jpg');
}

.case-collage-pic-1.bp-pic-1 {
  background-image: url('../images/bp-collage-01.jpg');
}

.case-collage-pic-3 {
  display: block;
  width: 60%;
  height: 320px;
  float: left;
  clear: none;
  -webkit-flex-basis: 58%;
  -ms-flex-preferred-size: 58%;
  flex-basis: 58%;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.case-collage-pic-3.rf-pic-3 {
  background-image: url('../images/rf-pic-collage03.png');
  background-position: 50% 0px;
}

.case-collage-pic-3.fs-pic-3 {
  background-image: url('../images/04.jpg');
  background-position: 50% 0px;
}

.case-collage-pic-3.nh-pic-3 {
  background-image: url('../images/nh-04c.jpg');
  background-position: 50% 50%;
}

.case-collage-pic-3.bp-pic-3 {
  background-image: url('../images/bp-collage-03.jpg');
}

.case-collage-pic-2 {
  display: block;
  width: 25%;
  height: 320px;
  float: left;
  -webkit-flex-basis: 23%;
  -ms-flex-preferred-size: 23%;
  flex-basis: 23%;
  border-bottom: 10px solid #fff;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.case-collage-pic-2.rf-pic-2 {
  background-image: url('../images/rf-pic-collage02.png');
  background-position: 100% 50%;
}

.case-collage-pic-2.fs-pic-2 {
  background-image: url('../images/02.jpg');
}

.case-collage-pic-2.nh-pic-2 {
  background-image: url('../images/nh-04b.jpg');
}

.case-collage-pic-2.bp-pic-2 {
  background-image: url('../images/bp-collage-02.jpg');
}

.case-collage-pic-4 {
  display: block;
  width: 40%;
  height: 640px;
  float: right;
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  border-left: 10px solid #fff;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.case-collage-pic-4.rf-pic-4 {
  background-image: url('../images/rf-pic-collage04.png');
  background-position: 50% 100%;
}

.case-collage-pic-4.fs-pic-4 {
  background-image: url('../images/03.jpg');
  background-position: 50% 0px;
}

.case-collage-pic-4.nh-pic-4 {
  background-image: url('../images/nh-04d.jpg');
}

.case-collage-pic-4.bp-pic-4 {
  background-image: url('../images/bp-collage-04.jpg');
}

.next-case-div {
  display: block;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding: 2%;
  background-image: -webkit-linear-gradient(270deg, #4500da, #4500da);
  background-image: linear-gradient(180deg, #4500da, #4500da);
  box-shadow: 0 24px 64px 0 rgba(0, 0, 0, .15);
  text-decoration: none;
}

.next-case-div.next-case-rf {
  background-image: -webkit-linear-gradient(270deg, #ff5968, #ff5968);
  background-image: linear-gradient(180deg, #ff5968, #ff5968);
}

.next-case-div.next-case-fs {
  background-image: -webkit-linear-gradient(270deg, #01d29e, #01d29e);
  background-image: linear-gradient(180deg, #01d29e, #01d29e);
}

.next-case-div.next-case-mp {
  background-image: -webkit-linear-gradient(270deg, #005394, #005394);
  background-image: linear-gradient(180deg, #005394, #005394);
}

.next-case-div.next-case-nh {
  background-image: -webkit-linear-gradient(270deg, #101a4c, #101a4c);
  background-image: linear-gradient(180deg, #101a4c, #101a4c);
}

.next-case-div.next-case-bp {
  background-image: -webkit-linear-gradient(270deg, #ed7203, #ed7203);
  background-image: linear-gradient(180deg, #ed7203, #ed7203);
}

.next-case-div.next-case-kd {
  background-image: -webkit-linear-gradient(270deg, #000f41, #000f41);
  background-image: linear-gradient(180deg, #000f41, #000f41);
}

.next-case-heading-5 {
  margin-bottom: 8px;
  font-family: 'GT America', sans-serif;
  color: hsla(0, 0%, 100%, .5);
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
}

.next-case-heading-2 {
  margin-top: 0px;
  font-family: 'GT Sectra', Georgia, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 52px;
  font-weight: 500;
}

.case-link-out {
  margin-top: 4px;
  margin-right: 8px;
  margin-bottom: 4px;
}

.stats-container {
  width: 100%;
  margin-top: 8%;
}

.stats-wrapper {
  width: 33%;
  float: left;
}

.stats-header-txt {
  font-family: 'GT America', sans-serif;
  font-size: 48px;
  line-height: 56px;
}

.stats-sub-txt {
  font-family: 'GT America', sans-serif;
  color: #9b9b9b;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
}

.teammember-email-contact {
  display: block;
  margin-top: 8px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'GT America', sans-serif;
  color: #b9b8b8;
  font-size: 14px;
  line-height: 19px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.teammember-email-contact:hover {
  color: #87c823;
}

.image {
  float: right;
}

.case-photo-full-width {
  min-height: 482px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.case-standart-content-wrapper {
  display: block;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding-right: 64px;
  padding-left: 64px;
  -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;
}

.utility-page-content {
  display: block;
  max-width: 1236px;
  -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-align: left;
}

.link-wrapper {
  margin-top: 48px;
}

._404-links {
  display: inline-block;
  margin-right: 28px;
  font-family: 'GT America', sans-serif;
  color: #87c823;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  text-decoration: none;
}

.ghost-div {
  -webkit-perspective: 1px;
  perspective: 1px;
}

.ghost-div-2 {
  -webkit-perspective: 1px;
  perspective: 1px;
}

.link-block {
  display: block;
  max-width: 1236px;
  margin-right: auto;
  margin-left: auto;
}

.utility-page-form {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.scroll-div {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 4px;
  background-image: -webkit-linear-gradient(270deg, #191919, #191919);
  background-image: linear-gradient(180deg, #191919, #191919);
}

.case-img-shadow {
  box-shadow: 0 24px 64px 0 rgba(0, 0, 0, .15);
}

.slider-desktop {
  display: block;
  width: 100%;
  height: 100%;
}

.slider-browser-header {
  width: 100%;
  padding-bottom: 8px;
  padding-left: 16px;
  background-color: #fff;
  text-align: left;
}

.browser-controles {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 8px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 96%, .96), hsla(0, 0%, 96%, .96));
  background-image: linear-gradient(180deg, hsla(0, 0%, 96%, .96), hsla(0, 0%, 96%, .96));
}

.desktop-slider-wrapper {
  position: relative;
  display: inline-block;
  max-width: 1236px;
  margin: 4% auto;
  border: 10px solid #fff;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
  box-shadow: 0 24px 64px 0 rgba(0, 0, 0, .15);
}

.slider-img {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.slide-nav {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -58px;
}

.mobil-slider-wrapper {
  display: inline-block;
  max-width: 1236px;
  margin: 4% auto;
  border: 10px solid #fff;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
  box-shadow: 0 24px 64px 0 rgba(0, 0, 0, .15);
}

.case-browser-bar {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background-color: #fff;
  text-align: left;
}

.mobile-pic-container {
  position: relative;
  display: inline-block;
  padding: 40px 10px;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 28px 64px 0 rgba(0, 0, 0, .15), inset 0 0 8px 4px rgba(0, 0, 0, .1);
}

.mobile-pic-container.mobile-black {
  background-color: #383838;
}

.app-icon {
  position: absolute;
  right: -28px;
  bottom: -28px;
  z-index: 1;
  border-radius: 16px;
  box-shadow: 0 24px 64px 0 rgba(0, 0, 0, .15);
}

.case-img-row {
  display: inline-block;
  margin: 2%;
  box-shadow: 0 24px 64px 0 rgba(0, 0, 0, .15);
}

.case-img-row-container {
  display: block;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

@media (max-width: 991px) {
  .adress-box {
    padding-left: 5%;
  }
  .footer-need-help-box {
    top: 101px;
    max-width: 95%;
  }
  .footer-links-container {
    display: block;
    width: 100%;
    min-height: auto;
    padding-top: 3%;
    padding-bottom: 3%;
  }
  .heading-1 {
    max-width: 100%;
  }
  .start-project-div {
    display: none;
  }
  .client-black-box {
    position: static;
    width: 50%;
  }
  .client-logos {
    width: 100%;
  }
  .services-pic-b {
    margin-top: 126px;
  }
  .heading-5 {
    max-width: 100%;
  }
  .at-your-service-container {
    background-position: 0px 50%;
  }
  .services-home-link {
    margin-bottom: 100px;
  }
  .mission-section {
    height: 476px;
  }
  .mission-pic-1 {
    display: none;
  }
  .mission-text-container {
    width: 60%;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .mission-pic-2 {
    display: none;
    overflow: visible;
  }
  .mission-pic-3 {
    width: 30%;
  }
  .page-section-services {
    margin-top: 96px;
  }
  .process-section {
    margin-top: 150px;
  }
  .process-model-div {
    width: 100%;
    height: 680px;
    float: right;
    background-position: 50% 0px;
  }
  .process-txt-div {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 0px;
  }
  .product-innovation-blackbox {
    margin-bottom: 118px;
  }
  .product-innovation-text-div {
    max-width: 100%;
  }
  .brand-innovation-blackbox {
    margin-bottom: 118px;
  }
  .brand-innovation-text-div {
    width: 100%;
    max-width: 100%;
  }
  .page-section-about {
    margin-top: 96px;
  }
  .about-pic-b {
    margin-top: 116px;
  }
  .manifesto-photo-left {
    display: none;
  }
  .manifesto-text-div {
    width: 70%;
  }
  .team-heading-div {
    margin-right: 10px;
    margin-left: 10px;
  }
  .teammember-name {
    font-size: 16px;
    line-height: 26px;
  }
  .teammember-possision {
    font-size: 14px;
    line-height: 24px;
  }
  .job-section {
    height: 482px;
    margin-top: 150px;
  }
  .job-txt-div {
    max-width: 89%;
  }
  .job-photo-left {
    display: none;
  }
  .page-section {
    margin-bottom: 156px;
    padding-right: 32px;
    padding-left: 32px;
  }
  .page-section.hero-home {
    padding-right: 32px;
    padding-bottom: 32px;
  }
  .page-section.product-innovation-services {
    background-position: 100% 100%;
    background-size: 95%;
  }
  .page-section.brand-innovation-services {
    background-size: 85%;
  }
  .page-section.manifesto {
    padding-left: 32px;
  }
  .page-section.client-list {
    padding-right: 16px;
    padding-left: 16px;
  }
  .page-section.at-your-service {
    padding-right: 16px;
    padding-left: 16px;
  }
  .contact-info-div {
    width: 100%;
    padding-left: 0px;
  }
  .form-block {
    width: 100%;
  }
  .footer-photo-div {
    width: 79%;
  }
  .hero-text {
    width: 100%;
    height: 50%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .hero-photo {
    width: 100%;
    height: 50%;
    background-image: url('../images/cool-trendy-and-hipster-office-that-makes-you-feel-good-and-welcoming-at-work-4.jpg');
    background-size: cover;
    background-repeat: no-repeat;
  }
  .arrow-down {
    display: none;
  }
  .background-video {
    display: none;
  }
  .navbar {
    padding-right: 32px;
    padding-left: 32px;
  }
  .nav-menu {
    padding-right: 32px;
    padding-left: 32px;
  }
  .nav-top-container-copy {
    width: 90%;
    padding-right: 32px;
    padding-left: 32px;
  }
  .team-heading-wrapper {
    padding-right: 32px;
    padding-left: 32px;
  }
  .case-meta-wrapper {
    bottom: 45px;
  }
  .case-display-wrapper {
    margin-bottom: 128px;
  }
  .wrapper-case-img {
    margin-bottom: 0px;
  }
  .case-hero-section {
    height: 570px;
  }
  .case-section {
    padding-right: 32px;
    padding-left: 32px;
  }
  .case-section.case-imag-full-width.img-full-width-rf {
    background-image: url('../images/rf-06.png'), -webkit-linear-gradient(270deg, transparent, #f5f5f5 50%, transparent 0);
    background-image: url('../images/rf-06.png'), linear-gradient(180deg, transparent, #f5f5f5 50%, transparent 0);
    background-position: 50% 50%, 0px 0px;
    background-size: 1270px, auto;
    background-repeat: no-repeat, repeat;
  }
  .case-section.rf-bg-pic-explore {
    background-position: 100% 100%;
    background-size: 92%;
  }
  .case-section.fs-bg-pic-hotplace {
    background-position: 100% 100%;
    background-size: 92%;
  }
  .case-section.bps-bg-pic-explore {
    background-position: 100% 100%;
    background-size: 92%;
  }
  .case-section.nh-bg-pic-section {
    background-position: 100% 100%;
    background-size: 95%;
  }
  .case-section.slider {
    background-image: -webkit-linear-gradient(270deg, #fff, #ebebeb 50%, #fff 0);
    background-image: linear-gradient(180deg, #fff, #ebebeb 50%, #fff 0);
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .case-section.slider.bp-slider {
    background-image: -webkit-linear-gradient(270deg, #fff, #ebebeb 50%, #fff 0);
    background-image: linear-gradient(180deg, #fff, #ebebeb 50%, #fff 0);
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .case-section.slider.kd-slider {
    background-image: -webkit-linear-gradient(270deg, #fff, #ebebeb 50%, #fff 0);
    background-image: linear-gradient(180deg, #fff, #ebebeb 50%, #fff 0);
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .case-section.slider.mp-slider {
    background-image: -webkit-linear-gradient(270deg, #fff, #ebebeb 50%, #fff 0);
    background-image: linear-gradient(180deg, #fff, #ebebeb 50%, #fff 0);
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .case-content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .case-standart-content-div {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .case-standart-content-div.case-content-image {
    width: 100%;
    text-align: center;
  }
  .case-standart-content-div.case-content-image-mobile {
    width: 100%;
    text-align: center;
  }
  .case-heading-2 {
    max-width: 100%;
  }
  .case-paragraph {
    max-width: 100%;
  }
  .case-collage-pic-1 {
    width: 100%;
    border-right-style: none;
    border-bottom-style: none;
  }
  .case-collage-pic-3 {
    width: 50%;
    float: left;
  }
  .case-collage-pic-2 {
    width: 50%;
    border-bottom-style: none;
  }
  .case-collage-pic-4 {
    width: 100%;
    height: 510px;
    border-left-style: none;
  }
  .teammember-email-contact {
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .footer-links {
    width: 50%;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .footer-need-help-box {
    min-height: 154px;
    padding-top: 24px;
    padding-right: 0px;
    padding-bottom: 24px;
    -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;
  }
  .footer-contact-btn {
    margin-left: 0px;
    float: none;
  }
  .need-our-help-heading {
    margin-bottom: 16px;
    -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;
    font-size: 24px;
    line-height: 34px;
  }
  .case-text {
    margin-bottom: 128px;
  }
  .client-black-box {
    width: 90%;
  }
  .client-logos {
    width: 100%;
  }
  .at-your-service-container {
    background-position: 100% 69%;
  }
  .services-blackbox {
    width: 80%;
    margin-bottom: 94px;
    float: left;
  }
  .services-home-link {
    margin-bottom: 50px;
  }
  .mission-section {
    height: 516px;
  }
  .mission-text-container {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 10px;
  }
  .mission-pic-3 {
    margin-left: 30px;
  }
  .process-model-div {
    height: 510px;
  }
  .page-section-about {
    background-size: 750px;
  }
  .about-pic-b {
    margin-top: 100px;
    margin-left: 64px;
  }
  .teammember {
    width: 50%;
  }
  .job-txt-div {
    max-width: 90%;
  }
  .job-photo-left {
    width: 15%;
  }
  .job-photo-right {
    width: 15%;
  }
  .contact-wrapper {
    margin-right: 32px;
    margin-left: 32px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .case-display-container {
    width: 100%;
  }
  .case-image-container-left {
    padding-right: 0%;
  }
  .case-image-container-right {
    padding-left: 0%;
  }
  .case-display-wrapper {
    margin-bottom: 0px;
  }
  .case-metadata-info-container {
    width: 100%;
    padding-top: 32px;
  }
  .case-heading-2 {
    font-size: 24px;
    line-height: 34px;
  }
  .case-paragraph {
    font-size: 16px;
    line-height: 26px;
  }
  .case-collage-pic-1 {
    height: 290px;
  }
  .case-collage-pic-3 {
    height: 280px;
  }
  .case-collage-pic-2 {
    height: 280px;
  }
  .case-collage-pic-4 {
    height: 450px;
  }
  .stats-header-txt {
    font-size: 38px;
    line-height: 52px;
  }
  .utility-page-wrap {
    padding-right: 32px;
    padding-left: 32px;
  }
  .browser-controles {
    width: 6px;
    height: 6px;
  }
  .case-browser-bar {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 8px;
  }
}

@media (max-width: 479px) {
  .adress-box {
    margin-top: 0px;
    font-size: 14px;
  }
  .footer-links {
    width: 50%;
    font-size: 18px;
  }
  .footer-need-help-box {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .footer-label {
    font-size: 18px;
  }
  .footer-ext-link {
    font-size: 14px;
  }
  .footer-contact-btn {
    margin-left: 0px;
  }
  .footer-links-container {
    padding-left: 4%;
  }
  .contact-div {
    width: 50%;
  }
  .contact-div.footer-follow {
    width: 100%;
  }
  .heading-1 {
    max-width: 100%;
    font-size: 32px;
    line-height: 36px;
  }
  .heading-1.contact-text {
    font-size: 24px;
    line-height: 34px;
  }
  .case-text {
    width: 100%;
    margin-bottom: 64px;
    font-size: 16px;
    line-height: 26px;
  }
  .case-display-client-text {
    margin-left: 8px;
    font-size: 16px;
    line-height: 26px;
  }
  .case-display-type-text {
    margin-right: 8px;
    font-size: 16px;
    line-height: 26px;
  }
  .nav-main-links-text {
    font-size: 32px;
    line-height: 52px;
  }
  .nav-sec-headline {
    font-size: 16px;
    line-height: 26px;
  }
  .nav-main-sec-links-text {
    font-size: 16px;
    line-height: 26px;
  }
  .nav-links-column {
    padding-top: 20px;
  }
  .start-project-txt {
    font-size: 32px;
    line-height: 52px;
  }
  .client-div {
    padding-right: 0px;
    padding-left: 0px;
    float: none;
  }
  .client-black-box {
    padding: 32px;
    float: right;
  }
  .client-logos {
    width: 100%;
  }
  .blackbox-heading {
    font-size: 24px;
    line-height: 36px;
  }
  .blackbox-paragraph {
    font-size: 16px;
    line-height: 26px;
  }
  .client-logo {
    max-width: 80px;
  }
  .services-pic-b {
    width: 140px;
    margin-top: 65px;
    margin-right: 37px;
  }
  .heading-5 {
    max-width: 100%;
    font-size: 16px;
    line-height: 26px;
  }
  .heading-5.heading-full-with.jobs-text {
    line-height: 30px;
  }
  .at-your-service-container {
    margin-top: 128px;
    background-position: 0px 76%;
    background-size: 95%;
  }
  .services-blackbox {
    padding: 34px;
    float: left;
  }
  .blackbox-column {
    padding-top: 8px;
  }
  .services-home-link {
    font-size: 16px;
    line-height: 26px;
  }
  .heading-2 {
    font-size: 26px;
    line-height: 34px;
  }
  .mission-section {
    height: 396px;
    margin-top: 128px;
    padding-left: 10px;
  }
  .mission-text-container {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0px;
  }
  .page-section-services {
    margin-top: 64px;
  }
  .process-section {
    min-height: 590px;
    margin-top: 10px;
  }
  .process-model-div {
    height: 280px;
  }
  .process-txt-div {
    padding-top: 46px;
  }
  .product-innovation-blackbox {
    margin-bottom: 194px;
    padding: 24px;
  }
  .brand-innovation-blackbox {
    margin-bottom: 99px;
    padding: 24px;
  }
  .page-section-about {
    margin-top: 64px;
    background-size: 418px;
  }
  .about-pic-b {
    width: 140px;
    margin-top: 46px;
    margin-left: 29px;
  }
  .manifesto-photo-right {
    display: none;
    background-position: 50% 50%;
  }
  .manifesto-text-div {
    width: 100%;
    margin-top: 26px;
  }
  .teammember-img-center-div {
    margin-top: 41px;
  }
  .job-section {
    height: 422px;
    margin-bottom: 128px;
  }
  .job-txt-div {
    max-width: 85%;
  }
  .txt-link {
    font-size: 16px;
    line-height: 26px;
  }
  .heading-4 {
    font-size: 16px;
    line-height: 26px;
  }
  .job-photo-left {
    display: none;
  }
  .page-section {
    margin-bottom: 128px;
  }
  .page-section.hero-home {
    height: 568px;
    padding: 139px 16px 16px;
  }
  .page-section.manifesto {
    padding-right: 32px;
  }
  .page-section.client-list {
    padding-right: 8px;
    padding-left: 8px;
  }
  .page-section.at-your-service {
    padding-left: 0px;
  }
  .page-section.humble-work {
    margin-bottom: 28px;
  }
  .contact-wrapper {
    margin-right: 16px;
    margin-left: 16px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .contact-input-field {
    width: 42%;
    height: 35px;
    margin-right: 8%;
    font-size: 16px;
    line-height: 26px;
  }
  .hero-text {
    float: none;
  }
  .hero-photo {
    height: 50%;
    float: none;
  }
  .background-video {
    display: block;
  }
  .navbar {
    padding-right: 16px;
    padding-left: 16px;
  }
  .nav-menu {
    padding-right: 16px;
    padding-left: 16px;
  }
  .nav-top-container-copy {
    padding-right: 0px;
    padding-left: 0px;
  }
  .team-heading-wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }
  .case-meta-wrapper {
    bottom: 35px;
  }
  .list-item {
    height: 29px;
  }
  .case-hero-section {
    padding-bottom: 10%;
  }
  .case-heading-1 {
    font-size: 32px;
    line-height: 36px;
  }
  .case-heading-5 {
    font-size: 16px;
    line-height: 26px;
  }
  .case-section {
    margin-top: 6%;
    margin-bottom: 6%;
    padding: 6% 16px;
  }
  .case-section.rf-bg-pic-explore {
    background-position: 100% 93%;
  }
  .case-section.fs-bg-pic-hotplace {
    background-position: 100% 93%;
  }
  .case-section.bps-bg-pic-explore {
    background-position: 100% 93%;
  }
  .next-case-div {
    padding: 4%;
  }
  .next-case-heading-5 {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
  }
  .next-case-heading-2 {
    font-size: 24px;
    line-height: 34px;
    text-align: center;
  }
}

@font-face {
  font-family: 'GT Sectra';
  src: url('../fonts/GT-Sectra-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'GT America';
  src: url('../fonts/GT-America-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'GT America';
  src: url('../fonts/GT-America-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'GT America';
  src: url('../fonts/GT-America-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}