h1 {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Abril Fatface', sans-serif;
  color: #333;
  font-size: 35px;
  line-height: 41px;
  font-weight: 400;
  letter-spacing: 1px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Abril Fatface', sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  text-align: left;
}

h3 {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Abril Fatface', sans-serif;
  font-size: 25px;
  line-height: 28px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Abril Fatface', sans-serif;
  font-size: 23px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Abril Fatface', sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  text-align: left;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Abril Fatface', sans-serif;
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  text-align: left;
}

p {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #212121;
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
}

a {
  color: #0098ff;
}

figcaption {
  margin-top: 5px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 13px;
  font-style: italic;
  text-align: center;
}

.content-section {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 110px;
  padding-bottom: 110px;
  text-align: center;
}

.content-section.intro {
  display: block;
  overflow: visible;
  padding-top: 0px;
  padding-bottom: 90px;
  font-family: Oswald, sans-serif;
  text-align: center;
}

.content-section.gray {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: transparent;
}

.content-section.gray.call-to-action {
  overflow: visible;
  height: 290px;
  margin-bottom: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.content-section.dark {
  overflow: hidden;
  margin-top: 109px;
  padding-top: 110px;
  padding-bottom: 110px;
  background-color: #1e1e1e;
}

.content-section.no-top-padding {
  padding-top: 0px;
}

.content-section.no-top-border {
  position: relative;
  display: block;
  padding-top: 0px;
}

.content-section.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f8f8f8;
}

.content-section.footer.dark {
  padding-bottom: 40px;
  background-color: #242424;
}

.content-section.no-bottom-padding {
  display: none;
  padding-bottom: 60px;
}

.content-section.image-background {
  background-image: url('../images/sofa.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.content-section.split {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1e1e1e;
}

.content-wrapper {
  position: relative;
  display: block;
  overflow: visible;
  width: 80%;
  max-width: 1040px;
  margin-top: -3px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
  text-align: left;
}

.content-wrapper.narrow {
  width: 70%;
  max-width: 1120px;
  padding-right: 3%;
  padding-left: 3%;
}

.content-wrapper.narrow.gray {
  margin-top: 60px;
  padding-top: 15px;
  padding-bottom: 24px;
  background-color: #f5f5f5;
}

.content-wrapper.hero {
  font-family: 'Abril Fatface', sans-serif;
  color: #fff;
  text-align: center;
}

.content-wrapper.white {
  background-color: #fff;
}

.content-wrapper.overlapping {
  margin-top: -210px;
  padding-top: 45px;
  background-color: #fff;
}

.content-wrapper.wide {
  max-width: 1140px;
}

.content-wrapper.flex {
  -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;
}

.navbar-en {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 90px;
  background-color: #fff;
}

.navbar-en.black {
  background-color: #2e2e2e;
}

.navbar-en.dark {
  height: 20px;
  background-color: #333;
}

.nav-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-bottom: -6px;
  padding: 50px 3px;
  -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-family: Montserrat, sans-serif;
  color: #111;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-menu {
  display: block;
  overflow: hidden;
  height: 130vh;
  float: left;
  background-color: #fff;
}

.nav-menu.dark {
  display: block;
  background-color: #1e1e1e;
}

