/**
 * Layout Mixins
 */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
* {
  box-sizing: border-box; }
  *:before, *:after {
    box-sizing: border-box; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: inherit;
  color: inherit; }

.heading {
  margin-bottom: 1.4em;
  font-family: Montserrat, sans-serif;
  font-size: 1.1em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em;
  line-height: 1.4; }
  @media screen and (max-width: 959px) {
    .heading {
      font-size: 1em; } }
  @media screen and (max-width: 599px) {
    .heading {
      font-size: .9em; } }
  .heading--big {
    font-size: 2.2em;
    line-height: 1em; }
    @media screen and (max-width: 959px) {
      .heading--big {
        font-size: 1.9em; } }
    @media only screen and (max-width: 450px) {
      .heading--big {
        font-size: 1.6em; } }
    .heading--big small {
      display: block;
      font-size: .4em;
      font-weight: 600;
      font-family: 'Open Sans', sans-serif; }
      @media screen and (max-width: 599px) {
        .heading--big small {
          font-size: .5em; } }
  .heading--padded {
    padding: 3rem 4rem; }
    @media screen and (max-width: 959px) {
      .heading--padded {
        padding: 2em; } }
    @media screen and (max-width: 959px) {
      .heading--padded {
        padding: 1em; } }

.paragraph {
  color: #1e2e48; }
  .paragraph + .paragraph {
    margin-top: 1em; }
  .paragraph .align_left {
    float: left;
    margin: 0 1.5em 1.5em 0; }
  .paragraph .title {
    display: block;
    font-weight: 600;
    color: #1e2e48;
    font-size: 1.5em;
    margin-bottom: 1em; }
  .paragraph img {
    max-width: 100%; }

.fs-0 {
  font-size: .75em; }

.fs-1 {
  font-size: .9em; }

.fs-2 {
  font-size: 1em; }

.fs-3 {
  font-size: 1.2em; }

.fs-4 {
  font-size: 1.5em; }

.fs-5 {
  font-size: 2em; }

.lh-0 {
  line-height: 1; }

.lh-1 {
  line-height: 1.2; }

.lh-2 {
  line-height: 1.4; }

.lh-3 {
  line-height: 1.6; }

.lh-4 {
  line-height: 1.8; }

.lh-5 {
  line-height: 2; }

.container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 1em; }
  @media only screen and (max-width: 1180px) {
    .container {
      width: 90%; } }

.ma-0 {
  margin: 0; }

.ma-1 {
  margin: .5rem; }

.ma-2 {
  margin: 1rem; }

.ma-3 {
  margin: 2rem; }

.ma-4 {
  margin: 3rem; }

.ma-5 {
  margin: 4rem; }

.mx-0 {
  margin-left: 0;
  margin-right: 0; }

.mx-1 {
  margin-left: .5rem;
  margin-right: .5rem; }

.mx-2 {
  margin-left: 1rem;
  margin-right: 1rem; }

.mx-3 {
  margin-left: 2rem;
  margin-right: 2rem; }

.mx-4 {
  margin-left: 3rem;
  margin-right: 3rem; }

.mx-5 {
  margin-left: 4rem;
  margin-right: 4rem; }

.my-0 {
  margin-top: 0;
  margin-bottom: 0; }

.my-1 {
  margin-top: .5rem;
  margin-bottom: .5rem; }

