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

h1 {
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 7vw;
  line-height: 8vw;
  font-weight: 700;
}

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

p {
  margin-bottom: 10px;
  font-size: 2.5vw;
  line-height: 4vw;
}

a {
  text-decoration: underline;
}

strong {
  font-weight: bold;
}

.body {
  font-family: 'Gt walsheim', sans-serif;
  color: #000;
  font-size: 2vw;
  line-height: 3vw;
}

.logo {
  position: static;
  display: block;
  left: 0px;
  top: 0px;
  width: 7vw;
}

.header {
  display: block;
  padding: 6vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.brandwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1vw;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.brandwrapper.w--current {
  display: block;
  margin-bottom: 1vw;
}

.link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-perspective: 0px;
  perspective: 0px;
  font-family: 'Gt walsheim', sans-serif;
  font-size: 7vw;
  line-height: 8vw;
  font-weight: 700;
  text-decoration: none;
  color: #003eff;
}

.link:hover {
  -webkit-perspective: 0px;
  perspective: 0px;
  -webkit-perspective-origin: 0% 100%;
  perspective-origin: 0% 100%;
}

.linkwrapinner {
  display: inline-block;
  padding-bottom: 3vw;
  -webkit-transform-origin: 100% 50% 0px;
  -ms-transform-origin: 100% 50% 0px;
  transform-origin: 100% 50% 0px;
  -webkit-transition: -webkit-transform 200ms cubic-bezier(.165, .84, .44, 1);
  transition: -webkit-transform 200ms cubic-bezier(.165, .84, .44, 1);
  transition: transform 200ms cubic-bezier(.165, .84, .44, 1);
  transition: transform 200ms cubic-bezier(.165, .84, .44, 1), -webkit-transform 200ms cubic-bezier(.165, .84, .44, 1);
  cursor: pointer;
}

.linkwrapinner:hover {
  -webkit-perspective: 1179px;
  perspective: 1179px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  -webkit-transform: perspective(1022px) skew(-9deg, 0deg);
  transform: perspective(1022px) skew(-9deg, 0deg);
  -webkit-transform-origin: 100% 50% 0px;
  -ms-transform-origin: 100% 50% 0px;
  transform-origin: 100% 50% 0px;
}

.casevideo {
  height: 100vh;
}

.casevideo.afterloading {
  position: relative;
  z-index: 0;
  display: block;
  height: auto;
  padding-bottom: 56.25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.heading {
  position: static;
  display: inline-block;
  font-family: 'Gt walsheim', sans-serif;
  font-size: 7vw;
  line-height: 8vw;
}

.contactwrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: none;
  padding-top: 6vw;
  padding-right: 6vw;
  padding-left: 6vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #003eff;
}

.linkwhite {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-perspective: 0px;
  perspective: 0px;
  font-family: 'Gt walsheim', sans-serif;
  color: #fff;
  font-size: 7vw;
  line-height: 8vw;
  font-weight: 700;
  text-decoration: none;
}

.linkwhite:hover {
  -webkit-perspective: 0px;
  perspective: 0px;
  -webkit-perspective-origin: 0% 100%;
  perspective-origin: 0% 100%;
}

.contactlinkwrapouter {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3vw;
  padding-left: 6vw;
  -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;
}

.backbutton {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: none;
  width: 10vw;
  background-color: transparent;
  cursor: w-resize;
}

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

.footerlink {
  margin-bottom: 1vw;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Gt walsheim', sans-serif;
  color: #003eff;
  font-size: 1.2vw;
  line-height: 2vw;
  text-decoration: none;
}

.footerlink:hover {
  margin-left: 0.4vw;
}

.footertext {
  margin-bottom: 1vw;
  font-family: 'Gt walsheim', sans-serif;
  font-size: 1.2vw;
  line-height: 2vw;
}

.contentsection {
  padding: 6vw;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slide-nav {
  display: none;
}

.slide {
  float: none;
}

.slider {
  position: relative;
  display: block;
  height: 15vw;
  margin-top: 6vw;
  -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: transparent;
}

.clientlogo {
  height: auto;
  max-height: 10vw;
  max-width: 23vw;
}

.clientlogowrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 15vw;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.noclick {
  position: absolute;
  z-index: 99;
  display: block;
  width: 90%;
  height: 15vw;
  margin-top: 6vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.streetviewwrapper {
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.html-embed-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link-2 {
  color: #003eff;
}

.paragraph {
  font-size: 2.5vw;
  line-height: 4vw;
}

.link-3 {
  color: #003eff;
}

.linksmall {
  color: #003eff;
  cursor: pointer;
}

.casevideowrapper {
  position: relative;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.videoloader {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #003eff;
}

html.w-mod-js *[data-ix="loader"] {
  display: block;
}

@media (max-width: 991px) {
  .footerlink {
    margin-bottom: 2vw;
    font-size: 2vw;
    line-height: 3vw;
  }
  .footertext {
    margin-bottom: 2vw;
    font-size: 2vw;
    line-height: 3vw;
  }
}

@media (max-width: 767px) {
  .logo {
    width: 10vw;
  }
  .brandwrapper {
    padding-left: 0px;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 8vw;
    line-height: 9.5vw;
  }
  .logo {
    width: 15vw;
    max-width: 80px;
  }
  .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 12vw;
  }
  .brandwrapper {
    padding-left: 0px;
  }
  .brandwrapper.w--current {
    margin-bottom: 0vw;
  }
  .link {
    font-size: 8vw;
    line-height: 10vw;
  }
  .casevideo {
    width: 100vw;
    height: 50vh;
    max-height: 50vh;
    max-width: 100vw;
  }
  .casevideo.afterloading {
    position: relative;
    display: block;
    width: 100vw;
    height: auto;
    max-height: auto;
    max-width: auto;
    padding-bottom: 83.25%;
  }
  .heading {
    margin-top: 12vw;
    font-size: 8vw;
    line-height: 10vw;
  }
  .linkwhite {
    font-size: 8vw;
    line-height: 9vw;
  }
  .footerlink {
    margin-bottom: 3vw;
    font-size: 4vw;
    line-height: 8vw;
  }
  .footertext {
    margin-bottom: 3vw;
    font-size: 4vw;
    line-height: 8vw;
  }
  .slider {
    height: 25vw;
    margin-top: 12vw;
  }
  .clientlogo {
    max-height: 15vw;
    max-width: 40vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .clientlogowrapper {
    height: 25vw;
  }
  .casevideowrapper {
    position: relative;
  }
  .videoloader {
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 100%;
    height: 100%;
  }
   .w-background-video>video {
    width: 148%;}

  .paragraphs {
    font-size: 4vw;
    line-height: 7vw;}
}

@font-face {
  font-family: 'Maisonneueweb';
  src: url('../fonts/MaisonNeueWEB-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Gt walsheim';
  src: url('../fonts/GT-Walsheim-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Gt walsheim';
  src: url('../fonts/GT-Walsheim-Bold-Oblique.woff') format('woff');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Gt walsheim';
  src: url('../fonts/GT-Walsheim-Regular-Oblique.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Gt walsheim';
  src: url('../fonts/GT-Walsheim-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}