.brand {
  z-index: 5000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 90px;
  margin-right: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.brand:hover {
  opacity: 0.85;
}

.brand.w--current {
  overflow: hidden;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.burger-menu {
  position: absolute;
  right: 0px;
  z-index: 5000;
  display: none;
  width: 40px;
  height: 40px;
  margin-top: 29px;
  padding-top: 12px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.burger-menu:hover {
  opacity: 0.8;
}

.burger-menu.w--open {
  background-color: transparent;
}

.burger-line-1 {
  display: block;
  width: 24px;
  height: 2px;
  margin-right: auto;
  margin-bottom: 4px;
  margin-left: auto;
  background-color: #2e2e2e;
}

.burger-line-1.white {
  background-color: #fff;
}

.burger-line-2 {
  display: block;
  width: 18px;
  height: 2px;
  margin-right: auto;
  margin-bottom: 4px;
  margin-left: auto;
  background-color: #2e2e2e;
}

.burger-line-2.white {
  background-color: #fff;
}

.burger-line-3 {
  display: block;
  width: 24px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #2e2e2e;
}

.burger-line-3.white {
  background-color: #fff;
}

.title {
  font-family: Raleway, sans-serif;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.title.medium {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 3px;
}

.title.medium.dark {
  color: #212121;
  font-weight: 700;
}

.title.small {
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
}

.title.small.gray {
  color: #909090;
}

.arrow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 1%;
  display: block;
  width: 30px;
  height: 30px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.arrow.more-bottom-border {
  margin-bottom: 120px;
}

.button {
  position: relative;
  display: inline-block;
  overflow: visible;
  min-width: 200px;
  margin-top: 33px;
  margin-right: auto;
  margin-left: auto;
  padding: 26px 45px;
  clear: left;
  background-color: #212121;
  -webkit-transition: background-color 400ms ease, color 200ms ease;
  transition: background-color 400ms ease, color 200ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  padding-top: 23px;
  padding-bottom: 23px;
  border: 3px solid #2e2e2e;
  background-color: transparent;
  color: #111;
  font-weight: 700;
  text-decoration: none;
}

.button.top-border {
  margin-top: 73px;
}

.strikethrough {
  position: relative;
  top: 11px;
  width: 100%;
  height: 3px;
  background-color: #3ae874;
}

.strikethrough.on-menu-bar {
  height: 2px;
}

.strikethrough.on-menu-bar.gray {
  background-color: #fdff39;
}

.strikethrough.purple {
  background-color: #3ae874;
}

.title-box {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.title-box.small {
  font-size: 13px;
  line-height: 16px;
}

.title-box.small.no-bottom-border {
  margin-top: 8px;
  margin-bottom: 0px;
}

.title-box.small.buy-template {
  display: block;
  margin-bottom: 10px;
}

.title-box.yellow {
  background-color: #fdff39;
}

.title-box.in-multicolumn {
  margin-bottom: 0px;
  font-size: 13px;
  line-height: 16px;
}

.title-box.gray {
  color: #909090;
}

.title-box.gray.no-bottom-padding {
  margin-bottom: 0px;
}

.title-box.more-bottom-border {
  margin-bottom: 10px;
}

.title-box.bottom-border {
  margin-bottom: 15px;
}

.show-title-above-strikethrough {
  position: relative;
  font-size: 17px;
}

.intro {
  font-size: 36px;
}

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

.column.narrow {
  height: 20px;
}

.paragraph.gray {
  color: #909090;
}

.paragraph.small {
  font-size: 21px;
  line-height: 30px;
}

.paragraph.medium {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
  text-decoration: none;
}

.paragraph.big {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 30px;
  line-height: 42px;
  font-weight: 300;
}

.row {
  position: relative;
  display: inline-block;
  width: 100%;
}

.left-side-lines {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 6px;
  height: 95%;
}

.feature-content {
  padding-top: 30px;
  text-align: center;
}

.feature-content.left-justify {
  text-align: left;
}

.top-side-lines {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 11px;
  margin-top: -10px;
}

.top-line-1 {
  display: block;
  width: 89%;
  height: 3px;
  margin-top: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #212121;
}

.top-line-2 {
  display: block;
  width: 96%;
  height: 3px;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  background-color: #212121;
}

.right-side-lines {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 6px;
  height: 98%;
}

.bottom-side-lines {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 95%;
  height: 11px;
  margin-right: auto;
  margin-left: auto;
}

.bottom-line-horizontal-1 {
  display: block;
  width: 96%;
  height: 3px;
  margin-top: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #212121;
}

.bottom-line-horizontal-2 {
  display: block;
  width: 92%;
  height: 3px;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  background-color: #212121;
}

.right-bottom-corner-box {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 28px;
  height: 35px;
}

.h3 {
  font-family: 'Abril Fatface', sans-serif;
}

.h3.big {
  font-size: 150px;
  line-height: 155px;
  letter-spacing: 5px;
}

.h3.big.blue {
  color: #fdff39;
}

.features-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  margin-bottom: 89px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.left-column {
  position: relative;
  width: 50%;
  margin-bottom: 60px;
  padding-right: 40px;
  text-align: right;
}

.left-column.no-bottom-border {
  width: 100%;
  margin-bottom: 0px;
}

.left-column.top-padding {
  padding-top: 85px;
}

.other-features {
  margin-bottom: 110px;
}

.right-column {
  position: relative;
  width: 50%;
  padding-left: 45px;
  text-align: left;
}

.right-column.how-i-work {
  padding-right: 0px;
}

.right-column.left-justify {
  text-align: left;
}

.right-column.large {
  width: 100%;
}

.iphone-6-left {
  width: 50%;
}

.iphone-6-right {
  display: block;
  width: 50%;
}

.frame-picture-box {
  display: block;
  max-width: 530px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/Bg-Circle.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.frame-picture {
  display: block;
  margin-top: 52px;
  margin-right: auto;
  margin-left: auto;
}

.white {
  color: #fff;
}

.double-color-icons-box {
  width: 50%;
  padding-bottom: 29px;
}

.link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #0098ff;
  text-decoration: none;
}

.link:hover {
  color: #0098ff;
  text-decoration: none;
}

.link.testimonial {
  border-bottom: 2px solid #0098ff;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  color: #212121;
  font-weight: 700;
  text-decoration: none;
}

.link.testimonial:hover {
  opacity: 0.8;
}

.link.blue-and-underline {
  border-bottom: 1px solid #0098ff;
  color: #0098ff;
}

.link.underline {
  border-bottom: 2px solid #0098ff;
  color: #a3abb1;
}

.testimonial-box {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 458px;
  height: 465px;
  margin-bottom: 10px;
  margin-left: 16%;
  padding-right: 56px;
  padding-left: 56px;
  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;
  border-radius: 50%;
  background-color: #3ae874;
  text-align: center;
}

.testimonials-box {
  margin-top: 40px;
}

.video-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  min-height: 410px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/image-facade.png');
  background-position: 52% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 16px 16px 35px -7px rgba(33, 33, 33, 0.3);
}

.play-button {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 95px;
  height: 95px;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.play-button:hover {
  opacity: 0.65;
}

.text-content-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  min-height: 410px;
  margin-bottom: 31px;
  padding-right: 35px;
  padding-left: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f8f8f8;
}

.text-content-box.left-column {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.client-logo-box {
  display: block;
  width: 178px;
  margin: 55px auto;
  padding-right: 10px;
}

.social-icons-box {
  position: relative;
  display: inline-block;
  margin-top: 61px;
  margin-left: 8px;
  clear: left;
}

.facebook-fill {
  margin-right: 0px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.facebook-fill:hover {
  opacity: 0;
}

.twitter-fill {
  display: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.twitter-fill:hover {
  opacity: 0;
}

.linkedin-fill {
  margin-right: 2px;
  margin-left: -1px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.linkedin-fill:hover {
  opacity: 0;
}

.instagram-fill {
  display: inline-block;
  margin-top: 0px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.instagram-fill:hover {
  opacity: 0;
}

.menu-item-box {
  overflow: hidden;
  width: auto;
  margin-bottom: 30px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Raleway, sans-serif;
  color: #111;
  font-size: 40px;
  line-height: 80px;
  font-weight: 600;
  text-decoration: none;
}

.menu-item-box.w--current {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

.menu-item-box.white {
  color: #fff;
}

.strikethrough-big {
  position: relative;
  top: -26px;
  width: 100%;
  height: 4px;
  background-color: #3ae874;
}

.strikethrough-big.gray {
  background-color: #fdff39;
}

.strikethrough-big.yellow {
  background-color: #fdff39;
}

.full-page-menu {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3000;
  display: none;
  overflow: auto;
  padding-top: 115px;
  padding-bottom: 115px;
  background-color: #fff;
  text-align: center;
}

.full-page-menu.black {
  display: block;
  background-color: #2e2e2e;
}

.social-icon {
  display: inline-block;
  width: 70px;
  margin-right: 5px;
  margin-bottom: 20px;
  background-image: url('../images/facebook-outline.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.social-icon.instagram {
  margin-right: 7px;
  margin-bottom: 0px;
  margin-left: -18px;
  background-image: url('../images/instagram-outline.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.social-icon.instagram.medium {
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/instagram-outline.png');
  background-size: cover;
}

.social-icon.instagram.small {
  background-image: url('../images/Instagram-fill.png');
}

.social-icon.instagram.mini {
  background-image: none;
}

.social-icon.instagram.dark {
  width: 75px;
  background-image: url('../images/Instagram-white-outline.png');
  background-size: cover;
}

.social-icon.linkedin {
  margin-right: 32px;
  margin-left: -64px;
  padding-right: 0px;
  background-image: url('../images/Linkedin-outline.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.social-icon.linkedin.medium {
  background-image: url('../images/Linkedin-outline.png');
  background-size: cover;
}

.social-icon.linkedin.small {
  margin-left: -46px;
  background-image: url('../images/Linkedin-fill.png');
  background-size: cover;
}

.social-icon.linkedin.dark {
  width: 75px;
  background-image: url('../images/Linkedin-white-outline.png');
}

.social-icon.twitter {
  background-image: url('../images/Twitter-outline.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.social-icon.twitter.medium {
  background-image: url('../images/Twitter-outline.png');
  background-size: cover;
}

.social-icon.twitter.small {
  background-image: url('../images/Twitter-fill_1.png');
  background-size: cover;
}

.social-icon.twitter.mini {
  background-image: url('../images/Twitter-fill_1.png');
  background-size: cover;
}

.social-icon.twitter.dark {
  width: 75px;
  background-image: url('../images/Twitter-white-outline.png');
  background-size: cover;
}

.social-icon.small {
  width: 50px;
  background-image: url('../images/Facebook-fill.png');
  background-size: cover;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.social-icon.medium {
  width: 75px;
  background-image: url('../images/facebook-outline.png');
  background-size: cover;
}

.social-icon.medium.dark {
  background-image: url('../images/Facebook-white-outline.png');
  background-size: cover;
}

.social-icon.mini {
  width: 30px;
  margin-right: 10px;
  background-image: url('../images/Facebook-fill.png');
  background-size: cover;
}

.social-icon.mini.facebook {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.social-icon.mini.twitter {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.social-icon.mini.linkedin {
  background-image: url('../images/Linkedin-fill.png');
  background-size: cover;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.social-icon.mini.instagram {
  background-image: url('../images/Instagram-fill.png');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.menu-item-1 {
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
}

.menu-item-2 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.menu-item-3 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.menu-item-4 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.menu-item-5 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.menu-item-6 {
  padding-top: 11px;
  padding-bottom: 30px;
}

.menu-item-7 {
  display: block;
}

.social-icons-box-medium {
  display: inline-block;
  margin-top: 35px;
}

.menu-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20%;
  padding-bottom: 20%;
  -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-image: url('../images/image-haut-wao-Dual-Tone.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.hero-section.me {
  min-height: 700px;
  padding-top: 17%;
  padding-bottom: 23%;
  background-image: url('../images/Me.jpg');
  background-size: cover;
}

.hero-section.horses {
  min-height: 900px;
  padding-top: 10%;
  padding-bottom: 15%;
  background-image: url('../images/Mustang.png');
  background-size: cover;
}

.hero-section.guy {
  height: 900px;
  padding-top: 17%;
  padding-bottom: 23%;
  background-image: url('../images/Guy.jpg');
  background-size: cover;
}

.hero-section.girl {
  min-height: 900px;
  padding-top: 10%;
  padding-bottom: 15%;
  background-image: url('../images/Girl-subway.png');
  background-size: cover;
}

.hero-section.short {
  padding-top: 17%;
  padding-bottom: 23%;
  background-image: url('../images/Men-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.go-up-bar {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  padding-top: 18px;
  padding-bottom: 18px;
}

.go-up-button {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 50;
  width: 50px;
  height: 50px;
  margin-right: 35px;
  margin-bottom: 118px;
  border-radius: 50%;
  background-color: #f7f7f7;
  background-image: url('../images/Arrow_2Arrow.png');
  background-position: 50% 50%;
  background-size: 19px;
  background-repeat: no-repeat;
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
  cursor: pointer;
}

.left-top-corner-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 33px;
  height: 27px;
}

.left-top-horizontal-line-1 {
  width: 30px;
  height: 3px;
  margin-top: -9px;
  margin-left: 9px;
  background-color: #212121;
}

.left-top-horizontal-line-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 35px;
  height: 3px;
  margin-top: -1px;
  background-color: #212121;
}

.top-left-vertical-line-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 3px;
  height: 30px;
  background-color: #212121;
}

.top-left-vertical-line-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 3px;
  height: 35px;
  margin-top: -9px;
  margin-left: 9px;
  background-color: #212121;
}

.right-top-corner-box {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 33px;
  height: 27px;
}

.right-top-horizontal-line-1 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 3px;
  margin-top: -9px;
  margin-right: 9px;
  background-color: #212121;
}

.right-top-horizontal-line-2 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 35px;
  height: 3px;
  margin-top: -1px;
  background-color: #212121;
}

.right-top-vertical-line-1 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 3px;
  height: 30px;
  background-color: #212121;
}

.right-top-vertical-line-2 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 3px;
  height: 35px;
  margin-top: -9px;
  margin-right: 9px;
  background-color: #212121;
}

.service-feature-box {
  position: relative;
  display: block;
  overflow: visible;
  width: 32%;
  margin-right: 10px;
  margin-bottom: 50px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}

.service-feature-box.shadow {
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  box-shadow: 16px 16px 35px -7px rgba(0, 0, 0, 0.18);
}

.left-bottom-corner-box {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 35px;
  height: 27px;
}

.left-bottom-horizontal-line-1 {
  position: absolute;
  left: 0px;
  bottom: -2px;
  width: 35px;
  height: 3px;
  margin-left: 9px;
  background-color: #212121;
}

.left-bottom-horizontal-line-2 {
  position: absolute;
  width: 30px;
  height: 3px;
  margin-top: 18px;
  background-color: #212121;
}

.left-bottom-vertical-line-1 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 3px;
  height: 40px;
  margin-left: 9px;
  background-color: #212121;
}

.left-bottom-vertical-line-2 {
  position: absolute;
  left: 0px;
  bottom: 8px;
  width: 3px;
  height: 35px;
  background-color: #212121;
}

.right-bottom-horizontal-line-1 {
  position: absolute;
  right: 0px;
  bottom: -2px;
  width: 35px;
  height: 3px;
  margin-right: 9px;
  background-color: #212121;
}

.right-bottom-horizontal-line-2 {
  position: absolute;
  top: 26px;
  right: 0px;
  bottom: 0px;
  width: 35px;
  height: 3px;
  background-color: #212121;
}

.right-bottom-vertical-line-1 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 3px;
  height: 35px;
  margin-right: 9px;
  background-color: #212121;
}

.right-bottom-vertical-line-2 {
  position: absolute;
  right: 0px;
  bottom: 7px;
  width: 3px;
  height: 35px;
  background-color: #212121;
}

.top-line-horizontal-1 {
  display: block;
  width: 89%;
  height: 3px;
  margin-top: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #212121;
}

.top-horizontal-line-2 {
  display: block;
  width: 96%;
  height: 3px;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  background-color: #212121;
}

.side-left-line-vertical-1 {
  position: absolute;
  width: 3px;
  height: 100%;
  margin-left: 9px;
  background-color: #212121;
}

.side-left-line-vertical-2 {
  position: absolute;
  width: 3px;
  height: 100%;
  background-color: #212121;
}

.side-right-line-vertical-2 {
  width: 3px;
  height: 100%;
  margin-left: 3px;
  background-color: #212121;
}

.side-right-line-vertical-1 {
  position: absolute;
  width: 3px;
  height: 100%;
  margin-left: -6px;
  background-color: #212121;
}

.experience-box {
  width: 50%;
  margin-bottom: 30px;
  padding-right: 4%;
  padding-left: 2%;
  text-align: left;
}

.experience-title-box {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #efefef;
}

.call-to-action-content-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 65px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.isometric-iphone-6 {
  display: block;
  width: 550px;
  margin-top: -30px;
  margin-right: auto;
  margin-left: auto;
}

.hero-title {
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 47px;
  line-height: 50px;
  font-weight: 200;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.credit-box {
  width: 33%;
  padding-top: 24px;
  padding-bottom: 24px;
  float: left;
  text-align: center;
}

.credits-box {
  display: block;
  width: 80%;
  margin: 40px auto;
  border-top: 2px solid #2e2e2e;
  border-bottom: 2px solid #2e2e2e;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.apple-devices-box {
  position: relative;
  margin-top: 80px;
}

.ipad-box {
  position: absolute;
  right: 0px;
  bottom: -5%;
}

.iphone-box {
  position: absolute;
  right: 18%;
  bottom: -5%;
}

.image-sample-box {
  display: block;
  width: 95%;
  margin-right: auto;
  margin-bottom: 3%;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.work-brief-box {
  display: block;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.work-brief-title-box {
  padding-top: 25px;
  padding-bottom: 25px;
}

.service-description-box {
  width: 70%;
  padding-bottom: 20px;
  padding-left: 10px;
  text-align: left;
}

.icon-service-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding-top: 15px;
  padding-right: 10px;
  padding-bottom: 42px;
  -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;
}

.services-box {
  margin-top: 70px;
  margin-bottom: 50px;
}

.text-field {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 72px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #111;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  font-family: Lato, sans-serif;
  font-size: 14px;
}

.text-field:hover {
  border-bottom-color: #198ef7;
}

.text-field:focus {
  border-bottom-width: 2px;
  border-bottom-color: #198ef7;
}

.text-field.box {
  position: relative;
  width: 95%;
  padding-left: 20px;
  border: 2px solid #2e2e2e;
  font-size: 17px;
}

.text-field.box:hover {
  border-color: #0098ff;
}

.text-field.box:focus {
  border-color: #198ef7;
}

.input-text {
  position: relative;
  left: 15px;
  top: 34px;
  right: 0px;
  bottom: 0px;
  float: left;
  font-family: Raleway, sans-serif;
  color: #111;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.input-text.your-message {
  left: 15px;
  top: 0px;
  float: none;
  letter-spacing: 1px;
}

.input-box.your-message {
  margin-top: 34px;
  margin-bottom: 40px;
  text-align: left;
}

.form-wrapper {
  padding-right: 9%;
  padding-left: 9%;
}

.form-wrapper.sign-up {
  padding-right: 0%;
  padding-left: 0%;
}

.contact-form-box {
  width: 50%;
  margin-top: 60px;
  margin-bottom: 60px;
}

.submit-button {
  width: 215px;
  height: 67px;
  background-color: #2e2e2e;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Lato, sans-serif;
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.submit-button:hover {
  border: 3px solid #2e2e2e;
  background-color: transparent;
  color: #111;
  font-weight: 800;
}

.submit-button.on-sign-up {
  width: 100%;
  height: 52px;
}

.text-area {
  border: 2px solid #2e2e2e;
  font-family: Raleway, sans-serif;
  color: #111;
  font-size: 13px;
}

.text-area.message {
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 37px;
  font-family: Lato, sans-serif;
}

.text-area.message:hover {
  border-color: #198ef7;
}

.contact-details-box {
  position: relative;
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding: 12% 10% 8%;
  border: 3px solid #2e2e2e;
  text-align: center;
  text-decoration: none;
}

.address-box {
  position: relative;
  width: 50%;
  margin-top: 20px;
  padding-top: 56px;
  padding-bottom: 56px;
}

.top-left-vertical-line {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 3px;
  height: 12px;
  margin-top: -12px;
  margin-left: 12px;
  background-color: #2e2e2e;
}

.top-right-vertical-line {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 3px;
  height: 11px;
  margin-top: -12px;
  margin-right: 12px;
  background-color: #2e2e2e;
}

.top-right-vertical-2 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 3px;
  height: 10px;
  margin-top: -21px;
  margin-right: 24px;
  background-color: #2e2e2e;
}

.top-right-horizontal-line {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 3px;
  margin-top: -12px;
  margin-left: 12px;
  background-color: #2e2e2e;
}

.top-left-horizontal-line {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
  height: 3px;
  margin-top: -12px;
  margin-right: 12px;
  background-color: #2e2e2e;
}

.top-left-vertical-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 3px;
  height: 10px;
  margin-top: -21px;
  margin-left: 24px;
  background-color: #2e2e2e;
}

.top-right-horizontal-line-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 3px;
  margin-top: -21px;
  margin-left: 24px;
  background-color: #2e2e2e;
}

.top-right-horizontal-2 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 52%;
  height: 3px;
  margin-top: -21px;
  margin-right: 24px;
  background-color: #2e2e2e;
}

.social-icons-small {
  display: inline-block;
}

.body {
  background-color: transparent;
}

.success-message {
  padding-bottom: 10px;
  background-color: #f5f5f5;
}

.error-message {
  padding-top: 17px;
  padding-bottom: 5px;
  background-color: #deffe6;
}

.image-box {
  display: block;
  width: 50%;
  height: 100%;
  min-height: 410px;
  background-image: url('../images/Feets.png');
  background-position: 50% 50%;
  background-size: 650px;
  background-repeat: no-repeat;
  box-shadow: 16px 16px 35px -7px rgba(33, 33, 33, 0.32);
}

.pointing-down-arrow-2 {
  display: block;
  margin-top: -61px;
  margin-right: auto;
  margin-left: auto;
}

.features-section {
  position: relative;
  padding-top: 110px;
  padding-bottom: 110px;
  text-align: center;
}

.features-section.gray {
  background-color: #f8f8f8;
  text-align: center;
}

.features-section.gray.extended {
  margin-top: 191px;
  padding-top: 316px;
  padding-bottom: 88px;
}

.other-features-2 {
  display: block;
  margin-right: auto;
  margin-bottom: 110px;
  margin-left: auto;
}

.other-features-3 {
  display: block;
  margin-right: auto;
  margin-bottom: 110px;
  margin-left: auto;
}

.other-features-3.last-row {
  margin-top: -88px;
  margin-bottom: 0px;
  padding-top: 104px;
}

.other-features-section {
  position: relative;
  overflow: hidden;
  padding-top: 110px;
}

.imac-display-box {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.iphones-6-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.feature-icon {
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
}

.feature-icon-2 {
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
}

.feature-icon-3 {
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
}

.feature-icon-4 {
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
}

.feature-icon-5 {
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
}

.feature-icon-6 {
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
}

.hero-subtitle-box {
  margin-top: 10px;
}

.hero-header-box {
  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;
  text-align: center;
}

.hero-header-box.absolute {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 214px;
  z-index: 10;
}

.header-box {
  text-align: left;
}

.header-box.left-justify {
  text-align: left;
}

.header-box.centered {
  display: block;
  overflow: visible;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.header-box.medium {
  display: block;
  width: 80%;
  margin-top: -166px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  border: 2px solid #212121;
  background-color: #fff;
  text-align: center;
}

.paragraph-box {
  margin-top: 30px;
  text-align: right;
}

.paragraph-box.left-justify {
  text-align: left;
}

.title-box-2 {
  display: inline-block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.title-box-3 {
  display: inline-block;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.how-i-work-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.chat-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  padding-bottom: 29px;
  -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;
}

.display-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-bottom: 29px;
  -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;
}

.diamond-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-bottom: 29px;
  -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;
}

.how-i-work-row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.how-i-work-row-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.testimonial-box-3 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 458px;
  height: 458px;
  margin-left: 16%;
  padding-right: 56px;
  padding-left: 56px;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #f03e99;
  text-align: center;
}

.testimonial-box-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 458px;
  height: 456px;
  margin-bottom: 10px;
  margin-left: 450px;
  padding-top: 0px;
  padding-right: 56px;
  padding-left: 56px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #f8f8f8;
}

.testimonial-box-2.yellow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fdff39;
  text-align: center;
}

.slider {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.slide-nav {
  position: relative;
}

.left-arrow {
  width: 18%;
  height: 67%;
  margin-left: 2%;
}

.right-arrow {
  width: 18%;
  height: 67%;
  margin-right: 2%;
}

.vertical-divider {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 3px;
  height: 109px;
  margin-top: 10px;
  background-color: #a3abb1;
}

.vertical-divider.right {
  left: auto;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.video-element-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.image-element-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.client-logo-box-2 {
  display: block;
  width: 178px;
  margin: 55px auto;
  padding-right: 10px;
}

.client-logo-box-3 {
  display: block;
  width: 178px;
  margin: 55px auto;
  padding-right: 10px;
}

.client-logo-box-4 {
  display: block;
  width: 178px;
  margin: 55px auto;
  padding-right: 10px;
}

.hero-h1-text-box {
  width: 100%;
}

.service-1 {
  padding-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
}

.service-2 {
  padding-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
}

.service-3 {
  padding-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
}

.service-4 {
  margin-top: 41px;
  padding-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
}

.multicolumn-image {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 410px;
  margin-top: 25px;
  margin-right: 15px;
  background-image: url('../images/Mustang.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #333;
}

.multicolumn-image.small {
  width: 31.7%;
  min-height: 300px;
  margin-right: 15px;
  background-image: url('../images/Mustang.jpg');
  background-size: cover;
}

.multicolumn-image.medium {
  width: 49%;
  background-image: url('../images/Open-Space-Bruxelles-WAOcoworking6.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.multicolumn-image-2 {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  min-height: 410px;
  margin-top: 25px;
  background-image: url('../images/Food.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #333;
}

.multicolumn-image-2.small {
  width: 31.7%;
  min-height: 300px;
  margin-right: 15px;
  background-image: url('../images/Food.jpg');
}

.multicolumn-image-2.medium {
  width: 49%;
  background-image: url('../images/location-salle-de-réunion-bruxelles-wao-coworking-.jpg');
  background-size: 600px;
}

.multicolumn-image-3 {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 410px;
  margin-top: 25px;
  margin-right: 15px;
  background-image: url('../images/photo-1441906363162-903afd0d3d52.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #333;
}

.multicolumn-image-3.small {
  width: 31.7%;
  min-height: 300px;
  background-image: url('../images/photo-1441906363162-903afd0d3d52.jpg');
  background-size: 600px;
}

.multicolumn-image-3.medium {
  width: 49%;
  background-image: url('../images/Open-Space-vide-2.jpg');
  background-size: 700px;
}

.multicolumn-image-4 {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 410px;
  margin-top: 25px;
  background-image: url('../images/photo-1445251836269-d158eaa028a6-4.22.41-p.m..jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #333;
}

.multicolumn-image-4.small {
  width: 31.7%;
  min-height: 300px;
  margin-right: 15px;
  background-image: url('../images/photo-1445251836269-d158eaa028a6-4.22.41-p.m..jpg');
  background-size: 600px;
}

.multicolumn-image-4.medium {
  width: 49%;
  margin-right: 0px;
  background-image: url('../images/Salle-de-réunion-bruxelles-wao-coworking-2.jpg');
  background-size: 600px;
}

.multicolumn-image-5 {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 410px;
  margin-top: 25px;
  margin-right: 15px;
  margin-bottom: 0px;
  background-image: url('../images/photo-1443527216320-7e744084f5a7.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #333;
}

.multicolumn-image-5.small {
  width: 31.7%;
  min-height: 300px;
  background-image: url('../images/photo-1443527216320-7e744084f5a7.jpg');
}

.multicolumn-image-5.medium {
  width: 49%;
  background-image: url('../images/location-Événement-Bruxelles-WAOcoworking-1.jpg');
  background-size: 600px;
}

.multicolumn-image-165 {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 410px;
  margin-top: 25px;
  margin-bottom: 0px;
  background-image: url('../images/photo-1438201743149-3cc16cd4cddd.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #333;
}

.multicolumn-image-165.small {
  position: relative;
  display: block;
  width: 31.7%;
  min-height: 300px;
  margin-right: 15px;
  margin-left: 0px;
  background-image: url('../images/photo-1438201743149-3cc16cd4cddd.jpg');
  background-size: 600px 450px;
}

.multicolumn-image-165.medium {
  width: 49%;
  background-image: url('../images/location-événement-bruxelles-wao-coworking.jpg');
  background-size: 700px;
}

.multicolumn-image-150 {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 410px;
  margin-top: 25px;
  margin-right: 15px;
  margin-bottom: 0px;
  background-image: url('../images/photo-1442406964439-e46ab8eff7c4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #333;
}

.multicolumn-image-150.small {
  width: 31.7%;
  min-height: 300px;
  margin-right: 0px;
  margin-left: 15px;
  padding-left: 0px;
  background-image: url('../images/photo-1442406964439-e46ab8eff7c4.jpg');
}

.multicolumn-image-150.medium {
  width: 49%;
  background-image: url('../images/location-Événement-Bruxelles-WAOcoworking-3.jpg');
  background-size: 600px;
}

.multicolumn-image-8 {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 410px;
  margin-top: 25px;
  margin-right: 15px;
  margin-bottom: 0px;
  background-image: url('../images/rueda.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #333;
}

.multicolumn-image-8.small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31.7%;
  min-height: 300px;
  background-image: url('../images/rueda.jpg');
  background-size: cover;
}

.multicolumn-image-8.medium {
  width: 49%;
  margin-right: 0px;
  background-image: url('../images/Open-Space-Bruxelles-WAOcoworking-3.jpg');
  background-size: 600px;
}

.multicolumn-image-9 {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 410px;
  margin-top: 25px;
  margin-right: 15px;
  margin-bottom: 0px;
  background-image: url('../images/Window.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #333;
}

.multicolumn-image-9.small {
  width: 31.7%;
  min-height: 300px;
  clear: left;
  background-image: url('../images/Window.jpg');
  background-size: cover;
}

.multicolumn-image-9.medium {
  width: 49%;
  background-image: url('../images/Communauté-wao-coworking-bruxelles.jpg');
  background-size: 480px;
}

.multicolumn-hover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 25px;
  -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: hsla(0, 0%, 100%, 0.49);
  text-align: center;
}

.multicolumn-hover.medium {
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 50px;
  margin-right: 32px;
  padding-top: 0px;
  -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;
}

.multicolumn-hover.small {
  padding-top: 83px;
}

.multicolumn-image-10 {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 410px;
  margin-top: 25px;
  margin-right: 15px;
  margin-bottom: 0px;
  background-image: url('../images/Mountains.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #333;
}

.multicolumn-image-10.small {
  display: block;
  width: 31.7%;
  min-height: 300px;
}

.multicolumn-image-10.medium {
  width: 49%;
  margin-right: 0px;
  background-image: url('../images/WAO-roof-top-party-bruxelles.jpg');
  background-size: 600px;
}

.multicolumn-image-11 {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 410px;
  margin-top: 25px;
  margin-right: 15px;
  margin-bottom: 0px;
  background-image: url('../images/Hands.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #333;
}

.multicolumn-image-11.small {
  width: 31.7%;
  min-height: 300px;
}

.multicolumn-image-11.medium {
  width: 49%;
  background-image: url('../images/Salle-de-réunion-Bruxelles.jpg');
  background-size: 600px;
}

.multicolumn-image-12 {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 410px;
  margin-top: 25px;
  margin-right: 15px;
  background-image: url('../images/Swings.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #333;
}

.multicolumn-image-12.small {
  width: 31.7%;
  min-height: 300px;
}

.multicolumn-image-12.medium {
  width: 49%;
  margin-right: 0px;
  margin-bottom: 63px;
  background-image: url('../images/Cuisine-wao-coworking-bruxelles.jpg');
  background-size: 600px;
}

.other-features-4 {
  display: block;
  margin-right: auto;
  margin-bottom: 110px;
  margin-left: auto;
}

.other-features-5 {
  display: block;
  margin-right: auto;
  margin-bottom: 110px;
  margin-left: auto;
}

.tree-box {
  margin-bottom: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.quote-box {
  margin-top: 87px;
  padding-bottom: 120px;
  text-align: center;
}

.quote-marks-box {
  margin-bottom: 25px;
  font-family: 'Abril Fatface', sans-serif;
}

.bottle-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.subscribe-right-column {
  text-align: left;
}

.subscribe-image-box {
  padding-top: 10px;
  padding-bottom: 29px;
}

.team-members-box {
  margin-top: 70px;
}

.team-member-box {
  position: relative;
  overflow: hidden;
  min-height: 365px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  box-shadow: 16px 16px 35px -7px rgba(0, 0, 0, 0.28);
}

.social-icons-mini {
  margin-top: 10px;
}

.service-feature-image {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.service-feature-image-2 {
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
}

.service-feature-image-3 {
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
}

.service-feature-image-4 {
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
}

.service-feature-image-5 {
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
}

.service-feature-image-6 {
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
}

.team-member-box-2 {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 365px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  box-shadow: 16px 16px 35px -7px rgba(0, 0, 0, 0.28);
}

.team-member-box-3 {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 365px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  box-shadow: 16px 16px 35px -7px rgba(0, 0, 0, 0.28);
}

.service-feature-box-2 {
  position: relative;
  width: 32%;
  margin-bottom: 50px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}

.service-feature-box-2.shadow {
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  box-shadow: 16px 16px 35px -7px rgba(0, 0, 0, 0.28);
}

.service-feature-box-3 {
  position: relative;
  display: block;
  width: 32%;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  background-color: #fff;
  box-shadow: 16px 16px 35px -7px rgba(0, 0, 0, 0.28);
}

.service-feature-box-4 {
  display: block;
  width: 32%;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  background-color: #fff;
  box-shadow: 16px 16px 35px -7px rgba(0, 0, 0, 0.28);
}

.service-feature-box-5 {
  display: block;
  width: 32%;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  background-color: #fff;
  box-shadow: 16px 16px 35px -7px rgba(0, 0, 0, 0.28);
}

.service-feature-box-6 {
  display: block;
  width: 32%;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  background-color: #fff;
  box-shadow: 16px 16px 35px -7px rgba(0, 0, 0, 0.28);
}

.other-features-6 {
  position: relative;
  display: block;
  width: 80%;
  margin: 70px auto 110px;
  padding: 40px 30px 40px 11px;
  background-color: #fff;
  box-shadow: 16px 16px 35px -7px rgba(0, 0, 0, 0.22);
}

.figure-2-box {
  position: absolute;
  top: 72px;
  right: -27px;
}

.figure-3-box {
  position: absolute;
  left: -42px;
  top: 34px;
}

.title-box-4 {
  display: inline-block;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.other-features-7 {
  display: block;
  width: 80%;
  margin: 70px auto 110px;
  padding: 25px 11px 40px 30px;
  background-color: #fff;
  box-shadow: 16px 16px 35px -7px rgba(0, 0, 0, 0.28);
}

.other-features-7.no-bottom-border {
  width: 80%;
  margin-bottom: 0px;
  box-shadow: 16px 16px 35px -7px rgba(0, 0, 0, 0.22);
}

.dark-frame-box {
  display: block;
  width: 402px;
  height: 500px;
  margin-right: auto;
  margin-left: auto;
  border: 32px solid #2e2e2e;
  background-color: #fff;
  background-image: url('../images/wao-open-space-bruxelles.jpg');
  background-position: 50% 100%;
  background-size: 600px 450px;
  box-shadow: 15px 15px 38px -3px rgba(0, 0, 0, 0.44);
}

.hero-section-2 {
  position: relative;
  z-index: 1;
  margin-top: -3px;
  margin-bottom: -128px;
  padding: 130px 10% 80px;
  text-align: center;
}

.left-vertical-blue-line {
  position: absolute;
  left: 13%;
  top: 0px;
  bottom: 0px;
  width: 1px;
  min-height: 695px;
  background-color: #f03e99;
}

.blue-lines-box {
  position: absolute;
  left: 0px;
  top: 26px;
  right: 0px;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 660px;
  min-height: 700px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.right-vertical-blue-line {
  position: absolute;
  top: 0px;
  right: 13%;
  bottom: 0px;
  width: 1px;
  height: 100%;
  min-height: 695px;
  background-color: #f03e99;
}

.top-blue-line {
  position: absolute;
  left: 0px;
  top: 45px;
  right: 0px;
  width: 100%;
  height: 1px;
  background-color: #f03e99;
}

.bottom-blue-line {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 45px;
  width: 100%;
  height: 1px;
  background-color: #f03e99;
}

.arrow-black {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -107px;
  background-color: #0098ff;
}

.top-left-stitch {
  position: absolute;
  left: 12.3%;
  top: 45px;
  bottom: 0px;
  width: 11px;
  height: 1px;
  background-color: #f03e99;
  -webkit-transform: rotate(-44deg);
  -ms-transform: rotate(-44deg);
  transform: rotate(-44deg);
}

.top-right-sitich {
  position: absolute;
  top: 45px;
  right: 12.3%;
  bottom: 0px;
  width: 11px;
  height: 1px;
  background-color: #f03e99;
  -webkit-transform: rotate(44deg);
  -ms-transform: rotate(44deg);
  transform: rotate(44deg);
}

.bottom-left-stitch {
  position: absolute;
  left: 12.3%;
  bottom: 45px;
  width: 11px;
  height: 1px;
  background-color: #f03e99;
  -webkit-transform: rotate(-44deg);
  -ms-transform: rotate(-44deg);
  transform: rotate(-44deg);
}

.right-bottom-stitch {
  position: absolute;
  right: 12.3%;
  bottom: 45px;
  width: 11px;
  height: 1px;
  background-color: #f03e99;
  -webkit-transform: rotate(44deg);
  -ms-transform: rotate(44deg);
  transform: rotate(44deg);
  color: #f03e99;
}

.hero-title-box-2 {
  position: relative;
}

.image-gallery-box {
  position: relative;
  display: block;
  overflow: hidden;
  width: 48%;
  height: 325px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  border: 13px solid #fff;
  background-image: url('../images/WAOcoworkingoffice1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 16px 16px 35px -7px rgba(0, 0, 0, 0.35);
}

.image-gallery-box-2 {
  position: relative;
  display: block;
  overflow: hidden;
  width: 48%;
  height: 325px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  border: 13px solid #fff;
  background-image: url('../images/011018WAOcoworkingofficevert.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 16px 16px 35px -7px rgba(0, 0, 0, 0.35);
}

.images-gallery-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 70px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.images-gallery-box.space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-gallery-box-3 {
  position: relative;
  display: block;
  overflow: hidden;
  width: 48%;
  height: 325px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  border: 13px solid #fff;
  background-image: url('../images/01.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 16px 16px 35px -7px rgba(0, 0, 0, 0.35);
}

.image-gallery-box-4 {
  position: relative;
  display: block;
  overflow: hidden;
  width: 48%;
  height: 325px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  border: 13px solid #fff;
  background-image: url('../images/communityevent.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 16px 16px 35px -7px rgba(0, 0, 0, 0.35);
}

.image-gallery-box-5 {
  position: relative;
  display: block;
  overflow: hidden;
  width: 48%;
  height: 325px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  border: 13px solid #fff;
  background-image: url('../images/image-orange-WAO.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 16px 16px 35px -7px rgba(0, 0, 0, 0.35);
}

.image-gallery-box-6 {
  position: relative;
  display: block;
  overflow: hidden;
  width: 48%;
  height: 325px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  border: 13px solid #fff;
  background-image: url('../images/02.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 16px 16px 35px -7px rgba(0, 0, 0, 0.35);
}

.lightbox-link {
  width: 100%;
  height: 100%;
  min-width: 445px;
  color: #212121;
  text-align: center;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.image-description-box {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 100;
  display: inline-block;
  width: auto;
  margin-bottom: -5px;
  padding-right: 26px;
  padding-bottom: 0px;
  padding-left: 10px;
  background-color: #fff;
  text-align: left;
}

.work-background-box {
  position: relative;
  width: 100%;
  min-height: 250px;
  background-image: url('../images/image-haut-wao-Dual-Tone.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-background-box.big {
  width: 100%;
  min-height: 500px;
  background-image: url('../images/Girl-subway.png');
}

.work-sample-content-box {
  position: relative;
  padding-top: 15px;
  padding-left: 10px;
  text-align: left;
}

.work-background-box-2 {
  position: relative;
  width: 100%;
  min-height: 250px;
  background-image: url('../images/011018WAOcoworkingofficevert.png');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-background-box-2.big {
  min-height: 500px;
}

.work-background-box-3 {
  position: relative;
  width: 100%;
  min-height: 250px;
  background-image: url('../images/02.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-background-box-3.big {
  min-height: 500px;
  background-size: cover;
}

.work-background-box-4 {
  position: relative;
  width: 100%;
  min-height: 250px;
  background-image: url('../images/01.png');
  background-position: 50% 50%;
  background-size: 400px;
  background-repeat: no-repeat;
}

.work-background-box-4.big {
  min-height: 500px;
  background-size: cover;
}

.work-background-box-5 {
  position: relative;
  width: 100%;
  min-height: 250px;
  background-image: url('../images/communityevent.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-background-box-5.big {
  min-height: 500px;
  background-size: cover;
}

.work-background-box-6 {
  position: relative;
  width: 100%;
  min-height: 250px;
  background-image: url('../images/WAOcoworkingofficevert.png');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-background-box-7 {
  position: relative;
  display: none;
  width: 100%;
  min-height: 250px;
  background-image: url('../images/photo-1442406964439-e46ab8eff7c4.jpg');
  background-position: 50% 50%;
  background-size: 600px;
  background-repeat: no-repeat;
}

.work-background-box-8 {
  position: relative;
  width: 100%;
  min-height: 250px;
  background-image: url('../images/rueda.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-background-box-9 {
  position: relative;
  width: 100%;
  min-height: 250px;
  background-image: url('../images/Window.jpg');
  background-position: 50% 50%;
  background-size: 600px;
  background-repeat: no-repeat;
}

.text-box {
  margin-top: 30px;
  text-align: left;
}

.text-box.no-top-border {
  margin-top: 0px;
}

.image-source-and-license-box {
  margin-top: 10px;
}

.title-text {
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.title-text.small {
  font-size: 13px;
  line-height: 17px;
  text-align: left;
  letter-spacing: 1px;
}

.titles-box {
  margin-top: 10px;
  margin-bottom: 20px;
}

.heading-container {
  margin-top: 20px;
  padding: 16px 24px;
  border: 1px solid #eee;
  border-radius: 5px;
  text-align: left;
}

.heading-container.first {
  margin-top: 60px;
}

.heading-box {
  overflow: visible;
  margin-top: 32px;
  margin-bottom: 10px;
}

.heading-box.center {
  text-align: center;
}

.heading-box.dark {
  background-color: #000;
}

.paragraph-container {
  margin-top: 20px;
  padding: 16px 24px;
  border: 1px solid #eee;
  border-radius: 10px;
}

.paragraph-sample-box {
  text-align: left;
}

.invitation {
  margin-bottom: 30px;
}

.quote {
  background-color: #212121;
  color: #fff;
  line-height: 78px;
  text-align: center;
}

.logo-text {
  font-family: 'Abril Fatface', sans-serif;
  font-size: 25px;
  text-transform: uppercase;
}

.heading-2.big {
  font-size: 50px;
  line-height: 53px;
  font-weight: 400;
  text-align: center;
}

.heading-111.big {
  margin-top: 57px;
  font-family: 'Abril Fatface', sans-serif;
  color: #fff;
  font-size: 130px;
  line-height: 130px;
}

.heading-111.medium {
  color: #fff;
  font-size: 90px;
  line-height: 100px;
}

.hero-subtitle {
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 47px;
  line-height: 50px;
  font-weight: 200;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.hero-subtitle.medium {
  font-size: 32px;
  line-height: 38px;
}

.mini-title {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: Lato, sans-serif;
  color: #212121;
  font-size: 13px;
  line-height: 19px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.mini-title.white {
  margin-top: -1px;
  color: #fff;
}

.mini-title.footer {
  font-size: 11.5px;
}

.mini-title.footer.white {
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.mini-title.gray {
  color: #a3abb1;
}

.mini-title-box {
  display: inline-block;
}

.heading.big {
  font-size: 45px;
  line-height: 48px;
  text-align: center;
}

.heading.big.right-justified {
  text-align: right;
}

.heading.big.left-justified {
  text-align: left;
}

.heading.big.white {
  margin-top: 10px;
  color: #fff;
  text-align: center;
}

.heading.big.centered {
  text-align: center;
}

.heading-4 {
  margin-top: 5px;
  text-align: center;
}

.heading-4.big {
  margin-top: -27px;
  margin-bottom: -46px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
}

.heading-4.left {
  font-size: 36px;
  line-height: 44px;
  text-align: left;
}

.button-white-outline {
  display: inline-block;
  padding: 25px 52px 24px;
  border: 3px solid #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-white-outline:hover {
  background-color: #fff;
  color: #333;
  font-weight: 700;
}

.button-white-outline.top-border {
  margin-top: 15px;
}

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

.flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -87px;
  padding-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-wrapper.top-border {
  margin-top: 30px;
}

.team-member-image {
  width: 100%;
  height: 270px;
  background-image: url('../images/Team-1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-member-image._2 {
  background-image: url('../images/photo-1424470535838-79a00dc41aa5-4.22.41-p.m..jpg');
}

.team-member-image._3 {
  background-image: url('../images/Team-3.png');
}

.work-sample-item {
  overflow: visible;
  width: 31%;
  margin-right: 16.5px;
  margin-bottom: 60px;
}

.work-sample-item._50-percent {
  width: 48%;
}

.work-sample-item.full-width {
  width: 100%;
}

.mini-title-link {
  display: inline-block;
  margin-top: 1px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 13px;
  line-height: 19px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.mini-title-link:hover {
  color: #0098ff;
}

.heading-link-box {
  display: inline-block;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  text-decoration: none;
}

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

.heading-3-hover {
  color: #333;
}

.navlink {
  overflow: hidden;
  line-height: 47px;
  text-decoration: none;
}

.menu-title {
  position: relative;
  z-index: 1;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 42px;
  font-weight: 300;
  text-transform: uppercase;
}

.menu-title.white {
  color: #fff;
}

.team-description {
  padding-top: 20px;
  padding-left: 20px;
}

.update {
  position: fixed;
  z-index: 10000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100px;
  height: 100px;
  margin-top: 60px;
  margin-left: 30px;
  padding: 6px 4px 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fdff39;
  text-align: center;
  text-decoration: none;
}

.update-text {
  margin-top: 14px;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 14px;
  font-weight: 300;
}

._50-percent-column {
  width: 50%;
}

._50-percent-column.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 550px;
  padding-top: 131px;
  padding-bottom: 131px;
  -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;
}

._50-percent-column.image {
  background-color: #fdff39;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.philosophy-text-box {
  width: 70%;
}

.hide {
  display: none;
}

.container {
  margin-top: 28px;
}

.container-2 {
  margin-top: 105px;
}

.header-box-price {
  text-align: left;
}

.header-box-price.left-justify {
  text-align: left;
}

.header-box-price.centered {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.header-box-price.medium {
  display: block;
  width: 80%;
  margin: -34px auto 1px;
  padding-bottom: 23px;
  border: 2px solid #000;
  background-color: #fff;
  text-align: center;
}

.galerie-section {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 110px;
  padding-bottom: 110px;
  text-align: center;
}

.galerie-section.intro {
  overflow: visible;
  padding-top: 90px;
  padding-bottom: 90px;
  text-align: center;
}

.galerie-section.gray {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f5f5f5;
}

.galerie-section.gray.call-to-action {
  overflow: visible;
  height: 290px;
  margin-bottom: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.galerie-section.dark {
  overflow: hidden;
  padding-top: 110px;
  padding-bottom: 110px;
  background-color: #1e1e1e;
}

.galerie-section.no-top-padding {
  padding-top: 0px;
}

.galerie-section.no-top-border {
  position: relative;
  padding-top: 0px;
}

.galerie-section.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f8f8f8;
}

.galerie-section.footer.dark {
  padding-bottom: 40px;
  background-color: #242424;
}

.galerie-section.no-bottom-padding {
  padding-bottom: 60px;
}

.galerie-section.image-background {
  background-image: url('../images/sofa.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.galerie-section.split {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1e1e1e;
}

.circle-section {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 110px;
  text-align: center;
}

.circle-section.intro {
  overflow: visible;
  padding-top: 90px;
  padding-bottom: 90px;
  text-align: center;
}

.circle-section.gray {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f5f5f5;
}

.circle-section.gray.call-to-action {
  overflow: visible;
  height: 290px;
  margin-bottom: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.circle-section.dark {
  overflow: hidden;
  padding-top: 110px;
  padding-bottom: 110px;
  background-color: #1e1e1e;
}

.circle-section.no-top-padding {
  padding-top: 0px;
}

.circle-section.no-top-border {
  position: relative;
  padding-top: 0px;
}

.circle-section.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f8f8f8;
}

.circle-section.footer.dark {
  padding-bottom: 40px;
  background-color: #242424;
}

.circle-section.no-bottom-padding {
  padding-bottom: 60px;
}

.circle-section.image-background {
  background-image: url('../images/sofa.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.circle-section.split {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1e1e1e;
}

.image-2 {
  margin-right: -36px;
  margin-left: -47px;
  padding-left: 10px;
}

.image-3 {
  width: 300px;
  margin-top: 120px;
  margin-left: 92px;
  padding-left: 0px;
}

.paragraph-2 {
  margin-top: 6px;
  margin-left: -1px;
  padding-left: 0px;
  font-size: 18px;
  text-align: center;
}

.image-4 {
  margin-bottom: 0px;
  margin-left: 5px;
  padding-top: 0px;
  padding-left: 0px;
}

.image-5 {
  position: absolute;
  margin-top: -37px;
  margin-right: 7px;
  margin-left: -77px;
  padding-top: 39px;
  padding-left: 0px;
}

.image-6 {
  position: absolute;
  margin-top: -1px;
  margin-left: -76px;
}

.image-7 {
  margin-top: 6px;
  margin-left: -1px;
  padding-left: 0px;
}

.heading-5 {
  color: #fff;
  font-size: 40px;
}

.pointing-down-arrow {
  display: block;
  margin-top: -40px;
  margin-right: auto;
  margin-left: auto;
}

.no-showvideocontent-se {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 110px;
  padding-bottom: 110px;
  text-align: center;
}

.no-showvideocontent-se.intro {
  overflow: visible;
  padding-top: 90px;
  padding-bottom: 90px;
  text-align: center;
}

.no-showvideocontent-se.gray {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f5f5f5;
}

.no-showvideocontent-se.gray.call-to-action {
  overflow: visible;
  height: 290px;
  margin-bottom: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.no-showvideocontent-se.dark {
  overflow: hidden;
  margin-top: 109px;
  padding-top: 110px;
  padding-bottom: 110px;
  background-color: #1e1e1e;
}

.no-showvideocontent-se.no-top-padding {
  padding-top: 0px;
}

.no-showvideocontent-se.no-top-border {
  position: relative;
  padding-top: 0px;
}

.no-showvideocontent-se.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f8f8f8;
}

.no-showvideocontent-se.footer.dark {
  padding-bottom: 40px;
  background-color: #242424;
}

.no-showvideocontent-se.no-bottom-padding {
  display: block;
  margin-top: 40px;
  margin-bottom: 0px;
  padding-top: 111px;
  padding-bottom: 90px;
}

.no-showvideocontent-se.image-background {
  background-image: url('../images/sofa.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.no-showvideocontent-se.split {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1e1e1e;
}

.div-block {
  position: relative;
  overflow: visible;
  margin-top: 60px;
}

.html-embed_ben {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: inline;
}

.heading-buble-3 {
  text-align: center;
}

.heading-buble-3.big {
  margin-top: -14px;
  margin-bottom: -46px;
  padding-right: 0px;
  padding-bottom: 0px;
  color: #212121;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
}

.heading-buble-3.left {
  font-size: 36px;
  line-height: 44px;
  text-align: left;
}

.heading-buble-1 {
  text-align: center;
}

.heading-buble-1.big {
  margin-top: 69px;
  margin-bottom: -46px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
}

.heading-buble-1.left {
  font-size: 36px;
  line-height: 44px;
  text-align: left;
}

.heading-buble-2 {
  text-align: center;
}

.heading-buble-2.big {
  margin-top: 43px;
  margin-bottom: -46px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
}

.heading-buble-2.left {
  font-size: 36px;
  line-height: 44px;
  text-align: left;
}

.service-feature-box-left {
  position: relative;
  display: block;
  overflow: visible;
  width: 32%;
  margin-right: 10px;
  margin-bottom: 50px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}

.service-feature-box-left.shadow {
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  box-shadow: 16px 16px 35px -7px rgba(0, 0, 0, 0.18);
}

.iden-feature-box-right {
  position: relative;
  display: block;
  overflow: visible;
  width: 32%;
  margin-right: 10px;
  margin-bottom: 50px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}

.iden-feature-box-right.shadow {
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  box-shadow: 16px 16px 35px -7px rgba(0, 0, 0, 0.18);
}

.service-feature-box-2copy {
  position: relative;
  display: block;
  overflow: visible;
  width: 32%;
  margin-right: 307px;
  margin-bottom: 50px;
  margin-left: -62px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}

.service-feature-box-2copy.shadow {
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  box-shadow: 16px 16px 35px -7px rgba(0, 0, 0, 0.18);
}

.frame-networking-picture-copy {
  display: block;
  margin-top: 95px;
  margin-right: auto;
  margin-left: auto;
}

.high-tech-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-bottom: 29px;
  -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;
}

.slide-2 {
  margin-top: 85px;
}

.slide-3 {
  margin-top: 85px;
}

.image-9 {
  display: block;
}

.how-i-work-row-3-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.diamond-icon-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-bottom: 29px;
  -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;
}

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

.bold-text {
  display: none;
}

.div-block-2 {
  width: 25px;
}

.div-block-3 {
  height: 25px;
}

.div-fr {
  position: absolute;
  right: 0px;
  bottom: 0px;
  height: 25px;
  font-family: Lato, sans-serif;
}

.link-block {
  position: absolute;
  margin-left: 3px;
  text-decoration: none;
}

.link-block.w--current {
  margin-left: 10px;
}

.div-block-4 {
  width: 25px;
}

.div-block-5 {
  height: 25px;
}

.div-block-6 {
  height: 25px;
}

.div-block-7 {
  position: relative;
}

.div-block-8 {
  position: relative;
}

.div-block-9 {
  position: relative;
}

.div-block-10 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  margin-top: 22px;
  margin-bottom: 54px;
  margin-left: 901px;
  padding-left: 0px;
}

.link-block-2 {
  margin-right: 13px;
  margin-left: -22px;
  padding-right: 2px;
  padding-left: 0px;
  color: #212121;
  text-decoration: none;
}

.link-block-2.w--current {
  margin-right: 26px;
  margin-left: -24px;
  padding-right: 0px;
  padding-left: 0px;
}

.text-block {
  font-family: Varela, sans-serif;
  color: #212121;
  text-decoration: none;
}

.link-block-3 {
  position: absolute;
  width: 50%;
  height: 100%;
}

.text-block-2 {
  font-family: Varela, sans-serif;
}

.button-2 {
  margin-left: 117px;
}

.image-11 {
  margin-top: 196px;
}

.heading-7 {
  text-align: center;
}

.heading-8 {
  text-align: center;
}

.heading-9 {
  overflow: visible;
  text-align: center;
}

.image-12 {
  margin-top: 69px;
}

.image-13 {
  margin-top: 44px;
}

.image-14 {
  margin-bottom: 104px;
}

.image-15 {
  position: relative;
  margin-top: -143px;
}

.image-16 {
  position: relative;
  margin-top: -143px;
}

.paragraph-3 {
  font-style: normal;
}

.header-box-open {
  text-align: left;
}

.header-box-open.left-justify {
  text-align: left;
}

.header-box-open.centered {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.header-box-open.medium {
  display: block;
  width: 80%;
  margin-top: 14px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  border: 2px solid #000;
  background-color: #fff;
  text-align: center;
}

.header-box-10 {
  text-align: left;
}

.header-box-10.left-justify {
  text-align: left;
}

.header-box-10.centered {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.header-box-10.medium {
  display: block;
  width: 80%;
  margin-top: 7px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  border: 2px solid #000;
  background-color: #fff;
  text-align: center;
}

.image-17 {
  position: absolute;
}

.image-18 {
  position: absolute;
}

.image-19 {
  position: absolute;
  margin-top: 10px;
  margin-left: 3px;
}

.image-20 {
  margin-left: -58px;
}

.image-21 {
  margin-bottom: 14px;
}

.heading-10 {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: auto;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #333;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.link-block-4 {
  position: static;
  width: 100%;
  height: 100%;
  padding-right: 0px;
  color: #212121;
  text-decoration: none;
}

.link-2 {
  color: #212121;
  text-decoration: none;
}

.section {
  padding-top: 52px;
  padding-bottom: 52px;
}

.image-100 {
  margin-top: 152px;
}

.image-101 {
  margin-top: 25px;
}

.image-102 {
  margin-top: -2px;
}

.image-104 {
  margin-top: 10px;
}

.image-105 {
  margin-top: 143px;
}

.button-1 {
  position: relative;
  display: inline-block;
  min-width: 200px;
  margin-top: 33px;
  padding: 26px 45px;
  clear: left;
  background-color: #2e2e2e;
  -webkit-transition: background-color 400ms ease, color 200ms ease;
  transition: background-color 400ms ease, color 200ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-1:hover {
  padding-top: 23px;
  padding-bottom: 23px;
  border: 3px solid #2e2e2e;
  background-color: transparent;
  color: #111;
  font-weight: 700;
  text-decoration: none;
}

.button-1.top-border {
  margin-top: 73px;
}

.dark-frame-box-1 {
  display: block;
  width: 402px;
  height: 500px;
  margin-right: auto;
  margin-left: auto;
  border: 32px solid #2e2e2e;
  background-color: #fff;
  background-image: url('../images/Open-Space-Bruxelles-WAOcoworking2.jpg');
  background-position: 50% 0px;
  background-size: 600px 450px;
  box-shadow: 15px 15px 38px -3px rgba(0, 0, 0, 0.44);
}

.link-block-5 {
  width: 100%;
  height: 100%;
  color: #212121;
  text-decoration: none;
}

.hero-title-bureau-11 {
  font-family: Raleway, sans-serif;
  color: #333;
  font-size: 47px;
  line-height: 50px;
  font-weight: 200;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.mobile-header-box-open {
  text-align: left;
}

.mobile-header-box-open.left-justify {
  text-align: left;
}

.mobile-header-box-open.centered {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.mobile-header-box-open.medium {
  display: none;
  width: 80%;
  margin-top: 14px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  border: 2px solid #000;
  background-color: #fff;
  text-align: center;
}

.mobile-bureaux-paragraph.gray {
  color: #909090;
}

.mobile-bureaux-paragraph.small {
  font-size: 21px;
  line-height: 30px;
}

.mobile-bureaux-paragraph.medium {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
}

.mobile-bureaux-paragraph.big {
  font-size: 30px;
  line-height: 42px;
}

.other-features-100 {
  position: relative;
  display: block;
  width: 80%;
  margin: 70px auto 110px;
  padding: 40px 30px 40px 11px;
  background-color: #fff;
  box-shadow: 16px 16px 35px -7px rgba(0, 0, 0, 0.22);
}

.header-box-100 {
  text-align: left;
}

.header-box-100.left-justify {
  text-align: left;
}

.header-box-100.centered {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.header-box-100.medium {
  display: block;
  width: 80%;
  margin-top: 8px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  border: 2px solid #000;
  background-color: #fff;
  text-align: center;
}

.content-wrapper100 {
  position: relative;
  display: block;
  width: 80%;
  max-width: 1040px;
  margin-top: -3px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
  text-align: left;
}

.content-wrapper100.narrow {
  width: 70%;
  max-width: 1120px;
  padding-right: 3%;
  padding-left: 3%;
}

.content-wrapper100.narrow.gray {
  margin-top: 60px;
  padding-top: 15px;
  padding-bottom: 24px;
  background-color: #f5f5f5;
}

.content-wrapper100.hero {
  font-family: 'Abril Fatface', sans-serif;
  color: #fff;
  text-align: center;
}

.content-wrapper100.white {
  background-color: #fff;
}

.content-wrapper100.overlapping {
  margin-top: -210px;
  padding-top: 45px;
  background-color: #fff;
}

.content-wrapper100.wide {
  max-width: 1140px;
}

.content-wrapper100.flex {
  -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;
}

.hero-title-bureau-10 {
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 47px;
  line-height: 50px;
  font-weight: 200;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.image-106 {
  margin-top: 69px;
}

.image-107 {
  margin-top: 47px;
}

.image-108 {
  margin-top: 149px;
}

.link-block-6 {
  width: 100%;
  height: 100%;
  color: #212121;
  text-decoration: none;
}

.heading-11 {
  margin-bottom: 0px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #212121;
}

.dark-frame-box-10 {
  display: block;
  width: 402px;
  height: 500px;
  margin-right: auto;
  margin-left: auto;
  border: 32px solid #2e2e2e;
  background-color: #fff;
  background-image: url('../images/Bureau-privatif-Bruxelles-wao-coworking-3.jpg');
  background-position: 50% 100%;
  background-size: 600px 450px;
  box-shadow: 15px 15px 38px -3px rgba(0, 0, 0, 0.44);
}

.hero-title-bureau-1 {
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 47px;
  line-height: 50px;
  font-weight: 200;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.dark-frame-box-11 {
  display: block;
  width: 402px;
  height: 500px;
  margin-right: auto;
  margin-left: auto;
  border: 32px solid #2e2e2e;
  background-color: #fff;
  background-image: url('../images/Bureau-privatif-Bruxelles-wao-coworking-3.jpg');
  background-position: 50% 100%;
  background-size: 600px 450px;
  box-shadow: 15px 15px 38px -3px rgba(0, 0, 0, 0.44);
}

.dark-frame-box-15 {
  display: block;
  width: 402px;
  height: 500px;
  margin-right: auto;
  margin-left: auto;
  border: 32px solid #2e2e2e;
  background-color: #fff;
  background-image: url('../images/location-Événement-Bruxelles-WAOcoworking-5.jpg');
  background-position: 50% 100%;
  background-size: 600px 450px;
  box-shadow: 15px 15px 38px -3px rgba(0, 0, 0, 0.44);
}

.hero-title-bureau-4 {
  color: #999;
}

.content-wrapper-2 {
  position: relative;
  display: block;
  width: 80%;
  max-width: 1040px;
  margin-top: -3px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
  text-align: left;
}

.content-wrapper-2.narrow {
  width: 70%;
  max-width: 1120px;
  padding-right: 3%;
  padding-left: 3%;
}

.content-wrapper-2.narrow.gray {
  margin-top: 60px;
  padding-top: 15px;
  padding-bottom: 24px;
  background-color: #f5f5f5;
}

.content-wrapper-2.hero {
  font-family: 'Abril Fatface', sans-serif;
  color: #fff;
  text-align: center;
}

.content-wrapper-2.white {
  background-color: #fff;
}

.content-wrapper-2.overlapping {
  margin-top: -210px;
  padding-top: 45px;
  background-color: #fff;
}

.content-wrapper-2.wide {
  max-width: 1140px;
}

.content-wrapper-2.flex {
  -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;
}

.image-115 {
  margin-top: 187px;
}

.image-120 {
  position: absolute;
}

.link-block-7 {
  width: 100%;
  height: 100%;
  color: #212121;
  text-decoration: none;
}

.heading-12 {
  margin-bottom: 0px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #212121;
}

.dark-frame-box-13 {
  display: block;
  width: 402px;
  height: 500px;
  margin-right: auto;
  margin-left: auto;
  border: 32px solid #2e2e2e;
  background-color: #fff;
  background-image: url('../images/Open-Space-Bruxelles-WAOcoworking2.jpg');
  background-position: 50% 0px;
  background-size: 600px 450px;
  box-shadow: 15px 15px 38px -3px rgba(0, 0, 0, 0.44);
}

.dark-frame-box-17 {
  display: block;
  width: 402px;
  height: 500px;
  margin-right: auto;
  margin-left: auto;
  border: 32px solid #2e2e2e;
  background-color: #fff;
  background-image: url('../images/Bureau-privatif-Bruxelles-wao-coworking-3.jpg');
  background-position: 50% 100%;
  background-size: 600px 450px;
  box-shadow: 15px 15px 38px -3px rgba(0, 0, 0, 0.44);
}

.image-150 {
  margin-left: -21px;
  padding-top: 0px;
  padding-left: 0px;
}

.image-154 {
  margin-top: 79px;
  margin-bottom: 104px;
}

.image-155 {
  margin-top: 74px;
}

.link-block-8 {
  width: 100%;
  height: 100%;
}

.link-block-9 {
  width: 100%;
  height: 100%;
}

.heading-13 {
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #212121;
}

.heading-14 {
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #212121;
}

.div-block-11 {
  overflow: visible;
}

.heading-15 {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  border: 2px none #000;
  font-family: 'Abril Fatface', sans-serif;
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  text-align: center;
}

.container-3 {
  border: 2px solid #000;
}

.paragraph-5 {
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  line-height: 42px;
  font-weight: 300;
  text-align: center;
}

.link-block-10 {
  width: 100%;
  height: 100%;
}

.heading-16 {
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #333;
}

.link-block-11 {
  width: 100%;
  height: 100%;
  color: #333;
}

.link-block-12 {
  width: 100%;
  height: 100%;
}

.navbar-fr {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 90px;
  background-color: #fff;
}

.navbar-fr.black {
  background-color: #2e2e2e;
}

.navbar-fr.dark {
  background-color: #242424;
}

.image-156 {
  position: static;
  width: 100%;
  height: 100%;
  background-image: url('../images/location-salle-de-réunion-bruxelles-wao-coworking-.jpg');
  background-position: 0px 0px;
  background-size: auto 450px;
}

.dark-frame-box-100 {
  display: block;
  width: 402px;
  height: 500px;
  margin-right: auto;
  margin-left: auto;
  border: 32px solid #2e2e2e;
  background-color: #fff;
  background-image: url('../images/Open-Space-Bruxelles-WAOcoworking2.jpg');
  background-position: 50% 0px;
  background-size: cover;
  box-shadow: 15px 15px 38px -3px rgba(0, 0, 0, 0.44);
}

.image-157 {
  -webkit-transform: rotateX(-7deg) rotateY(-167deg) rotateZ(87deg);
  transform: rotateX(-7deg) rotateY(-167deg) rotateZ(87deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image-158 {
  margin-top: 262px;
  margin-left: 153px;
}

.text-block-3 {
  margin-bottom: -1px;
  padding-bottom: 0px;
  clear: none;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 16px;
  text-align: right;
}

.heading-17 {
  margin-bottom: 0px;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.heading-18 {
  margin-bottom: 0px;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.heading-19 {
  margin-bottom: 0px;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.text-block-4 {
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 11px;
  text-align: right;
}

.heading-20 {
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
}

.heading-21 {
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
}

.heading-22 {
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
}

.div-block-12 {
  background-image: url('../images/Open-Space-Bruxelles-WAOcoworking2.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-13 {
  background-image: url('../images/Open-Space-Bruxelles-WAOcoworking2.jpg');
  background-position: 50% 3px;
  background-size: 600px 450px;
  background-repeat: repeat-y;
}

.div-block-14 {
  background-image: url('../images/Bureau-privatif-Bruxelles-wao-coworking-3.jpg');
  background-position: 50% 0px;
  background-size: 600px 450px;
}

.div-block-15 {
  background-image: url('../images/location-Événement-Bruxelles-WAOcoworking-5.jpg');
  background-position: 50% 0px;
  background-size: 600px 450px;
}

.div-block-16 {
  background-image: url('../images/location-Salle-de-réunion-bruxelles-WAO-coworking-2.jpg');
  background-position: 50% 0px;
  background-size: 600px 450px;
}

.div-block-17 {
  background-image: url('../images/location-Événement-Bruxelles-WAOcoworking-5.jpg');
  background-position: 50% 0px;
  background-size: 600px;
}

.link-block-13 {
  width: 100%;
  height: 100%;
  color: #333;
  text-decoration: none;
}

.paragraph-6 {
  font-size: 18px;
  font-style: italic;
  text-decoration: underline;
}

.image-159 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.link-3 {
  color: #212121;
}

.flex-wrapper-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 65px;
  margin-bottom: -87px;
  padding-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-wrapper-25.top-border {
  margin-top: 30px;
}

.div-block-18 {
  margin-top: 0px;
}

.div-block-25 {
  margin-top: 158px;
  margin-bottom: 65px;
}

.video-box-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  min-height: 410px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/image-facade.png');
  background-position: 52% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 16px 16px 35px -7px rgba(33, 33, 33, 0.3);
}

.video-element-box-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 122px;
  margin-bottom: 123px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hero-title-bureau36 {
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 47px;
  line-height: 50px;
  font-weight: 200;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.image-130 {
  margin-top: 90px;
}

.image-170 {
  margin-top: 178px;
}

.div-block-26 {
  background-image: url('../images/armchairs-blur-business-296883.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.image-160 {
  margin-top: 40px;
}

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

.other-features-8 {
  display: block;
  width: 80%;
  margin: 70px auto 110px;
  padding: 25px 11px 40px 30px;
  background-color: #fff;
  box-shadow: 16px 16px 35px -7px rgba(0, 0, 0, 0.28);
}

.other-features-8.no-bottom-border {
  width: 80%;
  margin-bottom: 0px;
  box-shadow: 16px 16px 35px -7px rgba(0, 0, 0, 0.22);
}

.button-34 {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  min-width: 200px;
  margin-top: 405px;
  padding: 26px 45px;
  clear: left;
  background-color: #2e2e2e;
  -webkit-transition: background-color 400ms ease, color 200ms ease;
  transition: background-color 400ms ease, color 200ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-34:hover {
  padding-top: 23px;
  padding-bottom: 23px;
  border: 3px solid #2e2e2e;
  background-color: transparent;
  color: #111;
  font-weight: 700;
  text-decoration: none;
}

.button-34.top-border {
  margin-top: 73px;
}

.service-feature-10 {
  position: relative;
  width: 32%;
  margin-bottom: 50px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}

.service-feature-10.shadow {
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  box-shadow: 16px 16px 35px -7px rgba(0, 0, 0, 0.28);
}

.hide-other-features-section {
  position: relative;
  display: none;
  overflow: hidden;
  padding-top: 110px;
}

.heading-23 {
  font-size: 45px;
  line-height: 48px;
}

.bold-text-3 {
  font-style: italic;
  font-weight: 400;
}

.bold-text-4 {
  font-style: italic;
  font-weight: 400;
}

.bold-text-5 {
  font-style: italic;
  font-weight: 400;
}

.bold-text-6 {
  font-style: italic;
  font-weight: 400;
}

.bold-text-7 {
  font-style: italic;
  font-weight: 400;
}

.bold-text-8 {
  font-style: italic;
  font-weight: 400;
}

.bold-text-9 {
  font-style: italic;
  font-weight: 400;
}

.bold-text-10 {
  font-style: italic;
  font-weight: 400;
}

.bold-text-11 {
  font-style: italic;
  font-weight: 400;
}

.bold-text-12 {
  font-style: italic;
  font-weight: 400;
}

.bold-text-13 {
  font-style: italic;
  font-weight: 400;
}

.bold-text-14 {
  font-style: italic;
  font-weight: 400;
}

.bold-text-15 {
  font-style: italic;
  font-weight: 400;
}

.bold-text-16 {
  font-style: italic;
  font-weight: 400;
}

.bold-text-17 {
  font-style: italic;
  font-weight: 400;
}

.bold-text-18 {
  font-style: italic;
  font-weight: 400;
}

.bold-text-19 {
  font-style: italic;
  font-weight: 400;
}

.bold-text-20 {
  font-style: italic;
  font-weight: 400;
}

.bold-text-21 {
  font-style: italic;
  font-weight: 400;
}

.bold-text-22 {
  font-style: italic;
  font-weight: 400;
}

.bold-text-23 {
  font-style: italic;
  font-weight: 400;
}

.bold-text-24 {
  font-style: italic;
  font-weight: 400;
}

.bold-text-25 {
  font-style: italic;
  font-weight: 400;
}

.header-box-40 {
  text-align: left;
}

.header-box-40.left-justify {
  text-align: left;
}

.header-box-40.centered {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.header-box-40.medium {
  display: block;
  width: 80%;
  margin-top: 7px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  border: 2px solid #000;
  background-color: #fff;
  text-align: center;
}

.image-200 {
  margin-top: 119px;
}

.image-300 {
  margin-top: -33px;
}

.italic-text {
  font-weight: 400;
}

.italic-text-2 {
  font-weight: 400;
}

.italic-text-3 {
  font-weight: 400;
}

.italic-text-4 {
  font-weight: 400;
}

.italic-text-5 {
  font-weight: 400;
}

.italic-text-6 {
  font-weight: 400;
}

.italic-text-7 {
  font-weight: 400;
}

.italic-text-8 {
  font-weight: 400;
}

.italic-text-9 {
  font-weight: 400;
}

.italic-text-10 {
  font-weight: 400;
}

.italic-text-11 {
  font-weight: 400;
}

.italic-text-12 {
  font-weight: 400;
}

.italic-text-13 {
  font-weight: 400;
}

.italic-text-14 {
  font-weight: 400;
}

.italic-text-15 {
  font-weight: 400;
}

.italic-text-16 {
  font-weight: 400;
}

.italic-text-17 {
  font-weight: 400;
}

.italic-text-18 {
  font-weight: 400;
}

.italic-text-19 {
  font-weight: 400;
}

.italic-text-20 {
  font-weight: 400;
}

.italic-text-21 {
  font-weight: 400;
}

.image-140 {
  margin-top: 10px;
}

.link-block-14 {
  width: 100%;
  height: 100%;
}

.link-block-15 {
  width: 100%;
  height: 100%;
  color: #212121;
  text-decoration: none;
}

.link-block-16 {
  width: 100%;
  height: 100%;
}

.paragraph-7 {
  font-size: 18px;
  font-style: italic;
  text-align: center;
  text-decoration: underline;
}

.paragraph-20 {
  margin-top: 51px;
  margin-left: -1px;
  padding-left: 0px;
  font-size: 18px;
  text-align: center;
}

.paragraph-21 {
  margin-top: 21px;
  margin-left: -1px;
  padding-left: 0px;
  font-size: 18px;
  text-align: center;
}

.paragraph-23 {
  margin-top: 53px;
  margin-left: -1px;
  padding-left: 0px;
  font-size: 18px;
  text-align: center;
}

.paragraph-24 {
  font-size: 18px;
  font-style: italic;
  text-decoration: underline;
}

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

.link-block-17 {
  width: 100%;
  height: 100%;
  color: #333;
  text-align: center;
  text-decoration: none;
}

.link-block-18 {
  width: 100%;
  height: 100%;
  color: #333;
  text-decoration: none;
}

.div-block-27 {
  width: 100%;
  height: 100%;
  color: #333;
  text-decoration: none;
}

.link-block-19 {
  color: #333;
  text-decoration: none;
}

.link-block-20 {
  width: 100%;
  height: 100%;
  color: #333;
  text-decoration: none;
}

.link-block-21 {
  width: 100%;
  height: 100%;
  color: #333;
  text-decoration: none;
}

.paragraph-26 {
  color: #333;
  font-size: 18px;
  font-style: italic;
  text-decoration: underline;
}

.paragraph-27 {
  font-size: 18px;
  font-style: italic;
  text-decoration: underline;
}

.paragraph-28 {
  font-size: 18px;
  font-style: italic;
  text-decoration: underline;
}

.paragraph-29 {
  margin-top: 28px;
  margin-left: -1px;
  padding-left: 0px;
  font-size: 18px;
  text-align: center;
}

.image-description-20 {
  position: relative;
  left: 0px;
  bottom: 0px;
  z-index: 100;
  display: block;
  width: 180px;
  height: 100px;
  margin: 77px auto 109px;
  padding-right: 26px;
  padding-bottom: 0px;
  padding-left: 10px;
  background-color: hsla(0, 0%, 100%, 0.62);
  text-align: left;
}

.text-block-10 {
  margin-bottom: -1px;
  padding-bottom: 0px;
  clear: none;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 18px;
  text-align: right;
  text-decoration: none;
}

.link-block-22 {
  width: 100%;
  height: 100%;
  color: #333;
  text-decoration: none;
}

.paragraph-30 {
  font-size: 18px;
  font-style: italic;
  text-align: center;
  text-decoration: underline;
}

.paragraph-31 {
  font-size: 18px;
  font-style: italic;
  text-align: center;
  text-decoration: underline;
}

.paragraph-32 {
  font-size: 18px;
  font-style: italic;
  text-decoration: underline;
}

.paragraph-33 {
  font-size: 18px;
  font-style: italic;
  text-align: center;
  text-decoration: underline;
}

.paragraph-34 {
  font-size: 18px;
  font-style: italic;
  text-align: center;
  text-decoration: underline;
}

.paragraph-35 {
  font-size: 18px;
  font-style: italic;
  text-align: center;
  text-decoration: underline;
}

.link-block-23 {
  width: 100%;
  height: 100%;
  color: #333;
  text-decoration: none;
}

.paragraph-40 {
  margin-top: 74px;
  margin-left: -1px;
  padding-left: 0px;
  font-size: 18px;
  text-align: center;
}

.paragraph-36 {
  margin-top: 69px;
  margin-left: -1px;
  padding-left: 0px;
  font-size: 18px;
  text-align: center;
}

.link-block-24 {
  width: 100%;
  height: 100%;
  color: #333;
  font-style: normal;
  text-decoration: none;
}

.link-block-25 {
  width: 100%;
  height: 100%;
  color: #333;
  text-decoration: none;
}

.link-block-26 {
  width: 100%;
  height: 100%;
}

.link-block-27 {
  width: 100%;
  height: 100%;
  color: #333;
  text-decoration: none;
}

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

.header-box150 {
  text-align: left;
}

.header-box150.left-justify {
  text-align: left;
}

.header-box150.centered {
  display: block;
  overflow: visible;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.header-box150.medium {
  display: block;
  width: 80%;
  margin-top: -45px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  border: 2px solid #212121;
  background-color: #fff;
  text-align: center;
}

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

.section-2 {
  display: none;
}

.link-8 {
  display: none;
}

.div-block-32 {
  display: block;
}

.link-9 {
  display: none;
}

.link-10 {
  display: none;
}

.link-11 {
  display: none;
}

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

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

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

.header-box-140 {
  text-align: left;
}

.header-box-140.left-justify {
  text-align: left;
}

.header-box-140.centered {
  display: block;
  overflow: visible;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.header-box-140.medium {
  display: block;
  width: 80%;
  margin-top: 52px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  border: 2px solid #212121;
  background-color: #fff;
  text-align: center;
}

.header-box-145 {
  text-align: left;
}

.header-box-145.left-justify {
  text-align: left;
}

.header-box-145.centered {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.header-box-145.medium {
  display: block;
  width: 80%;
  margin-top: 7px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  border: 2px solid #000;
  background-color: #fff;
  text-align: center;
}

.header-box-150 {
  text-align: left;
}

.header-box-150.left-justify {
  text-align: left;
}

.header-box-150.centered {
  display: block;
  overflow: visible;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.header-box-150.medium {
  display: block;
  width: 80%;
  margin-top: 77px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  border: 2px solid #212121;
  background-color: #fff;
  text-align: center;
}

.link-12 {
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: lowercase;
}

.bold-text-26 {
  color: #fdff39;
}

.link-13 {
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 400;
}

.bold-text-27 {
  color: #f03e99;
  font-weight: 400;
}

.link-14 {
  color: #fff;
  font-weight: 400;
  text-transform: lowercase;
}

.link-block-28 {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100px;
  height: 100px;
  margin-left: 0px;
  background-image: url('../images/thinking.png');
  background-size: cover;
}

.header-box-service {
  text-align: left;
}

.header-box-service.left-justify {
  text-align: left;
}

.header-box-service.centered {
  display: block;
  overflow: visible;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.header-box-service.medium {
  display: block;
  width: 80%;
  margin: 95px auto 120px;
  padding-top: 0px;
  border: 2px solid #212121;
  background-color: #fff;
  text-align: center;
}

.paragraph-41 {
  display: block;
}

.conversation-bloc {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 50;
  width: 120px;
  height: 100px;
  margin-right: 35px;
  margin-bottom: 0px;
  border-radius: 50%;
  background-color: #f7f7f7;
  background-image: url('../images/thinking.png');
  background-position: 50% 50%;
  background-size: 75px;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
  cursor: pointer;
}

.phone-multicolumn-hover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  overflow: visible;
  margin: 25px;
  -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: hsla(0, 0%, 100%, 0.49);
  text-align: center;
}

.phone-multicolumn-hover.medium {
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 50px;
  margin-right: 32px;
  padding-top: 0px;
  -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;
}

.phone-multicolumn-hover.small {
  padding-top: 83px;
}

.link-block-29 {
  width: 100%;
  height: 100%;
  color: #212121;
  text-decoration: none;
}

.link-block-30 {
  width: 100%;
  height: 100%;
  color: #212121;
  text-decoration: none;
}

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

.link-block-31 {
  width: 100%;
  height: 100%;
  color: #333;
  text-decoration: none;
}

.link-block-32 {
  width: 100%;
  height: 100%;
  color: #333;
  text-decoration: none;
}

.link-block-33 {
  width: 100%;
  height: 100%;
  color: #333;
  text-decoration: none;
}

.div-block-37 {
  color: #333;
  text-decoration: none;
}

.link-block-34 {
  color: #333;
  text-decoration: none;
}

.link-block-35 {
  color: #333;
  text-decoration: none;
}

.link-block-36 {
  color: #333;
  text-decoration: none;
}

.image-301 {
  margin-top: 43px;
}

.image-302 {
  margin-top: 23px;
  margin-bottom: 9px;
  padding-bottom: 0px;
}

.image-303 {
  margin-bottom: 12px;
}

.button-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 215px;
  height: 67px;
  margin-top: 129px;
  margin-left: 79px;
  padding-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #333;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Lato, sans-serif;
  text-transform: uppercase;
}

.link-block-37 {
  color: transparent;
  cursor: default;
}

.link-block-38 {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.paragraph-43 {
  display: inline-block;
  width: 60px;
  height: 60px;
}

.image-304 {
  position: relative;
}

.link-block-39 {
  position: relative;
  margin-top: -3px;
  margin-left: 322px;
  float: left;
  clear: left;
}

.facebook-2 {
  margin-top: -35px;
  margin-left: 394px;
  float: left;
  clear: left;
}

.link-block-40 {
  margin-top: -96px;
  margin-left: 602px;
  float: left;
  clear: left;
}

.facebook-3 {
  margin-top: -89px;
  margin-left: 661px;
  float: left;
  clear: left;
}

.image-305 {
  margin-bottom: 98px;
}

.image-306 {
  display: none;
}

.image-307 {
  margin-bottom: 93px;
}

.image-308 {
  display: none;
}

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

.html-embed-3 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: none;
  overflow: visible;
  width: 100%;
}

.bold-text-28 {
  font-weight: 300;
}

.bold-text-29 {
  font-weight: 300;
}

.bold-text-30 {
  font-weight: 300;
}

.button-337 {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  min-width: 200px;
  margin-top: 13px;
  padding: 26px 45px;
  clear: left;
  background-color: #2e2e2e;
  -webkit-transition: background-color 400ms ease, color 200ms ease;
  transition: background-color 400ms ease, color 200ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-337:hover {
  padding-top: 23px;
  padding-bottom: 23px;
  border: 3px solid #2e2e2e;
  background-color: transparent;
  color: #111;
  font-weight: 700;
  text-decoration: none;
}

.button-337.top-border {
  margin-top: 73px;
}

.heading-24 {
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 47px;
  line-height: 57px;
  font-weight: 200;
  text-transform: uppercase;
}

.heading-112 {
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 47px;
  line-height: 57px;
  font-weight: 200;
  text-transform: uppercase;
}

.paragraph-44 {
  font-family: 'Abril Fatface', sans-serif;
  color: #333;
  font-size: 35px;
  line-height: 41px;
}

.h1-mini-title {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: Lato, sans-serif;
  color: #212121;
  font-size: 13px;
  line-height: 19px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.h1-mini-title.white {
  margin-top: -1px;
  color: #fff;
}

.h1-mini-title.footer {
  font-size: 11.5px;
}

.h1-mini-title.footer.white {
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.h1-mini-title.gray {
  color: #a3abb1;
}

.paragraph-45 {
  font-family: 'Abril Fatface', sans-serif;
  color: #333;
  font-size: 35px;
  line-height: 41px;
  font-weight: 400;
}

.bold-text-31 {
  font-size: 30px;
  line-height: 36px;
}

.bold-text-32 {
  font-size: 30px;
  line-height: 36px;
}

.bold-text-33 {
  font-size: 30px;
  line-height: 32px;
}

.bold-text-34 {
  font-size: 30px;
  line-height: 36px;
}

.bold-text-35 {
  font-size: 30px;
  line-height: 36px;
}

.html-embed-4 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
}

.html-embed_bfr {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.html-embed-5 {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.html-embed-6 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.html-embed-7 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.html-embed-8 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.html-embed-9 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.html-embed-10 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

html.w-mod-js *[data-ix="initial-appearance-full-page-menu"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="initial-appearance-menu-items"] {
  opacity: 1;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="move-down-hero-header"] {
  opacity: 0;
  -webkit-transform: translate(0px, -25px);
  -ms-transform: translate(0px, -25px);
  transform: translate(0px, -25px);
}

html.w-mod-js *[data-ix="move-up-hero-title"] {
  opacity: 0;
  -webkit-transform: translate(0px, 25px);
  -ms-transform: translate(0px, 25px);
  transform: translate(0px, 25px);
}

html.w-mod-js *[data-ix="show-up-body"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="show-up-on-scroll-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="show-up-on-scroll-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="show-up-on-scroll-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="show-up-on-scroll-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="show-up-on-scroll-5"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="show-up-on-scroll-6"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="show-up-on-scroll-7"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="show-up-on-scroll-8"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="show-up-on-scroll-9"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="show-up-on-scroll-10"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="show-up-on-scroll-11"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="show-up-on-scroll-12"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="show-up-on-scroll-30"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="show-up-on-scroll-31"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="show-up-on-scroll-32"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="show-up-on-scroll-33"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="show-up-on-scroll-34"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="show-up-on-scroll-35"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="full-transparency-on-hover-left-arrow"] {
  opacity: 0.4;
}

html.w-mod-js *[data-ix="full-transparency-on-hover-right-arrow"] {
  opacity: 0.4;
}

html.w-mod-js *[data-ix="expand-testimonial-box-1"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="expand-testimonial-box-2"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="expand-testimonial-box-3"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="slide-left-image-element-box"] {
  opacity: 0;
  -webkit-transform: translate(25px, 0px);
  -ms-transform: translate(25px, 0px);
  transform: translate(25px, 0px);
}

html.w-mod-js *[data-ix="expand-philosophy-box"] {
  opacity: 0;
  -webkit-transform: scale(0.9500000000000006, 0.9500000000000006);
  -ms-transform: scale(0.9500000000000006, 0.9500000000000006);
  transform: scale(0.9500000000000006, 0.9500000000000006);
}

html.w-mod-js *[data-ix="slide-right-video-element-box"] {
  opacity: 0;
  -webkit-transform: translate(-25px, 0px);
  -ms-transform: translate(-25px, 0px);
  transform: translate(-25px, 0px);
}

html.w-mod-js *[data-ix="initial-appearance-for-go-up-button"] {
  display: block;
}

html.w-mod-js *[data-ix="initial-appearance-social-icons-box"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="initial-appareance-for-feature-icons"] {
  opacity: 0;
  -webkit-transform: translate(0px, -15px);
  -ms-transform: translate(0px, -15px);
  transform: translate(0px, -15px);
}

html.w-mod-js *[data-ix="initial-appearance-strikethrough"] {
  -webkit-transform: translate(-130%, 0px);
  -ms-transform: translate(-130%, 0px);
  transform: translate(-130%, 0px);
}

html.w-mod-js *[data-ix="initial-appearance-imac-display"] {
  opacity: 0;
  -webkit-transform: translate(20px, 0px);
  -ms-transform: translate(20px, 0px);
  transform: translate(20px, 0px);
}

html.w-mod-js *[data-ix="initial-appearance-button-box"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="initial-appearance-strikethrough-big"] {
  -webkit-transform: translate(-400px, 0px);
  -ms-transform: translate(-400px, 0px);
  transform: translate(-400px, 0px);
}

html.w-mod-js *[data-ix="initial-appearance-paragraph-box"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="initial-appearance-header-box"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="initial-appearance-title-box"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="initial-appareance-iphone-6-right"] {
  opacity: 0;
  -webkit-transform: translate(-25px, 0px);
  -ms-transform: translate(-25px, 0px);
  transform: translate(-25px, 0px);
}

html.w-mod-js *[data-ix="initial-appareance-iphone-6-left"] {
  opacity: 0;
  -webkit-transform: translate(-25px, 0px);
  -ms-transform: translate(-25px, 0px);
  transform: translate(-25px, 0px);
}

html.w-mod-js *[data-ix="initial-appearance-frame-picture"] {
  opacity: 0;
  -webkit-transform: translate(45px, 0px);
  -ms-transform: translate(45px, 0px);
  transform: translate(45px, 0px);
}

html.w-mod-js *[data-ix="initial-appearance-chat-icon"] {
  opacity: 0;
  -webkit-transform: translate(-25px, 0px);
  -ms-transform: translate(-25px, 0px);
  transform: translate(-25px, 0px);
}

html.w-mod-js *[data-ix="initial-appearance-display"] {
  opacity: 0;
  -webkit-transform: translate(25px, 0px);
  -ms-transform: translate(25px, 0px);
  transform: translate(25px, 0px);
}

html.w-mod-js *[data-ix="initial-appearance-diamond-icon-copy"] {
  opacity: 0;
  -webkit-transform: translate(-25px, 0px);
  -ms-transform: translate(-25px, 0px);
  transform: translate(-25px, 0px);
}

html.w-mod-js *[data-ix="initial-appearance-diamond-icon-2"] {
  opacity: 0;
  -webkit-transform: translate(-25px, 0px);
  -ms-transform: translate(-25px, 0px);
  transform: translate(-25px, 0px);
}

html.w-mod-js *[data-ix="initial-appearance-clients-logo-box"] {
  opacity: 0;
  -webkit-transform: translate(0px, 25px);
  -ms-transform: translate(0px, 25px);
  transform: translate(0px, 25px);
}

html.w-mod-js *[data-ix="initial-appearance-apple-devices"] {
  opacity: 0;
  -webkit-transform: translate(25px, 0px);
  -ms-transform: translate(25px, 0px);
  transform: translate(25px, 0px);
}

html.w-mod-js *[data-ix="initial-appearance-macbook"] {
  opacity: 0;
  -webkit-transform: translate(-25px, 0px);
  -ms-transform: translate(-25px, 0px);
  transform: translate(-25px, 0px);
}

html.w-mod-js *[data-ix="initial-appearance-icon-service-box"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="initial-appearance-multicolumn-hover"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="initial-appearance-object"] {
  opacity: 0;
  -webkit-transform: translate(-20px, 0px);
  -ms-transform: translate(-20px, 0px);
  transform: translate(-20px, 0px);
}

html.w-mod-js *[data-ix="initial-appearance-bottle"] {
  opacity: 0;
  -webkit-transform: translate(20px, 0px);
  -ms-transform: translate(20px, 0px);
  transform: translate(20px, 0px);
}

html.w-mod-js *[data-ix="initial-appearance-quote-marks"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="initial-appearance-quote-text-box"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="initial-appearance-team-member-description-box"] {
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="initial-appearance-figures"] {
  opacity: 0;
  -webkit-transform: translate(-20px, 0px);
  -ms-transform: translate(-20px, 0px);
  transform: translate(-20px, 0px);
}

html.w-mod-js *[data-ix="intial-appearance-left-vertical-blue-line"] {
  -webkit-transform: translate(0px, 800px);
  -ms-transform: translate(0px, 800px);
  transform: translate(0px, 800px);
}

html.w-mod-js *[data-ix="intial-appearance-right-vertical-blue-line"] {
  -webkit-transform: translate(0px, -800px);
  -ms-transform: translate(0px, -800px);
  transform: translate(0px, -800px);
}

html.w-mod-js *[data-ix="initial-appearance-top-blue-line"] {
  -webkit-transform: translate(700px, 0px);
  -ms-transform: translate(700px, 0px);
  transform: translate(700px, 0px);
}

html.w-mod-js *[data-ix="initial-appearance-bottom-blue-line"] {
  -webkit-transform: translate(-700px, 0px);
  -ms-transform: translate(-700px, 0px);
  transform: translate(-700px, 0px);
}

html.w-mod-js *[data-ix="initial-appearance-stitches-box"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="initial-appearance-dark-frame"] {
  opacity: 0;
  -webkit-transform: translate(0px, 70px);
  -ms-transform: translate(0px, 70px);
  transform: translate(0px, 70px);
}

html.w-mod-js *[data-ix="initial-appearance-hero-h1-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="initial-appearance-hero-title-box-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="initial-appearance-image-description-box"] {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

html.w-mod-js *[data-ix="initial-appareance-subscribe-image-box"] {
  opacity: 0;
  -webkit-transform: scale(0.8500000000000006, 0.8500000000000006);
  -ms-transform: scale(0.8500000000000006, 0.8500000000000006);
  transform: scale(0.8500000000000006, 0.8500000000000006);
}

html.w-mod-js *[data-ix="close-update-badge"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, 15px);
  -ms-transform: translate(0px, 15px);
  transform: translate(0px, 15px);
}

html.w-mod-js *[data-ix="new-interaction"] {
  opacity: 0.11;
  -webkit-transform: translate(25px, 0px);
  -ms-transform: translate(25px, 0px);
  transform: translate(25px, 0px);
}

@media screen and (max-width: 991px) {
  .content-section.gray.call-to-action {
    height: 7%;
    margin-bottom: 0px;
  }
  .content-wrapper {
    width: 100%;
  }
  .content-wrapper.narrow {
    width: 100%;
    padding-right: 2%;
    padding-left: 2%;
  }
  .content-wrapper.overlapping {
    width: 90%;
  }
  .title {
    font-size: 42px;
  }
  .top-line-1 {
    width: 93%;
  }
  .bottom-line-horizontal-1 {
    width: 100%;
  }
  .bottom-line-horizontal-2 {
    width: 99%;
  }
  .h3 {
    font-size: 147px;
    letter-spacing: 9px;
  }
  .left-column {
    text-align: center;
  }
  .left-column.no-bottom-border {
    text-align: right;
  }
  .right-column {
    padding-top: 0px;
  }
  .right-column.how-i-work {
    text-align: left;
  }
  .right-column.left-justify {
    text-align: center;
  }
  .frame-picture-box {
    width: 70%;
  }
  .video-box {
    background-size: cover;
  }
  .text-content-box {
    margin-right: auto;
    margin-left: auto;
  }
  .text-content-box.left-column {
    padding-right: 35px;
    padding-left: 35px;
  }
  .client-logo-box {
    display: block;
  }
  .full-page-menu {
    display: block;
  }
  .menu-wrapper {
    width: 90%;
  }
  .go-up-button {
    margin-right: 10px;
  }
  .service-feature-box {
    width: 48%;
  }
  .call-to-action-content-box {
    padding-top: 67px;
    text-align: center;
  }
  .hero-title {
    font-size: 40px;
    line-height: 43px;
  }
  .credits-box {
    width: 90%;
  }
  .apple-devices-box {
    overflow: hidden;
  }
  .iphone-box {
    bottom: -6%;
  }
  .form-wrapper {
    padding-right: 4%;
    padding-left: 4%;
  }
  .text-area.message {
    width: 100%;
  }
  .contact-details-box {
    padding-right: 4%;
    padding-left: 4%;
  }
  .image-box {
    display: block;
    margin-right: auto;
    margin-left: auto;
    background-size: cover;
  }
  .other-features-section {
    padding-top: 68px;
  }
  .imac-display-box {
    text-align: center;
  }
  .iphones-6-box {
    text-align: center;
  }
  .header-box {
    text-align: center;
  }
  .header-box.medium {
    width: 90%;
  }
  .paragraph-box {
    text-align: center;
  }
  .paragraph-box.left-justify {
    text-align: center;
  }
  .slide-nav {
    top: 45px;
  }
  .vertical-divider.right {
    display: block;
  }
  .multicolumn-image {
    min-height: 296px;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .multicolumn-image.medium {
    width: 48%;
    margin-right: 15px;
  }
  .multicolumn-image-2 {
    min-height: 296px;
    margin-right: 15px;
  }
  .multicolumn-image-2.medium {
    width: 48%;
    margin-right: 0px;
  }
  .multicolumn-image-3 {
    height: 100%;
    min-height: 296px;
    margin-top: 25px;
    margin-right: 0px;
    margin-bottom: 10px;
    float: left;
  }
  .multicolumn-image-3.medium {
    width: 48%;
    margin-top: 10px;
    margin-right: 15px;
  }
  .multicolumn-image-4 {
    min-height: 296px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .multicolumn-image-4.medium {
    width: 48%;
  }
  .multicolumn-image-5 {
    min-height: 296px;
    margin-top: 10px;
    margin-right: 15px;
    margin-bottom: 10px;
  }
  .multicolumn-image-5.medium {
    width: 48%;
  }
  .multicolumn-image-165 {
    min-height: 296px;
    margin-top: 10px;
    margin-right: 15px;
    margin-bottom: 10px;
  }
  .multicolumn-image-165.small {
    margin-right: 0px;
  }
  .multicolumn-image-165.medium {
    width: 48%;
    margin-right: 0px;
  }
  .multicolumn-image-150 {
    min-height: 296px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .multicolumn-image-150.medium {
    width: 48%;
  }
  .multicolumn-image-8 {
    min-height: 296px;
    margin-top: 10px;
    margin-right: 15px;
    margin-bottom: 10px;
  }
  .multicolumn-image-8.medium {
    width: 48%;
  }
  .multicolumn-image-9 {
    min-height: 296px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .multicolumn-image-9.small {
    margin-right: 0px;
  }
  .multicolumn-image-9.medium {
    width: 48%;
  }
  .multicolumn-image-10 {
    min-height: 296px;
    margin-top: 10px;
    margin-right: 15px;
    margin-bottom: 10px;
  }
  .multicolumn-image-10.medium {
    width: 48%;
  }
  .multicolumn-image-11 {
    min-height: 296px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .multicolumn-image-11.medium {
    width: 48%;
  }
  .multicolumn-image-12 {
    min-height: 296px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .multicolumn-image-12.small {
    margin-right: 0px;
  }
  .multicolumn-image-12.medium {
    width: 48%;
  }
  .tree-box {
    text-align: center;
  }
  .bottle-box {
    margin-top: 30px;
    text-align: center;
  }
  .subscribe-image-box {
    text-align: center;
  }
  .team-member-box {
    background-position: 30% 50%;
    background-size: cover;
  }
  .service-feature-image-2 {
    margin-top: 0px;
    margin-bottom: 32px;
  }
  .service-feature-box-2 {
    width: 48%;
  }
  .service-feature-box-3 {
    width: 48%;
  }
  .service-feature-box-4 {
    width: 48%;
  }
  .service-feature-box-5 {
    width: 48%;
  }
  .service-feature-box-6 {
    width: 48%;
  }
  .other-features-6 {
    width: 90%;
  }
  .other-features-7 {
    width: 96%;
  }
  .other-features-7.no-bottom-border {
    width: 90%;
  }
  .left-vertical-blue-line {
    left: 13%;
    top: 0px;
    bottom: 0px;
  }
  .right-vertical-blue-line {
    top: 0px;
    right: 13%;
    bottom: 0px;
  }
  .top-right-sitich {
    right: 12.4%;
  }
  .heading.big.right-justified {
    text-align: center;
  }
  .heading.big.left-justified {
    text-align: center;
  }
  .heading-4.left {
    text-align: center;
  }
  .work-sample-item._50-percent {
    margin-right: 14px;
  }
  ._50-percent-column.center {
    width: 100%;
  }
  ._50-percent-column.image {
    width: 100%;
    height: 550px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .header-box-price {
    text-align: center;
  }
  .header-box-price.medium {
    width: 90%;
  }
  .galerie-section.gray.call-to-action {
    height: 7%;
    margin-bottom: 0px;
  }
  .circle-section.gray.call-to-action {
    height: 7%;
    margin-bottom: 0px;
  }
  .no-showvideocontent-se.gray.call-to-action {
    height: 7%;
    margin-bottom: 0px;
  }
  .html-embed_ben {
    display: none;
  }
  .service-feature-box-left {
    width: 48%;
  }
  .iden-feature-box-right {
    width: 48%;
  }
  .service-feature-box-2copy {
    width: 48%;
  }
  .image-13 {
    margin-top: 97px;
  }
  .image-14 {
    margin-top: 71px;
    margin-left: 20px;
  }
  .header-box-open {
    text-align: center;
  }
  .header-box-open.medium {
    width: 90%;
  }
  .header-box-10 {
    text-align: center;
  }
  .header-box-10.medium {
    width: 90%;
  }
  .image-17 {
    margin-bottom: 1px;
  }
  .paragraph-4 {
    text-align: center;
  }
  .image-100 {
    margin-top: 183px;
  }
  .image-101 {
    margin-top: 108px;
    margin-left: 6px;
    padding-top: 0px;
  }
  .image-102 {
    margin-top: 47px;
  }
  .image-104 {
    margin-top: 83px;
    margin-left: 20px;
  }
  .image-105 {
    margin-top: 186px;
  }
  .hero-title-bureau-11 {
    font-size: 40px;
    line-height: 43px;
  }
  .mobile-header-box-open {
    text-align: center;
  }
  .mobile-header-box-open.medium {
    width: 90%;
  }
  .other-features-100 {
    width: 90%;
  }
  .header-box-100 {
    text-align: center;
  }
  .header-box-100.medium {
    width: 90%;
  }
  .content-wrapper100 {
    width: 100%;
  }
  .content-wrapper100.narrow {
    width: 100%;
    padding-right: 2%;
    padding-left: 2%;
  }
  .content-wrapper100.overlapping {
    width: 90%;
  }
  .hero-title-bureau-10 {
    font-size: 40px;
    line-height: 43px;
  }
  .image-106 {
    margin-top: 108px;
    margin-left: 6px;
    padding-top: 0px;
  }
  .image-107 {
    margin-top: 7px;
  }
  .image-108 {
    margin-top: 186px;
  }
  .hero-title-bureau-1 {
    font-size: 40px;
    line-height: 43px;
  }
  .hero-title-bureau-4 {
    font-size: 40px;
    line-height: 43px;
  }
  .content-wrapper-2 {
    width: 100%;
  }
  .content-wrapper-2.narrow {
    width: 100%;
    padding-right: 2%;
    padding-left: 2%;
  }
  .content-wrapper-2.overlapping {
    width: 90%;
  }
  .image-115 {
    margin-top: 186px;
  }
  .image-120 {
    margin-bottom: 1px;
  }
  .image-154 {
    margin-top: 71px;
    margin-left: 20px;
  }
  .video-box-37 {
    background-size: cover;
  }
  .hero-title-bureau36 {
    font-size: 40px;
    line-height: 43px;
  }
  .image-130 {
    margin-top: 7px;
  }
  .image-170 {
    margin-top: 186px;
  }
  .image-160 {
    margin-top: 183px;
  }
  .other-features-8 {
    width: 96%;
  }
  .other-features-8.no-bottom-border {
    width: 90%;
  }
  .button-34 {
    margin-top: 696px;
    margin-left: 59px;
  }
  .service-feature-10 {
    width: 48%;
  }
  .hide-other-features-section {
    padding-top: 68px;
  }
  .header-box-40 {
    text-align: center;
  }
  .header-box-40.medium {
    width: 90%;
  }
  .image-200 {
    margin-top: 218px;
    margin-left: 6px;
    padding-top: 0px;
  }
  .image-300 {
    margin-top: 47px;
  }
  .image-140 {
    margin-top: -7px;
    margin-left: 20px;
  }
  .header-box150 {
    text-align: center;
  }
  .header-box150.medium {
    width: 90%;
  }
  .header-box-140 {
    text-align: center;
  }
  .header-box-140.medium {
    width: 90%;
  }
  .header-box-145 {
    text-align: center;
  }
  .header-box-145.medium {
    width: 90%;
  }
  .header-box-150 {
    text-align: center;
  }
  .header-box-150.medium {
    width: 90%;
  }
  .header-box-service {
    text-align: center;
  }
  .header-box-service.medium {
    width: 90%;
  }
  .conversation-bloc {
    display: inline-block;
    margin-right: 10px;
  }
  .link-block-38 {
    display: block;
  }
  .link-block-39 {
    margin-left: 284px;
  }
  .facebook-2 {
    margin-left: 360px;
  }
  .link-block-40 {
    margin-top: -51px;
    margin-left: 277px;
  }
  .facebook-3 {
    margin-top: -44px;
    margin-left: 355px;
  }
  .image-305 {
    display: none;
    margin-top: -254px;
    margin-bottom: 68px;
  }
  .image-306 {
    position: relative;
    display: inline-block;
    margin-bottom: -110px;
    padding-bottom: 17px;
  }
  .image-307 {
    display: none;
  }
  .image-308 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .button-337 {
    margin-top: 696px;
    margin-left: 59px;
  }
}

@media screen and (max-width: 767px) {
  .content-section {
    padding-top: 0px;
    padding-bottom: 39px;
  }
  .content-wrapper.hero {
    width: 90%;
  }
  .nav-menu {
    min-height: 900px;
  }
  .title {
    font-size: 38px;
  }
  .paragraph.big {
    text-align: center;
  }
  .h3 {
    font-size: 137px;
  }
  .h3.big.blue {
    font-size: 150px;
  }
  .features-box {
    -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;
  }
  .left-column {
    width: 100%;
    padding-right: 0px;
    text-align: center;
  }
  .right-column {
    width: 100%;
    padding-left: 0px;
    text-align: center;
  }
  .right-column.how-i-work {
    text-align: center;
  }
  .frame-picture-box {
    width: 90%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .double-color-icons-box {
    width: 100%;
  }
  .testimonial-box {
    margin-left: 0%;
  }
  .video-box {
    width: 100%;
    margin-right: 0px;
  }
  .text-content-box {
    width: 100%;
  }
  .client-logo-box {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .menu-item-box {
    margin-bottom: 20px;
  }
  .service-feature-box {
    width: 80%;
  }
  .experience-box {
    width: 100%;
  }
  .isometric-iphone-6 {
    width: 100%;
  }
  .hero-title {
    font-size: 32px;
    line-height: 35px;
  }
  .credit-box {
    width: 31%;
  }
  .credits-box {
    width: 100%;
  }
  .ipad-box {
    width: 38%;
  }
  .iphone-box {
    bottom: -6%;
    width: 24%;
  }
  .service-description-box {
    width: 100%;
    padding-left: 0px;
  }
  .icon-service-box {
    width: 100%;
  }
  .text-field.box {
    width: 100%;
  }
  .contact-form-box {
    width: 100%;
  }
  .submit-button.on-sign-up {
    width: 100%;
  }
  .address-box {
    width: 100%;
  }
  .image-box {
    width: 100%;
    margin-left: 0px;
  }
  .imac-display-box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .iphones-6-box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .display-icon {
    width: 100%;
  }
  .diamond-icon {
    width: 100%;
  }
  .testimonial-box-3 {
    margin-left: 0%;
  }
  .left-arrow {
    margin-left: 0%;
  }
  .right-arrow {
    margin-right: 0%;
  }
  .vertical-divider {
    display: none;
  }
  .vertical-divider.right {
    display: none;
  }
  .multicolumn-image {
    min-height: 221px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .multicolumn-image.small {
    width: 48%;
    margin-top: 10px;
  }
  .multicolumn-image.medium {
    width: 100%;
    min-height: 300px;
    margin-right: 0px;
  }
  .multicolumn-image-2 {
    min-height: 221px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .multicolumn-image-2.small {
    width: 47%;
    margin-right: 0px;
  }
  .multicolumn-image-2.medium {
    width: 100%;
    min-height: 300px;
    margin-top: 25px;
  }
  .multicolumn-image-3 {
    min-height: 221px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .multicolumn-image-3.small {
    width: 48%;
    margin-right: 15px;
  }
  .multicolumn-image-3.medium {
    width: 100%;
    min-height: 300px;
    margin-right: 0px;
  }
  .multicolumn-image-4 {
    min-height: 221px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .multicolumn-image-4.small {
    width: 47%;
    margin-right: 0px;
  }
  .multicolumn-image-4.medium {
    width: 100%;
    min-height: 300px;
  }
  .multicolumn-image-5 {
    min-height: 221px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .multicolumn-image-5.small {
    width: 48%;
    margin-right: 15px;
  }
  .multicolumn-image-5.medium {
    width: 100%;
    min-height: 300px;
    margin-right: 0px;
  }
  .multicolumn-image-165 {
    min-height: 221px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .multicolumn-image-165.small {
    width: 47%;
    margin-right: 0px;
  }
  .multicolumn-image-165.medium {
    width: 100%;
    min-height: 300px;
  }
  .multicolumn-image-150 {
    min-height: 221px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .multicolumn-image-150.small {
    width: 48%;
  }
  .multicolumn-image-150.medium {
    width: 100%;
    min-height: 300px;
    margin-right: 0px;
  }
  .multicolumn-image-8 {
    min-height: 221px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .multicolumn-image-8.small {
    width: 47%;
    margin-right: 0px;
  }
  .multicolumn-image-8.medium {
    width: 100%;
    min-height: 300px;
  }
  .multicolumn-image-9 {
    min-height: 221px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .multicolumn-image-9.small {
    width: 48%;
    margin-right: 15px;
  }
  .multicolumn-image-9.medium {
    width: 100%;
    min-height: 300px;
  }
  .multicolumn-image-10 {
    min-height: 221px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .multicolumn-image-10.small {
    width: 47%;
    margin-right: 0px;
  }
  .multicolumn-image-10.medium {
    width: 100%;
    min-height: 300px;
  }
  .multicolumn-image-11 {
    min-height: 221px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .multicolumn-image-11.small {
    width: 48%;
  }
  .multicolumn-image-11.medium {
    width: 100%;
    min-height: 300px;
    margin-right: 0px;
  }
  .multicolumn-image-12 {
    min-height: 221px;
  }
  .multicolumn-image-12.small {
    width: 47%;
    margin-right: 0px;
  }
  .multicolumn-image-12.medium {
    width: 100%;
    min-height: 300px;
  }
  .service-feature-box-2.shadow {
    width: 80%;
  }
  .service-feature-box-3 {
    width: 80%;
  }
  .service-feature-box-4 {
    width: 80%;
  }
  .service-feature-box-5 {
    width: 80%;
  }
  .service-feature-box-6 {
    width: 80%;
  }
  .figure-2-box {
    right: -17px;
  }
  .figure-3-box {
    left: -25px;
    right: 22px;
  }
  .left-vertical-blue-line {
    left: 6%;
    top: 0px;
    bottom: 0px;
  }
  .right-vertical-blue-line {
    top: 0px;
    right: 5%;
    bottom: 0px;
  }
  .top-left-stitch {
    left: 5.1%;
  }
  .top-right-sitich {
    right: 4.4%;
  }
  .bottom-left-stitch {
    left: 5.1%;
  }
  .right-bottom-stitch {
    right: 4.4%;
  }
  .image-gallery-box {
    width: 100%;
  }
  .image-gallery-box-2 {
    width: 100%;
  }
  .image-gallery-box-3 {
    width: 100%;
  }
  .image-gallery-box-4 {
    width: 100%;
  }
  .image-gallery-box-5 {
    width: 100%;
  }
  .image-gallery-box-6 {
    width: 100%;
  }
  .heading-111.big {
    font-size: 90px;
    line-height: 90px;
  }
  .hero-subtitle {
    font-size: 30px;
    line-height: 43px;
  }
  .heading.big {
    text-align: center;
  }
  .flex-wrapper.mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .work-sample-item {
    width: 48%;
    margin-right: 10px;
  }
  .work-sample-item._50-percent {
    width: 100%;
    margin-right: 0px;
  }
  .philosophy-text-box {
    width: 80%;
  }
  .html-embed_ben {
    display: none;
  }
  .service-feature-box-left {
    width: 80%;
  }
  .iden-feature-box-right {
    width: 80%;
  }
  .service-feature-box-2copy {
    width: 80%;
  }
  .high-tech-icon {
    width: 100%;
  }
  .diamond-icon-copy {
    width: 100%;
  }
  .header-box-open.medium {
    display: none;
  }
  .image-101 {
    margin-top: 116px;
  }
  .image-102 {
    margin-top: 95px;
  }
  .image-104 {
    margin-top: 125px;
  }
  .hero-title-bureau-11 {
    font-size: 32px;
    line-height: 35px;
  }
  .mobile-header-box-open.medium {
    display: block;
  }
  .mobile-bureaux-paragraph.big {
    text-align: center;
  }
  .content-wrapper100.hero {
    width: 90%;
  }
  .hero-title-bureau-10 {
    font-size: 32px;
    line-height: 35px;
  }
  .hero-title-bureau-1 {
    font-size: 32px;
    line-height: 35px;
  }
  .hero-title-bureau-4 {
    font-size: 32px;
    line-height: 35px;
  }
  .content-wrapper-2.hero {
    width: 90%;
  }
  .flex-wrapper-25.mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .video-box-37 {
    width: 100%;
    margin-right: 0px;
  }
  .hero-title-bureau36 {
    font-size: 32px;
    line-height: 35px;
  }
  .service-feature-10.shadow {
    width: 80%;
  }
  .image-200 {
    margin-top: 116px;
  }
  .image-300 {
    margin-top: 95px;
  }
  .image-140 {
    margin-top: 125px;
  }
  .phone-multicolumn-hover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .link-block-39 {
    margin-left: 194px;
  }
  .facebook-2 {
    margin-left: 280px;
  }
  .link-block-40 {
    margin-left: 330px;
  }
  .facebook-3 {
    margin-left: 397px;
  }
  .image-308 {
    display: block;
    margin-top: 1px;
    margin-left: 93px;
  }
}

@media screen and (max-width: 479px) {
  .content-section {
    display: block;
    padding-top: 0px;
  }
  .content-section.intro {
    display: block;
  }
  .content-section.gray {
    padding-bottom: 41px;
  }
  .content-wrapper {
    display: block;
    margin-top: 6px;
  }
  .content-wrapper.hero {
    width: 100%;
  }
  .title {
    font-size: 34px;
    letter-spacing: 4px;
  }
  .button {
    display: inline-block;
    margin-right: auto;
    text-align: center;
  }
  .paragraph.big {
    text-align: center;
  }
  .feature-content.left-justify {
    padding-top: 0px;
  }
  .top-side-lines {
    margin-left: 14px;
  }
  .top-line-1 {
    width: 89%;
  }
  .bottom-line-horizontal-2 {
    width: 92%;
  }
  .h3 {
    font-size: 92px;
    letter-spacing: 7px;
  }
  .h3.big.blue {
    font-size: 104px;
    letter-spacing: 1px;
  }
  .left-column {
    margin-bottom: 0px;
  }
  .left-column.no-bottom-border {
    text-align: center;
  }
  .right-column.how-i-work {
    text-align: left;
  }
  .right-column.left-justify {
    display: none;
    margin-top: 69px;
  }
  .testimonial-box {
    display: block;
    width: 100%;
    height: 100%;
    margin-top: -29px;
    margin-bottom: 30px;
    padding: 2px 8%;
    float: none;
    border-radius: 0px;
    background-color: #3ae874;
  }
  .social-icons-box {
    margin-left: 27px;
  }
  .twitter-fill {
    display: none;
  }
  .menu-item-box {
    margin-bottom: 10px;
  }
  .full-page-menu.black {
    display: block;
  }
  .social-icon.instagram {
    margin-left: -29px;
  }
  .social-icon.instagram.dark {
    width: 58px;
  }
  .social-icon.linkedin.small {
    margin-left: -54px;
  }
  .social-icon.linkedin.dark {
    width: 58px;
  }
  .social-icon.twitter.dark {
    width: 58px;
  }
  .social-icon.medium {
    width: 58px;
  }
  .hero-section {
    padding-top: 50%;
    padding-bottom: 50%;
  }
  .hero-section.guy {
    min-height: 550px;
  }
  .hero-section.short {
    min-height: 400px;
  }
  .service-feature-box {
    width: 100%;
    margin-right: 0px;
  }
  .isometric-iphone-6 {
    width: 100%;
  }
  .hero-title {
    font-size: 29px;
  }
  .credit-box {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .services-box {
    padding-right: 0px;
    padding-left: 0px;
  }
  .contact-details-box {
    width: 100%;
  }
  .features-section.gray.extended {
    display: none;
  }
  .hero-header-box.absolute {
    bottom: 132px;
  }
  .header-box.medium {
    display: block;
    overflow: visible;
  }
  .testimonial-box-3 {
    display: block;
    width: 100%;
    height: auto;
    padding: 40px 26px 40px 20px;
    border-radius: 0%;
  }
  .testimonial-box-2.yellow {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    margin-left: 0px;
    padding: 40px 20px;
    float: none;
    border-radius: 0%;
  }
  .left-arrow {
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 16%;
  }
  .right-arrow {
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 16%;
  }
  .multicolumn-image.small {
    width: 100%;
    margin-right: 0px;
  }
  .multicolumn-image-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .multicolumn-image-2.small {
    width: 100%;
    margin-right: 0px;
  }
  .multicolumn-image-3 {
    margin-bottom: 10px;
  }
  .multicolumn-image-3.small {
    width: 100%;
    margin-right: 0px;
  }
  .multicolumn-image-4.small {
    width: 100%;
    margin-right: 0px;
  }
  .multicolumn-image-5 {
    margin-top: 10px;
  }
  .multicolumn-image-5.small {
    width: 100%;
    margin-right: 0px;
  }
  .multicolumn-image-165 {
    margin-bottom: 10px;
  }
  .multicolumn-image-165.small {
    width: 100%;
    margin-right: 0px;
  }
  .multicolumn-image-150 {
    width: 100%;
  }
  .multicolumn-image-150.small {
    width: 100%;
    margin-right: 0px;
  }
  .multicolumn-image-8.small {
    width: 100%;
    margin-right: 0px;
  }
  .multicolumn-image-9 {
    width: 100%;
    margin-bottom: 10px;
  }
  .multicolumn-image-9.small {
    width: 100%;
    margin-right: 0px;
  }
  .multicolumn-image-10 {
    width: 100%;
  }
  .multicolumn-image-10.small {
    width: 100%;
    margin-right: 0px;
  }
  .multicolumn-image-11.small {
    width: 100%;
    margin-right: 0px;
  }
  .multicolumn-image-12.small {
    width: 100%;
    margin-right: 0px;
  }
  .tree-box {
    margin-top: -115px;
  }
  .service-feature-box-2.shadow {
    width: 100%;
  }
  .service-feature-box-3 {
    width: 100%;
  }
  .service-feature-box-4 {
    width: 100%;
  }
  .service-feature-box-5 {
    width: 100%;
  }
  .service-feature-box-6 {
    width: 100%;
  }
  .other-features-6 {
    display: none;
    height: 100%;
  }
  .figure-2-box {
    position: relative;
    top: 0px;
    right: 0px;
    margin-top: 70px;
  }
  .figure-3-box {
    position: relative;
    left: 0px;
    right: 0px;
    display: block;
    margin-right: auto;
    margin-bottom: 70px;
    margin-left: auto;
  }
  .other-features-7.no-bottom-border {
    display: none;
    height: 100%;
  }
  .dark-frame-box {
    width: 90%;
    height: 100%;
    min-height: 330px;
  }
  .left-vertical-blue-line {
    left: 7%;
    top: 0px;
    bottom: 0px;
    min-height: 350px;
  }
  .blue-lines-box {
    top: 33px;
    min-height: 310px;
  }
  .right-vertical-blue-line {
    top: 0px;
    right: 7%;
    bottom: 0px;
    height: 100%;
    min-height: 350px;
  }
  .top-left-stitch {
    left: 5.2%;
  }
  .top-right-sitich {
    right: 5.4%;
  }
  .bottom-left-stitch {
    left: 5.2%;
  }
  .right-bottom-stitch {
    right: 5.2%;
  }
  .image-gallery-box {
    width: 100%;
  }
  .image-gallery-box-2 {
    width: 100%;
    min-height: auto;
    min-width: auto;
  }
  .image-gallery-box-3 {
    width: 100%;
    min-height: auto;
    min-width: auto;
  }
  .image-gallery-box-4 {
    width: 100%;
    min-height: auto;
    min-width: auto;
  }
  .image-gallery-box-5 {
    width: 100%;
    min-height: auto;
    min-width: auto;
  }
  .image-gallery-box-6 {
    width: 100%;
    min-height: auto;
    min-width: auto;
  }
  .lightbox-link {
    min-width: auto;
  }
  .work-background-box.big {
    min-height: 300px;
  }
  .work-background-box-2.big {
    min-height: 300px;
  }
  .work-background-box-3.big {
    min-height: 300px;
  }
  .work-background-box-4.big {
    min-height: 300px;
  }
  .work-background-box-5.big {
    min-height: 300px;
  }
  .heading-2.big {
    font-size: 45px;
    line-height: 50px;
  }
  .heading-111.big {
    font-size: 80px;
    line-height: 90px;
  }
  .heading-111.medium {
    font-size: 80px;
    line-height: 90px;
  }
  .hero-subtitle.medium {
    font-size: 25px;
    line-height: 31px;
  }
  .heading.mobile {
    text-align: right;
  }
  .work-sample-item {
    width: 100%;
    margin-right: 0px;
  }
  .philosophy-text-box {
    width: 90%;
  }
  .hide {
    display: none;
  }
  .image-3 {
    margin-top: 38px;
    margin-bottom: 29px;
    margin-left: 58px;
  }
  .html-embed_ben {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    overflow: hidden;
  }
  .service-feature-box-left {
    width: 100%;
    margin-right: 0px;
  }
  .iden-feature-box-right {
    width: 100%;
    margin-right: 0px;
  }
  .service-feature-box-2copy {
    width: 100%;
    margin-right: 0px;
    margin-left: -2px;
  }
  .frame-networking-picture-copy {
    margin-top: 26px;
  }
  .heading-6 {
    margin-top: -107px;
  }
  .image-8 {
    display: none;
  }
  .link-block {
    margin-left: -5px;
  }
  .link-block.w--current {
    margin-left: 0px;
  }
  .image-12 {
    margin-top: -13px;
  }
  .header-box-open.medium {
    display: none;
  }
  .header-box-10.medium {
    display: block;
  }
  .image-20 {
    margin-top: 84px;
  }
  .columns {
    display: none;
  }
  .link-2 {
    color: #212121;
    text-decoration: none;
  }
  .section {
    margin-top: -106px;
    padding-top: 0px;
  }
  .image-100 {
    margin-top: 219px;
  }
  .image-101 {
    margin-top: -13px;
  }
  .image-105 {
    display: none;
    margin-top: 95px;
  }
  .dark-frame-box-1 {
    width: 90%;
    height: 100%;
    min-height: 330px;
  }
  .hero-title-bureau-11 {
    font-size: 29px;
  }
  .mobile-header-box-open.medium {
    display: block;
  }
  .mobile-bureaux-paragraph.big {
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }
  .other-features-100 {
    display: none;
    height: 100%;
  }
  .content-wrapper100 {
    display: block;
  }
  .content-wrapper100.hero {
    width: 100%;
  }
  .hero-title-bureau-10 {
    font-size: 29px;
  }
  .image-106 {
    margin-top: -13px;
  }
  .image-108 {
    display: none;
    margin-top: 95px;
  }
  .dark-frame-box-10 {
    width: 90%;
    height: 100%;
    min-height: 330px;
  }
  .hero-title-bureau-1 {
    font-size: 29px;
  }
  .dark-frame-box-11 {
    width: 90%;
    height: 100%;
    min-height: 330px;
  }
  .dark-frame-box-15 {
    width: 90%;
    height: 100%;
    min-height: 330px;
  }
  .hero-title-bureau-4 {
    font-size: 29px;
  }
  .content-wrapper-2 {
    display: block;
  }
  .content-wrapper-2.hero {
    width: 100%;
  }
  .image-115 {
    display: none;
    margin-top: 95px;
  }
  .dark-frame-box-13 {
    width: 90%;
    height: 100%;
    min-height: 330px;
  }
  .dark-frame-box-17 {
    width: 90%;
    height: 100%;
    min-height: 330px;
  }
  .image-150 {
    margin-top: 84px;
  }
  .container-3 {
    display: none;
  }
  .dark-frame-box-100 {
    width: 90%;
    height: 100%;
    min-height: 330px;
  }
  .flex-wrapper-25 {
    display: block;
  }
  .hero-title-bureau36 {
    font-size: 29px;
  }
  .image-170 {
    display: none;
    margin-top: 95px;
  }
  .image-160 {
    margin-top: 219px;
  }
  .other-features-8.no-bottom-border {
    display: none;
    height: 100%;
  }
  .service-feature-10.shadow {
    width: 100%;
  }
  .header-box-40.medium {
    display: block;
    margin-top: 121px;
  }
  .image-200 {
    margin-top: -13px;
  }
  .image-description-20 {
    margin-bottom: -104px;
  }
  .paragraph-40 {
    margin-top: 16px;
  }
  .paragraph-36 {
    margin-top: 19px;
  }
  .link-4 {
    display: inline-block;
  }
  .div-block-28 {
    display: block;
    text-align: center;
  }
  .link-5 {
    text-align: center;
  }
  .div-block-29 {
    display: block;
    margin-left: 0px;
    text-align: center;
  }
  .link-6 {
    display: block;
    margin-left: 60px;
    text-align: center;
  }
  .div-block-30 {
    display: inline-block;
  }
  .section-2 {
    display: block;
    text-align: left;
  }
  .div-block-31 {
    display: block;
  }
  .link-7 {
    margin-left: 60px;
  }
  .link-8 {
    margin-left: 60px;
  }
  .link-9 {
    margin-left: 60px;
  }
  .link-10 {
    margin-left: 60px;
  }
  .link-11 {
    margin-left: 60px;
  }
  .div-block-33 {
    display: inline-block;
    margin-left: 60px;
  }
  .div-block-34 {
    display: inline-block;
    margin-left: 60px;
  }
  .div-block-35 {
    display: inline-block;
    margin-left: 60px;
  }
  .header-box-140.medium {
    display: block;
    overflow: visible;
  }
  .header-box-145.medium {
    display: none;
  }
  .header-box-150.medium {
    display: block;
    overflow: visible;
  }
  .header-box-service.medium {
    display: block;
    overflow: visible;
  }
  .phone-multicolumn-hover {
    display: none;
  }
  .div-block-36 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .button-35 {
    margin-top: 31px;
    margin-left: 32px;
  }
  .link-block-39 {
    margin-top: 3px;
    margin-left: 52px;
  }
  .facebook-2 {
    margin-left: 128px;
  }
  .link-block-40 {
    margin-top: -53px;
    margin-left: 66px;
  }
  .facebook-3 {
    margin-top: -44px;
    margin-left: 139px;
  }
  .image-308 {
    display: block;
    margin-left: auto;
  }
}