.my-2 {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.my-3 {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.my-4 {
  margin-top: 3rem;
  margin-bottom: 3rem; }

.my-5 {
  margin-top: 4rem;
  margin-bottom: 4rem; }

.mb-0 {
  margin-bottom: 0; }

.mb-1 {
  margin-bottom: .5rem; }

.mb-2 {
  margin-bottom: 1rem; }

.mb-3 {
  margin-bottom: 2rem; }

.mb-4 {
  margin-bottom: 3rem; }

.mb-5 {
  margin-bottom: 4rem; }

.mt-0 {
  margin-top: 0; }

.mt-1 {
  margin-top: .5rem; }

.mt-2 {
  margin-top: 1rem; }

.mt-3 {
  margin-top: 2rem; }

.mt-4 {
  margin-top: 3rem; }

.mt-5 {
  margin-top: 4rem; }

.mr-0 {
  margin-right: 0; }

.mr-1 {
  margin-right: .5rem; }

.mr-2 {
  margin-right: 1rem; }

.mr-3 {
  margin-right: 2rem; }

.mr-4 {
  margin-right: 3rem; }

.mr-5 {
  margin-right: 4rem; }

.ml-0 {
  margin-left: 0; }

.ml-1 {
  margin-left: .5rem; }

.ml-2 {
  margin-left: 1rem; }

.ml-3 {
  margin-left: 2rem; }

.ml-4 {
  margin-left: 3rem; }

.ml-5 {
  margin-left: 4rem; }

.pa-0 {
  padding: 0; }

.pa-1 {
  padding: .5rem; }

.pa-2 {
  padding: 1rem; }

.pa-3 {
  padding: 2rem; }

.pa-4 {
  padding: 3rem; }

.pa-5 {
  padding: 4rem; }

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

.px-1 {
  padding-left: .5rem;
  padding-right: .5rem; }

.px-2 {
  padding-left: 1rem;
  padding-right: 1rem; }

.px-3 {
  padding-left: 2rem;
  padding-right: 2rem; }

.px-4 {
  padding-left: 3rem;
  padding-right: 3rem; }

.px-5 {
  padding-left: 4rem;
  padding-right: 4rem; }

.py-0 {
  padding-top: 0;
  padding-bottom: 0; }

.py-1 {
  padding-top: .5rem;
  padding-bottom: .5rem; }

.py-2 {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.py-3 {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  @media only screen and (max-width: 450px) {
    .py-3 {
      padding-top: 1rem;
      padding-bottom: 1rem; } }

.py-4 {
  padding-top: 3rem;
  padding-bottom: 3rem; }

.py-5 {
  padding-top: 4rem;
  padding-bottom: 4rem; }

.pb-0 {
  padding-bottom: 0; }

.pb-1 {
  padding-bottom: .5rem; }

.pb-2 {
  padding-bottom: 1rem; }

.pb-3 {
  padding-bottom: 2rem; }

.pb-4 {
  padding-bottom: 3rem; }

.pb-5 {
  padding-bottom: 4rem; }

.pt-0 {
  padding-top: 0; }

.pt-1 {
  padding-top: .5rem; }

.pt-2 {
  padding-top: 1rem; }

.pt-3 {
  padding-top: 2rem; }

.pt-4 {
  padding-top: 3rem; }

.pt-5 {
  padding-top: 4rem; }

.pr-0 {
  padding-right: 0; }

.pr-1 {
  padding-right: .5rem; }

.pr-2 {
  padding-right: 1rem; }

.pr-3 {
  padding-right: 2rem; }

.pr-4 {
  padding-right: 3rem; }

.pr-5 {
  padding-right: 4rem; }

.pl-0 {
  padding-left: 0; }

.pl-1 {
  padding-left: .5rem; }

.pl-2 {
  padding-left: 1rem; }

.pl-3 {
  padding-left: 2rem; }

.pl-4 {
  padding-left: 3rem; }
  @media only screen and (max-width: 450px) {
    .pl-4 {
      padding-left: 2rem; } }

.pl-5 {
  padding-left: 4rem; }

.flex {
  display: flex; }
  .flex--row {
    flex-direction: row; }
  .flex--col {
    flex-direction: column; }
  .flex--justify-center {
    justify-content: center; }

.button, .slider button {
  display: inline-block;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer; }
  .button--square {
    padding: .75em 1.75em;
    background-color: #558dd6;
    color: white; }
  .button--arrow {
    text-transform: lowercase; }
    .button--arrow--down:after {
      transform: rotate(90deg);
      display: inline-block; }
    .button--arrow--down:hover:after {
      right: 0 !important; }
    .button--arrow:after {
      position: relative;
      top: .075em;
      content: '\f105';
      font-family: 'FontAwesome';
      margin-left: 1.5em;
      right: 0;
      transition: all 0.3s ease; }
    .button--arrow:hover:after {
      right: -0.5em; }

.flickity-slider {
  transform: none !important; }

.slider {
  position: relative;
  outline: none; }
  .slider--fade .slide {
    width: 100%;
    left: 0 !important;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out; }
    .slider--fade .slide.is-selected {
      opacity: 1;
      pointer-events: all; }
  .slider--fade .container {
    left: 50% !important;
    transform: translateX(-50%); }
  .slider .flickity-page-dots {
    display: flex;
    margin: 0 auto;
    justify-content: center; }
    .slider .flickity-page-dots .dot {
      width: .5em;
      height: .5em;
      margin: 0 .5em;
      background-color: white;
      opacity: .6;
      border-radius: 100%;
      cursor: pointer; }
      .slider .flickity-page-dots .dot.is-selected {
        opacity: 1; }
  .slider .previous,
  .slider .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .slider .previous {
    left: 0; }
  .slider .next {
    right: 0; }
  .slider button svg {
    width: 2em;
    height: 2em; }
    .slider button svg path {
      fill: white; }

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif; }
  html.noscroll,
  body.noscroll {
    overflow-y: scroll;
    position: fixed;
    width: 100%; }

*:focus {
  outline: none; }

strong {
  font-weight: 600; }

.side-line {
  border-left: 4px solid #558dd6; }
  .side-line--dark {
    border-color: white !important; }
  .side-line--light {
    border-color: #1e2e48 !important; }
  .side-line--orange {
    border-color: #ffb303 !important; }
  .side-line--right {
    border-left: 0;
    border-right: 4px solid #558dd6; }
  .side-line--thin {
    border-width: 2px; }

.pattern__topright {
  background: url(/app/themes/naracreative/assets/img/corner_pattern_top_right.png);
  background-position: top right;
  background-repeat: no-repeat; }

.shadow {
  box-shadow: -20px 18px 60px rgba(21, 56, 94, 0.15); }
  .shadow__rounded--10 {
    border-radius: 10px; }
  .shadow__rounded--20 {
    border-radius: 20px; }
  .shadow__rounded--25 {
    border-radius: 25px; }
  .shadow__rounded--30 {
    border-radius: 30px; }
  .shadow__rounded--40 {
    border-radius: 40px; }

img.pos {
  position: absolute; }
  img.pos__top {
    top: 0; }
  img.pos__bottom {
    bottom: 0; }
  img.pos__middle {
    top: 50%;
    transform: translateY(-50%); }
  img.pos__left {
    right: 60%; }
  img.pos__right {
    left: 60%; }
  img.pos__center {
    left: 0;
    right: 0; }

.gradient__bottom {
  box-shadow: inset 0 -100px 250px -70px #eaecff; }

.vertical-separator {
  min-width: 1px;
  background-color: rgba(255, 255, 255, 0.3); }

.site-section {
  padding-top: 6em;
  padding-bottom: 6em;
  position: relative; }
  .site-section--smaller-top {
    padding-top: 3em; }

@media only screen and (max-width: 769px) {
  .hide__mobile {
    display: none; } }

.grecaptcha-badge {
  display: none !important; }

.section-navigation {
  visibility: hidden;
  width: 100%;
  top: -100%;
  background: #558dd6;
  position: absolute;
  z-index: 9999;
  height: 0;
  color: white;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease; }
  .section-navigation.active {
    visibility: visible;
    position: fixed;
    height: 100vh;
    top: 0; }
  .section-navigation .container {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 2em; }
    @media screen and (max-width: 768px) {
      .section-navigation .container {
        align-items: center;
        flex-direction: column;
        justify-content: space-evenly; } }
  .section-navigation__menu {
    text-align: center;
    text-transform: uppercase;
    max-width: 100%;
    width: 100%; }
    @media screen and (max-width: 449px) {
      .section-navigation__menu {
        margin-top: 2em; } }
    .section-navigation__menu a {
      opacity: 0.75;
      display: block;
      font-size: 5em;
      font-weight: 600;
      line-height: normal; }
      @media screen and (max-width: 1179px) {
        .section-navigation__menu a {
          font-size: 3em; } }
      .section-navigation__menu a.active, .section-navigation__menu a:hover {
        opacity: 1; }
  .section-navigation__address {
    text-align: left;
    letter-spacing: 0.2em;
    opacity: 1;
    line-height: 1.5em;
    text-transform: uppercase; }
    @media screen and (max-width: 768px) {
      .section-navigation__address {
        text-align: center;
        text-transform: none;
        letter-spacing: normal; } }
    .section-navigation__address span {
      opacity: 0.75; }
  .section-navigation__email {
    text-align: right;
    letter-spacing: 0.2em;
    opacity: 0.75;
    line-height: 1.5em;
    text-transform: uppercase; }
    @media screen and (max-width: 768px) {
      .section-navigation__email {
        text-align: center;
        letter-spacing: normal;
        text-transform: none; } }
    .section-navigation__email:hover {
      opacity: 1; }

.main-header {
  position: absolute;
  z-index: 99999;
  padding-top: 2em;
  padding-bottom: 2em;
  width: 100%;
  top: -60px;
  margin-top: 60px; }
  .main-header .wpml-ls-link {
    line-height: 0 !important; }
  .main-header .wpml-ls-legacy-list-horizontal a span {
    vertical-align: top; }
  .main-header.active {
    position: fixed; }
    .main-header.active .main-header__logo path {
      fill: white; }
    .main-header.active .main-header__menu a {
      color: white; }
      .main-header.active .main-header__menu a:hover {
        color: #ffb303; }
  .main-header.sticky {
    position: fixed;
    top: 0;
    margin-top: 0;
    width: 100%;
    padding: 0;
    transition: top 0.3s ease-out;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
    background: white;
    color: #558dd6;
    fill: #558dd6; }
    .main-header.sticky .main-header__logo svg {
      max-width: 80px; }
      @media screen and (max-width: 768px) {
        .main-header.sticky .main-header__logo svg {
          max-width: 60px; } }
    .main-header.sticky * {
      color: inherit !important;
      fill: #232323 !important;
      vertical-align: middle; }
    .main-header.sticky .bar {
      background: #558dd6 !important; }
    @media screen and (max-width: 1179px) {
      .main-header.sticky {
        margin-top: 2.5%; } }
  .main-header .container {
    display: flex;
    justify-content: space-between;
    width: 100%; }
  .main-header--dark .main-header__logo path {
    fill: white; }
  .main-header--dark .main-header__menu a {
    color: white; }
    .main-header--dark .main-header__menu a .toggle__bars .bar {
      background: white; }
  .main-header__logo svg {
    max-width: 120px;
    width: 100%; }
    @media screen and (max-width: 768px) {
      .main-header__logo svg {
        max-width: 70px; } }
  .main-header__logo path {
    fill: #1e2e48; }
  .main-header__menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ffb303; }
    .main-header__menu .wpml-ls-legacy-list-horizontal {
      padding: 0;
      border: 0; }
      .main-header__menu .wpml-ls-legacy-list-horizontal .wpml-ls-item {
        display: block; }
      .main-header__menu .wpml-ls-legacy-list-horizontal a {
        display: block;
        text-decoration: none;
        padding: 0;
        line-height: 1; }
    .main-header__menu a {
      color: #1e2e48;
      text-transform: uppercase;
      letter-spacing: 0.2em;
      font-size: 0.7em;
      margin: 0 1em 0 1.3em;
      font-weight: 600;
      vertical-align: top;
      line-height: 0;
      height: 100%; }
      .main-header__menu a:hover {
        color: #ffb303; }
    .main-header__menu .toggle {
      display: flex;
      align-items: center;
      padding-right: 10px;
      cursor: pointer; }

@keyframes bars_slide_in {
  from {
    right: 0; }
  to {
    right: 7px; } }

@keyframes bars_slide_out {
  from {
    right: 7px; }
  to {
    right: 0; } }

@keyframes bars_rotate_in {
  from {
    transform: rotate(0);
    margin-top: 0; }
  to {
    transform: rotate(90deg);
    margin-top: 0.5em; } }

@keyframes bars_rotate_out {
  from {
    transform: rotate(90deg);
    margin-top: 0.5em; }
  to {
    transform: rotate(0);
    margin-top: 0; } }
      .main-header__menu .toggle.active .toggle__bars {
        transition: rotate 0.3s ease;
        animation: none !important; }
        .main-header__menu .toggle.active .toggle__bars .bar {
          animation: none !important;
          background: white; }
          .main-header__menu .toggle.active .toggle__bars .bar:nth-child(1) {
            transform: rotate(45deg) translate(-4px, 2px); }
          .main-header__menu .toggle.active .toggle__bars .bar:nth-child(2) {
            transform: rotate(-45deg) translate(3px, 1px); }
      .main-header__menu .toggle__bars {
        display: flex;
        margin-left: 3em;
        position: relative;
        align-items: center;
        transition: rotate 0.3s ease; }
        .main-header__menu .toggle__bars .bar {
          width: 2px;
          height: 20px;
          background: black;
          position: absolute;
          transition: all 0.3s ease; }
          .main-header__menu .toggle__bars .bar:nth-child(1) {
            right: 0; }
          .main-header__menu .toggle__bars .bar:nth-child(2) {
            right: 7px;
            animation: bars_slide_out forwards 0.3s; }
      .main-header__menu .toggle:hover .toggle__bars .bar:nth-child(2) {
        animation: bars_slide_in 0.3s forwards; }
  @media screen and (max-width: 1179px) {
    .main-header {
      max-width: 90%;
      margin: 60px auto 0 auto;
      width: 100%;
      left: 0;
      right: 0; } }
  @media screen and (max-width: 449px) {
    .main-header {
      margin-top: 40px; } }

.main-footer {
  position: relative;
  padding: 5em 0;
  color: white;
  background-color: #1e2e48; }
  .main-footer__contact-info, .main-footer__about {
    flex: 1;
    padding: 1em 4em;
    max-width: 49.4%; }
    .main-footer__contact-info .paragraph, .main-footer__about .paragraph {
      color: white; }
    @media screen and (max-width: 768px) {
      .main-footer__contact-info, .main-footer__about {
        max-width: 100%;
        padding: 0 0 0 2em; } }
  @media screen and (max-width: 768px) {
    .main-footer__contact-info {
      margin-top: 2em; } }
  .main-footer__content {
    display: flex;
    flex-direction: row; }
    @media screen and (max-width: 768px) {
      .main-footer__content {
        flex-direction: column; } }
  .main-footer__social {
    font-size: 1.3em; }
    .main-footer__social a:hover {
      color: #ffb303; }
  .main-footer__logo svg {
    width: 120px; }
    .main-footer__logo svg path {
      fill: white; }
  .main-footer__wave {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    line-height: 0; }
    .main-footer__wave path {
      fill: #1e2e48;
      transform: scale(1, 0.3);
      transform-origin: 100% 100%; }
  .main-footer__bg {
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 0;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .main-footer__bg {
        transform: scale(0.4);
        transform-origin: bottom right; } }
  @media screen and (max-width: 768px) {
    .main-footer {
      padding: 2em 0; } }

.section-partners {
  color: #1e2e48; }
  .section-partners__items {
    display: flex;
    width: 100%;
    margin: 0 auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
  .section-partners__item {
    padding: 1em 2em;
    max-width: 16%;
    width: 100%; }
    @media screen and (max-width: 959px) {
      .section-partners__item {
        max-width: 20%;
        padding: 1em; } }
    @media screen and (max-width: 768px) {
      .section-partners__item {
        max-width: 25%;
        padding: 1em; } }
    @media screen and (max-width: 449px) {
      .section-partners__item {
        max-width: 33.333%;
        padding: 1em; } }
    @media screen and (max-width: 349px) {
      .section-partners__item {
        max-width: 50%;
        padding: 1em; } }
    .section-partners__item img {
      max-width: 100%;
      width: 100%;
      height: auto;
      filter: grayscale(100%); }

.projects-slider {
  margin-top: 4em; }
  .projects-slider__container {
    display: flex;
    justify-content: space-between;
    padding: 0;
    bottom: 0px; }
    @media only screen and (max-width: 769px) {
      .projects-slider__container {
        display: block; } }
  .projects-slider .content {
    max-width: 40%;
    width: 100%; }
    @media only screen and (max-width: 769px) {
      .projects-slider .content {
        max-width: 100%; } }
  .projects-slider .image {
    position: relative;
    max-width: 50%;
    width: 100%;
    line-height: 0;
    bottom: -200px; }
    @media only screen and (max-width: 769px) {
      .projects-slider .image {
        position: static;
        height: 500px;
        max-width: 100%;
        margin-top: 4em; } }
  .projects-slider__large {
    position: absolute;
    bottom: 50px;
    max-width: 100%;
    max-height: 500px;
    z-index: 5;
    right: 50px; }
    @media only screen and (max-width: 769px) {
      .projects-slider__large {
        bottom: 0;
        left: 0;
        right: 0;
        max-width: fit-content; } }
  .projects-slider__small {
    position: absolute;
    bottom: 100px;
    max-width: 33.333%;
    max-height: 300px;
    z-index: 10;
    right: 0; }
    @media only screen and (max-width: 769px) {
      .projects-slider__small {
        bottom: 0;
        left: 75%;
        max-width: fit-content; } }
  .projects-slider small {
    color: #558dd6; }
  .projects-slider .button, .projects-slider .slider button, .slider .projects-slider button {
    color: #558dd6; }
  .projects-slider .flickity-page-dots {
    right: 10%;
    position: absolute;
    top: -50%; }
    @media only screen and (max-width: 960px) {
      .projects-slider .flickity-page-dots {
        top: -10%; }
        .projects-slider .flickity-page-dots .dot {
          width: 0.75em;
          height: 0.75em; } }
    @media only screen and (max-width: 769px) {
      .projects-slider .flickity-page-dots {
        left: inherit;
        right: 0;
        top: inherit;
        bottom: 68%; } }
    .projects-slider .flickity-page-dots .dot {
      background-color: #bbc5ea; }
      .projects-slider .flickity-page-dots .dot.is-selected, .projects-slider .flickity-page-dots .dot:hover {
        background-color: #ffb303; }

.section-hero {
  background: #1e2e48;
  overflow: hidden;
  height: 700px; }
  @media screen and (max-width: 768px) {
    .section-hero {
      height: auto; } }
  @media screen and (max-width: 449px) {
    .section-hero {
      padding-top: 2em; } }
  .section-hero__logo svg {
    max-width: 120px;
    width: 100%; }
    .section-hero__logo svg path {
      fill: white; }
  .section-hero__text {
    color: white;
    max-width: 50%;
    width: 100%; }
    .section-hero__text .heading small {
      color: #bbc5ea; }
    .section-hero__text .paragraph {
      color: white; }
      .section-hero__text .paragraph strong {
        color: #ffb303; }
    @media screen and (max-width: 768px) {
      .section-hero__text {
        max-width: 100%; } }
  .section-hero .container {
    position: relative;
    z-index: 5; }
  .section-hero__bg {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    width: 100%;
    height: 100%; }
    @media screen and (max-width: 768px) {
      .section-hero__bg {
        transform: scale(0.5);
        transform-origin: bottom right; } }
    @media screen and (max-width: 449px) {
      .section-hero__bg {
        transform: scale(0.4); } }
    .section-hero__bg svg {
      position: absolute; }
    .section-hero__bg #background {
      left: 0;
      bottom: 0;
      z-index: 1;
      transform: translateY(75%); }
      @media screen and (max-width: 768px) {
        .section-hero__bg #background {
          transform: translate(-150%, 10%) scale(2, 1); } }
    .section-hero__bg .middleground {
      left: 20%;
      top: 0;
      z-index: 2; }
      .section-hero__bg .middleground .woman {
        transform: translate(164px, 288px); }
      @media screen and (max-width: 1179px) {
        .section-hero__bg .middleground {
          left: 0; } }
      @media screen and (max-width: 768px) {
        .section-hero__bg .middleground {
          position: static;
          transform: translate(-30%, 0); } }
      @media screen and (max-width: 449px) {
        .section-hero__bg .middleground {
          transform: translate(-30%, -20%); } }
    .section-hero__bg #foreground {
      right: 0;
      bottom: 0;
      z-index: 3;
      transform: translateY(18%); }
      @media screen and (max-width: 768px) {
        .section-hero__bg #foreground {
          transform: translate(-50%, 20%) scaleX(3); } }
    .section-hero__bg .clock__long, .section-hero__bg .clock__short {
      transform-origin: 408px 209px; }

@keyframes rotating {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

@keyframes blink {
  to {
    visibility: hidden; } }

@keyframes steam {
  0% {
    transform: translate(0px, 25px);
    opacity: 1;
    visibility: visible; }
  20% {
    transform: translate(0px, 20px);
    opacity: 0.8; }
  40% {
    transform: translate(0px, 15px);
    opacity: 0.6; }
  60% {
    transform: translate(0px, 10px);
    opacity: 0.4; }
  80% {
    transform: translate(0px, 5px);
    opacity: 0.2; }
  100% {
    transform: translate(0px, 0px);
    opacity: 0;
    visibility: hidden; } }

@keyframes lighting {
  0% {
    fill: #ffb303; }
  4% {
    fill: #bbc5ea; }
  8% {
    fill: #ffb303; }
  12% {
    fill: #ffce6c; }
  16% {
    fill: #bbc5ea; }
  17% {
    fill: #ffb303; }
  30% {
    fill: #ffb303; }
  34% {
    fill: #bbc5ea; }
  38% {
    fill: #ffce6c; }
  40% {
    fill: #ffb303; }
  50%, 100% {
    fill: #ffb303; } }

@keyframes plant {
  0% {
    transform: rotate(0deg); }
  25% {
    transform: rotate(2deg); }
  50% {
    transform: rotate(0deg); }
  75% {
    transform: rotate(-2deg); }
  100% {
    transform: rotate(0deg); } }
    .section-hero__bg .rotating__fast {
      animation: rotating 25s linear infinite; }
    .section-hero__bg .rotating__slow {
      animation: rotating 60s linear infinite; }
    .section-hero__bg .blink {
      animation: blink 5s steps(20, start) infinite;
      position: absolute; }
    .section-hero__bg .coffee-steam {
      transform: translate(0px, -30px); }
      .section-hero__bg .coffee-steam path {
        visibility: hidden; }
      .section-hero__bg .coffee-steam__left {
        animation: steam 6s linear infinite 1s; }
      .section-hero__bg .coffee-steam__middle {
        animation: steam 4s linear infinite 2s; }
      .section-hero__bg .coffee-steam__right {
        animation: steam 8s linear infinite 3s; }
    .section-hero__bg .lighting {
      animation: lighting 15s infinite ease-in-out; }
    .section-hero__bg .plant {
      transform-origin: 562px 437px;
      transform: translate(0, 5px);
      animation: plant 8s steps(30, start) infinite; }

.section-individuality {
  color: white;
  background-color: #558dd6;
  padding-top: 8em;
  padding-bottom: 8em; }
  .section-individuality__content {
    display: flex;
    flex-direction: row;
    justify-content: flex-end; }
  .section-individuality__text, .section-individuality__img {
    flex: 1; }
  .section-individuality__img {
    order: 1;
    position: absolute;
    bottom: 0;
    left: 10%;
    line-height: 0; }
    .section-individuality__img img {
      max-width: 100%; }
    @media screen and (max-width: 1179px) {
      .section-individuality__img {
        left: 0; } }
    @media screen and (max-width: 768px) {
      .section-individuality__img {
        transform: scale(0.5);
        transform-origin: bottom left;
        left: -10%; } }
    @media screen and (max-width: 449px) {
      .section-individuality__img {
        transform: scale(0.4); } }
  .section-individuality__text {
    padding-left: 4em;
    text-align: right;
    order: 2;
    max-width: 50%;
    width: 100%; }
    .section-individuality__text .paragraph {
      color: white; }
    @media screen and (max-width: 768px) {
      .section-individuality__text {
        max-width: 350px;
        padding-left: 0; } }
  .section-individuality__dog {
    position: absolute;
    z-index: 2;
    bottom: -9px; }

@keyframes tail {
  0% {
    transform: rotate(0deg); }
  25% {
    transform: rotate(2deg); }
  50% {
    transform: rotate(0deg); }
  75% {
    transform: rotate(-2deg); }
  100% {
    transform: rotate(0deg); } }
    .section-individuality__dog .tail {
      transform-origin: -50px -30px;
      animation: tail 1.2s steps(15, start) infinite; }
    @media screen and (max-width: 768px) {
      .section-individuality__dog {
        transform: translate(170%, 0); } }
  .section-individuality__bg {
    position: absolute;
    bottom: 0;
    left: 50px; }
  @media screen and (max-width: 768px) {
    .section-individuality {
      padding-top: 4em; } }

.section-home-services {
  color: #1e2e48;
  overflow: hidden; }
  .section-home-services .container {
    z-index: 1;
    position: relative; }
  .section-home-services__content {
    max-width: 500px; }
    @media screen and (max-width: 1179px) {
      .section-home-services__content {
        max-width: 50%; } }
    @media screen and (max-width: 768px) {
      .section-home-services__content {
        max-width: 100%; } }
  .section-home-services .button, .section-home-services .slider button, .slider .section-home-services button {
    color: #558dd6; }
  .section-home-services__bg {
    position: absolute;
    bottom: -5px;
    right: 0;
    z-index: 0;
    line-height: 0; }
    @media screen and (max-width: 1179px) {
      .section-home-services__bg {
        right: -20%; } }
    @media screen and (max-width: 768px) {
      .section-home-services__bg {
        transform: scale(0.5);
        transform-origin: bottom right;
        right: -10%; } }
    @media screen and (max-width: 449px) {
      .section-home-services__bg {
        transform: scale(0.4); } }

@keyframes cloud {
  0% {
    transform: translateX(30%);
    opacity: 1; }
  100% {
    transform: translateX(-20%);
    opacity: 0; } }

@keyframes crane {
  0% {
    transform: translateX(0, 0); }
  25% {
    transform: translate(0, 7%); }
  50% {
    transform: translate(-2%, 7%); }
  75% {
    transform: translate(0, 7%); }
  100% {
    transform: translateX(0, 0); } }

@keyframes shadow {
  0% {
    transform: scale(1, 1) translate(0, 0);
    opacity: 0.3; }
  25% {
    transform: scale(1, 0.95) translate(0, 10%); }
  50% {
    transform: scale(1, 0.9) translate(1%, 10%);
    opacity: 1; }
  75% {
    transform: scale(1, 0.95) translate(0, 10%); }
  100% {
    transform: scale(1, 1) translate(0, 0);
    opacity: 0.3; } }
  .section-home-services .cloud__fast {
    animation: cloud 15s infinite linear; }
  .section-home-services .cloud__slow {
    animation: cloud 25s infinite linear; }
  .section-home-services .crane {
    animation: crane 20s infinite 5s linear; }
  .section-home-services .shadow {
    opacity: 0.3;
    animation: shadow 20s infinite 5s linear; }
  @media screen and (max-width: 768px) {
    .section-home-services {
      padding-top: 2em; } }

.section-home-projects {
  padding-bottom: 0;
  overflow: hidden; }
  .section-home-projects .container {
    padding-bottom: 5em; }
    @media screen and (max-width: 768px) {
      .section-home-projects .container {
        padding-bottom: 0; } }
  .section-home-projects__content {
    width: 100%; }
  @media screen and (max-width: 768px) {
    .section-home-projects {
      padding-top: 2em; } }

.section-services-hero {
  color: #1e2e48;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .section-services-hero {
      height: auto; } }
  .section-services-hero .container {
    z-index: 1;
    position: relative; }
  .section-services-hero__content {
    max-width: 500px; }
    @media screen and (max-width: 768px) {
      .section-services-hero__content {
        max-width: 100%; } }
  .section-services-hero .button, .section-services-hero .slider button, .slider .section-services-hero button {
    color: #558dd6; }
  .section-services-hero__bg {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0; }
    @media screen and (max-width: 1179px) {
      .section-services-hero__bg {
        left: 40%; } }
    @media screen and (max-width: 768px) {
      .section-services-hero__bg {
        transform: scale(0.5);
        transform-origin: bottom right;
        left: 0; } }
    @media screen and (max-width: 449px) {
      .section-services-hero__bg {
        transform: scale(0.4); } }

@keyframes cloud {
  0% {
    transform: translateX(30%);
    opacity: 1; }
  100% {
    transform: translateX(-20%);
    opacity: 0; } }

@keyframes crane {
  0% {
    transform: translateX(0, 0); }
  25% {
    transform: translate(0, 7%); }
  50% {
    transform: translate(-2%, 7%); }
  75% {
    transform: translate(0, 7%); }
  100% {
    transform: translateX(0, 0); } }

@keyframes shadow {
  0% {
    transform: scale(1, 1) translate(0, 0);
    opacity: 0.3; }
  25% {
    transform: scale(1, 0.95) translate(0, 10%); }
  50% {
    transform: scale(1, 0.9) translate(1%, 10%);
    opacity: 1; }
  75% {
    transform: scale(1, 0.95) translate(0, 10%); }
  100% {
    transform: scale(1, 1) translate(0, 0);
    opacity: 0.3; } }
  .section-services-hero .cloud__fast {
    animation: cloud 15s infinite linear; }
  .section-services-hero .cloud__slow {
    animation: cloud 25s infinite linear; }
  .section-services-hero .crane {
    animation: crane 20s infinite 5s linear; }
  .section-services-hero .shadow {
    opacity: 0.3;
    animation: shadow 20s infinite 5s linear; }

@media screen and (max-width: 768px) {
  .section-services-process {
    padding-bottom: 2em; } }

.section-services-process__content small {
  color: #558dd6; }

.section-services-process__blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10em 0; }
  .section-services-process__blocks:after {
    content: "";
    background: url(/app/themes/naracreative/assets/img/process_line.png) repeat-x;
    position: absolute;
    height: 1px;
    top: 63.9%;
    left: 0;
    right: 0;
    z-index: 0; }
  @media screen and (max-width: 959px) {
    .section-services-process__blocks {
      justify-content: space-evenly;
      padding: 0; }
      .section-services-process__blocks:after {
        top: inherit;
        bottom: 5%; } }
  .section-services-process__blocks .block {
    max-width: 20%;
    width: 100%;
    text-align: center;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 1; }
    @media screen and (max-width: 959px) {
      .section-services-process__blocks .block {
        position: static;
        margin: 0 3% 3em;
        max-width: 27.333%; }
        .section-services-process__blocks .block:after, .section-services-process__blocks .block:before {
          display: none; } }
    @media screen and (max-width: 768px) {
      .section-services-process__blocks .block {
        margin: 0 auto 3em auto;
        max-width: 100%;
        text-align: left;
        display: flex;
        justify-content: space-evenly; } }
    .section-services-process__blocks .block:nth-child(odd) {
      bottom: 144px; }
      @media screen and (max-width: 959px) {
        .section-services-process__blocks .block:nth-child(odd) {
          bottom: 100px; } }
      .section-services-process__blocks .block:nth-child(odd):after {
        content: "";
        position: absolute;
        width: 2px;
        height: 27px;
        background: indigo;
        bottom: -75%; }
        @media screen and (max-width: 1179px) {
          .section-services-process__blocks .block:nth-child(odd):after {
            bottom: -60%; } }
    .section-services-process__blocks .block:nth-child(even) {
      bottom: -145px; }
      @media screen and (max-width: 959px) {
        .section-services-process__blocks .block:nth-child(even) {
          bottom: -120px; } }
      .section-services-process__blocks .block:nth-child(even):before {
        content: "";
        position: absolute;
        width: 2px;
        height: 27px;
        background: indigo;
        top: -50%; }
        @media screen and (max-width: 1179px) {
          .section-services-process__blocks .block:nth-child(even):before {
            top: -35%; } }
    .section-services-process__blocks .block .heading {
      text-transform: none; }
      @media screen and (max-width: 768px) {
        .section-services-process__blocks .block .heading {
          max-width: 30%;
          width: 100%;
          text-align: right;
          line-height: 1.6; } }
      @media screen and (max-width: 449px) {
        .section-services-process__blocks .block .heading {
          text-align: left;
          max-width: 100%; } }
    @media screen and (max-width: 768px) {
      .section-services-process__blocks .block .paragraph {
        max-width: 55%;
        width: 100%; } }
    @media screen and (max-width: 449px) {
      .section-services-process__blocks .block .paragraph {
        text-align: left;
        max-width: 100%; } }

.section-services-projects {
  padding-bottom: 0;
  overflow: hidden;
  z-index: 0; }
  .section-services-projects .container {
    padding-bottom: 5em; }
    @media screen and (max-width: 768px) {
      .section-services-projects .container {
        padding-bottom: 0; }
        .section-services-projects .container .side-line {
          padding-left: 2em; } }

.section-services-tabs__nav {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center; }

@media screen and (max-width: 768px) {
  .section-services-tabs__img svg {
    width: 100%;
    padding: 1em 0; } }

.section-services-tabs__button {
  position: relative;
  margin: 0.3em;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 2em;
  color: #1e2e48;
  opacity: 0.5; }
  @media screen and (max-width: 768px) {
    .section-services-tabs__button {
      font-size: 1.3rem; } }
  @media screen and (max-width: 449px) {
    .section-services-tabs__button {
      font-size: 1rem; } }
  .section-services-tabs__button:after {
    position: absolute;
    top: 100%;
    left: 50%;
    content: "";
    width: 0;
    height: 0;
    margin-top: 1em;
    font-size: 0.6rem;
    border-left: 0.8em solid transparent;
    border-right: 0.8em solid transparent;
    border-top: 1em solid #1e2e48;
    opacity: 0;
    transform: translateX(-50%);
    pointer-events: none; }
    @media screen and (max-width: 768px) {
      .section-services-tabs__button:after {
        display: none; } }
  .section-services-tabs__button.active {
    opacity: 1;
    color: #ffb303; }
    .section-services-tabs__button.active:after {
      opacity: 1;
      border-top-color: #ffb303; }
  .section-services-tabs__button:hover {
    opacity: 1;
    color: #ffb303; }

.section-services-tabs__item {
  display: none;
  margin-top: 3em; }
  .section-services-tabs__item.active {
    display: block; }
  .section-services-tabs__item .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 1em 0; }
    .section-services-tabs__item .container > div {
      max-width: 50%;
      width: 100%; }
      @media screen and (max-width: 768px) {
        .section-services-tabs__item .container > div {
          max-width: 100%; } }
      .section-services-tabs__item .container > div:nth-child(2) {
        text-align: right; }
        @media screen and (max-width: 768px) {
          .section-services-tabs__item .container > div:nth-child(2) {
            text-align: center; } }
    @media screen and (max-width: 768px) {
      .section-services-tabs__item .container {
        flex-direction: column-reverse; } }

.section-services-tabs__services--short {
  margin-bottom: 2em; }
  .section-services-tabs__services--short .heading {
    margin-bottom: 0.3em;
    position: relative; }
    .section-services-tabs__services--short .heading:before {
      content: "";
      width: 10px;
      height: 2px;
      position: absolute;
      background: #1e2e48;
      top: 8px;
      left: 1px; }
  .section-services-tabs__services--short small {
    display: block;
    font-size: 0.8em;
    color: #1e2e48;
    margin-left: 1.5em; }
    @media screen and (max-width: 599px) {
      .section-services-tabs__services--short small {
        font-size: 0.5em; } }
  @media screen and (max-width: 768px) {
    .section-services-tabs__services--short {
      display: none; } }

.section-services-tabs__services--long {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .section-services-tabs__services--long .heading {
    margin-bottom: 0; }
  .section-services-tabs__services--long small {
    display: block;
    color: #1e2e48;
    letter-spacing: 0.1em;
    margin: 2em 0;
    line-height: 1.3em; }
    @media screen and (max-width: 599px) {
      .section-services-tabs__services--long small {
        font-size: 0.5em; } }
  .section-services-tabs__services--long li {
    max-width: 21%;
    width: 100%;
    margin: 0 5% 4% 0; }
    .section-services-tabs__services--long li img {
      height: 30px;
      vertical-align: top;
      margin-bottom: -10px; }
    .section-services-tabs__services--long li:nth-child(4n + 4) {
      margin-right: 0; }
    @media screen and (max-width: 959px) {
      .section-services-tabs__services--long li {
        max-width: 29.333%; }
        .section-services-tabs__services--long li:nth-child(4n + 4) {
          margin-right: 5%; }
        .section-services-tabs__services--long li:nth-child(3n + 3) {
          margin-right: 0; } }
    @media screen and (max-width: 768px) {
      .section-services-tabs__services--long li {
        max-width: 47%; }
        .section-services-tabs__services--long li:nth-child(4n + 4), .section-services-tabs__services--long li:nth-child(3n + 3) {
          margin-right: 5%; }
        .section-services-tabs__services--long li:nth-child(2n + 2) {
          margin-right: 0; } }
    @media screen and (max-width: 449px) {
      .section-services-tabs__services--long li {
        max-width: 100%;
        margin: 0 auto 3em auto !important; } }

.section-about-hero {
  padding-bottom: 0;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .section-about-hero {
      height: auto; } }
  .section-about-hero .container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 0;
    line-height: 0; }
  .section-about-hero__content {
    max-width: 500px; }
    @media screen and (max-width: 1179px) {
      .section-about-hero__content {
        max-width: 50%; } }
    @media screen and (max-width: 768px) {
      .section-about-hero__content {
        max-width: 100%; } }
  @media screen and (max-width: 1179px) {
    .section-about-hero__bg {
      max-width: 50%; } }
  @media screen and (max-width: 768px) {
    .section-about-hero__bg {
      max-width: 100%;
      margin: 0 auto -11em auto; } }
  .section-about-hero .button, .section-about-hero .slider button, .slider .section-about-hero button {
    color: #558dd6; }

@keyframes plant {
  0% {
    transform: rotate(0deg); }
  25% {
    transform: rotate(2deg); }
  50% {
    transform: rotate(0deg); }
  75% {
    transform: rotate(-2deg); }
  100% {
    transform: rotate(0deg); } }
  .section-about-hero .plant {
    transform-origin: 98px 253px;
    transform: translate(0, 5px);
    animation: plant 8s steps(30, start) infinite; }

.section-about-history {
  padding-bottom: 0;
  line-height: 0; }
  @media screen and (max-width: 768px) {
    .section-about-history {
      padding: 2em 0; } }
  .section-about-history .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative; }
    @media screen and (max-width: 768px) {
      .section-about-history .container {
        height: auto !important; } }
  .section-about-history .heading {
    position: relative; }
    .section-about-history .heading small {
      color: #558dd6;
      line-height: 1.4em; }
  .section-about-history__content {
    max-width: 30%;
    width: 100%; }
    @media screen and (max-width: 768px) {
      .section-about-history__content {
        max-width: 100%; } }
  .section-about-history__timeline {
    position: absolute;
    right: 0;
    top: -10em;
    z-index: 1;
    max-width: 60%;
    width: 100%;
    background: white;
    min-height: 30vh; }
    @media screen and (max-width: 768px) {
      .section-about-history__timeline {
        max-width: 100%;
        position: static;
        margin-top: 3em;
        padding: 2em; } }
    .section-about-history__timeline--event {
      margin-bottom: 2em; }
      .section-about-history__timeline--event:last-of-type .paragraph:before {
        display: none; }
      .section-about-history__timeline--event .heading:before {
        content: "";
        width: 8px;
        height: 8px;
        border-radius: 50%;
        position: absolute;
        display: inline-block;
        background: #558dd6;
        bottom: -13px; }
      .section-about-history__timeline--event .heading:after {
        content: "";
        border-bottom: 1px solid #558dd6;
        position: absolute;
        bottom: -10px;
        width: 100%;
        left: 0;
        opacity: 0.5; }
      .section-about-history__timeline--event .paragraph {
        position: relative;
        margin-left: 2em;
        padding-left: 2em; }
        @media screen and (max-width: 768px) {
          .section-about-history__timeline--event .paragraph {
            padding-left: 0; } }
        .section-about-history__timeline--event .paragraph:before {
          content: "";
          position: absolute;
          left: -1.73em;
          top: -1em;
          border-left: 1.5px dashed #558dd6;
          height: 110%;
          opacity: 0.5; }
  .section-about-history__bg {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0; }
    @media screen and (max-width: 1179px) {
      .section-about-history__bg {
        left: -15%; } }
    @media screen and (max-width: 768px) {
      .section-about-history__bg {
        display: none; } }

.section-about-stats {
  background: #558dd6;
  display: flex;
  color: white;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 85%;
  width: 100%;
  margin-right: 0;
  margin-left: auto;
  margin-top: -3em;
  position: relative;
  z-index: 1;
  padding: 3%; }
  @media screen and (max-width: 768px) {
    .section-about-stats {
      position: static;
      max-width: 100%;
      margin-top: 0; } }
  .section-about-stats__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 0 auto;
    padding: 1em; }
  .section-about-stats__item {
    max-width: 25%;
    width: 100%;
    text-transform: uppercase;
    align-items: flex-start;
    padding: 1em;
    letter-spacing: 0.2em;
    line-height: 1.3em; }
    @media screen and (max-width: 959px) {
      .section-about-stats__item {
        max-width: 50%;
        text-align: center;
        text-transform: none; } }
    @media screen and (max-width: 449px) {
      .section-about-stats__item {
        font-size: 0.7em; } }
    @media screen and (max-width: 349px) {
      .section-about-stats__item {
        max-width: 100%; } }
    .section-about-stats__item span {
      display: block;
      font-size: 2.5em;
      margin-bottom: 0.5em;
      text-transform: uppercase;
      line-height: normal; }

@media screen and (max-width: 768px) {
  .section-about-team {
    padding-top: 2em;
    padding-bottom: 2em; } }

.section-about-team small {
  color: #558dd6; }

.section-about-team__content {
  margin-bottom: 3em;
  max-width: 600px;
  width: 100%; }

.section-about-team__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: row wrap; }

.section-about-team__item {
  max-width: 30%;
  width: 100%;
  margin-bottom: 8%; }
  .section-about-team__item:hover .thumb.circle:before {
    opacity: 0; }
  @media screen and (max-width: 768px) {
    .section-about-team__item {
      max-width: 47%; } }
  @media screen and (max-width: 349px) {
    .section-about-team__item {
      max-width: 100%; } }
  .section-about-team__item.new .thumb {
    border: 2px dashed #558dd6;
    border-radius: 1em;
    background: transparent;
    position: relative; }
    .section-about-team__item.new .thumb:before, .section-about-team__item.new .thumb:after {
      content: "";
      position: absolute;
      background: #558dd6;
      z-index: 1;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      right: 0;
      margin: 0 auto;
      transition: all 0.5s ease; }
    .section-about-team__item.new .thumb:before {
      width: 20px;
      height: 2px; }
    .section-about-team__item.new .thumb:after {
      width: 2px;
      height: 20px; }
    .section-about-team__item.new .thumb:hover:before {
      transform: rotate(90deg); }
    .section-about-team__item.new .thumb:hover:after {
      transform: rotate(90deg);
      top: 47%; }
  .section-about-team__item .thumb {
    background: gainsboro;
    margin-bottom: 2em;
    overflow: hidden;
    line-height: 0;
    position: relative; }
    .section-about-team__item .thumb.circle:before {
      position: absolute;
      content: "";
      left: 0;
      right: 0;
      background: #558dd6;
      opacity: 0.1;
      width: 90%;
      height: 90%;
      border-radius: 50%;
      margin: 0 auto;
      top: 0;
      transition: all 0.3s ease-in-out; }
    .section-about-team__item .thumb img {
      width: 100%;
      height: auto; }
  .section-about-team__item .linkedin {
    position: absolute;
    bottom: 1em;
    right: 1em;
    background: #558dd6;
    padding: 1em;
    color: white;
    opacity: 0.75; }
    @media screen and (max-width: 768px) {
      .section-about-team__item .linkedin {
        font-size: 0.7em; } }
    .section-about-team__item .linkedin:hover {
      opacity: 1; }
  .section-about-team__item .name {
    margin-bottom: 1em;
    color: #1e2e48; }
  .section-about-team__item .position {
    color: #558dd6;
    text-transform: uppercase;
    margin-bottom: 1em;
    letter-spacing: 0.1em;
    line-height: 1.3em; }

.section-about-client {
  min-height: 650px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .section-about-client {
      padding-top: 2em;
      padding-bottom: 2em; } }
  .section-about-client .button, .section-about-client .slider button, .slider .section-about-client button {
    color: #558dd6; }
  .section-about-client small {
    color: #558dd6; }
  .section-about-client__text, .section-about-client__bg {
    flex: 1; }
    @media screen and (max-width: 959px) {
      .section-about-client__text, .section-about-client__bg {
        max-width: 500px; } }
  .section-about-client__bg {
    order: 1;
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 0;
    margin-bottom: -2px; }
    @media screen and (max-width: 768px) {
      .section-about-client__bg {
        transform: scale(0.5);
        transform-origin: bottom right;
        max-width: 100%;
        margin-bottom: -5px; } }
    @media screen and (max-width: 449px) {
      .section-about-client__bg {
        transform: scale(0.4); } }
    .section-about-client__bg img {
      max-width: 100%; }
  .section-about-client__text {
    order: 2;
    max-width: 50%;
    width: 100%; }
    @media screen and (max-width: 768px) {
      .section-about-client__text {
        max-width: 100%; } }

@keyframes flag_grow {
  0% {
    transform: scaleX(1); }
  50% {
    transform: scaleX(1.4); }
  100% {
    transform: scaleX(1); } }

@keyframes flag_shrink {
  0% {
    transform: scaleX(1); }
  50% {
    transform: scaleX(0.7); }
  100% {
    transform: scaleX(1); } }

@keyframes cloud {
  0% {
    transform: translateX(30%);
    opacity: 1; }
  100% {
    transform: translateX(-20%);
    opacity: 0; } }

@keyframes balloon {
  0% {
    transform: rotate(0deg); }
  25% {
    transform: rotate(2deg); }
  50% {
    transform: rotate(0deg); }
  75% {
    transform: rotate(-2deg); }
  100% {
    transform: rotate(0deg); } }

@keyframes waterfall {
  0% {
    transform: translateY(0);
    opacity: 1; }
  100% {
    transform: translateY(20%);
    opacity: 0; } }

@keyframes water_slow {
  0%, 10% {
    transform: translateY(0.5%);
    opacity: 1; }
  90%, 100% {
    transform: translateY(-0.5%);
    opacity: 0; } }

@keyframes water_fast {
  0% {
    transform: translateY(1%);
    opacity: 1; }
  90%, 100% {
    transform: translateY(-2%);
    opacity: 0; } }
  .section-about-client .flag .grow {
    animation-name: flag_grow;
    animation-duration: 3s;
    animation-delay: 0;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    transform-origin: 44em; }
  .section-about-client .flag .shrink, .section-about-client .flag .shadow {
    animation-name: flag_shrink;
    animation-duration: 3s;
    animation-delay: 0;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    transform-origin: 44em; }
  .section-about-client .cloud__fast {
    animation: cloud 15s infinite linear; }
  .section-about-client .cloud__slow {
    animation: cloud 25s infinite linear; }
  .section-about-client .balloon {
    transform-origin: 460px -460px;
    animation: balloon 10s steps(50, start) infinite; }
  .section-about-client .waterfall rect:nth-child(1) {
    animation: waterfall 2s infinite linear; }
  .section-about-client .waterfall rect:nth-child(2) {
    animation: waterfall 2s infinite linear; }
  .section-about-client .water g {
    animation-name: water_slow;
    animation-delay: 1s;
    animation-duration: 1s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite; }
  .section-about-client .water g:nth-child(1) {
    animation-name: water_slow;
    animation-delay: 0.5s;
    animation-duration: 1s; }
  .section-about-client .water g:nth-child(2) {
    animation-name: water_fast;
    animation-delay: 0s;
    animation-duration: 1.5s; }
  .section-about-client .water g:nth-child(3) {
    animation-name: water_slow;
    animation-delay: 0.5s;
    animation-duration: 1.8s; }
  .section-about-client .water g:nth-child(4) {
    animation-name: water_fast;
    animation-delay: 0.5s;
    animation-duration: 1.7s; }
  .section-about-client .water g:nth-child(5) {
    animation-name: water_slow;
    animation-delay: 0.3s;
    animation-duration: 1.4s; }
  .section-about-client .water g:nth-child(6) {
    animation-name: water_fast;
    animation-delay: 0.5;
    animation-duration: 1.3s; }

.section-project-archive-hero {
  padding-bottom: 2em; }
  @media screen and (max-width: 768px) {
    .section-project-archive-hero {
      padding-bottom: 2em; } }
  .section-project-archive-hero .heading {
    margin-bottom: 0; }

.section-project-archive-featured-slider .heading {
  line-height: 1em; }
  .section-project-archive-featured-slider .heading small:nth-child(1) {
    color: #558dd6;
    margin-bottom: 1em; }

.section-project-archive-featured-slider__container {
  overflow: hidden;
  position: relative; }
  .section-project-archive-featured-slider__container:before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1; }

.section-project-archive-featured-slider__large {
  position: absolute;
  bottom: 0;
  max-width: 500px;
  z-index: 5;
  right: 0;
  width: 100%; }
  @media screen and (max-width: 959px) {
    .section-project-archive-featured-slider__large {
      position: static; } }

.section-project-archive-featured-slider__small {
  position: absolute;
  bottom: 0;
  max-width: 135px;
  z-index: 10;
  left: -50px;
  width: 100%; }
  @media screen and (max-width: 959px) {
    .section-project-archive-featured-slider__small {
      left: auto;
      right: 0; } }

.section-project-archive-featured-slider .content {
  max-width: 1100px;
  padding: 0 1em;
  width: 100%;
  margin: 0 auto;
  right: 0;
  z-index: 1;
  color: white;
  position: relative;
  min-height: 75vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end; }
  @media screen and (max-width: 1179px) {
    .section-project-archive-featured-slider .content {
      width: 90%; } }
  .section-project-archive-featured-slider .content .text, .section-project-archive-featured-slider .content .image {
    width: 100%; }
  .section-project-archive-featured-slider .content .text {
    max-width: 40%;
    padding: 5em 0; }
    @media screen and (max-width: 959px) {
      .section-project-archive-featured-slider .content .text {
        max-width: 100%; } }
  .section-project-archive-featured-slider .content .image {
    line-height: 0;
    text-align: right;
    position: relative;
    max-width: 50%;
    width: 100%; }
    @media screen and (max-width: 959px) {
      .section-project-archive-featured-slider .content .image {
        text-align: center;
        position: static;
        display: block;
        max-width: 100%; } }
  .section-project-archive-featured-slider .content .paragraph {
    color: inherit; }

.section-project-archive-featured-slider .background {
  background-size: cover;
  background-position: center;
  filter: blur(5px);
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: scale(1.1, 1.1); }

.section-project-archive-featured .button, .section-project-archive-featured .slider button, .slider .section-project-archive-featured button {
  background: #558dd6;
  color: white;
  padding: 1em 1.5em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.8em;
  line-height: normal; }

.section-project-archive-featured .flickity-page-dots {
  right: 2%;
  position: absolute;
  display: block;
  z-index: 999;
  top: 50%;
  transform: translateY(-50%); }
  @media screen and (max-width: 1179px) {
    .section-project-archive-featured .flickity-page-dots {
      bottom: 3em;
      right: 2em;
      transform: none; } }
  @media only screen and (max-width: 960px) {
    .section-project-archive-featured .flickity-page-dots .dot {
      width: 0.75em;
      height: 0.75em; } }
  .section-project-archive-featured .flickity-page-dots .dot {
    background-color: #bbc5ea;
    margin-bottom: 1em; }
    .section-project-archive-featured .flickity-page-dots .dot.is-selected {
      background-color: #ffb303; }

@media screen and (max-width: 959px) {
  .section-project-archive-gallery {
    padding-top: 2em;
    padding-bottom: 2em; } }

.section-project-archive-gallery .container {
  max-width: 960px; }
  .section-project-archive-gallery .container .heading {
    color: #558dd6; }

.section-project-archive-gallery__services {
  margin-top: 1em;
  color: gainsboro;
  font-style: italic;
  font-size: 0.9em; }
  .section-project-archive-gallery__services li {
    display: inline-block;
    margin: 0 0 0.5em;
    position: relative;
    line-height: 1.2em; }
    .section-project-archive-gallery__services li:after {
      content: ","; }
    .section-project-archive-gallery__services li:only-of-type:after, .section-project-archive-gallery__services li:last-of-type:after {
      content: " " !important; }

.section-project-archive-gallery__items {
  display: flex;
  flex-wrap: wrap; }

.section-project-archive-gallery__item {
  max-width: 25%;
  width: 100%;
  overflow: hidden;
  margin-bottom: 3em; }
  @media only screen and (min-width: 1600px) {
    .section-project-archive-gallery__item {
      max-width: 20%; } }
  @media only screen and (max-width: 960px) {
    .section-project-archive-gallery__item {
      max-width: 25%; } }
  @media only screen and (max-width: 769px) {
    .section-project-archive-gallery__item {
      max-width: 33.333%; } }
  @media only screen and (max-width: 600px) {
    .section-project-archive-gallery__item {
      max-width: 50%; } }
  @media only screen and (max-width: 450px) {
    .section-project-archive-gallery__item {
      max-width: 50%; } }
  @media only screen and (max-width: 350px) {
    .section-project-archive-gallery__item {
      max-width: 100%; } }
  .section-project-archive-gallery__item .text {
    padding: 2em;
    font-size: 0.9em; }
    .section-project-archive-gallery__item .text .type {
      color: #bbc5ea; }
    .section-project-archive-gallery__item .text .heading {
      margin: 0 0 0.5em 0;
      line-height: 1em;
      color: #1e2e48; }
      @media screen and (max-width: 768px) {
        .section-project-archive-gallery__item .text .heading {
          font-size: 100%; } }
    .section-project-archive-gallery__item .text .subheading {
      color: #558dd6;
      line-height: 1.3em; }
      @media screen and (max-width: 959px) {
        .section-project-archive-gallery__item .text .subheading {
          line-height: normal; } }
  .section-project-archive-gallery__item .image {
    overflow: hidden;
    max-height: 60%; }
    .section-project-archive-gallery__item .image img {
      width: 100%;
      height: auto;
      transition: all .3s ease-out;
      transform: scale(1.05); }
  @media only screen and (max-width: 769px) {
    .section-project-archive-gallery__item .image {
      max-height: 100% !important; } }
  .section-project-archive-gallery__item:hover .image img {
    transform: scale(1.15); }

.section-project-single-hero {
  padding-bottom: 0;
  overflow: hidden; }
  .section-project-single-hero .container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 0;
    line-height: 0;
    min-height: 70vh; }
  .section-project-single-hero__content, .section-project-single-hero__img {
    width: 100%; }
  .section-project-single-hero__content {
    line-height: normal;
    max-width: 40%;
    width: 100%;
    padding: 3em 0; }
    @media screen and (max-width: 959px) {
      .section-project-single-hero__content {
        max-width: 100%; } }
    .section-project-single-hero__content .heading {
      line-height: 1em;
      padding-right: 0;
      color: #1e2e48; }
    .section-project-single-hero__content small {
      color: #558dd6; }
  .section-project-single-hero__img {
    max-width: 60%;
    width: 100%;
    position: relative; }
    @media screen and (max-width: 959px) {
      .section-project-single-hero__img {
        max-width: 100%; } }
    .section-project-single-hero__img img {
      position: absolute;
      bottom: 0;
      width: 100%; }
      @media screen and (max-width: 768px) {
        .section-project-single-hero__img img {
          width: auto; } }
    .section-project-single-hero__img--small {
      max-width: 160px;
      z-index: 10;
      left: 0; }
      @media screen and (max-width: 959px) {
        .section-project-single-hero__img--small {
          transform: scale(0.8);
          transform-origin: -170px bottom;
          left: inherit;
          right: 0; } }
      @media screen and (max-width: 768px) {
        .section-project-single-hero__img--small {
          transform-origin: 150px bottom; } }
    .section-project-single-hero__img--large {
      max-width: 550px;
      z-index: 5;
      right: 0; }
      @media screen and (max-width: 959px) {
        .section-project-single-hero__img--large {
          position: static !important; } }
  .section-project-single-hero__services {
    font-size: 0.8em;
    line-height: 1.8em;
    color: #1e2e48; }
  .section-project-single-hero .button, .section-project-single-hero .slider button, .slider .section-project-single-hero button {
    color: #558dd6; }

.section-project-single-intro {
  padding-bottom: 2em; }
  @media screen and (max-width: 959px) {
    .section-project-single-intro {
      padding-top: 2em;
      padding-bottom: 2em; } }
  .section-project-single-intro .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 960px;
    width: 100%; }
    @media screen and (max-width: 959px) {
      .section-project-single-intro .container {
        width: 90%; } }
  .section-project-single-intro .heading {
    line-height: 1.2em;
    padding-right: 0;
    color: #1e2e48;
    max-width: 55%;
    width: 100%;
    text-transform: none;
    letter-spacing: 0; }
    @media screen and (max-width: 959px) {
      .section-project-single-intro .heading {
        max-width: 100%; } }
  .section-project-single-intro small {
    color: #558dd6;
    text-transform: uppercase;
    letter-spacing: .1em; }
  .section-project-single-intro__content {
    max-width: 55%;
    width: 100%; }
    @media screen and (max-width: 959px) {
      .section-project-single-intro__content {
        max-width: 100%; } }
    .section-project-single-intro__content .paragraph img {
      max-width: 150px;
      width: 100%;
      height: auto;
      padding-top: 0.8em; }
    .section-project-single-intro__content .paragraph:first-of-type::first-letter {
      font-weight: 600;
      font-size: 1.5em;
      letter-spacing: 0.1em; }
  .section-project-single-intro__index {
    max-width: fit-content;
    width: 100%;
    height: fit-content;
    background: #1e2e48;
    color: white;
    font-size: 1.4em;
    line-height: 1.4em; }
    @media screen and (max-width: 959px) {
      .section-project-single-intro__index {
        display: none; } }
    .section-project-single-intro__index ol {
      list-style: decimal; }
    .section-project-single-intro__index li {
      margin-left: 1em; }
  .section-project-single-intro__extra {
    display: flex;
    align-items: flex-start;
    margin-left: -30%;
    padding-top: 6em; }
    @media screen and (max-width: 959px) {
      .section-project-single-intro__extra {
        margin: 0 auto;
        padding: 2em 0; } }
    .section-project-single-intro__extra img {
      margin-right: 5em;
      max-width: 650px;
      width: 100%; }
      @media screen and (max-width: 959px) {
        .section-project-single-intro__extra img {
          display: none; } }
    .section-project-single-intro__extra .paragraph {
      max-width: 20%;
      width: 100%;
      font-weight: 600;
      font-size: 1.1em;
      color: #1e2e48; }
      @media screen and (max-width: 959px) {
        .section-project-single-intro__extra .paragraph {
          max-width: 100%; } }

.section-project-single-objectives {
  overflow: hidden; }
  @media screen and (max-width: 959px) {
    .section-project-single-objectives {
      padding-top: 2em;
      padding-bottom: 2em; } }
  .section-project-single-objectives .container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 960px;
    width: 100%; }
    @media screen and (max-width: 959px) {
      .section-project-single-objectives .container {
        max-width: 90%; } }
    .section-project-single-objectives .container img {
      max-width: 960px;
      width: 100%;
      height: auto;
      z-index: 1; }
      @media screen and (max-width: 959px) {
        .section-project-single-objectives .container img {
          display: none; } }
  .section-project-single-objectives .heading {
    line-height: 1.2em;
    padding-right: 0;
    color: #1e2e48;
    max-width: 55%;
    width: 100%;
    text-transform: none;
    letter-spacing: 0;
    background: white;
    z-index: 1; }
    @media screen and (max-width: 959px) {
      .section-project-single-objectives .heading {
        max-width: 100%; } }
  .section-project-single-objectives small {
    color: #558dd6;
    text-transform: uppercase;
    letter-spacing: .1em; }
  .section-project-single-objectives__content {
    max-width: 60%;
    width: 100%;
    background: white;
    z-index: 1; }
    @media screen and (max-width: 959px) {
      .section-project-single-objectives__content {
        max-width: 100%;
        background: transparent; } }

.section-project-single-solutions {
  overflow: hidden;
  position: relative; }
  @media screen and (max-width: 959px) {
    .section-project-single-solutions {
      padding-top: 2em;
      padding-bottom: 2em; } }
  .section-project-single-solutions .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: relative;
    max-width: 960px;
    width: 100%; }
    @media screen and (max-width: 959px) {
      .section-project-single-solutions .container {
        width: 90%; } }
  @media screen and (max-width: 959px) {
    .section-project-single-solutions #desktop, .section-project-single-solutions #mobile {
      display: none; } }
  .section-project-single-solutions #desktop {
    max-height: 100vh; }
  .section-project-single-solutions #mobile {
    max-height: 450px; }
  .section-project-single-solutions .heading {
    line-height: 1.2em;
    padding-right: 0;
    color: #1e2e48;
    max-width: 60%;
    width: 100%;
    text-transform: none;
    letter-spacing: 0;
    background: white;
    z-index: 1; }
    @media screen and (max-width: 959px) {
      .section-project-single-solutions .heading {
        max-width: 100%; } }
  .section-project-single-solutions small {
    color: #558dd6;
    text-transform: uppercase;
    letter-spacing: .1em; }
  .section-project-single-solutions__content {
    max-width: 60%;
    width: 100%;
    background: white;
    z-index: 1;
    padding-bottom: 0; }
    @media screen and (max-width: 959px) {
      .section-project-single-solutions__content {
        max-width: 100%; } }
    .section-project-single-solutions__content .after {
      margin-top: 3em; }
      @media screen and (max-width: 959px) {
        .section-project-single-solutions__content .after {
          padding-left: 2em; } }

@media screen and (max-width: 959px) {
  .section-project-single-colors {
    padding-top: 2em;
    padding-bottom: 0; } }

.section-project-single-colors .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }

.section-project-single-colors__content {
  max-width: 30%;
  width: 100%; }
  @media screen and (max-width: 959px) {
    .section-project-single-colors__content {
      max-width: 100%;
      margin: 2em auto 0 auto; } }

.section-project-single-colors__items {
  max-width: 60%;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  flex-wrap: wrap;
  text-align: center; }
  @media screen and (max-width: 959px) {
    .section-project-single-colors__items {
      max-width: 100%; } }

.section-project-single-colors__item {
  max-width: 25%;
  width: 100%; }
  @media screen and (max-width: 449px) {
    .section-project-single-colors__item {
      max-width: 50%; } }
  .section-project-single-colors__item--swatch {
    background: #f1f1f1;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 1em auto;
    box-shadow: 10px 10px 0px #f1f1f1; }

@media screen and (max-width: 959px) {
  .section-project-single-designs {
    padding-top: 2em;
    padding-bottom: 2em; } }

.section-project-single-designs__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  position: relative; }
  .section-project-single-designs__content .paragraph {
    max-width: 30%;
    width: 100%; }
    @media screen and (max-width: 959px) {
      .section-project-single-designs__content .paragraph {
        max-width: 100% !important;
        position: static !important; } }
    .section-project-single-designs__content .paragraph:last-of-type {
      left: 245px;
      position: absolute;
      bottom: 150px;
      max-width: 20%; }
  .section-project-single-designs__content img {
    position: relative;
    width: 100%;
    height: 100%; }
    @media screen and (max-width: 959px) {
      .section-project-single-designs__content img {
        position: static;
        max-width: 100% !important;
        margin: 1em auto; } }
    .section-project-single-designs__content img:nth-child(2) {
      z-index: 1;
      right: 0px;
      max-width: 50%; }
    .section-project-single-designs__content img:nth-child(3) {
      z-index: 2;
      top: -60px;
      left: 200px;
      max-width: 50%; }
      @media screen and (max-width: 1179px) {
        .section-project-single-designs__content img:nth-child(3) {
          left: 320px; } }
    .section-project-single-designs__content img:nth-child(4) {
      z-index: 3;
      top: 150px;
      right: -30px;
      max-width: 50%; }
    .section-project-single-designs__content img:nth-child(5) {
      z-index: 4;
      top: -20px;
      right: -170px;
      max-width: 175px;
      width: 100%;
      height: 100%; }
      @media screen and (max-width: 959px) {
        .section-project-single-designs__content img:nth-child(5) {
          max-width: 175px !important; } }

.section-project-single-results {
  overflow: hidden; }
  @media screen and (max-width: 959px) {
    .section-project-single-results {
      padding-top: 2em;
      padding-bottom: 2em; } }
  .section-project-single-results .container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 960px;
    width: 100%; }
    @media screen and (max-width: 959px) {
      .section-project-single-results .container {
        width: 90%; } }
    @media screen and (max-width: 959px) {
      .section-project-single-results .container img {
        display: none; } }
  .section-project-single-results .heading {
    line-height: 1.2em;
    padding-right: 0;
    color: #1e2e48;
    max-width: 55%;
    width: 100%;
    text-transform: none;
    letter-spacing: 0;
    background: white;
    z-index: 1; }
    @media screen and (max-width: 959px) {
      .section-project-single-results .heading {
        max-width: 100%; } }
  .section-project-single-results .pos {
    max-height: 600px;
    height: 100%; }
  .section-project-single-results small {
    color: #558dd6;
    text-transform: uppercase;
    letter-spacing: .1em; }
  .section-project-single-results__content {
    max-width: 60%;
    width: 100%;
    z-index: 1; }
    @media screen and (max-width: 959px) {
      .section-project-single-results__content {
        max-width: 100%; } }
  .section-project-single-results__url {
    color: #558dd6;
    margin: 1em 0;
    display: block;
    font-weight: 600;
    letter-spacing: 0.05em; }
  .section-project-single-results__item {
    display: flex;
    margin-bottom: 2em; }
    .section-project-single-results__item svg {
      width: 1.8em;
      margin-right: 2em;
      height: 100%; }
    .section-project-single-results__item .paragraph span {
      display: block;
      font-weight: 600;
      color: #558dd6;
      font-size: 1.5em;
      line-height: 1em; }

.section-project-single-testimonial {
  padding-top: 0; }
  .section-project-single-testimonial .container {
    position: relative;
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
    padding: 2em 4em; }
    .section-project-single-testimonial .container .author {
      display: block;
      color: #558dd6; }
    .section-project-single-testimonial .container:before, .section-project-single-testimonial .container:after {
      content: "";
      position: absolute; }
    .section-project-single-testimonial .container:before {
      background: url(/app/themes/naracreative/assets/img/quote_left.png);
      top: -30px;
      left: 0;
      width: 46px;
      height: 43px; }
      @media screen and (max-width: 768px) {
        .section-project-single-testimonial .container:before {
          left: 5%; } }
    .section-project-single-testimonial .container:after {
      background: url(/app/themes/naracreative/assets/img/quote_right.png);
      bottom: -30px;
      right: 0;
      width: 29px;
      height: 27px; }
      @media screen and (max-width: 768px) {
        .section-project-single-testimonial .container:after {
          right: 5%; } }

.section-project-single-pagination {
  background: #558dd6;
  color: white;
  margin-top: 3em; }
  @media screen and (max-width: 959px) {
    .section-project-single-pagination {
      padding-top: 3em; } }
  .section-project-single-pagination .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 960px;
    position: relative;
    min-height: 60vh;
    padding-top: 0;
    padding-bottom: 0; }
  .section-project-single-pagination__content {
    max-width: 50%; }
    @media screen and (max-width: 959px) {
      .section-project-single-pagination__content {
        max-width: 100%;
        margin-bottom: 3em; } }
    .section-project-single-pagination__content .button, .section-project-single-pagination__content .slider button, .slider .section-project-single-pagination__content button {
      z-index: 10;
      position: relative; }
  .section-project-single-pagination__img {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 400px; }
    @media screen and (max-width: 959px) {
      .section-project-single-pagination__img {
        position: static;
        margin-bottom: -60%; } }
    .section-project-single-pagination__img img {
      width: 100%; }
  .section-project-single-pagination .paragraph {
    color: inherit; }

.section-contact-cols {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0;
  flex-wrap: wrap;
  height: 100vh; }
  .section-contact-cols__col {
    max-width: 48%;
    width: 100%; }
    @media screen and (max-width: 959px) {
      .section-contact-cols__col {
        max-width: 100%; } }
  @media screen and (max-width: 768px) {
    .section-contact-cols .container {
      padding: 0;
      width: 100%; } }

.section-contact-hero {
  padding-top: 2em;
  padding-bottom: 2em; }
  .section-contact-hero__content a {
    color: #ffb303; }
  .section-contact-hero__content .heading {
    color: #558dd6;
    line-height: 1em; }
    .section-contact-hero__content .heading small {
      color: black; }

.section-contact-form .wpcf7-mail-sent-ok {
  display: block;
  border: none;
  margin: 0;
  padding: 0;
  color: green;
  line-height: normal; }

.section-contact-form.site-section {
  padding-bottom: 2em; }
  @media screen and (max-width: 959px) {
    .section-contact-form.site-section {
      padding-top: 2em; } }

.section-contact-form form {
  display: flex;
  flex-wrap: wrap;
  align-items: normal;
  justify-content: space-between; }

.section-contact-form .group {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 2em;
  max-width: 48%;
  width: 100%;
  position: relative; }
  .section-contact-form .group.full {
    max-width: 100%; }
    .section-contact-form .group.full label {
      margin-bottom: 1em;
      position: static; }

.section-contact-form label {
  color: #558dd6;
  font-size: 0.7em;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
  opacity: 0.5;
  transition: all 0.3s ease;
  display: inline-block;
  position: absolute;
  bottom: 17px; }
  .section-contact-form label.error {
    display: none !important; }

.section-contact-form input,
.section-contact-form select,
.section-contact-form textarea {
  font-family: "Open Sans", sans-serif;
  width: 100%;
  margin: 0;
  padding: 0.5em 0;
  font-size: 1em;
  color: #1e2e48;
  opacity: 0.5;
  border-width: 2px;
  border-style: solid;
  border-color: #558dd6;
  border-radius: 0;
  transition: all 0.3s ease; }
  .section-contact-form input:focus, .section-contact-form input.active,
  .section-contact-form select:focus,
  .section-contact-form select.active,
  .section-contact-form textarea:focus,
  .section-contact-form textarea.active {
    outline: none;
    opacity: 1; }
    .section-contact-form input:focus + label, .section-contact-form input.active + label,
    .section-contact-form select:focus + label,
    .section-contact-form select.active + label,
    .section-contact-form textarea:focus + label,
    .section-contact-form textarea.active + label {
      opacity: 1;
      bottom: 40px !important; }
      .section-contact-form input:focus + label.error + label, .section-contact-form input.active + label.error + label,
      .section-contact-form select:focus + label.error + label,
      .section-contact-form select.active + label.error + label,
      .section-contact-form textarea:focus + label.error + label,
      .section-contact-form textarea.active + label.error + label {
        opacity: 1;
        bottom: 40px !important; }
  .section-contact-form input[type="submit"],
  .section-contact-form select[type="submit"],
  .section-contact-form textarea[type="submit"] {
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    color: #558dd6;
    width: auto;
    font-size: 1em;
    opacity: 1;
    background: white; }
    .section-contact-form input[type="submit"]:hover,
    .section-contact-form select[type="submit"]:hover,
    .section-contact-form textarea[type="submit"]:hover {
      color: #ffb303;
      cursor: pointer; }

.section-contact-form input {
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0; }
  .section-contact-form input.error {
    border-color: red; }

.section-contact-form textarea {
  padding: 0.5em; }

.section-contact-form span {
  display: block; }

.section-contact-form .wpcf7-response-output {
  border: 0 !important;
  display: block;
  clear: both;
  margin: 1em 0 0 0 !important;
  width: 100%;
  text-align: left;
  padding: 0 !important;
  color: #ffb303; }

.section-contact-form.invalid .wpcf7-response-output {
  display: none !important; }

.section-contact-address {
  background: #233877;
  position: relative;
  overflow: hidden;
  margin: 0 1em; }
  @media screen and (max-width: 768px) {
    .section-contact-address {
      margin: 0; } }
  .section-contact-address .container {
    padding: 2em; }
  .section-contact-address__content {
    color: white;
    text-align: left;
    font-weight: 300;
    font-size: 1em; }
    .section-contact-address__content .title {
      margin-bottom: 0.5em;
      font-size: 0.9em;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      font-weight: 600; }
    .section-contact-address__content .paragraph {
      color: white; }
    .section-contact-address__content .button, .section-contact-address__content .slider button, .slider .section-contact-address__content button {
      margin: 1em 0; }
      .section-contact-address__content .button--arrow {
        text-transform: none; }
    .section-contact-address__content strong {
      font-weight: 600; }
  .section-contact-address__social {
    margin: 1em 0; }
    .section-contact-address__social .button, .section-contact-address__social .slider button, .slider .section-contact-address__social button {
      margin: 0 0.5em; }
      .section-contact-address__social .button:hover, .section-contact-address__social .slider button:hover, .slider .section-contact-address__social button:hover {
        color: #ffb303; }
  .section-contact-address__img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
    @media screen and (max-width: 768px) {
      .section-contact-address__img {
        transform: scale(0.6);
        transform-origin: bottom right;
        bottom: 0;
        top: inherit; } }
    @media screen and (max-width: 449px) {
      .section-contact-address__img {
        transform: scale(0.4); } }

@keyframes pin {
  0%, 100% {
    transform: translate(0, 0); }
  50% {
    transform: translate(0, -15px); } }
  .section-contact-address .pin {
    animation: pin 3s ease-in-out infinite;
    transform: translate(0, 0); }

.section-contact-mailbox {
  position: absolute;
  bottom: 0;
  line-height: 0;
  overflow-y: hidden; }
  @media screen and (max-width: 959px) {
    .section-contact-mailbox {
      display: none; } }
  @media screen and (max-height: 768px) {
    .section-contact-mailbox {
      display: none; } }

.section-random-info {
  position: relative;
  color: white;
  background-color: #233877; }
  .section-random-info .slide {
    max-width: 900px;
    padding: 0 4em; }
  .section-random-info .slider {
    padding: 4em 0; }
  .section-random-info .previous,
  .section-random-info .next {
    padding: .75em;
    background-color: #ffb303; }
    .section-random-info .previous svg,
    .section-random-info .next svg {
      width: 1em;
      height: 1em; }
    .section-random-info .previous path,
    .section-random-info .next path {
      fill: #233877; }
  .section-random-info .flickity-page-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4em; }
  .section-random-info .quote-heading {
    font-family: Montserrat, sans-serif;
    font-size: 2.2em;
    font-weight: 600;
    text-align: center;
    line-height: 1.3; }
    @media screen and (max-width: 959px) {
      .section-random-info .quote-heading {
        font-size: 1.8em; } }
    @media screen and (max-width: 599px) {
      .section-random-info .quote-heading {
        font-size: 1.3em; } }

.section-testimonials {
  color: white;
  background-color: #233877; }
  .section-testimonials .slider {
    margin: 4em 0; }
  .section-testimonials .flickity-page-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -75px;
    z-index: 1; }
  .section-testimonials .slide {
    text-align: center;
    position: relative;
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
    padding: 2em 4em; }
    .section-testimonials .slide p {
      line-height: 1.4em;
      color: white; }
    .section-testimonials .slide .author {
      color: #558dd6;
      margin-top: 1em;
      display: block;
      letter-spacing: 0.1em;
      float: right;
      font-style: italic; }
    .section-testimonials .slide:before, .section-testimonials .slide:after {
      content: "";
      position: absolute; }
    .section-testimonials .slide:before {
      background: url(/app/themes/naracreative/assets/img/quote_left.png);
      top: -30px;
      left: 0;
      width: 46px;
      height: 43px; }
      @media screen and (max-width: 768px) {
        .section-testimonials .slide:before {
          left: 5%; } }
    .section-testimonials .slide:after {
      background: url(/app/themes/naracreative/assets/img/quote_right.png);
      bottom: -30px;
      right: 0;
      width: 29px;
      height: 27px; }
      @media screen and (max-width: 768px) {
        .section-testimonials .slide:after {
          right: 5%; } }

.section-404 {
  color: white;
  background-color: #1e2e48;
  width: 100%;
  height: calc(100vh);
  padding-bottom: 0; }
  .section-404 small, .section-404 span {
    color: #ffb303; }
  .section-404 span {
    display: block; }
  .section-404__content, .section-404 p {
    color: white; }
  .section-404__img {
    max-width: 800px;
    width: 100%;
    position: absolute;
    right: 10%;
    bottom: 10%; }
    @media screen and (max-width: 768px) {
      .section-404__img {
        max-width: inherit;
        width: 300px;
        right: 5%;
        bottom: 0px;
        line-height: 0; } }

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .main-header {
    top: -50px;
    margin-top: 0; }
    .main-header__menu .toggle__bars {
      margin-top: -20px; }
    .main-header.sticky {
      height: 50px; }
      .main-header.sticky .container {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
  .section-hero__bg #foreground {
    display: none; }
  .section-individuality__content {
    justify-content: space-around; }
  .section-project-archive-featured-slider .content {
    position: relative;
    height: 650px; }
    .section-project-archive-featured-slider .content .text {
      position: absolute;
      bottom: 0;
      left: 0; }
    .section-project-archive-featured-slider .content .image {
      position: absolute;
      bottom: 0;
      right: 0; }
  .section-project-single-intro__index {
    width: auto; }
  .section-project-single-designs__content img:nth-child(2) {
    right: -50px; }
  .section-project-single-designs__content img:nth-child(5) {
    right: -500px; }
  .section-project-single-results__item svg {
    margin-top: -58px; }
  .section-project-single-pagination__content {
    margin-top: 6em; }
  .section-about-stats__item {
    width: 25%;
    max-width: 100%; }
  .main-footer__wave {
    display: none; }
  .section-contact-mailbox {
    overflow: hidden; } }
