* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: antialiased; }

body {
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 18px;
  background-color: #fff;
  margin: 0px; }

@font-face {
  font-family: Replica-Bold;
  src: url(../fonts/lineto-replica-bold.eot);
  src: url(../fonts/lineto-replica-bold.eot?#iefix) format("embedded-opentype"), url(../fonts/lineto-replica-bold.woff2) format("woff2"), url(../fonts/lineto-replica-bold.woff) format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: Replica-Bold-S;
  src: url(../fonts/fonts_subsetted/lineto-replica-bold.eot);
  src: url(../fonts/fonts_subsetted/lineto-replica-bold.eot?#iefix) format("embedded-opentype"), url(../fonts/fonts_subsetted/lineto-replica-bold.woff2) format("woff2"), url(../fonts/fonts_subsetted/lineto-replica-bold.woff) format("woff");
  font-weight: 400;
  font-style: normal; }

.display-flex {
  display: flex; }

.justify-center {
  justify-content: center; }

.align-center {
  align-items: center; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.ff-replica {
  font-family: "Replica-Bold", sans-serif !important; }

.cta-primary {
  position: relative;
  font-family: "Replica-Bold", sans-serif;
  background: #FF5252;
  padding: 20px 28px;
  color: #fff;
  cursor: pointer; }

h1 {
  font-family: "Replica-Bold", sans-serif;
  font-size: 38px;
  line-height: 50px;
  font-weight: 500;
  margin: 0;
  color: #333333; }
  @media (min-width: 768px) {
    h1 {
      font-size: 48px;
      line-height: 62px; } }

h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 32px;
  line-height: 48px;
  font-weight: 500;
  margin: 0;
  color: #333333; }
  @media (min-width: 768px) {
    h2 {
      font-size: 42px;
      line-height: 54px; } }

h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 32px;
  line-height: 48px;
  font-weight: 500;
  margin: 0;
  color: #333333; }
  @media (min-width: 768px) {
    h3 {
      font-size: 36px;
      line-height: 42px; } }

h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  margin: 0;
  color: #333333; }
  @media (min-width: 768px) {
    h4 {
      font-size: 32px;
      line-height: 46px; } }

h5 {
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  font-weight: 500;
  margin: 0;
  color: #333333; }

h6 {
  font-family: 'Roboto', sans-serif;
  font-size: 21px;
  line-height: 32px;
  font-weight: 500;
  margin: 0;
  color: #333333; }

p {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  margin: 0;
  color: #333333; }

header {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 80px;
  top: 0px;
  z-index: 999999;
  opacity: 0; }
  @media (min-width: 768px) {
    header {
      height: 84px; } }
  header .nav-bg {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    background: white;
    box-shadow: 0 8px 16px 0 rgba(92, 113, 124, 0.08); }
    @media (min-width: 768px) {
      header .nav-bg {
        background: white; } }
  header .menu {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    width: 100%;
    max-width: 1140px;
    padding: 0 16px; }
    @media (min-width: 768px) {
      header .menu {
        padding: 0 40px;
        align-items: center; } }
    @media (min-width: 1220px) {
      header .menu {
        padding: 0; } }
    header .menu .wf-logo {
      position: relative;
      width: 158px;
      height: 32px;
      background: url(../creative/wf-logo.svg) no-repeat;
      background-size: contain; }
      @media (min-width: 768px) {
        header .menu .wf-logo {
          width: 232px;
          height: 48px;
          cursor: pointer; } }
    header .menu .cta {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      position: absolute;
      width: 168px;
      height: 42px;
      top: 50%;
      margin-top: -24px;
      padding: 12px 16px;
      border-radius: 21px;
      font-size: 14px;
      right: 16px; }
      @media (min-width: 768px) {
        header .menu .cta {
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          align-items: center;
          position: absolute;
          width: 200px;
          height: 48px;
          top: 50%;
          margin-top: -24px;
          padding: 20px 24px;
          border-radius: 24px;
          font-size: 16px;
          right: 40px; } }
      @media (min-width: 1220px) {
        header .menu .cta {
          right: 0px; } }

main {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  overflow-x: hidden; }
  main section {
    position: relative;
    width: 100%;
    max-width: 1140px;
    padding: 0 16px; }
    @media (min-width: 768px) {
      main section {
        padding: 0 40px; } }
    @media (min-width: 1220px) {
      main section {
        padding: 0; } }
  main .full {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%; }
  main .blue-bg {
    position: absolute;
    opacity: 0; }
    @media (min-width: 1024px) {
      main .blue-bg {
        opacity: 1; } }
    @media (min-width: 1920px) {
      main .blue-bg {
        opacity: 1;
        height: 1800px;
        transform: scaleX(2); } }
  main .grey-bg {
    background: #F2F2F2; }
  main .dark-grey-bg {
    background: #333333; }
  main .darker-grey-bg {
    background: #262626; }
  main .light-blue-bg {
    background: rgba(75, 168, 245, 0.05); }
  @media (min-width: 1220px) {
    main .desktop-break {
      display: block; } }

.hero {
  position: relative;
  background: #FF5252; }
  .hero .menu {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    width: 100%;
    padding-top: 24px;
    visibility: hidden; }
    @media (min-width: 768px) {
      .hero .menu {
        padding-top: 64px; } }
    .hero .menu .wf-logo {
      position: relative;
      width: 158px;
      height: 32px;
      background: url(../creative/wf-logo-white.svg) no-repeat;
      background-size: contain; }
      @media (min-width: 768px) {
        .hero .menu .wf-logo {
          width: 276px;
          height: 56px;
          cursor: pointer; } }
    .hero .menu .action-items {
      display: flex;
      display: none; }
      .hero .menu .action-items .wf-menu {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: relative;
        width: 33px;
        height: 22px; }
        @media (min-width: 768px) {
          .hero .menu .action-items .wf-menu {
            width: 45px;
            height: 30px;
            cursor: pointer; } }
        .hero .menu .action-items .wf-menu .bar {
          position: relative;
          width: 100%;
          height: 4px;
          background: #fff; }
          @media (min-width: 768px) {
            .hero .menu .action-items .wf-menu .bar {
              height: 5px; } }
  .hero .hero-content {
    position: relative;
    padding: 64px 0 72px;
    width: 100%; }
    @media (min-width: 768px) {
      .hero .hero-content {
        padding: 120px 0 144px; } }
    @media (min-width: 1024px) {
      .hero .hero-content {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 136px 0 184px; } }
    @media (min-width: 1220px) {
      .hero .hero-content {
        padding: 0 0 184px; } }
    .hero .hero-content .content {
      position: relative; }
      @media (min-width: 768px) {
        .hero .hero-content .content {
          width: 66%; } }
      @media (min-width: 1024px) {
        .hero .hero-content .content {
          width: 50%; } }
      @media (min-width: 1220px) {
        .hero .hero-content .content {
          width: 42%; } }
      .hero .hero-content .content .title {
        opacity: 0;
        color: #fff;
        padding-top: 0px;
        padding-bottom: 40px; }
        @media (min-width: 768px) {
          .hero .hero-content .content .title {
            padding-bottom: 48px; } }
        @media (min-width: 1220px) {
          .hero .hero-content .content .title {
            padding-top: 136px; } }
      .hero .hero-content .content .list {
        display: flex;
        flex-direction: row;
        color: #fff;
        font-size: 18px;
        padding-bottom: 28px;
        opacity: 0; }
        @media (min-width: 768px) {
          .hero .hero-content .content .list {
            font-size: 21px; } }
      .hero .hero-content .content p {
        color: #fff;
        font-size: 18px;
        line-height: 28px;
        font-weight: 500;
        padding-left: 20px; }
        @media (min-width: 768px) {
          .hero .hero-content .content p {
            font-size: 21px;
            line-height: 32px; } }
      .hero .hero-content .content .cta {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        background: #fff;
        color: #333 !important;
        align-items: center;
        width: 236px;
        height: 58px;
        border-radius: 29px;
        font-size: 18px;
        margin-top: 20px;
        opacity: 0; }
        @media (min-width: 768px) {
          .hero .hero-content .content .cta {
            margin-top: 28px; } }
    .hero .hero-content .img {
      position: relative;
      display: none; }
      @media (min-width: 768px) {
        .hero .hero-content .img {
          display: block;
          position: absolute;
          max-width: 50%;
          top: 120px;
          right: -104px;
          opacity: 0; } }
      @media (min-width: 1024px) {
        .hero .hero-content .img {
          position: relative;
          max-width: 500px;
          top: auto;
          left: auto; } }
      @media (min-width: 1220px) {
        .hero .hero-content .img {
          max-width: 650px; } }

.experience {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  width: 100%;
  max-width: 1140px;
  padding: 40px 0 56px; }
  @media (min-width: 768px) {
    .experience {
      padding: 52px 0 88px; } }
  @media (min-width: 1024px) {
    .experience {
      flex-direction: row;
      justify-content: space-between;
      padding: 192px 0 156px; } }
  .experience .content {
    padding-top: 32px; }
    @media (min-width: 768px) {
      .experience .content {
        padding-top: 56px; } }
    @media (min-width: 1024px) {
      .experience .content {
        width: 56%;
        padding-top: 0px; } }
    @media (min-width: 1220px) {
      .experience .content {
        width: 46%; } }
    .experience .content .title {
      padding-bottom: 16px; }
      @media (min-width: 768px) {
        .experience .content .title {
          padding-bottom: 32px; } }
    .experience .content p {
      font-size: 18px;
      line-height: 32px;
      font-weight: 400; }
      @media (min-width: 768px) {
        .experience .content p {
          font-size: 24px;
          line-height: 37px; } }
  .experience .nmsdc {
    position: relative;
    max-width: 446px;
    margin: 44px 0;
    position: relative;
    background: url(../creative/nmsdc.png) no-repeat;
    background-size: cover;
    background-color: rgba(75, 168, 245, 0.05);
    background-blend-mode: multiply; }
    .experience .nmsdc:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 14.28571%; }
    .experience .nmsdc > .img-ratio {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    @media (min-width: 768px) {
      .experience .nmsdc {
        margin: 88px 0; } }
  @media (min-width: 1024px) {
    .experience .img {
      max-width: 400px; } }
  @media (min-width: 1220px) {
    .experience .img {
      max-width: 526px; } }

.spacer {
  position: relative;
  height: 48px; }
  @media (min-width: 768px) {
    .spacer {
      height: 88px; } }
  @media (min-width: 1024px) {
    .spacer {
      height: 168px; } }

.case-study {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  max-width: 1140px; }
  @media (min-width: 1024px) {
    .case-study {
      flex-direction: row;
      justify-content: space-between; } }
  .case-study .block {
    position: relative;
    width: 100%; }
    @media (min-width: 1024px) {
      .case-study .block {
        max-width: 460px; } }
    @media (min-width: 1220px) {
      .case-study .block {
        max-width: 526px; } }
  .case-study .title {
    position: relative;
    opacity: 0; }
    @media (min-width: 768px) {
      .case-study .title {
        width: 80%; } }
  .case-study .case-study-tile {
    position: relative;
    width: 100%; }
    @media (min-width: 1024px) {
      .case-study .case-study-tile {
        max-width: 460px; } }
    @media (min-width: 1220px) {
      .case-study .case-study-tile {
        max-width: 526px; } }
    .case-study .case-study-tile .img {
      position: relative;
      overflow: hidden;
      display: flex;
      justify-content: center; }
      .case-study .case-study-tile .img .walgreens {
        position: relative;
        max-width: 417px;
        margin: 48px 0 0; }
      .case-study .case-study-tile .img .ul {
        position: relative;
        max-width: 278px;
        margin: 40px 0 28px; }
      .case-study .case-study-tile .img .fedex {
        position: relative;
        max-width: 294px;
        margin: 44px 0 36px; }
      .case-study .case-study-tile .img .parkjockey {
        position: relative;
        max-width: 216px;
        margin: 8px 0 0; }
    .case-study .case-study-tile .blue {
      background: #4BA8F5;
      max-height: 552px; }
    .case-study .case-study-tile .dark-blue {
      background: #2D2D6F;
      max-height: 405px; }
    .case-study .case-study-tile .red {
      background: #FF5252;
      max-height: 388px; }
    .case-study .case-study-tile .yellow {
      background: #FFEA01;
      max-height: 556px; }
    .case-study .case-study-tile .story {
      position: relative;
      background: #fff;
      padding: 32px 24px; }
      @media (min-width: 768px) {
        .case-study .case-study-tile .story {
          padding: 48px 32px; } }
      .case-study .case-study-tile .story .top {
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between; }
        @media (min-width: 768px) {
          .case-study .case-study-tile .story .top {
            flex-direction: row; } }
        .case-study .case-study-tile .story .top .service {
          font-size: 16px;
          font-weight: 500;
          color: #333333;
          padding: 16px 0 32px; }
      .case-study .case-study-tile .story p {
        line-height: 28px;
        font-weight: 500; }
      .case-study .case-study-tile .story .client-logo {
        width: 132px;
        margin-bottom: 28px; }
        @media (min-width: 768px) {
          .case-study .case-study-tile .story .client-logo {
            background-position: right !important; } }
      .case-study .case-study-tile .story .walgreens {
        background: url(../creative/client-logo-walgreens.jpg) no-repeat;
        background-size: contain;
        height: 76px; }
      .case-study .case-study-tile .story .ul {
        background: url(../creative/client-logo-ul.jpg) no-repeat;
        background-size: contain;
        height: 70px; }
      .case-study .case-study-tile .story .fedex {
        background: url(../creative/client-logo-fedex.jpg) no-repeat;
        background-size: contain;
        height: 26px;
        margin-top: 4px; }
      .case-study .case-study-tile .story .parkjockey {
        background: url(../creative/client-logo-parkjockey.jpg) no-repeat;
        background-size: contain;
        height: 34px; }
    .case-study .case-study-tile .story.border {
      border-left: 2px solid #F2F2F2;
      border-right: 2px solid #F2F2F2;
      border-bottom: 2px solid #F2F2F2; }
    .case-study .case-study-tile .story.m-border {
      border-left: 2px solid #F2F2F2;
      border-right: 2px solid #F2F2F2;
      border-bottom: 2px solid #F2F2F2; }
      @media (min-width: 1220px) {
        .case-study .case-study-tile .story.m-border {
          border: none; } }
  .case-study .case-study-tile:nth-child(1) {
    margin-top: 48px; }
    @media (min-width: 768px) {
      .case-study .case-study-tile:nth-child(1) {
        margin-top: 48px; } }
  .case-study .case-study-tile:nth-child(2) {
    margin-top: 40px; }
    @media (min-width: 768px) {
      .case-study .case-study-tile:nth-child(2) {
        margin-top: 64px; } }
  .case-study .case-study-tile:nth-child(3) {
    margin-top: 48px; }
    @media (min-width: 768px) {
      .case-study .case-study-tile:nth-child(3) {
        margin-top: 80px; } }
  .case-study .case-study-tile.last {
    margin-top: 48px; }
    @media (min-width: 768px) {
      .case-study .case-study-tile.last {
        margin-top: 80px; } }

.spacer2 {
  position: relative;
  height: 48px; }
  @media (min-width: 768px) {
    .spacer2 {
      height: 88px; } }
  @media (min-width: 1024px) {
    .spacer2 {
      height: 152px; } }

.services {
  position: relative;
  width: 100%;
  max-width: 1140px;
  padding-bottom: 48px; }
  @media (min-width: 768px) {
    .services {
      padding-bottom: 88px; } }
  @media (min-width: 1024px) {
    .services {
      padding-bottom: 152px; } }
  .services h2 {
    padding-top: 48px; }
    @media (min-width: 768px) {
      .services h2 {
        padding-top: 88px; } }
    @media (min-width: 1024px) {
      .services h2 {
        padding-top: 144px; } }
  .services .icon-analysis {
    max-width: 32px;
    max-height: 32px;
    margin-right: 16px; }
  .services .icon-research {
    max-width: 32px;
    max-height: 32px;
    margin-right: 16px; }
  .services .icon-strategy {
    max-width: 32px;
    max-height: 28px;
    margin-right: 16px; }
  .services .icon-design {
    max-width: 32px;
    max-height: 32px;
    margin-right: 16px; }
  .services .icon-testing {
    max-width: 32px;
    max-height: 32px;
    margin-right: 16px; }
  .services .icon-development {
    max-width: 32px;
    max-height: 19px;
    margin-right: 16px; }
  .services p {
    padding-top: 24px; }
  .services .content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 64px; }
    @media (min-width: 768px) {
      .services .content {
        flex-direction: row;
        padding-top: 84px; } }
    .services .content .capability {
      width: 100%; }
      @media (min-width: 768px) {
        .services .content .capability {
          width: 44%; } }
    .services .content .m-padding {
      padding-top: 64px; }
      @media (min-width: 768px) {
        .services .content .m-padding {
          padding-top: 0; } }

.our-process {
  position: relative;
  padding: 48px 0; }
  @media (min-width: 768px) {
    .our-process {
      padding: 88px 0; } }
  @media (min-width: 1024px) {
    .our-process {
      padding: 112px 0 120px; } }
  @media (min-width: 1220px) {
    .our-process {
      padding: 144px 0 152px; } }
  .our-process p {
    max-width: 750px;
    padding-top: 24px; }
  .our-process .process-animation {
    position: relative;
    padding-top: 64px; }
    .our-process .process-animation #ourProcess {
      position: absolute;
      background: #fff;
      position: relative; }
      .our-process .process-animation #ourProcess:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 35%; }
      .our-process .process-animation #ourProcess > .img-ratio {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
    .our-process .process-animation #ourProcessColored {
      display: none; }
    .our-process .process-animation #ourProcessGrey {
      opacity: 1; }
    .our-process .process-animation .process {
      position: absolute;
      width: 100%;
      top: 0px;
      left: 0px; }
  .our-process .processes {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    position: relative;
    width: 100%;
    padding-top: 64px; }
    @media (min-width: 768px) {
      .our-process .processes {
        flex-direction: row;
        justify-content: space-between; } }
    .our-process .processes .process-info {
      display: flex;
      flex-direction: column;
      width: 100%;
      padding-bottom: 32px; }
      @media (min-width: 768px) {
        .our-process .processes .process-info {
          flex: 0 0 47%;
          max-width: 47%;
          padding-bottom: 48px; } }
      @media (min-width: 1220px) {
        .our-process .processes .process-info {
          flex: 0 0 17.5%;
          max-width: 17.5%;
          padding-bottom: 0px; } }
      .our-process .processes .process-info .sub-title {
        font-family: "Replica-Bold", sans-serif;
        font-size: 24px;
        padding-bottom: 8px;
        color: #444; }
      .our-process .processes .process-info hr {
        width: 100%;
        height: 6px;
        border-radius: 3px;
        border: none;
        background: #444; }
      .our-process .processes .process-info .item-text {
        font-size: 14px;
        line-height: 21px;
        padding-top: 8px;
        width: 100%; }
  .our-process .m-pb-0 {
    padding-bottom: 0px !important; }
    @media (min-width: 1220px) {
      .our-process .m-pb-0 {
        padding-bottom: 48px; } }

.clients {
  position: relative;
  padding: 48px 0; }
  @media (min-width: 768px) {
    .clients {
      padding: 88px 0; } }
  @media (min-width: 1024px) {
    .clients {
      padding: 112px 0 88px; } }
  @media (min-width: 1220px) {
    .clients {
      padding: 144px 0 88px; } }
  .clients h2 {
    width: 88%; }
    @media (min-width: 768px) {
      .clients h2 {
        width: 100%; } }
  .clients p {
    max-width: 750px;
    padding-top: 24px;
    padding-bottom: 44px; }
    @media (min-width: 768px) {
      .clients p {
        padding-bottom: 0px; } }
  .clients .client-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    padding: 0; }
    @media (min-width: 768px) {
      .clients .client-list {
        padding: 80px 0 0;
        justify-content: space-between; } }
    @media (min-width: 1024px) {
      .clients .client-list {
        padding: 80px 0 0; } }
    .clients .client-list img {
      margin: 24px 64px; }
      @media (min-width: 768px) {
        .clients .client-list img {
          margin: 0; } }
    .clients .client-list .toyota {
      position: relative;
      width: 100%;
      max-width: 180px;
      margin: 24px 64px;
      position: relative;
      background: url(../creative/client-list-toyota-lg.png) no-repeat;
      background-size: contain;
      background-color: rgba(75, 168, 245, 0.05);
      background-blend-mode: multiply; }
      .clients .client-list .toyota:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 29.41176%; }
      .clients .client-list .toyota > .img-ratio {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      @media (min-width: 768px) {
        .clients .client-list .toyota {
          max-width: 168px;
          margin: 0; } }
      @media (min-width: 1220px) {
        .clients .client-list .toyota {
          max-width: 208px; } }
    .clients .client-list .ul {
      position: relative;
      width: 46px;
      height: 48px; }
      @media (min-width: 768px) {
        .clients .client-list .ul {
          width: 46px;
          height: 48px; } }
      @media (min-width: 1220px) {
        .clients .client-list .ul {
          width: 60px;
          height: 63px; } }
    .clients .client-list .efl {
      position: relative;
      width: 48px;
      height: 48px; }
      @media (min-width: 768px) {
        .clients .client-list .efl {
          width: 48px;
          height: 48px; } }
      @media (min-width: 1220px) {
        .clients .client-list .efl {
          width: 63px;
          height: 63px; } }
    .clients .client-list .celeb-cruises {
      position: relative;
      width: 215px;
      height: 44px; }
      @media (min-width: 768px) {
        .clients .client-list .celeb-cruises {
          width: 215px;
          height: 44px; } }
      @media (min-width: 1220px) {
        .clients .client-list .celeb-cruises {
          width: 292px;
          height: 60px; } }
    .clients .client-list .fedex {
      position: relative;
      width: 103px;
      height: 48px; }
      @media (min-width: 768px) {
        .clients .client-list .fedex {
          width: 103px;
          height: 48px; } }
      @media (min-width: 1220px) {
        .clients .client-list .fedex {
          width: 135px;
          height: 63px; } }
    .clients .client-list .hitachi {
      position: relative;
      width: 100%;
      max-width: 230px;
      margin: 24px 64px;
      position: relative;
      background: url(../creative/client-list-hitachi-lg.png) no-repeat;
      background-size: cover;
      background-color: rgba(75, 168, 245, 0.05);
      background-blend-mode: multiply; }
      .clients .client-list .hitachi:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 20%; }
      .clients .client-list .hitachi > .img-ratio {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      @media (min-width: 768px) {
        .clients .client-list .hitachi {
          max-width: 230px;
          margin: 0; } }
      @media (min-width: 1220px) {
        .clients .client-list .hitachi {
          max-width: 300px; } }
    .clients .client-list .boeing {
      position: relative;
      width: 194px;
      height: 48px;
      margin: 24px 64px; }
      @media (min-width: 768px) {
        .clients .client-list .boeing {
          width: 194px;
          height: 48px;
          margin: 0; } }
      @media (min-width: 1220px) {
        .clients .client-list .boeing {
          width: 291px;
          height: 72px; } }

.testimonial {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid rgba(51, 51, 51, 0.25); }
  .testimonial .content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #333;
    width: 800px;
    max-width: 800px;
    padding: 56px 24px 48px; }
    @media (min-width: 768px) {
      .testimonial .content {
        padding: 80px; } }
    @media (min-width: 1024px) {
      .testimonial .content {
        flex-direction: row;
        padding: 96px 0;
        justify-content: space-between; } }
    .testimonial .content .client {
      position: relative;
      width: 96px;
      height: 96px;
      position: relative; }
      .testimonial .content .client:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 100%; }
      .testimonial .content .client > .img-ratio {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      @media (min-width: 768px) {
        .testimonial .content .client {
          width: 144px;
          height: 144px; } }
      @media (min-width: 1024px) {
        .testimonial .content .client {
          width: 184px;
          height: 184px; } }
    .testimonial .content .client-quote {
      position: relative; }
      @media (min-width: 1024px) {
        .testimonial .content .client-quote {
          max-width: 536px; } }
    .testimonial .content .quote {
      position: relative;
      width: 30px;
      height: 21px;
      margin-top: 32px; }
      @media (min-width: 768px) {
        .testimonial .content .quote {
          width: 37px;
          height: 26px;
          margin-top: 48px; } }
      @media (min-width: 1024px) {
        .testimonial .content .quote {
          margin-top: 0; } }
    .testimonial .content .description {
      position: relative;
      font-size: 21px;
      line-height: 28px;
      padding: 24px 0 24px; }
      @media (min-width: 768px) {
        .testimonial .content .description {
          font-size: 26px;
          line-height: 33px;
          padding: 24px 0 40px; } }
    .testimonial .content p {
      font-weight: 500; }

.faq {
  position: relative;
  padding: 48px 0; }
  @media (min-width: 768px) {
    .faq {
      padding: 88px 0 16px; } }
  @media (min-width: 1024px) {
    .faq {
      padding: 112px 0 48px; } }
  @media (min-width: 1220px) {
    .faq {
      padding: 144px 0 80px; } }
  .faq .content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 48px; }
    @media (min-width: 768px) {
      .faq .content {
        flex-direction: row;
        padding-top: 64px; } }
    .faq .content .capability {
      width: 100%; }
      @media (min-width: 768px) {
        .faq .content .capability {
          width: 44%; } }
      .faq .content .capability h6 {
        color: #FF5252; }
      .faq .content .capability p {
        padding-top: 2px; }
    .faq .content .m-padding {
      padding-top: 48px; }
      @media (min-width: 768px) {
        .faq .content .m-padding {
          padding-top: 0; } }

.travel {
  position: relative;
  padding: 40px 0 56px; }
  @media (min-width: 768px) {
    .travel {
      padding: 88px 0; } }
  @media (min-width: 1024px) {
    .travel {
      padding: 112px 0; } }
  @media (min-width: 1220px) {
    .travel {
      padding: 144px 0 128px; } }
  .travel p {
    max-width: 750px;
    padding-top: 24px; }
  .travel .locations {
    position: relative;
    margin-top: 48px; }
    @media (min-width: 768px) {
      .travel .locations {
        margin-top: 80px; } }
    .travel .locations .map-marker-2 {
      position: absolute;
      top: 0px;
      left: 0px; }
    .travel .locations .map-marker-1 {
      position: absolute;
      top: 0px;
      left: 0px; }
    .travel .locations .map-marker-miami {
      position: absolute;
      top: 0px;
      left: 0px; }

footer {
  display: flex;
  justify-content: center;
  width: 100%; }
  footer section {
    position: relative;
    width: 100%;
    max-width: 1140px;
    padding: 0 16px; }
    @media (min-width: 768px) {
      footer section {
        padding: 0 40px; } }
    @media (min-width: 1220px) {
      footer section {
        padding: 0; } }
  footer .full {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    overflow: hidden; }
  footer .darker-grey-bg {
    background: #262626; }
  footer .footer {
    color: #fff;
    padding-bottom: 56px;
    padding-top: 88px; }
    @media (min-width: 768px) {
      footer .footer {
        padding-bottom: 96px;
        padding-top: 144px; } }
    footer .footer .title {
      font-size: 40px;
      line-height: 45px; }
      @media (min-width: 768px) {
        footer .footer .title {
          font-size: 60px;
          line-height: 64px; } }
    footer .footer p {
      color: #fff; }
    footer .footer .content {
      display: flex;
      flex-direction: column; }
      @media (min-width: 768px) {
        footer .footer .content {
          flex-direction: row;
          justify-content: space-between; } }
      footer .footer .content .contact-form {
        width: 100%; }
        @media (min-width: 768px) {
          footer .footer .content .contact-form {
            width: 56%; } }
        @media (min-width: 1024px) {
          footer .footer .content .contact-form {
            width: 49%; } }
        footer .footer .content .contact-form p {
          padding: 24px 0 36px;
          font-size: 21px;
          line-height: 36px;
          font-weight: 400; }
          @media (min-width: 768px) {
            footer .footer .content .contact-form p {
              padding-right: 16px; } }
          @media (min-width: 1024px) {
            footer .footer .content .contact-form p {
              padding-right: 96px; } }
        footer .footer .content .contact-form .form-block {
          position: relative; }
        footer .footer .content .contact-form .form-list .title {
          font-size: 21px;
          font-weight: 500;
          line-height: normal; }
          footer .footer .content .contact-form .form-list .title span {
            margin-left: 4px; }
        footer .footer .content .contact-form .form-list .cbx {
          -webkit-user-select: none;
          user-select: none;
          cursor: pointer;
          padding: 6px 8px;
          border-radius: 6px;
          overflow: hidden;
          transition: all 0.2s ease;
          width: 100%; }
          @media (min-width: 1024px) {
            footer .footer .content .contact-form .form-list .cbx {
              width: 48%; } }
        footer .footer .content .contact-form .form-list .cbx:not(:last-child) {
          margin: 4px 6px 12px 0; }
        footer .footer .content .contact-form .form-list .cbx:hover {
          background: rgba(255, 255, 255, 0.06); }
        footer .footer .content .contact-form .form-list .cbx span {
          float: left;
          vertical-align: middle;
          transform: translate3d(0, 0, 0); }
        footer .footer .content .contact-form .form-list .cbx span:first-child {
          position: relative;
          width: 18px;
          height: 18px;
          border-radius: 2px;
          transform: scale(1);
          border: 2px solid #cccfdb;
          transition: all 0.2s ease;
          box-shadow: 0 1px 1px rgba(0, 16, 75, 0.05); }
        footer .footer .content .contact-form .form-list .cbx span:first-child svg {
          position: absolute;
          top: 3px;
          left: 2px;
          fill: none;
          stroke: #fff;
          stroke-width: 2;
          stroke-linecap: round;
          stroke-linejoin: round;
          stroke-dasharray: 16px;
          stroke-dashoffset: 16px;
          transition: all 0.3s ease;
          transition-delay: 0.1s;
          transform: translate3d(0, 0, 0); }
        footer .footer .content .contact-form .form-list .cbx span:last-child {
          padding-left: 8px;
          line-height: 18px; }
        footer .footer .content .contact-form .form-list .cbx:hover span:first-child {
          border-color: #FF5252; }
        footer .footer .content .contact-form .form-list .inp-cbx {
          position: absolute;
          visibility: hidden; }
        footer .footer .content .contact-form .form-list .inp-cbx:checked + .cbx span:first-child {
          background: #FF5252;
          border-color: #FF5252;
          animation: wave 0.2s ease-out; }
        footer .footer .content .contact-form .form-list .inp-cbx:checked + .cbx span:first-child svg {
          stroke-dashoffset: 0;
          margin-top: -1px; }
        footer .footer .content .contact-form .form-list .checklist {
          font-size: 16px;
          font-weight: 400;
          color: #fff;
          display: flex;
          flex-wrap: wrap;
          margin: 20px 0 28px -8px; }
        footer .footer .content .contact-form .form-list .inline-svg {
          position: absolute;
          width: 0;
          height: 0;
          pointer-events: none;
          user-select: none; }

@-webkit-keyframes wave {
  50% {
    transform: scale(0.9); } }

@keyframes wave {
  50% {
    transform: scale(0.9); } }
        footer .footer .content .contact-form .form-input {
          /*border-bottom-right-radius: 10px;*/ }
          footer .footer .content .contact-form .form-input .error {
            border: solid 2px #ef4f53; }
          footer .footer .content .contact-form .form-input .cross, footer .footer .content .contact-form .form-input .check {
            position: absolute;
            top: 11px;
            right: -4px;
            border-radius: 50%;
            width: 16px;
            height: 16px;
            background-size: 50%;
            padding: 4px;
            background-repeat: no-repeat;
            background-position: 50% 50%;
            transform: translate(-50%, -50%); }
            @media (min-width: 768px) {
              footer .footer .content .contact-form .form-input .cross, footer .footer .content .contact-form .form-input .check {
                top: 50%;
                right: -48px;
                width: 26px;
                height: 26px; } }
          footer .footer .content .contact-form .form-input .cross {
            background-color: #ef4f53;
            background-image: url(https://wayfinder-ux.com/img/contact/close.svg); }
          footer .footer .content .contact-form .form-input .check {
            background-color: #4ba8f4;
            background-image: url(https://wayfinder-ux.com/img/contact/checkMark.svg); }
          footer .footer .content .contact-form .form-input label {
            font-size: 21px;
            font-weight: 500; }
            footer .footer .content .contact-form .form-input label span {
              margin-left: 4px; }
          footer .footer .content .contact-form .form-input input {
            width: 100%;
            height: 48px;
            margin: 16px 0 36px;
            font-family: 'Roboto', sans-serif;
            font-size: 16px;
            padding-left: 12px;
            font-weight: 400; }
          footer .footer .content .contact-form .form-input textarea {
            width: 100%;
            height: 130px;
            margin: 16px 0 36px;
            font-family: 'Roboto', sans-serif;
            font-size: 16px;
            padding: 12px;
            font-weight: 400; }
        footer .footer .content .contact-form .cta {
          font-size: 21px;
          line-height: 24px;
          font-weight: 500;
          width: 100%;
          border-radius: 32px;
          display: flex;
          justify-content: space-between;
          align-items: center;
          font-family: "Replica-Bold", sans-serif;
          padding: 20px 128px;
          border: 0;
          height: auto; }
          @media (min-width: 768px) {
            footer .footer .content .contact-form .cta {
              width: 146px;
              padding: 20px 28px; } }
      footer .footer .content #confirmationMessage {
        display: none;
        width: 100%; }
        @media (min-width: 768px) {
          footer .footer .content #confirmationMessage {
            width: 56%;
            height: 750px; } }
        @media (min-width: 1024px) {
          footer .footer .content #confirmationMessage {
            height: 714px; } }
        footer .footer .content #confirmationMessage p {
          padding: 24px 0 32px;
          font-size: 21px;
          line-height: 36px;
          font-weight: 400; }
          @media (min-width: 768px) {
            footer .footer .content #confirmationMessage p {
              padding-right: 16px; } }
          @media (min-width: 1024px) {
            footer .footer .content #confirmationMessage p {
              padding-right: 96px; } }
        footer .footer .content #confirmationMessage .confirmation-message {
          width: 100%;
          border-radius: 10px;
          background-color: #333333;
          box-shadow: 0 0 48px 0 rgba(0, 0, 0, 0.33); }
          footer .footer .content #confirmationMessage .confirmation-message p {
            padding-top: 28px;
            padding-left: 24px;
            padding-right: 24px;
            padding-bottom: 0; }
            @media (min-width: 768px) {
              footer .footer .content #confirmationMessage .confirmation-message p {
                padding-top: 56px;
                padding-left: 40px;
                padding-right: 40px; } }
          footer .footer .content #confirmationMessage .confirmation-message .cta {
            padding-top: 32px;
            padding-bottom: 28px; }
            @media (min-width: 768px) {
              footer .footer .content #confirmationMessage .confirmation-message .cta {
                padding-top: 32px;
                padding-bottom: 56px; } }
      footer .footer .content .wf-details {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%; }
        @media (min-width: 768px) {
          footer .footer .content .wf-details {
            width: 32%;
            align-items: flex-end;
            text-align: right;
            padding-top: 0; } }
        footer .footer .content .wf-details .contact-img {
          max-width: 120px;
          max-height: 120px;
          margin: 64px 0 32px; }
          @media (min-width: 768px) {
            footer .footer .content .wf-details .contact-img {
              max-width: 302px;
              max-height: 302px;
              margin: 0; } }
        footer .footer .content .wf-details .title {
          font-size: 42px;
          line-height: 50px;
          padding-top: 0px; }
          @media (min-width: 768px) {
            footer .footer .content .wf-details .title {
              padding-top: 80px; } }
          @media (min-width: 1024px) {
            footer .footer .content .wf-details .title {
              padding-top: 0px; } }
        footer .footer .content .wf-details p {
          font-weight: 400;
          line-height: 32px; }
        footer .footer .content .wf-details a {
          color: #fff;
          text-decoration: none; }
        footer .footer .content .wf-details .m-padding {
          padding-top: 36px; }
          @media (min-width: 768px) {
            footer .footer .content .wf-details .m-padding {
              padding-top: 0;
              margin-bottom: 14px; } }

.menu-overlay {
  display: none;
  position: fixed;
  top: 0px;
  background: #ef4f53;
  width: 100%;
  height: 100%;
  z-index: 999999; }
  .menu-overlay .center {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%; }
  .menu-overlay .close {
    position: absolute;
    display: flex;
    justify-content: flex-end;
    width: 92%;
    max-width: 1140px;
    padding: 16px 0 0;
    z-index: 999999; }
    @media (min-width: 768px) {
      .menu-overlay .close {
        width: 90%;
        padding: 56px 0 0; } }
    @media (min-width: 1024px) {
      .menu-overlay .close {
        width: 100%;
        padding: 72px 0 0; } }
    .menu-overlay .close .close-btn {
      font-size: 40px;
      color: #fff;
      cursor: pointer; }
  .menu-overlay .menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%; }
    .menu-overlay .menu ul {
      margin: 0;
      padding: 0;
      font-family: "Replica-Bold", sans-serif !important;
      font-size: 52px;
      font-weight: 500;
      color: #fff;
      list-style: none; }
      .menu-overlay .menu ul li {
        margin: 80px 0;
        text-align: center;
        cursor: pointer; }
    .menu-overlay .menu ul li::before {
      display: none; }

.scroll-reveal {
  opacity: 0;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out; }

.scroll-reveal.visible {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }
